.text_header{
	font-size:40px;
	font-family:FjallaOne;
	text-transform: uppercase;
}

.uppsercase{
	text-transform: uppercase;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.green{
	color: #397851;
}

.header_text{
	font-family: "open-sans", sans-serif;
	font-weight: bold;
	padding: 0px 100px 50px 100px;
}

.header_text p{
	font-size: 18px;
}

.our_experience_wrapper{
	background: #f6f6f6;
	padding:50px 100px 250px 50px;
}
.our_experience_wrapper p strong{
	text-transform: uppercase;
}

.text{
	font-size: 18px;
}

.text p{
	padding-bottom: 20px;
}

.our_awards{
	margin-top:-250px;
}

.our_awards_item{
	text-align: center;
	/*padding-bottom: 15px;*/
}

.our_awards_item img{
	max-width: 100%;
}

.news{

}

.news_item_con{
	padding-bottom: 50px;
}

.news_item_img{

}
.news_item_img img{
	max-width: 100%;
}

.news_title{
	font-family:FjallaOne;
	color: #397851;
	font-size:24px;
	line-height: 29px;
	text-transform: uppercase;
	padding-top: 20px;
}

.news_text{
	padding-top: 20px;
	font-size: 18px;
	color: #767676;
}

.nopadding{
	padding: 0px 0px 0px 0px;
}

.nomargin{
	margin: 0px 0px 0px 0px;
}

.our_community{
	padding:50px;
	background: #f6f6f6;
	margin-bottom:50px;
}

.our_community_row{
	padding-bottom: 35px;
}
.our_community_item{

}
.our_community_item_img{
	text-align: center;
}
.our_community_item_img img{
	max-width: 100%;
}
.our_community_item_content{

}
.our_community_item_title{
	color: #397851;
	font-size: 24px;
	line-height: 29px;
	font-family:FjallaOne;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.our_community_item_text{
	font-family: "open-sans", sans-serif;
	font-size: 18px;
	color: #000000;
}

.our_community_item_text p{
	padding-bottom: 20px;
}

.our_community_item_text a{
	color: #397851;
}

.our_community_item_text a:hover{
	color: #397851;
}

.careers_con{
	position: relative;
}
.careers_top_img{
	position: absolute;
	width: 100%;
	overflow: hidden;
	background: #000000;
	z-index: 1;
}
.careers_top_img img{
	max-width: 100%;
	opacity: 0.65;
}
.careers_top{
	padding:14vh 0px;
	position: relative;
	z-index: 2;
}

.careers_top_header{
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-family:FjallaOne;
	padding-bottom: 20px;
}
.careers_top_text p{
	font-size: 20px;
	line-height: 1.5em;
	color: #ffffff;
	text-align: center;
	font-family: "open-sans", sans-serif;
	padding-bottom: 30px;
	max-width: 700px;
	margin:0 auto;
}
.careers_top_text_contact{
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	font-family: "open-sans", sans-serif;
	padding-bottom: 30px;
}
.careers_top_info{
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-family:FjallaOne;
}

.careers_top_info p{
	padding-bottom: 30px;
	font-family:FjallaOne;
}

.careers_bottom{

}

.careers_bottom .header_wrapper{
	max-width: 1150px;
	margin:0 auto;
	padding:30px 50px 50px 50px;
	background: #f6f6f6;
	margin-top: -50px;
	position:relative;
	z-index: 3;
}

.careers_bottom .header_wrapper .header_text{
	padding:0px 0px 30px 0px;
}

.form_wrapper{

}
.form_row{
	padding-bottom: 30px;
	text-align: center;
}

input[type=text]::-webkit-input-placeholder, 
input[type=tel]::-webkit-input-placeholder, 
input[type=email]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#393939;
  font-family: ;
  font-size:15px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
}
input[type=file]{
	display: inline-block;
	padding:50px 0px 50px 10px;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder, { /* Firefox 19+ */
  color: pink;
}
input[type=text]-ms-input-placeholder,
input[type=tel]-ms-input-placeholder
input[type=email]-ms-input-placeholder
textarea-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder
input[type=email]:-moz-placeholder
textarea:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

input[type=text], input[type=tel], input[type=email]{
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #393939;
	border-left: none;
	width: 100%;
	background: transparent;
	outline: none;
}

textarea{
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #393939;
	border-left: none;
	width: 100%;
	background: transparent;
	resize:vertical;
	height: 75px;
	outline: none;
}

button[type=submit]{
	background: #ffffff;
	border:none;
	color: #397851;
	font-size: 18px;
	padding:5px 10px;
}

.quote_item{
	outline: none;
	padding:50px 0px;
}

.nopaddingleft{
	padding-left:0px;
}