/*html {*/
/*font-size: 62.5%;*/
/*}*/
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.group :before, .group:after {
    content: "";
    display: table;
}

group:after {
    clear: both;
}

group {
    clear: both;
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

p, li {
    /*color: #5b6770;*/
    color: inherit;
}

.main {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0;
    font-size: 14rem;
}

.btn-group {
    align-content: stretch;
    align-items: center;
    display: -ms-flexbox; /* IE10 (2012 Syntax) */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.profile-content {
    flex-direction: column;
    align-items: center;
    display: -ms-flexbox; /* IE10 (2012 Syntax) */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 760px;
    min-height: 600px;
    height: 100%;
    position: relative;
    padding: 0 20px 0 20px;
}

@media (min-width: 768px) {
    .profile-content {
        padding: 70px 20px 0 20px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .profile-content {
        display: block
    }
}

.profiler-introduction {
    color: #5B6770;
    /*font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Segoe UI", Helvetica,
    Arial, sans-serif;*/
    /*font-size: 1.8rem;
    line-height: 24px;*/
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.profiler-step {
    text-align: center;
}

    .profiler-step h4 {
        text-align: center;
        margin-bottom: 40px;
    }

h1, h2, h3, h4, h5 {
    /*font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    /* font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center*/
    text-align: left;
}

h1 {
    color: #fff;
    font-size: 5.6rem;
    font-weight: 300;
    line-height: 6.8rem;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
/*
h2 {
    color: #00263E;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 5rem;
}*/
h2, .h2 {
    font-size: 28px;
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 54px;
    }
}
/*
h3 {
    color: #5B6770;
    font-size: 2rem;
    line-height: 3.2rem;
}
*/
h3, .h3 {
    font-size: 36px;
}
/*
h4 {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 3.6rem;
    color: #00263E;
    margin-bottom: 30px;
}*/
h4, .h4 {
    font-size: 16px;
}

@media (min-width: 768px) {
    h4, .h4 {
        font-size: 28px;
    }
}

h5, .h5 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(0,0,0);
}

@media (min-width: 768px) {
    h5, .h5 {
        font-size: 24px;
    }
}

.initial-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .initial-title {
        font-size: 42px;
    }
}

.initial-subtitle {
    /*line-height: 3rem;*/
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #5B6770;
    margin-bottom: 20px;
}

.profiler-modal-heading {
    font-size: 20px;
    margin: 30px auto;
    max-width: 550px;
    text-align: center;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .profiler-modal-heading {
        font-size: 24px;
    }
}

.icon-portfolio-arrow {
    background: url('./image/arrow.svg') no-repeat center;
    background-size: 16px 16px;
    border-radius: 100%;
    border: 2px solid #D9D9D9;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 20px;
    position: relative;
    width: 40px;
}

.about-profiler-arrow {
    background-size: 11px 11px;
    height: 25px;
    width: 25px;
    margin: 2px 10px 0 0;
}

/* ======== highlight button ======== */
.button-primary {
    background: rgb(108,190,70);
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 16px 40px;
    position: relative;
    text-align: center;
    width: auto;
    -webkit-transition: background .35s ease-in-out;
    transition: background .35s ease-in-out;
}

#btn-start {
    /*font-size: 1.6rem;*/
    font-size: 18px;
}

a, a:link, a:active, a:visited {
    outline: none;
    border: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.disabled-button {
    background: #ebe6df;
    color: #ccc;
}

.list-bulleted {
    list-style: none;
    padding-left: 0;
}

    .list-bulleted li {
        padding: 5px 0 5px 20px;
        position: relative;
    }

        .list-bulleted li:before {
            border-radius: 50%;
            content: "\2022";
            color: #6cbe46;
            display: block;
            font-family: arial, sans-serif;
            font-size: 24px;
            left: 0;
            line-height: 20px;
            margin: 0 24px 1px 0;
            position: absolute;
            top: 5px;
        }

/* ======== accordion / collapse ======== */
.accordion-container {
    clear: left;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 760px;
    position: relative;
    margin-bottom: 50px;
}

    .accordion-container.text-center .accordion-trigger {
        display: inline-block;
    }

        .accordion-container.text-center .accordion-trigger h4 {
            white-space: nowrap;
        }

.accordion-title {
    color: #5b6770;
    /*font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;*/
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding-top: 5px;
}

.accordion-trigger {
    cursor: pointer;
    margin: 0 auto;
    width: 220px;
}

.accordion-content {
    clear: both;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .accordion-content h5 {
        color: #545454;
        font-size: 18px;
        margin: 1.2em 0;
        text-align: center;
        font-weight: 600;
    }

    .accordion-content ul {
        margin: 0;
        padding: 0;
        margin-bottom: 60px;
    }

    .accordion-content li {
        font-size: 14px;
    }

    .accordion-content p {
        font-size: 14px;
        margin: 0 0 1em;
        text-align: left;
    }

        .accordion-content p:first-child {
            margin-top: 30px;
        }

.content-open {
    max-height: 2000px;
    opacity: 1;
}

.icon-portfolio-arrow {
    transition: all 0.3s ease;
}

.open .icon-portfolio-arrow {
    border: 2px solid #545454;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-content .profiler-introduction {
    font-size: 18px;
    line-height: 24px;
    color: #5b6770;
    margin-bottom: 20px;
    padding: 0;
    text-rendering: optimizelegibility !important;
}

#profiler-info,
#start-again {
    text-align: center;
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #0DAD22;
}

#start-again {
    padding-top: 10px;
}

    #start-again .icon-bt-direct-icon-link {
        margin-top: -5px;
    }

