.home-section-padding{
	padding-top:1rem;
	padding-bottom:3.25rem;
}

.home-locations > a{
	align-items:center;
	color:#121212;
	display:flex;
	justify-content:flex-start;
	margin-bottom:0.75rem;
	margin-top:0.75rem;
	text-decoration:none;
	width:100%;
}

.home-locations > a > div{
	font-size:1.3125rem;
	/*letter-spacing:-0.048em;*/
	line-height:1.238em;
	padding-bottom:2px;
}

.home-locations > a > div:first-child{
	margin-right:30px;
	padding-bottom:0px;
	width:70px;
}

@media screen and (min-width: 48em){
	
	.home-locations{
		align-items:flex-start;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	.home-locations > a{
		width:48%;
	}

}

/* PRESS RELEASES */

.press-releases-select{
	display:flex;
	margin-bottom:2.25rem;
}

.press-releases-select-label{
	color:#004169;
	font-size:1.3125rem;
	font-weight:600;
	line-height:1em;
}

#pressReleasesSelect{
	appearance: none;
	background:url('/images/global/select-triangle.svg') center right no-repeat;
	border:0;
	color:#0075B4;
	font-size:1.3125rem;
	font-weight:600;
	height:auto;
	line-height:1em;
	margin-left:1rem;
	padding:0 28px 0 8px;
}

.press-release-header{
	display:none;
}

@media screen and (min-width: 48em){

	.press-release-header{
		border-bottom:1px solid #CCCCCC;
		align-items:top;
		display:flex;
		flex-wrap:nowrap;
		justify-content: space-between;
		margin-bottom:1.75rem;
	}

	.press-release-header > div{
		color:#004169;
		font-size:1.125rem;
		font-weight:600;
		line-height:1.444em;
		margin-bottom:1rem;
		width:100%;
	}
	
	.press-release-header > div:nth-child(1){
		margin-bottom:0rem;
		width:20%;
	}
	.press-release-header > div:nth-child(2){
		width:66%;
	}
	.press-release-header > div:nth-child(3){
		width:10%;
		text-align:right;
	}
	.press-release-header > div:nth-child(3) a{
		text-align:right;
		text-decoration: none;
	}

}



.home-press-releases{
	padding:1.75rem 0 0.75rem 0
}

.home-press-releases .press-release-link{
	align-items:top;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:1.75rem;
}

.home-press-releases .press-release-link > div:nth-child(1){
	color:#004169;
	font-size:1.125rem;
	font-weight:600;
	line-height:1.444em;
	margin-bottom:0.25rem;
	text-transform: uppercase;
	width:100%;
}
.home-press-releases .press-release-link > div:nth-child(2){
	font-size:1.125rem;
	line-height:1.444em;
	width:75%;
}
.home-press-releases .press-release-link > div:nth-child(2) a{
	color:#0075B4;
	text-decoration:underline;
}
.home-press-releases .press-release-link > div:nth-child(3){
	width:20%;
    text-align: center;
}
.home-press-releases .press-release-link > div:nth-child(3) a{
	text-decoration: none;
}

@media screen and (min-width: 48em){

	.home-press-releases .press-release-link{
		align-items:top;
		display:flex;
		flex-wrap:nowrap;
		justify-content: space-between;
		margin-bottom:1.75rem;
	}
	
	.home-press-releases .press-release-link > div:nth-child(1){
		margin-bottom:0rem;
		width:20%;
	}
	.home-press-releases .press-release-link > div:nth-child(2){
		width:66%;
	}
	.home-press-releases .press-release-link > div:nth-child(3){
		width:10%;
		text-align:right;
	}
	.home-press-releases .press-release-link > div:nth-child(3) a{
		text-decoration: none;
	}

	

}