body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Aktiv Grotesk, "Helvetica Neue", Arial;
    color: #333;
}

body.dr-no-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

body * {
    box-sizing: border-box;
}

#main {
    width: 1213px;
    margin: 0 auto;
}

#content {
    display: flex;
    flex-flow: row;
    width: 977px;
    margin: 0 auto;
}

#content > div:first-child {
    text-align: right;
    flex: inherit;
    width: 633px;
}

#content > div:last-child {
    flex: inherit;
    width: 344px;
}

#infoWrapper {
    position: relative;
}

#ctaWrapper {
    position: absolute;
    left: 48px;
    bottom: 84px;
    width: 251px;
    min-height: 120px;
    background-color: white;
    border: 3px solid white;
    display: flex;
    flex-flow: column;
}

#ctaWrapper > div {
    height: 55px;
    max-height: 55px;

    display: flex;
    align-items: center;
    padding-left: 12px;

}

#ctaWrapper > div:first-child {
    flex: 1;
    border: 1px solid #9AA1AC;
    margin-bottom: 10px;
}

#ctaWrapper > div:last-child {
    flex: 1;
    border: 1px solid gray;
}

#skipTradeCta > div > span:first-child {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

#skipTradeCta > div > span:last-child {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
}

#tradeInCta {
    cursor: pointer;
}

#tradeInCta.dr-complete {
    cursor: default;
}

#tradeInCta.dr-complete #tradeIn {
    display: none;
}

#tradeInCta.dr-complete #tradeInComplete {
    display: flex;
}

#tradeIn {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

#tradeInComplete {
    display: none;
    align-items: center;
}

#tradeInContent {
    display: flex;
    flex-flow: row;
    width: 217px;
}


#tradeInContent > div {
    flex: 1;
}

#tradeInContent > div:last-child {
    text-align: right;
}

#tradeInContent > div > span {
    display: block;
}

#tradeInContent > div > span:nth-child(1) {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

#tradeInContent > div > span:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
}

#tradeIn.cta-hidden, #tradeInComplete.cta-hidden {
    display: none;
}

.dr-modal {
    display: none;
    position: fixed;
    z-index: 16777271;
    padding-top: 43px;
    padding-bottom: 43px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.dr-modal-content {
    position: relative;
    background-color: #FFFFFF;
    margin: auto;
    padding: 0;
    border: 0;
    max-width: 954px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.dr-modal-content iframe {
    width: 100%;
    height: 100%;
}

.dr-modal-body {
    height: 100%;
}

@media only screen and (max-width: 775px) {
    #main {
        width: 100%;
    }

    #topNav {
        display: none;
    }

    #content {
        width: 100%;
    }

    #content > div:first-child {
        display: none;
    }

    #content > div:last-child {
        margin-left: auto;
        margin-right: auto;
    }

    #content > div:last-child > div:last-child {
        display: none;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
