/* 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 Services Page*/

/* Change item class here */
.items_a05350d05e094dfd8428883338e737b7 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a05350d05e094dfd8428883338e737b7 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d94df42a3bb941cfa8986d6e2edd5c6e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d94df42a3bb941cfa8986d6e2edd5c6e > .item {
	display: flex;
	flex-direction: column;
}

/* Sitewide Banner */

.blockWrap_babdac9b2660499cb7d52af12ffde43d{
background-color: #7e2e98;
font-size: 16px;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}


/* Button Widget */

.loader-btn-html {
    padding: .25em 1em;
    font-size: 18px;
    color: #fff;
    background: #622075;
    background: linear-gradient(to bottom, #832b9c, #622075);
    letter-spacing: normal;
    text-transform: none;
    font-family: focobold, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 0 !important;
    border: 0;
}


.loader-btn-html:active, .loader-btn-html:hover, loader-btn-html:focus {
    color: #fff;
    background: #5e2372;
    background: linear-gradient(to bottom, #7e2e98, #5e2372);
    border-color: #7e2e98;
}