/*****************/
/* line 3, scss/sk_public_profile-tablet.scss */
#profile-info.public_profile_container {
  width: 560px;
  margin-top: 0px;
  top: 70%;
}
/* line 7, scss/sk_public_profile-tablet.scss */
#profile-info.public_profile_container .profile-head {
  background: #ffffff;
}
/* line 10, scss/sk_public_profile-tablet.scss */
#profile-info.public_profile_container.fixed {
  position: fixed;
  top: 180px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  width: 560px;
  padding: 0;
  margin-left: -30px;
  padding-left: 30px;
  height: 108px;
  z-index: 10;
}
/* line 22, scss/sk_public_profile-tablet.scss */
#profile-info.public_profile_container.fixed.small {
  height: 60px;
  top: 75px;
}

/* line 28, scss/sk_public_profile-tablet.scss */
.profile-header-container {
  margin-top: 0px;
  padding-bottom: 20px;
}
/* line 31, scss/sk_public_profile-tablet.scss */
.profile-header-container .circle {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  display: block;
  float: left;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  margin: 5px;
}
/* line 44, scss/sk_public_profile-tablet.scss */
.profile-header-container .header-content-container .header-content-header {
  clear: none;
  height: 100%;
  position: relative;
}
/* line 48, scss/sk_public_profile-tablet.scss */
.profile-header-container .header-content-container .header-content-header #sk-public-profile-edit-public-profile {
  position: absolute;
  right: 0px;
}
/* line 53, scss/sk_public_profile-tablet.scss */
.profile-header-container .profile-name-container {
  width: 100%;
}
/* line 56, scss/sk_public_profile-tablet.scss */
.profile-header-container .profile-header-name-subtitle {
  float: left;
  width: auto;
}

/* line 62, scss/sk_public_profile-tablet.scss */
.public-profile-cover-picture {
  width: 100%;
  height: 250px;
  /*transition: width 0.2s;
  -webkit-appearance: none;*/
  display: block;
  background: no-repeat;
}
/* line 69, scss/sk_public_profile-tablet.scss */
.public-profile-cover-picture.fixed-header {
  margin-top: 100px;
}

/* line 74, scss/sk_public_profile-tablet.scss */
.profile-page-header {
  width: 100%;
  height: auto !important;
  background-image: url("../../../../themes/student/i/bg.png");
}
/* line 78, scss/sk_public_profile-tablet.scss */
.profile-page-header.fixed {
  position: fixed;
  top: 36px;
  width: 560px;
  padding: 0;
  margin-left: -30px;
  padding-left: 30px;
  height: 34px;
  z-index: 10;
}
/* line 88, scss/sk_public_profile-tablet.scss */
.profile-page-header .back-button {
  float: left;
  margin-top: 11px;
  margin-bottom: 11px;
  width: 35px;
  height: 20px;
  margin-left: 25px;
}
/* line 96, scss/sk_public_profile-tablet.scss */
.profile-page-header .profile-page-header-span-text, .profile-page-header .profile-page-header-text {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
/* line 103, scss/sk_public_profile-tablet.scss */
.profile-page-header .profile-page-header-span-text a, .profile-page-header .profile-page-header-text a {
  color: #ffffff;
  padding: 5px;
}

/* line 110, scss/sk_public_profile-tablet.scss */
.profile-page-nav {
  height: 36px;
  padding: 10px 0;
  overflow: hidden;
  background: #ffffff;
}
/* line 115, scss/sk_public_profile-tablet.scss */
.profile-page-nav.fixed {
  /*-webkit-box-shadow: -4px 3px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: -4px 3px 5px rgba(0,0,0,0.2);
  box-shadow: -4px 3px 5px rgba(0,0,0,0.2);*/
  top: 78px;
  position: fixed;
  width: 560px;
  margin-left: -30px;
  padding: 10px 0 10px 30px;
  height: 36px;
  z-index: 10;
}
/* line 127, scss/sk_public_profile-tablet.scss */
.profile-page-nav .profile-mini-nav {
  clear: both;
  display: block;
}
/* line 131, scss/sk_public_profile-tablet.scss */
.profile-page-nav h2 {
  font-size: 25px;
  color: #212939;
  float: left;
  margin-left: 30px;
  margin-top: 15px;
}

/* line 140, scss/sk_public_profile-tablet.scss */
.public_profile_page_search {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  background: #ffffff;
}
/* line 147, scss/sk_public_profile-tablet.scss */
.public_profile_page_search .public_profile_page_search_title {
  float: left;
  color: #343434;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 5px 10px 30px;
}
/* line 154, scss/sk_public_profile-tablet.scss */
.public_profile_page_search .public_profile_page_search_form {
  float: right;
  width: 374px;
}

/* line 160, scss/sk_public_profile-tablet.scss */
.public-profile-page-contents {
  width: 530px;
  margin-left: 30px;
}

/* line 164, scss/sk_public_profile-tablet.scss */
.content-container {
  clear: both;
}
/* line 167, scss/sk_public_profile-tablet.scss */
.content-container .content-header h2 {
  float: left;
  clear: left;
  margin-top: 10px;
}
/* line 174, scss/sk_public_profile-tablet.scss */
.content-container .content-header .edit_profile_button {
  float: left;
  clear: right;
  margin-top: 16px;
}

/* line 184, scss/sk_public_profile-tablet.scss */
.ui-accordion .ui-accordion-header.no-children .ui-icon-triangle-1-s {
  background: url("/profiles/sk/themes/student/i/newsrail-right-arrow-opened.png") no-repeat 0px 4px;
}

/* line 195, scss/sk_public_profile-tablet.scss */
.view-profiles-search .profiles_search_view_content .views-row .views-field-php img {
  width: 66px;
  height: 67px;
}

/* line 206, scss/sk_public_profile-tablet.scss */
.page-user-profile .field-content {
  color: #343434;
  font-size: 16px;
  line-height: 18px;
}
/* line 212, scss/sk_public_profile-tablet.scss */
.page-user-profile #edit-actions .sn_update_profile_button.form-submit {
  padding: 7px 20px 6px;
  line-height: normal;
}

