/* Minification failed. Returning unminified contents.
(432,11): run-time error CSS1036: Expected expression, found ':'
 */
/* General
-------------------------------------------------*/
#tools {
	background: url("/Content/images/tools/tools-w1280.jpg") center center;
	background-size: cover;
}

#survey-report {
	background: url("/Content/images/tools/survey-report-w1280.jpg") center center;
	background-size: cover;
}

#agency {
	background: url("/Content/images/tools/agency-w1280.jpg") center center;
	background-size: cover;
}

#training {
	background: url("/Content/images/tools/training-w1280.jpg") center center;
	background-size: cover;
}

#hr-tmpl {
	background: url("/Content/images/tools/hr-tmpl-w1280.jpg") center center;
	background-size: cover;
}

header#tools h1 {
	font-size: 36px;
}

header#tools .desc,
header#hr-tmpl .desc,
header#training .desc  {
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-top: 16px;
	margin-bottom: 0;
}

header#hr-tmpl h1 {
	font-size: 36px;
}

header#hr-tmpl .bg-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

.survey-report section:nth-child(even),
.agency section:nth-child(even) {
	background-color: rgba(80, 34, 114, 0.04);
}

.survey-report section:nth-child(odd),
.agency section:nth-child(odd) {
	background-color: rgba(80, 34, 114, 0);
}

.msg {
	padding: 40px 15px;
	background-color: #FFF;
	text-align: center;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

/* Font
-------------------------------------------------*/
.service-401:before { content: "\e900"; } /* Accounting */
.service-499:before { content: "\e901"; vertical-align: -1px; } /* All */
.service-402:before { content: "\e902"; } /* Architecture */
.service-403:before { content: "\e903"; } /* Banking & Finance */
.service-404:before { content: "\e904"; } /* Building & Construction */
.service-405:before { content: "\e905"; } /* Engineering */
.service-406:before { content: "\e906"; } /* HR/ Admin */
.service-407:before { content: "\e907"; } /* Insurance */
.service-408:before { content: "\e908"; } /* IT */
.service-409:before { content: "\e909"; } /* Legal */
.service-410:before { content: "\e90a"; } /* Manufacturing/ Trading */
.service-411:before { content: "\e90b"; } /* Merchandising & Procurement */
.service-412:before { content: "\e90c"; } /* Office Professionals */
.service-416:before { content: "\e90d"; } /* Others */
.service-413:before { content: "\e90e"; } /* Property */
.service-414:before { content: "\e90f"; } /* Sales & Marketing/ Customer Services */
.service-415:before { content: "\e910"; } /* Supply Chain/ Transportation & Logistics */


/* Tab
-------------------------------------------------*/
.nav-tabs {
	background-color: #754e9b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.nav-tabs>li {
	margin-bottom: 0;
}

.nav-tabs>li>a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 25px;
	text-align: center;
	padding: 10px 0;
	border: 0;
}

.nav-tabs>li>a:hover {
	color: #FFF;
	background-color: #754e9b;
	border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #FFF;
	background-color: #754e9b;
	border: 0;
}

/* Tab Content
-------------------------------------------------*/
.tab-content {
	background-color: #FFF;
	padding: 20px;
	margin-top: 8px;
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.tab-content h3 {
	margin-bottom: 24px;
}

.tab-content h4 {
	margin-bottom: 8px;
}

.tab-content .sec {
	margin-bottom: 24px;
}

.tab-content .sec:last-child {
	margin-bottom: 0;
}

/* Landing
-------------------------------------------------*/
#agency-dir .thumb-blk .thumb .title,
#training-dir .thumb-blk .thumb .title {
	font-size: 16px;
}

#agency-dir .thumb-blk .thumb .title i,
#training-dir .thumb-blk .thumb .title i {
	font-size: 48px;
	margin-bottom: 8px;
	display: block;
}

/* Useful links 
-------------------------------------------------*/
.useful-links {
	background-color: rgba(80, 34, 114, 0.04);
}

