/* STYLES FOR COMMUNITY INVOLVEMENT */
.locInvolv {
    max-width: unset !important;
    margin: 0 !important;
    padding: 75px 13.6% 100px 13.6%;
    position: relative;
}
.locInolvBkg {
    max-height: 320px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.locInvolv h2 {
    margin: 0 0 43px 0 !important;
	padding-bottom: 20px !important;
	position: relative;
    text-align: center;
}
.locInvolv h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 256px;
	background: #FFF;
	height: 2px;
}
.locInvolvContent, .locInvolvContent p {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	line-height: 25px !important;
}
.locInvolvGrid {
    margin: 0 -50px -50px -50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.locLogos {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 200px;
    margin: 34px;
}
.locInvolvSlides, .locInvolvControls {
    display: none;
}
@media only screen and (max-width: 600px) {
    .locInvolvGrid {
        display: none;
    }
    .locInvolvSlides {
        display: block;
    }
    .locLogos {
        margin: 50px 0 0 0;
        flex: unset;
        height: auto;
    }
    .locInvolvControls {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 45px;
    }
    .locInvolv-prev {
        margin-right: 40px;
    }
}