.search-program {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px auto;
}

.search-program input {
    border: 5px solid white;
    -webkit-box-shadow:
        inset 0 0 8px rgba(0, 0, 0, 0.1),
        0 0 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:
        inset 0 0 8px rgba(0, 0, 0, 0.1),
        0 0 16px rgba(0, 0, 0, 0.1);
    box-shadow:
        inset 0 0 8px rgba(0, 0, 0, 0.1),
        0 0 16px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 0 0px 0;
    border-radius: .25em 0 0px .25em;
}

/* addsearch override */
@media only screen and (min-width: 943px) {

    body #addsearch-results.addsearch-d {
        width: 537px !important;
        margin-left: 0 !important;
    }

    body #addsearch-results .addsearch-result-item-sub div {
        width: calc(100% - 80px) !important;
    }

}

.search-program .btn {
    border-radius: 0 .25em .25em 0;
}

.search-program .btn i {
    padding: 5px;
    font-size: 1.4em;
}


.accordion-degree {
    margin-top: 45px;
}

.img-full {
    width: 100%;
}

.programs {
    margin-bottom: 30px;
}

.program-chart + h2 {
    margin-top: 45px;
}

.program-chart-grey {
    padding: 15px;
    margin-bottom: 15px;
    background: #eeeeee;
    transition: .5s;
}

.program-chart-grey:hover {
    box-shadow: inset 0 0 0 5px #d9ddee;
}

.program-level button {
    padding: 0;
    margin-bottom: 15px;
    color: #809dc8;
    border: 0;
    font-size: 17px;
    font-weight: 100;
    background-color: transparent;
}

.btn-program-location {
    padding-left: 0;
}

.program-title {
    color: #013668;
    margin: 7px 0;
    font-size: 15px;
    font-weight: 600;
}

.program-location-item {
    background-color: #fff;
    color: #d9d9d9;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    height: 33px;
    width: 33px;
    padding: 0;
    margin-right: 4px;
    margin-top: 3px;
    display: inline-block;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.program-location-item.partial {
    color: #003768;
    border: 1px solid #003768;
}

.program-location-item.full {
    background-color: #003768;
    color: #fff;
}

.program-chart-grey.stackable .row:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px solid #fff;
}

@media only screen and (min-width: 800px) {
    .program-chart-grey.stackable .row:nth-child(n+2) > div:first-child {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .program-location-item {
        font-size: 13px;
        height: 29px;
        width: 29px;
    }
}


/* Filter toolbar */
#filter-toolbar-sticky-wrapper{
    border-bottom: solid 1px rgba(0,0,0,.1);
    margin-top: 30px;
    margin-bottom: 30px;
}

#filter-toolbar .form-group,
#filter-toolbar .input-group{
    margin-bottom: 15px;
    width: 100%;
}

.is-sticky #filter-toolbar{
    padding-top: 15px;
    border-bottom: solid 1px rgba(0,0,0,.1);
    left: 0;
    background: white;
}

/* When elements do not have a filter applied */
.program-chart *{
    transition: all .4s;
}

[class*="active-element-location"] {
    box-shadow: 0px 0px 1px 1px rgba(255,255,255,1);
    transform: scale(1.4);
}

/* hide omitted results with one filter */
.has-active-filter .row:not([class*="active-row-"]),
.has-no-active-filter .row:not([class*="active-row-"]) {
    display: none;
}

/* hide omitted results with two filters */
.has-no-active-filter .program-chart-grey:not([class*="active-rowparent-"]),
.has-active-filter .program-chart-grey:not([class*="active-rowparent-"]),
.has-active-filters .program-chart-grey:not(.rowparent-has-active-filters) {
    padding: 0;
    margin: 0;
    background: transparent;
    height: 0;
}
.has-no-active-filter .program-chart-grey.stackable,
.has-active-filter .program-chart-grey.stackable,
.has-active-filters .program-chart-grey.stackable{
    padding-top: 0;
}
.has-no-active-filter .program-chart-grey.stackable .row:not(:last-child),
.has-active-filter .program-chart-grey.stackable .row:not(:last-child),
.has-active-filters .program-chart-grey.stackable .row:not(:last-child){
    padding-top: 15px;
    margin-top: 0;
    border-top: none;
}

.has-active-filters .program-chart-grey > .row {
    display: none;
}

.has-active-filters .program-chart-grey > .row[class*="active-row-type-"][class*="active-row-location-"] {
    display: flex;
}

/* Find */
.highlight{
    background: #c5e24c;
}