.full-height-content img {
    width: 100%;
}

.phone-mail-links--mail {
    display: flex;
    align-items: center;
}

.phone-mail-links svg.mail {
    height: 1rem;
    width: 1rem;
}

.sub-nav {
    display: flex;
}

.header-btn {
    border: 1px solid #fff;
    margin-left: 1em;
    display: flex;
    padding: 0.75rem;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.overlay-active .header-btn,
.no-main-image .header-btn {
    border: 1px solid #6e0a0a;
    background-color: #6e0a0a;
    color: #fff;
}

.isSmall .header-btn,
.isMobile .header-btn {
    display: none;
}

.no-main-image #Rectangle_71,
.no-main-image #Path_51,
.overlay-active #Rectangle_71,
.overlay-active #Path_51 {
    fill: #6e0a0a;
}

.no-main-image #Path_1761,
.no-main-image #Rectangle_16,
.overlay-active #Path_1761,
.overlay-active #Rectangle_16 {
    stroke: #6e0a0a;
}

a:-webkit-any-link {
    color: $theme;
    cursor: pointer;
    text-decoration: none;
}

.phone {
    width: .75rem;
    padding-top: .3rem
}

.press-head {
    color: #6e0a0a;
}