#container { background: #ffffff; display: none; }

/***************************** Home Page - Hero Banner *****************************/

#bannerAndSearch { position: relative; height: 520px; }

#heroWrapper {
	position: relative;
	display: block;
	max-width: 1920px;
	height: 520px;
	overflow: hidden;
}

#heroWrapper .banner {
	position: relative;
	height: 520px;
}

#heroWrapper .info:before {
	content: '';
    background-image: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/homePageHerobubbles.png);
    background-repeat: no-repeat;
    width: 1012px;
    height: 265px;
    position: absolute;
    top: 35px;
    left: -450px;
    z-index: 10;
}

#heroWrapper .banner img {
	width: 1920px;
    height: 520px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

#heroWrapper .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 960px;
}

#heroWrapper .info #heroHeader {
	position: relative;
	z-index: 20;
	width: 500px;
	height: 200px;
	margin-top: 70px;
}

#heroWrapper .info #heroHeader img {
	display: block;
	width: 100%;
}



/***************************** Quick Search *****************************/

#quick-search {
    width: 960px;
    position: absolute;
    bottom: 190px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 300;
}

#quick-search-form {
    position: relative;
    width: 100%;
}

#quick-search-form label { display: block; }

#quick-search-form .form-item-input input { display: block; width: 495px; background-color: rgba(255,255,255,.8); }

#quick-search-form .form-item-row .fa-map-marker {
    right: 0px;
    top: -4px;
    left: auto;
    background: transparent;
    color: #ffffff;
    border: 0px solid transparent;
    background-image: url('https://1481053-1-2.cdn.4matnetworks.com/Graphics/quickSearchLocationGraphic.png');
    background-repeat: no-repeat;
    height: 67px;
    width: 80px;
}

#quick-search-form .form-buttons {
    position: absolute;
    left: 460px;
    top: 0;
    -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
}
#quick-search-form .form-item-row .fa-map-marker:before {
    position: absolute;
    top: 18px;
    font-size: 25px;
    left: 32px;
}
    #quick-search-form .new-multi {
        display: none;
    }
#quick-search-form .multiSelectDropdown input {
    width: 355px;
    border-radius: 25px;
    font-size: 22px;
    color: #161616;
    font-family: 'Proxima Nova Soft W03',helvetica,arial,clean,sans-serif;
    font-weight: 400;
    border: 2px solid #ffffff;
    color: #00395d;
    padding-left: 30px;
    margin-top: 15px;
    background-color: #0a69b2;
    position: absolute;
    top: -20px;
    left:0;
    -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
    opacity: 0;
    background-image: url('https://1481053-1-2.cdn.4matnetworks.com/Graphics/input_select_grapic_white.png');
    background-repeat: no-repeat;
    background-position: 87% center;
    background-size: 31px;
}
#quick-search-form .CheckBoxTreeOpen {
    position: absolute;
    right: 265px;
    top: 75px;
    width: 330px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
}
#quick-search.active #quick-search-form .CheckBoxTreeOpen { opacity: 1;
    -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
}

#quick-search.active #quick-search-form .multiSelectDropdown input {
    opacity: 1;
    left: 360px;
    z-index:10;
    -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
}
#quick-search.active #quick-search-form .form-buttons { left: 680px; 
    -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
}

#quick-search.active #quick-search-form .form-item-input input { width: 415px;
-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
}

#quick-search-form .multiSelectDropdown input {
    color: #ffffff;
}

#quick-search-form .form-item-input {
    position: relative;
}

#quick-search-form .form-item-input:after {
    content: '';
    width: 90px;
    height: 60px;
    background-image: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/quickSearchLocationGraphic.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    right: 8px;
    opacity: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;

}
#quick-search.active #quick-search-form .form-item-input:after {
    opacity: 0;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

#quick-search-form .form-item-input:before {
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    right: 52px;
    top: 17px;
    color: #fff;
    font-size: 25px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#quick-search.active #quick-search-form .form-item-input:before {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#quick-search .form-item-input { height: 85px; overflow: visible; }

