/*h1.page-title{
    color: #4E4E4E;
    font-size: 26px;
}*/

.search-form-wrapper {
    margin: 0 0 20px 0;
    position: relative;
}

.search-form-wrapper .keyword-input-wrapper {
    background: #FFF;
    border: 4px #ED9321 solid;
}

.search-form-wrapper .keyword-input-wrapper .keyword-label {
    padding: 5px 10px;
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    color: #4E4C4D;
    //background-color: #FFF;
    font-family: 'helvetica';
    border-right: 1px solid #999;
    text-align: center;
}

.search-form-wrapper .keyword-input-wrapper .keyword-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    width: calc(100% - 410px);
    color: #4E4C4D;
    font-size: 15px;
    font-family: 'helvetica';
    padding: 19px 20px;
}

.search-form-wrapper .keyword-input-wrapper .btn-keyword-search {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    font-size: 25px;
    height: 55px;
    display: inline-block;
    border: 0;
    background: #fff;
    color: #AAAAAA;
    width: 55px;
    vertical-align: middle;
    cursor: pointer;
}

.search-form-wrapper .keyword-input-wrapper .btn-keyword-search:hover {
    background: #ddd;
}

.search-form-wrapper .keyword-input-wrapper .btn-keyword-search span {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    line-height: 55px;
}

.search-form-wrapper .keyword-input-wrapper .btn-adv-search {
    width: 175px;
    -webkit-appearance: none;
    padding: 0;
    margin: 10px;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    height: 38px;
    display: inline-block;
    border: 0;
    background: #FA9313;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    border-radius: 0;
}

.search-form-wrapper .keyword-input-wrapper .btn-adv-search span {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #FFF;
}

.search-form-wrapper .bottom-btn-control {
    text-align: center;
    padding: 30px 0;
}

.search-form-wrapper .bottom-btn-control input[type=button].btn {
    background: #FFF;
    color: #777777;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 150px;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 0;
}

.search-form-wrapper .bottom-btn-control input[type=submit].btn {
    background: #ED9321;
    color: #FFF;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 150px;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 0;
}

.search-form-wrapper .advance-search {
    display: none;
}

.search-form-wrapper .advance-search.show {
    display: block;
}


/* .search-criteria-wrapper{
    display: none;
}

.search-criteria-wrapper{
    display: none;
} */

.search-criteria-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.criteria .header {
    background: #949494;
    padding: 10px 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}

.criteria .option {
    padding: 20px 30px;
    background: #D5D5D5;
    color: #2D2D2D;
}

.criteria .option::after {
    content: '';
    display: block;
    clear: both;
}

.criteria .option h4 {
    margin: 0;
    font-size: 15px;
    /*padding: 10px 0;*/
    font-weight: normal;
    color: #2D2D2D;
}

.criteria {
    float: left;
    position: relative;
}

.criteria.area-of-study {
    width: 55.5%
}

.criteria.area-of-study::after {
    content: '';
    width: 1px;
    right: 0;
    position: absolute;
    background: #FFF;
    height: 90%;
    top: 0;
}

.criteria.program-type {
    width: 44.5%;
}

.criteria.area-of-study .option .checkbox-item {
    /*     float: left; */
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    font-size: 15px;
    /* margin: 0 0 15px 0; */
    padding: 0 10px 15px 0;
}

.criteria.program-type .option .checkbox-item {
    display: inline-block;
    vertical-align: top;
    width: auto;
    position: relative;
    font-size: 15px;
    /* margin: 0 0 15px 0; */
    padding: 0 10px 15px 0;
}

.criteria .option .checkbox-item::after,
.criteria .option .checkbox-item-group::after {
    content: '';
    display: block;
    clear: both;
}

.criteria .option .checkbox-item input[type=checkbox],
.criteria .option label {
    float: left;
    vertical-align: top;
}

.criteria .option label {
    cursor: pointer;
    display: block;
    width: calc(100% - 25px);
}

