section.awards-block {
    padding: 100px 0 100px;
}

.awards-header {
    margin-bottom: 50px;
}
.awards-header h3 {
    margin: 0px;
    font-weight: normal;
}
.awards h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}


/* the slides */
ul.awardsSlider {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.awards-block .slick-list {
    padding-left: 0 !important;
}
.awardsSlider-nav {
    margin: 0 auto;
    width: 70px;
    margin-top: 50px;
}
.awardsSlider-prev, .awardsSlider-next {
    background-image: url(../../images/slide-left-black.svg);
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: contain;
    position: static;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}
.awardsSlider-next {
    background-image: url(../../images/slide-right-black.svg);
    transition: all 0.3s ease;
    float: right;
}
.awardsSlider-prev:hover, .awardsSlider-next:hover {
    opacity: .5;
}
section.awards-block button.slick-prev.slick-arrow,
section.awards-block button.slick-next.slick-arrow{
    display: none !important;
}


.awardsSliderEach {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #C9C9C9;
}
.awardsImage {
    width: 100%;
    height: 240px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 50px 20px 50px;
}
.awardsImage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease;
}
.awardsImage:hover img {
    transform: scale(1.05);
}
.awardsContent {
    padding: 20px 30px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: baseline;
}
.awardsContent h5 {
    color: #000;
    margin-bottom: 15px;
    width: 100%;
}
.awardsContent p {
    color: #2F2E30;
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
    width: 100%;
}


.awards-slider-out.image_only .awardsSliderEach {
    background: none;
    border-radius: 0;
}
.awards-slider-out.image_only .awardsImage {
    height: 100px;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.awards-slider-out.image_only .awardsImage img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.use-full-award-width-image .awardsSliderEach {
    margin: 0 10px;
}
.use-full-award-width-image .awardsImage {
    height: 600px;
    padding: 0;
}
.use-full-award-width-image .awardsImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.use-full-award-width-image .awardsContent h5 span {
    display: block;
    font-size: 15px;
    color: #000000;
    margin-top: 5px;
}

@media (max-width:1566px) {
    .use-full-award-width-image .awardsImage {
        height: 500px;
    }
}
@media (max-width:1440px) {
    .awardsImage {
        height: 220px;
    }   
    .use-full-award-width-image .awardsImage {
        height: 400px;
    } 
}
@media (max-width:1380px) {
}
@media only screen and ( max-width: 1199px) {
    .awardsImage {
        height: 200px;
        padding: 50px 50px 30px 50px;
    }
    .use-full-award-width-image .awardsImage {
        height: 300px;
    }
}
@media only screen and ( max-width: 961px) {
    section.awards-block {
        padding: 60px 0 60px;
    }
    .awards-header {
        margin-bottom: 40px;
    }
}
@media only screen and ( max-width: 768px) {
    .use-full-award-width-image .awardsImage {
        height: 250px;
    }
}
@media only screen and ( max-width: 560px) {
    .awardsSlider-nav {
        margin-top: 30px;
    }
    .awardsImage {
        height: 180px;
        padding: 40px 40px 20px 40px;
    }
    .awardsContent {
        padding: 20px 20px;
    }
    .use-full-award-width-image .awardsImage {
        height: 350px;
    }
}