#quick-search .form-item-row, #quick-search .multi-dropdown-container .CheckboxTree { overflow: visible; }

/***************************** Specialisms *****************************/

#contentSpecialisms { display: block; width:100%; height: auto; position: relative; background: #ffffff; }

#contentSpecialisms .innerWrapper { width: 960px; margin: 0 auto; }

#contentSpecialisms .innerWrapper .specialisms {
    display: inline-block;
    width: 100%;
    height: auto;
    clear: both;
    margin-top: -60px;
    position: relative;
    z-index: 100;
}

#contentSpecialisms .innerWrapper .specialisms .specialism {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 200px;
	background-color: #ffffff;
	padding: 0 10px;
	float: left;
	-webkit-border-top-left-radius: 11px; -moz-border-top-left-radius: 11px; -o-border-top-left-radius: 11px; -ms-border-top-left-radius: 11px; border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px; -moz-border-top-right-radius: 11px; -o-border-top-right-radius: 11px; -ms-border-top-right-radius: 11px; border-top-right-radius: 11px;
	margin: 0 12px;
}

#contentSpecialisms .innerWrapper .specialisms .specialism:hover { margin-top: -50px; }
#contentSpecialisms .innerWrapper .specialisms .specialism:hover span.specialismTxt { background-color: #00395d; color: #ffffff; 
	-webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;
}

#contentSpecialisms .innerWrapper .specialisms .specialism:first-of-type { margin-left: 0; }
#contentSpecialisms .innerWrapper .specialisms .specialism:last-of-type { margin-right: 0; }

#contentSpecialisms .innerWrapper .specialisms .specialism img {
	display: block;
	margin: 85px auto 0 auto;
}

#contentSpecialisms .innerWrapper .specialisms .specialism span.specialismTxt {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Marydale W01';
    font-weight: 700;
    font-size: 22px;
    color: #00395d;
    padding: 20px 0;
    background: #ffffff;
    margin: 0;
    position: absolute;
    left: 0;
	-webkit-border-top-left-radius: 11px; -moz-border-top-left-radius: 11px; -o-border-top-left-radius: 11px; -ms-border-top-left-radius: 11px; border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px; -moz-border-top-right-radius: 11px; -o-border-top-right-radius: 11px; -ms-border-top-right-radius: 11px; border-top-right-radius: 11px;
	-webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;
}


/***************************** Award Winning *****************************/

.awardWinningWrapper { background: #ffffff;}

#awardWinning {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0 90px 50px 90px;
}

#awardWinning .header {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-family:'Proxima Nova Soft W03';
	font-weight: 700;
	font-size: 38px;
	line-height: 40px;
	color: #ec6b01;
	padding: 20px 0;
	margin-bottom: 20px;
}

#awardWinning .header:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 350px;
    margin: 0 auto;
    background: rgba(255,255,255,0.9);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.9)), color-stop(50%, rgba(194,217,236,0.9)), color-stop(100%, rgba(255,255,255,0.9)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

#awardWinning .content {
	position: relative;
    font-family: 'Proxima Nova W08';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00395d;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; -ms-transition:.5s; transition:.5s;
}

#awardWinning .content:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 3%,rgba(255,255,255,0) 20%,rgba(255,255,255,.47) 42%,rgba(255,255,255,1) 67%);
    background: -webkit-gradient(left top,left bottom,color-stop(3%,rgba(255,255,255,0)),color-stop(20%,rgba(255,255,255,0)),color-stop(42%,rgba(255,255,255,.47)),color-stop(67%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 3%,rgba(255,255,255,0) 20%,rgba(255,255,255,.47) 42%,rgba(255,255,255,1) 67%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 3%,rgba(255,255,255,0) 20%,rgba(255,255,255,.47) 42%,rgba(255,255,255,1) 67%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 3%,rgba(255,255,255,0) 20%,rgba(255,255,255,.47) 42%,rgba(255,255,255,1) 67%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 3%,rgba(255,255,255,0) 20%,rgba(255,255,255,.47) 42%,rgba(255,255,255,1) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    opacity: 1;
    -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; -ms-transition:.5s; transition:.5s;
}

#awardWinning img {
	display: block;
	margin: 20px auto;
}

