.number-list {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #d02127;
    color: #fff;
    flex-basis: 50px;
    flex: 0 0 50px;
}

#countdown {
    margin-bottom: -20px !important;
    position: relative;
    z-index: -1;
}

#countdown:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: solid 1px #12d813;
}

.header:before,
.header:after {
    content: none;
}
.locked .wistia_embed{
    position: relative;
}
.locked .wistia_embed:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0008;
    z-index: 999;
}

nav {
    background-color: black;
}

nav li a {
    
    color: #fff !important;
}

nav li .dropdown-menu {
    background-color: #000 !important;
}

nav li:hover > a,
nav li:hover > .dropdown-item {
    background-color: #12d813 !important;
}

nav li:hover > a {
    color: black !important;
}