/* line 219, scss/sk_public_profile-tablet.scss */
.research_additional_links {
  line-height: 24px;
}

/* line 224, scss/sk_public_profile-tablet.scss */
#block-accordion-menu-1 {
  display: block !important;
}

/* line 228, scss/sk_public_profile-tablet.scss */
.public_profile_container h1 {
  color: #212939;
  /*#343434;*/
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

/* line 239, scss/sk_public_profile-tablet.scss */
.name-anchor-social {
  min-height: 160px;
}
/* line 241, scss/sk_public_profile-tablet.scss */
.name-anchor-social .desktop-social-icons {
  float: right;
  width: 100%;
  height: auto;
  margin-bottom: 2%;
  display: block;
}
/* line 248, scss/sk_public_profile-tablet.scss */
.name-anchor-social .profile_page_links_active {
  color: #03bddf !important;
  text-decoration: underline;
  outline: none;
}
/* line 254, scss/sk_public_profile-tablet.scss */
.name-anchor-social .name-anchor-social_inner {
  margin-top: 2%;
}

/* line 259, scss/sk_public_profile-tablet.scss */
.name-anchor-social_container {
  width: 49%;
  padding: 1%;
  float: left;
}

/* line 264, scss/sk_public_profile-tablet.scss */
.profile-header-links {
  width: 44%;
  float: right;
  display: block;
  margin-top: 20px;
}
/* line 269, scss/sk_public_profile-tablet.scss */
.profile-header-links .profile-page-links {
  margin: 0;
  float: right;
  padding: 0;
}
/* line 273, scss/sk_public_profile-tablet.scss */
.profile-header-links .profile-page-links li {
  float: left;
  padding: 2px 5px;
  margin-left: 4px;
  border: solid 2px #ffffff;
  list-style: none;
  width: auto;
  color: #212939;
}
/* line 281, scss/sk_public_profile-tablet.scss */
.profile-header-links .profile-page-links li:hover, .profile-header-links .profile-page-links li.active {
  border: solid 2px #03BDDF;
  color: #03BDDF;
}
/* line 286, scss/sk_public_profile-tablet.scss */
.profile-header-links .profile-page-links li:hover a, .profile-header-links .profile-page-links li.active a {
  color: #03BDDF!important;
}
/* line 289, scss/sk_public_profile-tablet.scss */
.profile-header-links .profile-page-links li a {
  color: #212939;
  font-size: 13px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
}

/* line 299, scss/sk_public_profile-tablet.scss */
.connect_us_div {
  width: 35%;
  height: auto;
  float: right;
}

/* line 305, scss/sk_public_profile-tablet.scss */
.content-top-title {
  text-align: center;
  border-top: 2px solid #0084A5;
  height: 46px;
}

/* line 313, scss/sk_public_profile-tablet.scss */
.ui-accordion .ui-accordion-header.no-children .ui-icon-triangle-1-s {
  background: url("/profiles/sk/themes/student/i/newsrail-right-arrow-opened.png") no-repeat 0px 4px;
}

/* line 320, scss/sk_public_profile-tablet.scss */
#sk-public-profile-form .form-type-textfield {
  border: 2px solid #0082a2;
  float: left;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  width: 151px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 329, scss/sk_public_profile-tablet.scss */
#sk-public-profile-form .form-type-textfield .form-text {
  float: left;
  width: 100%;
  height: 31px;
}
/* line 336, scss/sk_public_profile-tablet.scss */
#sk-public-profile-form .form-type-select > label {
  display: none !important;
}
/* line 339, scss/sk_public_profile-tablet.scss */
#sk-public-profile-form .form-type-select {
  width: auto !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  float: left;
  margin-right: 18px;
  margin-left: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 350, scss/sk_public_profile-tablet.scss */
