﻿@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:'Red Hat Display', sans-serif;
	font-size: 16px;
    line-height: 22px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding: 30px;
}
h2 {
    padding-left: 35px;
    font-size: 22px;
    background: #fefaf4 url(_res2026/nag1.png) no-repeat scroll left center;
    background-size: 23px;
}
h3 {
    padding-left: 35px;
    font-size: 22px;
    background: #fefaf4 url(_res2026/nag2.png) no-repeat scroll left center;
    background-size: 23px;
}
#CompanyDescription {
    text-align: center;
}
.box {
    background: #fefaf4;
    padding: 30px;
    margin: 30px -30px 20px;
}
#JobTitle {     
	font-size:36px; 
	text-align: center; 
	font-weight: bold; 
	line-height: normal;
}
.text-gradient {
    color: #000000;
    background-image: linear-gradient(45deg, #000000 50%, #eca446 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
#WorkPlace {
	text-align: center;
	margin-top:5px;
    text-transform: uppercase;
    font-weight: 600;
}
#ReferenceNumber {
	text-align: center;
	margin-top:5px;
}
#SalaryRanges {
    text-align: center;
    margin-top: 15px;
}
.offSalaryRanges {
    list-style-type: none !important;
    padding-left: 0px !important;
    margin-top: 0px;
}
.offSalaryRanges ul li{
    margin-left: 0px !important;
}
#CompensationBenefits {
    text-align: center;
}
.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: 30%;
    text-align: center;
    padding: 90px 0 30px 0;
    line-height: 20px;
}
.icon1 {
    background: url(_res2026/icon1.png) no-repeat top center;
}
.icon2 {
    background: url(_res2026/icon2.png) no-repeat top center;
}
.icon3 {
    background: url(_res2026/icon3.png) no-repeat top center;
}
.icon4 {
    background: url(_res2026/icon4.png) no-repeat top center;
}
.icon5 {
    background: url(_res2026/icon5.png) no-repeat top center;
}
.icon6 {
    background: url(_res2026/icon6.png) no-repeat top center;
}
.icon7 {
    background: url(_res2026/icon7.png) no-repeat top center;
}
.icon8 {
    background: url(_res2026/icon8.png) no-repeat top center;
}
.icon9 {
    background: url(_res2026/icon9.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:'Red Hat Display', sans-serif;
	list-style-image:url(_res2026/li1.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#F19E38;
    font-size:22px;
    display: block;
    height: 55px;
    line-height:55px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:100%;
    border:none;
    color: #000;
    font-weight: bold;
	border: 1px solid #F19E38;
	cursor: pointer;
	transition: 0.4s;
    border-radius: 0px 10px 0px 10px;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
    color: #a6a6a6;
    line-height: 17px;
}
@media all and (max-width:480px) {
.icons li {
    width: 100%;
}
}
