/* Buttons */
.button {
    padding: 10px 30px;
}

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* Equalize Simple List Blocks SITEWIDE */
/* Make sure to UNCHECK "Height-optimized grid" */
.itemsCollectionContent { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.itemsCollectionContent > .item {
	display: flex;
	flex-direction: column;
}

/* UGC Videos Disclaimer */
.block_f14b6292dc414ae2984fb20cf3cc24f4 .blockImg:after,
.block_c158db53cb604c5384fdacfd08a68dbc .blockImg:after {
    content: "This content was created by a compensated creator.";
}

/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 0px solid #ddd;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #105ca7; /* color of accordion title background */
    font-size: 24px;
    color: white;
    padding: 10px 20px;
    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;
}

.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: #868686; /* color of accordion content */
    padding: 10px 20px;
    background: white;
}

/* Sitewide Banner */

.blockWrap_f8887a7be657435683a70f878d62c8ac{
background-color: #000000;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca7d23d4945f45628a0d5220259dd5c8 {
        background-image: url(https://static.mywebsites360.com/f45dcff613b8439eaf7fa123b6845736/i/f5ca7bd9e6ff465fb95f03932fd8bad1/2/5feFb8zhrk/Untitled%20design.jpg);
    }
}

/* 2 Column Form */

div#madHero {
    text-align: center;
    /* Force top padding to zero, overriding the builder */
    padding: 0px 15px 15px 15px !important; 
}

div#madHero > div.madHero-item {
    flex: 1 1 0;
    margin-bottom: 20px;
    /* Force the items themselves to sit at the very top */
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.madTitle {
    font-size: 1.8rem; 
    color: #111111; 
    /* Force the invisible top margin on the heading to disappear */
    margin-top: 0px !important; 
    padding-top: 0px !important;
}

.madContent {
    font-size: 1.1rem; 
    color: #222222; 
    /* Pull the paragraph up closer to the title, if needed */
    margin-top: 10px !important;
}

@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        /* Keep this at flex-start to snap to the top */
        align-items: flex-start !important; 
        justify-content: center;
        text-align: left;
    }
}