/* Community Level Styles */
/* use top-level .design-style class to gain specificity */ 
/*e.g. .design-style .hero */
:root {
    --footer-corp-logo-max-width: 200px;
}

/* navbar */
.social-cta-icon-list .sm-icon a svg path {
    fill: var(--social-media-icon-fill);
    stroke: transparentl
}

/* home page */
h1.title.hp-header {
    position: relative;
}

.hpt .button-style-1 {
    background: var(--background-2-base);
    color: var(--background-2-base-alt);
}

.hpt .button-style-1:hover {
    background: var(--background-2-hover);
    color: var(--background-2-hover-alt);
}

.explore-community .column-two .title {
    text-shadow: none;
}

.hp-arrow-button {
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .quick-links-section .first-img {
        top: -20px;
    }
}

@media only screen and (min-width: 768px) {
    h1.title.hp-header .hp-header-accent {
        position: absolute;
        left: -1ch;
        top: 50%;
        transform: translate(-50%, -50%);
        transform-origin: bottom right;
        padding-top: 8%;
    }
}

@media only screen and (min-width: 1280px) {
    h1.title.hp-header .hp-header-accent {
        padding-top: 14%;
    }
}

@media only screen and (min-width: 1920px) {
    h1.title.hp-header .hp-header-accent {
        padding-bottom: 8%;
    }
}