﻿/*--  STANDARD STUFF  --*/
html, body {
  font-family: "raleway", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  overflow-x: hidden !important; }

body {
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: .06em; }

/*--  HEADINGS  --*/
h1, h2, h3, h4, h5, h6 {
  color: #363636; }

h2 {
  font-size: 45px;
  font-weight: 700; }

.nut h2.title {
  font-weight: 800;
  margin-top: 0;
  color: #FFF; }

.nut h2.title a, .nut h2.title a:hover {
  color: #FFF; }

h2.section-title {
  margin-top: 40px; }

#plan-a-trip h2 {
  color: #363636;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 22px !important;
  padding-top: 0;
  padding-bottom: 0; }

#slideout h2 {
  font-size: 34px;
  font-weight: 800;
  color: #363636;
  margin-top: 0;
  padding-top: 0px; }

h3 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 3em;
  text-transform: uppercase; }

h4 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 71, 133, 0.95);
  margin: 0; }

#plan-a-trip h4 {
  color: #04a6ef;
  font-size: 24px;
  line-height: 21px;
  font-weight: 800;
  padding: 0;
  margin: 0 0 12px 0; }

#plan-a-trip h4 .small {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 500;
  font-style: italic; }

.maps h4 {
  line-height: 22px;
  display: inline-block; }

.bottom-container h4 {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #67c7e2; }

footer h4 {
  color: #04a6ef;
  text-transform: uppercase;
  font-size: 24px !important;
  margin-top: 10px;
  font-weight: 700; }

.news-item h5 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 800;
  margin-bottom: 0; }

.news-item h5 a, .news-item h5 a:visited {
  color: #c1d72d; }

ol.breadcrumb {
  margin: 0px;
  padding: 0px;
  background: none; }

ol.breadcrumb li {
  cursor: pointer;
  margin-bottom: 0px; }

ol.breadcrumb li.active a {
  cursor: auto;
  color: #5d5d5d;
  text-decoration: none; }

/*--  end:  HEADINGS  --*/
p {
  margin-bottom: 20px; }

ul {
  margin-bottom: 20px; }

li {
  margin-bottom: 10px; }

strong {
  color: #363636; }

a, a:visited {
  color: #04a6ef;
  transition: all .2s; }

a:hover {
  color: #363636; }

address {
  padding: 0 20px 10px 20px; }

address strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

.sidebar address {
  padding: 0 20px 10px 0; }

.sidebar address strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

.label-info {
  background: #363636;
  color: #c1d72d; }

.error {
  color: orangered;
  font-weight: bold; }

/*--  end:  STANDARD STUFF  --*/
/*--  CUSTOM SCROLLBAR ON CHROME  --*/
/* Let's get this party started */
/* Track */
/* Handle */
/*--  end:  CUSTOM SCROLLBAR ON CHROME  --*/
/*--  SMOOTHER FONTS  --*/
html, html a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

/*--  end:  SMOOTHER FONTS  --*/
/*--  SERVICE ALERTS  --*/
.service-alert {
  background: #ff5227;
  color: #FFF;
  width: 100%;
  z-index: 100;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.service-alert.info, .service-alert.notice {
  background: #04a6ef; }

.mobile-service-alert {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 100; }

.service-alert .alert {
  padding: 0;
  margin: 0; }

.service-alert .alert-hide {
  margin-top: 0;
  float: right; }

.alert-text {
  padding: 8px 0 6px 0;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  top: 2px; }

.alert-text span.title {
  font-size: 26px;
  font-weight: 700; }

.service-alert a, .service-alert a:visited {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline; }

.service-alert a:hover {
  color: white;
  text-decoration: none; }

.service-alert .readmore {
  font-size: .7em;
  position: relative;
  bottom: 1px; }

.service-alert .readmore a {
  margin: 0 5px; }

.close {
  opacity: 1;
  filter: alpha(opacity=100); }

.close:hover {
  opacity: .5;
  filter: alpha(opacity=50); }

/*--  end:  SERVICE ALERTS  --*/
/*--  JUMBOTRON ADJUSTMENTS  --*/
.jumbotron {
  background: url(/Assets/images/backgrounds/bg-jumbotron-02.jpg) no-repeat #7d7d7d;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /*padding-top:250px;
    padding-bottom:130px;*/
  color: #FFF;
  /*min-height:100dvh;*/
  min-height: 80dvh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center; }
  .jumbotron h1 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.84);
    /*margin: -6rem 0 2rem 0;*/
    margin: 5rem 0 2rem 0;
    text-wrap: balance; }
    @media screen and (min-width: 768px) {
      .jumbotron h1 {
        margin-top: 0;
        font-size: 6rem; } }
    @media screen and (min-width: 992px) {
      .jumbotron h1 {
        font-size: 8rem; } }
    .jumbotron h1 span {
      color: #DDD; }
  .jumbotron.inner {
    min-height: 40dvh; }
    .jumbotron.inner h1 {
      /*font-size: 116px;
            line-height: 116px;
            text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.84);
            margin-bottom: 0px;*/
      margin: 5rem 0 0 0; }
      .jumbotron.inner h1 img {
        /*margin-bottom: -16px;*/
        display: inline-block; }
  @media screen and (min-width: 768px) {
    .jumbotron .text-center {
      margin-top: 6rem;
      margin-bottom: 18rem; }
    .jumbotron.inner .text-center {
      margin-top: unset;
      margin-bottom: unset; } }
  @media screen and (min-width: 992px) {
    .jumbotron .text-center {
      margin-top: 11rem;
      margin-bottom: 15rem; }
    .jumbotron.inner .text-center {
      margin-top: unset;
      margin-bottom: unset; } }

/*--  end:  JUMBOTRON ADJUSTMENTS  --*/
/*--TDP Banner */
.tdpbanner {
  background: #e2e1e1; }

.tdpbanner .container {
  background: url(/Assets/images/backgrounds/tdp-banner.png) no-repeat #e2e1e1;
  background-position: 100% 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #7d7d7d;
  font-size: 1.2em; }

.tdpbanner h2.title {
  color: #004785;
  font-weight: 800;
  font-size: 45px;
  letter-spacing: normal;
  margin-top: 0; }

.tdpbanner p {
  padding-right: 200px;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 23px; }

.tdpbanner a, .tdpbanner a:visited {
  color: #04a6ef;
  font-weight: 700;
  font-size: 1.28em; }

.tdpbanner span.glyphicon {
  font-size: 1.5em;
  color: #5d5d5d;
  position: relative;
  top: 4px;
  margin-right: 7px; }

/* -- END TDP Banner */
/*--  BLUE BOX INSIDE JUMBOTRON  --*/
.bluebox-wrap {
  /*background: #FFF;*/
  margin-bottom: 63px;
  /*margin-top:-260px;*/
  /*border:1px solid #F00;*/ }
  .bluebox-wrap .container {
    /*margin-top: -30px;*/ }

.bluebox {
  text-align: center;
  margin-top: -230px; }

.bluebox a, .bluebox a:visited {
  color: #FFF; }

.bluebox .bluebox-link {
  background: rgba(0, 71, 133, 0.95);
  height: 230px;
  overflow: hidden;
  margin: 0 !important;
  padding: 0; }

.bluebox .bluebox-link .visible-element {
  width: 100%;
  height: 230px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 33px; }

.bluebox .bluebox-link .visible-element .bluebox-icon {
  margin-top: 45px;
  margin-bottom: 25px; }

.bluebox .bluebox-link .visible-element .bluebox-icon.paratransit {
  margin-top: 62px; }

.bluebox .bluebox-link .hover-element {
  background: #1897d8;
  display: inline-block;
  width: 100%;
  height: 230px;
  padding: 80px 40px 80px 40px !important; }

.bluebox .bluebox-link .hover-element.alt {
  background: #c1d72d;
  color: #363636;
  display: inline-block;
  width: 100%;
  height: 230px;
  padding: 80px 40px 80px 40px !important; }

.bluebox .bluebox-link .hover-element p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500; }

.bluebox .bluebox-link .hover-element p.fixed-routes {
  margin-top: 0; }

.bluebox .bluebox-link .hover-element p.schedules-and-maps {
  margin-top: 0; }

.bluebox .bluebox-link .hover-element p.fares {
  margin-top: -20px; }

.bluebox .bluebox-link .hover-element p.paratransit {
  margin-top: 0; }

.bluebox .bluebox-link .hover-element p.accessibility {
  margin-top: 0; }

.bluebox .bluebox-link .hover-element p.your-rights {
  margin-top: 0; }

.bluebox .bluebox-link:hover .hover-element {
  position: relative;
  top: -230px; }

.mobile-blueboxes {
  background: #004785;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  padding: 30px 0; }
  .mobile-blueboxes h3 {
    color: #FFF; }
  .mobile-blueboxes a, .mobile-blueboxes a:visited {
    color: #FFF; }
  .mobile-blueboxes ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-blueboxes ul li {
      margin: 0;
      padding: 0; }
  .mobile-blueboxes .mobile-bluebox-icon {
    height: 22px;
    margin-right: -25px;
    opacity: .7; }
    .mobile-blueboxes .mobile-bluebox-icon::nth-of-type(1) {
      margin-right: -27px; }
    .mobile-blueboxes .mobile-bluebox-icon::nth-of-type(4) {
      margin-right: -10px; }
    .mobile-blueboxes .mobile-bluebox-icon::nth-of-type(5) {
      margin-right: -22px; }

/*--  BLUE BOX INSIDE JUMBOTRON  --*/
/*--  PLAN A TRIP  --*/
#plan-a-trip {
  margin-top: 40px;
  margin-bottom: 71px; }

#plan-a-trip .location-pin {
  position: relative;
  top: -2px; }

.form-mid {
  /*border:1px solid #F00;*/
  margin-top: 30px;
  margin-bottom: 30px; }

/*--  CUSTOM RADIO BUTTONS  --*/
#plan-a-trip label {
  font-size: 24px;
  font-weight: 700;
  color: #04a6ef; }

#plan-a-trip input[type=text] {
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 3px solid #5d5d5d;
  height: 48px; }

#plan-a-trip input[type=text].ng-invalid.ng-dirty {
  border-color: #Fa787e; }

/*#plan-a-trip input[type=text].ng-valid.ng-dirty {border-color:#78FA89;}*/
#plan-a-trip input[type="radio"] {
  display: none; }

#plan-a-trip input[type="radio"] + label span {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: -4px 12px 0 0;
  vertical-align: middle;
  background: url(/Assets/images/checks.png) left 1px no-repeat;
  cursor: pointer; }

#plan-a-trip .options input[type="radio"] + label span {
  margin-top: -5px; }

#plan-a-trip input[type="radio"]:checked + label span {
  background: url(/Assets/images/checks.png) left -33px no-repeat; }

#plan-a-trip .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

#plan-a-trip .cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  top: 2px; }

#plan-a-trip .datepicker {
  float: right;
  margin-right: 28px; }

#plan-a-trip .switch.radio-inline {
  padding-left: 0;
  margin-top: 5px; }