.useful-links .tab-content .sec ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin: 0;
}

.useful-links .tab-content .sec ul li:last-child {
	border-bottom: 0;
}

.useful-links .tab-content .sec ul li div {
	padding-left: 0;
}

/* CTHR Survey & Reports
-------------------------------------------------*/
.h-thumb-list .thumb-blk {
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.highlight.cthr-report .h-thumb-list li {
	margin-bottom: 30px;
}

.cthr-report .h-blk {
	cursor: default;
}

.cthr-report .h-blk .thumb-info .title {
	font-size: 18px;
	font-weight: bold;
	height: auto;
	max-height: 50px;
	margin-bottom: 6px;
}

.cthr-report .h-blk .thumb-info .desc {
	height: 120px;
	max-height: 120px;
}

.cthr-report .h-thumb-list .thumb-blk .thumb {
	width: 293px;
	height: 153px;
	left: 10px;
}

.cthr-report .h-thumb-list .thumb-blk .thumb-info {
	padding-left: 316px;
}

.cthr-report .h-blk .dl-w .btn {
	position: relative;
	z-index: 3;
	margin-right: 12px;
}

.cthr-report .h-blk .dl-w .btn .file-size {
	font-size: 13px;
}

.agency-report .report-list li {
	text-align: center;
	margin-bottom: 24px;
}

.agency-report .report-list .report,
.agency-report .report-list .report-title {
	display: block;
}

.agency-report .report-list img {
	height: 140px;
}

.agency-report .report-list .report-title {
	margin-top: 12px;
}

.agency-report .tab-content .sec {
	border-bottom: 1px solid #eee;
}

.agency-report .tab-content .sec:last-child {
	border-bottom: 0;
}

.agency-report .tab-content .sec h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 16px;
}

.cthr-icon.service-499 {
	font-size: 28px;
}						
#agency-filter .agency-name {
	margin-bottom: 24px;
}

#agency-filter .agency-type h3 {
	margin-bottom: 12px;
}

.survey-report .row.select-field-gp { 
	margin: 0; 
	/* width: 440px;*/
	width: 100%; 
	text-overflow: ellipsis;
}

.survey-report .select-field-gp .col-xs-8 {
	padding: 0;
}

.survey-report .select-field-gp .col-xs-4 {
	padding: 0 0 0 14px;
}

.survey-report .thumb-list-header .title {
	display: inline-block;
}

.survey-report .thumb-blk .thumb-img-w {
	position: relative;
	width: 100%;
	padding-bottom: 188px;
}

.survey-report .thumb-blk .thumb-img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
	margin-bottom: 0;
}

.survey-report .thumb-blk .thumb-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
}

.survey-report .thumb-blk .art-subcat {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	text-align: center;
	padding: 8px 12px;
	position: absolute;
	bottom: 0;
    height: 38px;
}

.survey-report .thumb-blk .related-art-subcat {
    height: 100%;
}

.survey-report .thumb-blk .related-art-subcat span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-height: 97%;
    max-width: 97%;
}

.survey-report.detail .info .fb-like-and-share {
	float: right;
	line-height: 0;
}

.survey-report.detail .info .fb-like {
	display: inline-block;
	position: relative;
	top: 1px;
}

.survey-report.detail .info .addthis_inline_share_toolbox {
	display: inline-block;
	float: none;
}

.survey-report.detail .dl-w,
.hr-tmpl.detail .dl-w {
	text-align: center;
	margin-bottom: 20px;
}

.survey-report.detail .sec-desc {
	margin-top: 10px;
}

.survey-report.detail .dl-w .dl,
.hr-tmpl.detail .dl-w .dl {
    font-weight: normal !important;
	font-size: 18px;
	padding: 12px 32px;
	margin: 0 12px 12px 12px;
}

.survey-report.detail .dl-w .dl .file-size,
.hr-tmpl.detail .dl-w .dl .file-size {
	font-size: 14px;
}

