/*
Theme Name: basintransit
Theme URI: http://github.com/trilliumtransit/
Author: Trillium Transit
Author URI: http://trilliumtransit.com
Description: A Master Template for Transit Themes
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: transit-base-template
Tags:

This is a specialty theme designed for public transit agencies, to help
develop modular, accessible sites, with custom post types and php utilities
to extract GTFS data. It complements the transit custom posts plugin. This theme
is meant to be modified and customized to fit an agency's needs.

Transit Base Theme is built on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:500,500i,600");
@font-face {
  font-family: "tiny-icons";
  src: url("./fonts/tiny-icons.eot");
  src: url("./fonts/tiny-icons.eot") format("embedded-opentype"), url("./fonts/tiny-icons.woff") format("woff"), url("./fonts/tiny-icons.ttf") format("truetype"), url("./fonts/tiny-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
  color: #001f3f;
  font-family: "IBM Plex Sans Condensed", Verdana;
  line-height: 1.23;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 544px) {
  body,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

h1, h2, h3, h4 {
  margin-bottom: 8px;
}

h1.page-title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ee4a02;
}

h1 {
  letter-spacing: -0.01em;
  font-size: 40px;
}

h2 {
  font-size: 32px;
  color: #2b51a1;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (min-width: 544px) {
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 16px;
  }
}
b, strong {
  font-weight: 600;
}

.text-drop-shadow {
  text-shadow: 1px 1px black;
}

.icon {
  font-family: "tiny-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.branch:before {
  content: "\e800";
}
.icon.bus:before {
  content: "\f207";
}
.icon.chevron:before {
  content: "\e801";
}
.icon.phone:before {
  content: "\e802";
}
.icon.clock:before {
  content: "\e803";
}
.icon.warning:before {
  content: "\e804";
}
.icon.location:before {
  content: "\e805";
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f2f3f3;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 19.68px;
}

li {
  line-height: 1;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-top: 0;
}

img, svg {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  width: 100%;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mobile-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media (min-width: 544px) {
  .mobile-hide {
    position: static;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
  }
}

@media (min-width: 544px) {
  .mobile-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

.content-wrap {
  padding: 19.68px;
}

.chevron {
  transition: all 0.5s linear;
}

#system-alert-bar {
  padding: 6px 12px;
  background: #e4572e;
  color: #000;
}
#system-alert-bar a {
  text-decoration: underline;
  color: #000;
}

button:not(.collapsed) .chevron {
  transform: scale(1, -1);
}

table {
  margin: 0 0 19.68px;
  width: 100%;
}

.table th,
.table td {
  background-color: white;
  border-color: #001f3f;
}

.table th {
  font-weight: 600;
}

#content table.tablepress thead th {
  background-color: transparent;
  border-bottom: 2px solid #001f3f;
}
#content table.tablepress tbody td, #content table.tablepress tbody th {
  border: none;
}
#content table.tablepress tbody .even td {
  background: #fff;
}
#content table.tablepress tbody .odd td {
  background: rgb(214.75, 224.25, 244.25);
}

.timetable-holder h1,
.timetable-holder .effective-date,
.timetable-holder .description,
.timetable-holder .service-notes,
.timetable-holder .timetable-bottom,
.timetable-holder thead {
  display: none;
}
.timetable-holder .table-container {
  background: #fff;
}
.timetable-holder td, .timetable-holder th {
  white-space: nowrap;
  border: none;
  font-weight: 400;
}
.timetable-holder td {
  padding: 4px 16px;
  text-align: center;
}
.timetable-holder th {
  padding: 4px 16px 4px 4px;
  color: #222;
  border-right: 2px solid #666;
}
.timetable-holder .stop-time.pm {
  color: #222;
}
.timetable-holder tr:nth-of-type(even) td, .timetable-holder tr:nth-of-type(even) th {
  background-color: #fff;
}
.timetable-holder p {
  display: none;
}

.dir-group {
  margin-top: 30px;
}
.dir-group .btn {
  display: flex;
  border: none;
  color: #fff;
  justify-content: space-between;
  width: 100%;
  border-radius: 0;
  align-items: center;
  font-size: 20px;
}
.dir-group h3 {
  margin: 0;
  font-size: 20px;
}
.dir-group .route-circle {
  background-color: #fff !important;
  color: transparent !important;
  border: none;
}
.dir-group .timetable-info-bar {
  padding: 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #666;
  margin-bottom: -2px;
}
.dir-group .timetable-info-bar .day-buttons {
  display: flex;
}
.dir-group .timetable-info-bar .btn {
  background: inherit;
  color: #666;
  font-size: 1rem;
  border-bottom: 2px solid;
  margin-bottom: -2px;
}
.dir-group .timetable-info-bar .btn:hover {
  color: #001f3f;
}

/*************************************
**             FORMS                **
*************************************/
label {
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

label.overlay {
  display: block;
  z-index: 9999;
  margin: 0 0 -9px 8px;
  padding: 0;
}

label.overlay span {
  display: inline-block;
  background-color: white;
  padding: 0 0.2rem;
  background: -webkit-linear-gradient(top, #f2f3f3 0px, #f2f3f3 9px, rgba(255, 255, 255, 0) 9px, rgba(255, 255, 255, 0) 100%);
}

input.form-control {
  background-color: inherit;
}
input.form-control:focus {
  background-color: white;
}

input.form-control[readonly]:focus {
  background-color: inherit;
}

.form-control {
  font-size: 1.25em;
  line-height: 1;
  padding: 6px 8px;
  border-width: 2px;
  vertical-align: middle;
  border-color: #666;
  border-radius: 0;
}
.form-control::-moz-placeholder {
  color: #666;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-control::placeholder {
  color: #666;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-control:focus {
  outline: 0;
  border-color: #2b51a1;
  box-shadow: none;
}

input[type=checkbox], input[type=radio] {
  margin-top: 0px;
}

.btn {
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  cursor: pointer;
}

.btn-primary {
  background-color: #C53C02;
  color: #f2f3f3;
  border: none;
  padding: 10px 12px 11px;
  border-radius: 0;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #70a8bb;
  color: #2b51a1;
}

.btn-primary:hover {
  background-color: #2b51a1;
  color: #f2f3f3;
}

.form-text {
  margin-top: 0;
}

::-moz-selection {
  background-color: #f2f3f3;
  color: #2b51a1;
}

::selection {
  background-color: #f2f3f3;
  color: #2b51a1;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  background: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border-bottom: 2px solid #666;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 8px;
  width: 1.8em;
  height: 1.8em;
  font-size: 0.85em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover span, .ui-datepicker .ui-datepicker-prev.ui-state-hover span,
.ui-datepicker .ui-datepicker-next:hover span,
.ui-datepicker .ui-datepicker-next.ui-state-hover span {
  text-decoration: underline;
  color: #2b51a1;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  table-layout: fixed;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.6em 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.ui-datepicker td a.ui-state-hover {
  background: #d1e0ff;
}

.ui-datepicker td a.ui-state-active {
  background: #2b51a1;
  color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2b51a1;
}
a:visited {
  color: #2b51a1;
}
a:hover, a:focus, a:active {
  color: #2b51a1;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.entry-content p a {
  color: #C53C02;
}
.entry-content li a {
  color: #C53C02;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#header-content {
  padding-top: 30px;
}
#header-content .navbar, #header-content .navbar-expand {
  padding: 0;
}
#header-content #site-navigation {
  align-self: flex-end;
}
#header-content #site-navigation ul, #header-content #site-navigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#header-content #site-navigation .show > .dropdown-toggle {
  background: #fff;
}
#header-content #site-navigation .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-top: none;
  border-color: #d1e0ff;
  min-width: 15em;
}
#header-content #site-navigation .dropdown-menu a {
  display: block;
  font-size: 14px;
  padding: 5px;
}
#header-content #site-navigation .dropdown-menu a:hover {
  text-decoration: none;
  background: #2b51a1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-content #site-navigation li:last-child.show .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 10em;
}
#header-content #site-navigation li:last-child.show .dropdown-menu a {
  padding: 10px 5px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.content-area:before,
