@media (min-width: 1200px) {
  .new_splash .container {
    width: 970px;
  }
}
.white_logo {
  width: 250px;
  margin: 0px auto;
  margin-top: 10px;
}
.white_logo.main {
  opacity: 1;
  margin-bottom: 30px;
}
.white_logo img {
  width: 100%;
}
.mobile_checkin_section {
  padding: 10px;
}
.mobile_checkin_header {
  padding: 10px;
}
.mobile_checkin_body .offline_message .alert-warning {
  margin-bottom: 0px;
}
.mobile_checkin_body .checkin_suboption_section {
  width: 100%;
}
.mobile_checkin_body .checkin_suboption_section h6 {
  color: #666;
}
h1 {
  color: #333;
  margin: 0px;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.25;
  font-weight: 200;
  text-align: center;
  font-size: 3em;
}
h2 {
  color: #333;
  margin: 0px;
  line-height: 1.25;
  font-weight: 200;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 20px;
}
.form-control {
  border-radius: 0px;
}
p {
  font-size: 1.3em;
  color: #999;
  font-weight: 300;
  line-height: 1.25;
}
.find_events_button {
  margin-top: 30px;
}
.checkin_button {
  margin-bottom: 30px;
}
.event_list_wrapper .event_list {
  list-style: none;
  margin: 0;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 100px;
}
.event_list_wrapper .event_list .event_company_logo {
  width: 54px;
  height: 54px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.event_list_wrapper .event_list .event_company_logo img {
  width: 100%;
}
.event_list_wrapper .event_list li {
  padding: 10px 15px;
  border-top: 1px solid #454545;
  cursor: pointer;
}
.event_list_wrapper .event_list .event_company_content_wrapper {
  padding-left: 70px;
}
.event_list_wrapper .event_list .event_company_content_wrapper .event_company_content {
  font-size: 1.2em;
  font-weight: 300;
  color: #999;
}
.event_list_wrapper .event_list .event_company_content_wrapper .event_company_content .company_name {
  color: #333;
  font-weight: 500;
  font-size: 1.25em;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #454545;
}
.event_header_section .event_header_logo {
  height: 110px;
  width: 110px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.event_header_section .event_header_logo img {
  width: 100%;
}
.event_header_section .event_header_content_wrapper {
  padding-left: 120px;
}
.event_header_section .event_header_content_wrapper .event_header_content {
  font-size: 1.1em;
  line-height: 1.15;
  font-weight: 300;
  margin-bottom: 5px;
  color: #999;
}
.event_header_section .event_header_content_wrapper .event_header_content .event_name {
  color: #333;
  font-size: 1.20em;
}
.rsvp_page_logo {
  height: 70px;
  width: 70px;
  border-radius: 3px;
  margin: 0px auto;
  margin-bottom: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.rsvp_page_logo img {
  width: 100%;
}
.rsvp_page_header {
  color: #333;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}
.rsvp_header {
  color: #333;
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  padding: 7px 0px;
  margin: 10px -15px;
}
.rsvp_title {
  margin: 5px -15px;
  margin-bottom: 15px;
  background: rgba(170, 50, 55, 0.2);
  border-radius: 5px;
  color: #AA3237;
}
.check_mark {
  font-size: 50px;
  text-align: center;
  margin: 0px auto;
  color: #4cae4c;
  display: block;
  background: white;
  width: 48px;
  height: 48px;
  top: 0px;
  border-radius: 25px;
}
.error_text {
  color: #AA3237;
  margin-bottom: 5px;
  margin-top: -5px;
}
.form-group {
  margin-bottom: 30px;
}
.form-group:last-of-type {
  margin-bottom: 40px;
}
.form-group label {
  font-size: 1.3em;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  color: #333;
}
.checkin_additional_questions h4 {
  font-size: 1.3em;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  color: #333;
}
.checkin_additional_questions ol {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
.checkin_additional_questions ol li {
  margin-bottom: 20px;
}
.checkin_additional_questions ol span {
  margin-right: 10px;
}
.checkin_additional_questions label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.checkin_additional_questions input[type="radio"] {
  margin-right: 5px;
}
.checkin_additional_questions input[type="checkbox"] {
  margin-right: 5px;
}
.checkin_additional_questions input[type="text"] {
  margin-left: -15px;
  width: calc(100% + 15px);
}
.checkin_additional_questions .move_right {
  margin-left: 0 !important;
}
.checkin_additional_questions .question_helper {
  color: #999;
}
.checkin_additional_questions .question_section {
  margin-bottom: 5px;
}
.checkin_additional_questions .question_section .checkin_question {
  margin-bottom: 0;
}
.checkin_additional_questions label.checkin_question_answer {
  display: inline-block;
  font-size: 14px;
}
.checkin_additional_questions .checkin_question_answer_wrapper {
  display: inline-block;
  width: 205px;
}
.checkin_additional_questions .work_auth_select {
  border: 1px solid #ccc;
  background: white;
  width: 100%;
  padding: 0px;
  height: 30px;
  transition: all ease 1s;
}
.checkin_additional_questions .work_auth_select:focus {
  outline: none;
  border: 1px solid #357ebd;
}
.checkin_additional_questions .grad_select {
  border: 1px solid #ccc;
  background: white;
  padding: 0px;
  height: 30px;
  transition: all ease 1s;
}
.checkin_additional_questions .grad_select:focus {
  outline: none;
  border: 1px solid #357ebd;
}
.checkin_additional_questions .followup_question_wrapper {
  margin-top: 10px;
  margin-left: 40px;
}
.checkin_additional_questions .followup_question_wrapper .followup_question {
  margin-bottom: 10px;
}
.checkin_additional_questions .followup_question_wrapper .followup_question input[type="text"] {
  margin-left: 0;
}
.checkin_additional_questions .custom_checkin_question_wrapper .subquestion {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mobile_checkin_section {
    padding: 40px 10px;
  }
  .form-group {
    margin-bottom: 30px;
  }
  .rsvp_header {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .checkin_additional_questions h4 {
    margin-bottom: 20px;
  }
  .checkin_additional_questions label.checkin_question_answer {
    width: auto;
  }
  .checkin_additional_questions label.checkin_question_answer.role_answer {
    width: 205px;
  }
}
@media (max-width: 480px) {
  .checkin_additional_questions label.checkin_question_answer {
    margin-bottom: 10px;
    width: 47%;
  }
  .checkin_additional_questions label.checkin_question_answer.role_answer {
    width: 205px;
  }
  .checkin_additional_questions .checkin_suboption_section {
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=mobile_checkin.css.map */