#primary, #secondary {
    display: none;
}
.iso-grid {
    border-top:1px solid #D3D3D3;
}
.iso-grid .event-card {
    margin-left:0px;
}
.event-a-tag{
    text-decoration:none;
}
.event-item-wrapper {
    display: flex;
    padding: 25px;
    border-bottom: 1px solid #D3D3D3;
}
.event-wrapper-text {
    width: calc(70% - 25px);
    margin-right: 25px;
}
.event-wrapper-image {
    width:30%;
}
.event-type {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.23px;
    text-transform: uppercase;
    font-weight: bold;
}
.event-title {
    color: #000000;
    font-weight: normal;
    margin-bottom:40px;
}
.event-date {
    margin-top: 30px;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
}
.event-location {
    margin-top: 30px;
    color: #808080;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-transform: uppercase;
    display: flex;
}
.event-location > i.material-icons {
    font-size:15px;
    margin-right:2px;
}

#status{display: flex;width:100%;margin-top:25px;align-items: center;padding-bottom:20px;margin-bottom:0px;border-bottom:1px solid #000000;}
.status-line{width:100%;padding-left:20px;font-size:12px;line-height: 20px;}
.status-line2{margin-bottom:20px;height:25px;padding: 0 10px;}
.filter-count{float:left;font-size:12px;}
.clear-filters{width:80px;margin-bottom:0px;font-size:12px;font-weight:325;}
.enable-clear-filter-btn:hover{cursor:pointer;}
.clear-filters:before{content:'CLEAR ALL';padding:5px;border-radius:5px;}
.enable-clear-filter-btn:hover:before{color:white;}

.enable-clear-filter-btn:before{pointer-events: all;}
.disable-clear-filter-btn:before{color:#EEEEEE;pointer-events: none;border:1px solid #EEEEEE}

/* Search bar styling */
#qsearch .icon-search {
    top:10px;
    left:12px;
    padding-right:12px;
    font-size:15px;
    line-height:17px;
}
#filter-search-text {
    margin:0;
    font-size:24px;
    line-height:36px;
    height:50px;
    width:100%;
    padding-right:31px;
    box-sizing:border-box;
    text-indent:15px;
    margin-left:0px;
    padding-left:55px;color:#000000;
}
#qsearch {
    position:relative;
    display:inline-block;
    width:100%;
    margin:0;
    margin-bottom:15px;
}
#qsearch .icon-search {
    font-size: 19px;
    border-right: 1px solid #dddddd;
    padding-right: 18px;
    position: absolute;
    top: 11px;
    line-height: 30px;
    color:#000000;
    left:18px;
}

#clear-searchbar-btn {
    color: #EEEEEE;
    pointer-events: none;
    border: 1px solid #EEEEEE;
    border-radius:5px;
    position: absolute;
    right: 10px;
    top: 12px;
}
#clear-searchbar-btn:before {
    content:"\e14c";
}
#clear-searchbar-btn.enable-qsearch-clear-btn {
    pointer-events:all;
    cursor:pointer;
}
/* End of search bar styling */


/* start of multiselects styling */
#filters {
    display: flex;
    flex-flow: row wrap;
    margin:0;
    margin-bottom:5px;
}
.vsb-main {
    width:100%;
}
.vsb-main > button {
    max-width: unset !important;
    height: 50px;
    font-size: 12px !important;
    line-height: 15px !important;
    letter-spacing: 1.0px;
    text-transform: uppercase;
    padding: 5px 10px !important;
    border:1px solid #cccccc !important;
}
.vsb-main > button > .caret:after {
    content:"\e5cf";
    font-size: 22px;
    font-family: 'Material Icons';
    left: 20px;
}
.vsb-main > button > .caret {
    border: none !important;
    display: inline-flex;
    width: 25px;
    height: 15px;
    margin-top:0px !important;
}
.vsb-main > button:hover {
    background:#eeeded !important;
}

