/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Torpedo Solution Finder Tool
Version:	0.9

TODO:   Refactoring / Cleanup, Any additional styling tweaks

------------------------------------*/


/**
    Container
 */

html{
    background: black;
}
.solution-finder-wrapper{
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: black;
    color: white;
}

form {
    display: block;
    margin-top: 0em;
}

.question-text-wrapper h2{
    text-transform: none;
}

.solution-finder-wrapper p{
    font-family: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}



/**
    Progress Bar
 */
.solution-finder-progress-bar {
    width: 100%;
}

@media screen and (max-width: 685px), (max-height: 700px) {
    .solution-finder-progress-bar .progress-item-container{
        padding:10px 0;
    }
}

@media screen and (max-width: 480px) {
    .solution-finder-progress-bar .progress-item-container {
        padding: 20px 0;
        height: 60px;
    }
}


.solution-finder-progress-bar .progress-item-container {
    height: 150px;
    float: left;
    text-align: center;
    background: #262626;
    border-bottom: 8px solid #262626;
    text-transform: uppercase;
    //padding: 50px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    position: relative;
    box-shadow: 10px 10px 5px #000;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 0px 0px 7px 0px #000;
}

@media screen and (max-width: 685px) {
    .solution-finder-progress-bar .progress-item-container {
        height: 50px;
    }

}
.progress-item-container.progress-6{
    width: 16.66%;
}
.progress-item-container.progress-7{
    width: 14.28%;
}
.solution-finder-progress-bar .progress-item-container p{
    margin-bottom: 0;
}

.solution-finder-progress-bar .progress-item-container a{
    display: table;
    height: 100%;
    width: 100%;

}


.step-wrapper{
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100%;

}

.finish-form-wrapper{
    width: 70%;
    margin: 10% auto;
}

.solution-finder-progress-bar .progress-item-container.step.active,
.solution-finder-progress-bar .progress-item-container.step.answered{
    cursor: pointer;
}

.solution-finder-progress-bar .progress-item-container.active,
.solution-finder-progress-bar .progress-item-container.answered:hover{
    background: #113157;
    border-bottom: 8px solid #2c6ca2;
    z-index: 2;
}

.solution-finder-progress-bar .progress-item-container.active a p,
.solution-finder-progress-bar .progress-item-container.answered:hover a p {
    color: #fff;
}




.solution-finder-progress-bar .progress-item-container .icon,
.solution-finder-progress-bar .progress-item-container .logo {
    max-width: 50px;
    height: 58px;
    width: 100%;
    position: relative;
    margin: 0 auto;


    font-size: 50px;
    color: #fff;

}

.solution-finder-progress-bar .progress-item-container .logo {
    max-width: 100%;

}
.solution-finder-progress-bar .progress-item-container .logo img{
    width: initial;
}


.solution-finder-progress-bar .progress-item-container .icon{

    color: #959595;
    font-weight: bold;
    font-size: 40px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.solution-finder-progress-bar .progress-item-container.active .icon,
.solution-finder-progress-bar .progress-item-container.answered:hover .icon{
    color: #fff;

}



.solution-finder-progress-bar .progress-item-container .icon svg,
.solution-finder-progress-bar .progress-item-container .icon .hex-indicator-number {
    position: absolute;
    left: 0px;
}

.solution-finder-progress-bar .progress-item-container svg .possible-answer#question {
    display: block;
}

.solution-finder-progress-bar .progress-item-container svg .possible-answer, .solution-finder-progress-bar .progress-item-container.answered svg .possible-answer#question {
    display: none;
}


@media screen and (max-width: 680px) {

    .solution-finder-wrapper .logo,
    .solution-finder-wrapper .hide-mobile {
        display: none;
    }
}






/**
   Content Panel
   TODO: Clean up + refactor #rushing
 */

.solution-finder-wrapper .question-text-wrapper {
    width: 50%;
    height: 100%;
    background: #ecf0f1;
    float: left;
}
@media screen and (max-width: 685px) {
    .solution-finder-main-wrapper .question-text-wrapper {
        width: 100%;
        height: 300px;
    }

}