.criteria .option .checkbox-item input[type=checkbox] {
    position: relative;
    visibility: hidden;
    margin: 0 10px 0 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.criteria .option .checkbox-item input[type=checkbox]+label::before {
    content: '';
    position: absolute;
    z-index: 3;
    /*     background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><defs><style>.cls-1{fill:#fff;}</style></defs><title>2b</title><rect class="cls-1" width="15" height="15"/></svg>'); */
    background-image: url('/images/un-checked.svg');
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    visibility: visible;
    cursor: pointer;
    left: 0;
}

.criteria .option .checkbox-item input[type=checkbox]:checked+label::before {
    /*     background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#e87c38;}</style></defs><title>2a</title><rect class="cls-1" width="15" height="15"/><path class="cls-2" d="M5.61,12.27A1,1,0,0,1,4.93,12L2.07,9.38A1,1,0,1,1,3.43,7.91L5.55,9.86l6.14-6.63a1,1,0,1,1,1.47,1.36L6.34,11.95A1,1,0,0,1,5.61,12.27Z"/></svg>'); */
    background-image: url('/images/checked.svg');
}

.calalog-program-wrapper {
    /* padding: 50px 0 30px 0; */
    padding: 25px 0 25px 0;
}

.calalog-program-wrapper .header {
    background: #696969;
}

.calalog-program-wrapper .header::after {
    content: '';
    display: block;
    clear: both;
}

.calalog-program-wrapper .header-area-of-study {
    color: #FFF;
    width: 300px;
    float: left;
    font-size: 18px;
    padding: 12px 15px;
}

.calalog-program-wrapper .header-award {
    color: #FFF;
    width: 170px;
    float: left;
    font-size: 18px;
    padding: 12px 15px;
}

.calalog-program-wrapper .header-program {
    color: #FFF;
    width: calc(100% - 470px);
    float: left;
    font-size: 18px;
    padding: 12px 15px;
}

ul.program-list {
    list-style: none;
    padding: 5px 0;
    margin: 0;
}

ul.program-list li.program::after {
    content: '';
    display: block;
    clear: both;
}

ul.program-list li.program {
    padding: 5px 0;
}

ul.program-list li.program a {
    display: block;
    cursor: pointer;
}

ul.program-list li.program.hidden {
    display: none;
}

ul.program-list li.program .program-area-of-study,
ul.program-list li.program .program-name,
ul.program-list li.program .program-degree {
    float: left;
    padding: 5px 15px;
    vertical-align: top;
}

ul.program-list li.program .program-area-of-study {
    width: 300px;
    color: #DD7B2D;
    font-weight: bold;
    font-size: 18px;
}

ul.program-list li.program .program-name {
    width: calc(100% - 470px);
    color: #878787;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

ul.program-list li.program .program-degree {
    width: 170px;
    font-size: 18px;
    color: #4F4F4F;
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    /*     .main-content{
        padding: 50px 70px 50px 20px;
    } */
    .container-content {
        padding: 20px 50px 50px 15px;
    }
    .letter-list {
        top: 0;
        right: -50px;
    }
}

@media screen and (max-width: 960px) {
    .criteria.area-of-study::after {
        content: none;
    }
    .calalog-program-wrapper .header {
        display: none;
    }
    ul.program-list li.program {
        background: #FFF;
    }
    ul.program-list li.program .program-area-of-study {
        color: #4F4F4F;
    }
    ul.program-list li.program .program-name {
        color: #DD7B2D;
    }
    ul.program-list li.program .program-area-of-study,
    ul.program-list li.program .program-name,
    ul.program-list li.program .program-degree {
        display: block;
        width: 100%;
    }
    .criteria .header,
    .criteria .option {
        padding: 10px 20px;
    }
    /*     .main-content{
        padding: 20px 70px 50px 20px;
    } */
    .criteria.area-of-study,
    .criteria.program-type {
        width: 100%;
    }
    .search-form-wrapper .keyword-input-wrapper .btn-adv-search {
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        right: 0;
        margin: 0;
        /*height: 35px;*/
        height: 60px;
        font-size: 16px;
        padding: 0 18px;
    }
    .search-form-wrapper .keyword-input-wrapper .btn-adv-search span {
        top: calc(50% - 4px);
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-top: 13px solid #FFF;
    }
    .search-form-wrapper .keyword-input-wrapper .keyword-label {
        border: 0;
    }
    .search-form-wrapper .keyword-input-wrapper .keyword-input {
        width: calc(100% - 220px);
        padding: 9px 18px;
        font-size: 16px;
    }
    .search-form-wrapper .keyword-input-wrapper .btn-keyword-search {
        height: 57px;
        width: 60px;
    }
    .search-form-wrapper .keyword-input-wrapper .btn-keyword-search span {
        /* line-height: 35px; */
        line-height: 55px;
    }
    .search-form-wrapper {
        position: relative;
        /*margin: 0 0 60px 0;*/
        margin: 0 0 110px 0;
    }
    .search-form-wrapper.open {
        margin: 0 0 10px 0;
    }
    .search-criteria-wrapper {
        /*padding: 43px 0 0 0;*/
        padding: 68px 0 0 0;
    }
    .search-form-wrapper .bottom-btn-control input[type=button].btn,
    .search-form-wrapper .bottom-btn-control input[type=submit].btn {
        max-width: 150px;
        width: 50%;
        padding: 10px 0;
        cursor: pointer;
    }
}

@media screen and (max-width: 640px) {
    .search-form-wrapper .keyword-input-wrapper .keyword-label {
        display: none;
    }
    .search-form-wrapper .keyword-input-wrapper .keyword-input {
        width: 100%;
        width: calc(100% - 60px);
        display: inline-block;
    }
    .search-form-wrapper .keyword-input-wrapper .keyword-input::placeholder {
        color: #4E4C4D;
    }
    .criteria .option {
        padding: 30px 20px 15px 20px;
    }
    .criteria.area-of-study .option .checkbox-item,
    .criteria.program-type .option .checkbox-item {
        display: block;
        width: 100%;
    }
    .search-form-wrapper .bottom-btn-control input[type=button].btn,
    .search-form-wrapper .bottom-btn-control input[type=submit].btn {
        max-width: 50%;
        width: 50%;
        padding: 9px 0;
        cursor: pointer;
    }
}


/* @media screen and (max-width: 480px){

    .search-form-wrapper .keyword-input-wrapper .keyword-label {
        width: 100%;
        border: 0;
        padding: 20px 20px;
    }

    .search-form-wrapper .keyword-input-wrapper .keyword-input {
        width: 100%;
        width: calc(100% - 35px);
        display: inline-block;
    }
    .search-form-wrapper{
        margin: 0 0 60px 0;
    }
    .search-form-wrapper .keyword-input-wrapper .btn-adv-search{
        top: 100px;
    }
} */