/********************
CUSTOM PROPERTIES
********************/
:root {
    --clr-blue-200: #19aeca;
}
/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe { 
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 min-height: 100%;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item {
 display: flex;
 flex-direction: column;
}

/* Equalize Simple List Blocks on Event Page*/

/* Change item class here */
.items_aec9bdf73ae44f76a52c539d2ee627b0 { 
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 min-height: 100%;
}

/* Change item class here */
.items_aec9bdf73ae44f76a52c539d2ee627b0 > .item {
 display: flex;
 flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ad84789c00bb4956a63dd773dee23571 { 
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 min-height: 100%;
}

/* Change item class here */
.items_ad84789c00bb4956a63dd773dee23571> .item {
 display: flex;
 flex-direction: column;
}
/********************
CUSTOM FOOTER STYLES
********************/
.footerContainer .footerContent .blockWrap_c94fa939eb924c9795e3184a6f08b8d1 {
    position: relative;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.footerContainer .footerContent .blockWrap_c94fa939eb924c9795e3184a6f08b8d1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 50%;
    
    background-color: var(--clr-blue-200);
    transform: translateX(-50%);
}
.mw__footer--title {
    color: var(--clr-blue-200);
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 10px;
}
.footerInner {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: top;
    justify-content: center;
}
.footerContent .contentTitle {
    color: var(--clr-blue-200);
    font-size: 18px;
    text-transform: uppercase;
}
.footerInner .blockContainer {
    flex: 1 0 20%;
    margin: 0;
    padding-block: 20px !important;
    padding-inline: 20px;
    box-sizing: border-box;
    float: none;
    min-width: 220px;
}
.footerInner .blockContainer:not(:nth-last-child(2)) {
    border-bottom: 1px solid white;
}
@media only screen and (min-width: 479px) {
    .footerInner .blockContainer:not(:nth-last-child(2)) {
        border-bottom: none;
        border-right: 1px solid white;
    }
}
.footerInner :is(
.blockContent,
.blockText,
.blockInnerContent
) {
    height: 100%;
}
.footerInner :is(
.blockText,
.blockInnerContent
) {
    display: flex;
    flex-direction: column;
}
.footerInner .blockInnerContent p:last-of-type {
    margin-top: auto;
}
.mw__footer--icons a:not(:last-of-type) {
    margin-right: 10px;
}
/* Sitewide Banner */
.blockWrap_f3a807f96c274e2e9373828e7bce729f {
    background-color: #666666;
    color: #ffffff; 
    text-align: center;
    padding: 10px;
}

/* Targeting the link within the banner */
.blockWrap_f3a807f96c274e2e9373828e7bce729f a {
    color: #ffffff; /* Change this to the desired color */
    text-decoration: none; /* Removes underline */
}