.solution-finder-wrapper .question-text-wrapper .question-text {
    color: #000;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 38px;

    width: 80%;
    margin: 0 auto;
}

.solution-finder-wrapper .question-text-wrapper h2,
.solution-finder-wrapper .question-text-wrapper .question-title p{
color: #5f5f5f;
}
.solution-finder-wrapper .question-text-wrapper .question-title p{
    font-weight: bold;
}



.solution-finder-wrapper .question-extra-wrapper{
    display: none;
    z-index: 2;
}

.solution-finder-wrapper .question-extra-panel-menu {
    color: #000;
    font-size: 38px;
    width: 80%;
    margin: 0 auto;
}

.question-extra-panel-menu .answerBack,
.question-extra-panel-menu .answerBack:hover{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    z-index: 11;
    position: absolute;
}

.answerBack:focus,
.answerBack:hover,
.answerBack:active{

}

.solution-finder-wrapper .question-extra-panel {

    color: #000;
    text-align:left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 38px;

    width: 80%;
    margin: 0 auto;
}


/*
    Question Structure
*/


@media screen and (max-width: 685px) {
    .solution-finder-wrapper .question-text-wrapper .question-text h2{
        font-size: 22px;
        line-height: 25px;
    }
}

.solution-finder-wrapper .answers {
    width: 50%;
    height: 100%;
    float: left;
}
@media screen and (max-width: 685px) {
    .solution-finder-wrapper .answers {
        width: 100%;
        height: initial;
        //min-height: 80%;
        float: none;
    }

}

.solution-finder-wrapper .answers.full .answerBack,
.solution-finder-wrapper .answers .answerOption,
.solution-finder-wrapper .answers .answerPadding{
    float: left;
    border-bottom: 1px solid #212121;
    cursor: pointer;
    background: #262626;
}
.solution-finder-wrapper .answers .answerOption.clicked,
.solution-finder-wrapper .answers .answerOption:hover{
    background: #123258;
    display: block;
}

.solution-finder-wrapper .answers .answerOption.clicked .icon{
    display: none;
}

.solution-finder-wrapper .answers .answerOption.clicked .complete{
    display: block;

}


.solution-finder-wrapper .answers .answerOption .complete{
    display: none;
    max-width: 30px;
}

.answerIcon .numbered{
    font-weight: bold;
}
.solution-finder-wrapper .sf-button .answerIcon{
    width: 20%;
}

.solution-finder-wrapper .answers .answerOption{
    border-right: 1px solid #212121;
}

/* Thirds (Q1) */
.solution-finder-wrapper .answers.thirds .answerPadding,
.solution-finder-wrapper .answers.thirds .answerOption{
    width: 33%;
    height: 25%;
}
.solution-finder-wrapper .answers.thirds .answerOption:nth-child(even) {
    border-right: 1px solid #212121;
}

@media screen and (max-width: 685px) {
    .solution-finder-wrapper .answers.thirds .answerPadding, .solution-finder-wrapper .answers.thirds .answerOption{
        width: 33%;
        height: 130px;
    }
}
/* Half (Q2, 3, 4) */
.solution-finder-wrapper .answers.half .answerPadding,
.solution-finder-wrapper .answers.half .answerOption,
.solution-finder-wrapper .answers.half .answerNext{
    width: 49.8%;
    height: 20%;
}

@media screen and (max-width: 1000px){
    .solution-finder-wrapper .answers.half .answerPadding,
    .solution-finder-wrapper .answers.half .answerOption,
    .solution-finder-wrapper .answers.half .answerNext,
    .solution-finder-wrapper .answers.half .answerOption,
    .solution-finder-wrapper .answers.half .answerNext,
    .solution-finder-wrapper .answers.half .answerOption,
    .solution-finder-wrapper .answers.half .answerNext{
        width: 49.7%;
        height: 25%;
    }
}

@media screen and (max-width: 685px) {
    .solution-finder-wrapper .answers.half .answerPadding,
    .solution-finder-wrapper .answers.half .answerOption,
    .solution-finder-wrapper .answers.half .answerNext{
        height: 130px;
    }
}
.solution-finder-wrapper .answers.half .answerOption:nth-child(even),
.solution-finder-wrapper .answers.half .answerNext:nth-child(even),
.solution-finder-wrapper .answers.half .answerOption:nth-child(even),
.solution-finder-wrapper .answers.half .answerNext:nth-child(even){
    border-right: 1px solid #212121;
}

