
body{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	height: 100vh;
	background: #F5F5F5;
}

.main-hire-container{
	position: relative;
	min-height: 100%;
}

#hire-header{
	background-image: url("../lgn_careers-bg.jpg");
	background-size: cover;
	background-position: top;
}

.lgn_logo_careers{
	position: fixed;
    top: 0;
    z-index: 20;
    cursor: pointer;
    width: 154px;
    max-width: 15%;
    left: 30px;
}

.careers_title_container{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-top: 150px;
	padding-bottom: 90px;
}

.careers_title_container h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 2em;
	text-align: center;
}

.careers_title_container p{
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	width: 50%;
}

.hire-jobs{
	width: 100%;
}
.hire-space{
	height: 100px;
}

footer#hire-footer{
	position: absolute;
    bottom: 0;
    width: 100%;
	background-color: #111111;
	padding-top: 30px;
	padding-bottom: 10px;
}

footer#hire-footer ul{ 
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	width: 100px;
}

footer#hire-footer ul li a{
	text-decoration: none;
	color: #cccccc;
	font-size: 1em;
}

footer#hire-footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #cccccc;
	font-size: .7em;
	text-align: center;
}

footer#hire-footer p a{ text-decoration: none; color: #cccccc;}


/*script styles*/

#hire_widget_iframe_0 .bb-public-jobs-list {
    width: 50rem;
    padding: 5rem 1rem 0;
    margin: auto;
}

#hire_widget_iframe_0 .bb-public-jobs-list h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 1em;
}

#hire_widget_iframe_0 .bb-public-jobs-list .bb-public-jobs-list__job-item-title{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: .8em;
}

#hire_widget_iframe_0 .bb-public-jobs-list .bb-public-jobs-list__job-item-location{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffffff;
	font-size: .8em;
}


@media all and (max-width: 1300px) {
	.hire-jobs{width: 80%; margin: 0px auto;}

	.careers_title_container br{display: none;}

	.lgn_logo_careers img{width: 120px;}

	.careers_title_container p{width: 60%;}
}

@media all and (max-width: 900px){
	.lgn_logo_careers{position: absolute;}
}

@media all and (max-width: 425px) {
	.hire-jobs{width: 100%; margin: 40px auto;}

	.careers_title_container h2{font-size: 2.2em;}

	.careers_title_container p{width: 80%; font-size: 1.4em;}

	footer#hire-footer ul{width: 150px;}

	footer#hire-footer ul li a{font-size: 1.2em;}

	footer#hire-footer p{font-size: .8em; margin: 10px 20px;}
}