.more-insts {
    cursor: pointer;
    text-align: center;
    color: #c5c5c5;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 0;
    transition: .1s ease-in-out;
}

.more-insts:hover {
    background-color: #f5f5f5;
    color: #00B451;
}

.isotope .isotope-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

.fst-filter .srch-inst {
    border: 1px solid #ccc !important;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 4px !important;
    padding: 0 10px
}

.fst-filter .srch-inst:focus {
    box-shadow: 0 0 5px #00B451
}

.fltr-btn {
    border: none;
    box-shadow: none;
    outline: none;
    background: #ffcd00;
    color: #333;
    transition: .1s ease-in-out;
    padding: 5px 20px;
    border-radius: 4px;
    margin: 5px
}

.fltr-btn:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.fltr-btn.is-checked {
    color: #ffcd00 !important;
    background-color: #fff !important;
    box-shadow: inset 0 0 0 2px #ffcd00
}

.srch-bar .cat-title {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: 0
}

.srch-bar {
    background-color: #194294
}

.srch-bar .srch-btn {
    color: #333;
    background-color: #ffcd00;
    border-radius: 5px 0 0 5px !important;
    padding: 0 40px;
    transition: .1s ease-in-out;
    outline: none;
    box-shadow: none;
    border: none
}

.srch-bar .srch-btn:focus {
    outline: none;
    box-shadow: none;
    border: none
}

.srch-bar input {
    border-radius: 0
}

.search-index_content__searchControls {
    display: flex;
    flex-wrap: wrap;
}

.search-index_content__toggleButton {
    padding: 7px 2px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    width: 84px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    justify-content: space-evenly;
    margin-left: 8px;
    cursor: pointer;
    outline: none !important;
    border: none;
    box-shadow: none
}

.search-index_content__closeIcon,
.search-index_content__openIcon {
    height: 12px;
    width: 12px;
    vertical-align: middle;
}

.search-index_content__filtersActive .search-index_content__openIcon {
    display: active;
}


.search-index_content__headerRightSide,
.search-index_content__headerRightSideContainer {
    display: inline-flex;
    align-self: baseline;
    align-items: flex-end;
}

.search-index_content__headerRightSideContainer {
    flex-direction: column;
}

.search-list_grid_component__root {
    width: 80px;
    text-align: center;
    display: none;
    margin-bottom: 4px;
}

.search-list_grid_component__selected {
    fill: #333;
    cursor: default;
    pointer-events: none;
}

.search-list_grid_component__listGridBtn {
    height: 16px;
    width: 16px;
    display: inline-block;
    fill: #b3b3b3;
}

.search-list_grid_component__listGridBtn {
    height: 16px;
    width: 16px;
    display: inline-block;
    fill: #b3b3b3;
    color: #333
}

.search-list_grid_component__listGridBtn:not(:first-child) {
    margin-left: 8px;
}

.search-sort_pills_component__root {
    position: relative;
    display: inline-block;
    align-self: baseline;
}

.search-sort_pills_component__sortByLabel {
    font-size: 16px;
    margin-right: 4px;
}

.search-sort_pills_component__sortBySelect {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 8px 20px 8px 6px;
    border-radius: 2px;
    cursor: pointer;
}

.search-sort_pills_component__sortButtonRow {
    display: none;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
}

.search-sort_pills_component__chevronIcon {
    position: absolute;
    top: calc(50% - 7px);
    right: 2px;
    pointer-events: none;
    vertical-align: middle;
    height: 14px;
    width: 22px;
}

.search-sort_pills_component__sortButton {
    background: #fff;
    color: #333;
    padding: 8px 16px;
    cursor: pointer;
    border: none;
    border-left: 2px solid #e6e6e6;
    transition: background .2s, color .2s;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.15;
}

.search-sort_pills_component__selected {
    background: #10964a;
    color: #fff;
}

.search-sort_pills_component__sortButton:hover {
    background: #f2f2f2;
}

.search-sort_pills_component__sortButton:last-of-type {
    border-left: none;
}

.search-sort_pills_component__priceSortingIcon {
    margin-top: -2px;
    margin-left: 2px;
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: middle;
}

@media screen and (min-width: 640px) {
    .search-index_content__headerRightSideContainer {
        flex-direction: row;
    }
}

@media screen and (min-width: 832px) {
    .search-sort_pills_component__sortBySelect {
        padding-right: calc(32px + 8px);
    }

    .search-list_grid_component__root {
        display: inline-block;
    }

    .search-index_content__filterRefinePlaceholder {
        display: flex;
        margin: 0 0 8px auto;
    }

    .search-index_content__filtersActive .search-index_content__closeIcon {
        display: unset;
    }

    .search-index_content__filtersActive .search-index_content__openIcon,
    .search-index_content__filtersInactive .search-index_content__closeIcon {
        display: none;
    }

    .search-index_content__hiddenOnMobile {
        display: inline;
    }

    .search-index_content__toggleButton {
        padding: 8px;
        padding-left: 0;
        font-size: 16px;
        width: 160px;
        border: none;
        background: transparent;
        justify-content: normal;
    }

    .search-index_content__toggleButton .search-index_content__toggleButtonText {
        margin-right: 8px;
    }


}

