body {
  background: white;
}
div.selector span {
  width: 296px !important;
}
.ac_results li .category-container {
  line-height: 2.4;
}
.request-tutor-bar {
  box-shadow: inset 0px 25px 25px -25px rgba(0,0,0,0.45), inset 0px -25px 25px -25px rgba(0,0,0,0.45);
  background: white url("/images/backgrounds/bg3.jpg") right 0 repeat-x;
  background-size: cover;
  min-height: 800px;
}
@media (max-width: 660px) {
  .request-tutor-bar {
    background: none;
    box-shadow: none;
  }
}
@media (max-width: 980px) {
  .request-tutor-bar {
    min-height: 600px;
  }
}
.request-tutor-bar h1 {
  position: relative;
  font-size: 21px;
  font-weight: 900;
  color: #424240;
  color: white;
  background-color: #2e679f;
  border-radius: 5px   ;
  -moz-border-radius: 5px   ;
  -webkit-border-radius: 5px   ;
  padding: 10px;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.request-tutor-bar .requestButton {
  margin: 20px 10px 10px;
  padding: 5px 2px;
  width: calc(100% - 20px);
}
.request-tutor-bar .screenshot {
  width: 100%;
}
.request-tutor-bar .screenshot:hover div {
  background-position: right 0;
}
.request-tutor-bar input,
.request-tutor-bar textarea {
  height: 2.5em;
  padding: 5px 10px;
  margin: 0 10px;
  width: calc(100% - 20px);
}
.request-tutor-bar label {
  display: block;
  font-weight: 600;
  font-size: small;
  margin: 20px 10px 3px 10px;
}
.request-tutor-bar div.item {
  padding: 0;
  margin: 0;
}
.request-tutor-bar .middle {
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  max-width: 960px;
}
.request-tutor-bar .middle .request-form-container {
  margin: 20px 0;
  background: rgba(255,255,255,0.8);
  max-width: 40%;
  padding: 10px;
  border-radius: 5px   ;
  -moz-border-radius: 5px   ;
  -webkit-border-radius: 5px   ;
  box-shadow: 0 0 25px rgba(0,0,0,0.45);
}
@media (max-width: 660px) {
  .request-tutor-bar .middle .request-form-container {
    background: #2e679f;
  }
}
.request-tutor-bar .middle .request-form-container label {
  color: black;
  margin: 5px 10px;
}
.request-tutor-bar .middle .request-form-container label .error {
  margin: 0px 10px;
}
@media (max-width: 1000px) {
  .request-tutor-bar .middle .request-form-container {
    margin-left: 20px;
  }
}
@media (max-width: 660px) {
  .request-tutor-bar .middle .request-form-container {
    margin: 0 auto;
    max-width: calc(100% - 20px);
  }
  .request-tutor-bar .middle .request-form-container label {
    color: white;
  }
}
.request-tutor-bar .middle #formCreateRequest .terms_conditions,
.request-tutor-bar .middle #formCreateRequest #postdisabled {
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  margin: 15px 0 5px;
  text-align: center;
  width: 100%;
}
.request-tutor-bar .middle #formCreateRequest .terms_conditions a,
.request-tutor-bar .middle #formCreateRequest #postdisabled a {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.request-tutor-bar .middle #formCreateRequest #postdisabled {
  display: none;
}
.request-tutor-bar label.error {
  display: block;
  float: none;
  color: #FDD017 !important;
  width: 315px;
}
.request-tutor-bar #request_email {
  width: 356px;
  margin: 5px 0;
  clear: both;
  font-family: helvetica;
  font-size: 14px;
}
.request-tutor-bar #request_phone {
  width: 356px;
  margin: 5px 0;
  clear: both;
  font-family: helvetica;
  font-size: 14px;
}
.request-tutor-bar #uniform-request_select span {
  width: 332px !important;
}
.request-tutor-bar #request_select {
  width: 366px;
  cursor: pointer;
}
.request-tutor-bar #request_select option {
  background: #F8F8F9;
  padding: 10px;
  cursor: pointer;
}
@media (min-width: 980px) {
  .request-tutor-bar .request-steps {
    margin-top: 150px;
  }
}
@media (min-width: 800px) {
  .request-tutor-bar .request-steps {
    background-color: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(left,rgba(48,137,202,0.3) 0%,rgba(255,255,255,0) 70%);
    background: -webkit-linear-gradient(left,rgba(48,137,202,0.3) 0%,rgba(255,255,255,0) 70%);
    background: -ms-linear-gradient(left,rgba(48,137,202,0.3) 0%,rgba(255,255,255,0) 70%);
    background: linear-gradient(left,rgba(48,137,202,0.3) 0%,rgba(255,255,255,0) 70%);
  }
}
.request-tutor-bar .request-steps ol {
  margin: 20px auto;
  max-width: 960px;
}
@media (max-width: 799px) {
  .request-tutor-bar .request-steps ol {
    text-align: center;
  }
}
@media (max-width: 660px) {
  .request-tutor-bar .request-steps ol li {
    display: block;
    margin: 0 auto;
  }
}
.request-tutor-bar .request-steps li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-right: 10px;
  padding: 30px 0;
  font-weight: bold;
}
.request-tutor-bar .request-steps h3 {
  font-family: 'Architects daughter';
  font-variant: small-caps;
  font-size: 2em;
  margin-bottom: 2px;
  font-weight: bold;
  color: #2e679f;
  text-shadow: 0 0 5px white;
  -moz-opacity: 0 0 5px white;
  -webkit-opacity: 0 0 5px white;
}
.request-tutor-bar .request-steps p {
  margin: 0 10px 0 0;
  color: white;
  text-align: center;
}
@media (max-width: 660px) {
  .request-tutor-bar .request-steps h3 {
    color: black;
  }
  .request-tutor-bar .request-steps h3.step::before {
    background: #2e679f;
    color: white;
  }
  .request-tutor-bar .request-steps p {
    color: black;
  }
}
body.french .request-tutor-bar h1 {
  font-size: 16px;
}
