
@charset "UTF-8";
/*
* -----------------------
* OVERALL ELEMENT STYLES
* -----------------------
*/
/* ONCE CONTENT HAS BEEN ADDED TO EXPLORE PAGES, DELETE THESE FOUR LINES: */
#menu-top-nav-explore,
.menu-item-8069 {
  display: none;
}

/* END DELETE*/
body {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  color: black;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45em;
  margin-bottom: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  color: #193888;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 20px 0;
  text-transform: none;
  font-weight: bold;
}

h1,
.title.is-1,  
.route-page-title {
  font-size: 40px;
}

h2,
.title.is-2 {
  font-size: 36px;
}

h3,
.title.is-3 {
  font-size: 24px;
}

h4,
.title.is-4{
  font-size: 20px;
  margin: 20px 0 10px 0;
}

h5,
.title.is-5 {
  font-size: 16px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 12px;
  }
}
.wrapper {
  overflow: visible;
}

a {
  color: inherit;
  border: 0;
}

a:hover,
a:active,
a:focus {
  color: #6387c4;
  text-decoration: none;
}

hr {
  border-color: #cccccc;
}

.btn {
  font-size: 16px;
  height: 40px;
  line-height: 30px;
  border-radius: 3px;
  margin: 10px 0;
}

.btn-default {
  background: #193888;
  color: #fff;
  font-weight: 600;
  border: 1px solid #193888;
  text-shadow: none;
}


.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default.focus,
.btn-default.active,
.btn-default:active {
  background: #78A1E5;
  color: #fff;
  border: 1px solid #78A1E5;
}

button.navbar-toggle {
  height: auto;
}

form .btn {
  margin: 0;
}

form#fare_zones .btn {
  font-size: 14px;
  height: 43px;
  margin-top: -7px;
}

.navbar button.navbar-toggle {
  background-image: none;
  background-color: #214189;
  border-color: #214189;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  color: #fff;
}

.navbar button.navbar-toggle span.icon-bar {
  background-color: #fff;
}

.navbar button.navbar-toggle:hover,
.navbar button.navbar-toggle:active,
.navbar button.navbar-toggle:focus {
  background-image: none;
  background-color: #214189;
  border-color: #214189;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  opacity: 0.8;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin-right: 0;
}

.no-padding {
  padding: 0;
}

.date {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
}

.meeting-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  margin: 10px 0px;
}

.link-list {
  text-decoration-line: underline;
}

input {
  border-radius: 2px;
}


select, textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  padding: 5px 10px;
  font-size: 16px;
  height: 40px;
  line-height: 18px;
  border-radius: 3px;
}


input.full-width {
  width: 100%;
}

.form-control {
  height: 40px;
}

.sidebar-right {
  text-align: left;
  border-left: 1px solid #ccc;
}

p.subtitle {
  color: #71777d;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  font-size: 24px;
  line-height: 30px;
}

.align-center {
  text-align: center;
}

.translate {
  margin-top: -25px;
  padding-right: 30px;
}

.goog-te-menu-frame {
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

#google_translate_element img {
  width: auto !important;
}

iframe {
  border: none;
  width: 100%;
  margin: 0 auto;
  min-height: 700px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-30 {
  margin-top: 30px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-30 {
  padding-top: 30px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.align-center {
  text-align: center;
}

.row.red {
  border-left: 10px solid #C52027;
  background: rgba(197, 32, 39, 0.2);
}

.row.orange {
  border-left: 10px solid #F36F22;
  background: rgba(243, 111, 34, 0.2);
}

.row.yellow {
  border-left: 10px solid #F6EB13;
  background: rgba(246, 253, 19, 0.2);
}

.row.red,
.row.orange,
.row.yellow {
  margin-top: 20px;
  border-radius: 4px;
  padding-bottom: 15px;
  color: #6387c4;
  /* 	font-weight: bold; */
}

.row.red h4,
.row.orange h4,
.row.yellow h4 {
  margin-bottom: 15px;
  font-weight: bold;
}

.row.red a,
.row.orange a {
  color: #6387c4;
  /* 	font-weight: bold; */
}

.row.yellow,
.row.yellow a {
  color: #6387c4;
  /* 	font-weight: bold; */
}

span.holiday-schedule {
  width: 25px;
  height: 25px;
  background-image: url('../../scttransit/images/holiday-schedule.svg');
  background-size: cover;
}

/*
* -------------------
* jQuery UI FORM STYLES
* -------------------
*/
.ui-selectmenu-button {
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  color: #214189;
  padding: 5px;
}

.ui-state-hover,
.ui-state-focus {
  border: 1px solid #ccc;
}

.ui-state-default .ui-icon {
  background: url("../../scttransit/images/select-icons.png") no-repeat scroll -14px -110px rgba(0, 0, 0, 0);
}

li.ui-state-hover,
.ui-widget-content li.ui-state-hover,
li.ui-state-focus,
.ui-widget-content li.ui-state-focus,
.ui-widget-header li.ui-state-focus {
  border: none;
  background: none;
  color: #6387c4;
  background-color: #fff;
  font-weight: inherit;
  margin: 0;
}

#ui-datepicker-div {
  /* width: 202px; */
}

.ui-widget-content {
  background: #fff;
  color: #214189;
}

.ui-datepicker-title {
  color: #214189;
}

.ui-widget-header .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  /* 	background: url("../../images/select-icons.png") no-repeat scroll -14px -110px rgba(0, 0, 0, 0); */
}

.ui-widget-header,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #fff;
  border: 1px solid #214189;
}

.ui-state-hover {
  background: rgba(243, 111, 34, 0.7);
}

/*All Forms*/

.ginput_recaptcha iframe {
  min-height: auto !important;
}

/*Trip Planner Form*/

.gform_title {
  display: none;
}


#gform_wrapper_1, #gform_wrapper_2, #gform_wrapper_3 {
  color: #214189;
  margin: 10px auto;
}

#gform_wrapper_3 form, 
#gform_wrapper_1 form,
#gform_wrapper_7 form  {
  width: 60%
}

.gform_wrapper.gravity-theme .gform_footer input {
  width: 100%;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  background-color: #193888;
}

/*--------------------*/

/*Contact us form*/

#gform_wrapper_1 .gfield textarea.large {
  height: 130px;
}

/*-----------------*/

/* Lost and Found Form */

#gform_wrapper_2 .gfield textarea.large {
  height: 130px;
}

/*---------------------*/


/select:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #C52027;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*
* -------------------
* BOOTSTRAP STYLES
* -------------------
*/
.wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.well {
  background: #FFF;
}

.alert {
  border-top: 4px solid #C52027;
  color: #C52027;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #F4DFE3;
}

.alert a,
.alert a:hover,
.alert a:active,
.alert a:focus {
  color: #C52027;
}

.alert a:hover,
.alert a:active,
.alert a:focus {
  color: #C52027;
}

.glyphicon {
  font-size: 14px;
}

.glyphicon-warning-sign {
  color: #C52027;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
}

.border-bottom.no-padding {
  padding: 0;
}