@media screen and (min-width: 960px) {
    .search-sort_pills_component__sortByDropdown {
        display: none;
    }

    .search-sort_pills_component__sortButtonRow {
        display: flex;
    }
}

/* filters container */

.fst-filters h2 {
    width: 100%;
}

/* individual filter blocks */
.fst-filter {
    margin: 0 0 20px;
}

.fst-filter .wrap {
    padding: 30px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.fst-filter h3 {
    margin: 0 0 1em;
}

.fst-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fst-filter ul li {
    margin: 0 0 0.5em;
}

.fst-filter ul li input[type="checkbox"] {}

.fst-filter ul li label {}

/* reset filter block */
.fst-reset {
    width: 100%;
}

.fst-reset button {
    display: block;
    width: 100%;
    padding: .5em;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #10964a;
    font-size: 16px;
    color: #fff
}

@media screen and (max-width: 1200px) {

    /* container element */
    .fst-container {
        display: block;
    }

    /* filters container */
    .fst-filters {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        padding: 0 0 20px;
    }

    /* individual filter blocks */
    .fst-filter {
        width: 100%;
        padding: 20px;
        background-color: #fff;
    }

    .fst-filter .wrap {
        padding: 0;
        border: none;
    }

    /* table wrapper */
    .fst-table-content {
        width: 100%;
    }

    .fst-filters {
        display: block;
    }

}

@media screen and (max-width: 750px) {

    /* filters container */
    .fst-filters {
        display: block;
    }

    /* individual filter blocks */
    .fst-filter {
        width: 100%;
    }

    /* data table */
    .fst-table thead {
        display: none;
    }

    .fst-table tbody tr.show {
        display: block;
        padding: 10px 0;
        margin: 0 0 10px;
        border: 1px solid #000;
        background-color: #fff;
    }

    .fst-table tbody tr.show.alt {
        background-color: #eee;
    }

    .fst-table td {
        display: block;
        background-color: transparent;
        border: none;
        padding: 10px 20px;
    }

    .fst-table tbody tr td.special {
        display: none;
    }

    .fst-table tbody tr td.special.yes {
        display: block;
    }

    .fst-table tbody tr td.special .icon {
        padding-left: 25px;
        text-indent: 0;
        background-position: left center;
    }

    .fst-table tbody tr td.category::before,
    .fst-table tbody tr td.tag::before {
        content: '';
        display: inline-block;
        margin-right: 0.5em;
        font-weight: bold;
    }

    .fst-table tbody tr td.category::before {
        content: 'Category:';
    }

    .fst-table tbody tr td.tag::before {
        content: 'Tag:';
    }

}

.accordion-button:not(.collapsed) {
    color: #00B451;
    background-color: #00B45133;
}

.accordion-button::after {
    filter: hue-rotate(233deg);
    margin-right: auto;
    margin-left: 0;
}

.accordion-button {
    outline: none !important;
    box-shadow: none !important;
}

.page-link.browse-btn:hover {
    color: #fff;
    background-color: #00B451;
}

.course-list .course-card {
    display: flex;
    flex-direction: row;
    /*    align-items: center;
    */
    justify-content: flex-start;
}

.course-list .course-cont {
    padding: 8px 30px !important
}

.course-list img {
    width: 30%
}

.course-list .cat-cont {
    margin-bottom: 30px
}

.course-list,
.course-grid {
    -webkit-animation: fadein 0.3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.3s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.3s;
    /* Internet Explorer */
    -o-animation: fadein 0.3s;
    /* Opera < 12.1 */
    animation: fadein 0.3s;
}

.course-list .crs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    flex-wrap: nowrap;
}

.search-sort_pills_component__sortButton.active {
    color: #fff;
    background-color: #00B451;
}

.srch-bar-cont {
    width: 60% !important;
    margin: auto;
}

@media screen and (max-width: 765px) {
    .srch-bar-cont {
        width: 100% !important;
    }
}

.text {
    padding: 50px;
    color: #666;
}

.inputcontainer {
    position: relative;
}


.icon-container {
    position: absolute;
    left: 10px;
    top: calc(50% - 18px);
    display: none
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader::after,
.loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.srch-filter-acc {
    background-color: #194294;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 10px;
    margin-bottom: 30px
}

.course-card .crs-fav {
    position: absolute;
    top: -5px;
    left: 25px;
    font-size: 35px;
    color: #fff;
    filter: drop-shadow(0 0 3px #00000044);
    transition: .3s ease-in-out;
    z-index: 3;
    cursor: pointer
}

.course-card .crs-fav:hover {
    color: #10964a;
    opacity: .8
}

.course-card .crs-fav.saved {
    color: #10964a
}