#filters .vsb-menu {
    width:inherit;
    margin-top:5px;
    border-radius: 0px;
    cursor:default;
    border:1px solid #cccccc;
    z-index:1 !important;
}
#filters .vsb-main .title {
    color: #000000;
}
#filters .vsb-menu ul{
    padding:0px;
    max-width:100% !important;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow-y:hidden;
    max-height:250px;
    width:inherit;
}
#filters .vsb-menu ul.scroll::-webkit-scrollbar {
    width: 8px;
}

#filters .vsb-menu ul.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#filters .vsb-menu ul.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #888;
}

#filters .vsb-menu ul.scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.clear-btn-hr{
    margin: 0px 10px 10px 10px;
}
#filters .vsb-menu li{
    font-size:12px;
    line-height:15px;
    padding:6px 40px;
    white-space: normal;
    position:relative;
}
#filters .vsb-menu .multi li:not(.grouped-option)::before {
    margin-left:0px;
    left:12px;
    padding: 5px;
    border-radius: 0px;
    border: 1.75px solid;
    color:rgba(0,0,0,0.7);
}
#filters .vsb-menu .multi li:not(.grouped-option).active::after {
    height: 7px;
    width: 3px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    left: 34px;
    top: 6px;
}
#filters .vsb-main li:hover {
    background: #eeeded;
}

#filters .ms-btn-wrapper {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
#filters .ms-btn {
    text-align: center;
    width: 90px;
    min-width: 90px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 4px 0px;
    pointer-events:none;
    cursor:auto;
    color:#eeeeee;
    border:1px solid #eeeeee;
}
#filters .ms-btn.ms-show-all-btn{
    margin-right:10px;
    border:none;
    border-radius: 0px;
}
#filters .vsb-main .ms-btn.ms-active-btn.ms-show-all-btn {
    border:none;
    border-radius: 0px;
}
#filters .vsb-main .ms-btn:hover {
    color:white;
}
#filters .vsb-main .ms-btn.ms-active-btn {
    cursor:pointer;
    pointer-events: all;
}

#filters .vsb-main .ms-open .caret:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ms-wrapper {
    flex: 1;
}
.ms-wrapper:not(:last-child) {
    margin-right: 15px;
}

.ms-select-list, .radio-select-list {
    margin:0px;
}

.number-of-options{
    padding-left:5px;
    font-weight:normal;
}
.ms-select-list li, .radio-select-list label {
    padding-left:50px;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 7px;
    padding-top:7px;
    cursor:pointer;
    position:relative;
}
.ms-select-list li:hover, .radio-select-list label:hover {
    background:#eeeeee;
}
.ms-select-list li:not(.grouped-option)::before{
    margin-left: 0px;
    left: 22px;
    margin-top:3px;
    padding: 5px;
    border-radius: 0px;
    border: 1.75px solid;
    color: rgba(0,0,0,0.7);
    content: "";
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
}

.ms-select-list li:not(.grouped-option).active::after{
    margin-left: -24px;
    margin-top: 5px;
    height: 6px;
    width: 3px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    font-size: inherit;
    float: left;
    margin-left: -24px;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 50px;
}
.vsb-menu li.active, .ms-select-list li.active, .radio-select-list label.active {
    font-weight:bold;
}
#filters .ms-multi-btn-wrapper {
    justify-content: space-between;
    padding:0px 10px;
}
#view-more-btn:hover {
    background-color:#eeeded;
}
.view-more-btn-wrapper {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

#filters .ms-wrapper .inactive-filter, #filters .ms-wrapper .inactive-filter > * {
    pointer-events: none!important;
    color:grey;
    opacity:0.7;
}
.ms-wrapper.hide-filter {
    display:none !important;
    pointer-events: none !important;
}
/* End of multiselects styling */



/* Start of custom scrollbar styling */
.custom-scrollbar {
    overflow-y: auto !important; /* Enable vertical scrollbar */
    height: 250px; /* Example height */
    width: 300px; /* Example width */
}

.custom-scrollbar::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track color */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #888; /* Thumb color */
    border-radius: 5px; /* Rounded corners */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Hover color */
}

