@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500&display=swap";
* {
    box-sizing: border-box
}

.search-wrap {
    max-width: 790px;
    margin: 50px auto
}

.search-wrap h2 {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 16px
}

.search-wrap #horizontalTab {
    border: 1px solid #e5e5e5;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, .08);
    border-radius: 8px 8px
}

.search-wrap .resp-tabs-list {
    display: flex;
    padding: 0;
    margin: 0;
}

.search-wrap .resp-tabs-list li {
    padding: 16px;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    width: 50%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.search-wrap .resp-tabs-list li:first-child {
    border-radius: 8px 0 0 0;
}
.search-wrap .resp-tabs-list li:last-child {
    border-radius: 0 8px 0 0;
}

.search-wrap .resp-tabs-list li.resp-tab-active {
    color: #005191;
    background: #ffffff;
    font-weight: 900;
}

.search-wrap .resp-tabs-container {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 8px 8px
}

.search-wrap .resp-tabs-container h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.search-wrap .resp-tabs-container .resp-tab-content {
    display: none
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    justify-content: space-between;
}
.search-wrap .resp-tabs-container .resp-tab-content .select-row.first_row-ftr{
    position: relative;
    z-index: 2;
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col {
    width: 50%;
    display: flex;
    flex-flow: column;
    padding: 0 12px
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col label {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-top: 10px;
    color: #005191;
}
.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col.zip-block label {
    font-weight: 300;
}
.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col .multiselect {
    position: relative;
    z-index: 1;
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col .multiselect select {
    padding: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    width: 100%;
    font-weight: 600;
    font-family: "League Spartan";
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col .multiselect .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col .multiselect .scp-checkboxes {
    display: none;
    border: 1px #dadada solid;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    box-sizing: border-box;
    padding: 16px;
    margin-top: -4px
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col .multiselect .scp-checkboxes label {
    display: flex;
    align-items: baseline;
    padding: 3px;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col .multiselect .scp-checkboxes label:hover {
    background-color: #1e90ff;
    color: #fff;
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col .multiselect .scp-checkboxes label input {
    margin-right: 8px
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col input {
    padding: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    font-weight: 300;
    font-family: "League Spartan";
}

.search-wrap .resp-tabs-container .resp-tab-content .select-row .select-col input:hover {
    border-color: #b6b6b6
}

.search-wrap .resp-tabs-container .resp-tab-content .submit-row {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
    width: 50%;
    padding-right: 12px;
}

.search-wrap .resp-tabs-container .resp-tab-content .submit-row .check-wrap {
    display: flex
}

.search-wrap .resp-tabs-container .resp-tab-content .submit-row .check-wrap .check-col {
    display: flex;
    align-items: center;
    margin-right: 24px
}

.search-wrap .resp-tabs-container .resp-tab-content .submit-row .check-wrap .check-col label {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    align-items: center;
    color: #005191
}

.search-wrap .resp-tabs-container .resp-tab-content .submit-row .check-wrap .check-col input {
    margin: 0 12px 0 0;
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.search-wrap input[type="checkbox"].scp-check.non-multi-check:checked::before {
    content: "\2713";
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: white;
    background-color: #005191;
    border-radius: 4px;
    margin: 0 12px 0 0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    font-weight: 900;
}

/*.multiselect input[type="checkbox"] {*/
/*    margin: 0 12px 0 0;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-radius: 4px*/
/*}*/

/*.multiselect input[type="checkbox"].scp-check:checked::before {*/
/*    content: "\2713";*/
/*    display: block;*/
/*    text-align: center;*/
/*    font-size: 10px;*/
/*    line-height: 20px;*/
/*    color: white;*/
/*    background-color: #005191;*/
/*    border-radius: 4px;*/
/*    margin: 0 12px 0 0;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-radius: 4px*/
/*}*/

.search-wrap .resp-tabs-container .resp-tab-content .submit-row .search-btn {
    position: relative
}

.search-wrap .resp-tabs-container .resp-tab-content .submit-row .search-btn:after {
    content: "";
    border: 1px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    background: url(../img/search.png);
    top: 11px;
    left: 24px;
    pointer-events: none;
}

.search-wrap .resp-tabs-container .resp-tab-content .submit-row .search-btn input {
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: .01em;
    color: #fff;
    background: #005191;
    border-radius: 8px;
    padding: 16px 32px 16px 54px;
    border: 0;
    font-family: 'League Spartan';
    cursor: pointer;
}

.search-wrap .resp-tabs-container h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px
}

.search-wrap .resp-tabs-container h2.resp-accordion.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important
}

.search-wrap .searchby-location {
    padding: 24px;
    margin-top: 10px
}

.search-wrap .searchby-location .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px
}

.search-wrap .searchby-location .title-wrap span {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #7c7d7d
}

.search-wrap .searchby-location .title-wrap a {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #005191
}

.search-wrap .searchby-location .search-list ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -12px;
    list-style: none
}

.search-wrap .searchby-location .search-list ul li {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 12px
}

.search-wrap .searchby-location .search-list ul li a {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #005191;
    text-decoration: none;
    padding: 12px 16px;
    background: #f7f7f7;
    border-radius: 20px;
    display: block;
    transition: all .3s linear 0s
}

.search-wrap .searchby-location .search-list ul li a:hover {
    background: #fff;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, .08);
    border-radius: 20px
}

.filter-main {
    background-color: #005191;
    padding: 20px 0;
    font-family: 'League Spartan';
    position: sticky;
    top: 151px;
    z-index: 9;
}

.filter-main {
    margin-top: 151px;
}

.filter-main .container {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.filter-main .control-wrap form {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    justify-content: center;
    font-family: 'League Spartan';
}
.filter-main .scp-view-all-filter {
    padding-right: 15px;
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.filter-main .scp-view-all-filter::after{
    content: "";
    background: rgba(255, 255, 255, 0.20);
    width: 1px;
    height: 52px;
    margin-left: 15px;
}
.filter-main .scp-view-all-filter span{
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    text-decoration-line: underline;
    text-transform: uppercase;
    font-family: 'League Spartan';
    cursor: pointer;
}

.filter-main .control-wrap form .input-wrap{
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-right: 30px;
}
.filter-main .control-wrap form .input-wrap::before {
    content: "";
    background: url(../img/icon_search.png) no-repeat;
    height: 21px;
    width: 21px;
    margin-right: 6px;

}


.filter-main .control-wrap form .input-wrap input{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    max-width: 113px;
}
.filter-main .control-wrap form .input-wrap input::placeholder {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.filter-main input[type="radio"] {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.filter-main input[type="radio"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -1px;
    width: 18px;
    height: 18px;
    background: #fcfcfc;
    border-radius: 5px;
    border: 2px solid #005191;
}
.filter-main input[type="radio"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
.filter-main input[type="radio"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
.filter-main input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 3px;
    background: rgba(0, 81, 145, 0.59);
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.filter-main input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.filter-main input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -1px;
    width: 18px;
    height: 18px;
    background: #fcfcfc;
    border-radius: 5px;
    border: 2px solid #005191;
}
.filter-main input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
.filter-main input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
.filter-main input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: rgba(0, 81, 145, 0.59);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 rgba(0, 81, 145, 0.59), 4px 0 0 rgba(0, 81, 145, 0.59), 4px -2px 0 rgba(0, 81, 145, 0.59), 4px -4px 0 rgba(0, 81, 145, 0.59), 4px -6px 0 rgba(0, 81, 145, 0.59), 4px -8px 0 rgba(0, 81, 145, 0.59);
    transform: rotate(45deg);
}

.filter-main .control-wrap form input,
.filter-main .control-wrap form select,
.filter-main .control-wrap form optgroup,
.filter-main .control-wrap form textarea {
    font-family: 'League Spartan';
    line-height: 1;
    border-radius: 37px;
}

.filter-main .control-wrap .select-wrap {
    margin-right: 24px;
    display: flex;
    align-items: center;
}
.filter-main .control-wrap .select-wrap:after{
    content: "";
    background: rgba(255, 255, 255, 0.20);
    width: 1px;
    height: 52px;
    margin-left: 15px;
}


.filter-main .program-type select{
    background-color: #FFB351 !important;
    font-weight: 600;
    color: #000000;
}

.filter-main .control-wrap .select-wrap .multiselect {
    position: relative;
    margin-right: 12px
}

.filter-main .control-wrap form .select-wrap div:last-child{
    margin-right: 0;
}

.filter-main .search-zip label{
    margin-right: 11px;
    font-size: 14px;
    font-weight: 600;
}
.filter-main .select-wrap .multiselect select {
    padding: 9px 35px 6px 12px;
    background: #fff url(../img/down-arrow.png) no-repeat;
    background-position: calc(100% - 8px) center;
    border-radius: 37px;
    border: 0;
    outline: none;
    appearance: none;
    font-size: 14px;
    line-height: 14px;
}
.filter-main .search-within{
    display: flex;
    align-items: center;
}
.filter-main .select-wrap .search-within::before{
    content: "";
    background: url(../img/location-pin-icon.png) no-repeat;
    width: 18px;
    height: 20px;
    margin-right: 10px;
}

.filter-main .control-wrap .select-wrap .multiselect .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.filter-main .control-wrap .select-wrap .multiselect .scp-checkboxes {
    display: none;
    border: 1px #dadada solid;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    box-sizing: border-box;
    padding: 14px;
    margin-top: 7px;
    z-index: 999;
    min-width: 175px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

.filter-main .control-wrap .select-wrap .multiselect .scp-checkboxes label {
    display: flex;
    align-items: center;
    color: #005191;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 8px;
}
.filter-main .control-wrap .select-wrap .multiselect .scp-checkboxes label:last-child{
    margin-bottom: 0;
}

.filter-main .control-wrap .select-wrap .multiselect .scp-checkboxes label input {
    margin: 0 9px 0 0;
    height: 22px;
    width: 22px;
    appearance: none;
}

.filter-main .control-wrap .check-row {
    display: flex;
    align-items: center;
    margin-right: 40px
}

.filter-main .control-wrap .check-row .check-col {
    display: flex;
    align-items: center;
    margin-right: 12px
}

.filter-main .control-wrap .check-row .check-col input {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    appearance: none;
    background: #f7f7f7;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    position: relative
}

.filter-main .control-wrap .check-row .check-col input:checked {
    background: #005191
}

.filter-main .control-wrap .check-row .check-col input:checked::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L5.66118 11L15 1' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 14px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0
}

.filter-main .control-wrap .check-row .check-col label {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-top: 2px
}

.filter-main .control-wrap .subit-col {
    display: flex
}

.filter-main .control-wrap .subit-col a {
    display: flex;
    align-items: center;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}
.filter-main .control-wrap .subit-col a.filter-btn{
    border-radius: 50px;
    background: #D33D35;
    padding: 7px 12px;
    text-decoration: none;
}

.filter-main .control-wrap .subit-col a img {
    margin-left: 6px;
}

.filter-main .control-wrap .subit-col a.clear {
    color: #ffffff;
    margin-left: 24px;
    cursor: pointer;
}

.containt-wrap .content-col {
    padding-top: 32px
}

.containt-wrap .container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 100%;
    width: 100% !important;
}

.containt-wrap .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex
}

.containt-wrap .row .half-col {
    padding-left: 100px;
    padding-right: 35px;
    width: 50%
}

.containt-wrap .row #scp-map {
    position: sticky !important;
    top: 150px;
    height: calc(100vh - 150px);
}

.containt-wrap .row #scp-side-image-remote {
    position: sticky !important;
    top: 150px;
    height: calc(100vh - 150px);
}

.containt-wrap .row .content-col .breadcrumbs-ul {
    display: flex;
    margin: 0 0 25px;
    list-style: none;
    padding: 0;
    margin-top: 60px;
}

.containt-wrap .row .content-col .breadcrumbs-ul li {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #41484a
}

.containt-wrap .row .content-col .breadcrumbs-ul li::after {
    content: "/";
    margin: 0 12px
}

.containt-wrap .row .content-col .breadcrumbs-ul li:last-child::after {
    display: none
}

.containt-wrap .row .content-col .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.containt-wrap .row .content-col .title-wrap h2 {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 29px;
    color: #005191;
    display: flex;
    align-items: center
}

.containt-wrap .row .content-col .title-wrap h2 img {
    margin-left: 12px;
    width: 35px
}

.containt-wrap .row .content-col .title-wrap .search-text {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    align-items: center;
    color: #7c7d7d
}

.scp-card-location {
    font-family: "League Spartan", serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
}

.containt-wrap .row .content-col .list_items .item {
    padding: 16px;
    background: #f9f9f9;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    margin-bottom: 36px
}

.containt-wrap .row .content-col .list_items .item .project-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: baseline;
}

.containt-wrap .row .content-col .list_items .item .project-title h3 {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #005191;
    width: 50%;
    overflow: hidden;
    word-wrap: break-word;
    height: 2.4em;
    display: inline-block;
    /*height: 2.4em;*/
    height: auto;
    line-height: 1.2em;
}

.containt-wrap .row .content-col .list_items .item .project-title ul {
    display: flex;
    margin: 0;
    list-style: none;
    align-items: baseline;
}

.containt-wrap .row .content-col .list_items .item .project-title ul li {
    margin-right: 8px
}

.containt-wrap .row .content-col .list_items .item .project-title ul li .btn {
    padding: 8px 12px;
    background: #fff;
    border-radius: 20px;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #005191;
    text-decoration: none;
    display: block;
    outline: none
}

.containt-wrap .row .content-col .list_items .item .project-title ul li .btn.orang-btn {
    background: #f49316;
    color: #fff
}

.containt-wrap .row .content-col .list_items .item .project-title ul li .btn.trans-btn {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: 8px
}

.containt-wrap .row .content-col .list_items .item .project-title ul li .btn.trans-btn img {
    margin-left: 4px;
    margin-top: -1px
}

.containt-wrap .row .content-col .list_items .item p {
    font-family: "League Spartan";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 16px
}

.containt-wrap .row .content-col .list_items .item .last-row {
    display: flex;
    justify-content: space-between
}

.containt-wrap .row .content-col .list_items .item .last-row .btn-learn {
    border: 1px solid #005191;
    border-radius: 24px;
    padding: 8px 16px;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: .01em;
    color: #005191;
    text-decoration: none
}

.containt-wrap .row .content-col .list_items .item .last-row ul {
    display: flex;
    margin: 0;
    list-style: none
}

.containt-wrap .row .content-col .list_items .item .last-row ul li {
    margin-right: 8px
}

.containt-wrap .row .content-col .list_items .item .last-row ul li a {
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    text-decoration: none;
    font-family: "League Spartan";
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #41484a
}

.scp-program-category {
    display: flex;
    flex-wrap: wrap;
}

span.scp-program-category-span {
    background: #eeeeee;
    border-radius: 20px;
    font-family: "League Spartan", serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #005191;
    display: block;
    padding: 7px 12px 4px 12px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 15px;
}
span.scp-program-category-span.blue {
    background: #005191;
    color: #ffffff;
}
.detail-page{margin-top: 190px;}
.detail-page .container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 100%;
    width: 100% !important;
}

.detail-page .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex
}

.detail-page .content-col {
    padding-left: 100px;
    padding-right: 15px;
    width: 66.66666667%;
    padding-top: 30px
}

.detail-page .content-col h4 {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #25201f;
    margin-top: 0;
    margin-bottom: 12px
}

.detail-page .content-col p {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #41484a;
}

.detail-page .content-col h2 {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #25201f;
    margin-bottom: 20px
}

.detail-page .content-col h3 {
    font-family: "League Spartan";
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: #25201f;
    margin-bottom: 15px
}

.detail-page .content-col .back-btn {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #41484a;
    text-decoration: none;
    margin-bottom: 32px
}

.detail-page .content-col .back-btn img {
    margin-right: 8px
}

.detail-page .content-col .into-content {
    display: flex;
    flex-flow: column;
    align-items: start;
    margin-bottom: 48px
}

.detail-page .content-col .into-content .category-btn {
    background: #eeeeee;
    border-radius: 20px;
    font-family: "League Spartan", serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #005191;
    display: block;
    padding: 9px 16px 5px 16px;
    text-decoration: none;
    margin-bottom: 14px;
    margin-right: 15px;
}

span.category-btn.category-btn-card {
    background: #eeeeee;
    border-radius: 20px;
    font-family: "League Spartan", serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #005191;
    display: block;
    padding: 9px 16px 5px 16px;
    text-decoration: none;
    margin-bottom: 14px;
    margin-right: 15px;
}

.detail-page .content-col .into-content .category-btn.blue {
    background: #005191;
    color: #ffffff;
}

.detail-page .content-col .into-content h1 {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 37px;
    color: #005191;
    margin-bottom: 24px
}

.detail-page .content-col .into-content .buttons_group {
    display: flex;
    align-items: center;
    margin-top: 24px
}

.detail-page .content-col .into-content .buttons_group .intro-btn {
    padding: 12px 24px;
    border-radius: 24px;
    font-family: "League Spartan";
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: .01em;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #005191;
    color: #fff;
    margin-right: 24px;
    transition: all .2s linear 0s
}
.detail-page .content-col .into-content .buttons_group .or-text{
    color: #25201F;
    text-align: center;
    font-family: 'Nothing You Could Do';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 94.444% */
    text-decoration-line: underline;
    margin-right: 24px;
}
.detail-page .content-col .into-content .buttons_group .register-btn {
    border-radius: 24px;
    border: 1px solid #D33D35;
    background: #D33D35;
    padding: 13px 25px;
    color: #FFF;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: 'League Spartan';
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 17px; /* 94.444% */
    letter-spacing: 0.18px;
    text-decoration: none;
}

.detail-page .content-col .into-content .buttons_group .register-btn:hover{
    border: 1px solid #d33d35;
}

.detail-page .content-col .into-content .buttons_group .intro-btn img {
    margin-right: 8px;
    filter: invert(1) brightness(100)
}

.detail-page .content-col .into-content .buttons_group .intro-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #005191
}

.detail-page .content-col .into-content .buttons_group .intro-btn:hover img {
    filter: none
}

.detail-page .content-col .into-content .buttons_group .intro-btn.trans-btn {
    color: #005191;
    border: 1px solid #005191;
    background-color: rgba(0, 0, 0, 0)
}

.detail-page .content-col .into-content .buttons_group .intro-btn.trans-btn img {
    filter: none
}

.detail-page .content-col .into-content .buttons_group .intro-btn.trans-btn:hover:hover {
    background-color: #005191;
    color: #fff
}

.detail-page .content-col .into-content .buttons_group .intro-btn.trans-btn:hover:hover img {
    filter: none;
    filter: invert(1) brightness(100)
}

.detail-page .content-col .gallery-band {
    margin-bottom: 48px
}

.detail-page .content-col .gallery-band .title-wrap {
    display: flex;
    justify-content: space-between
}

.detail-page .content-col .gallery-band .title-wrap a {
    font-family: "League Spartan";
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: .01em;
    color: #005191;
    text-decoration: none
}

.detail-page .content-col .gallery-band ul {
    display: flex;
    align-items: center;
    margin: 0 -12px;
    list-style: none
}

.detail-page .content-col .gallery-band ul li {
    padding: 0 12px
}

.detail-page .content-col .gallery-band ul li a img {
    border-radius: 8px
}

.detail-page .content-col .grade-levels {
    margin-bottom: 48px
}

.detail-page .content-col .grade-levels ul {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 -10px;
    list-style: none
}

.detail-page .content-col .grade-levels ul li {
    padding: 0 10px;
    margin-bottom: 20px
}

.detail-page .content-col .grade-levels ul li a {
    width: 50px !important;
    height: 50px !important;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 5px;
    font-family: "League Spartan";
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #005191;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s linear 0s
}

.detail-page .content-col .grade-levels ul li a:hover {
    border-color: #005191;
    background-color: #fff;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, .08)
}

.detail-page .content-col .program-cost {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 48px
}

.detail-page .content-col .program-cost .box-wrap {
    padding: 0 15px;
    width: 50%
}

.detail-page .content-col .program-cost .box-wrap .box {
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    flex-flow: column
}
.ct-mt-2{margin-top: 20px;}
.ct-mt-4{margin-top: 40px;}
.detail-page .content-col .program-cost .box-wrap .box h5{
    font-size: 24px;
    font-weight: bold;
    color: #25201F;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.detail-page .content-col .program-cost .box-wrap .box ul{
    list-style: disc;
    padding-left: 20px;
}
.detail-page .content-col .program-cost .box-wrap .box ul li{
    color: #41484A;
    font-size: 16px;
    font-family: "League Spartan";
}
.detail-page .content-col .program-cost .box-wrap .box ul li em{
    margin-right: 6px;
    font-style: normal;
    font-weight: 600;
}
.detail-page .content-col .program-cost .box-wrap .box ul li a{
    color: #41484A;
    font-weight: 400;
    font-size: 16px;
}
.detail-page .content-col .program-cost .box-wrap .box strong {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #25201f;
    display: block;
    margin-bottom: 20px
}

.detail-page .content-col .program-cost .box-wrap .box span {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #005191
}

.detail-page .content-col .scholarships {
    margin-bottom: 48px
}

.detail-page .content-col .scholarships ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    list-style: none
}

.detail-page .content-col .scholarships ul li {
    width: 50%;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #25201f;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.detail-page .content-col .scholarships ul li:before {
    content: "";
    background-repeat: no-repeat no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.detail-page .content-col .scholarships ul li.check-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%2300B607' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 11.9999L10.58 14.8299L16.25 9.16992' stroke='%2300B607' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.detail-page .content-col .scholarships ul li.close-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23F02800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.16992 14.8299L14.8299 9.16992' stroke='%23F02800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8299 14.8299L9.16992 9.16992' stroke='%23F02800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.detail-page .content-col .more-information {
    margin-bottom: 48px
}

.detail-page .content-col .more-information .box-wrap {
    border-radius: 8px;
    padding: 24px;
    border: 1px solid rgba(0,0,0,0.15);
}

.detail-page .content-col .more-information .box-wrap .dates-wrap {
    display: flex;
    margin-bottom: 32px
}

.detail-page .content-col .more-information .box-wrap .dates-wrap .dates {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    flex: 1 1 100%
}

.detail-page .content-col .more-information .box-wrap .dates-wrap .dates p {
    font-family: "League Spartan";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #005191;
    margin-bottom: 16px;
    margin-top: 16px;
    opacity: 0.68;
}

.detail-page .content-col .more-information .box-wrap .dates-wrap .dates strong {
    font-family: "League Spartan";
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #25201f
}

.detail-page .content-col .more-information .box-wrap .dates-wrap .to-date {
    display: flex;
    align-items: center;
    padding: 0 24px
}

.detail-page .content-col .more-information .box-wrap .days {
    margin-bottom: 32px
}
.detail-page .content-col .more-information .box-wrap .days.mb_5{
    margin-bottom: 72px;
}

.detail-page .content-col .more-information .box-wrap .days ul {
    display: flex;
    margin: 0 -8px;
    list-style: none
}

.detail-page .content-col .more-information .box-wrap .days ul li {
    width: 40px !important;
    height: 38px !important;
    background: #f5f5f5;
    border-radius: 4px;
    margin: 0 8px;
    font-family: "League Spartan";
    font-weight: 900;
    font-size: 14px !important;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005191;
}

.detail-page .content-col .more-information .box-wrap .hours {
    background: #fff;
    border-radius: 8px;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px
}

.detail-page .content-col .more-information .box-wrap .hours span {
    font-family: "League Spartan";
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #25201f
}

.detail-page .content-col .more-information .box-wrap .care-options {
    margin-bottom: 32px
}

.detail-page .content-col .more-information .box-wrap .care-options ul {
    display: flex;
    margin: 0 -12px;
    list-style: none
}

.detail-page .content-col .more-information .box-wrap .care-options ul li {
    flex: 1 1 auto;
    padding: 0 12px
}

.detail-page .content-col .more-information .box-wrap .care-options ul li .box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.detail-page .content-col .more-information .box-wrap .care-options ul li .box span {
    font-family: "League Spartan";
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #005191;
    margin-bottom: 8px;
    font-weight: 600;
}

.detail-page .content-col .more-information .box-wrap .care-options ul li .box p {
    font-family: "League Spartan";
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #005191;
    margin-bottom: 8px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.detail-page .content-col .more-information .box-wrap .program-date{
    padding-right: 30px;
}
.detail-page .content-col .more-information .box-wrap .program-date li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-top: 30px;
}
.detail-page .content-col .more-information .box-wrap .program-date li:last-child{
 border-bottom: 0;
}

.detail-page .content-col .more-information .box-wrap .program-date li p{
    color: #25201F;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; 
    display: flex;
    flex-flow: column;
}
.detail-page .content-col .more-information .box-wrap .program-date li p span{
    margin-top: 20px;
    color: #005191;
    font-family: League Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.detail-page .map-col {
    width: 33.33333333%;
    padding: 0 0 0 15px
}

.detail-page .map-col .map-wrap {
    position: sticky;
    top: 150px
}

.detail-page .map-col .map-wrap .floting-map {
    display: flex;
    flex-flow: column
}

.detail-page .map-col .map-wrap .floting-map .text-wrap {
    border: 1px solid #d5d5d5;
    border-radius: 0px 0px 0px 8px;
    padding: 24px;
    display: flex;
    justify-content: space-between
}

.detail-page .map-col .map-wrap .floting-map .text-wrap h3 {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: #25201f
}

.detail-page .map-col .map-wrap .floting-map .text-wrap ul {
    display: flex;
    list-style: none
}

.detail-page .map-col .map-wrap .floting-map .text-wrap ul li {
    margin: 0 12px
}

.detail-page .map-col .map-wrap .floting-map .text-wrap ul li:last-child {
    margin-right: 0
}

.detail-page .scp-contact-more-details {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #41484a;
}

.scp-loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(87 87 87 / 70%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.scp-loader::after {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 6px solid #333;
    border-top-color: #fff;
    animation: loader-animation 1s ease-in-out infinite;
}

@keyframes loader-animation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/********** ADD NEW CSS ***********/

.pagination__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin-right: 0.7rem;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li a {
    display: inline-block;
    padding: 0.7rem;
    color: #333;
    border: 2px solid #d4d4d4;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.2s;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.pagination li a:hover {
    background-color: #005191;
    color: #fff;
}

.pagination li.active a {
    background-color: #005191;
    color: #fff;
}

.breadcrumb {

    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcum-main .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 24px;
    margin-left: 0;
}
li.breadcrumb-item a, li.breadcrumb-item.active {
    font-weight: 500;
    font-family: "League Spartan", serif;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #005191;
    opacity: 0.68;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}


.main-two-box .box-wrap {
    padding: 0 15px;
    width: 50%;
}

.main-two-box .box-wrap .box {

    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.main-two-box .box-wrap .box strong {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #25201f;
    display: block;
    margin-bottom: 20px;
}

.main-two-box .box-wrap span {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #005191;
}
.main-two-box {
    display: flex;
    justify-content: center;
}
.main-two-box .grade-levels {
    padding: 0 15px;
    width: 50%;
}

.box.remove-bg-color {
    background-color: transparent !important;
}

.box.remove-bg-color h4 {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #25201F;
}

.detail-page .content-col .scholarships ul li {
    width: 100%;
}
.detail-page .content-col .scholarships ul {
    display: unset;
}
.detail-page .content-col .more-information .box-wrap .dates-wrap .dates {
    background: transparent !important;
}

.all-top-main {
    display: flex;
}
.date-main {
    width: 40%;

}
.day-main {
    width: 70%;
    padding-left: 25px;
}

.detail-page .content-col .more-information .box-wrap .days ul {

    padding-left: 0;
}
.detail-page .content-col .more-information .box-wrap .dates-wrap .dates {
    background: #fff;
    border-radius: 8px;
    padding: 0;
}
.detail-page .content-col h3
{
    margin-bottom: 25px;
}

.detail-page .content-col .more-information .box-wrap .care-options ul
{
    padding-left: 0;
}

.detail-page .content-col .more-information .box-wrap .care-options ul
{
    justify-content: space-around;
}
.detail-page .content-col .more-information .box-wrap .care-options ul li {
    flex: 1 1 auto;
    padding: 0 0px;
    margin-right: 8px;
}
.detail-page .content-col p.note-p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #41484A;
    text-align: left;
    opacity: 0.75;

}
.m-top-set
{
    margin-top: 58px;
}
.detail-page .map-col .map-wrap .floting-map .text-wrap {
    border: 1px solid #d5d5d5;
    border-radius: 0px 0px 0px 8px;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-page .map-col .map-wrap .floting-map .text-wrap h3 {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #25201f;
    margin: 0 0;
}
.detail-page .map-col .map-wrap .floting-map .text-wrap ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.detail-page .content-col p.p-desc
{
    font-size: 14px;
}
.detail-page .content-col .into-content h1
{
    margin-top: 0;
}
.decs-prog
{
    margin-bottom: 24px;
}

.detail-page .content-col .gallery-band ul
{
    padding-left: 0;
}
.detail-page .content-col .grade-levels ul
{
    padding-left: 0;
}
.detail-page .content-col .grade-levels
{
    padding-left: 0;
}
.detail-page .content-col .program-cost .box-wrap .box
{
    padding-left: 0;
}
.detail-page .content-col .into-content .buttons_group .intro-btn {

    border: 1px solid #005191;
}
.detail-page .content-col .into-content .buttons_group .intro-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #005191;
    border: 1px solid #005191;
}

.detail-page .map-col .map-wrap .floting-map .text-wrap ul li a {
    width: 20px;
    display: inline-block;
}
.detail-page .content-col .more-information .box-wrap .dates-wrap .to-date {
    width: 100px;
}
.main-tilte-h2 {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 22px;
    margin-bottom: 0 !important;
    color: #25201F;
}
.first-section-wrap{display: flex; width: 100%;}
.category-data {
    display: flex;
    flex-flow: row wrap;
}
.first-section-wrap .print-col{
    display: flex;
    flex-flow: column;
    flex: 1 1 100px;
    cursor: pointer;
    align-items: center;
}
.first-section-wrap .print-col img{max-width: 52px;}
.first-section-wrap .print-col span{
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0em;
    white-space: pre;
    text-transform: capitalize;
    font-family: "League Spartan";
}
.category-wrap{
    display: flex;
    align-items: center;
    flex: 1 1 100%;
}
.category-data a {
    margin-right: 20px;
}
#scp-single-page-map{
    height:500px;
}

.scp-infowindow-content {
    background-color: #fff;
    min-width: 200px;
}

.scp-infowindow-content p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.scp-infowindow-content h4 {
    font-size: 16px;
    margin: 10px 0;
}
.search-zip{margin-right: 20px;}
.search-zip input{max-width: 108px;}
.search-zip select{max-width: 79px;}
.search-zip label {
    color: #ffffff;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
}




/* EXTRA CSS AFTER LIVE */

/* Main Search Template */
body.page-template-search-result-template #main-header,
body.single-summer_programs #main-header,
body.archive.tax-location #main-header{
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body.page-template-search-result-template.et_secondary_nav_enabled #page-container #top-header,
body.single-summer_programs.et_secondary_nav_enabled #page-container #top-header,
body.archive.tax-location.et_secondary_nav_enabled #page-container #top-header{
    background: #005191 !important;
    background-color: #005191 !important;
}

body.page-template-search-result-template #top-menu a,
body.single-summer_programs #top-menu a, body.archive.tax-location #top-menu a{
    color: #005191;
}

body.page-template-search-result-template #top-header a,
body.single-summer_programs #top-header a,
body.archive.tax-location #top-header a{
    color: #ffffff;
}

