/*****************************************

		CUSTOM CSS

******************************************/

.contactFlex {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.contactPerson {
    box-sizing: border-box;
    margin: 20px 0;
    display: inline-block;
    width: 300px;
    max-width: 100%;
    text-align: center;
    align-self: stretch;
    word-wrap: break-word;
}
.contactPerson > img {
    display: block;
    margin: 0 auto 10px auto !important;
}


.footerFlex {
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.footerColumn {
    box-sizing: border-box;
    margin: 0px 40px 20px 0;
    display: inline-block;
    max-width: 100%;
    text-align: left;
    align-self: stretch;
    word-wrap: break-word;
}
.footerColumn p {
    margin: 4px 0 0 0;
}