.filters-wrapper {
    padding-left: 35px;
    padding-right: 35px;
}

.filters-grid,
.programs-grid {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px;
}

.filters-grid .filter-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.programs-grid .grid-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}

.programs-grid .grid-item .item-inner {
    display: block;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid #cedbe0;
    overflow: hidden;
    margin-bottom: 30px;
}

.programs-grid .grid-item .item-inner .bar {
    height: 15px;
}

.programs-grid .grid-item .item-inner .featured-image {
    position: relative;
	display:flex;
}

.programs-grid .grid-item .item-inner .image-responsive {
    width: 100%;
    height: auto;
}

.programs-grid .grid-item .item-content {
    position: relative;
    padding: 15px 20px;
    min-height: 230px !important;
    transition: background-color .2s ease-in-out;
	border-top: 1px solid #cedbe0;
}

.programs-grid .grid-item .item-content .title {
    display: block;
    font-family: myriad-pro,sans-serif !important;
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    color: #0176c3;
    margin: 0;
    padding: 0 0 30px;
    z-index: 2 !important;
    transition: color .2s ease-in-out;
}

.programs-grid .grid-item .item-content .accreditation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    font-family: myriad-pro,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    color: #000;
    padding: 20px;
    margin: 0;
    z-index: 2 !important;
    transition: color .2s ease-in-out;
}

.programs-grid .grid-item .post-meta {
    margin: 0 0 12px !important;
}

.programs-grid .grid-item .post-meta .meta-cat,
.programs-grid .grid-item .hover-effect .meta-cat {
    display: inline-block;
    font-family: myriad-pro,sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    z-index: 2 !important;
    transition: color .2s ease-in-out;
}

.programs-grid .grid-item .post-meta .meta-cat + .meta-cat:before {
    content: ' | ';
    display: inline-block;
    margin: 0 6px;
}

.programs-grid .grid-item .hover-effect {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, .8);
    transition: opacity .2s ease-in-out;
    z-index: 5;
}

