.award-banner {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    height: auto;
    background-size: cover !important;
}

.award-banner:after {
    content: '';
    position: absolute;
    top: -103px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
}


/*.award-banner .awards_certs__products{
    height: 95px;	width: 234px;	border-radius: 6.48px;	background-color: #FFFFFF;
}*/

.award-banner .container {
    position: relative;
    z-index: 99;
    margin-top: 103px;
}

.award-banner .container h2 p,
.award-banner .container p {
    color: #fff !important;
}

.page-template-awards_certs #site-header {
    background: transparent;
}

.page-template-awards_certs #site-logo-inner a {
    color: white;
}

.page-template-awards_certs #menu-header li a {
    color: white !important;
}

.page-template-awards_certs #menu-header li li a {
    color: #333 !important;
}

.awards_certs__container {
    padding-top: 1040px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 600px) {
    .awards_certs__container {
        padding-bottom: 0;
        position: relative;
        top:100px;
    }
}

.award-des-wrapper {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
    padding: 40px 30px 80px 30px;
    margin-bottom: 30px;
    position: relative;
}

.award-des-wrapper .right-section {
    flex: 1;
    padding-left: 30px;
    padding-top: 10px;
}

.award-des-wrapper .award-image img {
    width: 153px;
    height: 153px;
}

.lg-text {
    font-size: 18px;
    line-height: 34px;
}

.award-des-wrapper .how-does-it-work-description {
    opacity: 0;
    height: 0;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.award-des-wrapper.show .how-does-it-work-description {
    opacity: 1;
    height: auto;
}

.award-des-wrapper.show .how-does-it-work-description h4 {
    font-size: 22px !important;
    line-height: 18px;
    margin-bottom: 12px;
}

.award-des-wrapper.show .how-does-it-work-description h5 {
    font-size: 18px !important;
    line-height: 18px;
    margin-bottom: 11px;
}

.award-des-wrapper.show .how-does-it-work-description p {
    margin-bottom: 24px;
    opacity: 0.8;
    color: #282828;
    font-size: 14px;
    line-height: 22px;
}

.award-des-wrapper.show .how-does-it-work-description .step-span {
    color:  #66D3E0;
    padding-right: 10px;
}

.award-title h3 {
    font-size: 34px;
    line-height: 44px;
    font-family: "Conv_ProximaNova-Bold";
}

.how-it-work-button {
    position: absolute;
    text-align: center;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0;
    color:  #66D3E0;
    border-top: 1px solid #ddd;
    cursor: pointer;
    font-weight: bold;
}

.how-it-work-button:hover,
.how-it-work-button:focus {
    color:  #66D3E0;
}

.award-des-wrapper.show .how-it-work-button .fa-chevron-down:before {
    content: "\f077";
}

@media only screen and (max-width: 767px) {
    .awards_certs__container .algolia-search .filter-left {
        justify-content: flex-start !important;
        padding-left: 0;
    }
    .award-des-wrapper {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    body .award-des-wrapper .right-section {
        padding: 0;
        text-align: center;
    }
    .award-card-mobile {
        flex-direction: column;
        align-items: center;
    }
    .award-banner h2 {
        font-size: 24px !important;
        line-height: 29px;
        text-align: center;
        margin-bottom: 0;
    }
    .award-banner .awards_certs__products {
        width: 100%;
    }
    .award-des-wrapper .award-image img {
        height: auto;
        width: 86px;
        margin-bottom: 9px;
    }
    .how-it-work-button {
        font-size: 12px;
        line-height: 24px;
    }
    .awards-item-title {
        font-size: 25px;
        line-height: unset;
        margin: 0px;
    }
    .lg-text {
        font-size: 16px;
        line-height: 26px;
    }
    .award-des-wrapper.show .how-does-it-work-description .step-span {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .award-title h3 {
        font-size: 24px !important;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .award-des-wrapper.show .how-does-it-work-description h4 {
        font-size: 18px !important;
    }
    .award-des-wrapper.show .how-does-it-work-description h5 {
        font-size: 16px !important;
    }
    .award-des-wrapper.show .how-does-it-work-description p {
        margin-bottom: 18px;
    }
}