﻿html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #555555 !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* Links */
a:link, a:visited {
	text-decoration: none !important;
	transition: all .3s !important;
	color: #1d9ad6;
}
a:active, a:hover {
	/*text-decoration: underline !important;*/
	text-decoration: none !important;
	color: #1b5b2e !important;
}
.login_text a:link, .login_text a:visited {
	text-decoration: none !important;
	color: #555555;
}
.login_text a:active, .login_text a:hover {
	color: #000000;
}
#footer-area-inner a:link, #footer-area-inner a:visited {
	text-decoration: none !important;
	color: #777777 !important;
}
#footer-area-inner a:active, #footer-area-inner a:hover {
	color: #000000;
}
.clearme {
	clear: both
}
.black {
	font-weight: 900;
	display: block;
}
.leaderboard-banner-slot {
	text-align: center;
	padding: 40px 0px;
}
h1 {
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	font-weight: 400;
	font-size: 40px;
	color: #1b5b2e;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	line-height: 35px;
	font-weight: 400;
	font-size: 26px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
/* FORM */

/****************** START BUGNET 23635 ******************************/
/*
input[type=text] {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #777777;
	box-sizing: border-box;
	background: #ffffff;
	padding: 20px;
	margin: 0px;
	border: 0;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 3px #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
*/
/****************** END BUGNET 23635 ******************************/
textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #777777;
	box-sizing: border-box;
	background: #ffffff;
	padding: 20px;
	margin: 0;
	border: 0;
	border-bottom: solid 3px #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
input[type=text] ~ .border, textarea ~ .border, select ~ .border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #27ad8a;
}
input[type=text]:focus ~ .border, textarea:focus ~ .border, select:focus ~ .border {
	width: 100%;
	transition: 0.5s;
}
*:focus {
	outline: none;
}
:-moz-placeholder {
 color: #555555;
}
::-webkit-input-placeholder {
 color: #555555;
}
::-moz-placeholder {
 color: #555555;
}
:-ms-input-placeholder {
 color: #555555;
}
input[type=checkbox], input[type=radio] {
	vertical-align: -1px;
	margin-left: 10px;
}
/****************** START BUGNET 23635 ******************************/
/*
select {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #777777;
	box-sizing: border-box;
	background: #ffffff;
	padding: 20px;
	margin: 0;
	border: 0;
	border-bottom: solid 3px #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
select {
	background: url('../assets/icons/icon-select-arrow.png') no-repeat 96% center;
	-webkit-appearance: none;
	padding-left: 16px;
}
}

@-moz-document url-prefix() {
 select {
 background: url('../assets/icons/icon-select-arrow.png') no-repeat 96% center;
 -moz-appearance: none;
}
}
*/

/****************** END BUGNET 23635 ******************************/
/* Buttons */
.btn-search {
	background: #49b571 url('../png/icon-search.png') no-repeat center center;
	border-radius: 0px 10px 10px 0px;
	transition: all .3s;
	cursor: pointer;
	outline: none;
	border: none;
	height: 67px;
	width: 67px;
	float: left;
}
.btn-search:hover {
	background: #1d9ad6 url('../png/icon-search.png') no-repeat center center;
}
a.btn-adv-search {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	transition: all .3s;
	border-radius: 25px;
	border: 0px;
	background: #49b571;
	padding: 12px 26px;
	margin: 0px auto;
	cursor: pointer;
	display: table;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
}
a.btn-adv-search:hover {
	background: #1d9ad6;
}
a.btn-blue, .btn-blue {
	transition: all .3s;
	border-radius: 25px;
	background: #1d9ad6;
	padding: 15px 36px;
	margin: 25px auto;
	cursor: pointer;
	display: table;
	border: none;
	float: left;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
}
a.btn-blue:hover, .btn-blue:hover {
	background: #49b571;
}
.cls-btn-blue {
	transition: all .3s;
	border-radius: 25px;
	background: #167eaf;
	padding: 5px 14px;
	margin: 3px;
	cursor: pointer;
	border: none;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF !important;
}
.cls-btn-blue:hover {
	background: #328551;
	color: #FFFFFF !important;
}
.cls-btn-container{
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
a.btn-white {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	border-radius: 25px;
	transition: all .3s;
	background: #FFFFFF;
	padding: 15px 36px;
	margin: 15px auto;
	display: table;
	border: none;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #49b571;
}
a.btn-white:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
#header, #header.header {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	background: #FFFFFF;
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 99;
}
#header-inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#header-inner .left-col {
	float: left !important;
	width: 34.5% !important;
}
#header-inner .right-col {
	float: left !important;
	width: 65.5% !important;
}
#header-inner .logo {
	padding: 12px 0 0px 20px;
	display: block;
}
#header-inner .tagline {
	padding-left: 20px;
	margin-top: 3px;
	font-size: 12px;
	display: block;
	font-family: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	padding-top: inherit !important;
}
#header_signup_area {
	width: auto !important;
	float:  inherit !important;
	margin:  inherit !important;
	padding:  inherit !important;
	text-align:  inherit !important;
}
/* MENU CSS START */
.nav {
	list-style-type: none !important;
	padding: 0px !important;
	margin: 0px !important;
	float: left !important;
	width: auto !important;
    height: auto !important;
}
.right-col > .nav:before{
	content:url(../png/divider-line.png);
	display: inline-block;
	margin: 0 auto !important;
	text-align: center !important;
	position: relative !important;
	left: 52% !important;
	top: 21px !important;
	}
