@charset "utf-8";
/* CSS Document */

.mediacenter-box-slider {
    display: flex;
    flex-wrap: wrap;
    display: -moz-box;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mediacenter-box {
   
    min-height: 160px;
    margin: 0 9px;
    color: #474747;
    cursor: pointer;
    flex: 1 0 21%;
    margin-bottom: 30px;
}

.mediatype a{
   font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: white !important;
    text-decoration: none !important;
}

.mediatype{
    background: #00a0dd;
    border-radius: 8px;
    width: fit-content;
    
    position: absolute;
    top: 51%;
    margin-left: 10px;
   
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mediadate{
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 170%;
opacity: 0.8;
color: #3A3A3A;
margin-top: 15px;
    margin-bottom: 5px;
}
.mediacenter-title{
    font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 26px;
/* or 118% */

display: flex;
align-items: center;
letter-spacing: 0.04em;

/* Gray */

color: #3A3A3A;
    padding-bottom: 15px;
    border-bottom: 1px dashed #91BCE8;
}


.mediacenter-button-learn-more{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #cc2036;
    display: flex;
    align-items: center;
        margin-top: 14px;
  
}
.text_learn_more{
    padding-left: 15px;
}
.mediacenter-button-learn-more:hover{
    text-decoration:  none;
        
}
.arrow_learn_more{
    width: 28px;
    height: 28px;
    background: url("learn_more.svg") no-repeat;
    display: inline-block;
}
.mediacenter-box:hover .arrow_learn_more{

    background: url("learn_more_hover.svg") no-repeat;

}
.mediacenter-button-learn-more:hover .arrow_learn_more{

    background: url("learn_more_hover.svg") no-repeat;

}
.mediacenter-box:hover img{
-webkit-box-shadow: -5px 0px 20px -9px rgb(64 63 64);
    -moz-box-shadow: -5px 0px 20px -9px rgba(64,63,64,1);
    box-shadow: -5px 0px 20px -9px rgb(64 63 64);

}

/*From CMS*/
#highlight-id- .mediacenter-button-learn-more:hover {
    text-decoration: underline;
    color: #cc2036;
}
#highlight-id- .mediatype {
    top: 53%;
    margin-left: 16px;
}
#highlight-id- .mediacenter-box {
    margin: 0 11px;
}

//Testimonial
.testimonials  .testimonial-box {
    padding: 40px;
}
.testimonials .testimonial-line {
    border-top: 2px solid #cc2036;
}

    