#sk-public-profile-form #edit-submit-button {
  background-color: #0082a2;
  border: 2px solid #0082a2;
  color: #fff;
  float: left;
  font-weight: bold;
  padding: 1px !important;
  font-size: 16px !important;
  height: 35px;
  width: 64px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 0;
}
/* line 367, scss/sk_public_profile-tablet.scss */
#sk-public-profile-form #block_profile_page_select {
  float: left;
  width: 137px;
  font-size: 12px;
  height: 37px;
  color: #fff;
  padding-left: 5px;
  font-weight: bold;
  background-color: #0082a2;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 381, scss/sk_public_profile-tablet.scss */
#sk-public-profile-form #edit-search-keyword.form-text {
  border-radius: 0px;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  width: 100%;
  height: 31px;
}

/* line 393, scss/sk_public_profile-tablet.scss */
.profile-info-header-shadow {
  background-repeat: repeat-x;
  width: 100%;
}

/* line 399, scss/sk_public_profile-tablet.scss */
body.responsive-layout-tablet #my_research > form {
  float: left;
  margin-top: 15px;
}

/* line 405, scss/sk_public_profile-tablet.scss */
#profile_name_header .name > form {
  float: left;
}

/* line 413, scss/sk_public_profile-tablet.scss */
#profile_name_header profile_page_links {
  display: block;
}

/* line 421, scss/sk_public_profile-tablet.scss */
body.responsive-layout-desktop .full_profile_page_badges,
body.responsive-layout-wide .full_profile_page_badges,
body.responsive-layout-tablet .full_profile_page_badges {
  display: block;
}

/* line 430, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_container h1,
.full_profile_page_project_container h2,
.full_profile_page_project_container h3,
.full_profile_page_project_container h4,
.full_profile_page_project_container h5,
.full_profile_page_project_container h6 {
  color: #343434;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 437, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_container_program h3 {
  font-size: 20px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 1%;
}

/* line 445, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_container h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

/* line 451, scss/sk_public_profile-tablet.scss */
.full_profile_badge_page_image_badge_title h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

/* line 459, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_container h6 {
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
}

/* line 466, scss/sk_public_profile-tablet.scss */
.connect-me-header {
  display: none;
}

/* line 471, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container {
  margin-bottom: 0px;
  background: none;
  float: left;
  height: auto;
  margin-top: 12px;
}
/* line 477, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  min-height: 0px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
/* line 488, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link {
  background: none;
  float: left;
  text-align: left;
  margin: 0;
  padding: 2px 11px;
  /*border-right: 1px solid #111111;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 19px;
  padding-top: 0;*/
  width: auto;
  border-right: 1px solid #0084A5;
  border-top: 1px solid #0084A5;
  border-bottom: 1px solid #0084A5;
}
/* line 503, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link:first-child {
  border-left: 1px solid #0084A5;
}
/* line 506, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link.form-type-bef-link#edit-sort-by-profile-main-field-profile-last-name {
  width: auto;
}
/* line 509, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link a {
  font-size: 13px;
  /*font-size:20px;*/
  font-weight: 700;
  color: #019fc2;
}
/* line 514, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link.selected {
  background: none;
  border-bottom: none;
}
/* line 517, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link.selected a {
  color: #0084A5;
  background: none;
  width: auto;
}
/* line 523, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link:not(.selected) {
  background: #eee;
}
/* line 525, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link:not(.selected) a {
  color: #000;
  width: auto;
}
/* line 529, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .bef-select-as-links .form-item .form-type-bef-link:not(.selected) a:hover {
  color: #0084A5;
  width: auto;
  background: none;
}

/* line 545, scss/sk_public_profile-tablet.scss */
#edit-sort-by-profile-main-field-display-name {
  background: none !important;
}