.nav>li {
	display: inline-block !important;
	padding: 17px 42px 30px !important;
	margin: 20px 0px 0 !important;
	background: none !important;
    font-size: inherit !important;
    color: inherit !important;
    list-style-type: none !important;
    position: inherit !important;
}
.nav>li:last-child {
	border-right: none !important;
}
.nav>li>a {
	transition: all .3s !important;
	font-family: 'Roboto', sans-serif !important;
	line-height: 26px !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	color: #555555 !important;
	float: inherit !important;
	padding: 0 !important;
}
.nav>li:hover>a {
	text-decoration: none !important;
	color: #49b571 !important;
	background: none !important;
}
.ie7 .nav li, .nav>li:hover>div {
	height: auto !important;
}
.ie7 .nav li {
	float: left !important;
	box-sizing: border-box !important
}
.nav>li>div {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15) !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15) !important;
	background: #f1f1f1 !important;
	position: absolute !important;
	overflow: hidden !important;
	top: 100px !important;
	left: 0px !important;
	-webkit-transition: height 500ms ease !important;
	-moz-transition: height 500ms ease !important;
	-o-transition: height 500ms ease !important;
	transition: height 500ms ease !important;
	height: 0 !important;
	border-bottom: none !important;
}
.container-1 {
	width: 1200px !important;
}
.col1, .col2 {
	float: left !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
    height: inherit !important;
    min-height: inherit !important;
}
.container-1 .col1 {
	width: 215px  !important;
}
.container-1 .col2 {
	width: 340px !important;
}
.container-1 .col2 .box_banner_cover {
	width: 300px !important;
	height: 250px !important;
	margin: 20px !important;
	padding: 0px !important;
}
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0 !important;
	clear: both !important;
	visibility: hidden !important;
}
.dropmenu_title {
	background: #49b571 !important;
	padding: 13px 20px !important;
	display: block !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #fff !important;
	line-height: inherit !important;
}
.drop_links {
	border-left: 1px solid #d9d9d9 !important;
	list-style-type: none !important;
	padding: 15px 20px !important;
	margin: 0 !important;
	min-height: 300px !important;
	height: auto !important;
	display: inherit !important;
}
.drop_links li {
	display: block !important;
	padding: 0 !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #1b5b2e !important;
	line-height: inherit !important;
	text-transform: inherit !important;
	width: auto !important;
	background: inherit !important;
	list-style-type: none !important;
	margin: auto !important;
}
.drop_links li a:link, .drop_links li a:visited {
	text-decoration: none !important;
	color: #1b5b2e !important;
}
.drop_links li a:active, .drop_links li a:hover {
	color: #000 !important;
}
/* MENU CSS END */