.programs-grid .grid-item .hover-effect .meta-cat {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.programs-grid .grid-item .hover-effect [data-icon="P"] {
    font-size: 55px;
    font-weight: 900;
    line-height: 38px;
    margin: 10px auto 0;
    color: #0176c3;
    text-align: center;
    transition: color .2s ease-in-out;
}

.programs-grid .grid-item .item-inner:hover .title,
.programs-grid .grid-item .item-inner:hover .accreditation,
.programs-grid .grid-item .item-inner:hover .post-meta .meta-cat {
    color: #fff !important;
}

.programs-grid .grid-item .item-inner:hover .item-content {
    background-color: #002143 !important;
}

.programs-grid .grid-item .item-inner:hover .hover-effect {
    opacity: 1;
}

.programs-grid .hidden{
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.programs-wrapper .no-result {
    text-align: center;
}

.custom-load-more {
    display: block;
    text-align: center;
	margin-top:45px;
	margin-bottom:40px;
}

.custom-load-more .btn-load-more {
    display: inline-block;
    font-family: myriad-pro,sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 50px;
    background-color: #0176c3;
    border: none;
    transition: all .5s ease-in-out;
}

.custom-load-more .btn-load-more.deactive {
    color: #486a7e;
    text-transform: unset;
    background-color: rgba(0, 0, 0, .1);
}

.filters-wrapper .now-viewing {
    font-family: myriad-pro,sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 22px;
    color: #486a7e;
}

.filters-wrapper .filter-item h4.title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #002143;
	letter-spacing:2px;
    margin-bottom: 13px;
    text-align: left;
    text-transform: uppercase;
	font-family:'myriad-pro', sans-serif;
}

.filters-wrapper .dropdown-title {
    position: relative;
    font-family: myriad-pro,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 38px;
    color: #486a7e;
    padding: 0 10px;
    margin-bottom: 0;
    max-width: 100%;
    border: 1px solid #cedbe0;
    cursor: pointer;
    user-select: none;
}

.filters-wrapper .dropdown-title:before {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 24px;
    content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23486A7E%22%3E%3Cg%3E%3Cpath%20d%3D%22M16.6%2C9.4L11.9%2C14L7.3%2C9.4C7%2C9.1%2C6.5%2C9.1%2C6.2%2C9.4s-0.3%2C0.8%2C0%2C1.1l5.2%2C5.2c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0.2c0.2%2C0%2C0.4-0.1%2C0.6-0.2l5.2-5.2c0.3-0.3%2C0.3-0.8%2C0-1.1C17.4%2C9.1%2C16.9%2C9.1%2C16.6%2C9.4z%20M12%2C0C5.4%2C0%2C0%2C5.4%2C0%2C12c0%2C6.6%2C5.4%2C12%2C12%2C12c6.6%2C0%2C12-5.4%2C12-12C24%2C5.4%2C18.6%2C0%2C12%2C0z%20M12%2C22.4C6.3%2C22.4%2C1.6%2C17.7%2C1.6%2C12S6.3%2C1.6%2C12%2C1.6c5.7%2C0%2C10.4%2C4.7%2C10.4%2C10.4C22.4%2C17.7%2C17.7%2C22.4%2C12%2C22.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.filters-wrapper .dropdown-wrapper:hover .dropdown-title:before {
    content: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23486A7E%22%3E%3Cg%3E%3Cpath%20d%3D%22M12%2C0C5.4%2C0%2C0%2C5.4%2C0%2C12s5.4%2C12%2C12%2C12s12-5.4%2C12-12S18.6%2C0%2C12%2C0z%20M12%2C22.4C6.3%2C22.4%2C1.6%2C17.7%2C1.6%2C12S6.3%2C1.6%2C12%2C1.6S22.4%2C6.3%2C22.4%2C12S17.7%2C22.4%2C12%2C22.4z%20M16.4%2C6.4L12%2C10.8L8.1%2C6.4C7.8%2C6.1%2C7.3%2C6.1%2C7%2C6.4C6.6%2C6.8%2C6.6%2C7.3%2C7%2C7.6l3.9%2C4.4l-4.5%2C4.5c-0.3%2C0.3-0.3%2C0.8%2C0%2C1.1c0.3%2C0.3%2C0.8%2C0.3%2C1.1%2C0l4.4-4.4l3.9%2C4.4c0.3%2C0.3%2C0.8%2C0.3%2C1.1%2C0c0.3-0.3%2C0.3-0.8%2C0-1.1L13.1%2C12l4.5-4.5c0.3-0.3%2C0.3-0.8%2C0-1.1C17.2%2C6.1%2C16.7%2C6.1%2C16.4%2C6.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.filters-wrapper .dropdown-wrapper {
    position: relative;
    max-width: 100%x;
    z-index: 10100;
}

.filters-wrapper .dropdown-content {
    display: none;
    position: absolute;
    padding: 20px 20px 5px;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #cedbe0;
    backface-visibility: hidden;
    transform: translateZ(10px);
}

.filters-wrapper .dropdown-wrapper:hover .dropdown-content {
    display: block;
}

/* Custom checkbox */
.filters-wrapper .filter-button {
    font-family: myriad-pro,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
    color: #486a7e;
    cursor: pointer;
    user-select: none;
}

.filters-wrapper .filter-button:hover {
    color: #002143;
}

.filters-wrapper .custom-checkbox {
    display: block;
    position: relative;
    user-select: none;
    cursor: pointer;
}

.filters-wrapper .filter-button:not(.filter-all) .custom-checkbox {
    padding-left: 25px;
}

.filters-wrapper .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filters-wrapper .custom-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 18px;
    background-color: #cbcbcb;
}

.filters-wrapper .custom-checkbox .checkmark:after {
    display: none;
    content: '\2714';
    position: absolute;
    left: 50%;
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    transform: translateX(-50%);
}

.filters-wrapper .custom-checkbox:hover input ~ .checkmark,
.filters-wrapper .custom-checkbox input:checked ~ .checkmark {
    background-color: #486a7e;
}

.filters-wrapper .custom-checkbox:hover input ~ .checkmark:after,
.filters-wrapper .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.filters-wrapper .filter-button.filter-all .checkmark {
    display: none;
}

.filters-wrapper .custom-checkbox .text + .count {
    margin-left: 5px;
}

/* Responsive */
@media only screen and (max-width: 1025px) {

    .filters-wrapper {
        padding: 0;
    }

    .programs-grid .grid-item .item-content {
        min-height: 250px !important;
    }

}

@media only screen and (max-width: 992px) {

    .programs-grid .grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media only screen and (max-width: 576px) {

    .programs-grid .grid-item,
    .filters-grid .filter-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .filters-wrapper .dropdown-wrapper,
    .filters-wrapper .dropdown-title {
        max-width: 100%;
    }

    .filters-wrapper .dropdown-content {
        position: relative;
        top: -1px;
    }

}