@charset "UTF-8";
/* CSS Document */
.navbar_logo{
	width:100px;
	height:100px;
	/*margin-top:-25px !important;*/
	-webkit-transition: width 0.5s, height 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, height 0.5s;
}
.rd-navbar--is-stuck .navbar_logo{
	width:40px;
	height:40px;
	/*margin-top:0px !important;*/
	
}
.icon_industry{
	font-size:60px;
	line-height:60px;
	}
#industry_icons .item{
	padding:20px 0px;
}
#testimonials{
color:#FFF !important;
}
#testimonials h1, #testimonials .item{
	color:#FFF !important;
	text-align:center;
	}
.text-white{
color:#FFF;
}
h1, .text-extra-big{
font-family: 'Raleway', sans-serif;
}
.carousel-control{
background-image:none !important;
}
.page-content{
	border-top:3px solid #aecf24;
	border-bottom:3px solid #aecf24;
}
#other_parallax.material-parallax{
	background:url(background-06-1920x870.jpg) no-repeat;
	background-position: center center;
	background-size:100%;
}
#homepage_parallax.material-parallax{
	background:url(background-06-1920x870.jpg) no-repeat;
	background-position: center bottom;
	background-size:100%;
}
.go_job:hover{
	cursor:pointer;
}
ul{
	display:inline-block;
}
li{
	text-align:center;
	}
ul.list-unstyled{
	display:block;
}
ul.list-unstyled li{
	text-align:left;
}
.apply_job{
	padding:15px 30px;
	border-radius:7px;
	background:#AECF24;
	color:#191919;
	text-decoration:none;
	font-size:22px;
	font-family: 'Raleway', sans-serif;
}
.job_apply_title{
	padding:15px 30px;
	border-radius:7px;
	background:#AECF24;
	color:#191919;
	text-decoration:none;
	font-size:22px;
	font-family: 'Raleway', sans-serif;
}
.success{
	padding:15px 30px;
	border-radius:7px;
	background:#AECF24;
	color:#191919;
	text-decoration:none;
	font-size:22px;
	font-family: 'Raleway', sans-serif;
}
.fail{
	padding:15px 30px;
	border-radius:7px;
	background:#cf2424;
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-family: 'Raleway', sans-serif;
}
#prev_button{
	padding:10px 20px;
	border-radius:7px;
	background:#AECF24;
	color:#191919;
	text-decoration:none;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	float:left;
	display:inline-block;
}
#next_button{
	padding:10px 20px;
	border-radius:7px;
	background:#AECF24;
	color:#191919;
	text-decoration:none;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	float:right;
	display:inline-block;
}
@media only screen and (min-width : 320px) {
.parallax-container{
	height:150px;
	background:#000;
}
.parallax-container div.material-parallax, .parallax-container .main_heading{
	display:none;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.parallax-container{
	height:auto;
	max-height:380px;
}
.parallax-container div.material-parallax, .parallax-container .main_heading{
	display:block;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.parallax-container{
	height:auto;
	max-height:480px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.parallax-container{
	height:auto;
	max-height:600px;
}
}
@media only screen and (max-width :767px) {
#quick_go_buttons{
	display:none;
}
#next_steps{
	display:none;
}
}

.search_keywords{
	width:100%;
    text-align: left;
    height: 50px;
    line-height: 30px;
    padding: 9px 28px 9px 16px;
    background-color: #fff;
    border: 1px solid #bababa;
    border-radius: 5px;
    color: #232323;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    outline: 0;
}
.select2-container--bootstrap .select2-results > .select2-results__options{
	width:100%;
}
.select2-results__option{
	text-align:left;
}
.search_top_row .col-sm-12{
	padding-top:5px;
	padding-bottom:5px;
}
.search_middle_row .col-md-4{
	padding-top:5px;
	padding-bottom:5px;
}
.search_bottom_row .col-sm-12{
	padding-top:5px;
	padding-bottom:5px;
}
.search_heading{
	padding-bottom:10px;
	
}
#search_criteria{
	background:#EEE;
	padding:10px;
	border-radius:10px;
	border:1px solid #bababa;
	margin-bottom:10px;
}