.login_text {
	background: url('../png/icon-user.png') no-repeat right center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 35px 0px 35px 20px;
	width: 60px;
	float: left;
}
#search-area {
	background: url('../png/bg-search-area.png') no-repeat center top;
	margin-top: 100px;
	min-height: 386px;
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}
#search-area-inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#search-area-inner .google-translate {
	position: absolute;
	right: 20px;
	top: -35px;
}
#search-area-inner .form-row {
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	margin: 50px auto;
	max-width: 960px;
}
#search-area-inner .form-row .form-col {
	position: relative;
	overflow: hidden;
	width: 46.5%;
	float: left;
}
#search-area-inner .form-row .form-col input[type=text] {
	width: 100%;
	float: left;
}
#join-community-area {
	background: #49b571;
	width: 100%;
	float: left;
}
#join-community-area-inner {
	position: relative;
	margin: 0px auto;
	width: 1200px;
	display: flex;
}
#join-community-area-inner .community-col {
	display: inline-block;
	text-align: center;
	padding: 20px;
	width: 146px;
}
#join-community-area-inner .community-col:first-child {
	width: 350px;
}
#join-community-area-inner .women {
	text-align: right;
	width: 280px;
	padding: 0;
	position: absolute;
	bottom: -6px;
	right: 0;
}
#join-community-area-inner .community-col .icon {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	background: #ffffff;
	border-radius: 50%;
	margin: 0px auto 8px auto;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#join-community-area-inner .community-col .desc {
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
}
#featured-jobs-area {
	background: #ffffff url('../png/bg-featured-jobs.png') no-repeat center top;
	min-height: 500px;
	width: 100%;
	float: left;
}
#featured-jobs-area-inner {
	width: 1200px;
	margin: 0 auto;
}
#featured-jobs-area-inner .job-col {
	margin-top: 200px;
	padding: 20px;
	width: 350px;
	float: left;
}
#featured-jobs-area-inner .job-col h2 {
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	color: #555555;
}
#featured-jobs-area-inner .job-col .job-desc {
	text-align: center;
	font-size: 16px;
	color: #555555;
}
#featured-jobs-area-inner .job-col .btn-blue {
	float: none;
}
#featured-jobs-area-inner .job-slide-col {
	margin: 0px 25px;
	padding: 20px;
	width: 740px;
	float: right;
}
#featured-jobs-area-inner .job-slide-col .job-list {
	list-style-type: none;
	margin: 0px 3%;
	padding: 0px;
	float: left;
	width: 44%;
}
#featured-jobs-area-inner .job-slide-col .job-list li {
	border-bottom: solid 1px #e4e4e4;
	padding: 20px 0px;
	display: block;
}
#featured-jobs-area-inner .job-slide-col .job-list li:last-child {
	border-bottom: none;
}
#featured-jobs-area-inner .job-slide-col .job-list li .job-title {
	font-weight: 700;
	font-size: 16px;
	color: #1d9ad6;
	display: block;
}
#featured-jobs-area-inner .job-slide-col .job-list li .job-title .arrow {
	color: #49b571;
}
.slick-prev, .slick-next {
	height: 50px !important;
	width: 50px !important;
	z-index: 9;
}
.slick-prev {
	background: url(../png/arrow-left.png) no-repeat 0 0 !important;
}
.slick-next {
	background: url(../png/arrow-right.png) no-repeat 0 0 !important;
}
.slick-prev::before, .slick-next::before {
	color: transparent !important;
}
#resource-area {
	background: #1d9ad6 url('../png/bg-resource-area.png') no-repeat center top;
	min-height: 475px;
	width: 100%;
	float: left;
}
#resource-area-inner {
	width: 1200px;
	margin: 0 auto;
}
#resource-area-inner .resource-col {
	padding: 47px 40px;
	width: 520px;
}
#resource-area-inner .resource-col h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
}
#resource-area-inner .resource-col .resource-desc {
	font-size: 16px;
	color: #ffffff;
}
#resource-area-inner .resource-col .resource-desc ul {
	margin: 20px 40px;
}
#resource-area-inner .resource-col .btn-white {
	margin: 15px 0px;
	color: #1d9ad6;
}
#content-area {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	background: #ffffff;
	width: 100%;
	float: left;
}
#content-area-inner {
	width: 1200px;
	margin: 0 auto;
}
#featured-employer-logo-area {
	margin: 0px auto;
	width: 1160px;
}
#featured-employer-logo-area h2 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #555555;
	overflow: hidden;
}
#featured-employer-logo-area h2:after {
	border-bottom: 1px #d9d9d9 solid;
	vertical-align: middle;
	display: inline-block;
	margin-right: -100%;
	margin-left: 20px;
	width: 100%;
	content: '';
}
#featured-employer-logo-area h2:before {
	border-bottom: 1px #d9d9d9 solid;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	margin-left: -100%;
	width: 100%;
	content: '';
}
#featured-employer-logo-area .employer-logo-list {
	list-style-type: none;
	text-align: center;
	margin: 40px 0px;
	padding: 0px;
}
#featured-employer-logo-area .employer-logo-list li {
	display: inline-block;
	padding: 0px 50px;
}
#featured-employer-logo-area .slick-prev {
	left: 15px;
}
#featured-employer-logo-area .slick-next {
	right: 15px;
}
#round-table-employer-logo-area {
	margin: 0px auto;
	width: 1160px;
}
#round-table-employer-logo-area h2 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #555555;
	overflow: hidden;
}
#round-table-employer-logo-area h2:after {
	border-bottom: 1px #d9d9d9 solid;
	vertical-align: middle;
	display: inline-block;
	margin-right: -100%;
	margin-left: 20px;
	width: 100%;
	content: '';
}
#round-table-employer-logo-area h2:before {
	border-bottom: 1px #d9d9d9 solid;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	margin-left: -100%;
	width: 100%;
	content: '';
}
#round-table-employer-logo-area .employer-logo-list {
	list-style-type: none;
	text-align: center;
	margin: 40px 0px;
	padding: 0px;
}
#round-table-employer-logo-area .employer-logo-list li {
	display: inline-block;
	padding: 0px 50px;
}
#round-table-employer-logo-area .slick-prev {
	left: 15px;
}
#round-table-employer-logo-area .slick-next {
	right: 15px;
}
#partner-article-area {
	background: url('../png/bg-partner-article.png') repeat-y top center;
	min-height: 475px;
	width: 100%;
	float: left;
}
#partner-article-area-inner {
	width: 1200px;
	margin: 0 auto;
}
#partner-article-area-inner .partner-col {
	padding: 40px 0px 40px 20px;
	height: 395px;
	width: 580px;
	float: left;
}
#partner-article-area-inner .partner-col .partner-slider {
	height: 395px;
}
#partner-article-area-inner .partner-col .partner-slider .slick-list {
	height: 435px;
}
#partner-article-area-inner .partner-col h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
	float: left;
}
#partner-article-area-inner .partner-col .desc {
	width: 360px;
	font-size: 16px;
	color: #ffffff;
	float: left;
}
#partner-article-area-inner .partner-col .black {
	display: inline-block;
}
#partner-article-area-inner .partner-col .btn-white {
	margin: 25px 0px;
	float: left;
	clear: both;
}
#partner-article-area-inner .partner-col .partner-img {
	position: relative;
	bottom: 146px;
	float: right;
}
#partner-article-area-inner .article-col {
	padding: 40px 20px 40px 40px;
	width: 540px;
	float: left;
}
#partner-article-area-inner .article-col h3 {
	margin: 10px 0px 15px 0px;
}
#partner-article-area-inner .article-col .desc {
	font-size: 16px;
	color: #ffffff;
}
#partner-article-area-inner .article-col a.btn-white {
	margin: 25px 0px;
	color: #1d9ad6;
}
.partner-slider .slick-dots {
	bottom: 20px;
	width: 90%;
}
.partner-slider .slick-dots li button:before {
	font-size: 40px;
	color: #ffffff;
	content: '\26AC';
	opacity: 1;
}
.partner-slider .slick-dots li.slick-active button:before {
	font-size: 60px;
	color: #ffffff;
	opacity: 1;
	content: 'â€¢';
}
#newsletter-signup-area {
	background: #ffffff url('../png/bg-newsletter-signup.png') no-repeat top center;
	min-height: 380px;
	width: 100%;
	float: left;
}
#newsletter-signup-area-inner {
	width: 1200px;
	margin: 0 auto;
}
#newsletter-signup-area-inner h2 {
	margin-top: 50px;
	text-align: center;
	font-size: 30px;
	color: #555555;
}
#newsletter-signup-area-inner .form-row {
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	margin: 20px auto;
	max-width: 960px;
}
#newsletter-signup-area-inner .form-row .form-col {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
}
#newsletter-signup-area-inner .form-row .form-col input[type=text] {
	width: 100%;
}
#newsletter-signup-area-inner .form-row .form-col select {
	padding: 19px 20px;
	width: 100%;
}
#newsletter-signup-area-inner .radio-buttons-row {
	text-align: center;
	margin: 20px auto;
	max-width: 960px;
}
#newsletter-signup-area-inner .lbl_text {
	margin-right: 40px;
	font-size: 16px;
	color: #555555;
}
#newsletter-signup-area-inner .btn-blue {
	margin-top: 40px;
	float: none;
}
#footer-area {
	background: #f1f1f1;
	width: 100%;
	float: left;
}
#footer-area-inner {
	width: 1200px;
	margin: 40px auto;
}
#footer-area-inner h2 {
	margin: 50px 0px 10px 0px;
	text-align: center;
	font-size: 30px;
	color: #555555;
}
#footer-area-inner hr {
	background: #d9d9d9;
	margin: 0px 0px 30px 0px;
	border: none;
	width: 100%;
	height: 1px;
	float: left;
}
#footer-area-inner .help-text {
	text-align: center;
	line-height: 36px;
	font-size: 20px;
}
#footer-area-inner .black {
	display: inline-block;
}
#footer-area-inner .footer-links {
	list-style-type: none;
	margin-right: 40px;
	width: 260px;
	float: left;
}
#footer-area-inner .footer-links li {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #777777;
	padding-bottom: inherit;
    padding-top: inherit;
}
#footer-area-inner .footer-links li .title {
	font-weight: 900;
	font-size: 16px;
	color: #555555;
}
#footer-area-inner .footer-bottom-links {
	list-style-type: none;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
	clear: both;
}
#footer-area-inner .footer-bottom-links li {
	border-right: solid 1px #777777;
	display: inline-block;
	padding: 0px 10px;
	line-height: 12px;
	font-weight: 400;
	font-size: 12px;
	color: #777777;
}
#footer-area-inner .footer-bottom-links li:last-child {
	border: none;
}
#footer-area-inner .farms-logo {
	text-align: center;
	display: block;
}
#footer-area-inner .footer-col {
	padding: 30px 0px 10px 0px;
	float: left;
	/* width: 50%; START BUGNET 23837 */
	width: 100%; /* END BUGNET 23837 */
}
#footer-area-inner .footer-col h3 {
	text-align: center;
	font-weight: 400;
	color: #777777;
}
#footer-area-inner .footer-col .social-links {
	list-style-type: none;
	text-align: center;
	margin: 20px 0px;
	padding: 0px;
}
#footer-area-inner .footer-col .social-links li {
	display: inline-block;
	padding: 0px 20px;
}
#stateview > .form-blankcol{border-right: solid 1px #e4e4e4;height:67px}