.survey-report.detail .dl-w .dl:hover,
.hr-tmpl.detail .dl-w .dl:hover {
	text-decoration: none;
}

.survey-report.detail .member-only.art-hidden .dl-w .dl,
.hr-tmpl.detail .member-only.art-hidden .dl-w .dl {
	background: #ddd4e4;
	border-color: #ddd4e4;
}

.survey-report.detail .article-tag .title .fa {
	margin-right: 10px;
}

.survey-report.detail .h-thumb-list .thumb-blk {
	box-shadow: none;
}

/* Useful Templates
--------------------------------------------------*/

/* Agency Directory
--------------------------------------------------*/
#agency-dir .content,
#training-dir .content {
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	-ms-flex-align: stretch;
}

#agency-dir .content .content-l,
#training-dir .content .content-l {
	-ms-flex: 0 0 300px;
	flex: 0 0 300px
}

#agency-dir .content .content-r,
#training-dir .content .content-r {
	min-width: 0;
	-ms-flex:: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 30px;
}

.agency-filter .agency-name .item-title,
.training-filter .organiser-name .item-title {
	margin-bottom: 8px;
}

.result-list .blk {
	background-color: #FFF;
	color: #333;
	padding: 10px;
	padding-left: 185px;
	padding-right: 15px;
	position: relative;
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}

.result-list .blk .comp {
	font-size: 16px;
	font-weight: bold;
}

.result-list .blk .comp-logo {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
}

.result-list .blk .comp-logo img {
    max-width: 154px;
}

.result-list .blk .contact {
	margin: 6px 0 2px 0;
}

.result-list .blk .contact i {
	margin-right: 8px;
}

.result-list .blk .divider {
	color: #ddd;
	margin: 0 8px;
}

.result-list .blk .specialism {
	line-height: 1;
}

.result-list .blk .specialism li {
	margin-right: 8px;
}

.result-list .blk .specialism .headline {
	font-size: 14px;
	font-weight: bold;
}

.result-list .blk .specialism li:not(.headline) {
	font-size: 26px;
	font-weight: bold;
}

.result-list .blk .specialism li i {
	vertical-align: -6px;
}

.result-list .job-opening {
	font-size: 11px;
	background-color: #502272;
	color: #FFF;
	padding: 4px 6px;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 6px 0 2px 0; 
/* 	position: absolute;
	right: 15px;
	top: 12px; */
}

.result-list .job-opening:hover {
	background-color: #9a81b5;
}

.form .error-field .form-control,
.form .error-field .form-control:focus,
.form .error-field.act-field,
.form .error-field textarea {
	border-color: #ca3636;
}

/* Training Directory
-------------------------------------------------*/
.training-dir .result-list li {
	margin-bottom: 24px;
}

.training-dir .result-list a {
	font-size: 15px;
	/*height: 145px;*/
    height: 160px;
	text-align: center;
	border: 1px solid #e8e8e8;
	padding: 15px;
	position: relative;
	display: block;
}

.training-dir .result-list .logo {
	height: 60px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
	margin-bottom: 12px;
	display: block;
}

.training-dir .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.training-dir .result-list img {
    max-width: 164px;
	max-height: 60px;
    vertical-align: middle;
}

.training-dir .org-name {
	display: block;
}

.training-dir .result-list .desc {
	width: 100%;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
	position: absolute;
	left: 0;
	bottom: 0;
	
	
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	background-color: rgba(80, 34, 114, 0.85);
	color: #FFF;
	display: block;
}

.training-dir .result-list a:hover .desc {
    height: 36px;
	line-height: 36px;
}

.suggested.hr-jobs {
	margin-top: 24px;
}

/* Training Directory Detail
/*-------------------------------------------------*/
#organiser-intro {
	text-align: left;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	padding: 132px 0 36px 0;
	overflow: hidden;
}

#organiser-intro hr {
	max-width: 100%;
}

#organiser-intro .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-size: cover;
	transform: scale(1.03);
	filter: blur(4px);
	-webkit-filter: blur(4px);
}

