  /*
 * LESS Mixins Bundle
 * =========================
 * ²ÝÝ®ÊÓÆµTechnologies, Inc.
 */
.centerAlign {
  text-align: center;
}
.leftAlign {
  text-align: left;
}
.rightAlign {
  text-align: left;
}
.leftFloat {
  float: left !important;
}
.rightFloat {
  float: right !important;
}
.popover-border-radius {
  border-radius: 3px;
}
.progress_bar_container {
  width: 300px;
  margin: 22px 0 25px 0;
  position: relative;
}
.progress_bar_container.progress_bar_less_space {
  margin: 20px 0 10px 0;
}
.progress_bar_container.progress_bar_alert_spacing {
  margin: 25px 0 10px 0;
}
.progress_bar_container .used_text {
  color: #3C3C3C;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: -15px;
  left: 2px;
}
.progress_bar_container .remaining_text {
  color: #E0E0E0;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: -15px;
  right: 5px;
}
.progress_bar_container .this_action_text {
  color: #32AB39;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  bottom: -15px;
  left: 100px;
}
.progress_bar_container .this_action_text.exceed_limits {
  left: 81%;
  bottom: 20px;
}
.progress_bar_container .system_limit_1000_text {
  color: #32AB39;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: -15px;
  left: 2px;
}
.progress_bar_container .outer_bar {
  position: relative;
  width: 100%;
  height: 17px;
  border-radius: 10px;
  background: #e6e6e6;
  overflow: hidden;
}
.progress_bar_container .bandwidth_already_used_bar {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 17px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #3C3C3C;
  left: 0;
  top: 0;
}
.progress_bar_container .bandwidth_to_be_used_bar {
  width: 33px;
  color: white;
  background: #32AB39;
  position: absolute;
  text-align: center;
  left: 100px;
  height: 17px;
  transition: width ease 1.0s;
}
.progress_bar_container .percent_to_be_used {
  display: block;
  color: white;
  opacity: 1;
  position: relative;
  top: 1px;
  font-size: 10px;
  transition: opacity ease 0.8s;
}
.progress_bar_container .animate_bar .bandwidth_to_be_used_bar {
  width: 33px;
}
.progress_bar_container .animate_bar .percent_to_be_used {
  opacity: 1;
  transition: opacity ease 2.0s;
}
.search_context_snippet {
  color: #666;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: -10px;
  padding: 5px 10px;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
}
.search_context_snippet .search_context_label {
  font-size: 11px;
  font-weight: bold;
}
.search_context_snippet.appended_search_context_snippet {
  margin-top: -21px;
}
.search_hook_container {
  font-size: 11px;
  font-weight: 400;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  line-height: 20px;
}
.search_hook_move_down {
  margin-top: 24px;
}
.event_tabs_wrapper {
  margin-bottom: -10px;
  margin-top: 5px;
}
.event_tabs_wrapper .event_tab {
  padding: 5px 15px;
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-right: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #ccc;
  border-bottom: none;
  cursor: pointer;
  transition: 0.3s;
}
.event_tabs_wrapper .event_tab:hover {
  background: #eee;
}
.event_tabs_wrapper .event_tab.active {
  background: #3b79ad;
  border-color: #3b79ad;
  color: white;
  cursor: default;
}
.event_tabs_wrapper .event_tab.active:hover {
  background: #3b79ad;
}
.add_to_folder_confirmation {
  width: 140px;
  float: left;
  margin-top: 4px;
  color: green;
  line-height: 1.1;
  font-size: 10px;
  font-weight: 500;
}
.dropdown-menu.search_auto_complete {
  width: 750px;
  display: block;
  left: 0px !important;
  border: 1px solid #3e7aab;
  top: 32px !important;
  border-radius: 3px;
  margin: 8px;
}
.dropdown-menu.search_auto_complete > li {
  border-bottom: 1px solid #eee;
}
.dropdown-menu.search_auto_complete > li.selected {
  background-color: #eee;
}
.dropdown-menu.search_auto_complete > li:last-child {
  border-bottom: none;
}
.dropdown-menu.search_auto_complete > li > a {
  padding: 5px 15px;
  font-size: 14px;
}
.dropdown-menu.search_auto_complete > li > a .small_text {
  color: #aaa;
  font-size: 10px;
}
.new_to_piazza_list h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0px;
  margin-bottom: 10px;
}
.new_to_piazza_list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.new_to_piazza_list ul li {
  margin-bottom: 20px;
  font-size: 13px;
}
.new_to_piazza_list ul li .username {
  min-width: 200px;
  margin-right: 10px;
  margin-left: 4px;
  display: inline;
  float: left;
}
.new_to_piazza_list ul li .username .no_profile_item {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}
.new_to_piazza_list ul li a {
  float: left;
}
.new_to_piazza_list ul li .request_sent {
  color: #4cae4c;
}
.new_to_piazza_list ul.dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
}
.new_to_piazza_list ul.dropdown-menu > li {
  margin-bottom: 0px;
}
.new_to_piazza_list ul.dropdown-menu > li > a {
  float: none;
}
.new_to_piazza_list .no_account_checkin_item {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.new_to_piazza_list .no_account_checkin_item .no_account_standard_info {
  padding: 10px;
}
.new_to_piazza_list .no_account_checkin_item .no_account_standard_info input {
  position: relative;
  top: -1px;
}
.student_card_checkin_answers {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.checkin_info_container {
  background: #f2f2f2;
  min-height: 43px;
  padding: 10px;
  position: relative;
}
.checkin_info_container.large_padding {
  padding: 21px 10px;
}
.checkin_info_container h5 {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkin_info_container h5.no_bottom_space {
  margin-bottom: -5px;
}
.checkin_info_container h5 a.header_link {
  font-size: 12px;
  font-weight: 400;
  float: none;
  margin-left: 5px;
}
.checkin_info_container h5 span.last_updated {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}
.checkin_info_container .popover.checkin_popover {
  font-size: 12px;
  width: 305px;
  top: 30px;
  left: 0px;
  text-align: center;
}
.checkin_info_container .popover.checkin_popover .arrow {
  right: 45%;
}
.checkin_info_container .popover.checkin_popover .popover-content {
  padding: 0px;
}
.checkin_info_container .popover.checkin_popover ul.edit_log_list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.checkin_info_container .popover.checkin_popover li.edit_log_item {
  margin-bottom: 0px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
.checkin_info_container .checkin_answer,
.checkin_info_container .checkin_note_section {
  margin-bottom: 0px;
  margin-top: 10px;
}
.checkin_info_container .checkin_answer.employer_notes,
.checkin_info_container .checkin_note_section.employer_notes {
  margin-bottom: 5px;
  margin-top: 15px;
}
.checkin_info_container .checkin_answer:last-child,
.checkin_info_container .checkin_note_section:last-child {
  margin-bottom: 0px;
}
.checkin_info_container .checkin_answer h6.checkin_answer_header,
.checkin_info_container .checkin_note_section h6.checkin_answer_header {
  color: #888;
  font-weight: 400;
  margin: 3px 0px;
  text-transform: uppercase;
}
.checkin_info_container .checkin_answer h6.checkin_answer_header span.subtext,
.checkin_info_container .checkin_note_section h6.checkin_answer_header span.subtext {
  color: #666;
  font-size: 10px;
  font-weight: 400;
}
.checkin_info_container .checkin_answer h6.checkin_answer_header .reg_case,
.checkin_info_container .checkin_note_section h6.checkin_answer_header .reg_case {
  text-transform: none;
}
.checkin_info_container .checkin_answer .followup,
.checkin_info_container .checkin_note_section .followup {
  margin-left: 20px;
}
.checkin_info_container .checkin_answer .checkin_answer_content,
.checkin_info_container .checkin_note_section .checkin_answer_content {
  font-size: 12px;
  padding-bottom: 0px;
  position: relative;
}
.checkin_info_container .checkin_answer .checkin_answer_content.restrict_size_min,
.checkin_info_container .checkin_note_section .checkin_answer_content.restrict_size_min {
  max-width: 470px;
}
.checkin_info_container .checkin_answer .checkin_answer_content.restrict_size,
.checkin_info_container .checkin_note_section .checkin_answer_content.restrict_size {
  max-width: 291px;
}
.checkin_info_container .checkin_answer .checkin_answer_content label,
.checkin_info_container .checkin_note_section .checkin_answer_content label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}
.checkin_info_container .checkin_answer .checkin_answer_content label span.label_text,
.checkin_info_container .checkin_note_section .checkin_answer_content label span.label_text {
  margin-left: -5px;
}
.checkin_info_container .checkin_answer .checkin_tag,
.checkin_info_container .checkin_note_section .checkin_tag {
  width: auto;
}
.checkin_info_container .checkin_answer .checkin_tag:last-child,
.checkin_info_container .checkin_note_section .checkin_tag:last-child {
  margin-bottom: 4px;
}
.checkin_info_container .checkin_answer .checkin_tag_name,
.checkin_info_container .checkin_note_section .checkin_tag_name {
  max-width: 117px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkin_info_container .checkin_answer .checkin_tag_name.deadline_name,
.checkin_info_container .checkin_note_section .checkin_tag_name.deadline_name {
  max-width: 210px;
}
.checkin_info_container .checkin_answer .x_icon,
.checkin_info_container .checkin_note_section .x_icon {
  padding-left: 5px;
  cursor: pointer;
}
.checkin_info_container .checkin_answer .x_icon .glyphicon-remove-circle,
.checkin_info_container .checkin_note_section .x_icon .glyphicon-remove-circle {
  top: 2px;
}
.checkin_info_container .checkin_answer .checkin_tag_input,
.checkin_info_container .checkin_note_section .checkin_tag_input {
  font-size: 12px;
  width: 150px;
  padding: 1px 5px;
  margin-bottom: 0px;
}
.checkin_info_container .checkin_answer .checkin_tag_input.date_picker_input,
.checkin_info_container .checkin_note_section .checkin_tag_input.date_picker_input {
  width: 85px;
}
.checkin_info_container .checkin_answer .checkin_tag_link,
.checkin_info_container .checkin_note_section .checkin_tag_link {
  float: none;
}
.checkin_info_container .checkin_answer .date_picker,
.checkin_info_container .checkin_note_section .date_picker {
  margin-right: 5px;
}
.checkin_info_container .checkin_answer .date_picker .glyphicon-calendar,
.checkin_info_container .checkin_note_section .date_picker .glyphicon-calendar {
  font-size: 10px;
  top: 5px;
}
.checkin_info_container .checkin_answer .note_links_container,
.checkin_info_container .checkin_note_section .note_links_container {
  position: absolute;
  right: -6px;
  bottom: -16px;
  font-size: 12px;
}
.checkin_info_container .checkin_answer .note_links_container .add_note_link,
.checkin_info_container .checkin_note_section .note_links_container .add_note_link {
  float: none;
  font-size: 10px;
  font-weight: 500;
  border-radius: 3px;
  padding: 4px 10px;
  text-decoration: none;
}
.checkin_info_container .checkin_answer .add_note_link,
.checkin_info_container .checkin_note_section .add_note_link {
  font-size: 12px;
  font-weight: 500;
  float: none;
}
.checkin_info_container .checkin_answer .checkin_note_content,
.checkin_info_container .checkin_note_section .checkin_note_content {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  margin-top: 3px;
}
.checkin_info_container .checkin_answer .checkin_note_text,
.checkin_info_container .checkin_note_section .checkin_note_text {
  margin-top: 0px;
}
.checkin_info_container .checkin_answer .checkin_note_text .note_text,
.checkin_info_container .checkin_note_section .checkin_note_text .note_text {
  font-weight: 300;
}
.checkin_info_container .checkin_answer .checkin_note_text .more_text,
.checkin_info_container .checkin_note_section .checkin_note_text .more_text {
  font-weight: 300;
}
.checkin_info_container .checkin_answer textarea.checkin_note_input,
.checkin_info_container .checkin_note_section textarea.checkin_note_input {
  width: 100%;
}
.checkin_info_container .checkin_answer select.checkin_select,
.checkin_info_container .checkin_note_section select.checkin_select {
  font-size: 12px;
  width: auto;
}
.checkin_info_container .btn-primary {
  border-radius: 2px;
  padding: 3px 8px;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.employer_notes_container {
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding: 0px 10px;
  width: 50.7%;
}
.checkin_note_list {
  margin-top: 17px;
}
.checkin_answer_container {
  width: 440px;
}
.checkin_answer_container.bottom_space {
  margin-bottom: 5px;
}
.checkin_answer_container .btn-primary {
  border-radius: 2px;
  padding: 3px 8px;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.checkin_toggle_container {
  position: relative;
}
.checkin_toggle_container .checkin_toggle_link {
  position: absolute;
  right: 0px;
  bottom: 14px;
  font-size: 12px;
}
.folder_modal .remove_email_button {
  font-size: 14px;
  cursor: pointer;
  color: #999;
  margin-left: 10px;
  transition: 0.3s;
}
.folder_modal .remove_email_button:hover {
  color: #333;
}
.folder_modal .email_section {
  margin-bottom: 5px;
}
.folder_modal .privacy_edit_container {
  margin-top: -20px;
  width: 200px;
}
.folder_modal .privacy_edit_container .privacy_radio_label {
  font-weight: 400;
  margin-left: 5px;
}
.folder_modal .privacy_edit_container .privacy_radio_label.first_label {
  margin-right: 20px;
}
.bulk_selection_results {
  background-color: #fbf7e2;
  border: 1px solid #ecd875;
  color: #333;
  padding: 5px 10px;
  margin: 10px 0px;
}
.export_folder_wrapper {
  font-size: 13px;
  color: #333;
  background: #fbf7e2;
  border: 1px solid #ecd875;
  padding: 10px;
}
.export_folder_wrapper .export_folder_header {
  font-weight: 500;
}
.export_folder_wrapper .export_folder_subheader {
  font-size: 11px;
  color: #999;
}
.export_folder_wrapper .checkbox {
  margin: 0px;
}
.bulk_actions_wrapper {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.bulk_actions_wrapper .white_pseudo_tooltip {
  display: none;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.bulk_actions_wrapper .white_pseudo_tooltip .text {
  font-size: 12px;
  margin: 0;
  padding: 3px 5px;
  font-weight: 400;
}
.bulk_actions_wrapper .white_pseudo_tooltip .arrow {
  margin-left: -6px;
  border-width: 6px;
  bottom: -12px;
}
.bulk_actions_wrapper .white_pseudo_tooltip .arrow:after {
  margin-left: -6px;
  border-width: 6px;
  bottom: -5px;
}
.bulk_actions_wrapper #upload_students {
  color: black;
  text-decoration: none;
}
.bulk_actions_wrapper .folders_button {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bulk_actions_wrapper .export_button_group {
  margin-left: 20px;
}
.bulk_actions_wrapper .last_button {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.bulk_actions_wrapper .select_all_check_box {
  height: 20px;
}
.bulk_actions_wrapper .minus_input_button {
  background: white;
  border: 1px solid #bbb;
  height: 12px;
  width: 12px;
  line-height: 8px;
  font-size: 13px;
  display: inline-block;
  padding: 1px;
  border-radius: 3px;
  box-shadow: inset 0px -1px 3px #ddd;
  text-align: center;
  color: #666;
  margin: 4px 0px;
}
.bulk_actions_wrapper button {
  height: 34px;
}
.bulk_actions_wrapper button .glyphicon {
  margin-right: 3px;
  font-size: 13px;
}
.bulk_actions_wrapper input[type="checkbox"] {
  margin-top: 0px;
}
.bulk_actions_wrapper .careers_popover.add_to_folder_popover {
  top: 31px;
  left: 13px;
  width: 200px;
}
.bulk_actions_wrapper .careers_popover.add_to_folder_popover > .arrow {
  left: 50px;
  right: auto;
}
.bulk_actions_wrapper .careers_popover.add_to_referral_packet_popover {
  top: 31px;
  left: 180px;
  width: 200px;
}
.bulk_actions_wrapper .careers_popover.add_to_referral_packet_popover > .arrow {
  left: 50px;
  right: auto;
}
.bulk_actions_wrapper .careers_popover.add_to_referral_packet_popover .disabled_text {
  opacity: 0.4;
}
.bulk_actions_wrapper .careers_popover.request_resume_popover {
  border-radius: 3px;
  top: 31px;
  left: 41px;
  padding: 10px;
}
.bulk_actions_wrapper .careers_popover.request_resume_popover > .arrow {
  left: 50px;
  right: auto;
}
.bulk_actions_wrapper .careers_popover.request_resume_popover > .popover-content {
  margin: 0;
  padding: 0;
}
.bulk_actions_wrapper .careers_popover.request_resume_popover > .request_resume_title {
  margin-bottom: 10px;
}
.bulk_actions_wrapper .careers_popover.request_resume_popover .send_resume_request_btn {
  color: white;
}
.bulk_actions_wrapper .careers_popover.request_resume_popover.search_header_popover {
  top: -112px;
  left: 311px;
}
.bulk_actions_wrapper .careers_popover.export_popover {
  border-radius: 3px;
  top: 33px;
  left: 115px;
  right: 145px;
}
.bulk_actions_wrapper .careers_popover.export_popover.message_button_not_showing {
  right: 300px;
}
.bulk_actions_wrapper .careers_popover.export_popover .popover-title {
  font-size: 15px;
}
.bulk_actions_wrapper .careers_popover.export_popover ol {
  padding-left: 20px;
}
.bulk_actions_wrapper .careers_popover.export_popover p {
  font-size: 12px;
  margin-bottom: 10px;
}
.bulk_actions_wrapper .careers_popover.export_popover .small_text {
  font-size: 10px;
  color: #666;
}
.bulk_actions_wrapper .careers_popover.export_popover .popover_actions {
  margin-top: 15px;
}
.bulk_actions_wrapper .careers_popover.export_popover > .arrow {
  left: 50px;
  right: auto;
}
.bulk_actions_wrapper .careers_popover.export_popover .input_field {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bulk_actions_wrapper .careers_popover.rsvp_campaigns_popover,
.bulk_actions_wrapper .careers_popover.export_prompter_popover {
  border-radius: 3px;
  top: 32px;
  left: 101px;
  width: 350px;
  max-width: 350px;
  min-height: 60px;
  padding: 5px;
}
.bulk_actions_wrapper .careers_popover.rsvp_campaigns_popover .arrow,
.bulk_actions_wrapper .careers_popover.export_prompter_popover .arrow {
  left: 35px;
  right: 0;
}
.bulk_actions_wrapper .careers_popover.rsvp_campaigns_popover .continue,
.bulk_actions_wrapper .careers_popover.export_prompter_popover .continue {
  font-size: 13px;
  font-weight: bold;
}
.bulk_actions_wrapper .careers_popover.rsvp_campaigns_popover .folder_popover,
.bulk_actions_wrapper .careers_popover.export_prompter_popover .folder_popover {
  margin: 0;
}
.bulk_actions_wrapper .careers_popover.export_prompter_popover {
  left: 130px;
  transition: all 3s ease;
}
.bulk_actions_wrapper .careers_popover.send_message_popover {
  border-radius: 3px;
  top: 39px;
  left: 320px;
  width: 260px;
}
.bulk_actions_wrapper .careers_popover.send_message_popover > .arrow {
  left: 50px;
  right: auto;
}
.bulk_actions_wrapper .bulk_actions_popover {
  border-radius: 3px;
  position: relative;
  top: 5px;
  font-size: 13px;
  box-shadow: none;
  z-index: 900;
}
.bulk_actions_wrapper .bulk_actions_popover .popover-content {
  padding: 4px;
  font-size: 13px;
  font-weight: 400;
}
.bulk_actions_wrapper .bulk_actions_popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
}
.bulk_actions_wrapper .request_all_resumes_popover {
  position: relative;
  top: 4px;
  font-weight: 400;
  padding: 4px;
}
.bulk_actions_wrapper.referral_packet_showing .careers_popover.request_resume_popover {
  left: 71px;
}
.bulk_actions_wrapper.referral_packet_showing .careers_popover.add_to_folder_popover {
  left: 43px;
}
.bulk_actions_wrapper.referral_packet_showing .careers_popover.request_resume_popover {
  left: 101px;
}
.bulk_actions_wrapper.referral_packet_showing .careers_popover.request_resume_popover.search_header_popover {
  left: 341px;
}
.bulk_actions_wrapper.referral_packet_showing .careers_popover.export_popover {
  left: 145px;
  right: 115px;
}
.bulk_actions_wrapper.referral_packet_showing .careers_popover.export_popover.message_button_not_showing {
  right: 270px;
}
.bulk_actions_wrapper.referral_packet_showing .careers_popover.rsvp_campaigns_popover,
.bulk_actions_wrapper.referral_packet_showing .careers_popover.export_prompter_popover {
  left: 131px;
}
.bulk_actions_wrapper.referral_packet_showing .careers_popover.export_prompter_popover {
  left: 160px;
}
.bulk_actions_wrapper .careers_bulk_action_popover {
  padding: 0 8px 5px 8px !important;
}
.bulk_actions_wrapper .careers_bulk_action_popover .content {
  padding: 8px 0;
  font-size: 12px;
}
.bulk_actions_wrapper .careers_bulk_action_popover .footer {
  font-size: 12px;
}
.bulk_actions_wrapper .careers_bulk_action_popover .footer label {
  font-weight: 400;
  font-size: 12px;
}
.bulk_actions_wrapper .careers_bulk_action_popover .footer .continue {
  background: #3e7aab;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 10px 3px 10px;
}
.bulk_actions_wrapper .careers_bulk_action_popover .footer .learn_about_system_limits {
  margin-top: 7px;
}
.bulk_actions_wrapper .careers_bulk_action_popover .title {
  font-weight: 500;
  font-size: 12px;
  padding-top: 5px;
}
.bulk_actions_wrapper .careers_bulk_action_popover .bandwidth_tooltip .bandwidth_alert_descrip {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.bulk_actions_wrapper .careers_bulk_action_popover .bandwidth_tooltip .alert_text {
  color: #bf2932;
  font-size: 18px;
  margin: 0 0 8px 0;
}
.bulk_actions_wrapper .careers_bulk_action_popover .bandwidth_tooltip .bandwidth_title {
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0 0 0;
}
.bulk_actions_wrapper .careers_bulk_action_popover .bandwidth_tooltip .bandwidth_details {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.bulk_actions_wrapper .careers_bulk_action_popover .bandwidth_tooltip .bandwidth_details_first_students {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 3px 3px;
}
.bulk_actions_wrapper .careers_bulk_action_popover .bandwidth_tooltip .popover_title_bandwidth_hidden {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}
.bulk_actions_wrapper .careers_bulk_action_popover .move_bandwidth_up {
  margin-top: -15px;
}
.bulk_actions_wrapper .disabled_bulk_action_popover {
  min-height: 0 !important;
  min-width: 0;
  padding: 0 8px 0 8px !important;
  font-size: 12px;
  width: auto !important;
}
.bulk_actions_wrapper .archive_disabled_popover {
  left: 71px !important;
}
.bulk_actions_wrapper .archive_disabled_popover.move_for_request_resume {
  left: 42px !important;
}
.bulk_actions_wrapper .share_search_disabled_popover {
  left: 158px !important;
}
.bulk_actions_wrapper .bulk_action_bar {
  display: inline-block;
  margin-bottom: 8px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  font-size: 0;
  margin-right: 5px;
  float: left;
  position: relative;
}
.bulk_actions_wrapper .bulk_action_bar .glyphicon {
  color: #999;
}
.bulk_actions_wrapper .bulk_action_bar .pagination_wrapper {
  display: inline-block;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action {
  font-size: 12px;
  border-left: 1px solid #DDDDDD;
  display: inline-block;
  padding: 6px 8px 10px 8px;
  position: relative;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action:first-child {
  border-left: none;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.add_to_folder:hover,
.bulk_actions_wrapper .bulk_action_bar .bulk_action.send_a_message:hover,
.bulk_actions_wrapper .bulk_action_bar .bulk_action.archive:hover,
.bulk_actions_wrapper .bulk_action_bar .bulk_action.launch_campaign:hover,
.bulk_actions_wrapper .bulk_action_bar .bulk_action.share:hover,
.bulk_actions_wrapper .bulk_action_bar .bulk_action.export:hover,
.bulk_actions_wrapper .bulk_action_bar .bulk_action.add_to_referral_packet:hover {
  background-color: #E0E0E0;
  cursor: pointer;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.add_to_referral_packet {
  height: 28px;
  position: relative;
  width: 28px;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.add_to_referral_packet svg.pz_referral_packet_icon {
  position: absolute;
  top: 7px;
  left: 7px;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.kill_icon {
  display: none !important;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.kill_border_left {
  border-left: none !important;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.disable_icon {
  pointer-events: none;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.add_to_folder + .popover {
  width: 229px;
  left: 0px !important;
  top: -63px !important;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.add_to_folder + .popover .popover-content {
  padding: 0 8px !important;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.add_to_folder + .popover .arrow {
  left: 19% !important;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.export + .share_search_popover_container .subscribe_popover_careers {
  left: 20px;
  width: 320px;
  max-width: 320px;
  top: 5px;
  right: 0;
  z-index: 3000;
}
.bulk_actions_wrapper .bulk_action_bar .bulk_action.export + .share_search_popover_container .subscribe_popover_careers .arrow {
  left: 50px !important;
}
.bulk_actions_wrapper .bulk_action_bar .disabled {
  background: #eee;
  cursor: default !important;
}
.bulk_actions_wrapper .bulk_action_bar .disabled:hover {
  background: #eee !important;
}
.bulk_actions_wrapper .bulk_action_bar .disabled .glyphicon {
  color: #d4d4d4;
}
.bulk_actions_wrapper .bulk_action_bar .disabled .glyphicon:hover {
  color: #d4d4d4 !important;
}
.bulk_actions_wrapper .bulk_action_bar .select_all {
  padding: 6px 8px;
  height: 25px;
}
.bulk_actions_wrapper .bulk_action_bar .select_all input[type=checkbox] {
  margin: 0;
}
.bulk_actions_wrapper .bulk_action_folder_view.move_folder_view_right {
  margin-left: 60px;
}
.bulk_actions_wrapper .bulk_action_message {
  display: inline-block;
}
.bulk_actions_wrapper .bulk_action_message .add_folder_success_message {
  color: #6ba527;
  display: block;
  line-height: 1.0;
  padding: 4px 0 0 3px;
  font-weight: 500;
}
.demo_account_message {
  width: 550px;
  margin: 200px auto;
  font-size: 34px !important;
  font-weight: 300;
  padding: 15px;
  text-align: center;
  color: #666;
}
.filters_alert {
  margin-top: 10px;
  margin-bottom: 0px !important;
}
.additional_filters {
  margin-top: 5px;
}
.additional_filters .additional_filters_label {
  color: #333;
  margin-right: 10px;
  font-size: 14px;
  line-height: 30px;
  float: left;
}
.additional_filters .additional_filters_display {
  width: 100%;
  display: inline-block;
  padding: 0px 30px 0 10px;
  font-size: 15px;
  height: 30px;
  color: #333;
  border-radius: 3px;
  background: #e6e6e6;
  line-height: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.additional_filters .careers_search_box {
  width: 632px;
}
.additional_filters .pivot_arrow {
  height: 15px;
  width: 14px;
  opacity: .25;
  transition: opacity .2s;
  right: 190px;
  position: absolute;
  top: 50px;
  cursor: pointer;
  background: url('/images/careers_dashboard/pivot_arrow.png') left top no-repeat;
}
.additional_filters .pivot_arrow:hover {
  opacity: .8;
}
.additional_filters .pivot_arrow:active {
  opacity: 1;
}
.additional_filters .glyphicon-remove {
  margin-top: 5px;
  margin-left: 5px;
  opacity: .75;
  transition: opacity .2s;
  cursor: pointer;
}
.additional_filters .glyphicon-remove:hover {
  opacity: 1;
}
.advance_filters_button {
  display: inline-block;
  padding: 2px 10px;
  width: 134px;
  height: 30px;
  border-radius: 3px;
  font-size: 11px;
  background: #fff;
  float: left;
  cursor: pointer;
  margin-left: 5px;
  line-height: 1.2;
  transition: 0.3s;
}
.advance_filters_button .filters_selected {
  color: #d43f3a;
}
.advance_filters_button span {
  float: left;
  margin-right: 10px;
}
.advance_filters_button span.filter_number {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  width: 30px;
  text-align: right;
}
.advance_filters_button span.glyphicon {
  float: right;
  line-height: 26px;
  margin-right: 0px;
}
.advance_filters_button:hover {
  background: #eee;
}
.careers_search_box {
  width: 750px;
  float: left;
}
.careers_search_box .glyphicon-search {
  color: #999;
  margin-right: 5px;
}
.careers_search_box .input-group-addon {
  cursor: pointer;
  transition: 0.3s;
}
.careers_search_box .input-group-addon:hover {
  background: #e9e9e9;
}
.careers_search_box .input-group-addon:active {
  background: #e2e2e2;
}
.careers_search_box input[type=text] {
  border: 1px solid #ddd;
  width: 100%;
  display: inline-block;
  padding: 0px 30px 0 10px;
  font-size: 15px;
  height: 31px;
  color: #333;
  border-radius: 3px;
}
.careers_search_box input[type=text]:focus,
.careers_search_box input[type=text]:active {
  outline: 0;
  box-shadow: none;
  border: 1px solid #3e7aab;
}
.careers_search_box input[type=text]:focus + .glyphicon,
.careers_search_box input[type=text]:active + .glyphicon {
  opacity: .75;
}
.cobranding_search_disclaimer {
  background: #DDE4FA;
  padding: 5px 10px;
  border-color: #0B65B2;
  border-width: 1px;
  border-style: solid;
  margin-top: 8px;
  margin-bottom: 0;
}
.show_search_tips {
  font-size: 15px;
  font-weight: 500;
}
.search_history .dropdown .dropdown-menu {
  left: 0px;
}
.search_history .tab-content {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
.search_history .tab-content .table > tbody > tr > td {
  border: none;
  font-size: 13px;
}
.search_history .tab-content .table > tbody > tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
.search_history .tab-content .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: 400;
  color: #999;
}
.search_history .tab-content .table > thead > tr > th:first-of-type {
  text-align: left;
}
.search_history .tab-content .table h5 {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.search_history .tab-content .table .glyphicon {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #999;
  transition: 0.3s;
  display: block;
}
.search_history .tab-content .table .glyphicon:hover {
  color: #666;
}
.search_history .tab-content .table .glyphicon.glyphicon-ok-sign {
  color: #5cb85c;
}
.search_history .tab-content .table .glyphicon.glyphicon-ok-sign:hover {
  color: #5cb85c;
}
.search_history .search_history_nav {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
.search_history .search_history_nav > li {
  float: left;
  padding: 3px 10px;
  border-right: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s;
  color: #bbb;
}
.search_history .search_history_nav > li.active_tab {
  color: #333;
}
.search_history .search_history_nav > li.active_tab a {
  opacity: 0.8;
}
.search_history .search_history_nav > li.active_tab a:hover {
  opacity: 1;
}
.search_history .search_history_nav > li:last-of-type {
  border: none;
}
.search_history .search_history_nav > li:hover {
  background: #f6f6f6;
}
.search_history .search_history_nav > li a {
  opacity: 0.5;
}
.search_history .search_history_nav > li a:hover {
  text-decoration: none;
}
.search_history .search_history_nav > li.arrow {
  padding: 7px 5px;
  border: none;
}
.search_history .search_history_nav > li.arrow:hover {
  background-color: white;
}
.search_history .search_history_nav > li.arrow:hover .arrow_left {
  border-right-color: #333;
}
.search_history .search_history_nav > li.arrow:hover .arrow_down {
  border-top-color: #333;
}
.search_history .arrow_right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #999;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
.search_history .arrow_down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin-top: 3px;
}
.search_history.search_history_hidden .arrow_right {
  display: block;
}
.search_history.search_history_hidden .arrow_down {
  display: none;
}
.search_history.search_history_hidden .tab-content {
  display: none;
}
.careers_search_tips {
  padding: 10px;
  background: #eee;
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.careers_search_tips .advanced_search_tips {
  display: inline-block;
}
.careers_search_tips h2 {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.careers_search_tips h2 span {
  font-size: 14px;
  font-weight: 300px;
}
.careers_search_tips .search_suggestion {
  padding: 8px 12px;
  background: #f9f9f9;
  color: #666;
  font-size: 14px;
  border-radius: 3px;
  width: 750px;
  float: left;
}
.careers_search_tips .run_search_button {
  float: left;
  margin-left: 10px;
  line-height: 36px;
}
.careers_search_tips .run_search_button .glyphicon-search {
  margin-right: 5px;
}
.careers_search_tips h3 {
  margin-bottom: 10px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #333;
}
.careers_search_tips h3.italic {
  font-style: italic;
}
.careers_search_tips .glyphicon-remove {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ccc;
  cursor: pointer;
  transition: 0.3s;
}
.careers_search_tips .glyphicon-remove:hover {
  color: #999;
}
.careers_search_tips a {
  opacity: 0.8;
  transition: 0.3s;
}
.careers_search_tips a:hover {
  opacity: 1;
  text-decoration: none;
}
.careers_search_tips a.muted {
  color: #999;
}
.careers_search_tips .careers_search_tips_actions {
  padding: 10px 0px 0px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
  font-size: 12px;
}
.careers_search_tips .careers_search_tips_actions a,
.careers_search_tips .careers_search_tips_actions span {
  color: #666;
  margin-right: 15px;
}
.careers_search_tips .careers_search_tips_actions a.last,
.careers_search_tips .careers_search_tips_actions span.last {
  margin-right: 0px;
}
.careers_search_tips .careers_search_tips_actions span {
  opacity: 0.8;
}
.careers_search_tips h4 {
  margin: 0px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
}
.careers_search_tips .formatting_help h3,
.careers_search_tips .descriptor_details h3 {
  margin-bottom: 7px;
  font-weight: 500;
}
.careers_search_tips .formatting_help ul,
.careers_search_tips .descriptor_details ul {
  margin-bottom: 10px;
  font-size: 13px;
}
.careers_search_tips .formatting_help p,
.careers_search_tips .descriptor_details p {
  margin-bottom: 10px;
  font-size: 13px;
}
.careers_search_tips .heading h3 {
  font-weight: 300;
}
.careers_search_tips ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.careers_search_tips .careers_search_tips_left {
  float: left;
  width: 65%;
  border-right: 1px solid #eee;
  margin-top: 10px;
}
.careers_search_tips .careers_search_tips_right {
  float: left;
  width: 33%;
  padding-left: 2%;
  margin-top: 10px;
}
.careers_search_tips .small_tip {
  padding-left: 25px;
}
.careers_search_tips .search_tips_list {
  padding-right: 20px;
  font-size: 14px;
}
.careers_search_tips .search_tips_list li {
  padding: 12px 0px;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.3s;
}
.careers_search_tips .search_tips_list li .small_tip {
  font-size: 12px;
}
.careers_search_tips .search_tips_list li:last-child {
  border-bottom: none;
}
.careers_search_tips .search_tips_nav li {
  cursor: pointer;
}
.careers_search_tips .search_tips_nav li a {
  padding: 5px 10px;
  border-radius: 3px;
  color: #484a4c;
  display: inline-block;
  font-size: 15px;
  width: 210px;
  transition: 0.3s;
}
.careers_search_tips .search_tips_nav li.divider {
  border-top: 1px solid #eee;
  width: 210px;
  margin: 5px 0px;
}
.careers_search_tips .search_tips_nav li:hover a {
  text-decoration: none;
  background-color: #f2f2f2;
}
.careers_search_tips .search_tips_nav li.active a {
  color: white;
  background-color: #3e7aab;
}
.clear_search {
  margin-top: 10px;
  min-height: 20px;
}
.careers_search_section {
  padding: 8px;
  position: relative;
  border-radius: 3px;
  margin: 10px 0px;
  background: #ccc;
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.careers_search_section .arrow_up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  position: absolute;
  top: -9px;
  right: 70px;
}
.careers_search_section .search_filters {
  background: #ccc;
  color: #333;
  width: 100%;
  padding: 0px;
  position: relative;
}
.careers_search_section .search_filters .glyphicon-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #ccc;
  transition: 0.3s;
}
.careers_search_section .search_filters .glyphicon-remove:hover {
  color: #999;
}
.careers_search_section .search_filters .filter_facets {
  padding: 15px;
  border-radius: 3px;
  background: white;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list_wrapper {
  width: 220px;
  float: left;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  margin-bottom: 20px;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list li {
  padding: 3px 6px;
  cursor: pointer;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list li .filter_facets_name {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list li .filter_facets_number {
  float: left;
  padding: 1px 3px;
  max-width: 30px;
  border-radius: 3px;
  background: #f9f9f9;
  color: #666;
  font-size: 9px;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list li .filter_facets_progress_bar {
  float: left;
  width: 75px;
  margin: 0px 5px;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list li .filter_facets_progress_bar .progress {
  margin-bottom: 0px;
  height: 12px;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list li:hover {
  background: #f9f9f9;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list .filter_facets_header {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 5px;
  cursor: default;
  padding: 0px;
}
.careers_search_section .search_filters .filter_facets .filter_facets_list .filter_facets_header:hover {
  background: none;
}
.careers_search_section .search_filters .filter_options {
  padding: 15px;
  border-radius: 3px;
  background: white;
}
.careers_search_section .search_filters .save_filters_button_wrapper {
  margin-top: 20px;
}
.careers_search_section .search_filters .save_filters_button_wrapper .disabled_button {
  background: #ccc;
  border: #ccc;
  cursor: default;
}
.careers_search_section .search_filters .save_filters_button_wrapper button {
  margin: 0px;
}
.careers_search_section .search_filters .save_filters_button_wrapper .checkbox {
  margin: 0px;
  margin-top: 7px;
  margin-right: 20px;
}
.careers_search_section .search_filters .save_filters_button_wrapper .checkbox label {
  font-size: 12px;
  line-height: 1.6;
}
.careers_search_section .search_filters .filter_section_wrapper .filter_section {
  margin-right: 10px;
  margin-bottom: 10px;
}
.careers_search_section .search_filters .filter_section_wrapper .filter_section:last-child {
  margin-right: 0px;
}
.careers_search_section .search_filters .piazza_data_icon_container {
  display: inline-block;
}
.careers_search_section .search_filters .piazza_data_icon {
  border: 1px solid #3E7AAA;
  border-radius: 100%;
  margin-top: -2px;
  padding: 2px;
  width: 14px;
}
.careers_search_section .search_filters .piazza_data_icon.red_data_icon {
  border: 1px solid #c1272d;
}
html[data-useragent*='MSIE 10.0'] body .advance_filters_button,
html[data-useragent*='MSIE 9.0'] body .advance_filters_button {
  width: 125px !important;
}
html[data-useragent*='MSIE 10.0'] body .advance_filters_button span,
html[data-useragent*='MSIE 9.0'] body .advance_filters_button span {
  margin-right: 5px !important;
}
.search_onboarding_wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3000;
}
.search_onboarding_wrapper .search_onboarding_bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: black;
  opacity: 0.8;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .glyphicon-remove {
  color: white;
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.8;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .glyphicon-remove:hover {
  opacity: 1;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_box {
  background: white;
  margin: 20px auto;
  width: 1030px;
  border-radius: 3px;
  padding: 15px;
  font-weight: 300;
  color: #333;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .onboarding_image {
  width: 1000px;
  height: 430px;
  margin: 0px auto;
  border-radius: 3px;
  overflow: hidden;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .onboarding_image img {
  width: 100%;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content {
  margin: 0px auto;
  position: relative;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content .glyphicon-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #ddd;
  transition: 0.3s;
  cursor: pointer;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content .glyphicon-remove:hover {
  color: #999;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content h1 {
  font-size: 30px;
  font-weight: 300;
  color: #bbb;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
  float: left;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content .search_onboarding_content_actions {
  padding: 10px 0px;
  float: left;
  margin-left: 20px;
  width: 200px;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content .search_onboarding_content_actions span {
  line-height: 22px;
  font-size: 12px;
  margin: 0px 10px;
  float: left;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content .search_onboarding_text {
  height: 140px;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content .carousel-indicators {
  position: static;
  width: auto;
  text-align: left;
  line-height: 22px;
  margin: 5px 10px 0px 0px;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content .carousel-indicators li {
  border: none;
  background: #d3d2d1;
  margin-right: 3px;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content .carousel-indicators .active {
  background: #3775a5;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content h2 {
  font-weight: 500;
  font-size: 24px;
  margin: 0px;
  margin-bottom: 7px;
  line-height: 1.3;
}
.search_onboarding_wrapper .search_onboarding_content_wrapper .search_onboarding_content p {
  line-height: 1.25;
  font-size: 19px;
}
/*# sourceMappingURL=search_box.css.map */