/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_ed4b1a2ce6f14a21b2530b928dc912d4 .cols2 .item,
.block_aed4b1a2ce6f14a21b2530b928dc912d4 .cols2 .socialStreamGroup {
    clear: none;
    width: 50%;
    margin: 0%;
}
}

/* Custom Mobile Background Image - Homepage Trust Badges */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/f850b83ca10c42529b76e438c269fa83/i/cf15f2988cdf43aca1c80a8a0d827316/2/5feFb8zhrk/Mobile%20BG.jpg);
    }
}

/* 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_aa183ae03c1d49949ee74974b711e594 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_aa183ae03c1d49949ee74974b711e594 > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_b530a6896086458fa6dbdddd53ddf910 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b530a6896086458fa6dbdddd53ddf910 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_b530a6896086458fa6dbdddd53ddf910 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_b530a6896086458fa6dbdddd53ddf910 > .item p {
    margin-bottom: 20px;
}