#organiser-intro .bg-overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.25+0,0.55+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 1%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 1%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 1%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-9 */
}

#organiser-intro .logo {
	background-color: #FFF;
	padding: 8px 12px;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#organiser-intro ul li {
	line-height: 1.6;
}

#organiser-intro ul li a:link,
#organiser-intro ul li a:visited,
.organiser-info a:link,
.organiser-info a:visited {
	color: #FFF;
}

#organiser-intro ul li a:hover,
.organiser-info a:hover {
	text-decoration: underline;
}

#organiser-intro ul li.icon {
	margin-right: 6px;
}

#organiser-intro ul li:not(.icon)::after {
	content: " / ";
}

#organiser-intro ul li:last-child::after {
	content: "";
}

#organiser-intro h1.title {
	line-height: 1.3;
	text-align: left;
}

#organiser-intro h2.subtitle {
	margin-top: 8px;
}

.organiser-bg .lead {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}

.organiser-bg p:not(.lead) {
	line-height: 1.6;
}

.organiser-info {
	background-color: #502272;
	color: #FFF;
	text-align: center;
	padding: 12px 0;
}

.organiser-info i {
	margin-right: 8px;
}

.organiser-info .m-txt {
	display: none;
}

.nature-list {
	margin-bottom: 4px;
}

.organiser-bg .passage-w {
	width: 100%;
	max-height: 185px;
	position: relative;
	overflow: hidden;
}

.organiser-bg .passage-w .read-more { 
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%; 
	text-align: center !important; 
	margin: 0;
	padding-top: 36px;
	padding-bottom: 6px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(248, 246, 249, 1));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.3)), color-stop(1, rgba(248, 246, 249, 1)));
	background-image: url(IMAGE), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(248, 246, 249, 1));
}

.organiser-bg article {
	max-height: 11.2em;
    text-align: justify;
}

.organiser-bg .read-more-w {
	margin-top: 12px;
}

.organiser-bg article p:last-child {
	margin-bottom: 0;
}

/* Got a new report?
/*-------------------------------------------------*/
.got-a-new-report {
	background: url("/Content/images/tools/got-report-w1280.jpg") center center;
	background-size: cover;
	color: #FFF;
	text-align: center;
}

.got-a-new-report > :not(.bg-overlay) {
	position: relative;
	z-index: 2;
}

