/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        background-image: url(https://static.mywebsites360.com/af72e4714bdf4f0bb074e99215687dca/i/ae7a0da2658b4ba694ab976d516f8dcb/1/5feFb8zhrk/mobile%20hero.jpg);
    }
}
/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.item_c5217b8ab82a47938fd429a6bdea1e0b,
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.item_c5217b8ab82a47938fd429a6bdea1e0b > .item,
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.item_c5217b8ab82a47938fd429a6bdea1e0b > .item a.button,
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.item_c5217b8ab82a47938fd429a6bdea1e0b > .item p,
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item p {
    margin-bottom: 20px;
}

/* Sitewide Banner */

.blockWrap_dba78202f0d04fcc937edc71a76e56be {
background-color: #3269bb;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.blockWrap_dba78202f0d04fcc937edc71a76e56be a, a:link, a:visited, a:focus, span.gc-cs-link, .button--linky {
    color: #ffffff;
    text-decoration: none;
}

.headerAndNavContainer {
    padding-top: 0px !important;
}