.btn-tertiary {
    color: #545454;
    display: block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    text-rendering: optimizelegibility !important;
    transition: all 0.2s ease-in 0s;
}

    .btn-tertiary:hover,
    .btn-tertiary:active,
    .btn-tertiary:focus {
        color: #5B6770;
        text-decoration: none;
    }

    .btn-tertiary .icon {
        border-radius: 40px;
        color: #0095c8;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        text-align: center;
        vertical-align: top;
    }

.icon-arrow:before {
    font-family: "bt-panorama" !important;
    content: "\e0a1";
}

.button-grey {
    color: #545454;
    display: inline-block;
    /*font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;*/
    font-weight: 400;
    margin: 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
}

    .button-grey span {
        background-color: #fafafa;
        border-radius: 5px;
        box-shadow: inset 0 0 0 1px #d9d9d9;
        display: table-cell;
        /*font-size: 13px;*/
        font-size: 14px;
        line-height: 18px;
        min-height: 60px;
        min-width: 130px;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
        -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .button-grey .inner {
        background: none repeat scroll 0 0 #f5f5f5;
        border-radius: 5px;
        box-shadow: inset 0 0 0 1px #d9d9d9;
        display: table-cell;
        font-size: 13px;
        line-height: 16px;
        min-height: 60px;
        min-width: 130px;
        padding: 10px;
        text-align: center;
    }

    .button-grey:hover,
    .button-grey:active,
    .button-grey:focus {
        text-decoration: none;
    }

        .button-grey:hover span,
        .button-grey:active span,
        .button-grey:focus span,
        .button-grey:hover .inner,
        .option-selected span,
        .option-selected .inner {
            background: #fff;
            color: #333;
            -webkit-transition: all 0.15s ease-in;
            transition: all 0.15s ease-in;
            -moz-box-shadow: inset #545454 0 0 0 2px;
            -webkit-box-shadow: inset #545454 0 0 0 2px;
            box-shadow: inset #545454 0 0 0 2px;
        }

.modal-content .button-grey {
    margin-right: 10px;
}

#train-stop {
    display: -ms-flexbox; /* IE10 (2012 Syntax) */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 565px;
    padding: 0 20px;
    position: relative;
}

#risk-profiler {
    padding: 20px 0;
}

#train-stop .step {
    border: 2px solid #e5e5e5;
    color: #bababa;
}

#train-stop .step,
#train-stop .step-active,
#train-stop .step-tween-active {
    border-radius: 50%;
    box-sizing: border-box;
    flex: 0 0 36px;
    float: left;
    font-size: 15px;
    height: 36px;
    padding-top: 5px;
    text-align: center;
    width: 36px;
    /*z-index: 2001;*/
    transition: all 500ms cubic-bezier(0.950, 0.050, 0.795, 0.035);
    /* easeInExpo */
    -webkit-transition: all 500ms cubic-bezier(0.950, 0.050, 0.795, 0.035);
    -moz-transition: all 500ms cubic-bezier(0.950, 0.050, 0.795, 0.035);
    -o-transition: all 500ms cubic-bezier(0.950, 0.050, 0.795, 0.035);
    transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
    /* easeInExpo */
    -webkit-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
    -moz-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
    -o-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
}

@media (min-width: 480px) {
    #train-stop .step,
    #train-stop .step-active,
    #train-stop .step-tween-active {
        font-size: 18px;
    }
}

/*@media only screen and (min-width: 490px) {*/

#train-stop .step,
#train-stop .step-active,
#train-stop .step-tween-active {
    flex: 0 0 30px;
    height: 30px;
    padding-top: 2px;
    width: 30px;
}