/*
* -------------------
* HEADER STYLES
* -------------------
*/
.navbar-default {
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*border-bottom: 10px solid #6387C4;*/
  border-color: inherit;
}

.nav.navbar-nav.navbar-right {
  margin-bottom: -10px;
  padding: 0 3px;
  background: #fff;
  position: relative;
}

.navbar .nav li a.dropdown-toggle {
  padding-top: 0;
}

.top-navbar {
  margin-left: 30px;
}

.navbar .container:before,
.navbar .container:after,
.top-navbar:before,
.top-navbar:after {
  display: inline !important;
  content: none !important;
}

.navbar-brand {
  height: auto;
  width: 100%;
}

a.navbar-brand img {
  pointer-events: inherit;
}

.nav.navbar-nav.navbar-right .dropdown {
  margin-right: 3px;
  max-width: 143px;
}

.nav.navbar-nav.navbar-right .dropdown.red {
  border-bottom: 10px solid #C52027;
}

.nav.navbar-nav.navbar-right .dropdown.red:hover {
  border-bottom: 20px solid #C52027;
}

.nav.navbar-nav.navbar-right .dropdown.red:hover a,
.nav.navbar-nav.navbar-right .dropdown.orange:hover a,
.nav.navbar-nav.navbar-right .dropdown.yellow:hover a {
  padding-bottom: 20px;
}

.nav.navbar-nav.navbar-right .dropdown.orange {
  border-bottom: 10px solid #F36F22;
}

.nav.navbar-nav.navbar-right .dropdown.orange:hover {
  border-bottom: 20px solid #F36F22;
}

.nav.navbar-nav.navbar-right .dropdown.yellow {
  border-bottom: 10px solid #F6EB13;
  margin-right: 0;
}

.nav.navbar-nav.navbar-right .dropdown.yellow:hover {
  border-bottom: 20px solid #F6EB13;
}

.nav.navbar-nav.navbar-right .dropdown .below {
  font-size: 12px;
  color: #7e7e7e;
  line-height: 14px;
}

.nav.navbar-nav.navbar-right .dropdown.orange .below {
  padding-bottom: 14px;
}

.navbar-default .dropdown, .dropdown-toggle {
  background: #fff;
  background-image: none;
  background-color: #fff;
}

.navbar .nav .dropdown-toggle .caret {
  font-size: 20px;
  margin-top: 0;
}

.navbar .nav .dropdown-toggle:hover .caret {
  border-radius: 50%;
}

.navbar .nav .red .dropdown-toggle:hover .caret {
  border-color: #C52027 !important;
  border-left: 4px solid #C52027;
  border-right: 4px solid #C52027;
  border-top: 4px solid #C52027;
  border-bottom: 4px solid #C52027;
}

.navbar .nav .orange .dropdown-toggle:hover .caret {
  border-color: #F36F22 !important;
  border-left: 4px solid #F36F22;
  border-right: 4px solid #F36F22;
  border-top: 4px solid #F36F22;
  border-bottom: 4px solid #F36F22;
}

.navbar .nav .yellow .dropdown-toggle:hover .caret {
  border-color: #F6EB13 !important;
  border-left: 4px solid #F6EB13;
  border-right: 4px solid #F6EB13;
  border-top: 4px solid #F6EB13;
  border-bottom: 4px solid #F6EB13;
}

.navbar-right .dropdown-menu {
  top: 102px;
}

.navbar-right .red .dropdown-menu {
  min-width: 900px;
  left: -285%;
}

.navbar-right .orange .dropdown-menu,
.navbar-right .yellow .dropdown-menu {
  min-width: 400px;
  right: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .nav > li > .dropdown-menu:before {
  border: none;
}

.navbar .nav > li > .dropdown-menu:after {
  border: none;
}

.dropdown-menu {
  border: 1px solid rgba(33, 65, 137, 0.7);
}

.dropdown-menu ul {
  margin-left: 0;
}

.dropdown-menu ul li {
  list-style-type: none;
}

.navbar a.brand {
  max-width: 390px;
  padding-bottom: 10px;
}

a.brand img {
  width: 100%;
  margin-bottom: 20px;
}

.navbar-toggle {
  margin-right: 35px;
  margin-top: 25px;
}

.container .navbar-collapse {
  margin: 0;
  padding: 0 15px;
}

.dropdown.red .dropdown-menu ul li {
  padding-bottom: 10px;
}

span.text {
  color: #8c8c8c;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  width: 70%;
}

.dropdown-route-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 0 !important;
}

span.route-days {
  font-size: 10px;
}

.nav.navbar-nav.navbar-right .dropdown-menu .top-nav {
  font-weight: bold;
}

.top-nav h1 {
  margin: 0;
}

.top-navbar .navbar-toggle {
  margin-top: 11px;
  margin-right: 15px;
}

.dropdown-menu h1 {
  padding-left: 90px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #21428B;
}

.dropdown-menu h1:before {
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 80px;
  width: 80px;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
}

.red .dropdown-menu h1:before {
  background-position: -200px -100px;
}

.orange .dropdown-menu h1:before {
  background-position: -100px -100px;
}

.yellow .dropdown-menu h1:before {
  background-position: -300px -100px;
}

#main-route-icon {
  width: 50px;
  height: 50px;
  float: left;
  margin-top: -3px;
}

/* INTERNAL SIDEBAR STYLES */
/* Hide Fares */
#nav_menu-8 {
  display: none;
}

/*Home page */

@media (max-width: 1200px) {

  .center-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .container-trip-planner .header-text {
    font-size: 30px;
    overflow-wrap: unset;
  }
}



/* Display Fares */
.parent-pageid-8100 .sidebar-right #nav_menu-8,
.page-id-331 .sidebar-right #nav_menu-8,
.parent-pageid-7 .sidebar-right #nav_menu-8,
.page-id-8255 .sidebar-right #nav_menu-8,
.parent-pageid-7 .sidebar-right #nav_menu-8 {
  display: block;
}

/* Hide Learn */
.page-id-331 .sidebar-right #nav_menu-7,
.parent-pageid-7 .sidebar-right #nav_menu-7,
.parent-pageid-8100 .sidebar-right #nav_menu-7 {
  display: none;
}

.widget_recent_entries .sub-menu, .widget_recent_comments .sub-menu, .widget_archive .sub-menu, .widget_categories .sub-menu, .widget_meta .sub-menu, .widget_pages .sub-menu, .widget_twitter .sub-menu, .widget_nav_menu .sub-menu {
  font-style: normal;
}

ul.sub-menu {
  margin-left: 0;
}

/* Single Routes Posts */
#qTip {
  margin: 0px;
  padding: 3px;
  border: 1px solid #ffffff;
  display: none;
  background: #084c8d;
  color: #FFF;
  font: 80%/100% "Trebuchet MS", Helvetica, Arial, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

/* //////////////////////// Route Page Top //////////////////////// */
.post-type-archive #schedules-routes ul {
  margin-left: 0;
}

.post-type-archive #schedules-routes ul li {
  list-style-type: none;
  height: 45px;
}

.post-type-archive #schedules-routes ul li i {
  margin-bottom: -10px;
  margin-right: 5px;
}