/* End of custom scrollbar styling */



/* Start of mobile modal buttons styling */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    width: calc(100% - 40px);
    margin: 0px 20px;
    height: calc(100vh - 100px);
    display:flex;
    flex-direction: column;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 12px 20px;
    border: none;
    text-align: center;
}

.modal-body {
    padding: 12px 0px;
    flex: 1;
    max-height:unset;
}

.modal-footer {
    padding: 20px 10px 25px 10px;
    display: flex;
    gap: 15px;
    background-color: #ffffff;
    margin-left:10px;
    margin-right:10px;
}

.modal-content .modal-footer:before, .modal-footer:after {
    display:unset;
    content:unset;
}

.modal-footer button {
    flex: 1;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    font-weight:normal;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

.ms-select-list {
    margin:0px;
}

.number-of-options{
    padding-left:5px;
    font-weight:normal;
}
#clear-modal-btn{
    border:1px solid #eeeeee;
    color:#eeeeee;
    border-radius: 5px;
}
#clear-modal-btn.modal-enable-clear:hover {
    color:white;
}
#close-modal-btn {
    border:none;
    font-weight:bold;
}
.mobile-modal-btn {
    font-size:12px;
    line-height:15px;
    text-transform: uppercase;
    letter-spacing: 1.23px;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    border:1px solid #cccccc;
    color:black;
}
.mobile-modal-btn.closed:after {
    content: "\e5cf";
    font-size: 22px;
    font-family: 'Material Icons';
    margin-right:-5px;
}
.mobile-modal-btn.closed:hover {
    background:#eeeeee;
}

/* The container */
.radio-btn-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-btn-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 7px;
    left: 22px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.radio-btn-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-btn-container input:checked ~ .radio-checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn-container .radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
/* End of mobile modal buttons styling */




@media screen and (max-width: 979px) and (min-width: 767px) {
    .event-date {
        font-size: 18px;
        line-height: 26px;
    }
}




/* Start of responsive styling */
@media screen and (max-width: 768px) {
    #filters {
        flex-flow:column;
    }
    .ms-wrapper, .checkbox-wrapper {
        margin-right:0px;
        margin-bottom:5px;
        max-width:100%;
    }
    .vsb-main {
        display: block !important;
    }
    .vsb-main > button {
        display:none !important;
    }
    .mobile-modal-btn.visible-phone{
        display:flex !important;
    }

    #status{ 
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom:15px;
    }
    .status-line {
        padding-left:0px;
        padding-right:10px;
    }
    .clear-filters {
        width:75px;
    }
    #qsearch {
        margin-bottom:5px;
    }
    #filter-search-text {
        font-size:18px;
        line-height: 28px;
        height: 35px;
        padding-left: 30px
    }
    #qsearch .icon-search {
        top:10px;
        left:12px;
        padding-right:12px;
        font-size:15px;
        line-height:17px;
    }
    #clear-searchbar-btn {
        top:12px;
        font-size: 18px;
        margin-top: -4px;
    }
    .checkbox-container {
        margin-bottom: 5px;
    }
    .checkbox-label {
        display:none;
    }
    .ms-wrapper:not(:last-child) {
        margin-right: 0px;
    }


    .event-item-wrapper {
        border-top: none;
        padding: 0px;
        margin-bottom: 15px;
        flex-direction: column-reverse;
    }

    .event-title {
        font-size: 25px;
        line-height: 1.6em;
        margin-bottom: 0;
    }

    .event-date {
        font-size: 18px;
        line-height: 26px;
    }

    .event-type {
        font-size: 13px;
        line-height: 20px;
    }
    .event-wrapper-image, .event-wrapper-text {
        width:100%;
    }
    .event-wrapper-image {
        padding:0px;
    }
    .event-wrapper-text {
        padding: 25px 25px 25px 25px;
        width: calc(100% - 50px);
    }
    .event-location {
        margin-top: 20px;
    }
}