
	.featured-article-header .image-wrapper .content {
    position: absolute;

}
	  .slideInLeft
{
	animation-duration: 600ms;
}
.slideInRight
{
	animation-duration: 600ms;
}

	.featured-article-header {
    min-height: 55vh;
}
.switch-grey {
    color: #7F7F7F;
}

	/* -------------NEWS Articles custom styles------------ */
	a:hover p.title-link {
    color: #fff;
}

.news-preview .img-holder {
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
min-height: 342px;
width: 100%
}
.inner-square-link img{
height: 100%;
width: 100%;
}

.title-link {
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
display: -webkit-box;
height: 75px;
}
/* Filtering system */
.filters-error{
    display: block;
width: 100%;
margin-top: 0;
padding-left: 15px;
}

.switch-green{
color: green;
}
.filtering-system {
    margin: 40px 0;
}

.custom-select-talent select.info-select {
    border-radius: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 20px;

}

.custom-select-talent select.info-select:first-child {
    padding-left: 0 !important;
}

.custom-select-talent select.info-select option {
    color: #fff;
    background-color: #F7F7F7;
}

.custom-select-talent select.info-select option:hover {
    background-color: #952b30 !important;
}

.selectBox {
    position: relative;
    border-bottom: 2px solid #878787;

}

.selectBox select {
    width: 100%;
	font-size: 16px;
    font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes,
#checkboxes2 {
    display: none;
    color: #000;
    font-weight: 500;
    background: #F7F7F7;
}

#checkboxes label,
#checkboxes2 label {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

#checkboxes input,
#checkboxes2 input {
    margin-right: 10px;
}

#checkboxes div,
#checkboxes2 div {
    padding: 5px;
    border-bottom: 1px solid #E9E9E9;
}

#checkboxes div:hover,
#checkboxes2 div:hover {
    background-color: #A21D2C;
    color: #fff;
}

.filtering-system button {
    float: inline-end;
}

.filtering-system button.sub-buttom {
    background: linear-gradient(-90deg, #cc3631 0, #952b30 100%);
}
.inner-square-link {
    padding-right: 20px;
}
.block-link{
	padding-left: 0;
}
.padRight-20{
	padding-right: 20px;
}

@media (max-width: 991.98px) {
    .featured-article-header {
        padding-bottom: 32.25rem;
    }
	.featured-article-header .image-wrapper .content {
    position: relative;
    top: auto;
    bottom: auto;
    margin-bottom: 20px;
	width: 100%;
}
.featured-article-header .image-wrapper img {
    position: relative;


}
}
