.search_query_container ul.search_criteria_list {
  list-style: none;
  padding: 10px 0px;
  margin: 0px;
}
.search_query_container ul.search_criteria_list li {
  display: inline-block;
}
.search_query_container ul.search_criteria_list li.search_criteria {
  margin: 0px 0px 5px 0px;
}
.search_query_container ul.search_criteria_list li.search_criteria .search_modifier {
  margin-right: 1px;
}
.search_query_container ul.search_criteria_list li div {
  display: inline-block;
}
.search_query_container ul.search_criteria_list .search_criteria_item {
  font-size: 0;
  font-weight: 300;
  color: #FFFFFF;
}
.search_query_container ul.search_criteria_list .search_criteria_item .criteria_name {
  font-size: 12px;
  display: inline-block;
  border-right: 1px solid #FFFFFF;
  padding: 3px 12px;
  cursor: pointer;
  background-color: #919191;
  border-radius: 3px 0 0 3px;
}
.search_query_container ul.search_criteria_list .search_criteria_item .remove_container {
  font-size: 12px;
  display: inline-block;
  padding: 3px 6px;
  cursor: pointer;
  background-color: #919191;
  border-radius: 0 3px 3px 0;
}
.search_query_container ul.search_criteria_list .search_criteria_item .remove_character {
  position: relative;
  top: -1px;
}
.search_query_container ul.search_criteria_list .search_modifier {
  margin: 0px 5px;
}
.search_query_container ul.search_criteria_list .search_modifier select {
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #666;
  padding: 0px 0px 0px 1px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  text-align-last: center;
}
.search_query_container ul.search_criteria_list .search_modifier select.or_highlight {
  color: #febc2e;
}
.search_query_container ul.search_criteria_list .search_modifier select.and_highlight {
  color: #4bb749;
}
.search_query_container ul.search_criteria_list .search_modifier select.off_highlight {
  color: #666;
}
.search_query_container ul.search_criteria_list .search_modifier select.not_highlight {
  color: #f15f59;
}
.main_referral_content {
  margin-left: -50px;
  margin-top: -20px;
}
.main_referral_content.showing_all .search_container {
  left: 0 !important;
}
.main_referral_content.showing_all .referrals_wrapper {
  left: 20% !important;
  width: calc(61.4% + 225px) !important;
}
.main_referral_content .search_container {
  border-right: 1px solid #ddd;
  padding: 15px 10px;
  width: 20%;
  position: absolute;
  left: 210px;
  overflow: auto;
  top: 100px;
  bottom: 0;
}
.main_referral_content .search_container .search_header {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-left: 2.5%;
}
.main_referral_content .search_container .filter_container {
  width: 95%;
  margin: auto;
  padding-bottom: 200px;
}
.main_referral_content .search_container .filter {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}
.main_referral_content .search_container .filter .filter_tag_list {
  list-style: none;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}