#main-routes-container #routes-content-area {
  margin: 40px 0 40px 0;
}

#main-routes-container .styled-select-routes, #main-routes-container .styled-select-routes .selectBox-dropdown {
  float: right;
  margin-right: 50px;
}

#main-routes-container #routes-content-area .top-area {
  overflow: auto;
  margin-bottom: 10px;
}

#main-routes-container #routes-content-area #main-route-name-header {
  color: #214189;
  font-weight: normal;
}

#main-routes-container #routes-content-area #routes-bus-extra-info {
  float: none;
  margin: 0 0 30px 0;
}

#main-routes-container #routes-content-area #routes-download-schedule-link {
  margin: 30px 0 0 45px;
}

.text.map,
.text.download {
  padding-left: 30px;
  font-size: 18px;
  color: #214189;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.text.map p,
.text.download p {
  display: inline;
}

.route-icon {
  display: inline;
}

/*.text.map:before {*/
/*background-image: url("../../images/map-icon.png");*/
/*background-repeat: no-repeat;*/
/*content: " ";*/
/*height: 25px;*/
/*left: 0;*/
/*position: absolute;*/
/*width: 30px;*/
/*background-position: -200px -200px;*/
/*}*/
/*.text.download:before {*/
/*background-image: url("../../images/schedule-icon.png");*/
/*background-repeat: no-repeat;*/
/*content: " ";*/
/*height: 25px;*/
/*left: 0;*/
/*position: absolute;*/
/*width: 30px;*/
/*background-position: -1200px -200px;*/
/*}*/
#routes-skipto-connections {
  float: left;
  clear: none;
  margin: 35px 0 0 45px;
}

.panel-title {
  color: #6387c4;
  border-radius: 0;
}
.panel-title .route-circle {
  float: left;
}

.alert-holster {
  margin-top: 5px;
}

.panel-title .expand-tip {
  font-size: 12px;
  margin-top: 2px;
}

.panel-group.routes .panel-title {
  background: #6387C4;
}

.panel-group.routes .panel-title a {
  color: #d1e2ff;
  padding: 15px 60px;
  display: inline-block;
  margin-left: -5px;
}

.panel-group.routes .panel-title a:hover {
  background: #476591;
}

.single-route .panel-title a {
  background: #476591;
}

.single-route .panel-title a.collapsed {
  background: #6387C4;
}

#routes-bus-extra-info .alert .panel-title a,
#routes-bus-extra-info .alert .panel-title a.collapsed {
  background: #F4DFE3;
}

.left-title {
  background: #476591;
  padding: 15px 30px;
  display: inline-block;
  color: #d1e2ff;
}

table,
.table,
.table th {
  border-top: none !important;
}

.panel-body .table thead th {
  border-bottom: 0;
}

/* PASSES PAGE */
#post-23 h3 {
  text-align: center;
}

#post-23 .btn {
  margin: 10px auto;
}

#post-23 .align-center {
  margin-bottom: 50px;
}

.table.transfers {
  border-top: 1px solid #ccc !important;
}

.table.transfers tr td {
  text-align: left;
}

/* HOW TO RIDE PAGE */
.left-box,
.center-box,
.right-box {
  text-align: center;
}

.icons .left-box,
.icons .center-box,
.icons .right-box {
  margin-top: 20px;
}

.left-box h4,
.center-box h4,
.right-box h4 {
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.icons .left-box h4:before,
.icons .center-box h4:before {
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  content: " ";
  height: 25px;
  left: 48%;
  position: absolute;
  top: 0;
  width: 30px;
}

.left-box h4:before {
  background-position: -200px -200px;
}

.center-box h4:before {
  background-position: -98px -200px;
}

.right-box h4:before {
  background-image: url('../../scttransit/images/holiday-schedule.svg');
  background-size: cover;
  background-repeat: no-repeat;
  content: " ";
  height: 25px;
  left: 48%;
  position: absolute;
  top: 0;
  width: 30px;
}

.left-box h4,
.center-box h4,
.right-box h4 {
  margin-top: 35px;
}

div.blue {
  background: rgba(29, 53, 113, 0.4);
  width: 100%;
  height: 400px;
}

.page-id-26 hr {
  margin-top: 40px;
}

/* //////////////////////// Alerts //////////////////////// */
.service-alerts-expand {
  margin: 0 0 5px 0;
}

.current-alerts-lrg {
  position: relative;
  top: 3px;
  background-position: -492px -323px;
  width: 32px;
  margin: 0 8px 0 0;
  height: 25px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
}

.service-alerts-expand h3 {
  margin: 0;
  padding: 8px;
  font-size: 24px;
  color: #c52128;
  background: #f4dfe3;
  font-weight: normal;
  cursor: pointer;
}

.service-alerts-expand h3:hover,
.service-alerts-expand h3:focus,
.service-alerts-expand h3:active {
  background: #EDD0D6;
}

.arrow-red {
  position: relative;
  top: 2px;
  margin: 0 0 0 8px;
  background-position: -298px -464px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
}

.service-alerts-expand span.expand-tip {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 12px;
  font-style: italic;
  font-weight: lighter;
  color: #995257;
}

.service-alerts-expand .contents {
  background: #f9f2f4;
  padding: 12px;
  color: #6B0D11;
}

.service-alerts-expand .date {
  font-size: 12px;
}

.service-alerts-expand p {
  max-width: 700px;
}

.service-alerts-expand span.alert-permalink a {
  font-size: 12px;
  color: #6B0D11;
  text-decoration: underline;
}

.contents {
  /* overflow: hidden;  causes wide tables to get cut off */
}

.contents.hide {
  display: none;
}

span.route {
  font-weight: bold;
}

p.alert-text {
  color: #c52027;
}

.page-id-13 .route-icon {
  margin-bottom: -10px;
  margin-left: 5px;
}

/*

TRANSIT TO TRAILS

*/
.transit-trail {
  text-align: center;
}

.transit-trail h3 {
  margin-top: 40px;
}

.transit-trail img {
  margin: 15px auto;
}

.transit-trail .note {
  margin-top: -10px;
  font-size: 12px;
  text-align: right;
}

.transit-trail .description {
  text-align: left;
}

/* //////////////////////// Timetable Header Bars //////////////////////// */
.panel-group.alert.alert-info,
.panel-group.alert.alert-info .panel-heading {
  padding: 0;
  border: 0;
  line-height: 18px;
}

.panel-group.alert.alert-info {
  background: #fff;
}

.panel-group.alert.alert-info .panel-heading {
  background: #6387c4;
}

.panel-group.alert.alert-info .panel-heading .schedule-type {
  padding: 15px 20px;
  background: #476591;
  display: inline-block;
  color: #d1e2ff;
  min-width: 130px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-group.alert.alert-info .panel-heading a {
  color: #fff;
  padding: 15px 20px;
}

.panel-group.alert.alert-info .panel-heading .expand-tip {
  padding: 15px 20px;
  color: #fff;
  font-size: 12px;
}

.panel-collapse .timetable {
  color: #000000;
  font-weight: normal;
  font-size: 14px;
}

.panel-collapse .timetable tr th:first-child,
.panel-collapse .timetable tr td:first-child {
  padding-left: 15px;
}

.panel-collapse .timetable tr:nth-child(2n) {
  background: none repeat scroll 0 0 #f1f1f2;
}

.panel-collapse .timetable td,
.panel-collapse .timetable th {
  white-space: nowrap;
  padding: 4px 40px 4px 0px;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}

.panel-collapse .timetable .caption-routes-for-runs {
  font-weight: normal;
  padding: 4px 40px 4px 5px;
  width: 200px;
}

.panel-collapse .timetable th.city-name-header {
  color: #214189;
  font-size: 23px;
  padding-top: 16px;
  background: #fff;
}

tr.continues-as td,
tr.continues-as th {
  background: #f1ee67;
}

tr.connecting-route td,
tr.connecting-route th {
  background: #f8f9c7;
}

#select_routes {
  margin-top: 10px;
}

#select_routes,
#select_routes option {
  background: #fff !important;
  font-size: 16px;
}

