

@import url(http://fonts.googleapis.com/css?family=Battambang|Ubuntu&amp;subset=latin);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,600);
@charset "utf-8";
.sign_wrapper {
    clear: both;
    display: table;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    padding: 10px 25px 0px 0px;
}
p {
    color: #000;
}
.wrapper {
    width: 100%;
    background: #fff;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
body, html {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #575757;
}
p, label, input, textarea, select {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 10px;
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
select{
	-moz-appearence:none;
	color:#000;
	
}
ul li {
	font-size: 13px;
}
p:last-child {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a img, img {
	border: none
}
h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 20px 0 30px 0;
	color:#16843c !important;font-family: Battambang,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
}
h2 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #16843c;
	font-family: Battambang,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
}
h3 {
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 10px;font-family: Battambang,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
}
h4 {
	font-size: 18px;
	line-height: 20px;font-family: Battambang,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
	margin-bottom: 10px;
}
h5 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
a {
	text-decoration: none;
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #16843c;
	font-size: 13px;
	line-height: 17px;
}
a:hover, a:active {
	text-decoration: none;
}
.clear_fix {
	clear: both;
	display: table;
}

 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:5px 10px;
  border: 1px solid #000;
  background:url(../images/drop-arrow-bg.png) no-repeat scroll center right 10px #FFF;
}
.header_container {
   
    background-image: url(../images/pas_menubg.png);
    background-repeat: repeat-x;
    color: #fff;
    font-size: 13px;
   
    height: 90px;
}
.header_container .header_wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.header_container .logo {
    width: 30%;
    float: left;
}
.header_container .logo a {
    font-size: 36px;
    font-family: Battambang,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #FFFFFF !important;
    white-space: nowrap;
}
.header_container .logo img {
    margin-top: 10px;
    width: 80%;
}
a img, img {
    border: none;
}
.nav-header {
    float: right;
}
h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin: 20px 0 30px 0;
    color: #16843c !important;
    font-family: Battambang,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
}
.banner_container {
    width: 100%;
    background: #fff;
    /* margin: 5px auto 0; */
    /* max-width: 1000px; */
}
.banner_container img {
    width: 100%;
    height: auto;
}
.navigation ul{
	list-style:none;
}
.navigation li{
	float:left;
}
.navigation li a img{
	vertical-align:middle;
}
.navigation li a{
	border-right:1px solid #000;
	padding:0px 16px;
	font-size: 13px;
  font-family: Battambang,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
  font-weight: normal;
  font-style: normal;
  color:#000;
  text-decoration: none;
 /* text-transform: uppercase;*/
  text-align: left;
}
/*.navigation li:hover a{
	background:#2A406F;
}*/
.banner_container{
	width:100%;
	background: #fff;
	margin:5px auto 0;
   /*max-width:1000px;*/
}
.main-wrapper {
    width: 100%;
    /* max-width: 950px; */
    min-height: 300px;
    background: #fff;
    margin: 0 auto;
    padding: 25px;
}
.banner_container img{
	width:100%;
	height:auto;
}
.content_container{
	width:100%;
}
.content_container .content_wrapper {
  width: 100%;
  max-width: 950px;
  min-height: 300px;
	background: #fff;
  margin: 0 auto;
  padding: 25px;
}
/** Footer ***/
.footer_container {
    background-color: #16843c;
    box-shadow: 0 0px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-size: 13px;
}
.footer_container .footer_wrapper {
    max-width: 1000px;
    margin: 0px auto;
    padding: 15px 0px 33px 0px;
}
.footer_wrapper .copyright {
    float: right!important;
}
.footer_wrapper .copyright p {
    color: #fff;
}
p:last-child {
    margin: 0px;
}
p, label, input, textarea, select {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 10px;
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/** Current openings ****/
.row-gap {
    margin: 50px 0px !important;
}

.all-fullview {
    padding-right: 15px;
}

.border-dot {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
}
.current-jobs-main h5 {
    font-size: 18px;
    font-weight: 900;
    color: #16843c;
}
.data-sheet {
    color: #16843c;
    padding: 7px 15px;
    font-size: 14px;
    border: 1px solid #16843c;
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-weight: 800;
}
.data-sheet:hover {
    color: #fff;
    background: #16843c;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
/*** Job Full view **/
.all-fullview {
    padding-right: 15px;
}

.all-title {
    color: #16843c;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    font-size: 30px !important;
}
.side-row {
    display: table;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}

.appply_job:hover {
    background: #16843c;
    color: #fff !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.appply_job {
    color: #16843c !important;
    padding: 9px 25px;
        font-weight: 900;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #16843c !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.social-items {
    margin-top: 20px;
}
/** Sign In Buttion ***/
.em-signin {
    color: #fff !important;
    background: #16843c;
        padding: 2.25rem 1rem;
    display: inline-block;
}