.awards-row{margin-bottom:40px;position:relative;transform-style:preserve-3d;background-color:#222;color:white;text-align:left;font-size:12px;font-weight:300}
.awards-row-intro{color:#a9a9a9}
.awards-row-image-container{background-color:white;justify-content:center;align-items:center;overflow:hidden}
.awards-row-image{background-size:contain;background-position:center;background-repeat:no-repeat;display:block;width:100%;height:100%}
.awards-row-content{padding:20px 25px}
.awards-row-date{color:#a9a9a9;font-size:10px;margin-bottom:5px}
.awards-row h5.awards-row-title{margin:0 0 10px;font-size:16px;font-weight:400}
.awards-row.card--nocolor{background-color:transparent}
.awards-row.card--mgrey{background-color:#363636}
.awards-row.card--dgrey{background-color:#222}
.awards-row.card--nocolor .awards-row-content{border-top:1px solid #ec008c}
.awards-row.card--nocolor .awards-row-title{color:black}
.awards-row.card--nocolor .awards-row-date,.awards-row.card--nocolor .awards-row-intro{color:#555}
@media screen and (max-width:1023px){.awards-table-simple .awards-row{width:32%}
.awards-table-simple:after{content:"";flex:0 0 32%}
}
@media screen and (max-width:640px){.awards-row-image-container{height:165px}
.awards-table-simple .awards-row{width:100%}
}
@media screen and (max-width:640px){.awards-row-image-container{height:165px}
}
@media screen and (min-width:641px){.awards-row-image-container{position:absolute;left:0;top:0;height:100%;width:140px}
.awards-row-content{width:calc(100% - 140px);position:relative;left:140px;top:0}
.awards-table-simple{display:flex;flex-wrap:wrap;justify-content:space-between}
.awards-table-simple .awards-row-image-container{width:100%;height:150px;position:relative;top:unset;left:unset}
.awards-table-simple .awards-row-content{width:100%;left:unset;top:unset}
}
@media screen and (min-width:1024px){.awards-table-simple .awards-row{width:19%}
}