body.page-template-search-result-template #top-header,
body.single-summer_programs #top-header,
body.archive.tax-location #top-header{
    border-bottom: 1px solid #005191;
}
body.page-template-search-result-template #logo,
body.single-summer_programs #logo,
body.archive.tax-location  #logo{
    margin: 0 0 0 30px;
    max-height: 100%;
    min-height: 0;
    padding: 10px 0;
}
body.page-template-search-result-template #top-menu li a,
body.single-summer_programs #top-menu li a,
body.archive.tax-location a{
    font-weight: 900 !important;
}

/* Password Protected Search */
body.page-template-password-protected-search-result-template #main-header,
body.single-summer_programs #main-header,
body.archive.tax-location #main-header{
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body.page-template-password-protected-search-result-template.et_secondary_nav_enabled #page-container #top-header,
body.single-summer_programs.et_secondary_nav_enabled #page-container #top-header,
body.archive.tax-location.et_secondary_nav_enabled #page-container #top-header{
    background: #005191 !important;
    background-color: #005191 !important;
}

body.page-template-password-protected-search-result-template #top-menu a,
body.single-summer_programs #top-menu a, body.archive.tax-location #top-menu a{
    color: #005191;
}

body.page-template-password-protected-search-result-template #top-header a,
body.single-summer_programs #top-header a,
body.archive.tax-location #top-header a{
    color: #ffffff;
}

