/***** SL College Start Here *****/
.accredited-school p a {
    color: var(--blue);;
}

.accredited-school p a:hover {
    color: var(--elm);
}

.guarantee-cards {
    text-align: center;
    max-width: 273px;
    margin-left: auto;
    position: relative;
    background: var(--body-bg);
    padding: 0 25px 35px;
    border: 1px solid var(--flamingo);
    border-radius: 5px;
}

.guarantee-cards .guarantee-img {
    margin: -22px 0 0;
}

.guarantee-cards .guarantee-title {
    font-size: var(--fs22);
    line-height: var(--lh24);
    font-family: "Atkinson Hyperlegible";
    font-style: normal;
    font-weight: 700;
    margin: 25px 0 5px;
}

.text-number-cards {
    background: var(--body-bg);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    padding: 20px 60px 20px 50px;
    border: 1px solid var(--light-border-color);
    border-radius: 5px;
}

.text-number-cards .percentage-count {
    font-size: 82px;
    line-height: 1;
    font-weight: 900;
    color: var(--elm);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto 0 0;
    margin-right: 40px;
}

.text-number-cards .percentage-content {
    font-size: var(--fs30);
    line-height: 30px;
    font-family: "Atkinson Hyperlegible";
    font-style: normal;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.text-number-cards.text-number-cards-mobile {
    background: var(--elm);
}

.text-number-cards.text-number-cards-mobile .percentage-content,
.text-number-cards.text-number-cards-mobile .percentage-count {
    color: var(--white);
}

.college-scholarship-clicks .two-btns {
    display: inline-block !important;
}

.college-scholarship-clicks .two-btns span {
    margin-right: 8px;
    display: inline-block;
}

.college-scholarship-clicks .two-btns span:last-child {
    margin-right: 0;
}

.college-scholarship-clicks .site-btn.active {
    background: var(--jungle-green);;
    color: var(--white);
    border: 1px solid rgba(42, 161, 124, 0.5);
}

.college-scholarship-clicks .site-btn.active svg path {
    fill: var(--white);
}

.college-scholarship-cards .college-scholarship-cards-listis {
    height: 1006px;
}

.college-scholarship-cards .col-row {
    margin-bottom: 15px;
    position: inherit !important;
    left: 0 !important;
    top: inherit !important;
}

.border-cards {
    border: 1px solid var(--light-border-color);
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 46px;
    background: var(--body-bg);
}

.border-cards .border-cards-titles {
    padding: 15px 15px 5px 12px;
}

.border-cards .border-cards-titles a {
    color: var(--cod-grey);
    font-size: var(--fs15);
    line-height: 16px;
    display: inline-block;
    font-weight: 700;
    max-width: 194px;
}

.border-cards .border-cards-titles a:hover {
    color: var(--elm);
}

.border-cards .brand-logo {
    text-align: center;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 5px 0 15px;
}

.border-cards .brand-logo img {
    max-width: 100px;
    max-width: 100px;
}

.border-cards .border-btns {
    border-top: 1px solid var(--light-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.border-cards .border-btns span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    text-align: center;
    border-right: 1px solid var(--light-border-color);
}

.border-cards .border-btns span:last-child {
    border-right: 0;
}

.border-cards .border-btns span a {
    display: inline-block;
    font-size: var(--fs14);
    line-height: 21px;
    padding: 10px 0;
    color: var(--cod-grey);
    width: 100%;
}

.border-cards .border-btns span a:hover {
    background-color: var(--jungle-green);;
    color: var(--white);
}

.lists-partner {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-border-color);
    margin-bottom: 15px;
}

.lists-partner:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.lists-partner .lists-partner-click {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    position: relative;
}

.lists-partner .lists-partner-click .round-bubble {
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: var(--black);
    border-radius: 50%;
}

.lists-partner .lists-partner-click .course-head {
    padding-left: 50px;
    color: var(--cod-grey);
    font-size: var(--fs16);
    font-weight: bold;
    display: inline-block;
}

.lists-partner .lists-partner-click .course-head:hover {
    color: var(--elm);
}

.lists-partner .item-scholar-icon {
    -webkit-box-flex: 20%;
    -ms-flex: 20% 0 0px;
    flex: 20% 0 0;
    text-align: center;
}

.lists-partner .item-scholar-icon img {
    max-width: 15px;
}

.lists-partner .course-btn {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 0px;
    flex: 30% 0 0;
    text-align: right;
}

.display-list .isotope {
    height: inherit !important;
}

.category-change .map-marker {
    cursor: pointer;
}

.category-change .map-marker:hover {
    color: var(--flamingo);
}

.category-change .isotope {
    height: auto !important;
}

.category-change .isotope .partner-item-wrapper {
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
}

.amcharts-main-div .amcharts-chart-div {
    height: auto !important;
}

.amcharts-main-div .amcharts-chart-div svg {
    position: inherit !important;
    height: 497px !important;
    top: inherit !important;
    left: 0 !important;
}

.search-close-ic {
    max-width: 465px;
    position: relative;
    padding: 0;
}

.search-close-ic .input-group-btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-close-ic .input-group-btn button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.search-close-ic .form-control {
    height: 40px;
    border: 1px solid var(--cod-grey);
    background: transparent;
    font-size: var(--fs16);
    color: var(--cod-grey);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 30px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.search-close-ic .form-control::-webkit-input-placeholder {
    color: var(--cod-grey);
    opacity: 0.80;
    font-size: var(--fs16);
}

.search-close-ic .form-control::-moz-placeholder {
    color: var(--cod-grey);
    opacity: 0.80;
    font-size: var(--fs16);
}

.search-close-ic .form-control:-ms-input-placeholder {
    color: var(--cod-grey);
    opacity: 0.80;
    font-size: var(--fs16);
}

.search-close-ic .form-control:-moz-placeholder {
    color: var(--cod-grey);
    opacity: 0.80;
    font-size: var(--fs16);
}

.tab-ratings .hidden {
    display: none;
}

.amcharts-chart-div .map-partner-marker i {
    font-size: var(--fs35);
}

.amcharts-chart-div .border-cards {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: white;
    height: 204px;
    width: 239.984px;
    z-index: 11;
    margin: 1px 0;
    padding: 0;
}

.amcharts-chart-div .border-cards .border-cards-titles {
    padding: 15px 25px 5px 12px;
}

.amcharts-chart-div .border-cards .item-scholar-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    max-width: 12px;
}

.amcharts-chart-div .border-cards .brand-logo {
    height: 80px;
}

.amcharts-chart-div .border-cards .partner-item {
    margin: 0 auto;
    height: 200px;
    width: 100%;
    border: 1px solid #B2C9D3;
}

/***** SL College END Here *****/