#select_routes option {
  padding: 5px;
}

/*

OLD STYLES
*/
.two-tables-container {
  position: relative;
}

.tables-header-bar {
  margin: 0;
  font-size: 18px;
  background: #6387c4;
  color: #D1E2FF;
  font-weight: lighter;
}

span.days-timetable {
  background: #476591;
  padding: 15px 20px;
  width: auto;
  display: inline-block;
}

.tables-expand h3 {
  position: relative;
  margin: 0;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  font-weight: lighter;
}

.tables-expand h3:hover,
.tables-expand h3:focus,
.tables-expand h3:active {
  background: #476591;
}

.tables-expand h3.selected {
  background: #476591;
}

h3.slidetoggle.north {
  position: absolute;
  top: 9px;
  left: 150px;
}

h3.slidetoggle.south {
  position: absolute;
  top: 9px;
  left: 295px;
}

.arrow-white {
  margin: 0 0 0 8px;
  background-position: -300px -430px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
}

.two-tables-container span.expand-tip {
  position: absolute;
  top: 19px;
  left: 460px;
  font-size: 12px;
  font-style: italic;
  font-weight: lighter;
  color: #D1E2FF;
}

/* //////////////////////// Timetable //////////////////////// */
#main-routes-container #routes-content-area table {
  color: #000000;
  font-weight: normal;
}

.timetable .col-md-12 {
  padding-left: 0;
  padding-right: 0;  
  padding-top: 10px;
  padding-left: 13px; 
}

.timetable .excluded-dates,
.timetable .notes {
  display: none;
}

caption.timetable-header {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#main-routes-container #routes-content-area table th.city-title {
  font-size: 23px;
  color: #214189;
}

#main-routes-container #routes-content-area table th {
  font-weight: normal;
  padding: 4px 40px 4px 5px;
}

#main-routes-container #routes-content-area table td {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

th[class*=route-numbers-] {
  position: relative;
  left: 10px;
}

.timetable-notes span {
  display: block;
  font-size: 12px;
  padding: 15px 0 0 0;
}

tr.continues-as td, tr.continues-as th {
  background: #f1ee67;
}

tr.connecting-route td, tr.connecting-route th {
  background: #f8f9c7;
}

.timetable-footnote {
  display: block;
  color: #E06016;
  margin-top: 10px;
}

/* //////////////////////// Connecting Services //////////////////////// */
.connecting-services {
  margin: 0 0 75px 0;
}

.connecting-services h2 {
  margin: 0 0 15px 0;
  padding: 8px 0;
  font-size: 26px;
  color: #214189;
  border-top: 8px solid #6387c4;
  border-bottom: 1px solid #eeeeee;
}

.connecting-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.connecting-services li {
  margin: 0 0 25px 0;
}

.connecting-services h3 {
  margin: 0 0 3px 0;
}

.connecting-services h3 a {
  font-size: 18px;
  font-weight: normal;
  color: #214189;
}

.connecting-services h3 a:hover,
.connecting-services h3 a:active,
.connecting-services h3 a:focus {
  color: #6387c4;
}

.connecting-services span {
  font-size: 15px;
  color: #71777d;
  max-width: 700px;
}

/*
* -------------------
* FARE PAGE
* -------------------
*/
.page-id-7 .top-content {
  margin-bottom: 30px;
}

.page-id-7 .table-responsive .table {
  background-image: url('../../scttransit/images/zone-line.png');
  background-repeat: no-repeat;
  background-position: 76px 33px;
  min-height: 335px;
}

.page-id-7 .table td,
.page-id-7 .table th {
  border: none;
  text-align: center;
  padding: 14px 8px;
}

.page-id-7 .table td.zone,
.page-id-7 .table th.zone {
  text-align: left;
}

/*
* -------------------
* ACCORDION STYLES
* -------------------
*/
.panel {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-default {
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.panel-default:last-of-type {
  border-bottom: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.panel-default > .panel-heading {
  background: none;
  border-bottom: none;
  position: relative;
}

.panel-default .panel-title {
  padding: 0;
}

.panel-default .panel-title a {
  padding: 10px 0;
}

/*
* -------------------
* PLUGIN STYLES
* -------------------
*/
#ui-datepicker-div {
  font-size: 60%;
}

/*
* -------------------
* HOMEPAGE STYLES
* -------------------
*/
#floating-planner {
  color: #FFF;
  border-radius: 4px;
}
#floating-planner form {
  margin: 0;
}

#floating-planner h3 {
  cursor: pointer;
}

#floating-planner .plan {
  color: #ffffff;
  display: block;
}

#floating-planner .form-group:last-of-type {
  margin-top: 30px;
}

#floating-planner .form-group .btn.hide-btn {
  margin-right: 15px;
}

.plan .arrow-white {
  position: relative;
  top: 5px;
  float: right;
  margin: 0 0 0 8px;
}

.header-planner {
  cursor: pointer;
}

#floating-planner .header-planner .plan:hover {
  color: #A9C5F4;
}

.hide-planner {
  display: none;
}

#floating-planner .more-info {
  color: #ffffff;
}

.news ul {
  margin: 2rem;
  padding: 0;
}

.news li {
  margin-bottom: 30px;
  list-style-type: none;
}

.news li a {
  display: block;
  color: black;
}

.home-page.well h2, .home-page.well h3, .home-page.well h4, .home-page.well h5 {
  color: white;
  background-color: #193888;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  font-weight: 800;
}

.well {
  padding: 0 !important;
}

.slider-wrapper {
  text-align: center;
}

.slider-wrapper.small {
  padding-left: 0;
  padding-right: 0;
}

.slider-wrapper .metaslider {
  width: 100%;
  max-width: 100% !important;
}

.home-header-left li, .home-header-left ul, .home-header-left #metaslider_container_12982, .home-header-left #metaslider_12982, .home-header-left .metaslider-12982 {
  height: 100% !important;
}

div.home-header-left {
  padding: 0;
}

.home-header-left img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
  width: auto !important;
  max-width: 100%;
}