/************************************ START INCLUDED SUPAGE.CSS ********************************/
/* Started Career Profile */
.career-profile-title-row {
	border-bottom: solid 2px #49b571;
	padding: 10px 0px 20px 0px;	
}
.career-profile-title-row h1 {
	display: inline-block;
	font-weight: 400;
}
.career-profile-title-row .social-links {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	float:right;	
}
.career-profile-title-row .social-links .back {
	background: url(../bg_back_btn.html) no-repeat 0 center;
	padding: 0px 0px 0px 20px;
}
.career-profile-title-row .social-links .print {
	background: url(../icon-print.html) no-repeat 0 center;
	padding: 0px 10px 0px 30px;
}
.career-profile-title-row .social-links .divider {
	margin: 0px 15px;
}
.career-profile-title-row .social-links .icon-img {
	margin: 0 0 0 10px;
}
.career-profile-content-row {
	padding: 15px 0px;
}
.career-profile-content-row h3 {
	margin-bottom: 10px;
}
.career-profile-content-row h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	line-height: 20px;
	font-weight: 400;
	font-size: 24px;
	color: #1d9ad6;		
	margin: 0 0 10px 0;
	padding: 0
}
.career-profile-title-row .content-box-icon {
	margin-right: 15px;
	display: inline-block;
	float:none;
}
.career-profile-content-row ul {
	list-style-type: none;
	padding: 0px 15px;
	margin: 0px;
}
.career-profile-content-row ul li {
	list-style-type: disc;
	padding: 10px 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}