#plan-a-trip .switch-label.radio-inline {
  padding: 0;
  min-width: 4em;
  margin-top: 2px; }

#plan-a-trip input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 45px;
  height: 30px;
  background-color: #5d5d5d;
  border-radius: 30px;
  transition: background 0.4s; }

#plan-a-trip input.cmn-toggle-round-flat + label:before,
#plan-a-trip input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: ""; }

#plan-a-trip input.cmn-toggle-round-flat + label:before {
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background-color: #fff;
  border-radius: 30px;
  transition: background 0.4s; }

#plan-a-trip input.cmn-toggle-round-flat + label:after {
  top: 6px;
  left: 6px;
  bottom: 6px;
  width: 18px;
  background-color: #cccccc;
  border-radius: 18px;
  transition: margin 0.4s, background 0.4s; }

#plan-a-trip input.cmn-toggle-round-flat:checked + label {
  background-color: #5d5d5d; }

#plan-a-trip input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 15px;
  background-color: #c6c6c6; }

/*--  end:  CUSTOM RADIO BUTTONS  --*/
/*--  RANDOM FORM EDITS  --*/
span.colon {
  font-size: 20px;
  font-weight: 700 !important;
  position: relative;
  top: -15px;
  margin: 0 15px;
  padding: 0; }

.pointer {
  cursor: pointer; }

.left {
  display: inline-block;
  margin-left: 29px; }

#plan-a-trip .radios {
  display: inline-block;
  position: relative;
  top: -18px; }

#plan-a-trip .radios .arrive {
  margin-left: 55px;
  margin-right: 65px; }

#plan-a-trip .divide-rt {
  /*border:1px solid #0F0;*/
  border-right: 2px solid #d6d7d8;
  padding-right: 20px;
  margin-right: 20px;
  padding-bottom: 5px !important; }

#plan-a-trip .month-day {
  display: inline-block;
  padding-top: 5px; }

#plan-a-trip .time {
  padding-right: 30px;
  padding-left: 35px;
  padding-top: 5px;
  border-left: 2px solid #d6d7d8;
  display: inline-block; }

.route-option-container {
  display: inline-block;
  position: relative;
  top: 8px !important; }

.radio-inline.best-route, .radio-inline.fewer-transfers {
  margin-right: 25px; }

.options.text-center {
  text-align: right; }

button.get-directions {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: #04a6ef;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  padding-left: 76px;
  padding-right: 76px;
  margin: 0;
  /*position:relative; top:-28px;*/ }

.icon-arrows {
  position: relative;
  top: 4px;
  right: 6px; }

/*--  end:  RANDOM FORM EDITS  --*/
/*--  end:  PLAN A TRIP  --*/
/*--  SLIDE OUT  --*/
.slide-out-div {
  padding: 0;
  width: 275px;
  height: 680px;
  z-index: 10;
  position: absolute;
  right: 0;
  display: block;
  top: 620px;
  background: #e1e1e1; }

.slide-out-div.btmfixed {
  position: absolute;
  top: auto;
  bottom: 696px; }

.slide-out-div.fixed {
  position: fixed;
  top: 160px; }

.slide-out-div .slideout-affix #slideout {
  z-index: 10; }

.slide-out-div .slideout-affix #slideout_inner {
  width: 275px;
  background: #e1e1e1; }