.got-a-new-report .bg-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.got-a-new-report h3 {
	font-size: 28px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.got-a-new-report .lead {
	font-size: 16px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin: 12px 0;
}

.got-a-new-report .send-us-report-btn {
	min-width: 200px;
}

.got-a-new-report .success-msg {
	display: none;
	font-size: 16px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin: 12px 0;
}

.got-a-new-report .success-msg .msg-title {
	font-size: 18px;
}

.got-a-new-report-form {
	width: 80%;
	max-width: 608px;
	margin: 0 auto;
	display: none;
}

.got-a-new-report-form label {
	display: block;
	color: #fff;
}

.got-a-new-report-form .alert-danger {
	display: none;
	margin-bottom: 16px;
}

.got-a-new-report-form .form-group .form-control {
	padding-left: 12px;
}

.got-a-new-report-form .submit .submit-btn {
	padding: 6px 45px;
}

.got-a-new-report-form .require {
	font-size: 14px;
	font-style: italic;
	color: #fff;
}

.send-us-reports-button {
	display: none;
}

/* .send-us-reports-popup {
	z-index: 1002;
}
 */
 
.mobile .send-us-reports-popup {
	display: none;
}

.send-us-reports-popup .popup {
	display: none;
	position: fixed;
	bottom: 64px;
	right: 30px;
	width: 500px;
	max-height: 560px;
	background: #fff;
	margin: 0 0 -20px;
	padding: 20px;
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 1000;
	overflow-y: auto;
}

.send-us-reports-popup.one-error-msg .popup {
	height: auto; 
}

.send-us-reports-popup .popup h3 {
	font-size: 20px;
	margin-bottom: 6px;
	color: #3c1c5f;
}

.send-us-reports-popup .popup .lead {
	font-size: 15px;
	line-height: 1.5;
	color: #3c1c5f;
	font-weight: 300;
	margin-bottom: 16px;
}

.send-us-reports-popup .handle {
	color: #fff;
	background-color: #3c1c5f;
	padding: 10px 18px;
	position: absolute;
	bottom: 12px;
	right: 30px;
	cursor: pointer;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	z-index: 1000;
}

.send-us-reports-popup .handle .text {
	display: inline-block;
	padding-right: 10px;
}

.send-us-reports-popup label {
	display: block;
	color: #666;
}

.send-us-reports-popup .alert-danger {
	display: none;
	margin-bottom: 16px;
}

.send-us-reports-popup.one-error-msg .alert-danger {
	margin-bottom: 4px;
}

.send-us-reports-popup .form-group .form-control {
	padding-left: 12px;
}

.send-us-reports-popup .form-group.message {
	margin-bottom: 7px;
}

.send-us-reports-popup .require {
	font-size: 12px;
	font-style: italic;
	color: #666;
	margin-bottom: 11px;
}

.send-us-reports-popup .success-msg {
	display: none;
	font-size: 15px;
	line-height: 1.5;
	color: #3c1c5f;
	padding-top: 12px;
}

.send-us-reports-popup .success-msg .msg-title {
	font-size: 18px;
}

.send-us-reports-popup .submit {
	padding-bottom: 19px;
}

.send-us-reports-popup .submit-btn {
	display: block;
	padding: 6px 45px;
	font-size: 16px;
}

/* Media Queries
-------------------------------------------------*/
@media only screen and (max-width: 1200px) {
	.training-dir .result-list .logo { height: 50px; }
	.training-dir .result-list img { max-width: 150px; max-height: 50px; }
}

@media (min-width: 992px) and (max-width: 1200px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w {  padding-bottom: 152px; }
	.survey-report .row.select-field-gp { width: 60%; position: relative; left: 6.5%; }
}

@media (min-width: 992px) {
	.survey-report .cthr-report .h-blk .thumb-info .title { font-size: 20px; }
	.survey-report .cthr-report .h-thumb-list .thumb-blk .thumb { width: 380px; height: 192px; top: 0; left: 0; }
	.survey-report .cthr-report .h-thumb-list .thumb-blk .thumb-info { padding: 20px 12px 16px 404px; }	
	.survey-report .row.select-field-gp { width: 70%; position: relative; left: 7.6%; float: right; /*width: 44%;*/ }
    .survey-report.cthr-survey-reports .select-field-gp .col-xs-3 { float: right; right: 8.6%; }
	
	.hr-tmpl .select-field-gp { float: right; width: 294px; }
}

@media only screen and (max-width: 992px) {
	#tools { background-image: url("/Content/images/tools/tools-w992.jpg"); }
	#survey-report { background-image: url("/Content/images/tools/survey-report-w992.jpg"); }
	#agency { background-image: url("/Content/images/tools/agency-w992.jpg"); }
	#training { background-image: url("/Content/images/tools/training-w992.jpg"); }
	
	#hr-tmpl { background-image: url("/Content/images/tools/hr-tmpl-w992.jpg"); }
	
	.cthr-report .h-blk .thumb-info .desc { max-height: 75px; }
	.cthr-report .h-blk .dl-w .btn { width: 100%; margin-bottom: 8px; }
	.cthr-report .h-blk .dl-w .btn:last-child { margin-bottom: 0; }
	
	.survey-report .col-xs-4:first-child { padding-left: 0; }
    .survey-report.cthr-survey-reports .select-field-gp .col-xs-3 { padding: 0;}

	#agency-dir .content .content-l,
	#training-dir .content .content-l	{ display: none; }
	#agency-dir .content .content-r,
	#training-dir .content .content-r	{ margin-left: 0; }
	#agency-dir .content .content-r .row,
	#training-dir .content .content-r .row { margin-left: -15px; }
}	

@media (min-width: 767px) and (max-width: 992px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w {  padding-bottom: 114px; }
	
	.survey-report .thumb-list-header .title { width:100%; }
}

@media only screen and (max-width: 767px) {
	#tools { background-image: url("/Content/images/tools/tools-w768.jpg"); }
	#survey-report { background-image: url("/Content/images/tools/survey-report-w768.jpg"); }
	#agency { background-image: url("/Content/images/tools/agency-w768.jpg"); }
	#training { background-image: url("/Content/images/tools/training-w768.jpg"); }
	
	#hr-tmpl { background-image: url("/Content/images/tools/hr-tmpl-w768.jpg"); }
	
	.tab-content h4 { margin-bottom: 4px; }
	.tab-content .sec ul li .organization { font-size: 16px; margin-bottom: 4px; }
	
	.cthr-report .h-thumb-list .thumb-blk .thumb { width: 220px; height: 114px; }
	.cthr-report .h-thumb-list .thumb-blk .thumb-info { padding-left: 246px; }
	.cthr-report .h-blk .thumb-info .desc { max-height: 50px; margin-bottom: 12px; }
	.cthr-report .h-blk .dl-w { position: relative; bottom: auto; }
	
	.market-update .thumb-info { padding-bottom: 10px; }
	.market-update .thumb-info .title { margin-bottom: 24px; }
	
	.result-list .blk { padding-right: 15px; }
	.result-list .job-opening { margin: 6px 0 2px 0; position: relative; right: auto; top: auto; display: inline-block; }
	
	#agency-filter .agency-type h3 { margin-bottom: 6px; }
	
	#agency-dir .thumb-blk .thumb .title i { font-size: 42px; }
	
	.survey-report .thumb-blk .thumb-img-w { padding-bottom: 350px; }
	.survey-report .thumb-list .thumb-blk .thumb-info { padding-left: 8px; }
	.survey-report .thumb-list .thumb-blk .thumb-img-w {  padding-bottom: 114px; }
	
	.hr-tmpl .thumb-list .thumb-blk .thumb-info { padding-left: 8px; }
	
	#organiser-intro { padding-top: 80px; }
	#organiser-intro h2.subtitle { font-size: 24px; }
	.organiser-info { font-size: 14px; padding: 8px 0 6px 0; }
	.organiser-info .m-txt { display: block; }
	.organiser-info i { height: 15px; margin-right: 0; margin-bottom: 3px; display: block; }
	.organiser-info .txt { display: none; }
	.organiser-info .tel { font-size: 14px; }
	.organiser-bg article { max-height: 14.8em; }
    #organiser-intro img { max-height: 48px; }
}

@media only screen and (max-width: 700px) {
	.survey-report .select-field-gp .col-xs-3, .survey-report .select-field-gp .col-xs-4 { width: 100%; margin-bottom: 12px; padding-left: 0; padding-right: 0; }
}

@media only screen and (max-width: 600px) {
	.result-list .blk { padding-left: 145px; }
	.result-list .blk .comp-logo img { height: 32px; margin-top: -16px; }
}

@media only screen and (max-width: 480px) {
    header#tools h1 { font-size: 30px; }
	header#tools .desc { font-size: 16px; line-height: 1.3; margin-bottom: 16px; }
	
	header#hr-tmpl h1 { font-size: 30px; }
	header#hr-tmpl .desc { font-size: 16px; line-height: 1.3; margin-bottom: 16px; }

    header#training h1 { font-size: 30px; }
	header#training .desc { font-size: 16px; line-height: 1.3; margin-bottom: 16px; }
	
	.nav-tabs>li>a { font-size: 16px; }
	.tab-content { padding: 15px; }
	.tab-content h3 { margin-bottom: 20px; }

	.cthr-report .h-blk .dl-w .btn { width: 100%; margin-bottom: 6px; }
	
	.cthr-report .h-thumb-list li { margin-bottom: 16px; }
	.cthr-report .h-thumb-list .thumb-blk .thumb { width: 100%; height: auto; background-color: #eee; padding-top: 52.05%; position: relative; left: 0; top: 0; border-bottom: 1px solid #eee; overflow: hidden; }
	.cthr-report .h-thumb-list .thumb-blk .thumb img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
	
	.cthr-report .h-thumb-list .thumb-blk .thumb-info { padding: 12px; }
	.cthr-report .h-blk .thumb-info .desc { margin-bottom: 8px; }
	
	.market-update .thumb-info .title { margin-bottom: 22px; }
	
	.agency-report .report-list .report { font-size: 14px; height: 180px; }
	
	.result-list .blk { padding-left: 15px; }
	.result-list .blk .comp { display: block; }
	.result-list .blk .comp-logo { margin-top: 0; margin-bottom: 8px; position: relative; top: auto; left: auto; }
	.result-list .blk .comp-logo img { margin-top: 0; }
	.result-list .blk .specialism li:not(.headline) { font-size: 22px; }
	.result-list .job-opening { margin: 0; position: absolute; right: 15px; top: 12px; display: inline-block; }

	#agency-dir .thumb-blk .thumb .title { font-size: 20px; }
	#agency-dir .thumb-blk .thumb .title i { font-size: 48px; }
	
	.survey-report .row.select-field-gp { width: 100%; }
	.survey-report .select-field-gp .col-xs-8 { width: 100%; margin-bottom: 12px; }
	.survey-report .select-field-gp .col-xs-4 { width: 100%; padding-left: 0; }
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 235px; }
	
	.survey-report.detail .dl { font-size: 14px; padding: 8px 30px; }
	
	.training-dir .result-list img { max-width: 100%; }
	#organiser-intro { padding: 32px 0 24px 0; }
	#organiser-intro h2.subtitle { font-size: 18px; }
	.organiser-bg article { max-height: 16.6em; }
}

@media only screen and (max-width: 400px) {
	.survey-report.detail .info .fb-like-and-share { float: none; }
	
	.training-dir .result-list li { width: 100%; margin-bottom: 15px; }
	.training-dir .result-list a { font-size: 14px; line-height: 1.5; height: auto; padding: 10px 15px; }
	.training-dir .result-list img { max-width: 164px; max-height: 40px; }
	.training-dir .result-list .logo { max-height: 40px; }
	#organiser-intro .logo { margin-bottom: 16px; }
	#organiser-intro img { max-height: 40px; }
}

@media only screen and (max-width: 320px) {
	#tools { background-image: url("/Content/images/tools/tools-w330.jpg"); }
	#survey-report { background-image: url("/Content/images/tools/survey-report-w330.jpg"); }
	#agency { background-image: url("/Content/images/tools/agency-w330.jpg"); }
	#training { background-image: url("/Content/images/tools/training-w330.jpg"); }
	
	#hr-tmpl { background-image: url("/Content/images/tools/hr-tmpl-w330.jpg"); background-position: center 70%; }
	
	#agency-dir .thumb-blk .thumb .title,
	#training-dir .thumb-blk .thumb .title { font-size: 18px; }
	#agency-dir .thumb-blk .thumb .title i,
	#training-dir .thumb-blk .thumb .title i { font-size: 42px; }
		
	.result-list .blk .divider { height: 2px; text-indent: -1000px; display: block; }
	.result-list .blk .contact { margin-top: 4px; }
	
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 140px; }

    #organiser-intro img { max-height: 35px; }
}

