header[role="banner"] {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 30px 0;
    background: #0a5633 !important;
}
header[role="banner"] .logo img {
    max-width: 375px;
    width: 100%;
    max-height: 80px;
}
header[role="banner"] .icons ul {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    top: 10px;
}
header[role="banner"] .icons li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
}
header[role="banner"] .icons li .icon {
    display: inline-block;
    width: 30px;
    height: 22px;
    padding-left: 10px;
    position: relative;
    top: 8px;
}
header[role="banner"] .icons li .icon.leaf {
    background: url(https://resources.healthydirections.com/resources/web/shared/img/icon-leaf-white.png) 0 0 no-repeat;
}
header[role="banner"] .icons li .icon.phone {
    background: url(https://resources.healthydirections.com/resources/web/shared/img/icon-phone-white.png) 0 0 no-repeat;
}
footer[role="contentinfo"] {
    padding-top: 30px;
    height: auto;
    min-height: 240px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
footer[role="contentinfo"] .hd-badges {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
}
footer[role="contentinfo"] .hd-badges .hd-badge {
    position: relative;
    min-height: 140px;
}
footer[role="contentinfo"] .hd-badges .hd-badge img {
    max-width: 100px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
footer[role="contentinfo"] .terms ul {
    text-align: center;
    margin: 10px auto;
    padding-left: 0;
}
footer[role="contentinfo"] .terms ul li {
    display: inline-block;
    color: #09f;
    list-style: none;
    width: auto;
    margin: 0 !important;
}
footer[role="contentinfo"] .terms ul li a {
    width: auto;
    color: #09f !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 12px;
    text-decoration: none;
}
footer[role="contentinfo"] .call-order {
    background: #ccc;
    padding: 10px 20px;
    border-radius: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
footer[role="contentinfo"] .legal {
    margin-bottom: 20px;
}
footer[role="contentinfo"] .follow {
    font-size: 14px !important;
}
@media screen and (max-width: 748px) {
    footer[role="contentinfo"] .hd-badges {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}