/*--  START TRIP PLANNER CONTROLLER --*/
.slide-out-div .slideout-affix #slideout_inner .container {
  width: 100%;
  margin-top: 0; }

/*  CONTAINS HEADING AND FORM  */
.slide-out-div .slideout-affix #slideout_inner .container h2.notop {
  margin: 15px 0 !important; }

/*  CONTAINS FORM  */
/*  CONTAINS STARTING LOCATION, ENDING LOCATION, AND SWITCH ICON  */
.slide-out-div .slideout-affix #slideout_inner .container .row form h4 {
  font-size: 22px;
  line-height: 19px; }

/*  LABELS FOR STARTING AND ENDING LOCATIONS  */
.slide-out-div .slideout-affix #slideout_inner .container .row form .form-top .col-sm-6 {
  width: 100%; }

.slide-out-div .slideout-affix #slideout_inner .container .row form .form-top .col-sm-6 .col-sm-11 {
  width: 100%; }

/*  CONTAINS STARTING LOCATION  */
.slide-out-div .slideout-affix #slideout_inner .container .row form .form-top .col-sm-6 .col-sm-1 {
  float: right;
  position: relative;
  left: -25px;
  top: 5px;
  margin-bottom: -10px;
  z-index: 100; }

/*  CONTAINS SWITCH ICON  */
.slide-out-div .slideout-affix #slideout_inner .container .row form .row.form-mid {
  border-top: 2px solid #c2c2c2;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  margin-top: 30px;
  margin-bottom: 10px; }

/*  CONTAINS ARRIVE/DEPART SWITCH, DATE/TIME FIELD, AND OPTIONS  */
.slide-out-div .slideout-affix #slideout_inner .container .row form .left {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0; }

/*  CONTAINS ARRIVE/DEPART SWITCH AND DATE/TIME FIELD  */
.slide-out-div .slideout-affix #slideout_inner .container .row form .left switch {
  width: 100%;
  padding: 0;
  margin: 0; }

.slide-out-div .slideout-affix #slideout_inner .container .row form .form-mid .datepicker.dropdown {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0; }

/*  CONTAINS DATE/TIME PICKER  */
.slide-out-div .slideout-affix #slideout_inner .container .row form .form-mid .datepicker.dropdown a.dropdown-toggle {
  width: 100%;
  padding: 0;
  margin: 15px 0 0 0; }

/*  CONTAINS INPUT GROUP THAT IS THE DATE/TIME PICKER  */
.slide-out-div .slideout-affix #slideout_inner .container .row form .form-mid .datepicker.dropdown a.dropdown-toggle .input-group {
  width: 100%;
  padding: 0;
  margin: 0; }

.slide-out-div .datepicker ul.dropdown-menu {
  position: relative;
  left: 0px;
  top: -8px;
  width: 245px; }

.slide-out-div .datepicker ul.dropdown-menu .datetimepicker {
  width: 100%; }

.slide-out-div .slideout-affix #slideout_inner .container .row form .radio {
  width: 100%;
  margin-top: 20px; }

.slide-out-div .slideout-affix #slideout_inner .container .row form a#dropdown2.dropdown-toggle.radio-inline {
  padding: 0px; }

.slide-out-div .slideout-affix #slideout_inner .container .row form div.switch.radio-inline {
  margin-bottom: 10px; }

.slide-out-div .slideout-affix #slideout_inner .container .row form .options {
  width: 100%;
  margin-top: 0 !important; }

.slide-out-div .slideout-affix #slideout_inner .container .row form .options .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

/*--  ANIMATION  --*/
.bounce {
  -webkit-animation: bounce .9s 3;
  animation: bounce .9s 3; }

span.flicker {
  -webkit-animation: flash 1s infinite;
  animation: flash 1s infinite; }

@-webkit-keyframes flash {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes flash {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#slideout label {
  font-size: 18px;
  font-weight: 800;
  color: #04a6ef; }

#slideout input {
  height: 50px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 3px solid #5d5d5d;
  display: inline-block; }

/*--  STYLED SELECTS  --*/
#slideout span.colon {
  position: relative;
  top: 8px;
  margin: 0 3px;
  padding: 0;
  float: left; }

#slideout button {
  width: 100%;
  height: 48px;
  text-align: center;
  background: #04a6ef;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-top: 37px; }

.handle {
  display: block;
  position: relative;
  width: 0px;
  height: 0px;
  cursor: pointer; }

.handle:after {
  display: block;
  position: relative;
  background-image: url("/Assets/Images/slider-flag.jpg");
  width: 78px;
  height: 114px;
  content: '';
  cursor: pointer;
  right: 78px; }

.affix {
  top: 210px;
  display: block; }

.sidebar-affix.affix {
  width: 240px; }

.slideout-affix.affix {
  width: 275px; }

.slideout-affix.affix-top {
  display: block;
  width: 420px; }

/*--  end:  SLIDE OUT  --*/
/*--  NEWS & UPDATES + TWEETS  --*/
.nut {
  background: #252525 url(/Assets/images/backgrounds/skewed_print.png) repeat fixed;
  color: #FFF;
  padding: 66px 0; }

.nut h2.title a:hover {
  text-decoration: none;
  color: #c1d72d; }

.news-items {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #363636;
  -webkit-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.25); }

.news-item {
  border-bottom: 1px solid #4d4d4d;
  padding: 15px 30px; }

