﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #1f5595;
	font-family:'Lato', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
    background: #fff url(_res2024/top1.png) no-repeat scroll top center;
    background-size: 100%;
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	width:100%;
}
#offCont #sOW2 {
	padding: 30% 30px 0px;
}
#offCont #sOW2_2 {
	padding: 0px 30px 30px;
}
#JobTitle {     
	font-size:28px; 
	text-align: center; 
	font-weight: bold; 
	line-height: normal;
	color:#1f5595;
    margin-top: 20px;
}
#WorkPlace {
	text-align: center;
	margin-top:5px;
    margin-bottom: 20px;
}
#ReferenceNumber {
	text-align: center;
	margin-top:5px;
    margin-bottom: 5px;
}
.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 0;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 16%;
    text-align: center;
    padding: 85px 1% 30px 1%;
    font-size: 13px;
    color: #239ea5;
}
.icon1 {
    background: url(_res2024/icon1.png) no-repeat top center;
}
.icon2 {
    background: url(_res2024/icon2.png) no-repeat top center;
}
.icon3 {
    background: url(_res2024/icon3.png) no-repeat top center;
}
.icon4 {
    background: url(_res2024/icon4.png) no-repeat top center;
}
.icon5 {
    background: url(_res2024/icon5.png) no-repeat top center;
}
#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(_res2024/li.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont .button {
    background: #fff url(_res2024/bottom1.png) no-repeat scroll bottom center;
    font-size: 0px;
    display: block;
    height: 130px;
    line-height: 36px;
    margin: 0px auto 30px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border: none;
    color: #47BCC5;
    border: 0px solid #47BCC5;
    cursor: pointer;
    transition: 0.4s;
    background-size: 690px;
}
#Clause {
	font-size:10px;
	text-align:justify;
}
@media all and (max-width:500px) {
.icons li {
    width: 30%;
}
@media all and (max-width:400px) {
.icons li {
    width: 100%;
}
}
