<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
    padding-top: 32px;
    padding-bottom: 34px;
    border-width: 6px!important;
}

#hero {
    padding-top: 53px;
    padding-bottom: 94px;
}

#hero h1 {
    margin-bottom: 41px;
    width: 70%;
}

#be-aware {
    padding-top: 110px;
    padding-bottom: 16px;
}

#be-aware .video-wrapper {
    margin-bottom: 48px;
    border-radius: 18px;
    overflow: hidden;
    border-width: 5px!important;
}

#be-aware .video-wrapper iframe {
    aspect-ratio: 1.5 / 1;
	height: 100%;
	width: 100%;
}

.yellow-line {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    z-index: 100;
}

#rules {
    padding-top: 109px;
}

@media screen and (min-width: 576px){
    #rules h2 {
        font-size: 50px;
    }
}

#rules .rules-details {
    margin-top: 73px;
    margin-bottom: 58px;
}

#rules .rules-details h3 {
    margin-bottom: 200px;
}


#rules .rules-details img {
    position: absolute;
    top: 200px;
    transform: translate(-50%, -100%);
    left: 50%;
}

#rules .rules-details ul {
    /* list-style: none; */
    list-style: url("NCDOT_WFM_ASSETS__check mark.png");
    /* list-style-image: src("NCDOT_WFM_ASSETS__check mark.png"); */
}

#rules .rules-details ul li:before {
    /* content: ""; */
    /* background-image:  src("NCDOT_WFM_ASSETS__check mark.png"); */
    /* list-style-image: src("NCDOT_WFM_ASSETS__check mark.png"); */
}

/* #rules .graphics-wrapper div {

} */

#resources {
    margin-top: 80px;
}

#resources .resources-list {
    margin-top: 115px;
    padding-bottom: 105px;
}

#footer {
    padding-top: 38px;
    border-bottom-width: 16px!important;
    padding-bottom: 70px;
}

#footer .footer-logos {
    margin-top: 60px;
}</pre></body></html>