.news-item:hover {
  background: #414141; }

.news-item h5 a:hover {
  text-decoration: none;
  color: #FFF; }

.news-item p.item-content {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px; }

.news-item p.date {
  font-size: 14px;
  line-height: 21px;
  color: #888;
  font-style: italic; }

.news-item p.more a, .news-item p.more a:visited {
  font-size: 14px;
  line-height: 21px;
  color: #FFF; }

.news-item p.more a:hover {
  text-decoration: none;
  color: #c1d72d; }

/*--  TWITTER FEED  --*/
.tweets {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #FFF;
  background: #363636;
  -webkit-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.25); }

.tweets ul {
  padding: 0;
  list-style: none; }

.tweets ul li {
  padding: 15px 30px;
  border-bottom: 1px solid #4d4d4d; }

.tweets ul li:hover {
  background: #414141; }

.tweets a {
  color: #898989; }

.tweets a:hover {
  text-decoration: none; }

.tweets .small {
  font-size: 14px;
  font-weight: 500; }

.tweets a.tweeter, .tweets a.tweeter:visited {
  color: #c1d72d;
  font-size: 21px;
  font-weight: 800; }

.tweets a.tweeter:hover {
  text-decoration: none;
  color: #FFF; }

.tweets a.small:hover {
  text-decoration: none;
  color: #FFF; }

span.timePosted {
  font-style: italic; }

span.timePosted a:hover {
  text-decoration: none;
  color: #FFF; }

span.dot {
  color: #898989; }

p.top-info {
  margin: 0;
  padding: 0; }

div.tweet-img {
  float: left;
  margin-top: 8px; }

div.tweet-content {
  margin-left: 70px; }

/*--  end:  TWITTER FEED  --*/
/*--  TWITTER ICONS  --*/
p.interact {
  margin: 0;
  padding: 0; }

img.twitter-reply {
  margin-right: 38px; }

img.twitter-retweet {
  margin-right: 38px; }

/*--  end: TWITTER ICONS  --*/
/*--  end:  NEWS & UPDATES + TWEETS  --*/
/*--  NEWS RELEASES  --*/
.news-release-detail {
  margin-top: 5px;
  padding-bottom: 30px; }

.news-release-detail[_ngcontent-c4] {
  margin-top: 5px; }

.news-release-detail h3:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0; }

/*--  end:  NEWS RELEASES  --*/
/*--  ROUTESHOUT OUT  --*/
.routeshout-out {
  background: url(/Assets/images/backgrounds/bg-routeshout-out.png) no-repeat;
  background-position: 53.75% center;
  padding-top: 37px;
  padding-bottom: 34px;
  z-index: 100; }

.routeshout-out img.routeshout-logo {
  margin-right: 60px;
  margin-top: 28px; }

.routeshout-out .right p {
  padding-left: 100px;
  padding-right: 100px;
  color: #7d7d7d; }

.routeshout-out .right p.routeshout-download-links {
  font-size: 18px;
  font-weight: 500;
  color: #363636; }

.routeshout-out .right p.routeshout-download-links span.sep {
  font-weight: 400; }

.routeshout-out .right p.routeshout-download-links a, .routeshout-out .right p.routeshout-download-links a:visited {
  color: #363636;
  font-size: 16px; }

.routeshout-out .right p.routeshout-download-links a:hover {
  color: #04a6ef !important; }

/*--  end:  ROUTESHOUT OUT  --*/
/*--  ROUTESHOUT OUT DARK  --*/
.routeshout-out-dark {
  background: #252525 url(/Assets/images/backgrounds/bg-routeshout-out-dark.png) no-repeat;
  background-position: 53.75% center;
  padding-top: 37px;
  padding-bottom: 34px;
  margin-top: 61px;
  z-index: 100; }

.routeshout-out-dark .right p {
  color: #fefefe; }

.routeshout-out-dark .right p.routeshout-download-links {
  color: #fefefe; }

.routeshout-out-dark .right p.routeshout-download-links span.sep {
  color: #707070; }

.routeshout-out-dark .right p.routeshout-download-links a, .routeshout-out-dark .right p.routeshout-download-links a:visited {
  color: #fefefe; }

.routeshout-out-dark .right p.routeshout-download-links a:hover {
  color: #c1d72d !important; }

/*--  end:  ROUTESHOUT OUT  --*/
/*--  FOOTER + COPYRIGHT  --*/
.bottom-container {
  background: url(/Assets/images/backgrounds/bg-footer.jpg) center center no-repeat;
  background-size: cover;
  z-index: 100; }

/*--  FOOTER  --*/
footer {
  padding-top: 72px;
  padding-bottom: 58px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #FFF; }

footer a, footer a:visited {
  color: #FFF; }

footer a:hover {
  color: #FFF; }

footer span.bold {
  font-weight: 800;
  color: #67c7e2;
  text-transform: uppercase; }

footer ul {
  padding-left: 12px; }

footer ul li {
  list-style-image: url(/Assets/images/footer-list-style-image.png);
  margin: 0; }

footer hr {
  border-color: rgba(44, 44, 44, 0.12); }

footer .btn-default {
  background-color: #04a6ef;
  color: #FFF; }

img.rethink {
  margin-top: 30px; }

footer .col-sm-3.left {
  padding-right: 37px;
  padding-left: 0;
  margin-left: 0; }

.footer-bulk-content {
  border-left: 2px solid #FFF;
  padding-left: 43px;
  padding-right: 0; }

/*--  end:  FOOTER  --*/
/*--  COPYRIGHT  --*/
.copyright {
  background: #04a6ef;
  opacity: .8;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  padding: 28px 0;
  min-height: 80px; }

.copyright p {
  margin: 0;
  padding: 0; }

.copyright a, .copyright a:visited {
  color: #FFF; }

/*--  end:  COPYRIGHT  --*/
/*--  end: FOOTER + COPYRIGHT  --*/
/*--  CONTENT AND SIDEBAR  --*/
.sidebar {
  padding-right: 37px;
  margin-top: 20px; }

.sidebar ul {
  list-style: none;
  padding-left: 0; }

.sidebar ul li {
  border-bottom: 1px solid #DDD;
  margin-bottom: 0; }

.sidebar ul li a {
  display: block;
  padding: 5px;
  color: #00509E; }

.sidebar ul li a:hover {
  background: #fcfcfc;
  text-decoration: none;
  padding-left: 10px; }

ul.schedule-links li a {
  line-height: 1;
  padding: 12px 5px 13px 5px; }

ul.schedule-links li a small {
  opacity: .5;
  font-style: italic;
  transition: all .2s;
  color: #363636; }

ul.schedule-links li a:hover small {
  opacity: 1; }

/*--  end:  CONTENT AND SIDEBAR  --*/
/*--  SCHEDULE TABLE  --*/
.tab-wrapper {
  margin-top: 20px; }

.tab-wrapper ul.nav-tabs {
  border-bottom: 5px solid #04a6ef;
  margin-bottom: 20px;
  padding-left: 0; }

.tab-wrapper ul.nav-tabs li {
  font-size: 24px;
  height: 48px;
  font-weight: 700;
  margin: 0 8px 10px 0; }

.tab-wrapper ul.nav-tabs li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  background: #464646;
  color: #FFF; }

.tab-wrapper ul.nav-tabs li a:hover {
  background: #04a6ef;
  color: #FFF; }

.tab-wrapper ul.nav-tabs li.active a {
  background: #04a6ef;
  color: #FFF; }

.tab-wrapper ul.nav-tabs li.active a:hover {
  color: #FFF; }

.schedule-description, .lead {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 5px;
  font-weight: 500; }

.schedule-table {
  font-size: 18px; }

.schedule-table th, .schedule-table td {
  text-align: center;
  width: 33.333333333%; }

.schedule-table th {
  background: #04a6ef;
  color: #FFF;
  text-transform: uppercase;
  border-left: #FFF 2px solid;
  padding: 11px 0 !important; }

.schedule-table th:first-child {
  border-left: none; }

.schedule-table td {
  border-left: #5d5d5d 2px solid; }

.schedule-table tr td:first-child {
  border-left: none; }

#map {
  width: 100%;
  height: 650px; }

/*--  SIDEBAR SEARCH  --*/
.styled-select.search {
  border: 3px solid #5d5d5d;
  background: #FFF;
  overflow: hidden;
  height: 48px;
  cursor: pointer; }

.styled-select.disabled {
  opacity: 0.6; }

.styled-select.search .select-toggle {
  float: right;
  width: 35px;
  height: 42px;
  margin-top: -42px;
  background: url(/Assets/Images/select-button-sidebar-search.jpg) right center no-repeat;
  z-index: 10 !important;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 20px 20px white;
  -moz-box-shadow: 0px 0px 20px 20px white;
  box-shadow: 0px 0px 20px 20px white; }

.styled-select.search select {
  height: 42px;
  width: 100%;
  background: rgba(255, 0, 0, 0) url(/Assets/images/icon-1.png) no-repeat;
  background-position: 8px center;
  float: left;
  z-index: 0 !important;
  padding-left: 40px;
  border: none; }

.styled-select.search select option {
  z-index: 0 !important;
  cursor: auto; }

.styled-select.search.direction select {
  background-image: url(/Assets/images/icon-2.png); }

.styled-select.search.stops select {
  background-image: url(/Assets/images/icon-3.png); }

.sidebar .btn.search {
  width: 100%;
  height: 48px;
  text-align: center;
  background: #04a6ef;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-top: 37px; }

/*--  end:  SIDEBAR SEARCH  --*/
.maps p {
  line-height: 21px;
  color: #7d7d7d;
  margin-bottom: 20px; }

.maps a {
  /*color:$color-dark-grey;*/ }

/*--  SCHEDULE TABLE  --*/
/*--  PRICE TABLE  --*/
.price-table {
  margin-bottom: 30px;
  text-align: center; }

.price-table .item .item-inner {
  /*pointer-events:none;*/
  background: #E1E1E1;
  padding: 0 0 10px 0;
  transition: all .3s ease; }

.price-table .item:hover .item-inner {
  /*-webkit-animation: bounce .8s 1; animation: bounce .8s 1;*/
  transform: scale(1.1); }

.price-table .price {
  background: #04a6ef;
  color: #FFF;
  font-weight: 800;
  font-size: 32px;
  line-height: 60px; }

.price-table .title {
  background: #363636;
  color: #c1d72d;
  line-height: 30px;
  font-weight: 700; }

.price-table .details {
  padding: 10px 20px; }

.price-table p.note {
  font-style: italic;
  font-size: .7em;
  padding: 0 20px;
  margin-bottom: 0;
  line-height: 16px;
  opacity: 0.5; }

/*--  end:  PRICE TABLE  --*/
/*--  CONTACT FORM  --*/
.contact-form label {
  font-size: 16px;
  color: #04a6ef; }

/*--  end:  CONTACT FORM  --*/
/*--  TOOLTIPS  --*/
/* Tooltip container */
.tooltip {
  opacity: 1 !important;
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  /* If you want dots under the hoverable text */ }

/* Tooltip text */
.tooltip .tooltiptext {
  opacity: 0;
  transition: opacity .2s;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  width: 120px;
  background-color: white;
  color: #363636;
  text-align: center;
  padding: 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 100000;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  -webkit-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.5); }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  opacity: 1; }

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent; }

/*--  end:  PURE CSS TOOLTIPS  --*/
/*--  ODDS & ENDS  --*/
span.label.label-danger {
  position: relative;
  top: -2px; }

.dropdown-menu.translate-two li:hover .sub-menu {
  visibility: visible; }

.dropdown.translate-one:hover .dropdown-menu.translate-two {
  display: block; }

.navbar-toggle {
  margin-left: 20px; }

::-moz-selection {
  background: #04a6ef;
  color: #FFF; }

::selection {
  background: #04a6ef;
  color: #FFF; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e1e1e1; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.bold {
  font-weight: 900;
  text-transform: uppercase; }

.fw900 {
  font-weight: 900; }

input.form-control {
  height: 50px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #9a9a9a;
  display: inline-block; }

textarea.form-control {
  -moz-border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  border-radius: 1px !important;
  border: 1px solid #9a9a9a;
  display: inline-block; }

.btn-default {
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  color: #FFF !important;
  background: #04a6ef;
  border: none;
  /*height:48px;*/
  padding: 0 40px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #333 !important; }

.notop {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.tinytop {
  padding-top: 5px !important;
  margin-top: 0 !important; }

.smtop {
  padding-top: 15px !important;
  margin-top: 0 !important; }

.medtop, .mdtop {
  padding-top: 30px !important;
  margin-top: 0 !important; }

.lgtop {
  padding-top: 60px !important;
  margin-top: 0 !important; }

.bigtop {
  padding-top: 90px !important;
  margin-top: 0 !important; }

.hugetop {
  padding-top: 120px !important;
  margin-top: 0 !important; }

.nobtm {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.tinybtm {
  padding-bottom: 5px !important;
  margin-bottom: 0 !important; }

.smbtm {
  padding-bottom: 15px !important;
  margin-bottom: 0 !important; }

.medbtm, .mdbtm {
  padding-bottom: 30px !important;
  margin-bottom: 0 !important; }

.lgbtm {
  padding-bottom: 60px !important;
  margin-bottom: 0 !important; }

.bigbtm {
  padding-bottom: 90px !important;
  margin-bottom: 0 !important; }

.hugebtm {
  padding-bottom: 120px !important;
  margin-bottom: 0 !important; }

.noleft {
  padding-left: 0 !important;
  margin-left: 0 !important; }

.tinyleft {
  padding-left: 5px !important;
  margin-left: 0 !important; }

.smallleft {
  padding-left: 10px !important;
  margin-left: 0 !important; }

.medleft {
  padding-left: 30px !important;
  margin-left: 0 !important; }

.noright {
  padding-right: 0 !important;
  margin-right: 0 !important; }

.tinyright {
  padding-right: 5px !important;
  margin-right: 0 !important; }

.smallright {
  padding-right: 10px !important;
  margin-right: 0 !important; }

.medright {
  padding-right: 30px !important;
  margin-right: 0 !important; }

.lesspad {
  padding-bottom: 5px;
  margin-bottom: 10px; }

.faq-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 1px solid #EEE; }

.faq-wrap:first-child {
  border-top: none; }

.noborder {
  border: none; }

.twitter-logo {
  height: 38px;
  position: relative;
  top: -2px; }

.glyphicon.small {
  opacity: .5; }

/*--  ODDS & ENDS  --*/
/*--  ROUTES  --*/
ul.maps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1; }

ul.maps > li {
  list-style: none;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  -moz-column-fill: auto;
  -webkit-column-fill: auto;
  column-fill: auto;
  min-height: 80px;
  min-width: 320px;
  float: left; }

/*--
.rt {}
    .rt span {display:inline-block; border-radius: 100px 100px 100px 100px; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; color:#FFF; width:30px; height:30px; padding:2px 5px;}
        .rt1 span {background-color:rgb(3, 172, 225);}
        .rt1a span {background-color:rgb(244, 128, 39);}
        .rt2 span {background-color:rgb(108, 32, 127);}
        .rt3 span {background-color:rgb(1, 169, 166);}
        .rt4 span {background-color:rgb(238, 50, 36);}
        .rt50e span {background-color:rgb(206, 112, 24);}
        .rt50w span {background-color:rgb(2, 115, 174);}
--*/
/*--  end:  ROUTES  --*/
/*--  ADJUSTMENTS FOR DIFFERENT SCREEN SIZES  --*/
/*--
        ADJUST BOOTSTRAP MENU TO DROPDOWN W/OUT CLICKING *
        On mobile devices, the user needs to click to get the dropdown.
	    This is not the case for devices with a screen width above 604px.
--*/
/*--  end:  ADJUST BOOTSTRAP MENU TO DROPDOWN W/OUT CLICKING  --*/
/*--  HEADER ICONS PLACED IN MENU ON MOBILE  --*/
ul.nav li.visible-xs.social {
  border-top: 1px solid #565656; }

ul.nav li.visible-xs.social a {
  display: inline-block; }

/*--  end:  HEADER ICONS PLACED IN MENU ON MOBILE  --*/
#mobile-top-bar {
  /*background:rgba(44,44,44,.95);
    position:fixed;
    height:54px;
    width:100% !important;
    border-bottom:1px solid #414141;
    padding:7px;
    z-index:100;*/ }

/*#search-menu-toggle-container {*/
/*border:1px solid #F00;*/
/*float:right; margin:7px 14px 0 0;}*/
#mobile-menu-slideout, #mobile-search-slideout {
  position: fixed;
  z-index: 101 !important;
  height: 100%;
  width: 100%;
  color: #FFF;
  overflow-y: scroll;
  overflow-x: hidden;
  background: -moz-linear-gradient(90deg, #363636 0%, #5e5e5e 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #363636));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #363636 0%, #5e5e5e 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #363636 0%, #5e5e5e 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #363636 0%, #5e5e5e 100%);
  /* ie10+ */
  background: linear-gradient(0deg, #363636 0%, #5e5e5e 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#363636',GradientType=0 );
  /* ie6-9 */
  transition: all .3s; }

#mobile-menu-slideout.closed, #mobile-search-slideout.closed {
  transform: translateX(100%); }

#mobile-menu-slideout.open, #mobile-search-slideout.open {
  transform: translateX(0%); }

#mobile-menu-slideout-top, #mobile-search-slideout-top {
  /*border:1px solid #F00;*/
  font-size: 15px;
  padding: 16px 22px; }

#mobile-menu-slideout-top-right, #mobile-search-slideout-top-right {
  float: right; }

#mobile-menu-slideout-menu-toggle-mobile, #mobile-search-slideout-menu-toggle-mobile {
  margin-left: 10px; }

#mobile-menu-slideout-top a, #mobile-search-slideout-top a, #mobile-menu-slideout-top a:hover, #mobile-search-slideout-top a:hover {
  text-decoration: none; }

#mobile-menu-slideout nav {
  text-align: center;
  list-style: none;
  width: 300px;
  margin: 0 auto; }

#mobile-menu-slideout nav li, #mobile-menu-slideout nav li.has-dropdown {
  /*border:1px solid #F00;*/
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
  margin: 0;
  padding: 0;
  width: 100%; }

nav#mobile li a, nav#mobile li a:visited, nav#mobile li.has-dropdown a, nav#mobile li.has-dropdown a:visited {
  /*border:1px solid #0F0;*/
  display: block;
  color: #FFF;
  font-weight: 200;
  font-size: 24px;
  line-height: 24px;
  padding: 15px 0;
  width: 100% !important;
  height: 100%; }

nav#mobile li a:hover, nav#mobile li a:active, nav#mobile li.has-dropdown a:hover, nav#mobile li.has-dropdown a:active {
  color: #c1d72e;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2); }

/*--  2ND LEVEL NAV  --*/
#mobile-menu-slideout nav li.has-dropdown ul {
  border: 1px solid #636363;
  background: #414141;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0px 5px 100px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 100px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 100px 0px rgba(0, 0, 0, 0.2); }

#mobile-menu-slideout nav li.has-dropdown ul.closed {
  display: none; }

#mobile-menu-slideout nav li.has-dropdown ul.open {
  display: auto; }

#mobile-menu-slideout nav li.has-dropdown ul li {
  border-bottom: 1px solid #636363; }

#mobile-menu-slideout nav li.has-dropdown ul li:last-child {
  border-bottom: none; }

#mobile-menu-slideout nav li.has-dropdown ul li a {
  font-size: 22px; }

#menu-social-mobile {
  /*border:1px solid #F00;*/
  width: 250px;
  margin: 20px auto 20px auto !important; }

.social a {
  float: left;
  margin-left: 10px !important; }

.social a:first-child {
  margin-left: 0px; }

.social a.contact {
  position: relative;
  top: -1px; }

#mobile-search-slideout-btm {
  width: 80%;
  margin: 10px auto 0 auto; }

#mobile-search-slideout-btm #mobile-search-slideout-form {
  margin-bottom: 10px; }

#mobile-search-slideout-form input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  width: calc(100% - 49px); }

#mobile-search-slideout-form .btn-primary {
  width: 44px;
  height: 44px;
  margin: 0;
  background: #c1d72e;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: none;
  font-size: 1.45em; }

#mobile-search-slideout-form .btn-primary:hover {
  background: #414141; }

#mobile-search-slideout-links h3 {
  font-size: 14px;
  text-transform: uppercase;
  opacity: .2;
  color: #FFF;
  padding-bottom: 0;
  margin-bottom: 0; }

#mobile-search-slideout-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#mobile-search-slideout-links ul li {
  font-size: 18px;
  border-bottom: 1px dashed rgba(53, 53, 53, 0.3);
  font-weight: 300;
  margin: 0;
  padding: 0; }

#mobile-search-slideout-links ul li a {
  color: #FFF;
  display: block;
  padding: 8px 0; }

#mobile-search-slideout-links ul li:first-child a {
  padding-top: 3px; }

@media (max-width: 320px) {
  #slide-out-div {
    display: none; }
  #plan-a-trip {
    margin-top: 60px !important;
    margin-bottom: 30px !important; }
  #plan-a-trip .divide-rt {
    border-right: none !important; }
  .form-mid .route-option-container {
    margin-bottom: -20px; }
  .get-directions {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none;
    position: static !important;
    /*top:-20px;*/ }
  .nut {
    padding: 20px 0 !important; }
  .nut h2.title {
    font-size: 32px; }
  .nut h2.title:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .nut h2.title a:hover {
    text-decoration: none;
    color: #c1d72d; }
  .tweet-container {
    padding-top: 20px; }
  input[type='text'], input[type='number'], textarea, select, option {
    font-size: 16px !important; }
  .tdpbanner p, .tdpbanner h2 {
    padding: 0 !important; } }

@media (max-width: 480px) {
  #slide-out-div {
    display: none; }
  .mobile-bluebox-icon:nth-of-type(4) {
    margin-right: -25px; }
  #plan-a-trip {
    margin-top: 70px;
    margin-bottom: 70px; }
  #plan-a-trip .divide-rt {
    /*border:1px solid #F00;*/
    border-right: none;
    width: calc(100% - 50px);
    padding-right: 20px;
    margin-right: 20px;
    padding-top: 0;
    margin-top: 0; }
  .datepicker {
    /*border:1px solid #F00;*/
    width: 100%;
    margin-bottom: 0 !important; }
  .form-mid .route-option-container {
    /*border:1px solid #00F;*/
    float: left;
    margin-left: 20px !important;
    padding-left: 15px;
    margin-bottom: -120px; }
  .form-mid .route-option-container .radio {
    float: left !important;
    clear: left !important;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px; }
  button.get-directions {
    /*width:100%;*/
    float: right;
    position: relative;
    top: -20px; }
  .copyright p.pull-right {
    /*border:1px solid #F00;*/
    float: none !important;
    padding-left: 0 !important; }
  .footer-bulk-content {
    border-left: none; }
  footer h4, .left-content h4, .footer-bulk-content h4 {
    font-size: 24px !important; }
  footer .left-content {
    margin-left: 42px !important; }
  footer .footer-bulk-content {
    border-left: none; }
  input[type='text'], input[type='number'], textarea, select, option {
    font-size: 16px !important; }
  .tdpbanner p, .tdpbanner h2 {
    padding: 0 !important; } }

@media (max-width: 533px) {
  .tdpbanner {
    background-image: none;
    padding: 25px; }
  .tdpbanner p, .tdpbanner h2 {
    padding: 0; } }

@media (max-width: 603px) {
  .bluebox .bluebox-link .visible-element {
    width: 100%;
    height: 230px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 33px; }
  .bluebox .bluebox-link .hover-element {
    background: #1897d8;
    display: inline-block;
    width: 100%;
    height: 230px;
    padding: 70px 40px 0 40px; }
  .bluebox .bluebox-link .hover-element p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500; }
  #plan-a-trip .end {
    margin-top: 20px; }
  .left .radios {
    border-right: 1px solid #ededed;
    padding-right: 10px;
    margin-right: 15px; }
  .radio.depart, .radio.arrive {
    float: left;
    clear: left; }
  .radio.arrive {
    margin-left: 0px !important; }
  .month-day {
    float: right;
    clear: none;
    margin: -20px 0 0 0 !important;
    padding: 0 0 0 0 !important; }
  .time {
    float: right;
    clear: none;
    width: 343px;
    position: relative;
    top: -30px;
    left: 208px;
    padding: 0 0 0 0 !important;
    margin: -30px 0 0 0 !important;
    border-left: none !important; }
  .options {
    margin: 0; }
  .options .radios {
    float: left;
    clear: none; }
  .options button {
    float: right !important;
    clear: none !important;
    margin: 30px 0 0 45px !important; }
  .tweet-container h2.title {
    margin-top: 60px; }
  .copyright {
    height: auto; }
  .copyright .pull-right {
    padding-left: 33px !important; } }

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden; }
  .bluebox {
    width: 100%;
    padding: 0;
    margin: -260px auto 0 auto; }
  footer .left-content {
    /*border:1px solid #F00;*/
    padding-right: 37px;
    padding-left: 0;
    margin-left: 0; }
  .footer-bulk-content {
    /*border:1px solid #0F0;*/
    border-left: 2px solid #FFF;
    padding-left: 43px;
    padding-right: 0; }
  footer h4 {
    font-size: 13px !important;
    margin-top: 10px; }
  .form-mid {
    /*border:1px solid #F00;*/
    margin-top: 10px;
    margin-bottom: 10px; }
  .form-mid .divide-rt {
    /*border:1px solid #0F0;*/
    float: left;
    padding-top: 20px;
    padding-bottom: 25px; }
  .form-mid .switch.radio-inline {
    margin-top: 5px; }
  .form-mid .switch.radio-inline {
    margin-top: 5px; }
  .form-mid .switch-label {
    margin-top: 3px; }
  .form-mid .route-option-container {
    /*border:1px solid #00F;*/
    float: left;
    margin-left: -10px !important; }
  .form-mid .route-option-container .radio {
    float: left;
    clear: left;
    margin-top: 2px;
    margin-bottom: 2px; }
  .datepicker {
    float: right;
    margin-bottom: 30px; }
  .options.text-center {
    text-align: right; }
  button.get-directions {
    margin: 0 103px 0 0;
    position: relative;
    /*top:-28px;*/
    top: 0px; }
  .bluebox .bluebox-link .visible-element {
    font-size: 18px !important; } }