.content-area:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.content-area:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site-wide elements
--------------------------------------------------------------*/
p a:link {
  text-decoration: underline;
}

#masthead {
  background: -webkit-linear-gradient(top, #2b51a1 0px, #2b51a1 20%, #d1e0ff 20%, #f2f3f3 100%);
  color: #2b51a1;
  background-size: 200%, cover;
  background-position: center 50%, center;
  background-repeat: no-repeat;
}
#masthead p {
  margin: 0;
}
#masthead p a:link {
  text-decoration: underline;
}
#masthead .navbar-expand {
  flex-wrap: wrap;
}
#masthead .site-branding {
  display: flex;
}
#masthead .site-branding a {
  width: 30%;
  display: inline-block;
  flex: 0 0 30%;
}
#masthead .site-branding #site-tagline {
  font-style: italic;
  font-size: 12px;
  width: 70%;
  color: #2b51a1;
  flex: 1 1 70%;
  padding-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#masthead #site-navigation {
  width: 100%;
  margin-top: 5px;
}
#masthead #site-navigation .navbar-nav {
  justify-content: space-around;
}

#colophon {
  background: #2b51a1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 19.68px 19.68px 29.52px;
  color: #f2f3f3;
}
#colophon a {
  color: #f2f3f3;
}
#colophon .site-info {
  font-size: 0.8125em;
  position: absolute;
  right: 0;
}
#colophon #footer-logo {
  display: none;
}
#colophon h3, #colophon h2 {
  color: rgb(253.4120603015, 144.6381909548, 98.5879396985);
  margin-top: 1rem;
  font-size: 32px;
}
#colophon ul, #colophon li {
  list-style-type: none;
  padding: 0;
}
#colophon .col-md > div,
#colophon li {
  margin-bottom: 0.5rem;
}
#colophon .col-md > div {
  display: flex;
  align-items: baseline;
}
#colophon .col-md > div span {
  display: inline-block;
}
#colophon .facebook-link-wrapper {
  margin-top: 26px;
  font-size: 1.3em;
}
#colophon .facebook-link-wrapper .facebook-icon img {
  width: 30px;
  margin-right: 9px;
}
#colophon .facebook-link-wrapper .facebook-text {
  position: relative;
  top: 1px;
}