@media (min-width: 480px) {
    #train-stop .step,
    #train-stop .step-active,
    #train-stop .step-tween-active {
        flex: 0 0 40px;
        height: 40px;
        padding-top: 5px;
        width: 40px;
    }
}
/*}*/

#train-stop .step-connector {
    background: none repeat scroll 0 0 #e5e5e5;
    height: 2px;
    display: inline-block;
    float: left;
    margin: 17px 0 0;
    padding: 0;
    position: relative;
    width: 7.5%;
    /*z-index: 2000;*/
}

/*@media only screen and (min-width: 490px) {*/

#train-stop .step-connector {
    height: 3px;
    margin: 15px 0 0;
}
/*}*/
@media (min-width: 480px) {
    #train-stop .step-connector {
        margin: 20px 0 0;
    }
}

#train-stop .step-connector .empty {
    background: none repeat scroll 0 0 #0095c8;
    height: 100%;
    width: 0;
}

#train-stop .step-active {
    border: 2px solid #6cbe46;
    color: #6cbe46;
}

#train-stop .step-connector .filled {
    background: none repeat scroll 0 0 #6cbe46;
    height: 100%;
    width: 100%;
    transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    /* easeInSine */
    -webkit-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    /* easeInSine */
    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
}

#train-stop .step-completed {
    color: #ffffff;
    background: #6cbe46;
    background-size: 25px;
}

.modal .modal-button-close {
    background-image: url('../img/assets/icon-close.png');
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 13px;
    z-index: 100000;
}

#step-1,
#step-2,
#step-3,
#step-4,
#step-5,
#step-6,
#step-7,
#step-8,
#step-9,
#step-10,
#step-11,
#step-12,
#step-14,
#step-13 {
    display: none;
}

.profiler-back-btn {
    color: #545454;
    cursor: pointer;
    display: block;
    font-size: 16px;
    opacity: 0.7;
    margin: 0 auto;
    display: inline-block;
    padding: 6px;
    width: 50px;
}

    .profiler-back-btn:hover,
    .profiler-back-btn:active,
    .profiler-back-btn:focus {
        opacity: 1;
    }

#step-1 .button-grey span,
#step-7 .button-grey span {
    height: 60px;
    width: 240px;
}

#step-2 .button-grey span {
    height: 100px;
    width: 168px;
}

#step-3 .button-grey span {
    height: 90px;
    width: 160px;
}

#step-4 .button-grey span {
    height: 84px;
    width: 240px;
}

#step-6 .button-grey span {
    height: 74px;
    width: 240px;
}

.modal-content .profiler-heading-small {
    font-size: 18px;
    line-height: 24px;
}

/*** step 5 ****/

.scale-wrapper {
    margin: 0 0 30px;
    position: relative;
}

.step-5-chart-line {
    position: relative;
}

    .step-5-chart-line .button-grey {
        float: left;
    }

#step-5 .chart-line {
    background: none repeat scroll 0 0 #e5e5e5;
    height: 1px;
    position: absolute;
    top: 119px;
    width: 100%;
}

#step-5 .chart-line-value {
    color: #bababa;
    font-size: 12px;
    position: absolute;
    top: 95px;
}

#step-5 .chart-label-best {
    color: #949494;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 76px;
    width: 100px;
}

#step-5 .chart-label-worst {
    color: #949494;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 134px;
    width: 100px;
}

#step-5 .button-grey .inner {
    height: 170px;
    min-width: 65px;
    position: relative;
}

    #step-5 .button-grey .inner .copy-best {
        display: block;
        font-size: 14px;
        font-weight: normal;
        left: 25px;
        position: absolute;
        width: 30px;
    }

#step-5 #portfolio-1,
#step-5 #portfolio-2,
#step-5 #portfolio-3,
#step-5 #portfolio-4,
#step-5 .chart-line-value,
#step-5 .chart-line {
    opacity: 0.7;
}

#step-5 #portfolio-1 {
    margin-left: 30px;
}

    #step-5 #portfolio-1 .inner .copy-best {
        top: 53px;
    }

#step-5 .button-grey .inner .copy-worst {
    display: block;
    font-size: 14px;
    font-weight: normal;
    left: 25px;
    position: absolute;
    width: 30px;
}

#step-5 #portfolio-1 .inner .copy-worst {
    bottom: 38px;
}

#step-5 .button-grey .inner .chart-best {
    background: none repeat scroll 0 0 #0095c8;
    bottom: 60px;
    left: 12px;
    min-height: 10px;
    position: absolute;
    width: 60px;
}

#step-5 #portfolio-1 .inner .chart-best {
    height: 30px;
    top: 79px;
}

