﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:'Lato', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:900px;
	background:#fff url(_res2023/bg3.png) no-repeat scroll bottom left;
    background-size: 470px;
    width: 100%;
    padding-bottom: 280px;
}
#offCont #sOW2 {
	padding: 10px 12% 0px;
}
.left {
    width: 48%;
    margin: 0 2% 0 -16%;
    background: url(_res2023/bg1.png) no-repeat scroll left top;
    background-size: 70%;
    float: left;
    padding: 75% 0 10px 16%;
}
.right {
    width: 48%;
    margin: 0 0 0 2%;
    float: right;
}
#Opportunities {
    background: url(_res2023/bg2.png) no-repeat scroll right top;
    background-size: 40%;
    padding: 20% 50% 10px 0;
    margin-right: -16%;
    margin-top: -15%;
}
h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
#JobTitle {     
	font-size:36px; 
	text-align: left; 
	font-weight: bold; 
	line-height: normal;
	color:#000;
}
#WorkPlace {
	text-align: left;
	margin-top:5px;
    color: #f29f38;
    font-weight: bold;
    text-transform: uppercase;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Lato', sans-serif;
	list-style-image:url(_res2023/li.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background: rgb(242,159,56);
    background: linear-gradient(90deg, rgba(242,159,56,1) 0%, rgba(255,209,151,1) 100%);
    font-size:18px;
    display: block;
    height: 50px;
    line-height:50px;
    margin: 50px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    width:100%;
    border:none;
    color: #000;
	border: 0px solid #47BCC5;
	cursor: pointer;
	transition: 0.4s;
    border-radius: 10px 3px 10px 3px;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
}
@media all and (max-width:550px) {
#offCont #sOW2 {
	padding: 10px 20px 0px;
}
.left {
    width: 100%;
    margin: 0px;
    background: url(_res2023/bg1.png) no-repeat scroll top left;
    background-size: 300px;
    float: none;
    padding: 510px 10px 15px 30px;
    margin-left: -20px;
}
.right {
    width: 100%;
    margin: 0px;
    float: none;
}
#Opportunities {
    background: url(_res2023/bg2.png) no-repeat scroll right top;
    background-size: 300px;
    padding: 330px 20px 15px 0;
    margin-right: -20px;;
    margin-top: -30px;
}
@media all and (max-width:480px) {
#Opportunities {
    padding: 420px 20px 15px 0;
}
}
