.explore {
    padding: 60px 0 40px;
}

    .explore .mainhead h1:after {
        content: '';
        display: block;
        width: 60px;
        margin-top: 16px;
        margin-bottom: 0px;
        background: var(--csptabs);
        height: 6px;
    }

.filterbox .filtersmallhead,
.filterbox .filterhead {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: flex-end;
    grid-column-gap: 20px;
    padding: 0 0 21px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 21px;
}

.filterbox h2 {
    font-family: "Gotham A", "Gotham B", "Lato";
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    color: #333;
}

.filterbox .filtersmallhead .btn.btn-primary,
.filterbox .filterhead .btn.btn-primary {
    display: none;
}

.filterbox .filtersmallhead small,
.filterbox .filterhead small {
    font-family: 'Lato';
    font-weight: 400;
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

.filterbox .clearbtn {
    font-family: 'Lato';
    font-weight: 500;
    color: #035FC2;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #035FC2;
    text-decoration: none;
    width: fit-content;
}

.filtersearchresult .clearbtn {
    display: none;
}

.filterbox .filtersearch {
    margin-bottom: 20px;
}

    .filterbox .filtersearch .input-group .form-control {
        font-family: 'Lato';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: rgba(51, 51, 51, 1);
        height: 38px;
        border-radius: 2px 0px 0px 2px;
        border-color: #ccc;
        box-shadow: none;
    }

    .filterbox .filtersearch .input-group .btn-default {
        border-radius: 0px 2px 2px 0px;
        height: 38px;
        width: 43px;
        padding: 5px;
        border-color: #ccc;
        outline: none;
    }

        .filterbox .filtersearch .input-group .btn-default i {
            color: #333333;
            font-size: 17px;
        }

.filterbox .filtersmallsearchresult,
.filterbox .filtersearchresult {
    padding: 0 0 11px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 21px;
    display: grid;
    align-items: center;
}

    .filterbox .filtersmallsearchresult .filterresultbox,
    .filterbox .filtersearchresult .filterresultbox {
        display: flex;
        flex-wrap: wrap;
    }

    .filterbox .filtersmallsearchresult .resultsbox,
    .filterbox .filtersearchresult .resultsbox {
        font-family: 'Lato';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        display: grid;
        grid-template-columns: max-content 15px;
        grid-column-gap: 16px;
        padding: 5px 10px;
        align-items: center;
        border: 1px solid #CCCCCC;
        border-radius: 15px;
        width: fit-content;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .filterbox .filtersmallsearchresult .resultsbox .closeresultbox,
        .filterbox .filtersearchresult .resultsbox .closeresultbox {
            background: transparent;
            border: none;
            width: 15px;
            height: 15px;
            padding: 0;
        }

            .filterbox .filtersmallsearchresult .resultsbox .closeresultbox:after,
            .filterbox .filtersearchresult .resultsbox .closeresultbox:after {
                content: '';
                background: url(https://jcdn.toastmasters.org/cassette.axd/file/Content/images/MagazineHome/MagazineExplore/close-ac5c4864234dee94f1a1a4383b54a72165a97052.svg);
                background-repeat: no-repeat;
                background-size: 12px;
                background-position: center;
                display: block;
                height: 15px;
            }

.searchcats .panel-group .panel {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.searchcats .panel-heading {
    background: transparent;
    padding: 0 15px 20px 24px;
    border: none;
}

    .searchcats .panel-heading a {
        display: block;
        position: relative;
        font-weight: bold;
        text-decoration: none;
        font-family: "Gotham A", "Gotham B", "Lato";
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        padding-left: 25px;
    }

        .searchcats .panel-heading a::after {
            content: "";
            border: solid #006094;
            border-width: 2px 2px 0 0;
            display: inline-block;
            padding: 3px;
            position: absolute;
            left: 0;
            top: 5px;
            transform: rotate(45deg);
            transition: 0.3s linear;
        }

        .searchcats .panel-heading a[aria-expanded=true]::after {
            transform: rotate(135deg);
            top: 5px;
        }

.searchcats .panel-body {
    border: none !important;
    padding: 0 0 20px 25px;
}


    .searchcats .panel-body .unstyled li:first-child label {
        margin-top: 0;
    }

    .searchcats .panel-body .unstyled label {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .searchcats .panel-body label div {
        font-family: 'Lato';
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: inline;
    }

    .searchcats .panel-body label .smalltext {
        font-size: 12px;
        margin-left: 12px;
        line-height: 19px;
        color: #333;
    }

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
    max-height: 175px;
}


    .unstyled::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: #CCCCCC;
        filter: blur(0px);
    }

    .unstyled::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .unstyled::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #333333;
    }

.styled-checkbox {
    display: none;
    opacity: 0;
}

.styled-checkbox {
    outline: none;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 18px;
            height: 18px;
            background: transparent;
            border: 1px solid #DBDBDB;
            border-radius: 2px;
        }

    .styled-checkbox:hover + label:before {
        background: #006094;
    }

    .styled-checkbox:checked + label:before {
        background: #006094;
        border: none;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 6px;
        width: 6px;
        height: 11px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.filterboxresult .homeboxes {
    padding: 0;
    margin: 0 0 30px;
    display: block;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
}

    .filterboxresult .homeboxes:hover {
        transform: scale(1.03);
        transition: all .4s ease-in-out;
    }

    .filterboxresult .homeboxes .img3 {
        height: 147px;
    }

        .filterboxresult .homeboxes .img3 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .filterboxresult .homeboxes .magazinetext3 {
        padding: 27px 30px 30px;
    }

        .filterboxresult .homeboxes .magazinetext3 h3 {
            font-family: "Gotham A", "Gotham B", "Lato";
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            color: #772432;
            margin: 0 0 5px;
            padding: 0;
            overflow: hidden;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .filterboxresult .homeboxes .magazinetext3 h4 {
            font-family: "Gotham A", "Gotham B", "Lato";
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            color: #333;
            margin: 0;
            padding: 0;
            text-align: left;
            height: 75px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }


/* ======= Magazine Learn More ======= */

.magazinelearnmore {
    padding: 70px 0 50px;
}

    .magazinelearnmore .magazinegridmore {
        display: grid;
        grid-template-columns: 0.2fr 0.8fr;
        grid-gap: 10px;
    }

        .magazinelearnmore .magazinegridmore .moretitle h4 {
            display: none;
        }

        .magazinelearnmore .magazinegridmore .moretitle h3,
        .magazinelearnmore .magazinegridmore .moretitle h3 {
            font-family: "Gotham A", "Gotham B", "Lato";
            font-weight: 700;
            font-size: 28px;
            line-height: 32px;
            padding-left: 28px;
            border-left: 6px solid var(--csptabs);
        }

        .magazinelearnmore .magazinegridmore .morecontent {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 235px));
            grid-gap: 18px 10px;
            justify-content: space-evenly;
        }

            .magazinelearnmore .magazinegridmore .morecontent h3,
            .magazinelearnmore .magazinegridmore .morecontent p {
                color: #035FC2;
                font-size: 16px;
                line-height: 24px;
                font-family: 'Lato', sans-serif;
                font-weight: 900;
                margin: 0;
            }

            .magazinelearnmore .magazinegridmore .morecontent p {
                color: #333;
                font-weight: 600;
                margin: 0;
            }

.magazinesec .btncontainer.toastbtncontainer {
    justify-content: flex-end;
    margin-top: 15px;
}

    .magazinesec .btncontainer.toastbtncontainer .toastbtn {
        font-family: "Gotham A", "Gotham B", "Lato";
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #035FC2;
    }

.searchcats .modal-backdrop.fade.in {
    z-index: -1;
}

.paginationhere {
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: flex-end;
}

    .paginationhere .proYear {
        display: flex;
        align-items: center;
        margin-right: 50px;
    }

        .paginationhere .proYear h3 {
            margin: 0;
            font-family: "Gotham A", "Gotham B", "Lato";
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: var(--csptext);
        }

        .paginationhere .proYear .selectDiv {
            width: 105px;
            margin: 0 5px 0 20px;
        }

            .paginationhere .proYear .selectDiv select {
                height: 35px;
            }

            .paginationhere .proYear .selectDiv svg {
                bottom: 9px;
            }

    .paginationhere .pagination {
        margin: 0;
    }

        .paginationhere .pagination li.inactive a {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .paginationhere .pagination a {
            border: none;
            padding: 6px 0;
            margin: 0 0 0 10px;
            width: 24px;
            height: 24px;
            display: flex;
            justify-content: center;
        }
/*Custom*/

.month {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
    max-height: 175px;
}

.category {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
    max-height: 175px;
}

.year {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
    max-height: 175px;
}

.filterbox .filtersmallsearchresult .resultsbox,
.filterbox .filtersearchresult .resultsbox,
.searchcats .panel-body label div {
    text-transform: capitalize;
}

.searchcats .panel-body .unstyled label {
    display: grid;
    grid-template-columns: 18px 1fr;
    grid-gap: 10px;
}

.styled-checkbox + label:before {
    margin-right: 0;
}

.styled-checkbox:checked + label:after {
    top: 2px;
}

.filterboxresult .homeboxes .magazinetext3 {
    height: 160px;
}

    .filterboxresult .homeboxes .magazinetext3 h3 {
        text-transform: capitalize;
        text-align: left;
    }

.magazineslider.magazinesliderbig .magazineimg4 a img {
    max-width: 100%;
}

.issueImg:hover .magazine-download {
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.issueImg {
    position: relative;
}

.magazine-download {
    display: none;
}

.issueImg:hover .button-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(15, 15, 15, .3);
    transition: all 0.3s ease;
}

.filterboxresult .magazine-boxes .magazinetext4 h3 {
    font-family: "Gotham A", "Gotham B", "Lato" !important;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.filterboxresult .magazine-boxes .magazineimg4 {
    height: 307px;
    margin-bottom: 30px;
}

    .filterboxresult .magazine-boxes .magazineimg4 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.filterboxresult .noimg {
    background: #CCCCCC;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .filterboxresult .noimg p {
        font-family: "Gotham A", "Gotham B", "Lato";
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #772432;
        margin: 0;
    }


.searchcats .panel-heading a {
    color: inherit;
}

.filterbox .clearbtndiv {
    display: none !important;
}

.filterbox .filtersmallhead {
    display: none !important;
}

.filterbox .filtersmallsearchresult {
    display: none !important;
}

.filterbox .advance_filter_btn {
    display: none !important;
}

.filterbox .onlysmallweb {
    display: none !important;
}

/*Custom*/

.advance_filter_btn .clubGoalsformSubmit .btn.btn-secondary {
    background: #fff;
    color: #772432;
    border: 1px solid #772432;
}

.modal.searchcats .filterbox .filtersmallhead {
    grid-template-columns: max-content max-content;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.modal.searchcats .filterbox .filtersearchresult.bod-show {
    border-top: 1px solid #e8e8e8;
    padding-top: 16px;
}

.modal.searchcats .filterbox .filtersmallhead h2 {
    font-weight: 400;
    display: block;
}

.selectDiv {
    border: 1px solid var(--secondary);
    border-radius: 3px;
    position: relative;
}

.paginationhere .proYear .selectDiv select {
    height: 35px;
}

.selectDiv select {
    appearance: none;
    border: none;
    outline: none !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--csptext);
    padding: 8px 42px 8px 8px;
    border-radius: inherit;
}

.explore {
    padding: 65px 0 40px;
}

    .explore .mainhead h1:after {
        content: '';
        display: block;
        width: 60px;
        margin-top: 16px;
        margin-bottom: 0px;
        background: var(--csptabs);
        height: 6px;
    }

.title.connectus {
    margin-top: 60px;
}

.exp-mobile-close-icon{
    font-size:35px;
}

.selectIcon {
    background: url("data:image/svg+xml,<svg height='15px' width='15px' viewBox='0 0 15 15' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M0,6.828H7l-3.5,4.5ZM.172,4.5,3.672,0l3.5,4.5Z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    width:inherit;
}

/*Custom*/

.nomatchfound {
    margin-left: 119px;
    margin-top: 20px;
}

.nomatchtitle {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gotham A', 'Gotham B', 'Lato';
    line-height: 24px;
}

.nomatchdesc {
    font-size: 16px;
    font-family: 'Lato';
}

.magazinesearchbtn {
    margin-left: 40px;
}
/*Explore Skeleton*/
.loading-page-boxes {
    pointer-events: none;
}

.filterboxskeleton ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .filterboxskeleton ul li .box-1,
    .filterboxskeleton ul li .box-2 {
        width: 100%;
        height: 41px;
        background: var(--shades-med-light-secondary-buttun-menus-e8e8e8) 0% 0% no-repeat padding-box;
        background: #E8E8E8 0% 0% no-repeat padding-box;
        border-radius: 5px;
        background: #E8E8E8 0% 0% no-repeat padding-box;
        animation-duration: 1.8s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: placeHolderShimmer;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: linear-gradient(to right, #fafafa 8%, #e8e8e8 38%, #e8e8e84a 54%);
        background-size: 1000px 640px;
        position: relative;
    }

.box-3 {
    width: 118px;
    height: 36px;
    background: var(--shades-med-light-secondary-buttun-menus-e8e8e8) 0% 0% no-repeat padding-box;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #e8e8e8 38%, #e8e8e84a 54%);
    background-size: 1000px 640px;
    position: relative;
}

.filterboxskeleton ul li {
    padding: 13px 0;
    border-bottom: 1px solid #E8E8E8;
}

.box-4 {
    width: 100%;
    height: 29px;
    background: var(--shades-med-light-secondary-buttun-menus-e8e8e8) 0% 0% no-repeat padding-box;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #e8e8e8 38%, #e8e8e84a 54%);
    background-size: 1000px 640px;
    position: relative;
}

.box-5 {
    width: 100%;
    height: 200px;
    background: var(--shades-med-light-secondary-buttun-menus-e8e8e8) 0% 0% no-repeat padding-box;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #e8e8e8 38%, #e8e8e84a 54%);
    background-size: 1000px 640px;
    position: relative;
}

.box-6 {
    width: 100%;
    height: 29px;
    background: var(--shades-med-light-secondary-buttun-menus-e8e8e8) 0% 0% no-repeat padding-box;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #e8e8e8 38%, #e8e8e84a 54%);
    background-size: 1000px 640px;
    position: relative;
}

.loading-page-boxes {
    width: 100%;
    height: 255px;
    background: var(--shades-med-light-secondary-buttun-menus-e8e8e8) 0% 0% no-repeat padding-box;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #e8e8e8 38%, #e8e8e84a 54%);
    background-size: 1000px 640px;
    position: relative;
}

.row.loading-page-boxes-row .col-lg-4 {
    margin-bottom: 30px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}