@charset "utf-8";
/* CSS Document */
img.alignLeft{
padding: 5px 10px 5px 0px;
}

.site-inner{
box-shadow: none;
}
.site-inner, .home-top, /*.home .bottom-block,*/ .home .home-middle{
background: #f2f2f2; 
}

.home-middle .block-content-area{
background: #fff;
padding: 16px 20px 10px;
}

#workplace-home-top{
background: #3f78a7;
}
#workplace-home-top h1, #workplace-home-top p{
color: #fff;
}

#job_button a{
font-size: 1.5em;
display: block;
width: 100%;
text-align: center;
font-weight: bold;
background: #fff;
padding: 5px 0px;
border-radius: 5px;
}
#job_button a:focus, #job_button a:hover{
background: #f2f2f2;
}

img.workplaceIcon{
margin-right: 5px;
border-radius: 10px;
width: 75px;
}


@media screen and (min-width: 8em){
#workplace-home-top .one-half{
float: none;
width: 100%;
}
img#randomImages{
display: none;
}
}

@media screen and (min-width: 48em){
#workplace-home-top .one-half{
float: left;
width: 48%;
}
img#randomImages{
display: block;
}
}
