.collapse {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.main-event-list .msleventstyle-pill .event_item {
    width: 30%;
}

.msl-pagebanner, #events {
    display:none;
}

.msl_eventlist > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.msl-ef-filterbutton {
    display: block;
    width: 80%;
    margin: 10px auto;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 18px;
    background: #3d8d83;
    border-color: #357b73;
    color: #fff !important;
    line-height: 1.42857143;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-weight: 450;
    font-family: 'Fira Sans', sans-serif !important;
}

.msl-ef-filterbutton:hover {
    background: #357b73;
    text-decoration: none;
}

.msl-typesheader {
    font-weight:bold !important;
}

.msl-ef-typeslist tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
    margin-bottom:20px;
}

.msl-ef-typeslist input {
    display:none;
}
.msl-ef-typeslist input:checked + label {
  color:#fff;
  background-color:#357B73;
  font-size: 18px;
  padding: 12px;
  font-weight:bold;
}

.msl-ef-typeslist label{
    padding: 12px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 40px;
    font-size: 18px;
    font-weight:normal;
 }

.msl-ef-typeslist label:hover {
    border-color: #d7d7d7;
    cursor:pointer;
 }

.msl-ef-typeslist label:focus {
    padding: 0  0.56em 0 0.68em;
 }
 
 .msl-ef-typeslist tr {
     float:left;
     margin: 0 15px 5px 0px;
 }
 
#ctl00_eventlistcontroller_btnCancelPrefs, #ctl00_eventlistcontroller_btnSavePrefs {
    display:none;
}

.btn-showallevents {
    margin-top:20px !important;
    color:#000 !important;
}

.btn-showallevents:hover, .btn-showallevents:focus, .btn-showallevents:active {
    background-color: #B74A47;
    color: #fff !important;
}

.msl-ef-filterbutton::after {
    content:"";
    display:block;
}

.msl-ef-dateslist {
    display: inline-block;
    padding:15px;
    font-size:17px;
    margin-right:10px;
    margin-bottom:10px;
    width: 150px;
    border-radius:40px;
}

.msl-eventcal-default .msl-cal-hoverbox {
    padding: 10px 10px 10px 2px;
    border: 1px solid #dbdbdb;
    text-align: left;
    background: #f7f7f7;
    color: #000000;
    margin-top: 10px;
    min-width:300px;
}

.msl-eventcal-default .msl-cal-hoverbox a {
    padding: 5px 0 20px 10px;
    display: block;
}

.msl-eventcal-default td.msl_event_calendar_selected_day:hover {
    background-color: #b90075 !important;
    cursor:pointer;
}

.msl-eventcal-default td.msl_event_calendar_selected_day:hover .msl-cal-wrapper {
    color: #fff;
    background: #b90075;
    cursor:pointer;
}

.msl_event_calendar_title td:nth-child(1) {
    padding-left:20px;
}

.msl_event_calendar_title td:nth-child(3) {
    padding-right:20px;
}

.purple_colorset a {
    text-decoration:none;
}

.msl-typesheader {
    margin-top:60px;
}

.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:hover, 
.nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: transparent;
    background: #211c36;
    color: #fff;
}

@media (max-width:768px) {
    .msl_eventlist {
        width:100% !important;
    }
    
    .event_item img {
        display: block;
        height: auto;
        vertical-align: middle;
        display: block;
        margin-right: 0px;
        float:none;
        margin-bottom: 20px;
        width: 100%;
        border-radius: 5px;
    }
    
    .featured-events .event_item {
    width: 95%  !important;
    padding: 0px  !important;
    }
    
    .featured-events .event_item {
        min-height:200px  !important;
    }
    
    .event_item {
        width:95% !important;
        padding-bottom:10px;
    }
    
    .msl-ef-typeslist::after {
       display:block;
       margin-left: 5%;
       margin-top: 8%;
    }
    
    .search-events-mob .msl-ef-cancelbutton, .search-events-mob .msl-ef-savebutton {
        display:none;
    }
    
     .search-events-mob .msl-ef-typeslist {
         margin-bottom:20px;
     }
}

@media (min-width:768px) and (max-width:992px) {
    .msl-ef-typeslist::after {
       display:block;
       margin-left: -22%;
       margin-top: 4%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
     .featured-events .msl_eventlist {
       width: 90% !important;
    }
    
    .search-events-mob .msl-ef-cancelbutton, .search-events-mob .msl-ef-savebutton {
        display:none;
    }
    
     .search-events-mob .msl-ef-typeslist {
         margin-bottom:20px;
     }
     
}

@media (min-width:768px) and (max-width:992px) {
     .featured-events .event_item {
    width: 100%  !important;
    padding: 0px  !important;
    }
    
    .main-event-list .event_item {
         width: 99%;
         width: calc(100% / 2 - 53px);
         max-width: calc(100% / 2 - 53px);
         flex-grow: 1;
     }
     
     .search-events-mob .msl-ef-cancelbutton, .search-events-mob .msl-ef-savebutton {
        display:none;
    }
    
     .search-events-mob .msl-ef-typeslist {
         margin-bottom:20px;
     }
     
    .msl-ef-typeslist::after {
       display:block;
       margin-left: 25%;
       margin-top: 4%;
    }
}

.btn-explore {
    color:#fff !important;
}

#myInput {
    width: 100%;
    height: 3em;
    border-radius: 5px;
    box-shadow: none;
    padding:25px;
    text-align: center;
    background-color: white;
    border: 1px solid #d7d7d7;
    margin:20px 0 0 0px;
    font-size:14px;
    font-weight:semi-bold;
}

.col-centered{
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.col-centered .mslwidget {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.col-centered .msl_eventlist {
    width:80%;
}

.col-centered .event_item {
    width:30%;
    padding:0px;
}

@media (max-width:1200px) {
    .col-centered .event_item {
        width:96%;
    }
}

.col-centered .event_item img {
    width:100%;
    max-height: 400px;
}

/*.featured-events {
    padding:20px;
}*/