.logo {
    width: 100%;
}

.wrap__logoHeader--inner {
    max-width: unset;
}


/* an attempt at fixing the featured blocks section*/
ul.featuredblocks__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.featuredblock__container {
    height:100%;
}
/* end of featured block */

.wrap__page-content {
    margin: 20px 0px;
}

/* IMPORTANT client wants all forms removed 
erase the code below to turn them all back on */
.form {
    display: none;
}