body, main {
    background: #F8F6F4 !important;
}
.home-page .spaces h2 {
    margin-block-end: 2.25rem;
    margin-bottom: 15px;
}
main.home-page.body #content ul.tiles li .tile {
    padding: 30px 30px;
    box-shadow: none;
    transition: all .2s ease-in-out;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
}

main.home-page.body #content ul.tiles li .tile img.tile-image {
    width: 40px !important;
    height: 40px;
}

.custom-space-notice {
    width: 100%;
    background: #eed13c;
    color: #000;
    padding: 12px 30px;
    z-index: 9999;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

span.csn-icon {
    width: 30px;
    display: flex;
}

.csn-text {
    font-weight: 400;
    margin-left: 10px;
}

.csn-text a {
    font-weight: 800;
    text-decoration: underline;
    color: #000;
}

@media(max-width:600px) {
	span.csn-icon {
    	width: 50px;
    	display: flex;
  	}
}

/* This chunk of code will align the content left side of the page. dont touch it!!!!! */
.vp-article :where(.vp-article__content,.contentLayout2,.columnLayout.fixed-width .innerCell,.vp-article__integration) {
    /*grid-template-columns: unset;
    justify-items: unset;*/
    display: unset !important;
}