.bay-area-text {
  margin-right: 10px;
  margin-left: 16px;
  margin-top: 10px;
  line-height: 1.8;
}
/*
* -------------------
* MOBILE APP PAGE STYLES
* -------------------
*/
.mobile-app-row {
  margin: 30px -15px;
}

.mobile-app {
  text-align: center;
}

.mobile-app img {
  max-width: 200px;
  max-height: 250px;
  width: auto;
  margin: 15px auto 30px;
  border: 1px solid #ccc;
}

.mobile-app p {
  text-align: left;
  padding: 0 15px;
}

/*
* -------------------
* CONTACT STYLES
* -------------------
*/
.contacts {
  border: 1px solid #ccc;
}

/*
* -------------------
* FOOTER STYLES
* -------------------
*/
#footer {
  background: #D5D5D5;
}

#footer.theme-dark h1,
#footer.theme-dark h2,
#footer.theme-dark h3,
#footer.theme-dark h4,
#footer.theme-dark h5,
#footer.theme-dark a,
#footer.theme-dark p,
#footer.theme-dark li {
  color: #214189 !important;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: lighter;
  text-shadow: none;
}

#footer a {
  color: black;
}

#footer ul {
  margin: 0;
}

#footer ul.sub-menu {
  margin: 5px 0;
}

#footer li.top {
  margin-top: 20px;
}

#footer ul li {
  list-style-type: none;
}

#footer ul li ul {
  margin-top: 15px;
}

#footer ul li.top a:first-child,
#footer ul li.top.about {
  font-size: 20px;
}

#footer ul li.top a:first-child {
  padding-left: 30px;
}

#footer ul li.top a {
  position: relative;
  display: inline-block;
}

/* Default */
#footer ul li.top a:before {
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  content: " ";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Ride */
#footer ul li#menu-item-8049 a:before {
  background-position: -200px -200px;
}

/* Fares */
#footer ul li#menu-item-8053 a:before {
  background-position: -98px -200px;
}

/* Learn */
#footer ul li#menu-item-8219 a:before {
  background-position: -300px -200px;
}

/* Explore */
#footer ul li#menu-item-8069 a:before {
  background-position: -500px -200px;
}

/* Transit to Trails */
#footer ul li#menu-item-8228 a {
  padding-top: 27px;
  padding-left: 0;
  font-size: 14px;
}

#footer ul li#menu-item-8228 a:before {
  background-position: -400px -200px;
}

/* News */
#footer ul li#menu-item-8229 a {
  padding-top: 27px;
  padding-left: 0;
  font-size: 14px;
}

#footer ul li#menu-item-8229 a:before {
  background-position: -600px -200px;
}

/* Contact */
#footer ul li#menu-item-8081 a:before {
  background-position: -900px -200px;
}

/* Questions Comments and Suggestions */
#footer ul li#menu-item-8083 a {
  padding-top: 27px;
  padding-left: 0;
  font-size: 14px;
}

#footer ul li#menu-item-8083 a:before {
  background-position: -700px -200px;
}

/* Lost and Found */
#footer ul li#menu-item-8084 a {
  padding-top: 34px;
  padding-left: 0;
  font-size: 14px;
}

#footer ul li#menu-item-8084 a:before {
  background-position: -800px -200px;
  height: 34px;
}

#footer ul li.top .sub-menu a {
  font-size: 14px;
  padding-left: 0;
}

#footer ul li.top .sub-menu a:before {
  background-image: none;
  content: none;
}

#footer #text-5 ul,
#footer #text-6 ul {
  margin: 0;
}

#footer #text-5,
#footer #text-6 {
  padding-top: 23px;
  position: relative;
  margin-top: 15px;
}

#footer #text-5:before,
#footer #text-6:before {
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  content: " ";
  height: 25px;
  left: 0;
  position: absolute;
  width: 30px;
  top: 0;
}

#footer #text-5:before {
  background-position: -1000px -200px;
}

#footer #text-6:before {
  background-position: -1100px -200px;
}

#footer .wrapper.wrapper-transparent {
  margin-bottom: 0;
}

.footer-border.blue {
  height: 10px;
  background: #6387C4;
}

.footer-border .red,
.footer-border .orange,
.footer-border .yellow {
  border-left: 5px solid #fff;
  height: 10px;
  max-width: 143px;
}

.footer-border .red {
  background: #C52027;
}

.footer-border .orange {
  background: #F36F22;
}

.footer-border .yellow {
  background: #F6EB13;
  border-right: 5px solid #fff;
}

#footer .about-content {
  margin-top: 30px;
}

#footer .about-content img {
  max-width: 70px;
  float: right;
  margin: 10px;
}

