@font-face{
    font-family: 'ducati';
    font-style: normal;
    font-weight: 400;
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyle_W_Rg.eot);
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyle_W_Rg.eot?#iefix) format("embedded-opentype"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyle_W_Rg.woff2) format("woff2"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyle_W_Rg.woff) format("woff")
}
@font-face{
    font-family: 'ducati-extended-r';
    font-style: normal;
    font-weight: 400;
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleExt_W_Rg.eot);
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleExt_W_Rg.eot?#iefix) format("embedded-opentype"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleExt_W_Rg.woff2) format("woff2"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleExt_W_Rg.woff) format("woff")
}
@font-face{
    font-family: 'ducati-extended-b';
    font-style: normal;
    font-weight: 700;
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleExt_W_Bd.eot);
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleExt_W_Bd.eot?#iefix) format("embedded-opentype"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleExt_W_Bd.woff2) format("woff2"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleExt_W_Bd.woff) format("woff")
}

@font-face{
    font-family: 'ducati-condensed-r';
    font-style: normal;
    font-weight: 400;
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleCond_W_Bd.eot);
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleCond_W_Bd.eot?#iefix) format("embedded-opentype"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleCond_W_XBd.woff2) format("woff2")
}

@font-face{
    font-family: 'ducati-condensed-b';
    font-style: normal;
    font-weight: 700;
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleCond_W_XBd.eot);
    src: url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleCond_W_XBd.eot?#iefix) format("embedded-opentype"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleCond_W_XBd.woff2) format("woff2"), 
    url(/vp_pages/themes/ducati/assets/fonts/DucatiStyleCond_W_XBd.woff) format("woff")
}

body {
    font-family: 'ducati', Arial, Helvetica, sans-serif;
    background: #1F1F1F;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #cc0000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #cc0000;
    text-decoration: underline;
}

h1, h2 {
    font-family: 'ducati-extended-b', Arial, Helvetica, sans-serif;
    color: #0f0f0f;
}

h2 {
    font-size: 1.8125em;
    line-height: 1;
}

h3 {
    font-family: 'ducati-extended-r', Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 1.5625em;
    line-height: 1.2;
}

strong {
    font-weight: normal;
}

.col-left {
    width: 54%;
}

.col-right {
    width: 44%;
}

.col-footer-left {
    float: left;
    width: 64%;
}

.col-footer-right {
    float: right;
    width: 34%;
}

.constraint-wide {
    margin: 0 auto;
    max-width: 64em;
    width: 85%;
}

.constraint {
    margin: 0 auto;
    max-width: 44em;
    width: 85%;
    padding-top: 1.25em;
}

