/*Styling for the Slider Widget*/
.student_company_preferences_modal .modal-dialog {
  width: 870px;
}
.student_company_preferences_modal .modal_header {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #ddd;
  margin-left: 30px;
  margin-right: 30px;
}
.student_company_preferences_modal input,
.student_company_preferences_modal label {
  cursor: pointer;
}
.student_company_preferences_modal .modal_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1px;
  line-height: 1.2;
}
.student_company_preferences_modal .subheader {
  clear: left;
  font-size: 16px;
  color: #777;
}
.student_company_preferences_modal .continue_dashboard {
  position: relative;
}
.student_company_preferences_modal .warning_text {
  position: absolute;
  top: 50px;
  font-size: 12px;
  color: #bf2932;
}
.student_company_preferences_modal .continue_dashboard_btn {
  padding: 9px 20px 10px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.student_company_preferences_modal .us_work_auth_container {
  padding: 0px 0 5px 0px;
}
.student_company_preferences_modal .us_work_auth_container .alert-dismissible {
  margin: 10px 0 0 0;
  width: 211px;
  padding: 6px;
}
.student_company_preferences_modal .work_auth_title {
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.student_company_preferences_modal .work_auth_select {
  border: 1px solid #ccc;
  background: white;
  width: 150px;
  padding: 0px;
  height: 30px;
  transition: all ease 1s;
}
.student_company_preferences_modal .work_auth_select:focus {
  outline: none;
  border: 1px solid #3e7aab;
}
.student_company_preferences_modal .work_auth_text {
  font-size: 12px;
  margin-left: 15px;
  margin-top: 6px;
  color: #808080;
}
.student_company_preferences_modal .triangle-bottom {
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 4px solid #3b79ad;
  border-bottom: 0px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 6px;
  position: relative;
  bottom: 1px;
}
.student_company_preferences_modal .modal_body_container {
  padding: 15px 30px;
}
.student_company_preferences_modal .section_title {
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 400 !important;
}
.student_company_preferences_modal .modal_section_header {
  margin-bottom: 15px;
}
.student_company_preferences_modal .section_title_container .section_title:first-child {
  width: 455px;
  margin-right: 18px;
}
.student_company_preferences_modal .section_title_container .section_title:last-child {
  width: 320px;
}
.student_company_preferences_modal .toggle_container {
  margin-left: 10px;
}
.student_company_preferences_modal .toggle_container .toggle_wrapper {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
  color: #bbb;
  position: relative;
  bottom: 2px;
}
.student_company_preferences_modal .toggle_container .toggle_wrapper .switch {
  height: 19px;
  width: 35px;
  margin: 0px 3px;
  top: 5px;
  border: 1px solid #999999;
  display: inline-block;
  position: relative;
  background-color: #FAFAFA;
  border-radius: 9px;
  -webkit-transition: .4s;
}
.student_company_preferences_modal .toggle_container .toggle_wrapper .switch.active {
  background: white;
}
.student_company_preferences_modal .toggle_container .toggle_wrapper .switch.active .switch_button {
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
}
.student_company_preferences_modal .toggle_container .toggle_wrapper .switch .switch_track {
  height: 17px;
  background: white;
  border-radius: 13.5px;
  transition: .4s;
  width: 100%;
  position: absolute;
}
.student_company_preferences_modal .toggle_container .toggle_wrapper .switch .switch_button {
  height: 15px;
  width: 15px;
  top: 1px;
  left: 1px;
  transition: .4s;
  background: #3b99fc;
  border-radius: 7.5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.student_company_preferences_modal .toggle_container .toggle_wrapper .left_toggle,
.student_company_preferences_modal .toggle_container .toggle_wrapper .right_toggle {
  transition: all ease 1.0s;
}
.student_company_preferences_modal .toggle_container .toggle_wrapper .left_toggle.active,
.student_company_preferences_modal .toggle_container .toggle_wrapper .right_toggle.active {
  color: #777;
}
.student_company_preferences_modal .modal_body_section {
  padding: 12px 0 4px 0;
  border-top: 1px solid #ddd;
}
.student_company_preferences_modal .modal_body_section.split_section_container {
  position: relative;
}
.student_company_preferences_modal .modal_body_section .student_prefs_option_check {
  margin-right: 3px;
}
.student_company_preferences_modal .modal_body_section .view_more_wrapper {
  text-align: center;
  width: 808px;
}
.student_company_preferences_modal .modal_body_section .show_more_roles {
  font-size: 11px;
}
.student_company_preferences_modal .settings_page_company_preferences_container .warning_text {
  top: 64px;
}
.student_company_preferences_modal .modal_body_split_section {
  padding-bottom: 10px;
}
.student_company_preferences_modal .modal_body_split_section .modal_body_header {
  margin-bottom: 15px;
}
.student_company_preferences_modal .modal_body_split_section.left {
  width: 420px;
  margin-right: 40px;
}
.student_company_preferences_modal .modal_body_split_section.right {
  width: 320px;
}
.student_company_preferences_modal .modal_body_split_section.right .modal_section_header {
  margin-bottom: 0;
}
.student_company_preferences_modal .input_checkbox_section .input_wrapper {
  width: 100%;
}
.student_company_preferences_modal .input_checkbox_section .sub_input {
  margin-left: 30px;
}
.student_company_preferences_modal .select_range_text {
  margin: 8px 0;
  font-size: 12px;
}
.student_company_preferences_modal .input_section .size_section .range_select_text {
  margin-bottom: 8px;
  font-size: 12px;
}
.student_company_preferences_modal .input_section .size_section input {
  border: 1px solid #ddd;
  padding: 0px 6px;
  width: 80px;
  height: 23px;
  border-radius: 2px;
  font-size: 12px;
  cursor: text;
}
.student_company_preferences_modal .input_section .size_section input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #7bacde;
}
.student_company_preferences_modal .input_section .size_section .to {
  margin: 0 8px;
  font-size: 12px;
  padding-top: 3px;
}
.student_company_preferences_modal .input_section:first-child {
  width: 305px;
}
.student_company_preferences_modal .input_section:nth-child(2) {
  width: 170px;
  height: 140px;
  padding-left: 35px;
  border-left: 1px solid #ddd;
}
.student_company_preferences_modal .input_section:last-child {
  width: 320px;
  height: 140px;
  padding-left: 35px;
  border-left: 1px solid #ddd;
}
.student_company_preferences_modal .input_section_title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #777;
}
.student_company_preferences_modal .input_wrapper {
  width: 140px;
  margin-bottom: 6px;
}
.student_company_preferences_modal .input_wrapper:last-child {
  margin-bottom: 0;
}
.student_company_preferences_modal .input_wrapper label {
  font-size: 12px;
  font-weight: 400 !important;
  position: relative;
  top: 1px;
  margin-bottom: 0px;
}
.student_company_preferences_modal .input_column {
  width: 160px;
}
.student_company_preferences_modal .input_column .sciences {
  margin-top: 15px;
}
.student_company_preferences_modal .line_split {
  height: 153px;
  width: 0;
  left: 440px;
  top: 0;
  border-right: 1px solid #ddd;
  position: absolute;
}
.student_company_preferences_modal .additional_input_container {
  padding: 15px 0 5px 0;
}
.student_company_preferences_modal .additional_input_container span {
  font-size: 12px;
}
.student_company_preferences_modal .additional_input_container .inputs {
  margin: 10px 0 6px 0;
}
.student_company_preferences_modal .additional_input_container .inputs .input_wrapper {
  width: auto;
  margin-right: 10px;
}
.student_company_preferences_modal .additional_input_container .additional_location {
  border: 1px solid #ddd;
  padding: 3px 5px 2px 5px;
  font-size: 12px;
  width: 235px;
  margin-left: 6px;
}
.student_company_preferences_modal .additional_input_container .additional_location:focus {
  outline: 1px solid #3e7aab;
  box-shadow: none;
}
.student_company_preferences_modal .exclusion_disclaimer {
  color: #bbb;
  font-size: 10px;
  margin-left: 20px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  background: #eee;
  min-width: 1200px;
}
.companies_online_container {
  background-color: #d6e7e0;
  border: 2px solid #cae5da;
  padding: 10px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 860px;
  position: absolute;
  height: 45px;
  z-index: 1;
}
.companies_online_container.yellow_sticky_background {
  background: #fef6cd;
  border: 2px solid #eadc70;
}
.companies_online_container .companies_online_text {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 20px;
}
.companies_online_container .companies_online_text .companies_list {
  font-weight: 200;
}
.companies_online_container .company_online_name {
  font-size: 13px;
  font-weight: 500;
}
.companies_online_container .update_profile_text {
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 20px;
}
.student_feed_section_container {
  margin-bottom: 10px;
  width: 1170px !important;
}
.student_feed_section_container .student_companies_searched_wrapper {
  width: 970px;
  margin: 0 auto;
}
.student_feed_section_banner {
  width: 100%;
}
.student_feed_section_banner.jumbotron {
  margin-bottom: 0px;
}
.student_feed_section_banner.jumbotron h1 {
  margin: 60px 0 10px 0;
}
.student_feed_section_banner.jumbotron .hero_img {
  background: url('/images/student_careers_dashboard/networking_image.jpeg') no-repeat !important;
  background-size: cover !important;
}
.student_feed_section_banner .banner_subtitle {
  margin: auto;
  width: 60%;
}
.student_feed_section_banner .feed_signup_button {
  margin: 25px auto 120px auto;
}
.student_feed_header_container {
  width: 1040px !important;
}
.student_careers_feed_container .student_feed_checkbox {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  background: white;
  margin-top: 2px;
}
.student_careers_feed_container .student_feed_checkbox .glyphicon-ok {
  color: #3e7aab;
  font-size: 10px;
  left: 1px;
  top: 1px;
}
.student_careers_feed_container .modal-dialog {
  width: 870px;
}
.student_careers_feed_container .modal_header {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #ddd;
  margin-left: 30px;
  margin-right: 30px;
}
.student_careers_feed_container input,
.student_careers_feed_container label {
  cursor: pointer;
}
.student_careers_feed_container .modal_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1px;
  line-height: 1.2;
}
.student_careers_feed_container .subheader {
  clear: left;
  font-size: 16px;
  color: #777;
}
.student_careers_feed_container .continue_dashboard {
  position: relative;
}
.student_careers_feed_container .warning_text {
  position: absolute;
  top: 50px;
  font-size: 12px;
  color: #bf2932;
}
.student_careers_feed_container .continue_dashboard_btn {
  padding: 9px 20px 10px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.student_careers_feed_container .us_work_auth_container {
  padding: 0px 0 5px 0px;
}
.student_careers_feed_container .us_work_auth_container .alert-dismissible {
  margin: 10px 0 0 0;
  width: 211px;
  padding: 6px;
}
.student_careers_feed_container .work_auth_title {
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.student_careers_feed_container .work_auth_select {
  border: 1px solid #ccc;
  background: white;
  width: 150px;
  padding: 0px;
  height: 30px;
  transition: all ease 1s;
}
.student_careers_feed_container .work_auth_select:focus {
  outline: none;
  border: 1px solid #3e7aab;
}
.student_careers_feed_container .work_auth_text {
  font-size: 12px;
  margin-left: 15px;
  margin-top: 6px;
  color: #808080;
}
.student_careers_feed_container .triangle-bottom {
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 4px solid #3b79ad;
  border-bottom: 0px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 6px;
  position: relative;
  bottom: 1px;
}
.student_careers_feed_container .modal_body_container {
  padding: 15px 30px;
}
.student_careers_feed_container .section_title {
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 400 !important;
}
.student_careers_feed_container .modal_section_header {
  margin-bottom: 15px;
}
.student_careers_feed_container .section_title_container .section_title:first-child {
  width: 455px;
  margin-right: 18px;
}
.student_careers_feed_container .section_title_container .section_title:last-child {
  width: 320px;
}
.student_careers_feed_container .toggle_container {
  margin-left: 10px;
}
.student_careers_feed_container .toggle_container .toggle_wrapper {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
  color: #bbb;
  position: relative;
  bottom: 2px;
}
.student_careers_feed_container .toggle_container .toggle_wrapper .switch {
  height: 19px;
  width: 35px;
  margin: 0px 3px;
  top: 5px;
  border: 1px solid #999999;
  display: inline-block;
  position: relative;
  background-color: #FAFAFA;
  border-radius: 9px;
  -webkit-transition: .4s;
}
.student_careers_feed_container .toggle_container .toggle_wrapper .switch.active {
  background: white;
}
.student_careers_feed_container .toggle_container .toggle_wrapper .switch.active .switch_button {
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
}
.student_careers_feed_container .toggle_container .toggle_wrapper .switch .switch_track {
  height: 17px;
  background: white;
  border-radius: 13.5px;
  transition: .4s;
  width: 100%;
  position: absolute;
}
.student_careers_feed_container .toggle_container .toggle_wrapper .switch .switch_button {
  height: 15px;
  width: 15px;
  top: 1px;
  left: 1px;
  transition: .4s;
  background: #3b99fc;
  border-radius: 7.5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.student_careers_feed_container .toggle_container .toggle_wrapper .left_toggle,
.student_careers_feed_container .toggle_container .toggle_wrapper .right_toggle {
  transition: all ease 1.0s;
}
.student_careers_feed_container .toggle_container .toggle_wrapper .left_toggle.active,
.student_careers_feed_container .toggle_container .toggle_wrapper .right_toggle.active {
  color: #777;
}
.student_careers_feed_container .modal_body_section {
  padding: 12px 0 4px 0;
  border-top: 1px solid #ddd;
}
.student_careers_feed_container .modal_body_section.split_section_container {
  position: relative;
}
.student_careers_feed_container .modal_body_section .student_prefs_option_check {
  margin-right: 3px;
}
.student_careers_feed_container .modal_body_section .view_more_wrapper {
  text-align: center;
  width: 808px;
}
.student_careers_feed_container .modal_body_section .show_more_roles {
  font-size: 11px;
}
.student_careers_feed_container .settings_page_company_preferences_container .warning_text {
  top: 64px;
}
.student_careers_feed_container .modal_body_split_section {
  padding-bottom: 10px;
}
.student_careers_feed_container .modal_body_split_section .modal_body_header {
  margin-bottom: 15px;
}
.student_careers_feed_container .modal_body_split_section.left {
  width: 420px;
  margin-right: 40px;
}
.student_careers_feed_container .modal_body_split_section.right {
  width: 320px;
}
.student_careers_feed_container .modal_body_split_section.right .modal_section_header {
  margin-bottom: 0;
}
.student_careers_feed_container .input_checkbox_section .input_wrapper {
  width: 100%;
}
.student_careers_feed_container .input_checkbox_section .sub_input {
  margin-left: 30px;
}
.student_careers_feed_container .select_range_text {
  margin: 8px 0;
  font-size: 12px;
}
.student_careers_feed_container .input_section .size_section .range_select_text {
  margin-bottom: 8px;
  font-size: 12px;
}
.student_careers_feed_container .input_section .size_section input {
  border: 1px solid #ddd;
  padding: 0px 6px;
  width: 80px;
  height: 23px;
  border-radius: 2px;
  font-size: 12px;
  cursor: text;
}
.student_careers_feed_container .input_section .size_section input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #7bacde;
}
.student_careers_feed_container .input_section .size_section .to {
  margin: 0 8px;
  font-size: 12px;
  padding-top: 3px;
}
.student_careers_feed_container .input_section:first-child {
  width: 305px;
}
.student_careers_feed_container .input_section:nth-child(2) {
  width: 170px;
  height: 140px;
  padding-left: 35px;
  border-left: 1px solid #ddd;
}
.student_careers_feed_container .input_section:last-child {
  width: 320px;
  height: 140px;
  padding-left: 35px;
  border-left: 1px solid #ddd;
}
.student_careers_feed_container .input_section_title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #777;
}
.student_careers_feed_container .input_wrapper {
  width: 140px;
  margin-bottom: 6px;
}
.student_careers_feed_container .input_wrapper:last-child {
  margin-bottom: 0;
}
.student_careers_feed_container .input_wrapper label {
  font-size: 12px;
  font-weight: 400 !important;
  position: relative;
  top: 1px;
  margin-bottom: 0px;
}
.student_careers_feed_container .input_column {
  width: 160px;
}
.student_careers_feed_container .input_column .sciences {
  margin-top: 15px;
}
.student_careers_feed_container .line_split {
  height: 153px;
  width: 0;
  left: 440px;
  top: 0;
  border-right: 1px solid #ddd;
  position: absolute;
}
.student_careers_feed_container .additional_input_container {
  padding: 15px 0 5px 0;
}
.student_careers_feed_container .additional_input_container span {
  font-size: 12px;
}
.student_careers_feed_container .additional_input_container .inputs {
  margin: 10px 0 6px 0;
}
.student_careers_feed_container .additional_input_container .inputs .input_wrapper {
  width: auto;
  margin-right: 10px;
}
.student_careers_feed_container .additional_input_container .additional_location {
  border: 1px solid #ddd;
  padding: 3px 5px 2px 5px;
  font-size: 12px;
  width: 235px;
  margin-left: 6px;
}
.student_careers_feed_container .additional_input_container .additional_location:focus {
  outline: 1px solid #3e7aab;
  box-shadow: none;
}
.student_careers_feed_container .exclusion_disclaimer {
  color: #bbb;
  font-size: 10px;
  margin-left: 20px;
}
.student_careers_feed_container .visit_banner {
  width: 1120px;
  padding-bottom: 40px;
  margin: 0 auto;
  position: relative;
}
.student_careers_feed_container .visit_banner .separator_line {
  position: absolute;
  z-index: 0;
  height: 2px;
  top: 18px;
  left: 0%;
  width: 100%;
  transition: all .3s linear;
}
.student_careers_feed_container .visit_banner .button_wrapper {
  margin: 0 auto;
  background: #F2F2F2;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.student_careers_feed_container .visit_banner .button_wrapper .change_view_btn {
  color: black;
  border: 2px solid black;
}
.student_careers_feed_container .visit_banner.company_dashboard_banner .separator_line {
  background: #35c0cb;
}
.student_careers_feed_container .visit_banner.company_dashboard_banner .change_view_btn {
  border-color: #35c0cb;
}
.student_careers_feed_container .visit_banner.company_dashboard_banner .change_view_btn:hover {
  background: #35c0cb;
  color: white;
}
.student_careers_feed_container .visit_banner.company_dashboard_banner .button_wrapper {
  width: 253px;
}
.student_careers_feed_container .visit_banner.company_dashboard_banner .button_wrapper:hover + .separator_line {
  width: 100px;
  left: 48%;
}
.student_careers_feed_container .visit_banner.update_profile_banner .separator_line {
  background: #8372a2;
}
.student_careers_feed_container .visit_banner.update_profile_banner .change_view_btn {
  border-color: #8372a2;
}
.student_careers_feed_container .visit_banner.update_profile_banner .change_view_btn:hover {
  background: #8372a2;
  color: white;
}
.student_careers_feed_container .visit_banner.update_profile_banner .button_wrapper {
  width: 200px;
}
.student_careers_feed_container .visit_banner.update_profile_banner .button_wrapper:hover + .separator_line {
  width: 100px;
  left: 48%;
}
.student_careers_feed_container .visit_banner.events_dashboard_banner .separator_line {
  background: #46b98e;
}
.student_careers_feed_container .visit_banner.events_dashboard_banner .change_view_btn {
  border-color: #46b98e;
}
.student_careers_feed_container .visit_banner.events_dashboard_banner .change_view_btn:hover {
  background: #46b98e;
  color: white;
}
.student_careers_feed_container .visit_banner.events_dashboard_banner .button_wrapper {
  width: 231px;
}
.student_careers_feed_container .visit_banner.events_dashboard_banner .button_wrapper:hover + .separator_line {
  width: 100px;
  left: 48%;
}
.student_careers_feed_container .visit_banner.view_network_banner .separator_line {
  background: #f59231;
}
.student_careers_feed_container .visit_banner.view_network_banner .change_view_btn {
  border-color: #f59231;
}
.student_careers_feed_container .visit_banner.view_network_banner .change_view_btn:hover {
  background: #f59231;
  color: white;
}
.student_careers_feed_container .visit_banner.view_network_banner .button_wrapper {
  width: 196px;
}
.student_careers_feed_container .visit_banner.view_network_banner .button_wrapper:hover + .separator_line {
  width: 100px;
  left: 48%;
}
.student_careers_feed_container .change_view_btn {
  width: auto;
  border-radius: 5px;
  border: none;
  display: block;
  color: #666;
  font-weight: 300;
  border: 2px solid #ccc;
  background: transparent;
  font-size: 18px;
  transition: all .3s ease;
}
.student_careers_feed_container .change_view_btn:focus {
  outline: none !important;
}
.student_careers_feed_container .change_view_btn:hover {
  background: rgba(255, 255, 255, 0.05);
}
.jumbotron {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.jumbotron .hero_img {
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://dvngeac8rg9mb.cloudfront.net/images/student_careers_dashboard/student_careers_updated_hero.jpeg') no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.jumbotron.company_search {
  background-size: cover;
}
.jumbotron.company_search h1 {
  margin: 90px 0 108px 0;
}
.jumbotron.student_search {
  background-size: cover;
}
.jumbotron.student_search h1 {
  margin-bottom: 20px;
  font-size: 50px;
}
.jumbotron h1 {
  font-size: 60px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 50px 0px;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: 1px 2px 10px #000000;
}
.jumbotron h2 {
  margin: 0px;
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 20px;
}
.company_preferences_container {
  position: absolute;
  left: 14px;
  border: 1px solid #999;
  padding: 10px 10px 7px 10px;
  width: 200px;
}
.company_preferences_container .company_preferences_title {
  font-weight: 500;
  display: block;
  margin: 10px 0;
}
.company_preferences_container .expand_all_filters {
  font-size: 11px;
  font-weight: 400;
}
.company_preferences_container .preference_wrapper {
  margin-bottom: 18px;
}
.company_preferences_container .preference_wrapper:last-child {
  margin-bottom: 5px;
}
.company_preferences_container .preference_title {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-bottom: 6px;
}
.company_preferences_container .option_wrapper {
  width: 50%;
  margin-bottom: 4px;
}
.company_preferences_container .option_box {
  border: 1px solid #666;
  border-radius: 2px;
  width: 15px;
  height: 15px;
}
.company_preferences_container .option_name {
  max-width: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.4;
}
.company_preferences_container .glyphicon-ok {
  color: white;
  font-size: 10px;
  left: 1px;
  display: none;
}
.company_preferences_container .checked {
  background: #45ace0;
  border: 1px solid #45ace0;
}
.company_preferences_container .checked .glyphicon-ok {
  display: inline-block;
}
.company_preferences_container .filters_set {
  font-size: 11px;
  color: #666;
  margin-bottom: 0px;
  font-weight: 400;
}
.company_preferences_container .color_red {
  color: #b52e3d;
}
.company_preferences_container .clear_filters {
  font-size: 11px;
  font-weight: 400;
}
.company_preferences_container .toggle_more_less {
  font-size: 11px;
  font-weight: 400;
}
.company_preferences_container.top {
  position: static;
  margin: 10px auto 10px auto;
  width: 570px;
  display: none;
}
.company_preferences_container.top .option_name {
  max-width: 100px;
  margin-left: 1px;
}
.company_preferences_container.top .option_wrapper {
  width: auto;
  margin-right: 11px;
}
.company_preferences_container.top .preference_wrapper {
  margin-bottom: 10px;
}
.company_preferences_container.top .preference_title {
  margin-right: 10px;
  margin-bottom: 0;
}
.color_red {
  color: #b52e3d;
}
.bubble {
  position: absolute;
  padding: 0px;
  top: 60px;
  left: 0px;
  padding: 10px;
  z-index: 1001;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px 0px #616161;
  -moz-box-shadow: 0px 2px 10px 0px #616161;
  box-shadow: 0px 2px 10px 0px #616161;
}
.bubble .us_citizen {
  margin-left: 20px;
  margin-bottom: 0px;
}
.bubble .bubble_close {
  color: #ccc;
  transition: 0.3s;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.bubble .bubble_close:hover {
  color: #999;
  text-decoration: none;
}
.bubble .radio_options .option {
  line-height: 1;
  display: inline-block;
  margin: 0 1px 4px 0;
  padding: 2px 7px;
  cursor: pointer;
}
.bubble .radio_options .option label {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
}
.bubble .radio_options .option input {
  width: 13px;
  position: relative;
  top: 1px;
  margin: 0;
}
.bubble .bubble_options_wrapper {
  margin-bottom: 10px;
}
.bubble .bubble_options_wrapper:last-of-type {
  margin-bottom: 0px;
}
.bubble .bubble_options_wrapper .bubble_options_header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bubble .bubble_options_wrapper .bubble_results {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.bubble .bubble_options_wrapper .bubble_results li {
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 5px;
}
.bubble .bubble_options_wrapper .bubble_results li:hover {
  background-color: #53a1d8;
  color: white;
}
.bubble .bubble_options_wrapper .bubble_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 13px;
  font-weight: 300;
}
.bubble .bubble_options_wrapper .bubble_list li {
  margin-bottom: 15px;
}
.bubble .bubble_options_wrapper .bubble_list li:last-of-type {
  margin-bottom: 0px;
}
.bubble .bubble_options_wrapper .bubble_options {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.bubble .bubble_options_wrapper .bubble_options li {
  display: inline-block;
  margin: 0 1px 4px 0;
  padding: 5px 7px;
  background-color: #F5F6F6;
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}
.bubble .bubble_options_wrapper .bubble_options li:hover {
  background-color: #e5e6e6;
}
.bubble .bubble_options_wrapper .bubble_options li:hover.selected {
  background-color: #53a1d8;
}
.bubble .bubble_options_wrapper .bubble_options li:hover.hovered {
  background-color: #3FB149;
}
.bubble .bubble_options_wrapper .bubble_options li.selected {
  background-color: #53a1d8;
  color: #fff;
}
.bubble .bubble_options_wrapper .bubble_options li.hovered {
  background-color: #3FB149;
  color: #fff;
}
.bubble .item_styling label {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  padding-left: 5px;
}
.bubble .item_styling .option_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bubble .item_styling .options_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bubble .item_styling .options_list li {
  line-height: 1.0;
}
.bubble .selector_options_container {
  margin-bottom: 12px;
  font-size: 14px;
}
.bubble .selector_options_container .divider_line {
  font-size: 14px;
  color: #ccc;
  position: relative;
  bottom: 2px;
}
.bubble .selector_options_container > a {
  font-size: 12px;
  font-weight: 500;
}
.bubble .option_container {
  cursor: pointer;
  width: 33%;
  margin-bottom: 16px;
}
.bubble .option_container .option_title {
  font-size: 14px;
  line-height: 1.3;
  padding-left: 6px;
}
.bubble .option_container:last-child {
  margin-bottom: 0;
}
.bubble .check_box {
  border: 1px solid black;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background: white;
  margin-right: 10px;
}
.bubble .check_box .glyphicon-ok {
  color: #3E7AAA;
  font-size: 15px;
  left: 1px;
  top: 2px;
}
.bubble .locations_wrapper {
  border-top: 1px solid #999;
  padding-top: 20px;
}
.bubble .locations_container h5 {
  font-weight: 400;
  display: block;
  color: #333;
  margin-bottom: 5px;
}
.bubble .locations_container .us_locations {
  width: 300px;
}
.bubble .locations_container .us_regions {
  width: 140px;
  margin-right: 10px;
}
.bubble .locations_container .other_locations {
  width: 240px;
  margin-right: 20px;
}
.bubble .locations_container .other_locations .option_container {
  width: 120px !important;
}
.bubble .locations_container .options_container {
  padding-top: 10px;
}
.bubble .employee_range_container input {
  height: 30px !important;
  border: 1px solid #999 !important;
  border-radius: 2px !important;
  width: 90px !important;
  outline: none;
  font-size: 12px !important;
  padding: 6px !important;
}
.bubble .employee_range_container .through {
  margin: 0 10px;
}
.bubble.company_size_wrapper .section section {
  padding: 5px 0 10px 0;
  position: relative;
}
.bubble.company_size_wrapper .section .section_header {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  height: 16px;
  line-height: 12px;
  vertical-align: top;
}
.bubble.company_size_wrapper .section .slider {
  width: 230px;
  position: absolute;
  height: 4px;
  background: #eee;
}
.bubble.company_size_wrapper .section .ui-widget-content.ui-slider,
.bubble.company_size_wrapper .section .ui-widget-content.ui-slider a {
  box-shadow: none;
}
.bubble.company_size_wrapper .section .ui-widget-content.ui-slider a:focus {
  outline: none;
}
.bubble.company_size_wrapper .section .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px !important;
  height: 14px !important;
  cursor: pointer;
  background: #fff;
  top: -5px;
  margin-left: -6px;
  border: 1px #999 solid;
}
.bubble.company_size_wrapper .section .ui-slider-range {
  background: #aaa;
  position: absolute;
  height: 100%;
}
.bubble.company_size_wrapper .section .employ_num {
  color: #989898;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
}
.bubble.company_size_wrapper .section .size_indicator {
  color: #3FB149;
  width: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.bubble.company_size_wrapper .section .size_indicator .size_indicator_arrow {
  width: 10px;
  height: 10px;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  margin-left: 37px;
  margin-top: -2px;
}
.bubble.company_size_wrapper .section .size_indicator_height {
  height: 20px;
  margin-top: -6px;
}
.bubble.company_size_wrapper .section .progress {
  height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #eee;
}
.bubble.company_size_wrapper .section .progress .progress-bar {
  background-color: #ccc;
  box-shadow: none;
}
.bubble.company_size_wrapper .section .section_header {
  font-size: 13px;
  font-weight: 300;
  height: 16px;
  position: relative;
  left: -4px;
  margin-bottom: 5px;
}
.bubble .grey_small_header {
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
}
.bubble .column .location_header {
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
}
.bubble .column .location_input {
  border: 1px solid black !important;
  font-size: 12px !important;
  width: 100%;
  border-radius: 2px !important;
  height: 20px !important;
  margin-bottom: 10px;
}
.bubble .column:first-child {
  width: 190px;
  padding-right: 40px;
}
.bubble .column:first-child .option_container {
  width: 100%;
}
.bubble .column:nth-child(2) {
  padding: 0 40px;
  width: 330px;
}
.bubble .column:nth-child(2) .option_container:nth-child(odd) {
  width: 40%;
}
.bubble .column:nth-child(2) .option_container:nth-child(even) {
  width: 60%;
}
.bubble .column:last-child {
  width: 150px;
  padding-left: 20px;
}
.bubble .column:last-child .option_container {
  width: 100%;
}
.bubble .options_wrapper {
  border-right: 1px solid #999;
  margin: 5px 10px;
}
.bubble .options_wrapper label {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  padding-left: 5px;
}
.bubble .options_wrapper .option_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bubble .options_wrapper .options_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bubble .options_wrapper .options_list li {
  line-height: 1.0;
}
.bubble .options_wrapper:first-child {
  margin-left: 0;
}
.bubble .options_wrapper:last-child {
  border: none;
}
.bubble .options_wrapper.size {
  width: 120px;
  height: 253px;
}
.bubble .options_wrapper.size li {
  width: 100%;
}
.bubble .options_wrapper.location {
  width: 250px;
}
.bubble .options_wrapper.location li {
  width: 50%;
}
.bubble .options_wrapper.industry {
  width: 144px;
}
.bubble .options_wrapper.industry li {
  width: 100%;
}
.bubble .options_wrapper.engineering_software {
  width: 180px;
  height: 306px;
}
.bubble .options_wrapper.engineering_other {
  width: 190px;
  height: 311px;
}
.bubble .sciences_prod_design,
.bubble .eng_other_prod {
  height: 316px;
}
.bubble .eng_other_prod {
  border-right: 1px solid #999;
  margin-right: 10px;
  padding-right: 5px;
}
.bubble .no_border_option_wrapper {
  margin: 5px 10px;
}
.bubble .no_border_option_wrapper label {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  padding-left: 5px;
}
.bubble .no_border_option_wrapper .option_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bubble .no_border_option_wrapper .options_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bubble .no_border_option_wrapper .options_list li {
  line-height: 1.0;
}
.bubble .toggle_items_btn {
  font-size: 13px;
}
.bubble:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 29px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.search_input_group_wrapper {
  padding: 18px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 999;
}
.search_input_group_wrapper .student_company_preferences_modal_link {
  font-size: 14px;
  position: absolute;
  right: 0px;
  bottom: -22px;
}
.search_input_group_wrapper .search_input_group input[type="text"],
.search_input_group_wrapper .search_input_group .student_feed_input {
  float: left;
  height: 50px;
  padding: 10px;
  border: none;
  background: white;
  border-right: 1px solid #ddd;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 4px solid #ddd;
  cursor: pointer;
  position: relative;
}
.search_input_group_wrapper .search_input_group input[type="text"] .placeholder,
.search_input_group_wrapper .search_input_group .student_feed_input .placeholder {
  color: #999;
  white-space: nowrap;
}
.search_input_group_wrapper .search_input_group input[type="text"]:last-of-type,
.search_input_group_wrapper .search_input_group .student_feed_input:last-of-type {
  border-right: none;
}
.search_input_group_wrapper .search_input_group input[type="text"]:first-of-type,
.search_input_group_wrapper .search_input_group .student_feed_input:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_name_input,
.search_input_group_wrapper .search_input_group .student_feed_input.company_name_input {
  width: 29%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_name_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.company_name_input .bubble {
  width: 550px;
  padding: 20px 0 5px 20px;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_name_input .option_container,
.search_input_group_wrapper .search_input_group .student_feed_input.company_name_input .option_container {
  width: 175px;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_size_input,
.search_input_group_wrapper .search_input_group .student_feed_input.company_size_input {
  width: 45%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_size_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.company_size_input .bubble {
  width: 150%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_location_input,
.search_input_group_wrapper .search_input_group .student_feed_input.company_location_input {
  width: 35%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_location_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.company_location_input .bubble {
  width: 150%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_industry_input,
.search_input_group_wrapper .search_input_group .student_feed_input.company_industry_input {
  width: 28%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_industry_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.company_industry_input .bubble {
  width: 130%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_offering_input,
.search_input_group_wrapper .search_input_group .student_feed_input.company_offering_input {
  width: 29%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_offering_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.company_offering_input .bubble {
  width: 745px;
  padding: 20px 0px 20px 20px;
  left: -120px;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_offering_input .bubble:after,
.search_input_group_wrapper .search_input_group .student_feed_input.company_offering_input .bubble:after {
  left: 139px;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_offering_input .option_container,
.search_input_group_wrapper .search_input_group .student_feed_input.company_offering_input .option_container {
  width: 140px;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_hiring_input,
.search_input_group_wrapper .search_input_group .student_feed_input.company_hiring_input {
  width: 29%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_hiring_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.company_hiring_input .bubble {
  width: 320px;
  padding: 15px 20px 15px 20px;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_hiring_input .bubble:after,
.search_input_group_wrapper .search_input_group .student_feed_input.company_hiring_input .bubble:after {
  right: 224px;
  left: auto;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_auth_input,
.search_input_group_wrapper .search_input_group .student_feed_input.company_auth_input {
  width: 13%;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_auth_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.company_auth_input .bubble {
  width: 500px;
  left: auto;
  right: 0px;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_auth_input .bubble:after,
.search_input_group_wrapper .search_input_group .student_feed_input.company_auth_input .bubble:after {
  right: 40px;
  left: auto;
}
.search_input_group_wrapper .search_input_group input[type="text"].company_auth_input label,
.search_input_group_wrapper .search_input_group .student_feed_input.company_auth_input label {
  font-size: 12px;
  font-weight: 300;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_name_input,
.search_input_group_wrapper .search_input_group .student_feed_input.student_name_input {
  width: 32%;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_name_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.student_name_input .bubble {
  width: 700px;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_class_input,
.search_input_group_wrapper .search_input_group .student_feed_input.student_class_input {
  width: 16%;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_class_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.student_class_input .bubble {
  width: 500px;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_work_input,
.search_input_group_wrapper .search_input_group .student_feed_input.student_work_input {
  width: 24%;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_work_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.student_work_input .bubble {
  width: 100%;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_grade_input,
.search_input_group_wrapper .search_input_group .student_feed_input.student_grade_input {
  width: 16%;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_grade_input .bubble,
.search_input_group_wrapper .search_input_group .student_feed_input.student_grade_input .bubble {
  width: 520px;
  left: auto;
  right: 0px;
}
.search_input_group_wrapper .search_input_group input[type="text"].student_grade_input .bubble:after,
.search_input_group_wrapper .search_input_group .student_feed_input.student_grade_input .bubble:after {
  right: 65px;
  left: auto;
}
.search_input_group_wrapper .search_input_group .selected_text_wrapper {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_input_group_wrapper .search_input_group .arrow_down {
  position: absolute;
  right: 11px;
  top: 26px;
  height: 0;
}
.search_input_group_wrapper .search_input_group .arrow_down:after {
  width: 0px;
  height: 0px;
  border: 5px solid #999;
  border-top-width: 7px;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  content: "";
}
.search_input_group_wrapper .search_input_group .items_wrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_input_group_wrapper .search_input_group .search_input_button {
  height: 50px;
  border: none;
  width: 13%;
  font-size: 18px;
  font-weight: 300;
  background: #8cc63f;
  color: white;
  border-bottom: 4px solid #69952f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.3s;
}
.search_input_group_wrapper .search_input_group .search_input_button:hover {
  background: #69952f;
}
.search_input_group_wrapper .search_input_group .unbolded {
  font-weight: 400;
}
.search_input_group_wrapper #worked_at_company_input {
  padding: 0;
  width: 261px;
  height: 46px;
  border: 0;
  box-shadow: none;
  position: relative;
  bottom: 10px;
  right: 10px;
  display: block;
  padding-left: 14px;
  padding-bottom: 2px;
}
.search_input_group_wrapper #worked_at_company_input + .dropdown-menu {
  width: 262px;
  max-width: 500px;
  max-height: 245px;
  overflow: auto;
  z-index: 1001;
}
.feed_signup_button {
  background: #8cc63f;
  border-bottom: 4px solid #69952f;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  margin: -65px auto 150px auto;
  text-align: center;
  padding: 15px 0px 15px 0px;
  text-transform: uppercase;
  width: 40%;
}
.optional_indicator_text {
  color: white;
  position: absolute;
  top: 4px;
}
.student_feed_section {
  padding: 10px 0px;
  position: relative;
}
.student_feed_section.companies_searched_section {
  padding-top: 45px;
}
.student_feed_section .scroll_button {
  background: #ddd;
}
.student_feed_section .clear_filters {
  font-size: 11px;
  font-weight: 400;
}
.student_feed_section .student_feed_profile_section {
  margin-bottom: 10px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection {
  position: relative;
  height: 85px;
  padding: 0px 20px;
  border-right: 1px solid #ddd;
  float: left;
  overflow: hidden;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection:first-of-type {
  padding-left: 0px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection:last-of-type {
  padding-right: 0px;
  border-right: none;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection.profile_info {
  width: 230px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection.skills {
  width: 390px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection.roles_interested {
  width: 180px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection.classes {
  width: 280px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection.worked_at {
  width: 160px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection.indicators {
  width: 310px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection.personal_projects {
  width: 310px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .profile_img {
  width: 64px;
  height: 64px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .profile_img img {
  width: 100%;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .profile_meta {
  padding-left: 74px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .one_line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .profile_header {
  font-size: 13px;
  line-height: 1.4;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .profile_text {
  color: #888;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection ul.skill_list li {
  width: 122px;
  padding-right: 15px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicators_list li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge {
  width: 25px;
  height: 25px;
  float: left;
  background: url('/images/careers_dashboard/sprite_indicators3.png?v=6') left top no-repeat;
  background-size: 725px 25px;
  display: block;
  /*
          &.coding_competition, &.won_coding_competition, &.hackathon_competition, &.won_hackathon_competition, &.comp_tech, &.comp_code_hack, &.comp_code_hack_won, &.comp_robotics, &.comp_robotics_won, &.comp_other_tech, &.comp_other_tech_won, &.scholarship {
            background-position: -8*@indicator_badge_width top;
          }
          */
  /*
          &.i_have_award, &.i_am_valedictorian, &.olympiad_participant, &.academic_scholarship, &.national_merit, &.diversity_scholarship, &.scholarship_women, &.scholarship_lgbt, &.scholarshp_1g, &.scholarship_other, &.competition_won {
            background-position: -11*@indicator_badge_width top;
          }
          */
  /*
          &.diversity, &.diversity_minority, &.diversity_other{
            background-position: -12*@indicator_badge_width top;
          }
          */
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.started_company {
  background-position: 0px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_have_a_personal_project {
  background-position: -25px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_have_fulltime {
  background-position: -50px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_have_internship,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_have_exp {
  background-position: -75px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.coding_since_hs {
  background-position: -100px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_am_athlete {
  background-position: -125px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_have_leadership {
  background-position: -150px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.ios_experience,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.android_experience,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.ios_published_app,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.android_published_app,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.published_app {
  background-position: -175px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.coding_competition,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.hackathon_competition,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_tech,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_code_hack,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_robotics,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_other_tech {
  background-position: -200px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.competition_won,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.won_coding_competition,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.won_hackathon_competition,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_code_hack_won,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_robotics_won,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_other_tech_won {
  background-position: -325px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.scholarship,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.academic_scholarship,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.national_merit,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_scholarship,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.scholarship_women,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.scholarship_lgbt,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.scholarshp_1g,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.scholarship_other {
  background-position: -350px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_non_tech,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.comp_non_tech_won,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.competition {
  background-position: -225px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.academic_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.student_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.music_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.entrepreneurship_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.hacking_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.robotics_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.honors_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.consulting_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.voluteer_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.womens_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.minority_group,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.lgbt_group {
  background-position: -250px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_have_award,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.olympiad_participant {
  background-position: -275px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.student_club_member {
  background-position: -400px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_have_parttime {
  background-position: -425px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_am_valedictorian {
  background-position: -475px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.i_am_smart {
  background-position: -675px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.eagle_scout {
  background-position: -500px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.girl_scout_gold_award {
  background-position: -700px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.olympiad_participant {
  background-position: -525px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.olympiad_international {
  background-position: -550px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_women {
  background-position: -575px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_minority,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_lgbt,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_1g,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_african_american,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_hispanic,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_pacific_islander,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_native_american,
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.diversity_other {
  background-position: -600px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.has_resume {
  background-position: -625px top;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_subsection_row .student_feed_profile_subsection .indicator_badge.citizen_of_community {
  background-position: -650px top;
}
.student_feed_section .student_feed_profile_section .subsection_second_row {
  position: relative;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row {
  margin-bottom: 20px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row:last-of-type {
  margin-bottom: 0px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row .student_feed_profile {
  width: 660px;
  background: white;
  padding: 15px;
  border: 1px solid #ddd;
  height: 340px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row .student_feed_profile_info {
  width: 270px;
  background: white;
  padding: 15px;
  border: 1px solid #ddd;
  height: 340px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row .student_feed_profile_info .profile_info_title {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  width: 160px;
  margin: 0px auto;
  margin-bottom: 30px;
  margin-top: 20px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row .student_feed_profile_info .profile_info_title span {
  font-size: 36px;
  font-weight: bold;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row:nth-child(odd) .student_feed_profile {
  float: left;
  margin-right: 15px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row:nth-child(odd) .student_feed_profile_info {
  float: right;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row:nth-child(even) .student_feed_profile {
  float: right;
  margin-left: 15px;
}
.student_feed_section .student_feed_profile_section .student_feed_profile_row:nth-child(even) .student_feed_profile_info {
  float: left;
}
.student_feed_section .quick_filters_container {
  margin-bottom: 15px;
  padding: 0 104px;
}
.student_feed_section .quick_filters_container .quick_filter_box {
  padding: 8px 7px;
  margin: 0 5px;
  background: #e6e6e6;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 3px;
}
.student_feed_section .quick_filters_container .quick_filter_box:hover {
  background: #d2d2d2;
}
.student_feed_section .quick_filters_container .quick_filters_header {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  margin-right: 5px;
  font-weight: 500;
}
.student_feed_section .quick_filters_container .quick_filter_checkbox {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  background: white;
  margin-right: 5px;
  margin-top: 2px;
}
.student_feed_section .quick_filters_container .quick_filter_checkbox .glyphicon-ok {
  color: #3E7AAA;
  font-size: 10px;
  left: 1px;
  top: 1px;
}
.student_feed_section .quick_filters_container .filter_name {
  display: inline-block;
}
.student_feed_section .student_network_feed_container {
  position: relative;
  padding: 20px 0 0 0;
}
.student_feed_section .student_network_feed_container .filter_students_container {
  border: 1px solid #999;
  border-radius: 3px;
  position: absolute;
  right: -70px;
  top: 20px;
  padding: 15px 20px 5px 20px;
  width: 260px;
}
.student_feed_section .student_network_feed_container .filter_students_container .filter_students_header {
  margin-bottom: 15px;
}
.student_feed_section .student_network_feed_container .filter_students_container .apply_btn {
  background: #bbb;
  color: white;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 2px 6px 3px 6px;
  line-height: 1.2;
  margin-top: 3px;
  transition: background 0.3 ease;
}
.student_feed_section .student_network_feed_container .filter_students_container .apply_btn_blue {
  background: #3E7AAA;
}
.student_feed_section .student_network_feed_container .filter_students_container .filter_students_title {
  color: #777;
  font-size: 18px;
}
.student_feed_section .student_network_feed_container .filter_students_container .filter_name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}
.student_feed_section .student_network_feed_container .filter_students_container .fitler_input {
  border-radius: 3px;
}
.student_feed_section .student_network_feed_container .filter_students_container .filter_section {
  margin-bottom: 10px;
}
.student_feed_section .student_network_feed_container .filter_students_container .filter_section input {
  display: block;
  width: 100%;
  height: 28px;
}
.student_feed_section .student_network_feed_container .student_card_wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card {
  background: white;
  border: 1px solid #ddd;
  height: 99px;
  position: relative;
  float: left;
  width: 250px;
  margin: 0px 5px 5px 0px;
  padding: 5px;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card:nth-child(3n) {
  margin-right: 0;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .connect_button {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #666;
  font-size: 10px;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: #ddd;
  cursor: auto;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .connect_button:focus,
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .connect_button:active {
  outline: none !important;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .connect_button .connected_icon {
  background: url(/images/careers_dashboard/connected_sprites.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 300% 100%;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .connect_button .connected_icon_green {
  background-position: -16px 0px;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .connect_button .connected_icon_plus {
  background-position: -32px 0px;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .connect_button_green {
  background: #48B54E;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .badges_list {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  min-height: 16px;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .badges_list li {
  float: left;
  margin-right: 3px;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .student_image {
  width: 86px;
  height: 86px;
  float: left;
  overflow: hidden;
  background: url('../../images/careers_dashboard/new_default_profile_photo.png') left top;
  background-size: 86px 86px;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .student_image img {
  width: 100%;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .student_info {
  padding: 2px 5px 0;
  padding-left: 92px;
  color: #333;
  font-size: 12px;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .student_info .student_meta,
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .student_info .student_card_name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.student_feed_section .student_network_feed_container .student_card_wrapper .student_card .student_info .student_card_name {
  max-width: 88%;
  font-weight: bold;
  display: block;
}
.student_feed_section .student_feed_section_see_more_wrapper {
  position: absolute;
  top: 50%;
  right: -40px;
  color: #999;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-top: -20px;
  transition: 0.3s;
}
.student_feed_section .student_feed_section_see_more_wrapper:hover,
.student_feed_section .student_feed_section_see_more_wrapper:active,
.student_feed_section .student_feed_section_see_more_wrapper:focus {
  text-decoration: none;
  color: #666;
}
.student_feed_section .student_feed_section_see_more_wrapper .see_more_arrow {
  font-size: 30px;
  position: relative;
  margin-bottom: 10px;
  right: 4px;
}
.student_feed_section .student_feed_section_see_more_wrapper .see_more_arrow .glyphicon-chevron-right,
.student_feed_section .student_feed_section_see_more_wrapper .see_more_arrow .glyphicon-chevron-left {
  font-size: 30px;
}
.student_feed_section .student_feed_section_header {
  font-size: 24px;
  font-weight: bold;
  color: #454545;
  text-align: center;
}
.student_feed_section .student_feed_section_subheader {
  font-size: 16px;
  font-weight: 300;
  color: #454545;
  margin-bottom: 30px;
  text-align: center;
}
.student_feed_section .sort_on_wrapper .sort_by_text {
  color: #777;
  font-weight: 500;
  font-size: 17px;
}
.student_feed_section .sort_on_wrapper label {
  color: #777;
  font-weight: 400;
  font-size: 15px;
}
.student_feed_section .sort_on_wrapper input {
  position: relative;
  bottom: 1px;
}
.company_square_card_list {
  margin-bottom: 0px;
}
.company_square_card_list .company_square_card {
  margin-right: 15px;
}
.power_of_community_wrapper .power_of_community {
  float: left;
  width: 23%;
  margin: 1%;
  background: grey;
  height: 400px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.power_of_community_wrapper .power_of_community:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
.power_of_community_wrapper .power_of_community.resume_community {
  background: url('/images/student_careers_dashboard/resume_bg.png') top left no-repeat;
  background-size: cover;
}
.power_of_community_wrapper .power_of_community.resume_community .power_of_community_header {
  background: #a952a5;
}
.power_of_community_wrapper .power_of_community.clear_path_community {
  background: url('/images/student_careers_dashboard/clear_path_bg.png') top left no-repeat;
  background-size: cover;
}
.power_of_community_wrapper .power_of_community.clear_path_community .power_of_community_header {
  background: #7672a2;
}
.power_of_community_wrapper .power_of_community.interviews_community {
  background: url('/images/student_careers_dashboard/interviews_bg.png') top left no-repeat;
  background-size: cover;
}
.power_of_community_wrapper .power_of_community.interviews_community .power_of_community_header {
  background: #fbb03b;
}
.power_of_community_wrapper .power_of_community.offers_community {
  background: url('/images/student_careers_dashboard/offers_bg.png') top left no-repeat;
  background-size: cover;
}
.power_of_community_wrapper .power_of_community.offers_community .power_of_community_header {
  background: #54bce8;
}
.power_of_community_wrapper .power_of_community .power_of_community_header {
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  color: white;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  background: black;
}
.power_of_community_wrapper .power_of_community .power_of_community_text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: white;
  padding: 15px 10px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  height: 76px;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.35);
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9);
}
.power_of_community_wrapper .power_of_community .question_overlay_container {
  color: white;
  position: absolute;
  top: 170px;
  padding: 12px 22px 23px 22px;
  background: rgba(0, 0, 0, 0.35);
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9);
}
.power_of_community_wrapper .power_of_community .question_overlay_container h5 {
  margin-bottom: 5px;
  font-size: 16px;
}
.power_of_community_wrapper .power_of_community .question_overlay_container textarea {
  background: rgba(255, 255, 255, 0.5);
  border: none;
}
.power_of_community_wrapper .overlay {
  padding: 90px 20px 20px 20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  height: 400px;
  left: 0px;
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.power_of_community_wrapper .overlay .overlay_text {
  text-align: center;
  color: black;
  text-decoration: none;
}
.power_of_community_wrapper .overlay textarea {
  width: 100%;
  resize: vertical;
  margin-bottom: 10px;
  max-height: 200px;
}
.event_card_list {
  position: relative;
}
.event_card_list .event_card {
  background: white;
  padding: 10px;
  border: 1px solid #e6e6e6;
  width: 305px;
  margin-bottom: 10px;
  margin-right: 27px;
  float: left;
}
.event_card_list .event_card:nth-child(3n) {
  margin-right: 0;
}
.event_card_list .event_card:last-of-type {
  margin-right: 0px;
}
.event_card_list .event_card .attendance_section {
  font-size: 12px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: 300;
}
.event_card_list .event_card .attendance_section .attendance_section_title {
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 5px;
}
.event_card_list .event_card .attendance_section .attendance_section_content {
  margin-right: 5px;
}
.event_card_list .event_card .attendance_section .attendance_section_content .glyphicon-ok {
  color: #8cc63f;
}
.event_card_list .event_card .event_actions {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.event_card_list .event_card .event_actions .rsvp_list {
  line-height: 30px;
  color: #999;
  font-size: 13px;
}
.event_card_list .event_card .event_text {
  font-size: 14px;
  font-weight: 300;
  font-size: 12px;
}
.event_card_list .event_card .event_text .event_link_header {
  height: 18px;
}
.event_card_list .event_card .link_list {
  margin: 0;
  padding: 0;
  height: 34px;
  list-style: none;
}
.event_card_list .event_card .event_link {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_card_list .event_card .no_links {
  color: #999;
}
.event_card_list .event_card .event_description {
  word-wrap: break-word;
  height: 48px;
}
.event_card_list .event_card .event_logo_parent {
  width: 36px;
  height: 36px;
  margin-top: 0px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
}
.event_card_list .event_card .event_logo_parent img {
  width: 100%;
}
.event_card_list .event_card .event_logo_parent:nth-child(n+8) {
  margin-bottom: 0;
}
.event_card_list .event_card .event_parent_logo_container {
  height: 59px;
}
.event_card_list .event_card .event_card_header {
  margin-bottom: 15px;
}
.event_card_list .event_card .event_card_header .event_logo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin: 2px 10px 0 0;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}
.event_card_list .event_card .event_card_header .event_logo img {
  width: 100%;
}
.event_card_list .event_card .event_card_header .event_meta {
  max-width: 237px;
}
.event_card_list .event_card .event_card_header .event_meta .event_title {
  font-size: 13px;
  font-weight: 500;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_card_list .event_card .event_card_header .event_meta .expand_title {
  width: 275px;
}
.event_card_list .event_card .event_card_header .event_meta .event_location {
  font-size: 11px;
  font-weight: 300;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student_feed_campaign {
  background: white;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  height: 307px;
}
.student_feed_campaign .student_feed_campaign_content {
  width: 630px;
  padding: 20px;
  font-weight: 300;
  float: left;
}
.student_feed_campaign .company_square_card {
  float: right;
  box-shadow: none;
  border-radius: 0px;
}
.student_feed_campaign .campaign_actions {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.student_feed_campaign .campaign_actions .btn-group {
  margin-right: 10px;
}
.campaign_author_wrapper {
  margin-bottom: 10px;
}
.campaign_author_wrapper .campaign_author_img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}
.campaign_author_wrapper .campaign_author_img img {
  width: 100%;
}
.campaign_author_wrapper .campaign_author_meta {
  padding-left: 60px;
}
.campaign_author_wrapper .campaign_author_meta .campaign_author_title {
  font-size: 18px;
  font-weight: 500;
}
.campaign_author_wrapper .campaign_author_meta .campaign_author_subtitle {
  font-size: 15px;
  font-weight: 300;
}
.search_example_container {
  padding: 10px;
  background: #e6e6e6;
  width: 475px;
  margin: 0 10px 10px 0;
  border-radius: 5px;
}
.search_example_container:nth-child(8) {
  margin-bottom: 0;
}
.search_example_container:nth-child(9) {
  margin-bottom: 0;
}
.search_example_container .search_example_time {
  padding: 14px 0 0 3px;
  width: 100px;
  font-size: 14px;
  color: #777;
}
.search_example_container .company_logo {
  width: 60px;
  height: 60px;
  background: white;
  margin-right: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.search_example_container .search_header {
  color: #888;
  font-size: 13px;
  font-weight: 400;
}
.search_example_container .search_header .divider {
  margin: 0px 5px;
}
.search_example_container .search_header .elapsed_time {
  font-size: 11px;
  padding-top: 1px;
}
.search_example_container .search_header .company {
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_example_container .search_items_container {
  max-width: 360px;
  overflow: hidden;
  line-height: 1.2;
  height: 42px;
}
.search_example_container .search_item {
  font-size: 15px;
  font-weight: 500;
}
.search_example_container .comma {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.search_example_wrapper {
  background: white;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding: 10px;
  width: 870px;
  height: 42px;
}
.search_example_wrapper .search_example_date {
  color: #454545;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.search_example_wrapper .glyphicon-search {
  top: -4px;
  color: #777;
}
.search_example_wrapper .search_example {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  display: inline-block;
  overflow: hidden;
  margin-left: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 820px;
}
.search_example_wrapper .search_example .keyword {
  font-weight: 500;
  text-decoration: underline;
  color: #454545;
}
.search_example_wrapper .search_example .logic {
  color: #999;
}
.company_square_card {
  width: 231px;
  height: 231px;
  position: relative;
  overflow: hidden;
  display: block;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: 0.3s;
  margin-bottom: 15px;
}
.company_square_card:nth-child(n+4) {
  margin-bottom: 0;
}
.company_square_card:active,
.company_square_card:focus {
  outline: none;
  box-shadow: none;
}
.company_square_card:nth-child(4n) {
  margin-right: 0;
}
.company_square_card img {
  height: 100%;
  position: absolute;
  left: -80px;
  z-index: 5;
}
.company_square_card:hover .gradient_overlay.initial {
  opacity: 0;
}
.company_square_card:hover .gradient_overlay.final {
  opacity: 1;
}
.company_square_card .company_square_card_text {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
  color: white;
  z-index: 20;
  margin-top: -31px;
}
.company_square_card .company_square_card_title {
  font-size: 23px;
  font-weight: bold;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.company_square_card .company_square_card_subtitle {
  font-size: 18px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 92%;
  margin: 0 auto;
}
.company_square_card .gradient_overlay {
  background-size: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.41+0,0.42+100 */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.42) 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.42) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.42) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#6b000000', GradientType=0);
  /* IE6-9 */
  display: block;
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  transition: opacity .45s;
}
.company_square_card .gradient_overlay.initial {
  opacity: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.41+0,0.42+100 */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.42) 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.42) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.42) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#6b000000', GradientType=0);
  /* IE6-9 */
}
.company_square_card .gradient_overlay.final {
  opacity: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+66,000000+100&0+0,0.2+66,0.77+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.77) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.77) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.77) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c4000000', GradientType=0);
  /* IE6-9 */
}
.company_square_card .gradient_overlay_bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+76,000000+77,000000+100&0+0,0+76,0.43+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.02) 77%, rgba(0, 0, 0, 0.43) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.02) 77%, rgba(0, 0, 0, 0.43) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.02) 77%, rgba(0, 0, 0, 0.43) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#6e000000', GradientType=0);
  /* IE6-9 */
  display: block;
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  transition: opacity .45s;
}
.company_square_card .matched_on_overlay {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 8px;
  z-index: 1001;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.company_square_card .matched_on_text {
  text-align: center;
  text-shadow: 1px 1px #333;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.refer_students_container {
  background-color: #fef6cd;
  border: 2px solid #eadc70;
  margin: auto;
  padding: 10px 5px;
  position: absolute;
  left: 20px;
  text-align: center;
  top: 20px;
  width: 208px;
  z-index: 1;
}
.refer_students_container.refer_in_content {
  top: 500px;
}
.refer_students_container h3 {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.refer_students_container p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.refer_students_container p textarea {
  background: #fef6cd;
  border: none;
  color: #333;
  font-size: 12px;
  height: 15px;
  padding: 0;
  resize: none;
  width: 100%;
  outline: none;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1435px) {
  .company_preferences_container {
    display: none;
  }
  .company_preferences_container.top {
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero_img {
    background: url('https://dvngeac8rg9mb.cloudfront.net/images/student_careers_dashboard/student_careers_updated_hero_retina.jpeg') no-repeat !important;
    background-size: cover !important;
  }
  .student_feed_section_banner .hero_img {
    background: url('/images/student_careers_dashboard/networking_image.jpeg') no-repeat !important;
  }
}
