@charset "utf-8";
/* CSS Document */

/**************************
* Typography
**************************/

h1 {
  font-size: 72px;
}

h2 {
  font-size: 38px;
  width: auto;
}

h5 {
  font-size: 22px;
}

ul.borders li {
  max-width: 100%;
}

p,
li {
  line-height: 1.3em;
}

/**************************
* Header
**************************/

.header {
  height: 121px;
  background-color: lightblue;
}

.mobile-header {
  display: block;
  position: fixed;
  width: 100%;
  padding: 0 1rem;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99;
}

.mobile-header .logo {
  display: inline-block;
  vertical-align: middle;
  width: calc(100vw - 107px);
  margin-right: 30px;
}

.mobile-header .row td {
  padding: 1rem 0;
  font-size: 0;
}

#nav-toggle {
  display: inline-block;
  width: 30px;
  color: #F36A22;
  vertical-align: middle;
}

#nav-toggle svg {
  width: 100%;
  fill: #F36A22;
}

#nav-toggle svg.menu-open {
  display: block;
}

#nav-toggle svg.menu-close {
  display: none;
}

#nav-toggle.on svg.menu-open {
  display: none;
}

#nav-toggle.on svg.menu-close {
  display: block;
}

@media (max-width: 600px) {
  .header {
    min-height: 80px;
    height: 80px;
    height: calc(8px + 20vw);
    background-color: #FFFFFF;
  }
}
/*@media (min-width: 600px) {
  .mobile-header .logo {
    display: block;
    vertical-align: middle;
    width: 100vw;
    margin: 0 auto;
  }

  #nav-toggle {
    position: fixed;
    top: 30px;
    right: 30px;
    font-size: 3rem;
    vertical-align: middle;
  }
}*/

/**************************
* Navigation
**************************/

.navigation ul {
  display: none;
  position: fixed;
  top: 121px;
  left: 0;
  right: 0;
  margin: auto;
  padding: .5rem 0;
  background-color: #3D352C;
  z-index: 10;
}

@media (max-width: 600px) {
  .navigation ul {
    top: calc(8px + 20vw);
  }
}

.navigation.on ul {
  display: block;
}

.navigation ul li {
  display: block;
  margin-right: 0;
  margin: auto;
  width: 90%;
  text-align: center;
  border-bottom: 1px solid #FBB722;
}

.navigation ul li:last-child {
  margin: auto;
  border-bottom: none;
}

.navigation ul li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 24px;
  line-height: 50px;
}

/**************************
* Billboard
**************************/

td.billboard {
  position: relative;
  height: auto;
}

td.billboard:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 0;
}

td.billboard > table {
  position: relative;
  z-index: 3;
}

td.billboard .row > td.column {
  padding-bottom: 5rem;
}

td.billboard a.button {
  margin-left: 0;
  font-size: 19px;
  line-height: 1.2em;
}

.billboard h1 {
  font-size: 60px;
}

.billboard p {
  font-size: 18px;
}

.billboard.wedding > table {
  position: relative;
  top: 0;
  transform: none;
}

.billboard.charter-buses {
  background-color: #73bfd9;
  background-size: 130vw;
}

.billboard.bus-safety {
  background-color: #f9b444;
  background-size: 130vw;
}

.billboard.school-buses {
  background-color: #9fd5f1;
  background-size: 100vw;
}

.billboard.who-we-are {
  background-color: #bfe4f9;
  background-size: 145vw;
}

/************************
* Slider
************************/

#slider table {
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

#slider h1 {
  font-size: 60px;
}

#slider .button {
  font-size: 16px;
}

/**************************
* Cards
**************************/

.cards-sidebars h4 {
  text-align: center;
}

.cards-sidebars > div {
  margin-bottom: 1rem;
}

.cards-sidebars div.sidebar,
.cards-sidebars div.card {
  width: 100%;
}

.cards-sidebars div.sidebar:first-child,
.cards-sidebars div.sidebar:last-child {
  border: 7px solid #d1d2d4;
}

.cards-sidebars div.sidebar:last-child {
  margin-bottom: 0;
}

.cards-sidebars div.sidebar:last-child br {
  display: none;
}

.cards-sidebars div.sidebar:last-child p.date {
  text-align: center;
}

/*************************
* Who Are We
**************************/

div.fey-images img:nth-child(odd),
div.fey-images img:nth-child(even) {
  float: none;
}

/*************************
* School Bus Maps
**************************/

/* Address Input */

#address-input {
  width: calc(100% - 105px);
  height: 45px;
}

#address-input + .button {
  width: 100px;
  padding: .5rem 0;
}

div.school-bus-routes-picker a.button {
  width: 100%;
  font-size: 19px;
  line-height: 1em;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  padding-top: 11px;
}

div.school-bus-routes-picker a.button:last-of-type {
  margin-bottom: 0;
}

div.schools a.button {
  width: auto;
  line-height: 1em;
  padding-top: 9px;
  padding-bottom: 6px;
  font-size: 11px;
}

/* Map */

.map-controls {
  padding-bottom: 8px;
}

div.map-wrapper {
  height: 450px;
}

/*************************
* Forms
**************************/

form[name="xCHARTER_A_BUS"] input[name="xCITY"],
form[name="xCHARTER_A_BUS"] input[name="xSTATE"],
form[name="xCHARTER_A_BUS"] input[name="xZIP"] {
  width: 100%;
}

.card.employment-application {
  position: relative;
  width: calc(100% + 2rem);
  right: 1rem;
}

/**************************
* Footer
**************************/

td.footer td.column:last-child {
  left: 0;
}

td.footer h5 {
  padding: 1rem 0;
}

td.footer .large {
  font-size: 18px;
}

td.footer h5,
td.footer td.column:nth-child(1) > div,
td.footer div.contact-info > p:last-of-type {
  border: none;
}

td.footer td.column:last-child p {
  padding-right: 0;
}

td.footer td.column:last-child h2 {
  margin-bottom: 0;
}

.phone,
.email,
.location,
.hours {
  background-position-x: 0;
  padding-left: 2rem;
}

td.footer .phone,
td.footer .email {
  padding-left: 3rem;
}

td.footer div.social-icons {
  top: 0;
  right: 0;
  padding-top: 0;
  border-top: none;
}

td.footer div.social-icons a {
  left: 0;
}

td.footer span.bullet-to-break {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

/**************************
* Buttons
**************************/

.button {
  font-size: 18px;
  padding: 1rem;
}

/****************************
* Helper Classes
*****************************/

span.mobile-break {
  display: block;
  visibility: hidden;
  height: 0;
}

/****************************************
* Mailchimp
****************************************/

#mc_embed_shell {
  width: 100%;
}

/****************************************
* Articles
****************************************/

.articles {
  display: block;
}

.article {
  width: calc(100% - 6px);
  min-height: 250px;
}

.home.articles {
  padding: 0 1rem;
}

.home.articles > div:nth-of-type(4),
.home.articles > div:nth-of-type(5) {
  display: block;
}

@media(min-width: 576px) {
  .articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3px;
  }

  .article {
    width: calc(50% - 6px);
  }
}

.article .overlay h2 {
  font-size: 24px;
}

/****************************************
* Timer
****************************************/

.timer {
  gap: 1rem;
  width: 340px;
}

.timer p {
  font-size: 18px;
}

.timer span {
  font-size: 42px;
}