/* line 549, scss/sk_public_profile-tablet.scss */
.profile_search_attachment .load_dynamic_result_count {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 555, scss/sk_public_profile-tablet.scss */
.view-profiles-search {
  float: left;
  width: 100%;
}
/* line 559, scss/sk_public_profile-tablet.scss */
.view-profiles-search .views-row .views-row-first {
  margin-top: 20px;
}
/* line 564, scss/sk_public_profile-tablet.scss */
.view-profiles-search .profiles_search_sort_container {
  margin-left: 5%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  min-height: 0px;
  height: auto;
  width: 95%;
  background: none;
}
/* line 574, scss/sk_public_profile-tablet.scss */
.view-profiles-search .profiles_search_sort_container .profile_search_sort_by_link {
  float: left;
}
/* line 577, scss/sk_public_profile-tablet.scss */
.view-profiles-search .profiles_search_sort_container .profile_search_sort_by_link .bef-select-as-links {
  float: left;
  width: 400px;
}
/* line 580, scss/sk_public_profile-tablet.scss */
.view-profiles-search .profiles_search_sort_container .profile_search_sort_by_link .bef-select-as-links .form-type-bef-link.selected > a {
  cursor: default;
  color: #000;
}

/* line 591, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container {
  min-height: 0px;
}
/* line 597, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_textbox .form-item-search-api-views-fulltext .form-text {
  height: 28px;
  border-color: #0084A5 #FFFFFF #0084A5 #0084A5;
  border-style: solid;
  border-width: 2px;
}

/* line 609, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges {
  width: 100%;
  height: auto;
  min-height: 100px;
  float: left;
  display: block;
}
/* line 615, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges .full_profile_page_badges_container {
  width: 100%;
  height: auto;
  min-height: 200px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 623, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges .full_profile_page_badges_container .full_profile_page_project_inner_container {
  width: 48%;
  height: auto;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 631, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges .full_profile_page_badges_container .full_profile_page_project_container_program {
  width: 98%;
  height: auto;
  float: left;
  margin-top: 2px;
}

/* line 641, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_container {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
  margin-bottom: 2%;
}
/* line 648, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_container .full_profile_page_project_inner_container {
  width: 48%;
  height: auto;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 659, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges_inner_container {
  width: 48%;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 668, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges_comp {
  width: 98%;
  height: auto;
  float: left;
  margin-top: 2px;
}

/* line 675, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges_comp_title {
  width: 92%;
  height: auto;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
}

/* line 684, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges_image_container {
  width: 48%;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 691, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges_image_inner {
  height: auto;
  float: left;
  margin-top: 2px;
  text-align: center;
  width: 100%;
}

/* line 699, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges_image_title {
  height: auto;
  float: right;
  margin-top: 2px;
  width: 100%;
}

/* line 706, scss/sk_public_profile-tablet.scss */
.full_profile_page_badges_image_desc {
  height: auto;
  float: right;
  margin-top: 2px;
  width: 100%;
}

/* line 713, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_title {
  width: 90%;
  height: auto;
  float: left;
}

/* line 719, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_school_name {
  width: 90%;
  height: auto;
  float: left;
}

/* line 725, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_school_city {
  width: 90%;
  height: auto;
  float: left;
}

/* line 730, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_school_country {
  width: 90%;
  height: auto;
  float: left;
  margin-bottom: 5px;
}

/* line 737, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_image_con {
  width: 96.5%;
  height: 80px;
  float: left;
  border-top: 1px solid grey;
  display: table;
  padding: 5px;
  vertical-align: middle;
}

/* line 748, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_image_con.active {
  background-color: #e4f9fd;
}

/* line 751, scss/sk_public_profile-tablet.scss */
J.competition_name {
  width: 100%;
  height: auto;
  min-height: 20px;
  float: left;
}

/* line 759, scss/sk_public_profile-tablet.scss */
.badges_title {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

/* line 767, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_badges_inf {
  width: 98%;
  height: auto;
  float: left;
}

/* line 773, scss/sk_public_profile-tablet.scss */
.full_profile_page_project_badges_inf_heading {
  margin-top: 0px;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

/* line 781, scss/sk_public_profile-tablet.scss */
.research_video {
  width: 45%;
  height: auto;
  min-height: 260px;
  float: left;
}

/* line 788, scss/sk_public_profile-tablet.scss */
.full_profile_page_badge_image {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

/* line 795, scss/sk_public_profile-tablet.scss */
.full_profile_page_badge_title {
  width: 100%;
  height: auto;
  float: left;
}

/* line 801, scss/sk_public_profile-tablet.scss */
.full_profile_page_badge_desc {
  width: 100%;
  height: auto;
  float: left;
}

/* line 808, scss/sk_public_profile-tablet.scss */
#my_research .my_research_article {
  float: left;
  width: 100%;
}
/* line 812, scss/sk_public_profile-tablet.scss */
#my_research .my_research_video {
  width: 100%;
  float: right;
}
/* line 815, scss/sk_public_profile-tablet.scss */
#my_research .my_research_video .media {
  height: auto;
}
/* line 817, scss/sk_public_profile-tablet.scss */
#my_research .my_research_video .media iframe {
  width: 100%;
  height: 272px;
}

