.events-cal{display:flex;flex-direction:column;gap:2em;transition:all .3s ease-in-out}.events-cal.grid-view{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1em}.events-cal.grid-view .chf-event{flex:0 1 calc(33.333% - 1em);display:flex;flex-direction:column;gap:1em;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.events-cal.grid-view .chf-event h2.event-title{padding-top:0}.events-cal.grid-view .chf-event .event-image{position:relative;width:100%;padding-top:70%;background-color:#f5f5f5;overflow:hidden}.events-cal.grid-view .chf-event .event-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.events-cal.grid-view .chf-event .event-image img:hover,.events-cal.grid-view .chf-event .event-image img.hover{transform:scale(1.05)}@media(max-width: 768px){.events-cal.grid-view .chf-event{flex:0 1 calc(50% - .5em)}.events-cal.grid-view .event-description{font-size:smaller}.events-cal.grid-view .more-details-btn{display:none}}.events-cal.list-view{flex-direction:column;gap:2em}.events-cal.list-view .chf-event{flex-direction:row}.events-cal.list-view .chf-event .event-image{flex:1}.events-cal.list-view .chf-event .event-image img{object-fit:contain;object-position:center;width:100%;height:auto;display:block}@media(max-width: 768px){.events-cal.list-view .chf-event{flex-direction:column;gap:calc(1em + 1vw)}.events-cal.list-view .chf-event h1.event-title,.events-cal.list-view .chf-event h2.event-title{padding-top:.25rem}}.chf-event{margin:0 0 4em;box-shadow:0 0 10px rgba(0,0,0,.1);background:#fff;text-align:left;padding:0;overflow:hidden;position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:2em}.chf-event .event-details{flex:1.5;font-size:11pt;padding:0 1em}.chf-event .event-details a.btn{padding:.5em 1em;margin:1em 0}.chf-event .event-details h1.event-title,.chf-event .event-details h2.event-title{font-family:"ScandiaLine","Scandia",sans-serif !important;text-align:left;text-transform:uppercase;font-weight:normal;font-size:1.6rem;padding:1em 0 0;margin:0}.chf-event .event-details h1.event-title a,.chf-event .event-details h2.event-title a{text-decoration:none}.chf-event .event-details h1.event-title a:hover,.chf-event .event-details h1.event-title a.hover,.chf-event .event-details h2.event-title a:hover,.chf-event .event-details h2.event-title a.hover{text-decoration:underline}@media screen and (max-width: 768px){.chf-event .event-details h1.event-title,.chf-event .event-details h2.event-title{font-size:1.2rem}}.chf-event .event-details .event-instructor,.chf-event .event-details .event-time{margin:0}.chf-event .event-details .event-instructor p,.chf-event .event-details .event-time p{margin:0;padding:0;font-size:11pt;text-transform:uppercase;display:block;line-height:1.5em}.chf-event.chf-event-single{display:block;padding:0;box-shadow:none}.chf-event.chf-event-single h1.event-title{font-size:2rem;line-height:1em;padding:.5rem 0}.chf-event.chf-event-single h3{font-size:1.5rem;line-height:1.1em;padding:.5rem 0;margin:1rem 0 0}.chf-event.chf-event-single h4{line-height:1.1em;padding:.5rem 0;margin:1rem 0 0}.chf-event.chf-event-single .event-details{padding:0}.chf-event.chf-event-single .event-image{float:left;max-width:50%;width:768px;margin:0;padding:0 2rem 1rem 0}.chf-event.chf-event-single .event-description{margin:0 0 1em}.chf-event.chf-event-single .event-description h2{font-size:1.5em;font-family:inherit;text-align:left;font-weight:bold;text-transform:none;margin:0;padding-bottom:0}.chf-event.chf-event-single .event-description div{margin:0;padding:0}.chf-event.chf-event-single .event-description p{margin:0;padding:1em 0 0}.chf-event.chf-event-single .event-description ul{list-style-type:disc;list-style-position:outside;padding-left:0;margin:.5em 0 0 1.5em}@media screen and (max-width: 768px){.chf-event.chf-event-single{padding:1em 0}.chf-event.chf-event-single .event-image{float:none;margin:0;padding:0;width:100%;max-width:100%;height:auto}.chf-event.chf-event-single h1.event-title{padding:.25rem 0}.chf-event.chf-event-single .event-details{padding:0}}.styled-dropdown{display:inline-flex;position:relative}.styled-dropdown select{background:#fff;border:1px solid #004058;border-radius:2px;padding:.5em;font-size:1rem;color:#004058;cursor:pointer;transition:background-color .3s,border-color .3s}@media screen and (max-width: 768px){.styled-dropdown select{font-size:.8rem}}.styled-dropdown select:hover{background-color:#e4e4e4;border-color:#fed611}.styled-dropdown select:focus{outline:none;border-color:#fed611;box-shadow:0 0 4px rgba(254,214,17,.6)}.events-cal .chf-event{opacity:0;transform:translateY(20px)}.events-cal.list-view .chf-event,.events-cal.grid-view .chf-event{opacity:1;transform:translateY(0)}.event-nav{margin-bottom:1em;display:flex;flex-direction:row;margin:0 5%;justify-content:flex-start;gap:1em}#view-toggle{display:flex;gap:1em}#view-toggle button{display:flex;align-items:center;justify-content:center;padding:.4em 1em;background:#f5f5f5;color:#333;cursor:pointer;font-size:.9rem;border:1px solid #ccc;border-radius:4px;transition:background-color .3s,transform .2s,color .3s}#view-toggle button i{font-size:1.2rem}#view-toggle button:hover{background-color:#e4e4e4;transform:scale(1.05)}#view-toggle button.active{background-color:#23282d !important;color:#f6f6f6 !important;border-color:#fed611}
