.interstitial-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    background: url(../images/overlay.png) repeat 0 0;
    opacity: .2;
    filter: alpha(opacity=20)
}

.interstitial {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ece6dd;
    padding: 15px
}

.interstitial,
.interstitial * {
    box-sizing: border-box
}

.interstitial__body {
    cursor: auto;
    margin-top: 25px;
    max-width: 285px
}

.interstitial__copy,
.interstitial__title {
    font-family: connections-regular;
    font-weight: 400;
    font-size: 13px;
    color: #524940;
    letter-spacing: normal
}

.interstitial__important {
    color: #c41230;
    font-family: connections-regular;
    font-size: 16px;
    font-weight: 700
}

.interstitial__copy {
    margin-bottom: 20px
}

.interstitial__button {
    display: inline-block;
    padding: 6px 15px;
    background-color: #0073cf;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    margin-right: 12px;
    cursor: pointer
}

.interstitial__button:hover,
.interstitial__button:visited,
.interstitial__button:focus {
    color: #fff;
}

.interstitial__button:focus {
    outline-color: #36c
}

.interstitial__button:hover {
    text-decoration: underline;
}

.interstitial__button--alt {
    background-color: #d1c9c0;
    color: #524940
}

.interstitial__button--alt:hover,
.interstitial__button--alt:visited,
.interstitial__button--alt:focus {
    color: #524940;
}


@media (max-width:699px) {
    .interstitial__button-x {
        position: absolute;
        top: 6px;
        right: 0;
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/close-x.png) center center no-repeat;
        background-size: 24px auto;
        text-indent: -9999px;
        cursor: pointer
    }
}

@media (min-width:700px) {
    .interstitial {
        background: 0 0
    }
    .interstitial__body {
        position: relative;
        top: 30%;
        max-width: 445px;
        width: 95%;
        margin: 0 auto;
        padding: 14px 18px 20px;
        border: 2px solid #857363;
        background-color: #fff;
        cursor: auto
    }
    .interstitial__title {
        font-family: Arial;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .02em
    }
    .interstitial__important {
        background-color: #d1c9c0;
        padding: 8px 10px;
        margin: 14px 0;
        font-family: Arial;
        font-size: 14px;
        color: #6b5e51;
        line-height: 1
    }
    .interstitial__copy {
        font-family: Arial;
        font-size: 11px;
        color: #6b5e51;
        margin-bottom: 30px
    }
    .interstitial__button {
        font-size: 12px
    }
}

.express-video {
    background-color: #999;
    height: 200px
}

.features-content-wrapper {
    padding: 0 2%
}

@media (min-width:700px) {
    .features-content-wrapper {
        width: 68%;
        float: left;
        padding: 0;
        background-color: #fff;
        padding-right: 2%
    }
}

@media (min-width:1010px) {
    .features-content-wrapper {
        width: 76%;
        background-color: transparent;
        padding-right: 0
    }
    .main-content {
        float: right;
        width: 65%;
        padding: 0 2%;
        background-color: #fff
    }
}

@media (min-width:1042px) {
    .main-content {
        padding: 0 3.5%;
        width: 62%
    }
}