/* line 824, scss/sk_public_profile-tablet.scss */
.full_profile_badge_page_image_container {
  width: 43%;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5%;
}
/* line 832, scss/sk_public_profile-tablet.scss */
.full_profile_badge_page_image_container .earn-view-image {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 838, scss/sk_public_profile-tablet.scss */
.full_profile_badge_page_image_container .full_profile_badge_page_image {
  width: 100%;
  float: left;
}
/* line 842, scss/sk_public_profile-tablet.scss */
.full_profile_badge_page_image_container .full_profile_badge_page_image .full_profile_badge_page_image_url {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
/* line 849, scss/sk_public_profile-tablet.scss */
.full_profile_badge_page_image_container .full_profile_badge_page_image .full_profile_badge_page_image_badge_title {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  line-height: 18px;
  color: #343434;
}
/* line 858, scss/sk_public_profile-tablet.scss */
.full_profile_badge_page_image_container .full_profile_badge_page_image .full_profile_badge_page_image_badge_desc {
  width: 100%;
  height: auto;
  float: left;
}

/* line 866, scss/sk_public_profile-tablet.scss */
.block-facetapi {
  width: 200px;
  float: left;
}
/* line 870, scss/sk_public_profile-tablet.scss */
.block-facetapi .form-item.form-type-select {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 875, scss/sk_public_profile-tablet.scss */
.block-facetapi h2.block-title {
  display: none;
}

/* line 884, scss/sk_public_profile-tablet.scss */
#block-system-main .view-profiles-search .profiles_search_view_content {
  width: 53%;
  margin-right: 0px;
  float: left;
  margin-left: 15px;
  overflow: hidden;
  margin-top: 13px;
}
/* line 893, scss/sk_public_profile-tablet.scss */
#block-system-main .view-profiles-search .profiles_search_view_block {
  width: 42%;
  height: auto;
  float: right;
  margin-top: -34px;
  margin-right: 1px;
}

/* line 904, scss/sk_public_profile-tablet.scss */
.node-openpublish-blog-post .field-name-field-badge-entity-program {
  display: none;
}
/* line 907, scss/sk_public_profile-tablet.scss */
.node-openpublish-blog-post .field-name-field-badge-entity-year {
  display: none;
}
/* line 910, scss/sk_public_profile-tablet.scss */
.node-openpublish-blog-post .field-name-field-sticky {
  display: none;
}

/* line 915, scss/sk_public_profile-tablet.scss */
.badge-issuer-teaser-right-view {
  width: 560px;
}

/* line 920, scss/sk_public_profile-tablet.scss */
#profile-info #infobar > form {
  float: left;
  margin-bottom: 24px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

/* line 930, scss/sk_public_profile-tablet.scss */
#sk_public_profile_edit_name_field .edit_profile_form_4 {
  text-align: right;
}

/* line 936, scss/sk_public_profile-tablet.scss */
#aboutid #user-profile-form {
  float: left;
  width: 99%;
}