#awardWinning .caption {
	display: block;
	width: 100%;
	font-family:'Proxima Nova Soft W03';
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	color: #0a69b2;
	text-align: center;
}

#awardWinning a.btn {
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: transparent;
	width: 55px;
	height: 55px;
	cursor: pointer;

}

#awardWinning a.btn:before {
	content: '';
	background: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/buttonBorder-mini.png);
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg);
	-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; -ms-transition:.5s; transition:.5s;
}

#awardWinning a.btn:after {
    content: '+';
    font-size: 40px;
    color: #0a4163;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 16px;
}

#awardWinning.active a.btn:after { content: '-'; top: 13px; }

#awardWinning a.btn:hover:before, #awardWinning.active a.btn:before {
	-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);
	-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; -ms-transition:.5s; transition:.5s;
}

#awardWinning.active .content {
    height: auto;
    padding: 0 0 30px 0;
    -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; -ms-transition:.5s; transition:.5s;
}

#awardWinning.active .content:after {
	opacity: 0;
	-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; -ms-transition:.5s; transition:.5s;
}


/***************************** Send us your CV *****************************/


#sendCVWrapper .banner-pool img { display: none; }

#sendCVWrapper {
	position: relative;
    height: auto;
    background-image: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/jobsGradientBG.png);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0;
    padding: 67px 0;
}

#sendCVWrapper .innerWrapper { text-align: center; }

#sendCV span.txt {
	font-family:'Proxima Nova Soft W03';
	font-weight: 700;
	font-size: 38px;
	color: #ffffff;
	margin-right: 20px;
}

#sendCV span.txt.bold { color: #ee7201; }

#sendCV a.btn {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}

#sendCV a.btn:before {
	content: '';
	background: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/buttonBorder-mini.png);
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg);
	-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; -ms-transition:.5s; transition:.5s;
}

#sendCV a.btn:after {
    content: '+';
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 13px;
}

#sendCV a.btn:hover:before {
	-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);
	-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; -ms-transition:.5s; transition:.5s;
}


/***************************** Featured Posts *****************************/

#featuredPosts {
	position: relative;
	padding: 50px;
	background-image: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/HomePageYellowBG.png);
	background-repeat: repeat-y;
	background-position: center top;
    overflow: hidden;
}

#featuredPosts:after {
	content: '';
	background-image: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/homePageFeaturedPostsbubbles.png);
	width: 1899px;
	height: 555px;
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 0 auto;
	top: 50%;
	transform:translateY(-50%);
	z-index: 0;

}

#featuredPosts #post-results { position: relative; z-index: 10; }

#featuredPosts #post-results .results-row .postResultUpper {
	max-height: 470px;
}

#featuredPosts #post-results .results-row .posts-image { width: 470px; }

#featuredPosts #post-results .results-row { height: 560px; }



/***************************** Featured Jobs *****************************/

#featuredJobs {
	position: relative;
    height: auto;
    background-image: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/jobsGradientBG.png);
    background-repeat: repeat-y;
    background-position: center;
    padding: 50px 0;
    overflow: hidden;
}

#featuredJobs:after {
	content: '';
    background-image: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/jobsPanelbubbles.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 185px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#featuredJobs .title {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Proxima Nova Soft W03';
    font-weight: 700;
    color: #ffcc40;
    font-size: 28px;
    padding: 0px 0 40px 0;
}

#featuredJobs .job-wrapper {
    position: relative;
    width: 100%;
    height: 355px;
    background: #FFFFFF;
    padding: 30px;
    z-index: 2;
    overflow: hidden;
}

#featuredJobs .job-wrapper .jobTitle {
    font-family: 'Proxima Nova W01';
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    color: #ee7201;
    position: relative;
    padding-bottom: 20px;
}

