@import url("https://use.typekit.net/kvw6pkz.css");

* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

a:hover {
  text-decoration: underline;
}

/*
---------TOP BAR----------
*/
#top-bar {
  background-color: #090C75;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.covid-top-bar {
  background-color: #d50707;
  width: 50%;
}

#espanol {
  width: 50%;
}

.fa-phone {
  display: none;
}

.call-us {
  display: none;
}

#top-bar > a {
  color: #FEFCFD;
  text-decoration: none;
}

#top-bar > a:hover {
  text-decoration: underline;
}

/*
--------HEADER-------
*/
#header {
  border-bottom: 10px solid #090C75;
  position: relative;
  height: 70vh;
  z-index: -1;
}

/*
---------MARQUIS---------
*/
.marquis {
  background-color: #FEFCFD;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 10px 0px 10px rgba(0,0,0,.1);
}

.call-now-wrapper {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #FEFCFD;
  background-color: #D50707;
  border-radius: 25px;
  padding: 5px 15px;
  margin: 0;
}

.call-now, .call-now-number {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.menu-wrapper {
/*   height: 75px; */
  position: sticky;
  top: 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-wrapper {
  display: inline-block;
  background-image: url("https://res.cloudinary.com/mtv1243/image/upload/v1574188707/GCC_Transportation_Logo_07_alpha_alpha.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  width: 83px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
}

.menu-bar-mobile {
  display: none;
}

.bars-wrapper {
  display: none;
  cursor: pointer;
}

.hide {
  display: none;
}

.menu-bar {
  display: flex;
  flex-basis: 50%;
}

.menu-item {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  flex-basis: 16.66%;
  margin: 0;
  padding: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  color: #2B2A27;
  transition: all .2s;
/*   border: 1px solid; */
}

.menu-item:hover, .menu-item:focus {
  color: #FEFCFD;
  background-color: #D50707;
  text-decoration: none;
}

.menu-item:focus, .close-modal:focus {
  outline: 4px solid #13c400;
}

/* ========================
          HERO
===========================*/
.hero-BG, .hero-FG {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.hero-BG {
  background-image: url("https://res.cloudinary.com/mtv1243/image/upload/v1651161655/GCC%20Transportation%20V2/Full%20Size/transportation_hero_01_BG_compressed.png");
}

.hero-FG {
  background-image: url("https://res.cloudinary.com/mtv1243/image/upload/v1651161655/GCC%20Transportation%20V2/Full%20Size/transportation_hero_01_FG_compressed.png");
  z-index: 2;
}

.hero-text-BG {
  width: 100%;
  height: 15rem;
  top: 25%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.hero-text-BG {
  background-color: rgba(255, 0, 0, 0.75);
  z-index: 1;
}

.hero-text-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 11vw;
  z-index: 2;
}

.hero-text-top {
  padding: 1rem 2rem;
  font-weight: 700;
  border-radius: 57px;
  font-size: 3.5rem;
  line-height: 3rem;
  text-align: center;
  margin: 0;
}

.hero-text-bottom {
  text-align: center;
  font-size: 2.5rem;
  font-weight:700;
  margin:0;
}

/*
---------MAIN FLEX STYLES--------
*/

main {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

#sections-wrapper {
  flex-basis: 70%;
  margin-top: -200px;
  padding-top: 40px;
  background-color: #F8F6F5;
/*   border-right: 10px solid #090c75; */
}

#sidebar {
  background-color: #fff;
  flex-basis: 30%;
  padding: 20px;
}

/*
---------SECTIONS---------
*/

section {
  padding-left: 40px;
  padding-right: 40px;
/*   height: 200px; */
}

.separator {
  width: 80%;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.red-color {
  color: #D50707;
}

.first-title {
  font-weight: 500;
  font-size: 40px;
  margin: 0;
  line-height: 36px;
  padding: 0;
  display: inline;
}

.section-title {
  position: absolute;
  bottom: 20px;
  left: 00px;
  line-height: 1em;
  font-size: 70px;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline;
}

.enroll-title, .services-title, .drivers-title{
  color: #383733;
  text-shadow: 0px 0px 20px rgba(255,255,255, 1);
}

.wheelchair-title {
  left: 20px;
  z-index: 20;
  font-weight: 500;
}

.section-photo {
  position: relative;
  height: 200px;
  width: 100%;
  margin-bottom: 40px;
/*   padding: 20px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services-photo {
  background-image: url("https://res.cloudinary.com/mtv1243/image/upload/v1594914003/GCC%20Transportation%20V2/Full%20Size/wheelchair-dock-shutterstock_182715095-compressed.jpg");
}

.enroll-photo {
  background-image: url("https://res.cloudinary.com/mtv1243/image/upload/v1594914003/GCC%20Transportation%20V2/Full%20Size/women-at-table-shutterstock_633364772-compressed.jpg");
}

.drivers-photo {
  background-image: url("https://res.cloudinary.com/mtv1243/image/upload/v1594914002/GCC%20Transportation%20V2/Full%20Size/driver-smiling-shutterstock_1522211711-compressed.jpg");
  background-position: 50% 35%;
}

.wheelchair-photo {
  background-image: url("https://res.cloudinary.com/mtv1243/image/upload/v1595107367/GCC%20Transportation%20V2/Full%20Size/shutterstock_646241599_-_wheelchair_van_compressed.jpg");
  height: 200px;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: #f8f6f5;
  opacity: .7;
}

.gradient {
  width: 80%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(248,246,245,1) 0%, rgba(230,230,230,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(248,246,245,1) 0%,rgba(230,230,230,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(248,246,245,1) 0%,rgba(230,230,230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f5', endColorstr='#00e6e6e6',GradientType=1 ); /* IE6-9 */
}

/*
----------ENROLL STYLES-------------
*/

ol > li {
  font-weight: 500;
}

ol > li > span.li-text {
  font-weight: 200;
}

/*
--------SIDEBAR STYLES--------------
*/
/* #sidebar {
  background-color: #fff;
  flex-basis: 30%;
  padding: 20px;
} */

.sidebar-title {
  font-size: 2em;
  line-height: 1.1em;
  color: #CB1010;
}

/* 
---------ELIGIBILITY STYLES-------
*/

.eligibility {
  padding-right: 10px;
}

.field_value {
  padding-right: 10px;
}

.paperform-button {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  background-color: #090C75;
  color: #FEFCFD;
}

/* 
--------BUTTON STYLES-------
*/
.button-wrapper {
  margin: 0 auto;
  margin-bottom: 45px;
  width: 60%;
  background-color: #CB1010;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FEFCFD;
  text-decoration: none;
  text-align: center;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

/* BENEFITS STYLES */
.benefits_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
/*   font-size: 16px; */
}

.benefit {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.benefitTitle {
  color: #d50707;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px;
}

.fa-circle {
  padding-right: 10px;
  font-size: 4px;
}

.benefit h4 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #090c75;
  color: #fefcfd;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  margin: 1px;
}


/*
-----------FOOTER STYLES------------
*/
footer {
  padding: 40px;
/*   padding-bottom: 80px; */
  background-color: #090C75;
  color: #FEFCFD;
/*   height: 300px; */
  font-size: 12px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left, 
.footer-center, 
.footer-right {
  flex-basis: 25%;
}

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

.footer-call-now {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.footer-call-now > a {
  color: #fefcfd;
}

.footer-link {
  color: #fefcfd;
  text-decoration: underline;
}

.footer-link:hover {
  color: #cecece;
}

.footer-link > i {
  font-size: 10px;
  padding-right: 4px;
}

.copyright {
  text-align: center;
  font-size: 10px;
}

/*
======== ACCESSIBILITY ==========
*/
#modal-wrapper {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(175, 175, 175, .9);
  z-index: 1000;
}

.modal-body {
  position: relative;
  width: 60%;
  margin: 40px auto;
  background-color: #fff;
  padding: 100px 40px;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0,0,0,.2);
  transform: scale(1, 1);
  transform-origin: top center;
  transition: all .4s;
}

.scale-up {
  transform: scale(1.05, 1.05);
  transition: all .4s;
}

.close-modal {
  position: absolute;
  right: 40px;
  top: 40px;
  color: #fff;
  background-color: #000;
  padding: 4px 10px;
  border: 2px solid #fff;
  outline: 3px solid #000;
  font-weight: 500;
  cursor: pointer;
}

/*
=========== MEDIA QUERIES =========
*/

@media only screen and (max-width: 425px) {
  
  .hero {
    height: 60vh;
  }
  
  main {
    width: 100%;
  }
  
  .call-now-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
  }
  
  .call-now, .call-now-number {
    display: none;
  }
  
  .call-us {
    display: initial;
  }
  
  .fa-phone {
    display: initial;
    font-size: 12px;
    margin: 0;
    padding-right: 8px;
  }

  #header {
    height: 60vh;
  }

  /* =====================
            HERO
  ======================== */

  .hero-text-BG {
    z-index: 2;
    justify-content: center;
    height: 11rem;
  }

  .hero-text-BG {
    background-color: rgba(255, 0, 0, .65);
    height: 9rem;
    top: 29%;
  }

  .hero-text-container {
    margin-right: 0;
  }

  .hero-text-top {
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  /* =====================
        SECTION
        ================== */
  
  section {
    padding: 10px;
  }
  
  .gradient {
    width: 100%;
  }
  
  .section-title {
    font-size: 40px;
    font-weight: 700;
    left: 10%;
  }
  
    .benefitTitle {
    font-size: 18px
  }
  
    .modal-body {
    padding: 100px 20px;
    margin: 0 auto;
/*     transform: scale(1, 1); */
  }
  
  .modal-body > h2 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  
  #top-bar {
    flex-direction: column;
  }
  
   .covid-top-bar, #espanol {
    width: 100%;
  }
  
  #header {
    border-bottom: 0px solid;
  }
  
  .marquis {
    box-shadow: 10px 0px 10px rgba(0,0,0,.3);    
  }
  
  .menu-wrapper {
    height: 50px;
  }
  
  .menu-bar {
    display: none;
  }
  
  .logo-wrapper {
    height: 30px;
    width: 50px;
  }
  
  .call-now-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .call-now {
    text-transform: uppercase;
    line-height: 1em;
    padding-top: 5px;
  }
  
  .fa-bars {
    cursor: pointer;
    display: inline;
    font-size: 26px;
  }
  
  .fa-times {
    font-size: 20px;
  }
  
  .bars-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
  }
  
  .menu-bar-mobile-wrapper {
    z-index: 1000000;
/*     display: none; */
    position: absolute;
    right: 0;
/*     top: 112px; */
    background-color: #fff;
    width: 10em;
  }
  
  .menu-bar-mobile {
    display: flex;
    flex-direction: column;
  }
  
  .menu-bar-mobile > .menu-item {
    border-bottom: 1px solid #090C75;
    font-weight: 500;
    padding: 10px;
    font-style: normal;
  }
  
  main {
      flex-direction: column;
  }
  
  #sections-wrapper {
    margin-top: 0;
    border-bottom: 10px solid #090c75;
  }
  
  .eligibility {
    padding-right: 10px;
  }
  
  .footer-columns {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  } 
  .modal-body {
    width: 80%;
  }
}