@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700|Signika:400,600";



body {
	background: #f1f1f1 none repeat scroll 0 0;
	color: #333333;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	overflow-x: hidden;
    align-content: center;
}

.columns{
	display: block;
	float: left;
	padding: 0px 0px;
}
.col60{ width: 85%; }
.col40{ width: 15%; }

.contcenter { text-align: center; }
section.bgwhite {
	background-color: #ffffff;
	border: medium none;
	border-radius: 0;
	overflow: hidden;
	padding: 30px;
    margin: 100px;
	text-align: left;

}


.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: 100%;
}

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;
}



.right{
    position: absolute;
    right: 30px;
    top : 30px;
    width:300px;
     height: 120px;
}


@media only screen and (max-width: 1200px) {
  .right{
    display : none;
}
}

section.bgwhite {
    background-color: #FFFFFF;
    border: medium none;
    border-radius: 0;
    overflow: hidden;
    padding: 10%;
    margin: 3%;
    text-align: left;
    position : relative;
}
