@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('https://fayetteville-devdss.ingeniuxondemand.com/Prebuilt/NewSiteFonts/AcuminVariableConcept.otf');
}


body {
    font-family: 'AcuminVariableConcept';
    position: relative;
}


a.skip-to-content-link {
    background-color: #2e75d6;
    height: 30px;
    width: 150px;
    left: 0;
    right: 0;
    padding: 8px;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: 100;
    color: #fff;
    text-decoration: none;
    border-radius: 0 0 4px 0;
    text-align: center;
}

a.skip-to-content-link:hover {
    background-color: #e9eaeb;
    color: #2e75d6;
}

a.skip-to-content-link:focus {
    transform: translateX(0%);
    outline: none;
}

.background-image-holder {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.background-image {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-image__sm,
.background-image__md,
.background-image__lg {
    display: none;
}

.background-image__xs {
    display: block;
}

.background-image__sm,
.background-image__xs {
    height: 600px;
}


@media (min-width: 414px) {

    .background-image-holder {
        height: 600px;
    }

    .background-image__xs,
    .background-image__md,
    .background-image__lg {
        display: none;
    }

    .background-image__sm {
        display: block;
        height: 600px;
    }
}

@media (min-width: 768px) {

    .background-image-holder {
        height: 660px;
    }

    .background-image__sm {
        display: block;
        height: 660px;
    }
}



@media (min-width: 1280px) {

    .background-image-holder {
        height: 660px;
    }

    .background-image__xs,
    .background-image__sm,
    .background-image__lg {
        display: none;
    }

    .background-image__md {
        display: block;
        height: 660px;
    }

}

@media (min-width: 1920px) {

    .background-image__xs,
    .background-image__sm,
    .background-image__md  {
        display: none;
    }

    .background-image__lg {
        display: block;
        height: 660px;
    }

}
