svg.hdr_contact {
    width: 1.25rem;
    height: 1.25rem;
}

div.contact_wrap_hd{
    display: flex;
    flex-direction: column;
}

div.contact_label_hd a {
    color: #DFECED;
    font-weight: 500;
    font-size: 0.875rem;
}
div.contact_label_hd a:hover {
    color: #CCFE56;
}

div.contact_wrap_hd.contact_mobile {
    padding: 0;
}

div.contact_label_hd {
    /* padding-bottom: 8px; */
}

div.contact_info_hd {
    float: left;
}

.contact_item_hd{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    float: left;
}
.contact_item_hd:not(:last-child) {
    margin-right: .88rem;
}
.contact_item_hd, footer#colophon .contact_item_hd {
    transition: opacity .5s
}
.contact_item_hd:hover {
    opacity: .7
}
@media screen and (max-width:1199px) {
    .contact_wrap_hd.contact_desktop {
        display: none;
    }
}
