html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px !important;
	color: #555555;
	margin: 0;
	padding: 0;
}
/* Links */
a:link, a:visited {
	text-decoration: none;
	transition: all .3s;
	color: #167EAF;
}
a:active, a:hover {
	text-decoration: underline;
	color: #328551;
}
h1 {
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	text-align: center;
	font-weight: 400;
	font-size: 40px;
	color: #328551;
	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].cls-tbox, .clsKeywords {
	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-2.png') no-repeat 96% center;
	-webkit-appearance: none;
	padding-left: 16px;
}
}
@-moz-document url-prefix() {
 select {
 background: url('../png/icon-select-arrow-2.png') no-repeat 96% center;
 -moz-appearance: none;
}
}
/* Buttons */
.btn-search {
	background: #328551 url('../png/icon-search-2.png') no-repeat center center;
	border-radius: 0px 10px 10px 0px !important;
	transition: all .3s;
	cursor: pointer;
	outline: none;
	border: none;
	height: 67px;
	width: 67px;
	float: left;
}
.btn-search:hover {
	background: #167EAF url('../png/icon-search-2.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: #167EAF;
}
a.btn-blue, .btn-blue {
	transition: all .3s;
	border-radius: 25px;
	background: #167eaf;
	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: #328551;
}
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);
}
a.btn-green, .btn-green {
	transition: all .3s;
	border-radius: 25px;
	background: #328551;
	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 !important;
}
a.btn-green:hover, .btn-green:hover {
	background: #167eaf;
}
/* Tabs */
.tabs {
	margin: 30px 0px 0px 0px;
	width: 100%;
	float: left;
}
.tabs > ul {
	list-style: none;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center
}
.tabs > ul li {
	border-radius: 20px 20px 0 0;
	background: #167EAF;
	transition: all .3s;
	display: inline-block;
	padding: 12px 0px;
	min-width: 237.5px;
	cursor: pointer;
	font-size: 18px;
	color: #FFFFFF;
}
.tabs > ul li:hover {
	background: #49b571;
}
.tabs > ul li.active {
	border-bottom: 2px solid #EEEEEE;
	background: #EEEEEE;
	color: #167EAF;
}
.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;
}


/* added on 28/01/2021 */

.resources-body-area {
    /*padding: 40px 15px 0px 15px;
	/*width: 1202px;*/
	padding: 40px 0 0 0;
	margin: 0 auto;
	width: 1160px;
}
.resources-title-area {
	border-radius: 20px 20px 0px 0;
	background: #167eaf;
	padding: 30px;
}
.resources-title-area img {
	vertical-align: top;
}
.resources-title-area h1, .resources-title-area .subhead {
	display: inline-block;
	padding-left: 10px;
	text-align: left;
	font-size: 30px;
	color: #FFFFFF;
}
.resources-body-area h2 {
	font-size: 30px;
	color: #167eaf;
}
.resources-body-area h3 {
	color: #167eaf;
}
.resources-body-area h2 img {
	vertical-align: middle;
}
.resources-content-area-bg {
	background: #FFFFFF url(../png/bg-candidate-resources.png) no-repeat 0 0;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.resources-content-area {
	background: #FFFFFF url(../png/bg-candidate-resources-gradient.png) no-repeat 0 0;
	margin-bottom: 20px;
	margin-top: -1px;
	width: 100%;
	float: left;
}
.resources-content-title-col {
	padding: 30px;
	height: 60px;
	width: 520px;
	float: left;
}
.resources-content-title-col input.clsKeywords {
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
    -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);
	border-right: solid 1px #e4e4e4;
	border-left: none;
	width: 450px;
}
.resources-content-title-col .btn-search {
	width: 60px;
	height: 60px;
}
.resources-content-col {
	border-top: solid 1px #e4e4e4;
	padding: 30px;
	width: 520px;
	float: left;
}
.resources-content-col.left {
	padding-left: 0;
	margin-left: 30px;
	box-shadow: 1px 0px 0px 0px rgba(228,228,228,1);
    -webkit-box-shadow: 1px 0px 0px 0px rgba(228,228,228,1);
    -moz-box-shadow: 1px 0px 0px 0px rgba(228,228,228,1);
}
.resources-content-col.right {
	padding-right: 0;
	margin-right: 30px;
}
.resources-content-col ul {
	margin-left: 30px;
}
.resources-content-col .recent-content-details {
	margin: 0 0 10px 0;
	padding: 10px 0;
}
/* AUTHOR, DATE, MEDIUM CSS CHANGE - START HERE */
.resources-content-col .recent-content-details li {
	border-right: solid 1px #e4e4e4;
	/*padding: 3px 15px;*/
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #777777;

	float: left;
	text-align: center;
	padding: 0px 5px;
	width: 100px;
}
.resources-content-col .recent-content-details li:first-child {
	padding: 0px 5px;
	width:180px;
}
.resources-content-col .recent-content-details li:last-child {
	border-right: none;
	padding: 0px 5px;
	width:180px;
}
.resources-content-col .recent-content-details li img {
	vertical-align: middle;
	padding: 0px;
}
/* ADDITIONAL CSS START */
.resources-content-col .recent-content-details li:nth-child(2n):last-child {
    float: left;
	text-align: center;
	padding: 0px 5px;
}
ul.recent-content-details{
	padding: 10px 0px 60px 0px !important;
}
.resources-content-col .recent-content-details li p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.csl-padding{padding: 50px 0px 0px 0px;}
/* ADDITIONAL CSS END */
/* AUTHOR, DATE, MEDIUM CSS CHANGE - START HERE */

