.prod_col figure img {
    object-fit: contain;
    object-position: bottom right;
    filter: grayscale(1);
}
.prod_col:hover figure img {
    filter: grayscale(0);
}
.blog-image img {
    height: 100% !important;
}
.blog_grid h3 a:after {
    content: url(../img/view-more.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.blog_item_inr {
    height: 100%;
}
.blog_grid h3 a{
	color: #000;
}
.job_item_inr:hover {
    background: linear-gradient(180deg, #2A3D48 0%, #010101 100%);
    color: #fff;
}
.job_item_inr {
    padding: 40px 30px;
    background: #EDEDED;
}
.job-content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.82px;
    text-transform: uppercase;
}
.job-content p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: .7;
}
.job-tags span {
    background: #DDDDDD;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 30px;
    margin-right: 5px;
}
.job-tags {
    padding-top: 20px;
}
.job_item_inr:hover .job-tags span {
    color: #000;
}
select#department_dropdown {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    padding: 13px 40px 13px 20px;
    background: #000000 url(../img/arrwdown.png) no-repeat;
    background-position: 95% 50%;
}
form.job_serch_form {
    width: 480px;
    max-width: 100%;
}
form.job_serch_form input,form.job_serch_form .form-control:focus {
    background: #fff;
    color: #000;
    box-shadow: none;
    border:none;
    outline: none;
    margin: 0;
    box-shadow: 0px 2px 5.6px 0px #00000026;
    padding: 14px;
    height: 54px;
}
form.job_serch_form button#career_search_button {
    border-radius: 0;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 4px 2px 5.6px 0px #00000026;
}
form.job_serch_form button#career_search_button img {
    filter: invert(1);
}
p.job-loc img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
p.job-loc {
    margin-top: 20px;
}
.job_item_inr:hover p.job-loc img {
    filter: invert(1);
}
@media only screen and (max-width: 991px){
	ul#pills-tab {
	    justify-content: center;
	    gap: 10px;
	}
	ul#pills-tab.nav-pills .nav-link {
	    padding: 10px 15px;
	}
}
@media only screen and (max-width: 767px){
	.blog_grid {
	    margin-top: 1rem;
	}
	.blog-content p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.blog_grid h3 a {
	    font-size: 18px;
	    line-height: 24px;
	}
	.blog-meta{
		font-size: 14px;
	}
	form#department_filter_form {
	    margin-bottom: 1rem;
	}
	.job_item_inr {
	    margin-bottom: 1rem;
	}
	.job-content p {
	    font-size: 16px;
	    line-height: 24px;
	}
}