.solution-finder-wrapper .answers.q4-answers .answerPadding,
.solution-finder-wrapper .answers.q4-answers .answerOption
{
    height: 8%;
}

.solution-finder-wrapper .answers.q4-answers #other,
.solution-finder-wrapper .answers.q4-answers .answerNext
{
    height: 18%;
}

@media screen and (max-width: 685px) {
    .solution-finder-wrapper .answers.q4-answers .answerPadding,
    .solution-finder-wrapper .answers.q4-answers .answerOption,
    .solution-finder-wrapper .answers.q4-answers .answerNext{
        height: 130px;
    }
    .solution-finder-wrapper .answers.q4-answers #other,
    .solution-finder-wrapper .answers.q4-answers .answerNext
    {
        height: 130px;
    }

    .solution-finder-wrapper .answers.q4-answers #other input{
        width: 70%;
    }

}


/* Full (Q5,6,7) */
.solution-finder-wrapper .answers.full .answerPadding,
.solution-finder-wrapper .answers.full .answerOption,
.solution-finder-wrapper .answers.full .answerBack{
    width: 99%;
    height: 16.6%;
    text-align: center;
}

.solution-finder-wrapper .answers.q5-answers .answerOption .answerText,
.solution-finder-wrapper .answers.q5-answers .answerNext .answerText,
.solution-finder-wrapper .answers.q6-answers .answerOption .answerText,
.solution-finder-wrapper .answers.q6-answers .answerNext .answerText,
.solution-finder-wrapper .answers.q6-answers .answerBack .answerText{
    width: 100%;
}

@media screen and (max-width: 685px) {
    .solution-finder-wrapper .answers.full .answerPadding,
    .solution-finder-wrapper .answers.full .answerOption{
        height: 130px;
        text-align: center;
    }
}



/*
    OLD

.solution-finder-wrapper .answers.q1-answers .answerPadding,
.solution-finder-wrapper .answers.q1-answers .answerOption{
    width: 33%;
    height: 25%;
}
.solution-finder-wrapper .answers.q1-answers .answerOption:nth-child(even) {
    border-right: 1px solid #212121;
}



.solution-finder-wrapper .answers.q2-answers .answerPadding,
.solution-finder-wrapper .answers.q2-answers .answerOption,
.solution-finder-wrapper .answers.q2-answers .answerNext,
.solution-finder-wrapper .answers.q3-answers .answerOption,
.solution-finder-wrapper .answers.q3-answers .answerNext
{
    width: 49.8%;
    height: 20%;
}




@media screen and (max-width: 1000px){
    .solution-finder-wrapper .answers.q2-answers .answerPadding,
    .solution-finder-wrapper .answers.q2-answers .answerOption,
    .solution-finder-wrapper .answers.q2-answers .answerNext,
    .solution-finder-wrapper .answers.q3-answers .answerOption,
    .solution-finder-wrapper .answers.q3-answers .answerNext,
    .solution-finder-wrapper .answers.q4-answers .answerOption,
    .solution-finder-wrapper .answers.q4-answers .answerNext{
        width: 49%;
        height: 25%;
    }
}
.solution-finder-wrapper .answers.q2-answers .answerOption:nth-child(even),
.solution-finder-wrapper .answers.q2-answers .answerNext:nth-child(even),
.solution-finder-wrapper .answers.q2-answers .answerOption:nth-child(even),
.solution-finder-wrapper .answers.q3-answers .answerNext:nth-child(even){
    border-right: 1px solid #212121;
}


*/


.solution-finder-wrapper .answers.q6-answers{
    background: #2a2a2a;
}
.solution-finder-wrapper .answers.q7-answers{
    background: black;
    overflow: scroll;
}

.robot-name{
    display: none;
}