.resources-content-col .recent-content-pic-col {
	margin-right: 20px;
	width: 250px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.resources-content-col .recent-content-pic-col img {
	max-width: 250px;
	height: auto;
	text-align: center;
}
.resources-content-col h1 {
	font-size: 30px;
	color: #167eaf;
	text-align: left;
	padding-bottom: 10px;
}
.resources-content-col .social-media-box {
	margin: 20px auto;
}
.resources-content-col .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: 15px auto;
	position: relative;
	overflow: hidden;
}
.resources-content-col .form-row input[type=text] {
	width: 87%;
	float: left;
	border-right: none;
}
.resources-content-col .form-row select {
	padding: 19px 20px;
	width: 100%;
}
.resources-content-area .article-title {
	background: #167EAF;
	padding: 10px 30px;
}
.resources-content-area .article-title h2 {
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
}
.resources-content-col .article-thumbnail-pic {
	width: 520px;
	height: 350px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.resources-content-col .article-thumbnail-pic img {
	max-width: 520px;
	height: auto;
	text-align: center;
}
.most-popular-title-col {
	padding: 30px;
	/*height: 60px;		*/
}
.most-popular-content-col {
	border-top: solid 1px #e4e4e4;
	padding: 30px;
	width: 326px;
	float: left;
}
.most-popular-content-col.left {
	padding-left: 0;
	margin-left: 30px;
	box-shadow: 1px 0px 0px 0px rgba(228,228,228,1);
    -webkit-box-shadow: 1px 0px 0px 0px rgba(228,228,228,1);
    -moz-box-shadow: 1px 0px 0px 0px rgba(228,228,228,1);
}
.most-popular-content-col.right {
	padding-right: 0;
	margin-right: 30px;
	box-shadow: -1px 0px 0px 0px rgba(228,228,228,1);
    -webkit-box-shadow: -1px 0px 0px 0px rgba(228,228,228,1);
    -moz-box-shadow: -1px 0px 0px 0px rgba(228,228,228,1);
}
.most-popular-content-col .most-popular-thumbnail-pic {
	width: 320px;
	height: 210px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}
.most-popular-content-col .most-popular-thumbnail-pic img {
	max-width: 320px;
	height: auto;
	text-align: center;
}
.most-popular-content-col h4 {
	font-weight: 700;
	font-size: 16px;
	color: #167EAF;
}
.most-popular-content-col .date {
	padding: 5px 0px;
	text-transform: uppercase;
	font-size: 14px;
	color: #777777;
}
.most-popular-content-col .date img {
	vertical-align: top;
	padding-right: 10px;
}
.category-list {
	background: #167EAF;
	padding: 30px;
}
.category-list img {
	vertical-align: middle;
	display: inline-block;
}
.category-list-link {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.category-list-link li {
	display: inline-block;
	list-style-type: none;
	padding: 0 10px;
	margin: 0;
}
.category-list-link li a:link, .category-list-link li a:visited {
	color: #FFFFFF;
}
.category-list-link li a:active, .category-list-link li a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}
.resources-title-area .category-list-link {
	margin-top: 15px;
}
.resources-title-area .category-list-link li {
	padding: 12px 14px;
}
.resources-title-area .category-list-link li.active {
	border-radius: 15px 15px 0px 0;
	background: #eeeeee;
}
.resources-title-area .category-list-link li.active a:link, .resources-title-area .category-list-link li.active a:visited {
	font-weight: 700;
	color: #167EAF !important;
}
.load-more-box {
	position: relative;
}
.load-more-box hr {
	background: #e4e4e4;
	height: 1px;
}

/* START - ADDITIONAL CSS ADDED HERE */
.ui-menu {
    z-index: auto !important;
    width: 450px !important;
}
/* END - ADDITIONAL CSS ADDED HERE */

/* Start - Most popular Article Block */
.emptyblock{
	margin-right: 10px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;

	background: #FFFFFF url(../png/bg-candidate-resources-gradient.png) no-repeat 0 0;
}
.no-result-block{
    text-align: center;
    padding: 30px 0px;
    background: #FFFFFF url(../png/bg-candidate-resources-gradient.png) no-repeat 0 0;
    margin-bottom: 20px;
    margin-top: -1px;
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
/* End - Most popular Article Block */

.large{
	width: 100% !important;
}

/*.resources-content-col .recent-content-details li{
	width: 145px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/

/* START - Landing page */
input[type="submit" i].btn-green {
    transition: all .3s;
    border-radius: 25px !important;
    background: #328551 !important;
    padding: 15px 36px !important;
    margin: 25px auto !important;
    cursor: pointer;
    display: table !important;
    border: none !important;
    float: left;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
}
/* END - Landing page */

/* START - Candidate Resource page */
#sKeywords.clsKeywords {
	/*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
	background: #fff;
	border: none;
	border-left: 1px solid #e4e4e4;
	padding: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #888888;
	/*width: 480px;*/
	width: 450px;
	height: 60px;
	float: left;
}
/* END - Candidate Resource page */