@media (max-width: 800px) {
  .navbar-fixed-top {
    position: static;
    margin-bottom: 0; }
  .header-icons {
    position: relative;
    top: -10px; }
  .header-search {
    margin-top: 6px; }
  .alert-text {
    font-size: 16px; }
  .alert-text span.title {
    font-size: 20px; }
  .service-alert .readmore {
    font-size: 10px; }
  .close img {
    width: 16px; }
  .bluebox .bluebox-link .visible-element {
    font-size: 20px; }
  .bluebox .bluebox-link .hover-element {
    padding: 45px 26px 0 26px; }
  .bluebox .bluebox-link .hover-element p {
    font-size: 14px; }
  .form-top .center img {
    position: relative;
    left: -8px; }
  .time.pull-right {
    float: none !important;
    border-left: none; }
  .options button.pull-right {
    float: none !important;
    margin-top: 20px; }
  .top-info {
    line-height: 12px; }
  .top-info a.small, .top-info .dot, .top-info span.small {
    font-size: 10px; }
  .routeshout-out .right p {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .tdpbanner p, tdpbanner h2 {
    padding: 0 50px; }
  .bottom-container h4 {
    font-size: 12px;
    line-height: 12px; }
  footer {
    font-size: 12px; } }

@media (max-width: 966px) {
  h2 {
    font-size: 28px; } }

@media (max-width: 992px) {
  .header-right {
    /*border:1px solid #F00;*/
    width: auto;
    margin-left: auto; }
  .header-right .header-right-btm nav li a {
    font-size: 17px;
    line-height: 17px; }
  #plan-a-trip .datepicker {
    margin-right: 0px; }
  .route-option-container .radio-inline {
    font-size: 16px !important; }
  .radio-inline.best-route, .radio-inline.fewer-transfers {
    margin-right: 5px !important; } }

