:root{--bg-color:#151515;--text-color:#FFF}.black{--bg-color:#151515;--text-color:#FFF}.amber{--bg-color:#f8a323;--bg-gradient:linear-gradient(60deg, rgba(255,172,0,1) 0%, rgba(255,147,0,1) 100%);--text-color:#FFF;--active-text-color:#f8a323}.red{--bg-color:#cd4d4d;--bg-gradient:linear-gradient(60deg, rgba(219,97,95,1) 0%, rgba(198,67,67,1) 100%);--text-color:#FFF;--active-text-color:#cd4d4d}.blue{--bg-color:#45b7c2;--bg-gradient:linear-gradient(60deg, rgba(69,183,194,1) 0%, rgba(33,166,178,1) 100%);--text-color:#FFF;--active-text-color:#45b7c2}.purple{--bg-color:#6850ac;--bg-gradient:linear-gradient(60deg, rgba(112,81,199,1) 0%, rgba(91,80,122,1) 100%);--text-color:#FFF;--active-text-color:#6850ac}.green{--bg-color:#b3cd7f;--bg-gradient:linear-gradient(60deg, rgba(169,227,52,1) 0%, rgba(143,193,42,1) 100%);--text-color:#000;--active-text-color:#000}.featured-event{background:var(--bg-gradient);color:var(--text-color);display:flex}.featured-event.amber{color:#444}.featured-event .info{padding:50px;width:50%;display:flex;align-content:center;justify-content:center;flex-wrap:wrap}.featured-event .info h2{font-size:28pt;font-weight:100}.featured-event .info .excerpt{margin:15px 0;text-align:center}.featured-event .info .btn{background-color:#fff}.featured-event .info .btn:hover{background-color:#e6e6e6}@media only screen and (max-width:768px){.featured-event .info{order:2;width:100%;padding:15px}}.featured-event .image{width:50%}.featured-event .image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:768px){.featured-event .image{order:1;width:100%}}@media only screen and (max-width:768px){.featured-event{flex-wrap:wrap}}