.carrersContent{
    background-image:linear-gradient(0deg, rgb(8 32 43 / 70%), rgb(8 32 43 / 70%)), url(/images/careerBanner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden;
}
.carrersContent .introText {
    text-align: center;
    font-size: 45px;
    margin: 0 auto;
    margin-top: 220px;
    font-weight: 400;
    line-height: 54px;
    color:white;
}
.careerHeader{
    width:50%;
}
.perkList li{
    display:inline-block;
    margin: 5px 30px 10px 0px;
	font-weight: 500;
	font-size:18px;

}

.perklistdivider {
    background-color: #B74A26;
    width: 10px;
    height: 12px;
    display: inline-block;
    color: #B74A26;
    border-radius: 10px;
	clip-path: polygon(50% 0%,100% 50%,50% 100%, 0% 50%);
}
.jobopeningTitle{
    font-size:27px;
    font-weight:500;
}
.dropdownDepartment,.dropdownOffice{
    font-size:12px;
    font-weight:600;
}
.jobopeningText{
    margin-top:15px;
}
/**@media screen and (min-width:1200px){
	.perkList li:nth-child(8){
	display:none;
}
}**/
@media screen and (min-width:992px) and (max-width:1200px){
 	.perkList li:nth-child(6),.perkList li:nth-child(12){
	display:none;
}
}
@media screen and (min-width:768px) and (max-width:991px){

	.perkList li:nth-child(4),.perkList li:nth-child(8),.perkList li:nth-child(12){
	display:none;
}
}

@media screen and (max-width:1200px){
.careerHeader{
    width:70%;
}
.careerWrapper img{
width:100%;
}
}

@media screen and (max-width:768px){
    .jobopeningDesignation{
        font-size:16px;
        margin-top:10px;
    }
    .jobopeningText{
        font-size:14px;
        margin-top:5px;
    }
    .jobLocation{
        text-align:left;
    }
	#dropdownMenuLink{
		color:black !important;
	}
	.dropdownCaret{
		display:none;
	}
	.dropdownblack{
	display:block;
	float: right;
    margin-top: 6px;
}
.perkList {
      text-align:left !important;
  }
   .perklistdivider {
      display:none;
  }
  .perkList li {
   display:block;
  }
  .perklistitem:before {
        background-color: #B74A26;
        width: 10px;
        height: 12px;
        display: inline-block;
        color: #B74A26;
        border-radius: 10px;
        clip-path: polygon(50% 0%,100% 50%,50% 100%, 0% 50%);
        content: "";
        margin-right: 15px;
    }
}

@media screen and (max-width:460px){
  .careerHeader{
    width:100%;
}
  .perkList li{
    display:block;
}
  
  .introText{
    font-size:25px !important;
}
    
}