/* Cards */

header.test-title h1 {
    text-align: center;
    margin-top: 80px;
}

.step2 {
    display: none;
}

header.test-title {
    height: auto;
    background: none;
}

.values-test-info div {
    width: 100%;
    margin: 0 auto;
    max-width: 880px;
    padding: 0 20px;
}

.values-test-info div img {
    max-width: 100%;
    height: auto;
}

.values-test-info div:last-child {
    box-sizing: border-box;
}

.values-test-info {
    padding: 80px 0;
}

.test-info-text h3 {
    margin: 40px 0 20px;
}

.test-info-text p {
    margin-bottom: 25px;
    line-height: 26px;
}

.values-test {
    clear: both;
    background: #ecf1f5;
    margin-bottom: -50px;
    padding: 80px 0 0;
}

.test-cta {
    text-align: center;
    font-size: 28px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}

.test-step {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

.test-step-instructions {
    width: 100%;
    margin: 0 auto;
    max-width: 880px;
    padding: 0 20px;
}

.cards {
    text-align: center;
    margin: 20px auto;
    clear: both;
    max-width: 1180px;
}

.card a .info-hover {
    box-sizing: border-box;
}

.card {
    display: block;
    margin: 5px;
    width: 197px;
    float: none;
    display: inline-block;
}

.card a .info-hover {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    padding: 1px 6px 1px 7px;
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    right: 3px;
    cursor: help;
    color: white;
    width: 20px;
    height: 20px;
}

.card a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 7px 22px 7px 3px;
    color: black;
    font-size: 18px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.card .description {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    padding: 0px;
    left: 0;
    color: #333;
    width: 180px;
    transition: max-height 0.8s linear 0s;
    background: #eee;
    z-index: 10;
    border-radius: 6px;
    bottom: 30px;
    font-size: 14px;
    box-shadow: 0 0 10px #b9b1b1;
}

.card .description div {
    padding: 10px;
}

.card .info-hover:hover + .description {
    display: block;
    transition: max-height 1s linear 0s;
    max-height: 200px;
}

.card .info-hover span {
    transition: opacity 0.4s linear 0.1s;
    position: absolute;
    left: calc(50% - 2px);
    top: 2px;
}

.card .info-hover span + span {
    opacity: 0;
    
}

.card.active a {
    background: #323640;
    color: white;
}

.card.active .info-hover span {
    opacity: 0;

}

.card.active .info-hover span + span {
    opacity: 1;

}

.card .info-hover span + span {
    left: 4px;
}

.start-quiz a {
    padding: 10px 50px;
    background: #dc3235;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    font-family: "Montserrat",sans-serif;
}

.start-quiz {
    text-align: center;
    margin: 30px 0;
}

.start-quiz a.not-active {
    opacity: 0.4;
    cursor: no-drop;
}

.quiz-zone {
    max-width: 800px;
    margin: 20px auto 50px;
    text-align: center;
    height: 70px;
}

.quiz-zone a {
    margin: 0 60px;
    text-decoration: none !important;
}

.quiz-zone a:hover {
}

.quiz-results span:nth-child(2n+1) {
    display: block;
    float: left;
    clear: left;
}

.quiz-results {max-width: 400px;margin: 0 auto;}

.quiz-results span {
    display: block;
    float: left;
}

a.pair-card + a.pair-card:before {content: "OR";position: absolute;left: -77px;font-weight: 500;color: black;}

input[type="hidden"] + label {
    display: none;
}

.quiz-form {
    max-width: 1000px;
    margin: 0 auto 60px;
}

.quiz-form .form-item-block + div:not(.form-item-block) {
    width: 100%;
    float: left;
    text-transform: uppercase;
}

.quiz-form .form-item-block + div:not(.form-item-block) + div {
    float: right;
    width: 100%;
    text-transform: uppercase;
}

.quiz-form form button {
    background: #dc3235;
    color: white;
    border: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    font-family: "Montserrat";
    letter-spacing: 1px;
    word-spacing: 2px;
    padding: 15px 0;
    border-radius: 0;
    font-size: 20px;
}

.quiz-form-before, .quiz-form-after {
    text-align: left;
    padding: 40px 0;
    font-size: 20px;
}

.submit-form p {
    font-size: 16px;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}

.quiz-form {
    display: none;
}

img.ssba.ssba-img {
    width: inherit !important;
}

.ssba.ssba-wrap {
    margin-top: 30px;
}

.card {
    position: relative;
    z-index: 2;
}

.chosen-cards {
    clear: both;
    text-align: left;
    width: 560px;
    height: 380px;
    background: white;
    margin: 40px 0;
    position: relative;
}

.start-quiz {
    clear: both;
}

.chosen-cards:after, .cards:after {content: "";display: block;clear: both;}

.page-id-11 .pic-block {
    margin-top: -60px;
    position: relative;
    padding: 140px 0px 180px 0px;
}

.page-id-11 .pic-block:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.page-id-11 .nav-wrapper {
    position: relative;
    z-index: 20;
}

.page-id-11 .pic-block {
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 70px;
    z-index: 15;
}

.page-id-11 .pic-block h1 {
    position: relative;
    z-index: 13;
}

.page-id-11 .pic-block p {
    font-size: 23px;
    font-family: Lato;
    z-index: 14;
    position: relative;
    line-height: 55px;
    font-weight: 400;
}

article#post-11 {
    width: 100%;
    margin: 0 auto;
    max-width: 880px;
    padding: 0 20px;
}

.chosen-cards:before {
    content: "Values go here. To remove or change a selected value,  simply click on it again.";
    padding: 160px 70px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    position: absolute;
    font-style: italic;
}

.chosen-cards.nemp:before {
    content: none;
}

.chosen-cards .card .card-inner a {
    padding-left: 10px;
}

.step-one-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.strlica {
    margin-top: 12px;
}

.cards .card:hover a {
    background: #323640;
    color: white;
}

.cards .card:hover a .info-hover {
    background: white;
    color: #323640;
}

.quiz-zone a {
    width: 200px;
    position: relative;
    display: inline-block;
    padding: 7px 3px 7px 3px;
    color: black;
    font-size: 18px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.quiz-zone a:hover {
    background: #323640;
    color: white;
}

.test-step-instructions.step2 p {
    margin-bottom: 30px;
}

.quiz-form .form-item-block input {
    background: white;
    padding: 15px;
}

.quiz-form .form-item-block input + label {
    font-size: 14px;
    font-weight: 500;
}

.quiz-form-after {margin: 10px 0 0;text-align: justify;}