table#board-meeting-table {
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
}
table#board-meeting-table th {
  color: black;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
table#board-meeting-table td {
  padding: 10px;
}

.goog-logo-link img, svg {
  max-width: 100%;
  width: unset;
  height: unset;
}

#google_translate_element {
  text-align: right;
  margin-right: 10px;
}

.goog-te-gadget {
  color: white !important;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
  color: white !important;
}

@media (min-width: 992px) {
  #masthead .site-branding {
    max-width: 40%;
    flex: 0 0 40%;
    margin-left: 30%;
    text-align: center;
    padding-bottom: 0.5rem;
    display: block;
  }
  #masthead .site-branding #site-tagline {
    font-size: 12px;
    width: auto;
    color: #2b51a1;
    padding: 0;
  }
  #masthead .site-branding a {
    width: auto;
    max-width: 320px;
    margin-bottom: 10px;
  }
  #masthead #site-navigation {
    margin-left: auto;
    width: auto;
  }
  #masthead .navbar-expand {
    flex-wrap: nowrap;
  }
  #colophon #footer-logo {
    display: block;
    position: relative;
  }
}
@media (min-width: 1200px) {
  #masthead .site-branding #site-tagline {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  #masthead .site-branding #site-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 19.68px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 19.68px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 19.68px;
}

