.maya-blue {
  color: #6DC3FF;
  font-size: 91px;
  line-height: 0.22;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 991px) {
  .maya-blue {
    font-size: 40px;
    line-height: 0.8;
    margin-bottom: 15px;
  }
}
.white-bold {
  color: #FFF;
  font-size: 41px;
  font-weight: bold;
  line-height: 0.5;
}
@media (max-width: 991px) {
  .white-bold {
    font-size: 28px;
    line-height: normal;
  }
}
/*CAREERS*/
.careers .webform-submission-careers-form .form-item input {
  height: 65px;
  max-width: 100%;
  width: 100%;
}
.careers .webform-submission-careers-form .form-item.left-section,
.careers .webform-submission-careers-form .form-item.right-section {
  margin-bottom: 0;
}
.careers .webform-submission-careers-form .form-item.left-section {
  text-align: center;
  justify-content: center;
}
.careers .webform-submission-careers-form .form-item.left-section .form-type-processed-text {
  margin-bottom: 0;
}
.careers .webform-submission-careers-form .form-item.left-section .form-type-processed-text p {
  margin-bottom: 0;
}
.careers .webform-submission-careers-form .form-item.form-type-webform-document-file .webform-file-button {
  background-color: #000;
  color: #FFF;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 5px;
  font-weight: normal;
  margin: 0;
  position: relative;
  z-index: 999;
}
.careers .webform-submission-careers-form .form-item.form-type-webform-document-file .webform-document-file-placeholder {
  margin-top: 0;
  margin-bottom: 5px;
  color: #6DC3FF;
  font-weight: 500;
}
.careers .webform-submission-careers-form .form-item.form-type-webform-document-file .webform-document-file {
  background-color: #FFF;
  border-radius: 5px;
}
.careers .webform-submission-careers-form .form-item.form-type-webform-document-file .btn-danger {
  margin: 10px 0px;
}
.careers .webform-submission-careers-form .form-item.form-type-webform-document-file input {
  padding-top: 20px;
  margin-left: 172px;
  border-radius: 5px;
  background-color: #FFF;
}
.careers .webform-submission-careers-form .form-item.form-type-webform-document-file .messages {
  padding: 10px;
  color: #FFF;
}
.careers .webform-submission-careers-form .form-item.form-type-webform-document-file .file {
  font-weight: 500;
  color: #000;
  margin: 0px 15px;
}