.main_referral_content .search_container .filter li.filter_tag {
  margin-left: 30px;
  padding: 4px 4px 4px 4px;
  margin-bottom: 4px;
  width: 70%;
  overflow: visible;
  border-radius: 2px;
  position: relative;
  border: 1px solid #ddd;
  margin-right: 1%;
  background: #eee;
}
.main_referral_content .search_container .filter li.filter_tag.has_options .remove_character {
  right: 65px;
}
.main_referral_content .search_container .filter li.filter_tag.has_options .filter_tag_text {
  max-width: 65%;
}
.main_referral_content .search_container .filter li.filter_tag:last-child {
  margin-bottom: 0px;
}
.main_referral_content .search_container .filter .filter_options_container {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  width: 59px;
  background: linear-gradient(#eee, #d2d2d2);
}
.main_referral_content .search_container .filter .filter_options_container:before {
  content: '\25be';
  right: 2px;
  position: absolute;
  pointer-events: none;
  color: #888;
  font-size: 14px;
  line-height: 1.5;
}
.main_referral_content .search_container .filter .filter_options_container .filter_options {
  width: 55px;
  background-color: rgba(255, 255, 255, 0);
  padding: 3px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 300;
}
.main_referral_content .search_container .filter .filter_tag_text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  max-width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_referral_content .search_container .filter .remove_character {
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 7px;
  top: 0px;
}
.main_referral_content .search_container .filter .filter_toggle {
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #666;
  padding: 0px;
  font-weight: 600;
  cursor: pointer;
  width: 30px;
  position: absolute;
  left: -30px;
  outline: none;
}
.main_referral_content .search_container .filter .filter_toggle.or_highlight {
  color: #febc2e;
}
.main_referral_content .search_container .filter .filter_toggle.and_highlight {
  color: #4bb749;
}
.main_referral_content .search_container .filter .filter_toggle.off_highlight {
  color: #666;
}
.main_referral_content .search_container .filter .filter_toggle.not_highlight {
  color: #f15f59;
}
.main_referral_content .search_container .last_filter .filter {
  border-bottom: none;
  padding-bottom: 0px;
}
.main_referral_content .search_container .filter_label {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}
.main_referral_content .search_container .input_container {
  position: relative;
}
.main_referral_content .search_container .input_container input {
  font-size: 12px;
  padding: 5px 5px;
  font-weight: 300;
  width: 95%;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border-color 0.2s;
  outline: none;
}
.main_referral_content .search_container .input_container .dropdown-menu {
  font-size: 12px;
  line-height: 1.3;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  width: 85%;
}
.main_referral_content .search_container .input_container .dropdown-menu li > a {
  background: none;
  color: #333;
  padding: 3px 5px;
  line-height: 1.3;
  white-space: normal;
  cursor: pointer;
}
.main_referral_content .search_container .input_container .dropdown-menu li.active > a {
  background: #eee;
}
.main_referral_content .referral_search_banner {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-left: 1.35%;
  position: relative;
  min-height: 57px;
}
.main_referral_content .referral_search_banner .search_run {
  font-size: 20px;
}
.main_referral_content .referral_search_banner .search_results_header {
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
.main_referral_content .referral_search_banner .search_results_subheader {
  font-size: 12px;
  color: #999;
}
.main_referral_content .referral_search_banner ul.search_criteria_list {
  width: 77%;
}
.main_referral_content .referral_search_banner .run_search_button {
  margin: 5px 0px 0px 0px;
  padding: 8px 19px;
  position: absolute;
  bottom: 10px;
  right: 7%;
  text-transform: uppercase;
}
.main_referral_content .referral_search_banner .clear_search_link {
  position: absolute;
  right: 7%;
  top: 5px;
}
.referral_main_section_header {
  margin-left: -50px;
  padding: 10px 0px 10px 20px;
  font-size: 21px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.referral_main_section_header .search_toggle_link {
  position: absolute;
  font-size: 18px;
  right: 2%;
  top: 13px;
}
.referral_main_section_header .search_toggle_link.expand {
  right: 10%;
}
.referrals_topbar {
  height: 100px;
  border-bottom: 2px solid #ddd;
  margin-left: -260px;
}
.referrals_topbar .requester_header {
  width: 100%;
}
.referrals_topbar .requester_header span {
  color: #888;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-right: 20px;
  margin-top: 7px;
}
.referrals_topbar .topbar_text {
  font-size: 21px;
  font-weight: 300;
  line-height: 47px;
  margin-left: 3px;
  position: relative;
  margin-top: 10px;
}
.referrals_topbar .topbar_text .filter_by_header {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-left: 10px;
}
.referrals_topbar .topbar_text .filter_by_options_list {
  list-style: none;
  font-size: 17px;
  padding-left: 0;
  font-weight: 300;
}
.referrals_topbar .topbar_text .filter_by_options_list li {
  padding: 0 15px;
  margin-top: 12px;
  line-height: 26px;
  border-right: 1px solid #aaa;
}
.referrals_topbar .topbar_text .filter_by_options_list li span {
  cursor: pointer;
  padding: 2px;
}
.referrals_topbar .topbar_text .filter_by_options_list li span.is_selected {
  border-bottom: 3px solid #3e7aab;
}
.referrals_topbar .topbar_text .filter_by_options_list li span span {
  color: #999;
}
.referrals_topbar .topbar_text .filter_by_options_list li:last-of-type {
  border-right: none;
}
.referrals_topbar .topbar_subtext {
  font-size: 14px;
  position: absolute;
  bottom: -27px;
  left: 0px;
  width: 500px;
}
.referrals_topbar .topbar_info {
  margin-right: 0px;
}
.referrals_topbar .topbar_info .referral_disclaimer {
  font-size: 12px;
  color: #999;
  width: 220px;
  text-align: center;
  position: relative;
  top: 20px;
}
.referrals_topbar .num_referred {
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  top: 6px;
  padding: 5px 10px;
  margin-right: 20px;
}
.referrals_topbar .num_referred .number {
  line-height: 1.2;
  font-weight: 500;
  font-size: 24px;
  color: #d43f3a;
  margin-left: 0;
  margin-top: 2px;
}
.referrals_topbar .num_referred .number.has_referrals {
  color: #4cae4c;
}
.referrals_topbar .num_referred .text {
  width: 56px;
  line-height: 1.3;
  color: #777;
  font-size: 12px;
  margin-top: 0;
  font-weight: 500;
  margin-right: 0;
  margin-left: 20px;
}
.referrals_topbar .progress_bar_container {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0px;
  padding: 7px 10px;
  position: relative;
  width: 280px;
  top: 6px;
}
.referrals_topbar .progress_bar_container .outer_bar {
  position: relative;
  width: 140px;
  height: 12px;
  border-radius: 2px;
  background: #ddd;
  overflow: hidden;
  margin-left: 10px;
  top: 5px;
}
.referrals_topbar .progress_bar_container .referral_viewed_bar {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 12px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #666;
  left: 0;
  top: 0;
}
.referrals_topbar .progress_bar_container .referral_viewed_bar.full_bar {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.referrals_topbar .progress_bar_container .animate_bar .bandwidth_to_be_used_bar {
  width: 33px;
}
.referrals_topbar .progress_bar_container .animate_bar .percent_to_be_used {
  opacity: 1;
  transition: opacity ease 2.0s;
}
.referrals_topbar .progress_bar_container .progress_subheader {
  color: #808080;
  font-size: 12px;
  margin-top: 1px;
  text-align: center;
  width: 100%;
}
.alumni_email_merge_wrapper {
  padding: 10px;
  background: #eee;
}
.alumni_email_merge_wrapper .email_input_wrapper .email_input_label {
  margin-right: 10px;
  line-height: 34px;
}
.alumni_email_merge_wrapper .email_input_wrapper .form-control {
  width: 250px;
  margin-right: 10px;
}
.alumni_email_merge_wrapper .email_input_wrapper .btn-primary {
  margin-top: 5px;
}
.search_dropdown_wrapper {
  display: block;
  background: white;
  border: 1px solid #ddd;
  z-index: 700;
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.search_dropdown_wrapper .search_dropdown {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.search_dropdown_wrapper .search_dropdown li {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.search_dropdown_wrapper .search_dropdown li:hover {
  background-color: #eee;
}
.search_dropdown_wrapper .search_dropdown li:last-of-type {
  border-bottom: none;
}
.search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_image {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 3px;
  float: left;
  background: url('../../images/careers_dashboard/default_profile.gif') left top;
  background-size: 24px 24px;
}
.search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_image img {
  width: 100%;
}
.search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_content {
  padding-left: 28px;
  white-space: normal;
}
.search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_content .media_title {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_content .media_sub_title {
  color: #80858A;
  font-size: 10px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 10px;
}
.referral_sub_banner {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.referral_sub_banner .referral_sub_banner_header {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.referral_sub_banner .referral_sub_banner_subheader {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.referrals_wrapper .token_validation h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: center;
}
.referrals_wrapper .token_validation h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 40px;
  text-align: center;
}
.referrals_wrapper .token_validation .token_confirmation {
  text-align: center;
  font-size: 16px;
  color: #4cae4c;
}
.referrals_wrapper.no_classes_container {
  margin: auto auto auto -40px;
  text-align: center;
}
.referrals_wrapper.no_classes_container h2.no_classes_warning {
  font-size: 28px;
  text-align: center;
}
.referrals_wrapper.no_classes_container p.no_classes_description {
  font-size: 18px;
  display: block;
  margin: 20px 0 0 0;
}
.referrals_wrapper.no_classes_container a.no_classes_home_link {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
.request_confirmation {
  padding: 10px;
  color: #333;
  background: #eee;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.request_confirmation .request_confirmation_title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d6d6d6;
}
.request_confirmation p {
  margin-bottom: 5px;
  line-height: 1.2;
}
.request_confirmation p:last-of-type {
  margin-bottom: 0px;
}
.alumni_email_merge_wrapper {
  padding: 10px;
  background: #eee;
}
.alumni_email_merge_wrapper .email_input_wrapper .email_input_label {
  margin-right: 10px;
  line-height: 34px;
}
.alumni_email_merge_wrapper .email_input_wrapper .form-control {
  width: 250px;
  margin-right: 10px;
}
.alumni_email_merge_wrapper .email_input_wrapper .btn-primary {
  margin-top: 5px;
}
.referral_error_message {
  color: #d43f3a;
  margin-bottom: 10px;
}
.cannot_find_classmate {
  font-size: 18px;
  margin-left: 1.35%;
  margin-top: 100px;
}
.referrals_wrapper {
  padding-top: 15px !important;
  position: absolute;
  left: calc(20% + 210px);
  width: 61.4% !important;
  min-width: 868px !important;
  overflow: auto;
  top: 100px;
  bottom: 0;
}
.referrals_wrapper.full_width {
  left: inherit;
  width: 83% !important;
}
.referrals_wrapper h1 {
  font-size: 26px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
}
.referrals_wrapper h2 {
  font-size: 18px;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
.referrals_wrapper h3 {
  font-size: 14px;
  margin: 0px;
  font-weight: 300;
}
.referrals_wrapper h3 span {
  color: #ccc;
}
.referrals_wrapper .form-group.has_dropdown {
  position: relative;
}
.referrals_wrapper .form-group.has_dropdown .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.referrals_wrapper .form-group textarea {
  margin-bottom: 10px;
}
.referrals_wrapper .form-group label {
  font-size: 14px;
  display: block;
}
.referrals_wrapper .form-group label.no_bottom_margin {
  margin-bottom: 0px;
}
.referrals_wrapper .form-group label span {
  font-size: 90%;
  font-weight: 300;
}
.referrals_wrapper .form-group .sub_label {
  margin-bottom: 10px;
}
.referrals_wrapper .reassurance_note {
  background: #fcf6ad;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: 1.35%;
  padding: 4px 8px;
  width: fit-content;
  width: -moz-fit-content;
  color: #666;
}
.referrals_wrapper .reassurance_note b {
  font-weight: 400;
}
.referrals_wrapper .reassurance_note .hide_note {
  color: #666;
  margin-left: 20px;
  text-decoration: none;
}
.referrals_wrapper .results_container {
  margin-left: 1.35%;
}
.referrals_wrapper .refer_classmate_button {
  border-radius: 2px;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 3px;
  padding: 4px 20px;
}
.referrals_wrapper .refer_classmate_button_helper {
  white-space: normal;
  font-size: 10px;
  color: #999;
  margin: 0px auto;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
}
.referrals_wrapper .refer_classmate_button_wrapper {
  position: relative;
  overflow: visible !important;
}
.referrals_wrapper .refer_classmate_button_wrapper .refer_classmate_popover {
  top: 35px;
  left: 35px;
}
.referrals_wrapper .refer_classmate_button_wrapper .refer_classmate_popover > .arrow {
  left: 30px;
  right: auto;
}
.referrals_wrapper .refer_classmate_button_wrapper .refer_classmate_popover .priority_tag {
  font-weight: 500;
  margin-top: 5px;
}
.referrals_wrapper .refer_classmate_button_wrapper .refer_classmate_popover .priority_tag input {
  margin-right: 2px;
  margin-left: 4px;
}
.referrals_wrapper .input_helper {
  line-height: 34px;
  font-size: 13px;
  margin-left: 10px;
}
.referrals_wrapper .reth_names_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.referrals_wrapper .reth_names_list li {
  padding: 5px 10px;
  float: left;
  padding-right: 30px;
  color: white;
  background: #3e7aab;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  line-height: 24px;
}
.referrals_wrapper .reth_names_list li > a {
  position: absolute;
  right: 8px;
  color: white;
  transition: 0.3s;
  top: 10px;
  font-size: 12px;
  opacity: 0.7;
}
.referrals_wrapper .reth_names_list li > a:hover {
  color: white;
  opacity: 1;
  text-decoration: none;
}
.referrals_wrapper .reth_input {
  position: relative;
  float: left;
  width: 400px;
  margin-right: 5px;
}
.referrals_wrapper .reth_input .add_emails_button {
  font-size: 13px;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper {
  display: block;
  background: white;
  border: 1px solid #ddd;
  z-index: 700;
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown .search_info_label {
  padding: 3px 5px;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown li {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown li:hover {
  background-color: #eee;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown li:last-of-type {
  border-bottom: none;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_image {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 3px;
  float: left;
  background: url('../../images/careers_dashboard/default_profile.gif') left top;
  background-size: 24px 24px;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_image img {
  width: 100%;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_content {
  padding-left: 28px;
  white-space: normal;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_content .media_title {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.referrals_wrapper .reth_input .search_dropdown_wrapper .search_dropdown li .careers_card_media_item .media_content .media_sub_title {
  color: #80858A;
  font-size: 10px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 10px;
}
.referrals_wrapper .intro_text {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.referrals_wrapper .countdown_text {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #a0a5aA;
}
.referrals_wrapper .student_card {
  width: 93%;
  margin-bottom: 10px;
  border-collapse: separate;
  font-size: 12px;
}
.referrals_wrapper .student_card.student_search_student_card {
  cursor: pointer;
}
.referrals_wrapper .student_card.student_search_student_card:hover {
  background: #f6f6f6;
}
.referrals_wrapper .student_section_item {
  vertical-align: top;
  border: 1px solid #DDDDDD;
  border-right: 0;
  position: relative;
  padding: 3px 7px 5px 7px;
  max-width: 0;
}
.referrals_wrapper .student_section_item .info_header {
  font-size: 11px;
  color: #999;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.referrals_wrapper .student_section_item .student_feed_list a {
  opacity: 0.7;
  transition: 0.3s;
}
.referrals_wrapper .student_section_item .student_feed_list a:hover {
  text-decoration: none;
  opacity: 1;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon {
  font-size: 11px;
  margin-right: 5px;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-ok {
  color: #4ca847;
  display: none;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-eye-open {
  color: #666;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-comment {
  color: #b3c8dc;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-envelope {
  color: #7EADCF;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-share-alt {
  color: #4ca847;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-calendar {
  color: #ee3823;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-star {
  color: #fbdd00;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-tag {
  color: #999;
}
.referrals_wrapper .student_section_item .student_feed_list .glyphicon-plus-sign {
  color: #4CA847;
}
.referrals_wrapper .student_section_item .student_feed_list li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.referrals_wrapper .student_section_item .student_feed_list li.has_popover {
  position: relative;
  white-space: normal;
  overflow: visible;
}
.referrals_wrapper .student_section_item .student_feed_list li.has_popover li {
  white-space: normal;
  overflow: visible;
  max-width: none;
}
.referrals_wrapper .student_section_item .student_feed_list li.has_popover .careers_popover.left {
  left: auto;
  right: 170px;
}
.referrals_wrapper .student_section_item .student_feed_list li.has_popover .careers_popover.left.careers_popover_companies {
  right: 120px;
}
.referrals_wrapper .student_section_item .student_feed_list li.has_popover .careers_popover .student_feed_list {
  max-height: 140px;
  height: auto;
  overflow-y: auto;
}
.referrals_wrapper .student_section_item .student_feed_list li.has_popover .careers_popover ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.referrals_wrapper .student_section_item .student_feed_list li.has_popover .careers_popover ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.referrals_wrapper .student_section_item ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.referrals_wrapper .student_section_item.actions_info {
  width: 25%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px 7px 15px 7px;
  text-align: center;
  vertical-align: middle;
}
.referrals_wrapper .student_section_item.actions_info.referr_td {
  padding: 5px 8px;
}
.referrals_wrapper .student_section_item.actions_info.referr_td .header {
  text-align: left;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}
.referrals_wrapper .student_section_item.actions_info.referr_td textarea {
  resize: vertical;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  transition: none;
  padding: 5px;
  font-size: 12px;
  height: 50px;
  min-height: 50px;
}
.referrals_wrapper .student_section_item.actions_info.referr_td textarea:focus {
  border-color: #ccc;
}
.referrals_wrapper .student_section_item.actions_info.referr_td .footer {
  margin-top: 7px;
}
.referrals_wrapper .student_section_item.actions_info.referr_td .footer .priority_tag {
  font-size: 10px;
  font-weight: 400;
  color: #999;
  margin-bottom: 0;
  line-height: 22px;
}
.referrals_wrapper .student_section_item.actions_info.referr_td .footer button {
  width: 62px;
  height: 22px;
  margin-top: -1px;
}
.referrals_wrapper .student_section_item.actions_info.referr_td .footer button .glyphicon-ok {
  margin-bottom: 2px;
}
.referrals_wrapper .student_section_item.actions_info.referr_td .footer button.btn-primary {
  background-color: #3e7aab;
  border-color: #3e7aab;
}
.referrals_wrapper .student_section_item.actions_info.referr_td .footer button.btn-success[disabled] {
  opacity: 1;
}
.referrals_wrapper .student_section_item.actions_info.referr_td .footer a {
  margin-right: 4px;
  line-height: 22px;
  font-size: 11px;
}
.referrals_wrapper .student_section_item.classes_info {
  font-size: 11px;
  width: 15%;
  overflow: visible;
}
.referrals_wrapper .student_section_item.classes_info li {
  margin-bottom: 5px;
  line-height: initial;
}
.referrals_wrapper .student_section_item.classes_info li .label {
  padding: 1px 5px;
  line-height: 1;
  border-radius: 2px;
  font-size: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
}
.referrals_wrapper .student_section_item.classes_info li .label.label_ts {
  background: #5bc0de;
}
.referrals_wrapper .student_section_item.classes_info li .label.label_ta {
  background: #fbaf2f;
}
.referrals_wrapper .student_section_item.classes_info li a {
  cursor: pointer;
}
.referrals_wrapper .student_section_item.classes_info li .careers_popover {
  left: 50px;
}
.referrals_wrapper .student_section_item.worked_at_info {
  font-size: 11px;
  width: 13%;
}
.referrals_wrapper .student_section_item.worked_at_info .careers_popover_companies {
  left: 90px;
}
.referrals_wrapper .student_section_item.indicators_info {
  width: 12%;
  overflow: visible;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #DDDDDD;
}
.referrals_wrapper .student_section_item.indicators_info .indicators_list {
  margin-top: 5px;
  margin-left: 3px;
  overflow: hidden;
  max-height: 85px;
}
.referrals_wrapper .student_section_item.indicators_info .indicators_list li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.referrals_wrapper .student_section_item.main_info {
  width: 20%;
}
.referrals_wrapper .student_section_item.main_info.change_for_referral {
  padding-left: 7px;
}
.referrals_wrapper .student_section_item.main_info a {
  opacity: 1;
}
.referrals_wrapper .student_section_item.main_info a:hover {
  text-decoration: none;
}
.referrals_wrapper .student_section_item.main_info .seen {
  height: 10px;
  width: 10px;
  background-color: #3e7aab;
  position: absolute;
  left: 8px;
  top: 50%;
  border-radius: 10px;
}
.referrals_wrapper .student_section_item.main_info input[type=checkbox] {
  position: absolute;
  left: 7px;
  margin-top: 6px;
}
.referrals_wrapper .student_section_item.main_info .dropdown-menu input[type=checkbox] {
  position: static;
  left: 0px;
  margin-top: 3px;
}
.referrals_wrapper .student_section_item.main_info .name .student_name {
  font-size: 13px;
  font-weight: 500;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.referrals_wrapper .student_section_item.main_info .name .student_name .student_name_limit {
  font-size: 13px;
  font-weight: 500;
}
.referrals_wrapper .student_section_item.main_info .school_info {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.referrals_wrapper .student_section_item.main_info .school_info.major {
  font-weight: 400;
  opacity: .75;
}
.referrals_wrapper .student_section_item.main_info .action_icons {
  position: absolute;
  right: 5px;
}
.referrals_wrapper .student_section_item.main_info .action_icons .action_indicator {
  color: #ccc;
  cursor: pointer;
  margin: 2px;
}
.referrals_wrapper .student_section_item.main_info .action_icons .action_indicator:hover {
  color: #aaa;
}
.referrals_wrapper .student_section_item.main_info .action_icons .action_indicator.active {
  color: #3e7aab;
}
.referrals_wrapper .student_section_item.main_info .action_icons .action_indicator.active:hover {
  color: #3e7aab;
}
.stay_connected_wrapper {
  max-width: 960px !important;
  margin: 0px;
  padding-bottom: 300px !important;
  padding-top: 40px !important;
}
.stay_connected_wrapper .footer_text {
  font-size: 15px;
  margin-top: 50px;
}
.stay_connected_wrapper .grey_text {
  color: #999;
  font-size: 16px;
  text-align: center;
}
.stay_connected_wrapper .verification_box {
  padding: 10px;
  background: #eee;
  border-radius: 5px;
  width: 500px;
  margin: 10px auto;
}
.stay_connected_wrapper .verification_box .name,
.stay_connected_wrapper .verification_box .meta {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stay_connected_wrapper .verification_box .name {
  font-weight: bold;
}
.stay_connected_wrapper .input_area_wrapper {
  width: 400px;
  margin: 10px auto;
}
.stay_connected_wrapper .input_area_wrapper input[type="email"],
.stay_connected_wrapper .input_area_wrapper input[type="text"],
.stay_connected_wrapper .input_area_wrapper input[type="password"] {
  width: 100%;
  margin-bottom: 10px;
}
.stay_connected_wrapper .confirmation_message {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.stay_connected_wrapper .error_message {
  color: #d43f3a;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.stay_connected_wrapper .find_account_input {
  width: 400px;
  margin: 10px auto;
}
.stay_connected_wrapper .centered_input_wrapper {
  width: 350px;
  margin: 15px auto 0px;
}
.stay_connected_wrapper .centered_input_wrapper select {
  background: #eee;
}
.stay_connected_wrapper .centered_input_wrapper .centered_input {
  width: 250px;
}
.stay_connected_wrapper .section {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 300;
}
.stay_connected_wrapper .section p {
  margin-bottom: 20px;
}
.stay_connected_wrapper .section p:last-of-type {
  margin-bottom: 0px;
}
.stay_connected_wrapper .section.with_border_bottom {
  border-bottom: 1px solid #ddd;
}
.stay_connected_wrapper .section ul {
  list-style: none;
  padding-left: 40px;
  margin: 15px 0px 30px;
}
.stay_connected_wrapper .section ul li {
  line-height: 1;
  margin-bottom: 10px;
}
.stay_connected_wrapper .section ul li.question {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.stay_connected_wrapper .section ul li label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.stay_connected_wrapper .section ul li label input[type="radio"] {
  margin-right: 5px;
}
.stay_connected_wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
.stay_connected_wrapper h2 > a {
  font-size: 14px;
  font-weight: 400;
}
.stay_connected_wrapper h3 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 0px;
  margin-bottom: 20px;
}
.stay_connected_wrapper h3.no_margin_bottom {
  margin-bottom: 5px;
}
.stay_connected_wrapper .helper_text {
  font-size: 14px;
  margin-bottom: 20px;
  color: #999;
}