body.page-template-password-protected-search-result-template #top-header,
body.single-summer_programs #top-header,
body.archive.tax-location #top-header{
    border-bottom: 1px solid #005191;
}
body.page-template-password-protected-search-result-template #logo,
body.single-summer_programs #logo,
body.archive.tax-location  #logo{
    margin: 0 0 0 30px;
    max-height: 100%;
    min-height: 0;
    padding: 10px 0;
}
body.page-template-password-protected-search-result-template #top-menu li a,
body.single-summer_programs #top-menu li a,
body.archive.tax-location a{
    font-weight: 900 !important;
}

body.page-template-password-protected-search-result-template .et_password_protected_form{
    margin-top: 150px;
}


.title-group{margin-bottom: 30px;}
.btm-section-lct {display: flex; justify-content: space-between;}
.title-group h2 {color: #005191;font-size: 40px; margin-bottom: 10px; font-weight: bold; font-family: "League Spartan";}
.title-group h2 span {font-size: 12px; display: block; color: #005191; line-height: normal; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 15px; margin-bottom: 6px; opacity: 0.6; font-weight: 500;}
.title-group .btn-wrap .scp-btn {font-size: 10px;color: #fff; background-color: #005191; padding: 6px 12px; border-radius: 100px; margin-right: 10px; line-height: normal; border: 2px solid #005191;}
.title-group .btn-wrap .scp-btn.scp-trans-btn{background-color: #fff; color: #005191;}
.title-group .btn-wrap{display: flex; align-items: center;}
.title-group .btn-wrap ul{display: flex; align-items: center;}
.title-group .btn-wrap ul li{display: flex; align-items: center;}
.title-group .btn-wrap ul li a{display: flex; align-items: center; padding: 0 2px;}
.title-group .result-text{color: #3B4754; font-size: 16px; font-weight: 400;}
.btm-section-lct img {max-width: 80%;}

/*# sourceMappingURL=style.min.css.map */


.similar_list_items.scp-similar-posts .item {
    padding: 16px;
    background: #f9f9f9;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    margin-bottom: 16px
}

.similar_list_items.scp-similar-posts .item .project-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: baseline;
}

.similar_list_items.scp-similar-posts .item .project-title h3 {
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #005191;
    width: 50%;
    overflow: hidden;
    word-wrap: break-word;
    height: 2.4em;
    display: inline-block;
    /*height: 2.4em;*/
    height: auto;
    line-height: 1.2em;
}

.similar_list_items.scp-similar-posts .item .project-title ul {
    display: flex;
    margin: 0;
    list-style: none;
    align-items: baseline;
}

.similar_list_items.scp-similar-posts .item .project-title ul li {
    margin-right: 8px
}

.similar_list_items.scp-similar-posts .item .project-title ul li .btn {
    padding: 8px 12px;
    background: #fff;
    border-radius: 20px;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #005191;
    text-decoration: none;
    display: block;
    outline: none
}

.similar_list_items.scp-similar-posts .item .project-title ul li .btn.orang-btn {
    background: #f49316;
    color: #fff
}

.similar_list_items.scp-similar-posts .item .project-title ul li .btn.trans-btn {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: 8px
}

.similar_list_items.scp-similar-posts .item .project-title ul li .btn.trans-btn img {
    margin-left: 4px;
    margin-top: -1px
}

.similar_list_items.scp-similar-posts .item p {
    font-family: "League Spartan";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 16px
}

.similar_list_items.scp-similar-posts .item .last-row {
    display: flex;
    justify-content: space-between
}

.similar_list_items.scp-similar-posts .item .last-row .btn-learn {
    border: 1px solid #005191;
    border-radius: 24px;
    padding: 8px 16px;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: .01em;
    color: #005191;
    text-decoration: none
}

.similar_list_items.scp-similar-posts .item .last-row ul {
    display: flex;
    margin: 0;
    list-style: none
}

.similar_list_items.scp-similar-posts .item .last-row ul li {
    margin-right: 8px
}

.similar_list_items.scp-similar-posts .item .last-row ul li a {
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    text-decoration: none;
    font-family: "League Spartan";
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #41484a
}


#scp-all-filter-popup{
    position: fixed;
    top:25%;
    bottom: 0;
    font-family: "League Spartan";
    left: 0;
    right: 0;
    margin: auto;
    width: 305px;
    height: 485px;
    z-index: 999999;
}
#scp-all-filter-popup:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(2, 38, 67, 0.75);
    z-index: -1;
}
#scp-all-filter-popup .pop-cover{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 7px;
}
#scp-all-filter-popup h2{
    color: #41484A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    padding-bottom: 20px;
}
#scp-all-filter-popup h2 span{
    transform: rotate(45deg);
    display: inline-block;
    font-weight: 400;
    font-size: 28px;
    position: absolute;
    right: 12px;
    top: 12px;
    font-weight: 300;
    cursor: pointer;
}
#scp-all-filter-popup .select-box-wrap{
    max-height: 485px;
    overflow-y: auto;
    padding: 0 13px;
}
#scp-all-filter-popup .select-box-wrap::-webkit-scrollbar {
    width: 16px;
    border-radius: 2px;
    background: #EAEAEA;;
}
#scp-all-filter-popup .select-box-wrap::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 2px;
    border: 3px solid #e9e9eb;
}
#scp-all-filter-popup .select-box-wrap::-webkit-scrollbar-track {
    border-radius: 2px;
}
#scp-all-filter-popup .scp-checkboxes{
    display: none;
}
#scp-all-filter-popup .multiselect{
    border-top: 1px solid rgba(169, 169, 169, 0.20);
    cursor: pointer;
}
#scp-all-filter-popup .multiselect select{
    display: none;
}
#scp-all-filter-popup .multiselect .overSelect {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 0;
}
#scp-all-filter-popup .multiselect .scp-checkboxes label{
    display: flex;
    align-items: center;
    margin: 9px 0 9px;
    color: #005191;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}

