﻿html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	margin: 0;
	padding: 0;
}
/* Links */
a:link, a:visited {
	text-decoration: none;
	transition: all .3s;
	color: #1d9ad6;
}
a:active, a:hover {
	text-decoration: underline;
	color: #1b5b2e;
}
.login_text a:link, .login_text a:visited {
	text-decoration: none;
	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;
	color: #777777;
}
#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;
	text-align: center;
	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 */
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;
}
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;
}
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('../png/icon-select-arrow.png') no-repeat 96% center;
	-webkit-appearance: none;
	padding-left: 16px;
}
}
@-moz-document url-prefix() {
 select {
 background: url('../png/icon-select-arrow.png') no-repeat 96% center;
 -moz-appearance: none;
}
}
/* 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;
}
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 {
	-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;
	width: 40%;
}
#header-inner .right-col {
	float: left;
	width: 60%;
}
#header-inner .logo {
	padding: 12px 0 0px 20px;
	display: block;
}
#header-inner .tagline {
	padding-left: 20px;
	margin-top: -5px;
	font-size: 12px;
	display: block;
}
/* MENU CSS START */
.nav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.right-col > .nav:before{content:url(../png/divider-line.png);display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	left: 52%;
	top: 21px;
	}
.nav>li {
	/*border-right: solid 1px #e4e4e4;*/
	display: inline-block;
	padding: 17px 42px 30px;
	margin: 20px 0px 0;
}
.nav>li:last-child {
	border-right: none;
}
.nav>li>a {
	transition: all .3s;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	font-weight: 400;
	font-size: 20px;
	color: #555555;
}
.nav>li:hover>a {
	text-decoration: none;
	color: #49b571;
}
.ie7 .nav li, .nav>li:hover>div {
	/*display: block;*/	
	height: auto;
}
.ie7 .nav li {
	float: left;
	box-sizing: border-box!important
}
.nav>li>div {
	-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: #f1f1f1;
	position: absolute;
	overflow: hidden;
	/*display: none; */
	top: 100px;
	left: 0px;
	-webkit-transition: height 500ms ease;
	-moz-transition: height 500ms ease;
	-o-transition: height 500ms ease;
	transition: height 500ms ease;
	height: 0;
}
.container-1 {
	width: 1200px
}
.col1, .col2 {
	float: left;
	padding: 0;
	margin: 0;
}
.container-1 .col1 {
	width: 215px
}
.container-1 .col2 {
	width: 340px;
}
.container-1 .col2 .box_banner_cover {
	width: 300px;
	height: 250px;
	margin: 20px;
	padding: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.dropmenu_title {
	background: #49b571;
	padding: 13px 20px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}
.drop_links {
	border-left: 1px solid #d9d9d9;
	list-style-type: none;
	padding: 15px 20px;
	margin: 0;
	min-height: 300px;
	height: auto;
}
.drop_links li {
	display: block;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	color: #1b5b2e;
}
.drop_links li a:link, .drop_links li a:visited {
	text-decoration: none;
	color: #1b5b2e;
}
.drop_links li a:active, .drop_links li a:hover {
	color: #000;
}
/* 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;
}
#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;
}
#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: 100%; /* START, 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}

.ui-menu {z-index: auto !important; width: 446.5px !important;}

body { min-width: min-content; } /* START, END BUGNET 23829 chrome, firefox*/
/* START BUGNET 23842 ----- Banner CSS ----- */
#footer-area .footer-banner-slot {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
/* END BUGNET 23842 ----- Banner CSS ----- */


/* START BUGNET : 24947 */
/* CSS Resource library button */
.empreslib-btn {
    text-align: center;
    outline: none;
    color: #fff !important;
    border: none;
    width: 100px;
    height: 58px;
    background-color: #167eaf;
    padding: 0px 0px;
    text-decoration: none !important;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    margin: 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.empreslib-btn:hover {
	background-color: #328551;
    color: #FFFFFF !important;
}

/* CSS Employer Button */
.employer-btn {
    text-align: center;
    outline: none;
    color: #fff !important;
    border: none;
    width: 100px;
    height: 37px;
    background-color: #167eaf;
    padding: 0px 0px;
    text-decoration: none !important;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    margin: 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.employer-btn:hover {
    background-color: #328551;
    color: #FFFFFF !important;
}

/* CSS Feed Your Future Button */
.feed-future-btn {
    text-align: center;
    outline: none;
    color: #fff !important;
    border: none;
    width: 160px;
    height: 55px;
    background-color: #167eaf;
    padding: 0px 0px;
    text-decoration: none !important;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    margin: 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.feed-future-btn:hover {
    background-color: #328551;
    color: #FFFFFF !important;
}

/* CSS PostJob & Find Talent Button */
.jobpost-btn{
	text-align: center;
    outline: none;
    color: #fff !important;
    border: none;
    width: 100px;
    height: 58px;
    background-color: #167eaf;
    padding: 0px 0px;
    text-decoration: none !important;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    margin: 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    font-weight: 400;
	line-height:23px;
}
.jobpost-btn:hover{
	background-color: #328551;
    color: #FFFFFF !important;
}

/* CSS Career Success Library Button */
.cslib-btn {
    text-align: center;
    outline: none;
    color: #fff !important;
    border: none;
    width: 100px;
    height: 58px;
    background-color: #167eaf;
    padding: 0px 0px;
    text-decoration: none !important;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    margin: 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cslib-btn:hover{
	background-color: #328551;
    color: #FFFFFF !important;
}
.btn-inner-label {
    font-size: 13px;
    text-align: center;
    font-family: 'Roboto Condensed New', sans-serif;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    transform: scale(1.1, 1.25);
 }
.btn-inner-text1 {
    font-size: 26px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}
.btn-inner-text2 {
    font-size: 21px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    font-weight: 500;
	color: #fff;
}

/* latin */
@font-face {
  font-family: 'Roboto Condensed New';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v5/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rxz3bWuQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v12/BngRUXNadjH0qYEzV7ab-oWlsbCGwR0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* END BUGNET : 24947 */