/* Links Brand */ 
.social-media-brand {
	margin-top: 20px;
}

.social-media-brand img {
	width: 35px;
	margin-right: 5px;
}

.social-media-brand .facebook__icon img {
	width: 13px;
}

/* Careers
================================================== */

.whr-items {
	list-style: none;
	margin: 0;
}

.whr-item {
	margin: 25px auto;
}

.whr-item:after {
	content: '';
	width: 100px;
	height: 2px;
	margin: 20px auto;
	background-color: #ded5d1;
	display: block;
}

.whr-title {
	font-size: 1rem;
	margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
	
	#sub-hero {
	    height: auto;
	}
	
	#sub-hero .sub-hero-text {
	    top: 0;
	}
		
}

@media only screen and (max-width: 650px) and (min-width: 481px) {
	
	#sub-hero {
	    height: auto;
	}
	
	#sub-hero .sub-hero-text {
	    top: 0;
	}
		
}