.align-center {
    text-align: center;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.header {
    background: #fafafa;
    margin-bottom: 0;
    padding-top: 1.25em;
}

.header__logo {
    max-width: 60px;
    width: 100%;
    height: auto;
    float: left;
}

.header__title-container {
    text-align: right;
    padding-bottom: 1.5em;
}

.header__title {
    line-height: 1.5;
    font-size: 2.1875em;
    margin: 0;
}

.header__title-tag {
    margin: 0;
    color: #C0C0C0;
    font-size: 0.875em;
    line-height: 1.142857142857143;
    letter-spacing: 1px;
    font-family: 'ducati-condensed-r', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.stage {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("/vp_pages/themes/ducati/assets/images/ducati-videobg.jpg");
    padding: 2.6875em 0 3.5em 0;
}

.main {
    background-color: #FAFAFA;
    color: #0f0f0f;
    padding-bottom: 2em;
}

.main h2 {
    color: #0f0f0f;
    padding-top: 1.517241379310345em;
    margin-top: 0;
    margin-bottom: .25em;
    font-weight: normal;
}

.details-table {
    margin-bottom: 2em;
    padding: 0.625em;
    width: 100%;
    background: #EBEBEB;
    border-color: #EBEBEB;
    border-top: 1em solid #EBEBEB;
    border-bottom: 1em solid #EBEBEB;
}

.details-table tr, .details-table tr:nth-of-type(even) {
    background: none;
}

.details-table td {
    border-width: 0;
}

.details-table__title {
    padding: 1em;
    vertical-align: top;
    color: #666;
    font-family: 'ducati-condensed-r', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.875em;
    line-height: 1.214285714285714;
}

.details-table__detail {
    padding: 0.4em 0.8em;
    color: #0f0f0f;
}

td.details-table__detail {
    vertical-align: middle;
}

.cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
    font-family: 'ducati-condensed-b', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: .875em;
    line-height: 1.07;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-align: center;
    color: #fafafa;
    outline: none;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .085em;
    height: 53px;
    width: 100%;
    margin: 0.65em 0;
}

.cta:focus, .cta:hover {
    color: #fafafa;
}

.cta:first-of-type {
    margin-top: 0;
}

.cta:last-of-type {
    margin-bottom: 0;
}

.evhc-cta--secondary {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
    background-image: linear-gradient(to bottom, #fff, #e5e5e5);
    color: #666;
    font-family: 'ducati-condensed-b', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    line-height: 1.07;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-align: center;
    outline: none;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    height: 53px;
    width: 100%;
    max-width: 190px;
}

.evhc-cta--secondary:focus, .evhc-cta--secondary:hover {
    color: #666;
}

.footer {
    padding: 3.75em 0 1em 0;
    background: #0F0F0F;
    text-align: center;
}

.footer__logo {
    margin-bottom: 1.4em;
    max-width: 147px;
    width: 100%;
    height: auto;
}

.legal-list {
    font-size: .875em;
    margin-top: 1em;
}

.footer-address {
    color: #666;
    font-size: 0.75em;
    padding-top: .75em;
}

.social {
    padding-top: 1em;
}

.social a {
    text-decoration: none;
    margin-left: 0.9375em;
}

.social .icon {
    font-size: 1.75em;
    width: 1.75em;
    height: 1.75em;
    transition: 0.2s ease;
    color: #999;
    margin: 0 0.3em;
}

.photo-gallery {
    margin-top: 1.5em;
    text-align: center;
}

.box {
    border: 1px solid #ebebeb;
}

.box h2 {
    padding-top: 0;
}

#tootle .cta--primary {
    display: inline-flex;
    width: auto;
    padding: 0 2em;
}

#tootle h3 {
    color: #0f0f0f;
    font-family: 'ducati-extended-b', Arial, sans-serif;
    font-size: 1.8125em;
}

#tootle h3 strong {
    line-height: 1;
}

#tootle .tootle-content-left p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

input[type="button"] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
    font-family: 'ducati-condensed-b', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: .875em;
    line-height: 1.07;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-align: center;
    color: #fafafa;
    outline: none;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2em;
    height: 53px;
    width: auto;
    margin: 0.65em 0;
    border-width: 0;
}

input[type="button"]:focus, input[type="button"]:hover {
    border-width: 0;
}

.cta--primary, .cta--primary:hover, .cta--primary:focus, .evhc-cta--primary, .evhc-cta--primary:hover, .evhc-cta--primary:focus, .evhc-cta--secondary, .evhc-cta--secondary:hover, .evhc-cta--secondary:focus {
    border-bottom-width: 0;
}

.legal-link {
    text-align: left;
}

.bumper-ad__title {
    color: #0f0f0f;
}

.bumper-ad .cta--primary {
    padding: 0 2em;
    height: 53px;
    width: auto;
    display: inline-flex;
}

.evhc-approval-form {
    background: #EBEBEB;
    color: #0f0f0f;
}

.evhc-report-container .check-box::before {
    box-shadow: 0 0 0 .065em #FAFAFA;
}

input[type=text]:focus, textarea:focus, input[type=checkbox]:focus, select:active {
    border: 1px solid #CC0000;
}

.evhc-table th, .evhc-table__cat {
    font-family: 'ducati-extended-r', Arial, Helvetica, sans-serif;
}