/*
.solution-finder-wrapper .answers.q5-answers .answerPadding,
.solution-finder-wrapper .answers.q5-answers .answerOption,
.solution-finder-wrapper .answers.q5-answers .answerNext,
.solution-finder-wrapper .answers.q5-answers .answerOption,
.solution-finder-wrapper .answers.q5-answers .answerNext,
.solution-finder-wrapper .answers.q6-answers .answerOption,
.solution-finder-wrapper .answers.q6-answers .answerNext,
.solution-finder-wrapper .answers.q6-answers .answerOption,
.solution-finder-wrapper .answers.q6-answers .answerNext
{
    width: 99%;
    height: 16.6%;
    text-align: center;
}
.solution-finder-wrapper .answers.q5-answers .answerOption .answerText,
.solution-finder-wrapper .answers.q5-answers .answerNext .answerText,
.solution-finder-wrapper .answers.q6-answers .answerOption .answerText,
.solution-finder-wrapper .answers.q6-answers .answerNext .answerText {
    width: 100%;
}*/



.solution-finder-wrapper .sf-button .answerIcon,
.solution-finder-wrapper .answers .answerOption .answerIcon,
.solution-finder-wrapper .answers .answerNext .answerIcon{
    width: 20%;
    float: left;
    margin-left: 15%;
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    font-size: 40px;
    // Temporary
    visibility: hidden;
}

.sf-button  .answerText,
.solution-finder-wrapper .answers.full .answerBack .answerText,
.solution-finder-wrapper .answers .answerOption .answerText,
.solution-finder-wrapper .answers .answerNext .answerText{
    width: 50%;
    float: left;
    margin-right: 10%;
    margin-left: 5%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



@media screen and (max-width: 685px) {
    .solution-finder-wrapper .answers .answerOption .answerIcon {
        font-size: 25px;
        width: 15%;
        float: none;
        margin: 0 auto;
        top: 30%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-30%);
    }
    .sf-button  .answerText,
    .solution-finder-wrapper .answers .answerOption .answerText,
    .solution-finder-wrapper .answers .answerNext .answerText{
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .solution-finder-wrapper .answers.half .answerNext .icon{
        display: none;
    }
}

.form.answerText input{
    margin-top: 5px;
}

@media screen and (max-width: 685px) {
    .form.answerText input{
        padding: 5px;
    }
}

/*
    New Wrapper classes to use
*/

.sf-button{
    border: none;
    font-family: inherit;
    font-size: 16px;
    color: #fff;
    background: none;
    cursor: pointer;

    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    background: #0069a3;
    float: left;
    border-bottom: 1px solid #212121;
    cursor: pointer;

}

.sf-button.disable-click:focus,
.sf-button.disable-click:hover,
.sf-button.disable-click:active{
    color: #fff;
    background-color: #3a3a3a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.sf-button.disable-click:active{
    pointer-events: none;
}

/* Button - Specific container */
.question-extra-wrapper .sf-button {
    float: right;
    width: 140px;
    height: 50px;
}




/*
.question-extra-wrapper .sf-button{
    float: right;
    height: 50px;
    width: 150px;
}
*/



.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
    border-top: #d1d1d1 5px solid;
    transform: translate3d(0, 0, 0);
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
}

.pt-page-current{
 z-index: 100;
}
@media screen and (max-width: 685px) {
    .pt-page {
        overflow: visible;
    }
}

@media screen and (max-width: 685px) {
    .pt-page {
        display: none;
    }
    .pt-page-current{
        display: block;
    }
}
.pt-perspective {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1200px;
    transform-style: preserve-3d;
}


.pt-page-ontop {
    z-index: 999;
}

.pt-page-onbottom{
    z-index: 1;
}



/* Radio Buttons */
.radio-group, .checkbox-group{
    display: inline-block;
    margin-right: 20px;
}

.checkbox-group{
    display: block;
}

.form input[type="radio"] {
    display:none;
}
.form input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
}
.form input[type="radio"] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/sprite-radio.png) 1px top no-repeat;
    background-size: 60px;
    cursor: pointer;
}
.form input[type="radio"]:checked + label span {
    background:url(../images/sprite-radio.png) -29px top no-repeat;
    background-size: 60px;
}

.form input[type="checkbox"] {
    display: none;
}
.form label {
    cursor: pointer;
    color: #767676;
}