/* line 943, scss/sk_public_profile-tablet.scss */
.page-profiles-search #sticky-top.sticky-header {
  margin-bottom: 20px;
  height: 46px;
}
/* line 948, scss/sk_public_profile-tablet.scss */
.page-profiles-search #region-content-right .block-sk-blog-block-display {
  display: none;
}
/* line 952, scss/sk_public_profile-tablet.scss */
.page-profiles-search #facetapi_select_facet_form_1 {
  margin-left: 5%;
  width: 100%;
  height: 38px;
  background-color: #0082A2;
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 5px;
  padding-top: 0px;
}
/* line 967, scss/sk_public_profile-tablet.scss */
.page-profiles-search #facetapi_select_facet_form_2 {
  margin-left: 5%;
  width: 100%;
  height: 38px;
  background-color: #0082A2;
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 5px;
  padding-top: 0px;
}
/* line 982, scss/sk_public_profile-tablet.scss */
.page-profiles-search #facetapi_select_facet_form_3 {
  margin-left: 5%;
  width: 100%;
  height: 37px;
  background-color: #0082A2;
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0;
}

/* line 999, scss/sk_public_profile-tablet.scss */
.search_breadcrumb {
  font-size: 24px;
  color: #343434;
  font-weight: bold;
}

/* line 1005, scss/sk_public_profile-tablet.scss */
#search_facet_competition_program {
  display: none;
  width: 34%;
  height: auto;
  float: left;
  margin-left: 2%;
}

/* line 1016, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_sort_container .form-item-sort-by {
  margin-left: 0px;
}

/* line 1023, scss/sk_public_profile-tablet.scss */
.search_breadcrumb_seperator {
  font-size: 20px;
  font-weight: normal;
}

/* line 1029, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profile_search_title_container {
  width: 95%;
  height: auto;
  min-height: 10px;
  float: left;
  margin-left: 5%;
  margin-top: 0px;
  margin-bottom: 9px;
  padding: 0px;
}
/* line 1039, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profile_search_title_container .profile_search_title {
  width: 20%;
  height: auto;
  min-height: 10px;
  float: left;
  margin-top: -4px;
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  display: block !important;
}
/* line 1054, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profile_search_title_container #search_facet_competition {
  width: 30%;
  height: auto;
  min-height: 10px;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin: 0px;
}
/* line 1063, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profile_search_title_container #search_facet_competition #search_facet_competition_inner {
  width: 100%;
  height: auto;
  float: left;
}
/* line 1069, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profile_search_title_container .profile_search_form_container {
  width: 45%;
  height: 36px;
  min-height: 10px;
  float: right;
  margin-top: 0px;
  margin: 0px;
}
/* line 1079, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profile_search_main_image {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
/* line 1086, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profile_search_attachment {
  margin-left: 5%;
  float: left;
  margin-top: 10px;
  margin-bottom: 14px;
}

/* line 1095, scss/sk_public_profile-tablet.scss */
.search_breadcrumb_container {
  width: 95%;
  float: left;
  margin-left: 5%;
  margin-top: 0px;
  padding: 0px;
}

/* line 1104, scss/sk_public_profile-tablet.scss */
.page-profiles-search #region-content {
  border-top: 0px solid gray;
}

/* line 1109, scss/sk_public_profile-tablet.scss */
.profiles_search_reset_container {
  margin-left: 5%;
  float: right;
  margin-top: 4px;
  margin-top: 11px;
}

/* line 1116, scss/sk_public_profile-tablet.scss */
#edit-search-api-views-fulltext {
  height: 28px;
  padding-left: 5px;
}

/* line 1121, scss/sk_public_profile-tablet.scss */
#edit-submit-profiles-search, #edit-submit-demo {
  height: 40px;
  font-size: 16px;
}

/* line 1126, scss/sk_public_profile-tablet.scss */
.sk_public_profile_edit_contact_details_container {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}

/* line 1132, scss/sk_public_profile-tablet.scss */
.search_api_views_fulltext {
  height: 24px;
}

/* line 1136, scss/sk_public_profile-tablet.scss */
.profiles_search_view_block {
  display: block;
  margin-top: -34px;
}

/* line 1143, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_textbox {
  width: 66%;
}
/* line 1146, scss/sk_public_profile-tablet.scss */
#views-exposed-form-profiles-search-page .profiles_search_container .profiles_search_textbox .form-item-search-api-views-fulltext .form-text {
  height: 34px !important;
  border: 2px #0084A5 solid;
  font-size: 13px;
}

/* line 1158, scss/sk_public_profile-tablet.scss */
.profile_social {
  width: auto;
  padding: 0px;
}

