.slogan {
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  font-size: 16px;
}

.box1 {
  background-image: url(../images/onboarding/image0.png);
}
.box2 {
  background-image: url(../images/onboarding/image1.png);
}

.box3 {
  background-image: url(../images/onboarding/image2.png);
}

.box4 {
  background-image: url(../images/onboarding/image3.png);
}

.box5 {
  background-image: url(../images/onboarding/image4.png);
}

.box6 {
  background-image: url(../images/onboarding/image5.png);
}

.trip-status.U {
  background:green;
}

/* Yasin - Allow logo to take up natural space, showing up squished otherwise */
.logo {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

/* Joseph - Color Update to the Trip View Calendar header to improve contrast */
div.desktop-month-selector.layout-align-center-center.layout-row {
  color: rgb(0, 0, 0) !important;
}

/* Joseph - Update to the color of the navigation arrow on the calendar header to improve contrast */
.md-button.md-default-theme.md-primary:not([disabled]) md-icon, .md-button.md-primary:not([disabled]) md-icon {
  color: rgb(0, 0, 0) !important;
}

/* Joseph - Updated the headers on the book trip form from blue to black to conform with WCAG */ 
h2.block-header.section-header[md-colors] { 
  color: rgb(0, 0, 0) !important;
}   
/* Joseph - Updated the headers on the ADDITIONAL_PASSENGERS and Book trip options header from blue to black */ 
#booktrip-trip-options .block-header, #additional-passengers-header .block-header { 
  color:rgb(0, 0, 0) !important; 
}

/* Joseph - WCAG - increased the height of the Sign in/Register fields, increased font size to become more readable*/ 
.client-id-input-container input, 
.password-input-container input { 
  height: 50px;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
} 

/* Joseph - REMOVE BOKING iD FROM THE TRIP DETAILS*/ 
.block-body-row strong {
    display: none;
}

.error-text {
  font-size: 20px !important;
}