@media (min-width: 360px) and (max-width: 374px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 164px; }
}

@media (min-width: 375px) and (max-width: 413px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 194px; }
}

@media (min-width: 414px) and (max-width: 479px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 195px; }
}

@media (min-width: 480px) and (max-width: 549px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 232px; }
}

@media (min-width: 550px) and (max-width: 619px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 274px; }
}

@media (min-width: 620px) and (max-width: 719px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 299px; }
}

@media (min-width: 720px) and (max-width: 767px) {
	.survey-report .thumb-list .thumb-blk .thumb-img-w { padding-bottom: 350px; }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.addthis-smartlayers-desktop {
	display: none;
}

.addthis-smartlayers-mobile {
	display: none;
}

[canvas="container"] {
	overflow-x: hidden;
}

.page-control {
	visibility: hidden;
}

.page-control-mobile {
	display: none;
}

.page-control .wrapper {
	display: table;
	height: 83px;
}

.page-control .content-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.page-control:link .wrapper i {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.page-control:link .wrapper label {
	margin-bottom: 0;
	opacity: 0.7;
}

.prev-page:link .wrapper,
.prev-page:visited .wrapper {
	width: 200px;
	background-color: #4a2366;
	color: #FFF;
	text-align: right;
	
	padding: 10px 15px;
	padding-right: 48px;
	
	position: fixed;
	left: -160px;
	top: 50%;
	margin-top: -60px;

	z-index: 99;
	 -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	
	
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}

.prev-page:hover .wrapper {
    -webkit-transform: translateX(160px); 
    -moz-transform: translateX(160px); 
    -ms-transform: translateX(160px); 
    transform: translateX(160px); 
}

.next-page:link,
.next-page:visited  {
	overflow: hidden;
	left: auto;
	right: 0;
	position: fixed;
	top: 50%;
	margin-top: -60px;
	
	z-index: 99;
	 -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.next-page .wrapper {
	position: relative;
	right: -160px; 
	 -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.next-page:link .wrapper ,
.next-page:visited .wrapper  {
	width: 200px;
	background-color: #4a2366;
	color: #FFF;
	text-align: right;
	
	padding: 10px 15px;
	padding-right: 48px;
	
	padding-right: 15px;
	padding-left: 48px;
	
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);
	
	text-align: left;
}

.next-page:hover .wrapper, .next-page.hover .wrapper {
	-webkit-transform: translateX(-160px); 
    -moz-transform: translateX(-160px); 
    -ms-transform: translateX(-160px); 
    transform: translateX(-160px); 
}


.next-page:link .wrapper i {
	right: auto;
	left: 20px;
}

@media only screen and (max-width: 767px) {	
	/* Page Control */
	.page-control { visibility: hidden!important; }
	
	.with-post-nav.banner-on [canvas="container"]  {
		margin-top: 51px;
		height: -webkit-calc(100% - 110px);
		height: -moz-calc(100% - 110px);
		height: calc(100% - 110px);
	}
	
	.with-post-nav .sticky-back-to-top {
		bottom: 70px;
	}
	
	.post-nav { 
		background: #4a2366;
		height: 60px;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 10;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
		-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
		box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
	.post-nav .nav-btn {
		display: block;
		width: 100%;
		float: left;
	}
	
	.post-nav .nav-btn .title {
		font-size: 12px;
		font-weight: bold;
		color: #d2c7dd;
		display: block;
	}
	
	.post-nav .nav-btn .article-title {
		height: 21px;
		white-space: nowrap;
		overflow: hidden;
		color: #fff;
		font-size: 15px;
	}
	
	.post-nav .nav-btn:hover .article-title {
		color: #d2c7dd;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}
	
	.post-nav .fa {
		position: absolute;
		top: 0;
		width: 20px;
		font-size: 20px;
		line-height: 60px;
		color: #fff;
	}

	.post-nav .nav-btn .fa {
		right: 4px;
	}
	
	.post-nav .nav-btn:hover .fa {
		color: #d2c7dd;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}
	
	.post-nav .nav-btn .text-content {
		display: table;
		width: 100%;
	}

	.post-nav .nav-btn .text-content {
		padding: 12px 30px;
	}
	
	.post-nav .nav-btn .text-content .content-wrapper {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 450px) {	
	.post-nav .nav-btn {
		width: 100%;
	}
	.post-nav .nav-btn .text-content {
		padding-left: 20px;
		padding-right: 20%;
	}
}
