/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body {
  font-family: 'Charter', sans-serif;
  color: #333;
  font-size:16px;


}

img{
  max-width:100%;
  height: auto;

}

*{
  box-sizing:border-box;
}

a{
  color: #FAF8F8;
  text-decoration:none;
}

.site-header{
  z-index:2;
  width:100%;
  background-color:#4A4A4A;
  position:fixed;
}

.site-header__logo{
  width:150px;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  left:2%;
}

@media (min-width: 530px) {

  .site-header__logo {
    width: 150px;
  }
}

@media (min-width: 1010px) {

  .site-header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 200px;
    z-index: 10;
  }
}

.site-header .header-wrapper{
  height:100px;
}

@media (min-width: 530px) {

  .site-header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
}

.primary-nav{

  position:relative;
  top:99px;
  display:none;
  background-color: rgba(75,75,75, .9);

}

@media (min-width: 530px) {

  .primary-nav {
    display: block !important;
    top: 28px;
    width: 100%;
  }
}

@media (min-width: 700px) {

  .primary-nav {
    margin-right: 25px;
  }
}

.primary-nav ul{
  padding:0;
  margin:0;
}

@media (min-width: 530px) {

  .primary-nav ul {
    float: right;
  }
}

@media (min-width: 1010px) {

  .primary-nav ul {
    float: left;
  }
}

@media (min-width: 530px) {

  .primary-nav {
    display: block;
    position: relative;
    margin: 0 0 0 20px;
  }

  .primary-nav :last-child {
    padding-right: 5px;
  }
}