.postmeta {
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
## Transit Custom Post types
--------------------------------------------------------------*/
.route-circle {
  position: relative;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  font-size: 1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 1.5em;
}

/*******************
# Static Front Page
********************/
#trip-planner {
  margin-bottom: 30px;
}
#trip-planner h1 {
  text-align: center;
  font-size: 32px;
}
#trip-planner form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#trip-planner form > .form-row, #trip-planner form > #default-settings {
  flex: 0 0 100%;
}
#trip-planner #default-settings {
  margin: 0 -5px;
}
#trip-planner #default-settings > * {
  padding-right: 5px;
  padding-left: 5px;
}
#trip-planner .btn {
  height: 41px;
  margin-bottom: 1rem;
}
#trip-planner #leave-select {
  padding-right: 5px;
}
#trip-planner #leave-select input[type=radio] {
  display: none;
}
#trip-planner #leave-select .form-group {
  padding: 0;
}
#trip-planner #leave-select label {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 6px 0 0;
  padding: 8px 5px 7px;
  border: 2px solid #666;
  border-left: none;
  text-transform: none;
  color: #001f3f;
  background: #fff;
}
#trip-planner #leave-select label:hover {
  cursor: pointer;
  background: #ccc;
}
#trip-planner #leave-select .form-group:first-child {
  padding-left: 5px;
}
#trip-planner #leave-select .form-group:first-child label {
  border-left: 2px solid #666;
}
#trip-planner #leave-select .form-group:last-child {
  padding-right: 5px;
}
#trip-planner #leave-select input:checked + label {
  background: #666;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#trip-planner #default-time {
  color: #666;
  margin-bottom: 1rem;
  padding: 8px 5px 7px;
  margin: 6px 5px 1rem;
  text-align: center;
  font-size: 16px;
  background: #fff;
  border: 2px solid;
}

#homepage-map {
  position: relative;
  margin-bottom: 90px;
}
#homepage-map #route-legend a {
  padding: 5px 0;
}
#homepage-map #route-legend a:hover, #homepage-map #route-legend a.active {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 25px;
}
#homepage-map #route-legend a:hover .route-circle, #homepage-map #route-legend a.active .route-circle {
  border: none;
}
#homepage-map #map-holder {
  display: none;
}
#homepage-map #hovers {
  cursor: pointer;
}
#homepage-map #home-alerts {
  float: left;
  margin-left: 20px;
  padding: 4px;
  background-color: #e4572e;
  border: 2px solid #e4572e;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 1.1em;
}
#homepage-map #home-alerts .warning {
  color: #000000;
}
#homepage-map #home-alerts a {
  color: #000000;
}

.flex-container {
  max-width: 1140px;
}

#service-text {
  margin-bottom: 15px;
  display: flex;
  justify-content: right;
  width: 90%;
  color: #c30001;
}

#homepage-links {
  display: flex;
}
#homepage-links #news-home {
  flex: 1;
  margin-right: 30px;
}
#homepage-links #news-home h2 {
  background: #C53C02;
  color: #ffffff;
  font-size: 1.25em;
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 10px;
}
#homepage-links #news-home ul {
  background: #e6e6e6;
  padding: 13px 25px;
}
#homepage-links #news-home li {
  list-style-type: none;
  padding: 8px 15px 14px 0;
  overflow: auto;
  margin: 0 auto;
}
#homepage-links #news-home li a {
  font-size: 1.35em;
  font-weight: 600;
  color: #333333;
  text-decoration: underline;
}
#homepage-links #news-home li span {
  display: block;
  padding-top: 10px;
}
#homepage-links #news-home li .more-link {
  font-size: 1em;
}
#homepage-links #links-home {
  flex: 1;
}
#homepage-links #links-home .mobile-text {
  display: none;
}
#homepage-links .col-md {
  padding-right: 0px;
  padding-bottom: 15px;
}