@media (max-width: 1024px) {
  h2 {
    font-size: 35px; }
  .bluebox .bluebox-link .visible-element {
    font-size: 25px; }
  .bluebox .bluebox-link .hover-element {
    padding: 100px 40px 100px 40px; }
  #plan-a-trip .radios .arrive {
    margin-left: 15px;
    margin-right: 15px; }
  #plan-a-trip .time {
    padding-right: 15px;
    padding-left: 20px; }
  span.colon {
    margin: 0 2px; }
  .radio-inline.best-route, .radio-inline.fewer-transfers {
    margin-right: 15px; }
  button.get-directions {
    padding-left: 25px;
    padding-right: 25px; }
  .routeshout-out .right p {
    padding-left: 50px;
    padding-right: 50px; }
  .tdpbanner p, .tdpbanner h2 {
    padding-right: 230px;
    padding-left: 50px; } }

/*--  end:  ADJUSTMENTS FOR DIFFERENT SCREEN SIZES  --*/
.btn-primary, .btn-info {
  color: #FFF !important; }

.btn {
  margin-bottom: 1em; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.my-1 {
  margin-top: 1rem;
  margin-bottm: 1rem; }

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.mr-1 {
  margin-right: 1rem; }

.mr-2 {
  margin-right: 2rem; }

.mr-3 {
  margin-right: 3rem; }

.mr-4 {
  margin-right: 4rem; }

.mr-5 {
  margin-right: 5rem; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.ml-3 {
  margin-left: 3rem; }

.ml-4 {
  margin-left: 4rem; }

.ml-5 {
  margin-left: 5rem; }

.mx-1 {
  margin-right: 1rem;
  margin-left: 1rem; }

.mx-2 {
  margin-right: 2rem;
  margin-left: 2rem; }

.mx-3 {
  margin-right: 3rem;
  margin-left: 3rem; }

.mx-4 {
  margin-right: 4rem;
  margin-left: 4rem; }

.mx-5 {
  margin-right: 5rem;
  margin-left: 5rem; }

.plan h4 {
  margin-bottom: 1rem; }

#route27xCallout h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 2rem; }

#route27xCallout a {
  /*margin-left:1rem;*/
  margin-bottom: 0 !important;
  background: #333;
  border-color: #000;
  color: #c1d72d; }
  #route27xCallout a:hover {
    background: #c1d72d;
    border-color: #000;
    color: #333; }

#route27xCallout .route27xCallout---content {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.5rem 3rem;
  background: #c1d72d;
  backdrop-filter: blur(0.33rem);
  color: #333;
  border-radius: .75rem;
  box-shadow: 0 0px 33px -10px rgba(193, 215, 45, 0);
  text-wrap: balance;
  transition: box-shadow .3s; }
  @media screen and (min-width: 768px) {
    #route27xCallout .route27xCallout---content {
      flex-wrap: nowrap; } }
  #route27xCallout .route27xCallout---content:hover {
    box-shadow: 0 0px 33px -10px #c1d72d; }

.container > .row.flex {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .container > .row.flex {
      flex-direction: row;
      flex-wrap: wrap; } }
  .container > .row.flex .sidebar {
    order: 2; }
    @media screen and (min-width: 992px) {
      .container > .row.flex .sidebar {
        order: unset; } }

.right-content {
  margin-top: 2rem;
  margin-bottom: 4rem; }
  @media screen and (min-width: 992px) {
    .right-content {
      border-left: 3px solid #5d5d5d;
      padding-left: 43px;
      margin-top: 20px; } }
  .right-content h2 {
    border-bottom: 3px solid #5d5d5d;
    padding-bottom: 13px;
    margin-bottom: 21px; }
  .right-content ul {
    padding-left: 20px;
    margin-bottom: 25px; }
    .right-content ul li {
      list-style-image: url(/Assets/images/content-list-style-image.png); }
      .right-content ul li ul {
        margin-bottom: 20px; }
        .right-content ul li ul li {
          list-style-image: url(/Assets/images/content-list-style-image-sub-image.png); }

header {
  position: fixed;
  width: 100%;
  background: rgba(44, 44, 44, 0.95);
  z-index: 100;
  padding: 0 0 15px 0; }
  header .header-logo {
    margin-top: 18px; }
    header .header-logo img {
      height: 80px; }

.header-right {
  /*width: 874px;
    margin-top: 18px;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto; }
  .header-right .header-right-top {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end; }
    .header-right .header-right-top .header-icons, .header-right .header-right-top .translate, .header-right .header-right-top .header-search {
      /*float: right;*/ }
    .header-right .header-right-top .header-icons {
      margin-left: auto; }
      .header-right .header-right-top .header-icons::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 80%;
        background: rgba(255, 255, 255, 0.25); }
      .header-right .header-right-top .header-icons .icon {
        margin-right: 18px;
        margin-top: 7px; }
    .header-right .header-right-top .translate {
      margin-top: 0; }
      .header-right .header-right-top .translate li {
        color: #c1d72d; }
        .header-right .header-right-top .translate li:hover {
          color: #333;
          background: #eee; }
      .header-right .header-right-top .translate a {
        color: inherit;
        background: none; }
        .header-right .header-right-top .translate a:hover {
          background: none; }
        .header-right .header-right-top .translate a span {
          margin-left: 5px; }
      .header-right .header-right-top .translate #google_translate_element {
        padding: .5rem 1rem 0; }
    .header-right .header-right-top .header-search {
      margin-left: 18px; }
      .header-right .header-right-top .header-search .input-group {
        width: 300px; }
        .header-right .header-right-top .header-search .input-group .input-group-addon {
          padding: 0 0 0 0 !important;
          line-height: normal !important;
          background: none;
          border: none; }
        .header-right .header-right-top .header-search .input-group button {
          /*border:1px solid #F00;*/
          padding: 0 0 0 0;
          margin: 0 0 0 0 !important;
          line-height: normal;
          height: 32px;
          color: #c1d72e;
          font-size: 16px;
          font-weight: 500;
          background: none; }
          .header-right .header-right-top .header-search .input-group button span {
            position: relative;
            top: 2px; }
  .header-right .header-right-btm {
    /*border:1px solid #F00;*/
    clear: both;
    text-align: right;
    /*margin-top: 85px;*/ }
    .header-right .header-right-btm nav ul {
      margin: 0;
      padding: 0; }
      .header-right .header-right-btm nav ul li {
        display: inline-block;
        margin: 0 20px !important;
        position: relative; }
        .header-right .header-right-btm nav ul li.link-active > a {
          color: #c1d72e; }
        .header-right .header-right-btm nav ul li.last {
          margin-right: 0 !important; }
        .header-right .header-right-btm nav ul li a {
          display: block;
          margin: 0;
          font-size: 20px;
          line-height: 20px;
          text-transform: uppercase;
          color: #FFF;
          font-weight: 700; }
          .header-right .header-right-btm nav ul li a:hover, .header-right .header-right-btm nav ul li a:active, .header-right .header-right-btm nav ul li a:focus {
            text-decoration: none !important;
            color: #c1d72e !important; }
        .header-right .header-right-btm nav ul li.has-dropdown ul {
          display: none;
          position: absolute;
          /*left:50%;
                            transform:translateX(-50%);*/
          text-align: left;
          border-top: 24px solid rgba(255, 255, 255, 0);
          padding: 0 !important;
          margin: 0 0 0 -22px !important;
          -webkit-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.3);
          min-width: 20rem; }
          .header-right .header-right-btm nav ul li.has-dropdown ul a {
            font-size: 16px;
            line-height: 42px;
            background: rgba(255, 255, 255, 0.95);
            color: #707070;
            text-transform: none;
            font-weight: 500;
            padding: 0 22px;
            margin: 0; }
          .header-right .header-right-btm nav ul li.has-dropdown ul a:hover,
          .header-right .header-right-btm nav ul li.has-dropdown ul .link-active a {
            background: rgba(85, 85, 85, 0.95);
            color: #c1d72e;
            text-decoration: none; }
          .header-right .header-right-btm nav ul li.has-dropdown ul a.nohover {
            background: rgba(255, 255, 255, 0.95) !important; }
            .header-right .header-right-btm nav ul li.has-dropdown ul a.nohover:hover {
              background: rgba(255, 255, 255, 0.95) !important; }
          .header-right .header-right-btm nav ul li.has-dropdown ul li {
            /*border:1px solid #F00;*/
            display: block;
            margin: 0 !important;
            padding: 0 !important;
            border-top: 1px solid #d7d7d7; }
        .header-right .header-right-btm nav ul li.has-dropdown:hover ul {
          display: flex;
          position: absolute;
          text-align: left;
          border-top: 24px solid rgba(255, 255, 255, 0); }
          .header-right .header-right-btm nav ul li.has-dropdown:hover ul:first-child {
            border-top: none; }

#fares_and_passes:hover ul {
  display: block; }