.career-profile-cover {
	margin: 5px 0px 50px 0px;
	float: left;
}
.career-profile-category-col {
	margin: 15px 30px 15px 0px;
	position: relative;
	height: 244px;
	width: 48%;
	float:left;	
	background: #000;	
}
.career-profile-category-col:nth-child(even) {
	margin-right: 0px;
}
.career-profile-category-col a {
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.career-profile-category-col a:hover {
	/*background:rgba(29,154,214,0.4);	*/
	background:rgba(29,154,214,0.4);
}
.career-profile-category-col img {
	width: 100%;
	opacity: 0.6;
}
.career-profile-category-col .content {
	border: solid 1px rgba(255,255,255,0.4);	
	position: absolute;
	top: 0px;
	width: 204px;
	height:142px;	
	margin: 10px;
	padding: 40px 80px;
	text-align: center;
}

.career-profile-category-col .content img{
	margin-bottom:13px;
	width: auto;
	opacity: 1;
}
.career-profile-category-col .content .category-name {
	line-height: 28px;
	font-weight: 400;
	font-size: 24px;
	color:#FFFFFF;
	margin: auto;
}
ul.agriculture-business-pathway-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 50%;
	float: left;	
}
ul.agriculture-business-pathway-list li { 
	background: url(../icon_arrow.html) no-repeat 0 12px;
	list-style-type: none;
	padding: 10px 25px;
	line-height: normal;
	font-weight: 400;
	font-size: 18px;
	color:#387e3b;	
}
ul.agriculture-business-pathway-list li:hover { 
	background: url(../icon_arrow_hover.html) no-repeat 0 12px;
}
ul.agriculture-business-pathway-list li a {
	color:#387e3b; 
}
ul.agriculture-business-pathway-list li a:hover {
	color:#006600; 
}
.agriculture-science-desc {
	padding: 20px 0px;
	line-height: 26px;
	font-size: 18px;
	color: #666666;	
}
.agriculture-science-desc img {
	margin-left: 40px;
	float: right;
}
.general4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 20px;
	font-size: 18px;
	color: #333333;
}
.career-profile-title-row .industry-select select {
	padding: 0px 10px 0px 5px;
	line-height: 35px;
}
/* Ended Career Profile */
/* Added on 13/02/2020 for Company Profile page*/