.evhc-title {
    font-family: 'ducati-extended-r', Arial, Helvetica, sans-serif;
    font-size: 1.5625em;
    line-height: 1.2;;
    margin-bottom: 0.3125em;
}

.evhc-key li {
    display: inline-block;
}

#js-document-verification__form li {
    word-wrap: break-word;
}

#js-document-verification_unlock__btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
    font-family: 'ducati-condensed-b', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: .875em;
    line-height: 1.07;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-align: center;
    color: #fafafa;
    outline: none;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2em;
    height: 53px;
    margin: 0.65em 0;
}

#js-document-verification__form h3 {
    color: #0f0f0f;
}

#js-document-verification__form p {
    margin-top: 0;
}

#js-document-verification_modal__dialog ul {
    list-style-type: none;
}

#js-document-verification_modal__dialog li {
    margin-left: 0;
}


/* ==========================================================================
   Live Video Styles
   ========================================================================== */
.live-video {
    background: none !important;
    position: relative;
    z-index: 1;
    padding: 2em 0 0 0;
}

.live-video button.start-call {
    margin: 0 !important;
    font-size: 1.8em !important;
    line-height: 1 !important;
    padding-bottom: .3em !important;
}

.live-video #onCall {
    width: 100% !important;
}

@media screen and (min-width: 44em) {
    .live-video #onCall {
        width: 50% !important;
    }
}

@media (orientation: landscape) {
    .live-video .media {
        display: block !important;
        width: 95% !important;
    }
}

.lv-feature__explainer #explainerText {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

.live-video .review {
    width: 100%;
    max-width: 64em;
}

@media (min-width: 1366px) and (orientation: landscape) {
    .live-video .review {
        width: 100%;
        max-width: 64em;
    }
}

.live-video .review h1, .live-video  .review h2, .live-video  .review h3,  .live-video  .review h4, .live-video  .review th,  .live-video  .review label {
    color: #0f0f0f !important;
    font-weight: normal;
}

.live-video textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25em;
    background: #fff;
    padding: .25em .5em;
    margin-top: 1em;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.live-video button.send_review {
    min-width: 251px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
    font-family: 'ducati-condensed-b', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: .875em;
    line-height: 1.07;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-align: center;
    color: #fafafa;
    outline: none;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .085em;
    height: 53px;
    margin: 0.65em 0;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    color: #fafafa;
}

.lv-content__error--vppages .error {
    width: 100%;
    max-width: 64em;
}

.live-video .reqMark::after {
    content: '*';
    display: inline-block;
    color: #ec1b34;
}

.live-video .review-gratification h1, .live-video .review-gratification h2, .live-video .review-gratification h3, .live-video .review-gratification h4, .live-video .review-gratification th, .live-video .review-gratification label {
    color: #0f0f0f;
}

.fullscreen .live-video {
    background: #000 !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 760px) {
    .col-right, .col-left, .col-footer-left, .col-footer-right {
        float: none;
        width: 100%;
        margin: 0;
    }

    .cta {
        width: 100%;
        margin-bottom: 1em;
    }

    .cta:last-of-type {
        margin-bottom: 1em;
    }

    .header {
        text-align: center;
    }

    .header__logo {
        float: none;
        margin-bottom: 1em;
    }

    .header__title-container {
        text-align: center;
        margin: 0 0 1em 0;
    }

    .header__title {
        font-size: 1.5em;
        text-align: center;
    }

    .social a {
        margin-left: 0;
        margin-right: 0.9375em;
    }

    .social a:last-of-type {
        margin-right: 0;
    }

}

@media screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }

    h2, .contact-form-wrapper h2, .evhc-title, #tootle h3, .bumper-ad__title {
        font-size: 21px;
    }

    .stage {
        padding: 2em 0 3em 0;
    }

    .details-table {
        margin-top: 0.5em;
    }

    .details-table__title {
        font-size: 16px;
    }

    .evhc-table {
        font-size: 13px;
    }
}