/* line 1163, scss/sk_public_profile-tablet.scss */
#sk-public-profile-edit-public-profile--2 {
  display: block;
  float: right;
}

/* line 1168, scss/sk_public_profile-tablet.scss */
#sk-public-profile-edit-public-profile--4 {
  margin-top: 1px;
}

/* line 1174, scss/sk_public_profile-tablet.scss */
.project-competition-name {
  width: 100%;
  height: auto;
  float: left;
}
/* line 1178, scss/sk_public_profile-tablet.scss */
.project-competition-name h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #343434;
  font-weight: bold;
  line-height: 18px;
  font-family: Lato;
  font-size: 20px;
}

/* line 1183, scss/sk_public_profile-tablet.scss */
.project-page-project-title {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
}
/* line 1187, scss/sk_public_profile-tablet.scss */
.project-page-project-title h2 {
  margin-top: 0px;
  color: #343434;
  font-weight: bold;
  line-height: 18px;
  font-family: Lato;
  font-size: 16px;
}

/* line 1197, scss/sk_public_profile-tablet.scss */
.project-page-school-name {
  width: 100%;
  height: auto;
  float: left;
}
/* line 1201, scss/sk_public_profile-tablet.scss */
.project-page-school-name h2 {
  margin-top: 0px;
  color: #343434;
  font-weight: bold;
  line-height: 18px;
  font-family: Lato;
  font-size: 16px;
}

/* line 1211, scss/sk_public_profile-tablet.scss */
.project-page-project-category {
  width: 100%;
  height: auto;
  float: left;
}
/* line 1215, scss/sk_public_profile-tablet.scss */
.project-page-project-category h2 {
  margin-top: 0px;
  color: #343434;
  font-weight: bold;
  line-height: 18px;
  font-family: Lato;
  font-size: 16px;
}
/* line 1223, scss/sk_public_profile-tablet.scss */
.project-page-project-category span {
  margin-top: 0px;
  color: #343434;
  font-weight: normal;
  line-height: 18px;
  font-family: Lato;
  font-size: 16px;
}

/* line 1233, scss/sk_public_profile-tablet.scss */
.project-page-affilated-fair-name {
  width: 100%;
  height: auto;
  float: left;
}
/* line 1237, scss/sk_public_profile-tablet.scss */
.project-page-affilated-fair-name h2 {
  margin-top: 0px;
  color: #343434;
  font-weight: bold;
  line-height: 18px;
  font-family: Lato;
  font-size: 16px;
}

/* line 1247, scss/sk_public_profile-tablet.scss */
.project-page-project-description {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 5px;
}
/* line 1249, scss/sk_public_profile-tablet.scss */
.project-page-project-description h2 {
  margin-top: 0px;
  color: #343434;
  font-weight: bold;
  line-height: 18px;
  font-family: Lato;
  font-size: 16px;
}
/* line 1257, scss/sk_public_profile-tablet.scss */
.project-page-project-description b {
  margin-top: 0px;
  color: #343434;
  font-weight: normal;
  line-height: 18px;
  font-family: Lato;
  font-size: 13px;
}

/* line 1267, scss/sk_public_profile-tablet.scss */
.mobile_profile_search {
  display: none;
}

/* line 1271, scss/sk_public_profile-tablet.scss */
.full_profile_search {
  display: block;
}

/*
body.responsive-layout-mobile {
	.profile_about_header {
		.sn_update_profile_button.edit_profile_button {
			margin-top:0px;
      line-height:normal;
		}
	}
	.full_profile_page_badges {
		display:none;
	}
	#sk-public-profile-alumni-update-form { 
		.form-item {
			width:37% !important;
			.form-select {
				width: 111% !important;
			}
		}
	}
}
*/
/* line 1295, scss/sk_public_profile-tablet.scss */
#edit-profile-main-field-main-profile-aboutme-und-0-value {
  width: 99%;
}