.company-profile-content {		
	padding: 40px 15px 0px 15px;
	width: 1202px;
}
.company-profile-left-col {	
	padding-right: 30px;
	width: 230px;
	float: left;
}
.company-profile-right-col {	
	border-left: 1px solid #e4e4e4;
	padding-right: 10px;
	padding-left: 30px;
	width: 900px;
	float: left;
}
.company-profile-content h1 {	    
    padding-bottom: 5px;
	line-height: 40px;
	text-align: left;
	font-size: 30px;
	color: #1d9ad6;
}
.company-profile-content .desc {	
	line-height: 24px;
	font-size: 16px;
	color: #555555;
}
/* Tabs */
.tabs {
	margin: 30px 0px 0px 0px;
	width: 100%;
	float: left;		
}
.tabs > ul {
	list-style: none;
	height: 50px;
	margin: 0;
	padding: 0;
	
}
.tabs > ul li {
	border-radius: 20px 20px 0 0;
	background: #1d9ad6;	
	transition: all .3s;
	display: inline-block;
	padding: 12px 0px;
	min-width: 237.5px;	
	cursor: pointer;	
	font-size: 18px;
	color: #FFFFFF;
	text-align: center
}
.tabs > ul li:hover {
	background: #49b571;
}
.tabs > ul li.active {	
	border-bottom: 2px solid #EEEEEE;
	background: #EEEEEE;
	color: #1d9ad6;	
}
.tabs-content {
	/*background: #EEEEEE;*/
	background: rgb(238,238,238);
    background: -webkit-linear-gradient(rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}
.tabs-content .tabs-inner {
	padding: 30px 30px 0px 30px;
	font-size: 16px;	
}

.company-profile-tbl {
	border-top: 1px solid #e4e4e4;	
	margin: 20px 0px;
	padding: 0px;
	width: 100%;
}
.company-profile-tbl td {
	border-bottom: 1px solid #e4e4e4;	
	padding: 10px 0px;
	font-size: 14px;
	color: #777777;
}
.company-profile-tbl td a:link, .company-profile-tbl td a:visited {
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #1d9ad6;
}
.company-profile-tbl td a:active, .company-profile-tbl td a:hover {
	color: #777777;
}
/************************************ END INCLUDED SUPAGE.CSS ********************************/
