 .locationwrapper{ 
 margin-bottom:40px; 
}

.locationwrapper hr{
margin-top: 0px;
margin-bottom: 10px;
border-top: 1px solid #e6e6e6;
}

.AllContainer{
opacity:0.5;
}

.locationheading{ 
 font-family:HelveticaNeueLTStd-Roman;  
 font-size:20px
}



.jobtitle{
  font-family:HelveticaNeueLTStd-Roman;  
  font-size:16px;
margin-bottom:5px; 
color:#428bca;
}

hr{
    margin-top:0px; 
    margin-bottom:10px;
    border-top: 1px solid #e6e6e6;
}

.searchheader{
 font-family:HelveticaNeueLTStd-Lt;  
font-size:25px;
color:#7851af;
padding-top:11px;
}

#vacanciessearch{
    float: left;
background-color: #e8e8e8;
border: 0px;
border-radius: 0px;
height: 40px;
display: inline-block;
width: 85%;
}

#search-button{
    float: left;
background-color: #4D4D4D;
border: 0px;
border-radius: 0px;
font-size: 20px;
color: #FFFFFF;
height: 40px;
display: inline-block;
width: 15%;
}

.vacanciessearchform .form-group{
    margin:0px;
}

form.vacanciessearchform {
margin-top: 10px;
    overflow:auto;
}

#search-bar-end-text{
        padding-left:0px;
    }

@media only screen and (min-width : 768px){
    #searchbar-fifth{
        width:20%;
    }
    #search-bar-end-text{
        padding-left:10px;
    }
}