@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700|Signika:400,600";

a, a:visited { text-decoration: none; }
a:hover { transition: color 0.3s linear 0s, background 0.2s linear 0s; }
.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
html:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

img, embed, object, video {

  max-width: 100%;
  height:auto !important;
}

body .container {	
	/*font-family: "Open Sans",sans-serif;*/
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
}

body {
	background: #f1f1f1 none repeat scroll 0 0;
	color: #333333;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

.columns{ 
	display: block;
	float: left;
	padding: 0px 15px;
}
.col60{ width: 65%; }
.col40{ width: 35%; }

header {
	/*background-color: #111;*/
	background-color: #464c60;
	height: 70px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

header h1.logo {
	display: block;
	float: left;
	line-height: 50px;
	margin-bottom: 0;
	padding-left: 10px;
}
	header h1.logo a{ display: block; }
		h1.logo a img { 
			max-height: 50px; 
			vertical-align: middle;
			width: auto; 
		}
		

.container 
{
    margin: 0 auto;
    max-width: 90%;
    padding: 0 10px;
    width: 100%;
}
.contcenter { text-align: center; }
section.bgwhite {
	background-color: #ffffff;
	border: medium none;
	border-radius: 0;
	overflow: hidden;
	padding: 30px;
	text-align: left;
}
.divopeningjob section.bgwhite ul,.divopeningjob section.bgwhite ol
{
        margin-top:16px;
        margin-left:28px;
}

.divopeningjob section.bgwhite li
{
    margin-left:21px;
}


.divopeningjob section.bgwhite ul li
{
    list-style-type:disc;
}

.divopeningjob p
{
    margin-top:7px;
    margin-bottom:7px;
}

	section.bgwhite, section.bgwhite * { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; 
}
	
section.bgwhite h2 {
	color: #333333;
	font-family: "Signika",sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 10px;
	text-align: left;
}


.wrapper.center.responsive {
    max-width: 90%;
}

section.bgwhite h3 {
	color: #333333;
	font-family: "Signika",sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
}
section.bgwhite h5 { color: #999999; font-weight: 600; }
section.bgwhite ul li { list-style-type: circle; margin-bottom: 10px; }
.divapply {
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	margin-bottom: 20px;
	text-align: center;
}
	.divapply .top {
		background-color: #f1f1f1;
		border-bottom: 1px solid #cdcdcd;
		overflow: hidden;
		padding: 10px;
	}
	.divapply a.buttonapply {
		background-color: #7cac00;
		border-radius: 3px;
		color: #ffffff;
		display: block;
		float: left;
		font-family: "Signika",sans-serif;
		font-size: 16px;
		font-weight: 500;
		height: 35px;
		line-height: 35px;
		padding: 0 20px;
	}
		.divapply a.buttonapply:hover { background-color: #8abf01; }
		.divapply a.buttonapply:active { background-color: #6a9301; }
		
.divapply .info {
	background-color: #e3e3e3;
	overflow: hidden;
	padding: 10px;
	text-align: left;
}
.divapply .info label { 
	display: block;
	font-size: 12px; 
	font-weight: 600;
	margin-bottom: 5px;
}
.divapply .info .text {
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding: 0 10px;
	width: 100%;
}
ul.share-buttons {
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}
ul.share-buttons li {
	display: block;
	float: left;
	list-style-type: none;
	margin-bottom: 0 !important;
	margin-right: 10px;
}
ul.share-buttons li:last-child { margin-right: 0; }
ul.share-buttons li a { display: block; }
aside.jobinfo {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: auto;
}
	aside .borderb {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
    padding-bottom: 10px;
	}
		aside .borderb label{ 
			display: block;
			font-weight: 600;
			margin-bottom: 5px;
		}
		aside .borderb p { margin-bottom: 0; }
	
.guide { padding: 0; }
.guide span, .uploadblue div.uploader input:not(.removefile), .uploadblue div.uploader span.filename, .uploadblue div.uploader span.action {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}
.uploadblue div.uploader span.action, .uploadblue div.uploader, div.selector, div.selector span, div.radio span { transition:none;}
div.radio input { margin : 0 !important;position : inherit !important}
.areas label { font-weight : normal }

header {
	/*background-color: #111;*/
	background-color: #464c60;
	box-sizing: border-box;
	height: 70px;
	padding: 10px 0;
}

	header h1.logo {
    display: block;
    float: left;
    line-height: 50px;
    margin-bottom: 0;
    padding-left: 10px;
}
header h1.logo a {
    color: #f6f6f6;
    display: block;
    font-size: 18px;
}
			h1.logo a img { 
				max-height: 75px; 
				vertical-align: middle;
				width: auto; 
			}
			
h1.logo a img {
    display: inline-block;
    margin-right: 20px;
    max-height: 50px;
    vertical-align: middle;
    width: auto;
}


h1.logo a span {
    display: inline-block;
    position: relative;
    top: 2px;
}

@media (max-width:768px) {

.col60,.col40{width:100%;}
}
@media (max-width: 478px) 
{
    header {
    text-align: center;
}

h1.logo a img + span {
    display: none;
}
    
header h1.logo {
    display: inline-block;
    float: none;
}
h1.logo img {
    height: auto;
    max-height: 50px;
    max-width: 100%;
    width: auto;
}
	section.bgwhite{ padding: 10px; }
	.divapply{ margin-top: 30px; }
	ul { padding-left: 20px; }
	.col60,.col40{width:100%;}
}

.modalapply {
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.jobsPopup 
{
font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
font-size: 12px;
}

.jobsPopup input, .jobsPopup textarea, .jobsPopup select 
{
box-sizing: inherit;
}

.job-opening-wrapper {
	max-width: 90%;
	margin: 0 auto;
}