/** CSS for Alumni Updates Block **/
/* line 1303, scss/sk_public_profile-tablet.scss */
.view-blog-listing #views-exposed-form-blog-listing-blog-main .views-exposed-widget:not(.views-submit-button) {
  float: left;
  width: 37%;
  margin-bottom: 10px;
}
/* line 1307, scss/sk_public_profile-tablet.scss */
.view-blog-listing #views-exposed-form-blog-listing-blog-main .views-exposed-widget:not(.views-submit-button) .form-item {
  overflow: hidden;
  display: block;
  line-height: 40px;
  background: #f3f3f3 url(/profiles/ss/themes/society/i/stirped-bkg.png) repeat;
  border: 1px solid #eeeeee;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  float: left;
}
/* line 1318, scss/sk_public_profile-tablet.scss */
.view-blog-listing #views-exposed-form-blog-listing-blog-main .views-exposed-widget:not(.views-submit-button) .form-item .form-select {
  width: 110%;
  background: url(/profiles/ss/themes/society/i/arrow_down.svg) no-repeat 87% center;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid white;
  border-radius: 0;
  color: #369dbf;
  font-family: Lato,Helvetica,Arial,Verdana,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  padding: 10px;
  margin: 0;
  outline-offset: -2px;
  box-sizing: border-box;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  letter-spacing: normal;
  word-spacing: normal;
  outline: none;
}
/* line 1346, scss/sk_public_profile-tablet.scss */
.view-blog-listing #views-exposed-form-blog-listing-blog-main .views-exposed-widget.views-submit-button {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
/* line 1349, scss/sk_public_profile-tablet.scss */
.view-blog-listing #views-exposed-form-blog-listing-blog-main .views-exposed-widget.views-submit-button #edit-submit-blog-listing {
  margin-top: 15px !important;
}
/* line 1356, scss/sk_public_profile-tablet.scss */
.view-blog-listing .views-row article.node-openpublish-blog-post {
  float: left;
}
/* line 1360, scss/sk_public_profile-tablet.scss */
.view-blog-listing .views-row .openpublish_reset_program_year {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
}

/* line 1370, scss/sk_public_profile-tablet.scss */
#edit-field-badge-entity-program-tid-wrapper {
  float: left;
  width: 28%;
  margin-bottom: 10px;
}
/* line 1375, scss/sk_public_profile-tablet.scss */
#edit-field-badge-entity-program-tid-wrapper .form-item {
  overflow: hidden;
  display: block;
  background: #f3f3f3 url(/profiles/ss/themes/society/i/stirped-bkg.png) repeat;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  float: left;
}
/* line 1384, scss/sk_public_profile-tablet.scss */
#edit-field-badge-entity-program-tid-wrapper .form-item .form-select {
  width: 110%;
  background: url(/profiles/ss/themes/society/i/arrow_down.svg) no-repeat 87% center;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #666;
  font-family: Lato,Helvetica,Arial,Verdana,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  padding: 3px !important;
  margin: 0;
  outline-offset: -2px;
  box-sizing: border-box;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  letter-spacing: normal;
  word-spacing: normal;
  outline: none;
}

/* line 1411, scss/sk_public_profile-tablet.scss */
#sk-public-profile-alumni-update-form {
  float: left;
  width: 100%;
}
/* line 1414, scss/sk_public_profile-tablet.scss */
#sk-public-profile-alumni-update-form .form-item {
  width: 37% !important;
  float: left;
  overflow: hidden;
  display: block;
  line-height: 40px;
  background: #f3f3f3 url(/profiles/ss/themes/society/i/stirped-bkg.png) repeat;
  border: 1px solid #eeeeee;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1425, scss/sk_public_profile-tablet.scss */
#sk-public-profile-alumni-update-form .form-item .form-select {
  width: 111% !important;
  background: url(/profiles/ss/themes/society/i/arrow_down.svg) no-repeat 87% center;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid white;
  border-radius: 0;
  color: #369dbf;
  font-family: Lato,Helvetica,Arial,Verdana,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  padding: 10px;
  margin: 0;
  outline-offset: -2px;
  box-sizing: border-box;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  letter-spacing: normal;
  word-spacing: normal;
  outline: none;
}
/* line 1453, scss/sk_public_profile-tablet.scss */
#sk-public-profile-alumni-update-form .form-item.form-item-competitions {
  margin-bottom: 0px;
}
/* line 1457, scss/sk_public_profile-tablet.scss */
#sk-public-profile-alumni-update-form .form-item.form-item-year {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1465, scss/sk_public_profile-tablet.scss */
body.responsive-layout-tablet .content-top-title {
  margin-left: 0px !important;
}
/* line 1468, scss/sk_public_profile-tablet.scss */
body.responsive-layout-tablet .profile-page-header, body.responsive-layout-tablet .profile-page-header-span {
  height: auto;
}

/** CSS for Alumni Updates Block Ends Here **/