/*#homepage-links {
  margin-bottom: 30px;
  text-align: center;

  h2 {
    margin-bottom: 1em;
  }

  a {
    display: inline-block;
    max-width: 400px;
    margin-bottom: 10px;
  }
}*/
@media (max-width: 976px) {
  .flex-container h2.desktop-only {
    display: none !important;
  }
  .flex-container #homepage-links {
    display: block;
  }
  .flex-container #homepage-links #news-home {
    margin-right: unset;
  }
  .flex-container #homepage-links .col-md {
    padding-left: 0px;
  }
  h2.mobile-text {
    display: block !important;
    margin-top: 35px;
    margin-bottom: 10px !important;
    text-align: center;
    width: auto !important;
  }
}
@media (min-width: 768px) {
  #trip-planner form {
    display: block;
  }
  #trip-planner h1 {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  #trip-planner .btn {
    float: right;
  }
  #trip-planner #default-settings {
    display: flex;
  }
  #trip-planner #default-settings > * {
    flex: 1;
  }
  #trip-planner #default-settings #leave-select {
    padding-right: 5px;
  }
  #trip-planner #default-settings #leave-select label {
    font-size: 18px;
  }
  #trip-planner #default-settings #default-time {
    font-size: 18px;
  }
  #trip-planner.condensed form {
    display: flex;
    align-items: flex-end;
  }
  #trip-planner.condensed .form-row {
    flex: 2 1 auto;
  }
  #trip-planner.condensed .btn {
    margin-left: 10px;
  }
  #trip-planner.condensed #default-settings {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  #homepage-map #route-legend {
    position: absolute;
    width: 33%;
    font-size: 14px;
  }
  #homepage-map #route-legend a {
    padding: 3px 0;
  }
  #homepage-map #map-holder {
    display: block;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  #homepage-map #route-legend {
    width: 30%;
    font-size: 16px;
  }
  #homepage-map #route-legend a {
    padding: 5px 0;
  }
  #homepage-map #map-holder {
    padding-top: 0;
  }
}
@media (max-width: 540px) {
  #homepage-map #home-alerts {
    margin-top: 10px;
    margin-left: unset;
  }
}
/*******************
# Route Pages
********************/
.page-title .route-circle {
  font-size: 0.8em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}

.tcp_route_list {
  padding: 5px;
  border: 2px solid #666;
  background: #faf6f3;
}
.tcp_route_list a {
  display: block;
  padding: 3px 0;
}
.tcp_route_list a:hover {
  text-decoration: none;
}

.route-sidebar {
  display: none;
}

.single-route h2 {
  text-align: center;
}
.single-route #alerts {
  margin-bottom: 16px;
  border-color: #f5c6cb;
  color: #000;
}
.single-route #alerts .card {
  border: none;
}
.single-route #alerts .card-header {
  padding: 0;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border: none;
}
.single-route #alerts .btn-link {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border: none;
  width: 100%;
  color: #000;
}
.single-route #alerts .btn-link:hover, .single-route #alerts .btn-link:focus {
  text-decoration: none;
  color: #2b51a1;
}
.single-route #alerts .card-body {
  background-color: rgb(250.2787234043, 228.0212765957, 230.0446808511);
}
.single-route .tablepress-table-name,
.single-route .tablepress-table-description {
  display: none;
}
.single-route #interactive-map {
  position: relative;
}
.single-route #interactive-map iframe {
  width: 100%;
  height: 60vh;
  max-height: 450px;
}
.single-route #interactive-map .btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.single-route #interactive-map {
  margin-bottom: 30px;
}
.single-route #schedules {
  margin-bottom: 30px;
}
.single-route .post-navigation {
  display: none;
}

@media (min-width: 768px) {
  .single-route .route-sidebar {
    display: block;
    flex: 0 0 40%;
    padding-right: 10px;
    max-width: 320px;
  }
  .single-route .content-col {
    flex: 0 0 60%;
  }
  .single-route .top-content {
    display: flex;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .single-route .content-col {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
.page-template-page-template-interactive-map .content-wrap {
  padding: 0;
}
.page-template-page-template-interactive-map #content.container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-page-template-interactive-map iframe {
  width: 100%;
  height: 95vh;
  border: none;
}

.testfeb9 {
  display: none;
}

#header-content #site-navigation .dropdown-menu.padding10x5 a {
  padding: 10px 5px;
}/*# sourceMappingURL=style.css.map */