@media (min-width: 1010px) {

  .primary-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.primary-nav li{
  width:100%;
  list-style: none;
  text-align:center;
  border-bottom:1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-left:1px solid #f9f9f9;
  padding:5px 0;
}

@media (min-width: 530px) {

  .primary-nav li {
    border: none;
    display: inline;
    padding-right: 20px;
    padding-top: 41px;
    padding-bottom: 44px;
    font-size: .9rem;
  }
}

@media (min-width: 700px) {

  .primary-nav li {
    font-size: 1.1rem;
    padding-right: 30px;
  }
}

.about-section{
  background-image: url('../../assets/images/bg-about.png');
  background-size:cover;
}

.about-section__margin-b{
  margin-bottom:40px;
}

@media (min-width: 530px) {}

.about-section__route-link{
  color:#D0011B;
  text-decoration:none;
}

.benefits-section{
  width:95%;
  margin: 0 auto;
}

@media (min-width: 530px) {

  .benefits-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0;
  }

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

.benefits-section--infographic{
  width:100%;
  float:none;
}

@media (min-width: 530px) {

  .benefits-section--infographic {
    width: 40%;
    float: right;
  }
}

@media (min-width: 1010px) {

  .benefits-section--infographic {
    width: 30%;
  }
}

.benefits-section__content{
  text-align: center;
  width:100%;
}

@media (min-width: 530px) {

  .benefits-section__content {
    width: 60%;
    float: left;
  }
}

@media (min-width: 1010px) {

  .benefits-section__content {
    width: 70%;
  }
}

@media (min-width: 700px) {}

.wrapper{
  margin:0 auto;
  max-width: 1446px;
  position:relative;
}

.wrapper--pricing{
  max-width:900px;
  margin: 0 auto;
}

.wrapper--payment{
  text-align:center;
  max-width:900px;
  margin:0 auto;
}

.wrapper--schedule-flex-container{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  font-size:.8rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width:100%;
  margin:30px auto;
}

@media (min-width: 700px) {

  .wrapper--schedule-flex-container {
    width: 100%;/*flex-direction:row;*/
    font-size: .9rem;
  }
}

@media (min-width: 1010px) {

  .wrapper--schedule-flex-container {
    font-size: 1.2rem;
  }
}

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

.row__large-3{
  display:block;
  width:100%;
}

@media (min-width: 530px) {

  .row__large-3 {
    float: left;
    width: 25%;
  }
}

.row__large-9{
  display:block;
  width:100%;
}

@media (min-width: 530px) {

  .row__large-9 {
    float: left;
    width: 75%;
  }
}

.row__large-12{
  float:left;
  width:100%;
}

.pricing-section{
  background-image: url('../../assets/images/pricing-bg.png');
  background-size:cover;

}

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

.pricing-section__margin-sm{
  margin-bottom:31px;
}

.pricing-section__margin-lg{
  margin-bottom:57px;
}

.pricing-section__margin-md{
  margin-bottom:37px;
}

.pricing-section__padding-b{
  padding-bottom:107px;
}

.pricing-section__padding-t{
  padding-top:150px;
}

.email{
  color:#D0011B;
  cursor:pointer;
  font-size:1.2rem;

}

.schedule-section{

  background-image: url('../../assets/images/schedule-bg.png');
  background-size:cover;
}

.schedule-section__headline{
  margin-top:70px;
  color:white;
  text-align: center;
}

.schedule-section__headline-margin{
  margin-top:100px;
}

.schedule-section__departures{
  width:100%;
  min-width:25%;
  color:white;
  text-align:center;
  display:inline-block;
}

@media (min-width: 700px) {

  .schedule-section__departures {
    width: 50%;
  }
}

.schedule-section__arrivals{
  width:100%;
  min-width:25%;
  color:white;
  text-align:center;
  display:inline-block;
}

@media (min-width: 700px) {

  .schedule-section__arrivals {
    width: 50%;
  }
}

.schedule-section__times{
  width:50%;
  text-align:center;
  list-style-type: none;
  display:inline-block;
  float:left;
  padding:0;
}

.schedule-section__times > li{
  padding:5px;
}

.schedule-section__destinations{
  width:50%;
  text-align:left;
  list-style-type: none;
  display:inline-block;
  float:left;
  padding:0;
}

.schedule-section__destinations > li{
  padding:5px;
}

.schedule-section .schedule-toggle-AM, .schedule-section .schedule-toggle-PM {
  color:#D0011B;
  display:inline-block;
}

.schedule-section .schedule-toggle-AM :hover, .schedule-section .schedule-toggle-PM :hover  {
  cursor: pointer;
  color:#fff;
}

.schedule-section .margin-l{
  color:white;
  margin-left:15px;
}

.schedule-section .active{
  color:grey;
}

.schedule-section .flex-container__icon{
  width:70%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin:20px auto;
  padding:20px 0;
}

@media (min-width: 530px) {

  .schedule-section .flex-container__icon {
    width: 60%;
  }
}

@media (min-width: 700px) {

  .schedule-section .flex-container__icon {
    width: 45%;
  }
}

.schedule-section .flex-container__route-number{
  width:95%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin:40px auto;
  text-align:center;
}

.schedule-section .route{
  color:white;
  font-size:2.4em;
  margin:15px 0 -15px 0;
}

.schedule-section__bg-color{
  background-color: rgba(0,0,0, .8);
}

.schedule-section .toggle-schedule{
  width:100%;
  display:block;
  background-color:transparent;
  color:white;
  border:1px solid #fff;
  border-radius:4px;
  padding:10px 5px;
  margin:15px auto 0 auto;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.schedule-section .toggle-schedule:hover{
  background-color:#D0011B;
}

.schedule-section table{
  table-layout: fixed;
  width:60%;
  margin:0 auto;
  border-collapse: collapse;
}

.schedule-section td {
  border: 1px solid rgba(250,232,232,.3);
  width: 20%;
  padding:10px 0px;
  text-align: center;
  color: #fff;
}

.schedule-section th{
  color:#fff;
  font-size:1.2em;
  padding-bottom: 20px;
}

.schedule-section tr:nth-child(even) {
  background-color:rgba(250,232,232,.3) ;
}

.schedule-section .middle{
  width:60%;
}

.schedule-section .spacing{
  line-height:30px;
}

.schedule-section .am-arrivals, .schedule-section .pm-arrivals{
  margin-top:50px;
}

.footer{
  background-image: url("../../assets/images/footer-bg.png");
  background-size:cover;

}

.footer__flex-container{
  margin-right:120px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__margin{
  margin: 0 90px 0 70px;
}

@media (min-width: 530px) {

  .footer__margin {
    margin: 0;
  }
}

.footer__logo{
  display:none;
}

@media (min-width: 530px) {

  .footer__logo {
    max-width: 300px;
    display: inline-block;
    margin: 60px 0;
  }
}

.footer__links{
  list-style-type: none;
}

.footer__nav ul  li{
  padding:0;
  margin:0;
}

@media (min-width: 530px) {

  .footer__nav ul  li {
    font-size: .8rem;
  }
}

.footer__nav li a{
  font-size:.9rem;
  text-align: center;
  color:#D0011B;
  display:block;
  text-decoration:none;
  padding:10px;
  font-weight:700;
}

@media (min-width: 530px) {

  .footer__nav li a {
    font-size: 1rem;
  }
}

.generic-text-styles__content{
  font-size:1rem;
  margin: 0 auto;
  max-width: 949px;
  color:#292829;
  text-align:center;
  padding:230px 20px 220px 20px;
  max-width: 450px;
  font-weight:600;
}

@media (min-width: 530px) {

  .generic-text-styles__content {
    font-size: 1.3rem;
    max-width: 550px;
  }
}

@media (min-width: 700px) {

  .generic-text-styles__content {
    font-size: 1.4rem;
    max-width: 600px;
  }
}

@media (min-width: 1010px) {

  .generic-text-styles__content {
    font-size: 1.8rem;
    font-weight: 700;
    max-width: 700px;
  }
}

.generic-text-styles__headline{
  font-size: 1.1rem;
  font-weight:300;
  color:#D0011B;
  margin-bottom:20px;
  margin-top:100px;
}

@media (min-width: 530px) {

  .generic-text-styles__headline {
    font-size: 1rem;
  }
}

@media (min-width: 700px) {

  .generic-text-styles__headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 1010px) {

  .generic-text-styles__headline {
    font-size: 1.8rem;
    margin-bottom: 63px;
  }
}

.generic-text-styles__sub-headline{
  margin-bottom:30px;
  font-size:1rem;
  font-weight:500;
}

@media (min-width: 530px) {

  .generic-text-styles__sub-headline {
    margin-bottom: 15px;
    font-size: .8rem;
  }
}

@media (min-width: 700px) {

  .generic-text-styles__sub-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 1010px) {

  .generic-text-styles__sub-headline {
    margin-bottom: 30px;
    padding: 0 100px;
    font-size: 1.5rem;
  }
}

.generic-text-styles-content{
  font-size:.9rem;
  padding:0 20px;
}

@media (min-width: 530px) {

  .generic-text-styles-content {
    font-size: 1.1rem;
  }
}

.generic-text-styles-content__bold{
  font-weight:700;
}

.generic-text-styles__text-red{
  color:#D0011B;
  text-align: center;
}

.generic-text-styles__text-white{
  color:#FAF8F8;
  font-weight:400;
}

.icon{
  color:#f6f6f6;
  position:relative;
  display:inline-block;
  border-radius:50%;
  -webkit-transition: background-color;
  transition: background-color;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;

}

@media (min-width: 530px) {

  .icon {
    margin-right: 25px;
  }
}

.icon a{
  display:block;
  padding:12px 25px;
  font-size:1rem;
}

.icon .fa{
  color:#D0011B;
  text-align:center;
  border-radius:50px;
  width:35px;
  height:35px;
  padding:8.5px 9px;
  background-color:rgba(0,0,0,.5);
  font-size:1.1rem;
}

@media (min-width: 700px) {

  .icon .fa {
    font-size: 1.5rem;
    width: 42px;
    height: 42px;
    padding: 6.5px 6px;
  }
}

@media (min-width: 1010px) {

  .icon .fa {
    font-size: 1.8rem;
    width: 49px;
    height: 49px;
    padding: 8.5px 10px;
  }
}

.icon-container{
  position:absolute;
  top:0;
  right:0;
  margin-right:20px;
}

@media (min-width: 530px) {

  .icon-container {
    margin: 5px 10px auto auto;
    float: right;
  }
}

@media (min-width: 1010px) {

  .icon-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}

.schedule-toggle-AM > .fa, .schedule-toggle-PM > .fa{
  font-size:2em;
}

@media (min-width: 530px) {

  .schedule-toggle-AM > .fa, .schedule-toggle-PM > .fa {
    font-size: 3em;
  }
}

.icon :hover{
   background-color:white;

}

.mobile-nav-icon{

  position:absolute;
  right:8px;
  top:60px;
  color:#fff;
}

@media (min-width: 530px) {

  .mobile-nav-icon {
    display: none;
  }
}

#map_wrapper-542-PM, #map_wrapper-543-PM, #map_wrapper-542-AM, #map_wrapper-543-AM{
  width:90%;
  height:auto;
  margin:0 auto;

}

.map-container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width:90%;
  margin:40px auto 70px auto;
}

#map_canvas542AM, #map_canvas542PM {

width: 100%;
height: 400px;


}

.schedules{

  position:relative;
  padding: 40px 0;

}