#step-5 .button-grey .inner .chart-worst {
    background: none repeat scroll 0 0 #0079a2;
    top: 109px;
    left: 12px;
    min-height: 10px;
    position: absolute;
    width: 60px;
}

#step-5 #portfolio-1 .inner .chart-worst {
    height: 10px;
}

#step-5 #portfolio-2 .inner .copy-best {
    top: 46px;
}

#step-5 #portfolio-2 .inner .copy-worst {
    bottom: 28px;
}

#step-5 #portfolio-2 .inner .chart-best {
    height: 40px;
    top: 69px;
}

#step-5 #portfolio-2 .inner .chart-worst {
    height: 20px;
    top: 109px;
}

#step-5 #portfolio-3 .inner .copy-best {
    top: 30px;
}

#step-5 #portfolio-3 .inner .copy-worst {
    bottom: 21px;
}

#step-5 #portfolio-3 .inner .chart-best {
    height: 50px;
    top: 59px;
}

#step-5 #portfolio-3 .inner .chart-worst {
    height: 25px;
}

#step-5 #portfolio-4 .inner .copy-best {
    top: 27px;
}

#step-5 #portfolio-4 .inner .copy-worst {
    bottom: 18px;
}

#step-5 #portfolio-4 .inner .chart-best {
    height: 60px;
    top: 49px;
}

#step-5 #portfolio-4 .inner .chart-worst {
    height: 30px;
}

#step-5 .disclaimer {
    bottom: -25px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    left: 52px;
    line-height: 14px;
    position: absolute;
    text-align: center;
}

#step-5 #portfolio-1:hover,
#step-5 #portfolio-2:hover,
#step-5 #portfolio-3:hover,
#step-5 #portfolio-4:hover {
    opacity: 1;
}

.icon-arrow-back:before {
    font-family: "bt-panorama" !important;
    content: "\e069";
    vertical-align: bottom;
}

#step-8 .profiler-modal-heading {
    /*color: #5b6770;*/
    font-size: 24px;
    line-height: 1.3;
    margin: 100px auto 40px;
}

#portfolio-style .font-bold {
    color: #0DAD22;
    /*font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Segoe UI", Helvetica,
    Arial, sans-serif;*/
    font-weight: 600;
}

#portfolio-suggestion {
    /*color: #5b6770;*/
    font-size: 22px;
}

.icon-bt-direct-icon-link {
    background-image: url('./image/arrow.svg');
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    /*height: 28px;*/
    height: 34px;
    margin: auto;
    width: 28px;
    -webkit-transform: rotate(0.50turn);
    -moz-transform: rotate(0.50turn);
    -ms-transform: rotate(0.50turn);
    transform: rotate(0.50turn);
}

#step-8 .color-growth {
    color: #7748bc;
}

    #step-8 .color-growth:before {
        margin-right: 10px;
        vertical-align: bottom;
    }

#step-8 #recommendation {
    font-size: 30px;
    font-weight: lighter;
    line-height: 36px;
    margin: 45px 0;
}

    #step-8 #recommendation .icon {
        font-size: 50px;
        vertical-align: middle;
    }

.transition-hidden {
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 5);
}

@-moz-document url-prefix() {
    #step-1 .button-grey span, #step-4 .button-grey span, #step-6 .button-grey span, #step-7 .button-grey span {
        width: 237px;
    }

    #step-2 .button-grey span,
    #step-3 .button-grey span {
        width: 146px;
    }

    #step-5 .button-grey .inner {
        min-width: 65px;
    }

        #step-5 .button-grey .inner .chart-best,
        #step-5 .button-grey .inner .chart-worst {
            width: 58px;
        }

        #step-5 .button-grey .inner .copy-best,
        #step-5 .button-grey .inner .copy-worst {
            left: 23px;
        }
}

.close {
    font-weight: normal;
}

#make-3D {
    perspective: 800px;
    transform-style: preserve-3d;
}

    #make-3D .tile {
        -webkit-transition: all 100ms ease-out;
        -moz-transition: all 100ms ease-out;
        -o-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
    }

#back {
    display: none;
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    margin-left: -15px;
}

div.tile.flip-10 {
    -webkit-transform: rotateY( -10deg );
    -moz-transform: rotateY( -10deg );
    -o-transform: rotateY( -10deg );
    transform: rotateY( -10deg );
    transition: 50ms ease-out;
}

div.tile.flip90 {
    -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    -o-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
    transition: 100ms ease-in;
}

div.tile.flip190 {
    -webkit-transform: rotateY( 190deg );
    -moz-transform: rotateY( 190deg );
    -o-transform: rotateY( 190deg );
    transform: rotateY( 190deg );
    transition: 100ms ease-out;
}

div.tile.flip180 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: 150ms ease-out;
}
