﻿/* Overrides for the Homepage
========================================================================*/

DIV.headtitle.container{
			display:none !important;}
			
		#sideNavBox.col-md-3{
			display:none;}

.themeBanner{
	margin-bottom:-15px;
	}
			
	.themeBanner_inside{
		border: thin #404040 solid;}

	.sy-slides-crop{
		border: none/*thin #050c14 solid*/;}


/* Banner Size
========================================================================*/

@media (min-width: 768px){
	.Desktop {
		display: block;}
	.Mobile {
		display:none;}
}	

@media (max-width: 767px){
	.Desktop {
		display:none;}
	.Mobile  {
		display:block;}
}


/* Individual Homepage webparts
========================================================================*/
.ctaBox {
	background-color: #bfd543;
	padding-top: 10px;
	padding-bottom: 2px;
	
	-webkit-box-shadow: 4px 4px 0px 0px rgba(164,176,56,1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(164,176,56,1);
	box-shadow: 4px 4px 0px 0px rgba(164,176,56,1);}	
	
	.ctaBox:hover {
		background-color: #767777;
		cursor: pointer;
		
		-webkit-box-shadow: 4px 4px 0px 0px rgba(69,69,69,1);
		-moz-box-shadow: 4px 4px 0px 0px rgba(69,69,69,1);
		box-shadow: 4px 4px 0px 0px rgba(69,69,69,1);}	

	.ctaBox span{
		color: #404040 !important;
		text-decoration: none !important;}	
	
	.ctaBox:hover span {
		color: #ffffff !important;}
	
	.marginTop {
		margin-top: -10px !important;
		display:block;}


.sloganBox {
	background-color: #bfd543;
	padding-top: 10px;
	padding-bottom: 2px;}


/* Desaturate Images
===============================*/
/*.desaturate img{ 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	}

.desaturate:hover img{ 
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;}*/


/*Firefox 3.5+, Chrome, Internet explorer 6 – 9, Microsoft Edge*/
.desaturate {
	text-align:center;}
	
.desaturate img{ 
	opacity: 0.5;}

.desaturate:hover img{ 
	opacity: 1;}


/*About Intro
===============================*/
.introBlock3 a{
	font-size: 13pt;}

#scriptWPQ1 img, #scriptWPQ2 img, img.ms-webpart-menuArrowImg, #applist img, .ms-core-menu-icon > img{
	width:100%;
}

.sy-caption
{
	display:none!important;
}

@media (min-width: 992px){
	.whiteBlock {
	    height: 435px;
	    margin-top: -435px;
	}
	
	@-moz-document url-prefix(){
	  	.whiteBlock {
			height: 470px;
			margin-top: -470px;
		}
	}
}

@media (max-width: 991px) and (min-width: 768px){
	.whiteBlock {
	    height: 1115px;
	    margin-top: -1115px;
	}
	
	@-moz-document url-prefix(){
	  	.whiteBlock {
			height: 1170px;
			margin-top: -1170px;
		}
	}

}

@media (max-width: 767px) and (min-width: 401px){
	.whiteBlock {
	    height: 1495px ;
	    margin-top: -1495px ;
	}
	
	@-moz-document url-prefix(){
	  	.whiteBlock {
			height: 1535px;
			margin-top: -1535px;
		}
	}	
}

@media (max-width: 400px){
	.whiteBlock {
	    height: 1455px ;
	    margin-top: -1455px ;
	}
	
	@-moz-document url-prefix(){
	  	.whiteBlock {
			height: 2080px;
			margin-top: -2080px;
		}
	}	
}


.arrowCallToAction {
    height: 40px;
    width: 40px;
    margin-left: -10px;
    margin-bottom: -13px;    background: url("/Style%20Library/Concero/Images/icons/icons8-next-page-24.png") no-repeat;
    display: inline-block;
    background-size: 36px 36px;
}

.callToActionLink:hover .arrowCallToAction{
    background: url("/Style%20Library/Concero/Images/icons/icons8-next-page-24-hover.png") no-repeat;
    background-size: 36px 36px;
}

/*								latest Jobs									   
Designer: Jaco Wiese
=============================================================================*/

.latestJobs{
			padding: 5px;
			background-color: white;
			color: black;
			text-align: center;
			margin-bottom: 15px;
			overflow: -webkit-paged-y;
			/*height: 335px;*/
		}

		.latestJobsHeader{
			padding-top:5px;
			padding-bottom: 10px;
		}

		.latestJobsSalaryRange{
			color: #D0D727;
			font-weight: bold;
			padding-bottom: 15px;
			min-height: 45px;
		}

		.latestJobsSalaryRange span{
			color: #D0D727 !important;
		}

		#MinSalaryRangeENG, #MaxSalaryRangeIT, #MaxSalaryRangeFIN, #MaxSalaryRangeCS{
			width: 125px;
		}

		#MaxSalaryRangeENG, #MinSalaryRangeIT, #MinSalaryRangeFIN, #MinSalaryRangeCS{
			width: 125px;
		}

		#ReadMoreENG, #ReadMoreIT, #ReadMoreFIN, #ReadMoreCS{
			height: 35px;
			width: 125px;
			position: absolute;
			left: 72px;
			background-color: #D0D727;
			border-radius: 3px;
		}

		#ReadMoreENG a, #ReadMoreIT a, #ReadMoreFIN a, #ReadMoreCS a{
			position: relative;
			top: 8px;
			color: black;
		}

		#DescriptionENG, #DescriptionIT, #DescriptionFIN, #DescriptionCS{
			padding-top: 10px;
			padding-bottom: 10px;
			max-height: 60px;
			min-height: 60px;
		}

		.viewLatestJobs{
			height: 25px;
			width: 150px;
			background-color: #D0D727;
			font-size: 11px;
			margin-left: auto;
			margin-right: auto;
			border-radius: 3px;
			margin-top: 10px;
		}

		.viewLatestJobs a{
			position: relative;
		    top: 3px;
		    color: #828282;
		    font-weight: 750;
		    font-size: 14px;    		
		}
		
		.viewLatestJobs:hover{
			background-color: #828282;
		}	

		.viewLatestJobs:hover a{
		    color: white;
		}

		.latestJobsSections{
		    position: relative;
		    height: 100%;
		}

		.latestJobsTitles{
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden; 
		}
		
		.itemRowHeight{
			    height: auto;
   				padding: 0px 0px 50px 0px;
		}
		
		@media(max-width: 991px){
			#ReadMoreENG, #ReadMoreIT, #ReadMoreFIN, #ReadMoreCS {
			    position: unset !important;
			    float: unset !important;
			    margin-left: auto;
    			margin-right: auto;
			}
			
			.col-md-3.latestJobsSections{
			    padding-top: 55px;
			}
		
		}


		@media(max-width: 768px){
			#ReadMoreENG, #ReadMoreIT, #ReadMoreFIN, #ReadMoreCS{
				left: 130px;
			}

			.viewLatestJobs{
				margin-left: 36%;
			}
		}
	
/*Latest Jobs
======================================================================*/
.latestJobsHome {
    background-color: white;
}	
