

.careers-intro {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0px;
	/*font-size: 23px;*/
}

.careers-intro h3 {
	margin: 0 auto;
	width: 80%;
}

.positions-footer {
	font-size: 12px;
	padding: 40px 0px;
}

.careers.pic {
	background-color: #26aae1;		
}

span.careers.pic {
	background-size: auto 150px !important;	
}

.tileSubtitle {
	font-size: 12px;
}

a.newBox.careers {	
	border: 3px solid #edeef1;
	width: calc(100% / 3 - 39px);
	margin: 0 10px 20px 18px;
	box-shadow: none;
}

a.newBox.careers .head {
	width: 90.5%;
}

a.newBox .head h6 {
	font-size: 15px;	
}

a.newBox .head svg {
	margin-top: -10.5px;
}

.department-container {
	margin: 0 5%;
}

.careers-right-button {
	text-align: right;
}

.job-container div {
	width: 25%;
}

.job {
	display: flex;
	flex-flow: column;
}

.job::after {
    content: "";
    border-bottom-width: 3px;
    border-bottom-color: rgb(47, 48, 53);
    border-bottom-style: solid;
    padding-bottom: 30px;
}

.job-container {
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-top: 30px;
	font-family: 'TradeGothicLTPro-Light';
	color: rgb(103, 103, 103);	
}

.job-dept {
	text-transform: capitalize;
	max-width: 90%;
}

.job-title, .job-dept, .job-location {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

@media screen and (max-width: 375px) {
	.department-container a.newBox .head h6 {
		font-size: 10px;
	}	
}

@media screen and (max-width: 425px) {
	a.newBox.careers {
		display: block;
		width: 100%;
	}

	.department-container .job-container {
		flex-flow: column;
	}
	.job-container div {
	    width: 100%;
	    display: block;
	    margin: 10px auto;
	}
	.careers-right-button {
		text-align: left;
	}

	.extraMargin {
		margin: auto 1px;
	}

	.department-container a.newBox .head h6 {
		font-size: 12px;
	}
}


@media screen and (max-width: 600px) {
	.department-container .button.dark {
		padding: 13px 25px;		
	}	
	.job-container div {
		width: 100%;	
	}
	a.newBox.careers {
		display: block;
		width: 100%;
	}

	.department-container .job-container {
		flex-flow: column;
	}
	.job-container div {
	    width: 100%;
	    display: block;
	    margin: 10px auto;
	}
	.careers-right-button {
		text-align: left;
	}


}

@media screen and (orientation: landscape) and (max-width: 736px) {
	.department-container .button.dark {
		padding: 13px 25px;		
	}
	.job-container div {
		width: 100%;	
	}
	.careers-right-button {
		text-align: center;
	}
	a.newBox.careers {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.department-container .button.dark {
		padding: 13px 25px;		
	}
	a.newBox.careers {
		display: block;
		width: 100%;
	}
}

@media screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1440px) {
	a.newBox.careers {
	    width: calc(50% - 30px);
	    margin-left: 15px;
	    margin-right: 0px;
	}

	.department-container a.newBox .head h6 {
		font-size: 12px;
	}
}

a.contactHover:hover {
	color: #26aae1;
}
