@charset "UTF-8";
/* CSS Document */

.careers-splash-height-limiter{
	height: 60vh;
}

.careers-splash-container{
	width: 100%;
	height: 100%;
	position: relative;
}

.great-place-badge{
	position: absolute;
    height: auto;
    width: 15%;
    right: 80px;
    bottom: 60px;
}

/*most mobile/tablets*/
@media only screen and (max-width: 1025px){
	.great-place-badge{
		 right: 1.5rem;
	}
}
/*Surface pro 7*/
@media only screen and (width: 912px) and (height: 1368px){
	.great-place-badge{
		right: 1.5rem;
		bottom: 0px;
	}
}

/*Galaxy Fold*/
@media only screen and (width: 280px) and (height: 653px){
	.great-place-badge{
		right: 0px;
		bottom: 0px;
	}
}

/*Asus Zenbook Fold*/
@media only screen and (width: 853px) and (height: 1280px){
	.great-place-badge{
		right: 1.5rem;
		bottom: 0px;
	}
}


.project_cont.pos .careers_button{
	width: 25%;
	position: absolute;
	right: 0;
	top: 74px;
}

.project_cont.pos .careers_button a{
	width: 320px;
	font-size: 1.25em;
	height: 2.6em;
	line-height: 2.6em;
}

.careers_button a{
	background-color: white;
	color: black;
	width: 50%;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 1em 1em 1em 0;
	font-size: 1.6em;
	height: 2.5em;
	line-height: 2.5em;
	letter-spacing: 0.1em;
	text-transform: none !important;
	font-family: "LyonText-SemiBold", "Times New Roman", Times, serif;
}

@media (min-width: 481px) and (max-width: 1500px){
	.careers_button a{
		font-size: 1.2em;
	}
}

@media (min-width: 1024px) and (max-width: 1500px){
	.project_cont.pos .careers_button{
		right: calc(2em + 60px);
	}
}

@media (min-width: 481px) and (max-width: 1023px){
	.careers_button a{
		width: 100%;
	}
	
	.project_cont.pos .careers_button{
		position: absolute;
		top: 0;
		left: calc(2em + 60px);
	}
}

@media only screen and (max-device-width: 480px){
	.careers_button a{
		width: 95%;
		margin: 1em 0;
		font-size: 1.5em;
	}
	
	
	.project_cont.pos{
		padding: 0 0 0 1.5rem;
	}
	.project_cont.pos .careers_button{
		position: relative;
		width: 100%;
		top: 0;
	}

	.project_cont.pos .careers_button a{
		width: 100%;
	}
}