.form a{
    color: #767676;
    text-decoration: underline;
}

.form input[type="checkbox"] + label span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJMAAAAzCAMAAACkJ8rJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAwFBMVEX///////////8AaaNmpciSv9gBaqNOl7/8/f6jyd4Ea6Q/jrr1+fuszuEtg7Pw9vpVm8IhfK/j7/Vpp8kVdavb6vKBtdIMcKfI3+uWwdkGbaW92Oeuz+IDa6Skyd6VwdnS5e8Pcqh4sM4vhbQKb6f+/v/q8/ckfrA0iLbA2ugxhrXu9fn5+/1CkLu71+ZTmsHR5O6/2egfe66AtNH4+/ytz+Ho8ffk7/Ulf7Dg7fTn8fYngLEcea3B2+kqgrIAAADO7AfDAAAAAnRSTlMAZtJCCVUAAAABYktHRD8+YzB1AAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4QcLEAk4kQuZMQAAARZJREFUWMPt2dtOwkAQBuCyf4UKakW3ICACFsUjoByVw/s/Fjtl6w0k0sRkBzNztd2ZJt/Fbv6k9XJZS2UtZC1PTMdt8g6t1HTwC2ISk5jEJKa/NvkneW6mQqBOi7xMpTMzdM7KdBGameCSk6l8RTPXnM6TjmikwuneVW9oogZGpnqDBm6bjEz5O+o36mBkalG73QEj0z11Iw3Xprj7s/QfTPOxB9emp/A5RZlEUSqM4dr08qqURSWJ8vYO56Y+PSeobaIM4N6kh7Tx0d2XKM7Ok0V9JokyAguTRY33JIo7E3TbfkaYNNmYUtROorg0oTc1m7MyOJkw/1LfC/AyYblag5vplxKTmMQkJjH9AxPH/y1iOkrTBtCwL/cSAZvgAAAAAElFTkSuQmCC") 0px center no-repeat;
    background-size: 70px;
}


.form .sf-checkbox{
    margin-right: 10px;
    vertical-align: middle;
}



.form input[type="checkbox"] + label .sf-checkbox .box{
    fill: none;
    stroke: #fff;
    stroke-width: 30px;
    fill-rule: evenodd;
    opacity: 0.4;
}
.form input[type="checkbox"] + label .sf-checkbox:hover .box-hover{
    fill: none;
    stroke: #fff;
    stroke-width: 30px;
    fill-rule: evenodd;
}
.form input[type="checkbox"]:checked + label .sf-checkbox .box-select{
    fill: #0069a3;
    stroke: #0069a3;
    stroke-width: 30px;
    fill-rule: evenodd;
}
.form input[type="checkbox"]:checked + label .sf-checkbox .box-tick{
    fill: none;
    stroke: #fff;
    stroke-width: 4px;
    fill-rule: evenodd;
}
.form input[type="checkbox"].error + label .sf-checkbox .box-error{
    fill: #fbdcde;
    stroke: #fbdcde;
    stroke-width: 30px;
    fill-rule: evenodd;
}


.form input[type="checkbox"] + label .sf-checkbox .box-error{
    display: none;
}
.form input[type="checkbox"] + label .sf-checkbox .box{
    display: block;
}
.form input[type="checkbox"] + label .sf-checkbox:hover .box{
    display: none;
}
.form input[type="checkbox"] + label .sf-checkbox:hover. box-hover{
    display: block;
}

.form input[type="checkbox"]:checked + label .sf-checkbox:hover .box{
    display: none;
}
.form input[type="checkbox"]:checked + label .sf-checkbox .box-select{
    display: block;
}
.form input[type="checkbox"]:checked + label .sf-checkbox .box-tick{
    display: block;
}

.form input[type="checkbox"].error + label .sf-checkbox .box{
    display: none;
}
.form input[type="checkbox"].error + label .sf-checkbox .box-error{
    display: block;
}




.form input[type="checkbox"]:checked + label span {
    background-position: -47px;
}

/*
    Animation classes / Keyframes
*/
.pt-page-rotateRightSideFirst {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst .8s both ease-in;
    animation: rotateRightSideFirst .8s both ease-in;
}