#featuredJobs .job-wrapper .jobTitle:hover, #featuredJobs .job-wrapper .jobTitle:visited {
    color: #f4a667;
}

#featuredJobs .job-wrapper .jobTitle:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(255,255,255,0.9);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.9)), color-stop(50%, rgba(194,217,236,0.9)), color-stop(100%, rgba(255,255,255,0.9)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(194,217,236,0.9) 50%, rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

#featuredJobs  .job-wrapper .row {
    display: block;
}

#featuredJobs .job-wrapper .info.description { display: block; padding-top: 20px; }

#featuredJobs .job-wrapper .location, #featuredJobs .job-wrapper .salary {
    display: inline;
    font-family: 'Proxima Nova Soft W03';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #00395d;
}

#featuredJobs .job-wrapper .lowerSection {
	width: 100%;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    height: 75px;
}
#featuredJobs .job-wrapper .lowerSection:before {
	content: '';
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 3%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.47) 42%, rgba(255,255,255,1) 67%);
    background: -webkit-gradient(left top, left bottom, color-stop(3%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,0)), color-stop(42%, rgba(255,255,255,0.47)), color-stop(67%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 3%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.47) 42%, rgba(255,255,255,1) 67%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 3%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.47) 42%, rgba(255,255,255,1) 67%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 3%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.47) 42%, rgba(255,255,255,1) 67%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 3%, rgba(255,255,255,0) 20%, rgba(255,255,255,0.47) 42%, rgba(255,255,255,1) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

/*#featuredJobs .job-wrapper .lowerSection .shortlisted .btn {
    font-size: 0;
    color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    background: transparent;
}

#featuredJobs .job-wrapper .lowerSection .shortlisted .btn:before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 30px;
    color: #0a69b2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

#featuredJobs .job-wrapper .lowerSection .shortlisted .btn:hover:before {
    color: #ee7201;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}*/

#featuredJobs .job-wrapper .lowerSection .shortlist a.shortlist {
    font-size: 0;
    color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    background: transparent;
}
#featuredJobs .job-wrapper .lowerSection .shortlist a.shortlist:before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 30px;
    color: #0a69b2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
#featuredJobs .job-wrapper .lowerSection .shortlist a.shortlist:hover:before {
    color: #ee7201;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#featuredJobs .job-wrapper .lowerSection .shortlisted {
    font-size: 0;
    color: transparent;
}
#featuredJobs .job-wrapper .lowerSection .shortlisted:before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ee7201;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#featuredJobs .job-wrapper .profileImg {
	display: inline-block;
    position: absolute;
    right: 30px;
    border-radius: 45px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    top: 50%;
    border: 1px solid #c3d9ec;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#featuredJobs .job-wrapper .profileImg img {
	display: block;
    width: 50px;
    height: 50px;
}



/***************************** Sectors Banner Pool *****************************/

#sectorBannerPool {
	position: relative;
    padding: 50px;
    background-image: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/HomePageYellowBG.png);
    background-repeat: repeat-y;
    background-position: center top;
    width: 100%;
    overflow: hidden;
}
#sectorBannerPool .innerWrapper { position: relative; overflow: hidden; }

#sectorBannerPool .banner-wrapper {
	width: 220px;
	height: 370px;
	float: left;
	background-color: #00395d;
	margin: 0 13px;
}

#sectorBannerPool .banner-wrapper:first-of-type { margin-left: 0; }
#sectorBannerPool .banner-wrapper:last-of-type { margin-right: 0; }

#sectorBannerPool .sector .type {
	font-family:'Proxima Nova Soft W03';
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	color: #ffffff;
	width: 100%;
	display: inline-block;
	text-align: center;
}

#sectorBannerPool .banner-pool img {
    display: block;
    width: 100%;
    margin-top: 90px;
}

#sectorBannerPool .sector {
	position: relative;
}


#sectorBannerPool .sector .typeWrapper {
	position: absolute;
    top: -330px;
    width: 100%;
    height: 90px;
}

#sectorBannerPool .sector .typeWrapper .type {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
}