/* ICONS */
.route-60-big {
  background-position: -1000px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-68-big {
  background-position: -1100px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-12T-big {
  background-position: -1200px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-42-big {
  background-position: -1300px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-48X-big {
  background-position: -1400px -500px;
  display: inline;
  float: left;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-34X-big {
  background-position: -1500px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-22-big {
  background-position: -1600px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-29A-big {
  background-position: -1700px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-34-big {
  background-position: -1500px -450px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-60X-big {
  background-position: -1000px -550px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-10-big {
  background-position: -1100px -550px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-14-big {
  background-position: -1200px -550px;
  display: inline;
  float: left;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-44-big {
  display: inline-block;
  background: #812990;
  color: white;
  width: 45px !important;
  height: 45px !important;
  border-radius: 40px;
  margin-right: 4px;
  position: relative;
}

.route-44-big:before {
  content: "44";
  font-weight: bold;
  font-size: 0.5em;
  position: relative;
  bottom: 7px;
  margin-left: 12px;
}

.route-30-big {
  background-position: -1400px -550px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-38-big {
  background-position: -1500px -550px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-24-big {
  background-position: -1600px -550px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-29B-big {
  background-position: -1700px -550px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-62-big {
  background-position: -1000px -600px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-10T-big {
  background-position: -1100px -600px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-14T-big {
  background-position: -1200px -600px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-46-big {
  background-position: -1300px -600px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-48-big {
  background-position: -1300px -600px;
  display: inline-block;
  float: left;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-30X-big {
  background-position: -1400px -600px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-20-big {
  background-position: -1500px -600px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-26-big {
  background-position: -1600px -600px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-66-big {
  background-position: -1000px -650px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-67-big {
  display: inline-block;
  background: #812990;
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  margin-right: 4px;
  position: relative;
}

.route-67-big:before {
  content: "67";
  font-weight: bold;
  font-size: 0.6em;
  margin-bottom: 3px;
  margin-left: 13px;
}

.route-12-big {
  background-position: -1100px -650px;
  display: inline;
  float: left;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-40-big {
  background-position: -1200px -650px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-48-big {
  background-position: -1300px -650px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-32-big {
  background-position: -1400px -650px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-22X-big {
  background-position: -1500px -650px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-28-big {
  background-position: -1600px -650px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-28a-big {
  background-position: -1650px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-28b-big {
  background-position: -1650px -550px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-10s-big {
  background-position: -1700px -500px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-12s-big {
  background-position: -1700px -550px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-48s-big {
  background-position: -1700px -600px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

.route-60s-big {
  background-position: -1700px -650px;
  display: inline-block;
  background-image: url("../../scttransit/images/sprite-sheet.png");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  position: relative;
}

span.text {
  color: #323232;
}

.nav.navbar-nav.navbar-right .dropdown .below {
  color: #323264;
}

.top-band {
  background-color: #16348a;
  color: white;
  width: 100%;
  padding: 0;
  margin: -0.1rem 0;
  min-height: 4.5rem;
}

.breadcrumb-band {
  background-color: #949CA1;
  color: white;
  width: 100%;
  min-height: 6rem;
  text-align: right;
}
.breadcrumb-band a:visited {
  color: white;
}
.breadcrumb-band a:visited span {
  color: white;
}

.news-content {
  border-bottom: 10px solid #193888;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

@media (max-width: 992px) {
  .news-content {
    margin-top: 7rem;
  }
}
.generic-content-container {
  border-top: 10px solid #193888;
  border-bottom: 10px solid #193888;
  margin-bottom: 3rem;
  padding-top: 3rem;
}

.timetable-page .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-route-container {
  border-top: 10px solid #193888;
  margin-top: 1rem;
  padding-top: 2rem;
}

.single-route-container {
  border-top: 10px solid #193888;
  margin-top: 1rem;
  padding-top: 2rem;
}

.single-route-container + .footer {
  margin-top: 8rem !important;
}

.title-container {
  margin-top: 3rem;
}
.title-container h1 {
  margin: 2rem 0 0 0;
}

.border-band {
  z-index: 2;
  width: 100%;
  position: relative;
  background-color: #FFF;
}
.border-band.home-page {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.border-band.footer {
  margin-top: 1rem;
}
.border-band div {
  position: relative;
}
.border-band div:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
}
.border-band .first:before {
  border-bottom: 10px solid #0080D1;
  width: 98%;
}
.border-band .second:before {
  border-bottom: 10px solid #DB0001;
  width: 98%;
}
.border-band .third:before {
  border-bottom: 10px solid #DE6F21;
  width: 98%;
}
.border-band .fourth:before {
  border-bottom: 10px solid #E1D600;
  width: 98%;
}
.border-band .fifth:before {
  border-bottom: 10px solid #0080D1;
  width: 98%;
}

.breadcrumb-band + .border-band {
  margin-top: 5rem;
}

.ad-band {
  width: 100%;
}
.ad-band img {
  width: 100%;
}

.breadcrumb-band__breadcrumbs {
  padding-top: 2rem;
  font-size: 3rem;
  margin-right: 2em;
}

.breadcrumb__news {
  font-weight: 600;
}

.brand-logo-container {
  text-align: center;
}

.brand-primary-logo {
  margin: 2rem 0;
}

.header-menu {
  list-style-type: none;
  margin: 0.25em -2em 0 0;
}

.routes-menu__container {
  max-width: 60rem;
  min-height: 37rem;
  padding: 2rem 4rem;
  border: 1px solid #0080D1;
}
.routes-menu__container span.text {
  text-align: left;
}

.routes-menu__icon {
  height: 2rem;
}

.routes-menu__icon--smart {
  height: 3.5rem;
  margin-top: -1rem;
}

.route-menu__header-text {
  color: #0080D1;
}

.routes-list-container {
  border-top: 6px solid #193888;
  /*border-right: 6px solid #193888;
  padding-right: 1rem;*/
  padding-top: 2rem;
}
.routes-list-container ul {
  list-style-type: none;
  margin: 0;
}
.routes-list-container ul li {
  margin-bottom: 1.5rem;
}

.all-routes .routes-list-container, .all-routes .smart-list-container {
  border-right: none;
}

/*.row.route-menu-hover {
  border-right: 6px solid #ccc;
}*/

.smart-list-container {
  border-top: 6px solid #ccc;
}

.smart-logo {
  margin-top: 1rem;
}

.row.routes-menu__header-row {
  margin-bottom: 1rem;
}

.header-menu-item {
  display: inline-block;
  font-weight: 600;
  width: 24%;
  text-align: center;
  padding-top: 1em;
  /*z-index: 1;*/
  /*position: relative;*/
}
.header-menu-item.routes-schedules--mobile {
  border-bottom: 10px solid #0080D1;
}
.header-menu-item.routes-schedules {
  border-bottom: 10px solid #0080D1;
  overflow: visible;
}
.header-menu-item.routes-schedules .routes-menu {
  display: none;
  z-index: 99;
  background-color: #fff;
  color: black;
  position: absolute;
  left: -20rem;
  min-height: 15rem;
  min-width: 20rem;
}
.header-menu-item.routes-schedules:hover {
  background-color: #0080D1;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header-menu-item.routes-schedules:hover a {
  color: #fff;
}
.header-menu-item.routes-schedules:hover a:visited {
  color: #fff;
}
.header-menu-item.routes-schedules:hover .routes-menu {
  display: block;
}
.header-menu-item.fares-passes {
  border-bottom: 10px solid #DB0001;
}
.header-menu-item.paratransit {
  border-bottom: 10px solid #DE6F21;
}
.header-menu-item.how-to-ride {
  border-bottom: 10px solid #E1D600;
}

.buy-passes-copy {
  margin-right: 2em;
}
.buy-passes-copy a {
  color: white;
}

p.buy-passes {
  display: inline-block;
}

img.passes {
  vertical-align: top;
  display: inline-block;
}

.small-logo {
  position: absolute;
  right: 2em;
  top: -4rem;
  z-index: 100;
}

h1.news-title, h1.generic-title {
  color: #193888;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 0.5rem;
}

h1.meeting-title {
  font-size: 40px !important;
}

.how-to-ride.generic-content-container a {
  font-weight: 800;
}
.how-to-ride.generic-content-container ul {
  list-style-type: none;
}
.how-to-ride.generic-content-container h1, .how-to-ride.generic-content-container h2, .how-to-ride.generic-content-container h3, .how-to-ride.generic-content-container h4, .how-to-ride.generic-content-container h5 {
  color: #193888;
}
.how-to-ride.generic-content-container h1 a, .how-to-ride.generic-content-container h2 a, .how-to-ride.generic-content-container h3 a, .how-to-ride.generic-content-container h4 a, .how-to-ride.generic-content-container h5 a {
  color: #193888;
}

h1.generic-title {
  margin-top: 7rem;
}

@media (min-width: 992px) {
  h1.generic-title {
    margin-top: 3rem;
  }
}
#footer .footer-headline {
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin: 0.75rem 0 !important;
}

#footer {
  text-shadow: none !important;
}

.row.footer-padded {
  padding-top: 2rem;
}

img.full-bleed {
  width: 100%;
}

.header-img-container {
  width: 100%;
  max-height: 35rem;
  overflow: hidden;
  margin: 1rem 0;
}

.navbar {
  border: inherit !important;
}

.wrapper {
  border: 0 !important;
}

.service-alerts-header {
  padding: 1rem;
  background-color: #193888;
}
.service-alerts-header .alert-header-text {
  line-height: 35px;
}
.service-alerts-header img {
  display: inline;
}
.service-alerts-header h1, .service-alerts-header h2, .service-alerts-header h3, .service-alerts-header h4, .service-alerts-header h5 {
  color: #fff;
  display: inline;
  font-weight: 800;
}

.alerts-container {
  border-bottom: 10px solid #193888;
  float: none;
  margin: 0 auto 1rem auto !important;
  padding: 0;
}
.alerts-container .chev {
  float: none;
  position: absolute;
  top: 48%;
  right: 15px;
  color: auto !important;
  cursor: pointer;
}
.alerts-container .chev::after {
  clear: both;
}
.alerts-container .down-chev {
  display: none;
}
.alerts-container [aria-expanded=false] ~ .up-chev {
  display: none;
}
.alerts-container .collapsed ~ .down-chev {
  display: inline-block;
}
.alerts-container .panel-heading {
  padding-right: 38px;
}
.alerts-container .panel-title {
  color: black;
}
.alerts-container .panel-title .collapsed::after {
  content: "";
}
.alerts-container .panel-title .route-circle {
  float: none;
  display: inline-block;
  margin-bottom: 4px;
}
.alerts-container .panel-title a {
  line-height: 1.42;
}
.alerts-container .panel {
  color: black;
  background-color: #F2F2F2;
  border-bottom: 1px solid black;
}
.alerts-container .panel-body {
  background-color: rgba(255, 255, 0, 0.5);
}
.alerts-container .panel-group .panel + .panel {
  margin-top: 0;
}
.alerts-container .panel-group {
  margin-bottom: 0;
}
.alerts-container .panel-open .panel {
  background-color: #D5D5D5;
}

.home-page-well-img {
  padding: 2rem;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.home-header-left {
  /*background: url("../../images/home-header.png") no-repeat;*/
  background-color: #16348a;
  background-position: right;
  height: 405px;
}

.home-header-right {
  background-color: #16348a;
  height: auto;
}

@media (min-width: 768px) {
  .home-header-right {
    background: url("../../scttransit/images/home-header-right.png") repeat-x;
    height: 405px;
  }
}
.home-header-right p {
  line-height: 1.2em;
}
.home-header-right p, .home-header-right h1, .home-header-right h2, .home-header-right h3, .home-header-right h4, .home-header-right h5 {
  color: white;
}
.home-header-right h1, .home-header-right h2, .home-header-right h3, .home-header-right h4, .home-header-right h5 {
  font-weight: 800;
}
.home-header-right h1.header-text, .home-header-right h2.header-text, .home-header-right h3.header-text, .home-header-right h4.header-text, .home-header-right h5.header-text {
  margin-bottom: 0.5rem;
}

.google-store-link img {
  margin-top: 3rem;
}

.apple-store-link img {
  margin-top: 2rem;
}

@media (max-width: 1050px) {
  .google-store-link img {
    margin-top: 6rem;
  }
}
.header-right-planner .store-link {
  display: none;
}

.right-text {
  text-align: right;
}

.center-text {
  text-align: center;
}

.center-block {
  float: none;
  margin: 0 auto;
}

.section-padded {
  z-index: 2;
}

.decorated-select select {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,90'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-color: #efefef;
}

.passes-title {
  margin-top: 6rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

ul.connectors {
  list-style-type: none;
  -webkit-columns: 2;
  columns: 2;
  margin: 0;
}
ul.connectors .connector__menu-item {
  display: inline-block;
  margin-top: 1rem;
}
ul.connectors .connector__menu-item p {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  width: 96%;
  color: #323232;
  margin: 0;
}
ul.connectors .connector__menu-item p .connector__type {
  font-weight: 400;
}

.push-margin-top {
  margin-top: 3rem;
}

.home-mobile .row {
  margin-top: 2rem;
}
.home-mobile .row#mobile-transit-alerts {
  margin-top: 0;
}
.home-mobile h4.panel-title {
  width: 100%;
}
.home-mobile ul {
  list-style-type: none;
}
.home-mobile .mobile-news a {
  display: block;
}
.home-mobile .mobile-route-img {
  width: 100%;
}
.home-mobile h1, .home-mobile h2, .home-mobile h3, .home-mobile h4, .home-mobile h5 {
  color: white;
  margin: 1rem 0;
  display: inline-block;
}
.home-mobile .header {
  background-color: #16348a;
  color: white;
  border-radius: 5px;
}
.home-mobile .chev {
  top: 2rem;
  float: right;
}
.home-mobile .chev::after {
  clear: both;
}
.home-mobile .chev .panel-title {
  top: 0.5em;
}
.home-mobile [aria-expanded=false] ~ .up-chev {
  display: none;
}
.home-mobile [aria-expanded=true] ~ .up-chev {
  display: inline-block;
}
.home-mobile [aria-expanded=false] ~ .down-chev {
  display: inline-block;
}
.home-mobile [aria-expanded=true] ~ .down-chev {
  display: none;
}
.home-mobile p.mobile-buy-passes {
  display: inline-block;
  color: #193888;
  margin-top: 1rem;
}
.home-mobile img.passes {
  height: 5.5rem;
}
.home-mobile .star-icon {
  height: 6rem !important;
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-container div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  /*display: inline;*/
}

.news-content li, .generic-content-container li {
  line-height: 26px;
  margin-bottom: 1rem;
}

.table-responsive.timetable-drawer {
  clear: both;
}
.table-responsive.timetable-drawer br {
  display: none;
}

.container-fluid.all-routes {
  margin-top: 8rem !important;
  padding-bottom: 3rem;
}

.mobile-smart-container {
  margin-top: 1rem;
}
.mobile-smart-container .smart-logo {
  display: block;
  float: none;
  margin: 0 auto;
  width: 24rem;
}

.mobile.smart-list-container ul.connectors {
  -webkit-columns: 1 !important;
  columns: 1 !important;
}
.mobile.smart-list-container ul.connectors .connector__menu-item {
  display: block;
  text-align: center;
}
.mobile.smart-list-container ul.connectors .connector__menu-item .connector__name {
  font-weight: 800;
}

a {
  font-weight: 700;
}

footer a {
  font-weight: 400;
}

footer .heading {
  margin-top: 1.5rem;
  font-size: 20px;
  font-weight: 800;
}
footer .heading a {
  font-size: 20px;
  font-weight: 800;
}

.news-container {
  margin-top: 3rem;
}

body.custom-background {
  background: inherit !important;
}

.generic-content-container a {
  color: #0080D1;
  font-weight: normal;
  text-decoration: underline;
}

.generic-content-container a:hover {
  color: #16348a;
}

.small-logo {
  width: 81px;
  height: auto;
  margin: 0 20px;
}

/* Homepage Map */
#all_routes_button,
#intercity_button,
#local_button,
#smart_button,
#hovers {
  cursor: pointer;
}

#Local, #SMART, #Intercity,
#SMART-2, #Local-2, #Intercity-2,
#SMART-3, #Local-3, #Intercity-3,
#Intercity-4, #Local-4, #Local-5 {
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

#highlights > g > g {
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.service-alerts-header {
  text-align: center;
}
.service-alerts-header .alert-icon {
  position: relative;
  margin-right: 4px;
  top: -4px;
}

#Background > g.active > rect {
  fill: #1a235e;
}

#Background > g:hover > rect {
  fill: #202c76;
}

/* City Pages */
.breadcrumb-band a {
  font-weight: 300;
}

.parent-pageid-30 .generic-content-container {
  border-top: none;
}
.parent-pageid-30 h1.generic-title {
  margin-bottom: 20px;
}

.city-img {
  margin: 12px auto;
  float: none;
}
@media (min-width: 768px) {
  .city-img {
    margin: 0;
    float: left;
  }
}

@media (min-width: 1380px) {
  .header-img-container {
    max-height: 45rem;
  }
}
@media (min-width: 1700px) {
  .header-img-container {
    max-height: 55rem;
  }
}
.stop_row .stop_code {
  display: none;
}

.schedule-group {
  border-bottom: 2px solid #6387c4;
}

.timetable-drawer p {
  display: none;
}
.timetable-drawer tr td {
  white-space: nowrap;
}
.timetable-drawer .city-name-header {
  font-size: 1.5em;
  color: #415d86;
}
.timetable-drawer tr:hover {
  background: #d7faff !important;
}

.stop_time br {
  display: none;
}

.day-group {
  margin-bottom: 3em;
}
.day-group p {
  display: none;
}
.day-group h4.banner {
  margin: 0;
}
.day-group caption {
  padding: 0;
}
.day-group .banner {
  background: #042E98;
  color: white;
  font-weight: 600;
}
.day-group .banner .banner-title {
  background: #042E98;
  padding: 15px;
  float: left;
  border-right: 3px solid rgba(255, 255, 255, 0.4);
}
.day-group .banner .banner-button {
  color: white;
  padding: 15px;
  float: left;
}
.day-group .banner .banner-button:hover, .day-group .banner .banner-button.active {
  background: #003bcf;
  cursor: pointer;
}

thead tr:first-of-type {
  border-top: 1px solid #ccc;
}

.timetable-drawer .route_name, .timetable-drawer .route-color, .timetable-drawer .service_notes, .timetable-drawer .effective-date, .timetable-drawer .description, .timetable-drawer .timetable_days, .timetable-drawer .city-name-header {
  display: none;
}

.timetable-drawer .content {
  min-height: 400px;
  margin: 20px;
}
.timetable-drawer .route-color {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.timetable-drawer .direction {
  font-weight: bold;
}
.timetable-drawer .timetable {
  width: auto;
}
.timetable-drawer .timetable-bottom {
  overflow: hidden;
}
.timetable-drawer .notes {
  width: 50%;
  float: left;
}
.timetable-drawer .notes .note {
  display: inline-block;
  margin-right: 15px;
}
.timetable-drawer .route-name {
  width: 350px;
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
}
.timetable-drawer .stop_time {
  text-align: center;
}
.timetable-drawer .calendar_dates {
  width: 50%;
  float: right;
}
.timetable-drawer .included_dates,
.timetable-drawer .excluded_dates {
  width: 180px;
  float: right;
}
.timetable-drawer .map {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}
.timetable-drawer table {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5rem;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
}
.timetable-drawer th {
  text-align: left;
}
.timetable-drawer td,
.timetable-drawer th {
  padding: 0;
}
.timetable-drawer table > thead > tr > th,
.timetable-drawer table > tbody > tr > th,
.timetable-drawer table > tfoot > tr > th,
.timetable-drawer table > thead > tr > td,
.timetable-drawer table > tbody > tr > td,
.timetable-drawer table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #dddddd;
  border-top: none;
}
.timetable-drawer table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.timetable-drawer table > caption + thead > tr:first-child > th,
.timetable-drawer table > colgroup + thead > tr:first-child > th,
.timetable-drawer table > thead:first-child > tr:first-child > th,
.timetable-drawer table > caption + thead > tr:first-child > td,
.timetable-drawer table > colgroup + thead > tr:first-child > td,
.timetable-drawer table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.timetable-drawer table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.timetable-drawer table > thead > tr > th,
.timetable-drawer table > thead > tr > td {
  border-bottom-width: 2px;
}
.timetable-drawer table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.timetable-drawer .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .timetable-drawer .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .timetable-drawer .table-responsive table {
    margin-bottom: 0;
  }
  .timetable-drawer .table-responsive table > thead > tr > th,
.timetable-drawer .table-responsive table > tbody > tr > th,
.timetable-drawer .table-responsive table > tfoot > tr > th,
.timetable-drawer .table-responsive table > thead > tr > td,
.timetable-drawer .table-responsive table > tbody > tr > td,
.timetable-drawer .table-responsive table > tfoot > tr > td {
    white-space: nowrap;
  }
  .timetable-drawer .table-responsive > .table-bordered {
    border: 0;
  }
  .timetable-drawer .table-responsive > .table-bordered > thead > tr > th:first-child,
.timetable-drawer .table-responsive > .table-bordered > tbody > tr > th:first-child,
.timetable-drawer .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.timetable-drawer .table-responsive > .table-bordered > thead > tr > td:first-child,
.timetable-drawer .table-responsive > .table-bordered > tbody > tr > td:first-child,
.timetable-drawer .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .timetable-drawer .table-responsive > .table-bordered > thead > tr > th:last-child,
.timetable-drawer .table-responsive > .table-bordered > tbody > tr > th:last-child,
.timetable-drawer .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.timetable-drawer .table-responsive > .table-bordered > thead > tr > td:last-child,
.timetable-drawer .table-responsive > .table-bordered > tbody > tr > td:last-child,
.timetable-drawer .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .timetable-drawer .table-responsive > .table-bordered > tbody > tr:last-child > th,
.timetable-drawer .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.timetable-drawer .table-responsive > .table-bordered > tbody > tr:last-child > td,
.timetable-drawer .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* new styles */
.table-responsive .fixed-column {
  position: absolute;
  width: auto;
  border-right: 1px solid #ddd;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.noshow .fixed-column {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.timetable-drawer .fixed-column {
  background-color: white;
}

.stop-row th {
  width: 300px;
  min-width: 300px;
}

.city-row, .city-name-header {
  display: none;
}

th.run-header,
th.left-col-fixed {
  white-space: nowrap;
}

.timetable-drawer table {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .stop-row th {
    width: 200px;
    min-width: 200px;
  }

  .table-responsive .table tbody > tr > th {
    white-space: normal;
  }
}
@media screen and (max-width: 400px) {
  .stop-row th {
    width: 180px;
    min-width: 180px;
  }
}

/*# sourceMappingURL=style.css.map */


/* For Accessibility Upgrades 2022 */

h1.site-logo {
  margin: 0;
}

.footer-about__text {
  margin-top: 10px;
}

/* Link styles for contact page  */
.is-link {
  color: #0080D1;
  font-weight: normal;
  text-decoration: underline;
}

/* Form label color  */
.gform_wrapper.gravity-theme .gfield_label {
  color: #214189;
}