.pt-page-moveFromRight {
    -webkit-animation: moveFromRight .6s ease both;
    animation: moveFromRight .6s ease both;
}

.pt-page-moveFromLeft {
    -webkit-animation: moveFromLeft .6s ease both;
    animation: moveFromLeft .6s ease both;
}

.pt-page-rotateRightSideFirst {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst .8s both ease-in;
    animation: rotateRightSideFirst .8s both ease-in;
}

.pt-page-rotateLeftSideFirst {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateLeftSideFirst .8s both ease-in;
    animation: rotateLeftSideFirst .8s both ease-in;
}

.pt-page-delay200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}



.extra-panel-form label{
    font-size: 17px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Icons and Answers */
.answer-state {
    display: block;
    width: 50px;
    height: 42px;
}

.tick .icon{
    width: 25px;
}

.clicked.tick svg.complete polygon,
.answered:hover svg.complete polygon,
.answered.active svg.complete polygon,
.active .finished-icon{
    color: #fff;
    fill: #fff;
}

.answered .step-number{ display: none;}
.answered svg.complete polygon{ display: block;}
.clicked.tick svg.complete polygon{ display: block;}

.tick svg.complete polygon,
svg.complete polygon{
    display: none;
    color: #959595;
    fill: #959595;
}

.finished-icon{
    color: #959595;
    fill: #959595;
}




/*
    Helpers / Misc Styles
*/
hr.divider{
    width: 70px;
    border: 1px solid #2a2a2a;
    margin: 30px auto;
}

.disabled{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #434343;
    pointer-events: none;
}



/* Rotate sides first and scale */

@-webkit-keyframes rotateRightSideFirst {
    0% { }
    40% { -webkit-transform: rotateY(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateRightSideFirst {
    0% { }
    40% { -webkit-transform: rotateY(15deg); transform: rotateY(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

@-webkit-keyframes rotateLeftSideFirst {
    0% { }
    40% { -webkit-transform: rotateY(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateLeftSideFirst {
    0% { }
    40% { -webkit-transform: rotateY(-15deg); transform: rotateY(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

/* Move from / to */

@-webkit-keyframes moveFromRight {
    from { -webkit-transform: translateX(100%); }
}
@keyframes moveFromRight {
    from { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromLeft {
    from { -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
    from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

.pardot-checker{
    display:none;
}

/* Loading Animation */
@keyframes wh-dot3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        left: 100px;
    }
    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes wh-dot3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        left: 100px;
    }
    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes wh-dot2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes wh-dot2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes wh-dot {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        left: 100px;
    }
    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes wh-dot {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        left: 100px;
    }
    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
.wh-dot {
    position: relative;
}
.wh-dot > div {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
.wh-dot div > div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    top: 100px;
    left: 32px;
    -webkit-animation: wh-dot 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: wh-dot 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}
.wh-dot div:nth-child(1) div {
    -webkit-animation: wh-dot2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: wh-dot2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    background: #71c2cc;
}
.wh-dot div:nth-child(2) div {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    background: #d8ebf9;
}
.wh-dot div:nth-child(3) div {
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
    background: #5699d2;
}
.wh-dot div:nth-child(4) div {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: #1d3f72;
}
.wh-dot div:nth-child(5) div {
    -webkit-animation: wh-dot3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: wh-dot3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    background: #71c2cc;
}
.wh-dot {
    width: 24px !important;
    height: 24px !important;
    -webkit-transform: translate(-12px, -12px) scale(0.12) translate(12px, 12px);
    transform: translate(-12px, -12px) scale(0.12) translate(12px, 12px);
    margin-bottom: 5px;
}




/*
    Mobile Optimised Version
*/


@media screen and (max-width: 685px), (max-height: 700px) {
    .solution-finder-wrapper{
        overflow: visible;
        height: auto;
    }
}


/*
    Webhelp Specific Styles / Colours!
*/

.icon-buttonarrow.arrow-left{
    display: inline-block;
    transform: rotate(180deg);
    padding-top: 0px;
}

label.error{
    padding: 5px 5px 10px;
    display: block;
}