#sectorBannerPool .sector .btn {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    width: 55px;
    height: 55px;
    cursor: pointer;
    top: -28px;
    z-index: 10;
}

#sectorBannerPool .sector .btn:before {
	content: '';
    background: url(https://1481053-1-2.cdn.4matnetworks.com/Graphics/buttonBorder-mini.png);
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#sectorBannerPool .sector .btn:after {
    content: '+';
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 13px;
}

#sectorBannerPool .sector .btn:hover:before {
    -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#sectorBannerPool .sector:after {
    content: '';
    width: 65px;
    height: 65px;
    background: #00395d;
    position: absolute;
    border-radius: 60px;
    top: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

#sectorBannerPool .slider {
    display: block;
    width: 960px;
    height: 370px;
    background: rgba(0,57,97,.95);
    position: absolute;
    top: 0;
    left: -1000px;
    z-index: 100;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#sectorBannerPool .banner-wrapper.active .slider{
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#sectorBannerPool .slider a.close { position: absolute; right: 30px; top: 30px; font-size: 0; color: transparent; z-index: 100; }
#sectorBannerPool .slider a.close:after {
    content: "\f057";
    font-family: FontAwesome;
    font-size: 30px;
    right: 30px;
    top: 30px;
    color: #0a69b2;
    cursor: pointer;
}
#sectorBannerPool .slider a.close:hover:after { color: #ec6b01; }

#sectorBannerPool .slider img {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

#sectorBannerPool .slider .innerContent { display: block; width: 500px; margin: 20px 0 0 30px; }

#sectorBannerPool .slider .innerContent .header {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family:'Proxima Nova Soft W03';
    font-weight:700;
    font-size:28px;
    line-height: 32px;
    color:#ffcf1f;
    padding: 15px 0;
    margin-bottom: 25px;
}

#sectorBannerPool .slider .innerContent .header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(10,105,178,0);
    background: -moz-linear-gradient(left, rgba(10,105,178,0) 0%, rgba(10,105,178,1) 51%, rgba(10,105,178,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,105,178,0)), color-stop(51%, rgba(10,105,178,1)), color-stop(100%, rgba(10,105,178,0)));
    background: -webkit-linear-gradient(left, rgba(10,105,178,0) 0%, rgba(10,105,178,1) 51%, rgba(10,105,178,0) 100%);
    background: -o-linear-gradient(left, rgba(10,105,178,0) 0%, rgba(10,105,178,1) 51%, rgba(10,105,178,0) 100%);
    background: -ms-linear-gradient(left, rgba(10,105,178,0) 0%, rgba(10,105,178,1) 51%, rgba(10,105,178,0) 100%);
    background: linear-gradient(to right, rgba(10,105,178,0) 0%, rgba(10,105,178,1) 51%, rgba(10,105,178,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a69b2', endColorstr='#0a69b2', GradientType=1 );
}

#sectorBannerPool .slider .innerContent {

    font-family:'Proxima Nova W08';
    font-size: 18px;
    line-height: 24px;
    font-weight:400;
    color: #ffffff;
}

#sectorBannerPool .slider .innerContent a.moreInfo {
    display: block;
    font-family: 'Proxima Nova W01';
    font-weight: 700;
    font-size: 20px;
    color: #ffcc40;
    border: 2px solid #ffcc40;
    padding: 10px;
    max-width: 165px;
    text-align: center;
    margin: 30px 0;
    -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px;
}

#sectorBannerPool .slider .innerContent a.moreInfo:hover {
    background-color: #ffcc40;
    color: #00395d;
}


    @media only screen and (max-width: 1024px) {
        
        #sectorBannerPool, #featuredPosts { padding: 50px 0; }

    }



    /* Target Ipad */

    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    
        #quick-search-form .multiSelectDropdown input { top: 0; }

        #back-top { bottom:100px; }
    
    }
    
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
     
      #quick-search-form .multiSelectDropdown input { top: 0; }

      #back-top { bottom:100px; }
    
    }