.location-cat {
    padding: 0 24px 24px 24px;
}
ul.cpq-cat {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 0;
	flex-wrap: wrap;
}

.cpq-filters {
    padding: 4px 16px 4px 16px;
    border: 1.5px solid #003E6F;
    border-radius: 20px;
    text-decoration: none;
	color: #003E6F;
	font-family: franklin-gothic-urw;
    font-size: 16px;
    line-height: 19.2px;
	letter-spacing: 0.15px;
    font-weight: 400;
}

.cpq-filters.filter-active {
	background-color: #003E6F;
	color: #fff;
}

.cpq-filters.filter-active:hover {
	color: #fff;
	cursor: default;
}

.location-template {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    width: 100%;
    column-gap: 40px;
    row-gap: 20px;
}
.location-contianer p, .location-contianer h3 {
	margin-bottom: 0;
}
.location-contianer {
    display: flex;
    flex-direction: row;
    padding: 24px;
    background-color:#F8F8F8;
    column-gap: 40px;
}
.location-template {
	border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 24px 0;
}

.loc-l-col {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    row-gap: 4px;
}
.loc-l-col p {
	color: #7F9DB7;
	text-transform: uppercase;
}
.loc-r-col {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    justify-content: center;
}
ul.loc-cate {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.loc-cate .multi-cate:nth-of-type(1)::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
}
.cpq-container {
	width: 100%;
}
.volunteer-template {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0;

}
.volunteer-contianer {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
    padding: 16px 24px;
}

.vol-l-col {
    width: 50%;
}

.vol-r-col {
    width: 50%;
}
.volunteer-contianer p, .volunteer-contianer h3, .volunteer-contianer a {
	margin-bottom: 4px;
 text-decoration: none;
}

.volunteer-contianer .gb-headline-f7df2b95 {
    color: #7F9DB7;
    text-transform: uppercase;
}

.volunteer-contianer:nth-of-type(even) {
	background-color: #F8F8F8;
}
@media screen and (max-width: 1024px) {
	.location-contianer {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.location-template {
		grid-template-columns: 100%;
	}	
}