#scp-all-filter-popup input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 19px;
    height: 19px;
    margin-right: 8px;
    appearance: none;
}
#scp-all-filter-popup input[type="checkbox"]:before {
    content: '';
    display: inline-block;
    margin-top: -2px;
    width: 15px;
    height: 15px;
    background: #fcfcfc;
    border-radius: 5px;
    border: 2px solid #005191;
}
#scp-all-filter-popup input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
#scp-all-filter-popup input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
#scp-all-filter-popup input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: rgba(0, 81, 145, 0.59);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 rgba(0, 81, 145, 0.59), 4px 0 0 rgba(0, 81, 145, 0.59), 4px -2px 0 rgba(0, 81, 145, 0.59), 4px -4px 0 rgba(0, 81, 145, 0.59), 4px -6px 0 rgba(0, 81, 145, 0.59), 4px -8px 0 rgba(0, 81, 145, 0.59);
    transform: rotate(45deg);
}
#scp-all-filter-popup .subit-col{
    margin-top: 10px;
    display: block;
}
#scp-all-filter-popup .subit-col a#scp-ajax-form-popup-apply-button{
    display: block;
    background: red;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    border-radius: 25px;
}

.show-tablet{display: none;}

@media print {
    #main-header, #footer, .et_pb_section.et_pb_section_1_tb_footer.et_pb_with_background.et_section_regular, .similar_list_items.scp-similar-posts, .print-col, .back-btn{display: none !important;}
    .detail-page .map-col .map-wrap{position: relative;}
}

 

