.sw__hero__countdown{
   display: unset;
   vertical-align: middle;
}
.sw__hero__video_source{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.sw__hero {
  flex-direction: column;
    position: relative;
    /* top: 35px; */
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: #131414;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    will-change: transform;
    -webkit-transition: .6s all ease-in-out;
    -o-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
 }

.sw__hero__background {
    top: 0px;
    -o-top:35px;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    min-height: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-name: changeHero;
            animation-name: changeHero;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
}

.sw__hero__content {
    color: #fff;
    animation-name: showHeroText;
    position: relative;
}
.sw__hero__content img {
    max-width: 100%;
    height: 50px;
    -webkit-animation-name: showHeroText;
            animation-name: showHeroText;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.sw__hero__countdown .wrap {
    text-align: center;
    position: relative;
}
.sw__hero__countdown .links {
    display: flex;
    justify-content: space-between;
    position: relative;
}
  .sw__hero__countdown .wrap:before {

    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    /*border-top: 1px solid black;*/
    background: black;
    width: 100%;
    transform: translateY(-50%);
  }

.sw__hero__countdown__wrapper{
    text-align: center;
    margin: 0px;
    position: relative;
    animation: showHeroText 0s 1.2s forwards;
    visibility: hidden; 
}

.sw__hero__arrow_container{
    position: absolute;
    top: 88%;
}

.sw__hero__countdown__date_container{
    height: 35px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    /*border: 2px solid black;*/
    background: white;
} 

.sw__hero__countdown__dates{
    margin: 0px 0px 0 9px;
    font-family: 'AppleSymbols';
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 35px;
    letter-spacing: 10.06px;
    text-align: center;
    color: #000000;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
}

.sw__hero__date {
    margin: 30px 0px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #d8d8d8;
    letter-spacing: 0.8px;    
    text-align: center;
    line-height: 20px;
    font-family: 'Futura pt';
    vertical-align: middle;
}

.sw__hero__countdown__date_label {
  font-family: 'Futura pt';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 2.2px;
  text-align: center;
  color: #000;
}

span.dot_divider {
    color: #231F20;
	font-size: 37px;
}
#header-secondary-outer span.dot_divider {
    color: white;
    font-size: 37px;
}


@-webkit-keyframes showHeroText {
    0%   {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showHeroText {
    to   { visibility: visible; }
}

@media only screen and (max-width: 690px){
    body #slide-out-widget-area .secondary-header-text{
        display: none;
    }
    .material #header-secondary-outer>.container>nav {
        min-height: 65px;
    }
    body #header-secondary-outer .nectar-center-text{
        max-width: 100%;
    }

    body[data-header-format].material #header-secondary-outer{
        display: block;
        height: auto;
    }
    .subheading {
        font-size: 13px;
        margin: 0px;

    }
    .sw__hero__countdown {
        display: flex;
        margin-top: 7px;
        justify-content: center;
    }
    .sw__hero__countdown__dates{
        font-size: 20px !important;
    }
    .sw__hero__countdown__date_container{
        height: 29px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 999px){
    body #slide-out-widget-area .secondary-header-text{
        display: none;
    }
    .material #header-secondary-outer>.container>nav {
        min-height: 65px;
    }
    body #header-secondary-outer .nectar-center-text{
        max-width: 100%;
    }

    body[data-header-format].material #header-secondary-outer{
        display: block;
        height: auto;
    }
    .subheading {
        font-size: 13px;
        margin: 0px;

    }
    .sw__hero__countdown {
        display: flex;
        margin-top: 7px;
        justify-content: center;
    }
    .sw__hero__countdown__dates{
        font-size: 20px !important;
    }
    .sw__hero__countdown__date_container{
        height: 29px;
    }
}