/* BEGIN OFFICE-LISTING CSS -------------------------------------> */


.contact .results_list a:hover,
.contact .results_list a:focus
{
	color: #D22630;
}

.contact #content
{
	background: transparent;
	padding: 0;
}

#mainContent
{
	padding-top: 0px;
}

.contact .results_list a 
{
	color: #000;
}

.contact .results_list a:hover,
.contact .results_list a:focus
{
	color: #A20C15;
}

p
{
	margin: 0 0 36px 0;
	padding: 45px;
}

#officeList::after
{
	/* make div stretch to height of content */
	display: block;
	clear: both;
	content: '';
}

#officeList ul,
#officeList ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#officeList ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	/* gap: 36px; */
}

#officeList ul li
{
	padding: 45px 50px 50px 50px;
	box-sizing: border-box;
	/* flex: 1 1 325px; */
	background: #fff;
	width: calc(33.33% - 20px);
	margin: 0 0 30px 30px;
}

#officeList ul li:nth-child(3n+1)
{
	margin: 0 0 30px 0;
}

#officeList ul li .title
{
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 3px;
}

#officeList ul li .address
{
	margin-top: 32px;
}

.statefull
{
	color:#d22630;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8rem;
}

@media (max-width: 1024px)
{
	#officeList ul li,
	#officeList ul li:nth-child(3n+1)
	{
		width: calc(50% - 15px);
		margin: 0 0 30px 30px;
	}

	#officeList ul li:nth-child(odd)
	{
		margin: 0 0 30px 0;
	}
}

@media (max-width: 479px)
{
	#officeList ul li,
	#officeList ul li:nth-child(3n+1),
	#officeList ul li:nth-child(odd)
	{
		width: 100%;
		margin: 0 0 30px 0;
	}
}

/* END OFFICE-LISTING CSS ---------------------------------------> */