/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.highschool-search-box {
background: rgb(255,255,255);
position: absolute;
z-index: 9999;
width: 86%;
}

.highschool-search-box .item-title {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: bold;
    font-family: "Lato";
    color: rgb(20,104,169);
    font-size: 14px;
    line-height: 1.55em;
    text-shadow: none;
    cursor: pointer;
}

 #ess-group-dummy-tab-groups-li,
 .component-navigation.members-nav .count,
 .get-started-wrapper nav#subnav,
 .members-directory-wrapper .bp-pagination,
 .group-members-wrap .members   {
display: none;
 }

.get-started-wrapper {
    margin-top: 30px;
}

.get-started-wrapper input[type=button] {
    width: unset !important;
}


.get-started-wrapper .bb-bp-invites-content {
    padding: 20px !important;
}

.get-started-wrapper h3 {
    margin-bottom: 0px;
}

.get-started-wrapper small {
    font-size: 90%;
}

ul.ajax-groups-list {
    margin: 0;
    padding: 15px;
    border: 1px solid gainsboro;
    list-style: none;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 400px;
}

ul.ajax-groups-list li {
    border-bottom: 1px solid gainsboro !important;
}

ul.ajax-groups-list li .item,
ul.ajax-groups-list li .item-title {
    margin: 5px;
}

.get-started-wrapper {
    clear: both;
}

ul.ajax-groups-list li .group-members {
    float: right;
}

ul.ajax-groups-list li .item-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

ul.ajax-groups-list li.group-suggested-list,
ul.ajax-groups-list li.college-suggested-list {
    cursor: pointer;
}

.get-started-wrapper .group-ajax-pagination,
.get-started-wrapper .group-ajax-pagination-links {
    text-align: center;
}

.get-started-wrapper .page-numbers,
.get-started-wrapper .group-ajax-pagination-links span {
    margin-right: 6px;
    cursor: pointer;
}

.high_school_field_suggestion_wrapper input[type=text],
.college_field_suggestion_wrapper input[type=text] {
    width: calc(98% / 2) !important;
}

#search-panel,
#wplink-link-existing-content {
    display: none;
}

#wp-link-wrap {
    height: 300px !important;
}
