/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 0px solid #ddd;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: rgba(0,0,0,0.0); /* color of accordion title background */
    font-size: 24px;
    color: #333333;
    padding: 10px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.madwire-accordion-title::after {
    content: '+';
    font-size: 38px;
    margin: 0;
    padding: 0;
    line-height: .5;
    color: #5d18eb;
}

.madwire-accordion-title.open::after {
    content: '-';
    font-size: 55px;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    right: 20px;
}


.madwire-accordion-content {
    color: #666666; /* color of accordion content */
    padding: 10px 10px;
    background: white;
}



.footerContent .contentTitle{
    font-size:18px!important;
}

.items_d00a358fd1fb4caa9fcd762a19ae3e20 .item:first-of-type {
    background-image: none;
    background-color: rgba(0,0,0,0.0)!important;
        color: white!important;
    box-shadow: none!important;
    align-self: center;
}

.items_d00a358fd1fb4caa9fcd762a19ae3e20 .item:first-of-type .contentTitle{
    color: white!important;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.cols2,
.cols3,
.cols4,
.cols5,
.cols6 { 
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100%;
}

/* Change item class here */
.cols2 > .item,
.cols3 > .item,
.cols4 > .item,
.cols5 > .item,
.cols6 > .item{
display: flex;
flex-direction: column;
}


.items_c5530353864f412fa38b45d03cc1e419 .item:nth-of-type(3) .itemContent ul{
        padding-bottom: 0.5em!important;
}

strong{
    color:inherit!important;
}

/* 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; 
    }
}