html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-image: url("../images/itsaplan_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #8acdc3;
}

img {
    display: block;
}

h2 {
    font-size: 32px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.55;
}

h3 {
    font-size: 18px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}

p {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #404141;
    margin-bottom: 25px;
}

ul li,
ol li {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #404141;
    margin-bottom: 8px;
}

p span {
    font-weight: 400;
}

button {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none !important;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.smalltext {
    font-size: 14px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.print-hidden {
    display: block;
}



.grid {
    width: 100%;
}

.grid-6 {
    width: 50%;
    float: left;
    display: block;
}








.main-container {
    width: 100%;
}

.main-wrapper {
    width: 100%;
}

.general {
    width: 100%;
    position: absolute;
    height: 100%;
}

.general .logo {
    position: absolute;
    top: 75px;
    left: 5%;
    max-width: 355px;
    width: 55%;
}

.general .sogc {
    position: absolute;
    top: 0;
    right: 13%;
    max-width: 120px;
    width: 35%;

    -webkit-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);
    box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);
}

.general .lang-select {
    position: absolute;
    top: 55px;
    right: 1.5%;
    max-width: 135px;
    width: 25%;
}

.general .lang-select a {
    text-decoration: none;
}

.general .lang-select ul {
    margin: 0;
    padding: 0;
}

.general .lang-select ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.general .lang-select ul li.active {
    font-size: 20px;
    border-right: 1px solid #ffffff;
    padding-right: 8px;
    margin-right: 8px;
    font-weight: 400;
    top: 0;
}

.general .disclaimer {
    position: absolute;
    top: 60%;
    left: 5%;
    max-width: 300px;
    width: 25%;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.main-content {
    position: absolute;
    right: 0;
    top: 315px;
    border-top: 1px solid rgba(255,255,255,0.55);
    padding-top: 15px;
    width: 70%;
    max-width: 1300px;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main-content .dialog-window {
    position: relative;
    background-color: #ffffff;
    display: block;
    width: 70%;
    padding: 75px 100px 125px 100px;
    top: 5px;
    margin-bottom: 40px;
    z-index: 1;
    opacity: 0;

    -webkit-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);
    box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main-content .dialog-wrapper {
    position: relative;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main-content .dialog-wrapper p a {
    text-decoration: underline;
    color: #65a8a2;
}

.main-content .dialog-wrapper #plantool p a {
    text-decoration: none;
    color: transparent;
}

.main-content .dialog-window .text-content {
    position: relative;
    width: 100%;
    height: 100%;
    /* padding-right: 100px; */

    display: none;
    opacity: 0;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main-content .dialog-window .text-content.active {
    display: block;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main-content .dialog-window .button-wrapper {
    margin-top: 25px;
    opacity: 0;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main-content .dialog-window .button {
    display: block;
    padding: 25px 55px;
    position: absolute;
    font-size: 20px;
    text-align: left;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #404141;
    margin-top: 0;
    background-color: #ffffff;

    -webkit-box-shadow: -3px 2px 13px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -3px 2px 13px -1px rgba(0,0,0,0.15);
    box-shadow: -3px 2px 13px -1px rgba(0,0,0,0.15);

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.main-content .dialog-window .button:hover,
.main-content .dialog-window .button:active,
.main-content .dialog-window .button:focus {
    margin-top: 2px;
    -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
    box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.main-content .dialog-window .button.continue {
    right: 0;
}


.main-content .dialog-window .button.continue .next {
    display: block;
    height: 78px;
    width: 78px;
    background-color: #404141;
    position: absolute;
    right: -78px;
    top: 0;
}

.main-content .dialog-window .button.continue .next:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.35);
    display: block;
    content: "";
    background-blend-mode: hard-light;

    background-image: url("../images/arrow.jpg");
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.main-content .dialog-window .button.continue:hover .next:before,
.main-content .dialog-window .button.continue:active .next:before,
.main-content .dialog-window .button.continue:focus .next:before {
    background-color: rgba(0,0,0,0);

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}







.main-content .dialog-window .button.back {
    left: 0;
    display: none;
}


.main-content .dialog-window .button.back .next {
    display: block;
    height: 78px;
    width: 78px;
    background-color: #404141;
    position: absolute;
    left: -78px;
    top: 0;
}

.main-content .dialog-window .button.back .next:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.35);
    display: block;
    content: "";
    background-blend-mode: hard-light;

    background-image: url("../images/arrow.jpg");
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.main-content .dialog-window .button.back:hover .next:before,
.main-content .dialog-window .button.back:active .next:before,
.main-content .dialog-window .button.back:focus .next:before {
    background-color: rgba(0,0,0,0);

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}




.question-display {
    opacity: 0;
    pointer-events: none;
    display: block;
    height: 78px;
    width: 78px;
    background-color: #8acdc3;
    position: absolute;
    top: 75px;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.question-display .question-wrapper {
    width: 100%;
    height: 100%;
}

.question-display .question-wrapper p {
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.question-display .question-wrapper p #currentQuestion {
    margin-right: 5px;
    font-weight: 300;
}

.question-display .question-wrapper p #totalQuestion {
    margin-left: 5px;
    font-weight: 300;
}







.main-content #question {
    margin-bottom: 0;
}

.main-content #question h2 {
    width: 85%;
}

.main-content #answers {
    margin-top: 35px;
}

.main-content #answers form {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #404141;
    padding-left: 25px;
}

.main-content #answers form label {
    display: block;
    cursor: pointer;
}

.main-content #answers form p {
    width: 75%;
    display: block;
    float: left;
    clear: right;
}

.main-content #errors {
    position: absolute;
    bottom: -75px;
    height: 75px;
    width: 100%;
    left: 0;
    background-color: #fe5b5b;
    opacity: 0;
    display: none;
    z-index: 0;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.main-content #errors p {
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.main-content #errors img {
    position: absolute;
    max-width: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.main-content #errors span {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}









a input[type="radio"],
a input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] {
    position: relative;
    margin-right: 30px;
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #c6c8ca !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
    clear: left;
    top: 14px;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type="radio"]:hover,
input[type="radio"]:active,
input[type="radio"]:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:active,
input[type="checkbox"]:focus {
    background-color: #c6c8ca;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';

    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    opacity: 0;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border: 1px solid #7bc1c0;
    background-color: #7bc1c0;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    opacity: 1;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
















.typesNav {
    background-color: transparent;
    width: 86.35%;
    max-width: 1110px;
    position: absolute;
    top: 15px;
    height: 100px;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.typesNav div {
    width: 25%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0;
    display: block;
    float: left;
    height: 100%;
    background-color: #7bc1c0;
    border-left: 0.5px solid #65a8a2;
    border-right: 0.5px solid #65a8a2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    cursor: pointer;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.typesNav div:last-of-type {
    margin-right: 0;
}

.typesNav div:hover,
.typesNav div:active,
.typesNav div:focus {

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.typesNav div h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.typesNav div.active {
    background-color: #ffffff;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.typesNav div.active h3 {
    color: #000000;
}





.resultsNav {
    background-color: transparent;
    width: 86.35%;
    max-width: 1110px;
    position: absolute;
    top: 15px;
    height: 100px;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.resultsNav div {
    width: 50%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0;
    display: block;
    float: left;
    height: 100%;
    background-color: #7bc1c0;
    border-left: 0.5px solid #65a8a2;
    border-right: 0.5px solid #65a8a2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    cursor: pointer;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.resultsNav div:last-of-type {
    margin-right: 0;
}

.resultsNav div:hover,
.resultsNav div:active,
.resultsNav div:focus {

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.resultsNav div h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.resultsNav div.active {
    background-color: #ffffff;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.resultsNav div.active h3 {
    color: #000000;
}







#screenAll > ul {
    padding: 0;
    margin: 0;
    display: none;
}

.item-list {
    list-style: none;
    position: relative;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 10px;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;  
}

.item-list .inner-wrapper {
    height: 0;   
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 10;
}

.item-list.active .inner-wrapper {
    height: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
}

.item-list .inner-wrapper .grid,
.item-list .inner-wrapper p {
    cursor: auto !important;
}

.item-list:before {
    content: "";
    top: 0;
    border-top: 2px solid #65a8a2;
    width: 128%;
    height: 2px;
    display: block;
    position: absolute;
    left: -100px;
}

.item-list:after {
    display: block;
    height: 68px;
    width: 68px;
    background-color: #404141;
    position: absolute;
    right: -168px;
    top: 0;
    content: "";
    cursor: pointer;
    z-index: 99;
    background-image: url("../images/plus.png");
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.item-list.active:after {
    background-image: url("../images/minus.png");

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.item-list ul {
    padding-right: 25px;
}

.item-list h2 {
    font-size: 26px;
}

.item-list p {
    font-size: 18px;
}

.item-list ul li {
    font-size: 18px;
    line-height: 1.35;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #404141;
    margin-bottom: 25px;
    list-style: none;
}

.item-list ul li:before {
    content: "";
    position: absolute;
    background-color: #7bc1c0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -30px;
    margin-top: 8.5px;
}



.info-bottom {
    min-height: 225px;
    width: 100%;
    background-color: #3e79a8; 
    background-image: url("../images/info_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    bottom: -405px;
    left: 0;
    right: 0;
    margin-bottom: 55px;
    display: none;
    opacity: 0;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

    -webkit-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);
    box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.55);
}

.info-bottom .info-wrapper {
    width: 85%;
    margin: 75px auto 200px auto;
    position: relative;
    height: 100%;

    /* padding: 75px 100px 125px 100px; */
}

.info-bottom .info-wrapper .grid-6 {
    position: relative;
}

.info-bottom p {
    color: #ffffff;
    font-size: 16px !important;
}

.info-bottom .sharing {
    position: absolute;
    left: 0;
}

.info-bottom .sharing ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.info-bottom .sharing ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-left: 12px;
    margin-right: 12px;
}

.info-bottom .sharing ul li:first-of-type {
    margin-left: 0;
}

.info-bottom .sharing ul li:last-of-type {
    margin-right: 0;
}

.info-bottom .sharing ul li i {
    font-size: 36px;
    color: #4682ab;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 50%;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.info-bottom .sharing ul li:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;

    border-radius: 50%;
}

.info-bottom .disclaimerText {
    position: absolute;
    padding-bottom: 35px;
}

.typesTitle {
    position: absolute;
    right: 0;
    width: 70%;
    max-width: 1300px;
    top: 105px;
    opacity: 0;
    display: block;
    pointer-events: none;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.typesTitle h2 {
    color: #ffffff;
    font-weight: 300;
}








.results-bottom {
    min-height: 80px;
    width: 100%;
    background-color: #f1f1f1;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    border-top: 2px solid #7bc1c0;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.results-bottom .results-wrapper {
    width: 95%;
    position: relative;
    height: 80px;
}

.results-bottom .results-wrapper .restart {
    width: 80px;
    height: 100%;
    display: block;
    float: left;
    cursor: pointer;
    border-right: 2px solid #7bc1c0;

    -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
    -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
    box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
}

.results-bottom .results-wrapper .restart:hover,
.results-bottom .results-wrapper .restart:active,
.results-bottom .results-wrapper .restart:focus {
    -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
    box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.results-bottom .results-wrapper .restart:before {
    display: block;
    height: 80px;
    width: 80px;
    position: absolute;
    content: "";
    cursor: pointer;
    z-index: 99;

    background-image: url("../images/restart.jpg");
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;

    top: 50%;
    margin: 0 auto;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.results-bottom .results-wrapper .print {
    width: 80px;
    height: 100%;
    display: block;
    float: left;
    cursor: pointer;
    border-right: 2px solid #7bc1c0;

    -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
    -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
    box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
}

.results-bottom .results-wrapper .print:hover,
.results-bottom .results-wrapper .print:active,
.results-bottom .results-wrapper .print:focus {
    -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
    box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.results-bottom .results-wrapper .print:before {
    display: block;
    height: 80px;
    width: 80px;
    position: absolute;
    content: "";
    cursor: pointer;
    z-index: 99;

    background-image: url("../images/print.jpg");
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;
    
    top: 50%;
    margin: 0 auto;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.results-bottom .disclaimerBlock {
    display: block;
    height: 100%;
    position: absolute;
    width: 45%;
    padding-right: 12%;
    cursor: pointer;
    border-right: 2px solid #7bc1c0;
}

.results-bottom .disclaimerBlock p {
    color: #000000;
    text-align: right;
    position: relative;
    top: 50%;
    margin: 0 auto;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.results-bottom .allTypes {
    display: block;
    float: left;
    height: 100%;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.results-bottom .allTypes p {
    color: #000000;
    text-align: right;
    position: relative;
    top: 50%;
    margin: 0 auto;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}






#screenResults > ul {
    padding: 0;
    margin: 0;
    display: none;
}

.loadOtherReco {
    /* overflow: hidden; */
    height: 60px;  
    position: relative;
    cursor: pointer;
    padding-top: 20px;
    display: none;
}

.loadOtherReco .loadOtherReco-trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 6;
    width: 100%;
    height: 100%;
}

.loadOtherReco.active .loadOtherReco-trigger {
    max-height: 55px;
}

.loadOtherReco ul {
    padding: 0;
    margin: 0;
    display: none;
}

.loadOtherReco h3 {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 20px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loadOtherReco h3:after {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: #404141;
    position: relative;
    top: 5px;
    left: 25px;
    content: "";
    cursor: pointer;
    z-index: 99;
    background-image: url("../images/plus.png");
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.loadOtherReco:before {
    content: "";
    top: 0;
    border-top: 2px solid #65a8a2;
    width: 128%;
    height: 2px;
    display: block;
    position: absolute;
    left: -100px;
}

.loadOtherReco.active {
    height: auto;
}

.loadOtherReco.active ul {
    display: block;
}

.loadOtherReco.active h3 {
    position: relative;
    top: 0;
    margin-top: 5px;
    margin-bottom: 25px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.loadOtherReco.active h3:after {
    background-image: url("../images/minus.png");
}

/* .loadOtherReco.active:before {
    content: none;
} */







.disclaimer-tootips {
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

.disclaimer-tootips:before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';

    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 15px;
    display: block;
    color: #404141;
    font-size: 24px;
    text-align: left;
    opacity: 1;
    padding: 1px;
}

.disclaimer-tootips:hover:before,
.disclaimer-tootips:active:before,
.disclaimer-tootips:focus:before {
    font-weight: 900;
}

.main-content.hover-content {
    top: 160px;
}

.main-content.hover-content hr {
    margin-top: 55px;
    margin-bottom: 55px;
}



.default-table {
    margin-bottom: 35px;
    table-layout: fixed;
    border-collapse: collapse;
}

.default-table tr {
    padding: 0;
    border-bottom: 1px solid #c6c8ca;
}

.default-table tr:last-of-type {
    border-bottom: none;
}

.default-table tr td {
    padding: 20px;
    font-size: 18px;
}

.default-table tr td:first-of-type {
    padding-left: 0;
}

.default-table tr td:last-of-type {
    padding-right: 0;
}

.status-badge {
    display: none;
    color: #65a8a2;
    font-size: 14px;
    padding: 5px 15px;
    border: 2px solid #65a8a2;
    margin-left: 35px;
}

.status-badge.perm {
    color: #ffffff;
    background-color: #65a8a2;
}

.male-results .status-badge {
    display: inline-block;
}

.male-results .resultsNav,
.male-results .loadOtherReco,
.male-results #notReco-list {
    display: none !important;
}




@media (max-width: 1455px) {

    body {
        overflow-x: hidden;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 12px;
    }
    
    p,
    ul li,
    ol li {
        font-size: 16px;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }


    .grid {
        width: 100%;
    }
    
    .grid-6 {
        width: 100%;
        float: none;
    }



    .general .logo {
        position: absolute;
        top: 35px;
        left: 8%;
        max-width: 200px;
        width: 55%;
    }

    .general .sogc {
        position: absolute;
        top: 0;
        right: 8%;
        max-width: 90px;
        width: 35%;
    }

    .general .lang-select {
        position: absolute;
        top: 135px;
        right: 4.5%;
        max-width: 135px;
        width: 25%;
    }
    
    .general .lang-select ul li {
        font-size: 16px;
    }
    
    .general .lang-select ul li.active {
        font-size: 16px;
    }

    .main-content {
        position: absolute;
        top: 210px;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(255,255,255,0.55);
        padding-top: 15px;
        width: 84%;
        margin: 0 auto;
    }

    .main-content .dialog-window {
        padding: 50px 8% 78px 8%;
        width: 84%;
    }

    .main-content .dialog-window .button {
        padding: 15px 35px;
        font-size: 14px;
    }

    .main-content .dialog-window .button.continue {
        right: 47px;
        bottom: 0;
    }
    
    .main-content .dialog-window .button.continue .next {
        display: block;
        height: 47px;
        width: 47px;
        background-color: #404141;
    
        background-image: url("../images/arrow.jpg");
        background-size: 13px 13px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: -47px;
        top: 0;
    }

    .main-content .dialog-window .button.back {
        left: 47px;
        bottom: 0;
    }
    
    .main-content .dialog-window .button.back .next {
        display: block;
        height: 47px;
        width: 47px;
        background-color: #404141;
    
        background-image: url("../images/arrow.jpg");
        background-size: 13px 13px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -47px;
        top: 0;
    }


    .question-display {
        height: 49px;
        width: 49px;
        right: 0;
        top: 0;
    }

    .main-content #answers form {
        font-size: 16px;
        padding-left: 15px;
    }

    .main-content #answers form p {
        width: 75%;
        display: block;
        float: left;
        clear: right;
        margin-bottom: 0;
    }
    
    .main-content #errors img {
        max-width: 35px;
    }
    
    .main-content #errors span {
        left: 60px;
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin-right: 20px;
        font-size: 20px;
        width: 25px;
        height: 25px;
        top: 13px;
    }

    input[type="radio"]:before,
    input[type="checkbox"]:before {
        font-size: 16px;
    }

    .question-display .question-wrapper p {
        font-size: 14px;
    }

    .question-display .question-wrapper p #currentQuestion {
        margin-right: 2px;
    }
    
    .question-display .question-wrapper p #totalQuestion {
        margin-left: 2px;
    }

    .typesTitle {
        left: 8%;
        width: 84%;
        top: 175px;
    }












    .info-bottom {
        min-height: 335px;
        bottom: -390px;
    }

    .info-bottom .info-wrapper {
        width: 100%;
        margin: 35px auto 35px auto;
    }

    .info-bottom .grid-6:nth-of-type(2) {
        top: 75px;
    }

    .info-bottom .info-wrapper p {
        text-align: center;
        font-size: 14px;
    }

    .info-bottom .info-wrapper .button {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        max-width: 245px;
        width: 68%;
    }

    .info-bottom .info-wrapper .sharing {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 195px;
        width: 195px;
    }

    .info-bottom .sharing ul li {
        width: 45px;
        height: 45px;
    }

    .info-bottom .sharing ul li i {
        font-size: 24px;
    }

    .info-bottom .disclaimerText {
        bottom: -125px;
    }









    .typesNav {
        width: 100%;
        left: 0;
        right: 0;
    }

    .typesNav div {
        width: 25%;
        margin-right: 0;
    }

    .typesNav div:last-of-type {
        margin-right: 0;
    }

    .typesNav div h3 {
        text-align: center;
        width: 90%;
    }







    .resultsNav {
        width: 100%;
        left: 0;
        right: 0;
    }

    .resultsNav div {
        width: 50%;
        margin-right: 0;
    }

    .resultsNav div:last-of-type {
        margin-right: 0;
    }

    .resultsNav div h3 {
        text-align: center;
        width: 90%;
    }







    .item-list .inner-wrapper {
        height: 0;
    }

    .item-list:before {
        width: 120%;
        left: -10%;
    }

    .item-list:after {
        display: none;
    }

    .item-list ul {
        padding-right: 0;
    }

    .item-list h2 {
        font-size: 20px;
        line-height: 1.75;
    }

    .item-list p {
        font-size: 16px;
    }

    .item-list ul li {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .default-table tr td {
        font-size: 16px;
    }









    .results-bottom {
        min-height: 80px;
        width: 100%;
        background-color: #f1f1f1;
        position: absolute;
        bottom: -80px;
        left: 0;
        right: 0;
        display: none;
        opacity: 0;
        border-top: 2px solid #7bc1c0;

        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .results-bottom .results-wrapper {
        width: 95%;
        position: relative;
        height: 80px;
    }

    .results-bottom .results-wrapper .restart {
        width: 80px;
        height: 100%;
        display: block;
        float: left;
        cursor: pointer;
        border-right: 2px solid #7bc1c0;

        -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
        -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
        box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
    }

    .results-bottom .results-wrapper .restart:hover,
    .results-bottom .results-wrapper .restart:active,
    .results-bottom .results-wrapper .restart:focus {
        -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
        -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
        box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);

        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .results-bottom .results-wrapper .restart:before {
        display: block;
        height: 80px;
        width: 80px;
        position: absolute;
        content: "";
        cursor: pointer;
        z-index: 99;

        background-image: url("../images/restart.jpg");
        background-size: 45px 45px;
        background-position: center;
        background-repeat: no-repeat;

        top: 50%;
        margin: 0 auto;

        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);

        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .results-bottom .results-wrapper .print {
        width: 80px;
        height: 100%;
        display: block;
        float: left;
        cursor: pointer;
        border-right: 2px solid #7bc1c0;

        -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
        -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
        box-shadow: -3px 0px 10px -3px rgba(0,0,0,0);
    }

    .results-bottom .results-wrapper .print:hover,
    .results-bottom .results-wrapper .print:active,
    .results-bottom .results-wrapper .print:focus {
        -webkit-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
        -moz-box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);
        box-shadow: -3px 0px 10px -3px rgba(0,0,0,0.15);

        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .results-bottom .results-wrapper .print:before {
        display: block;
        height: 80px;
        width: 80px;
        position: absolute;
        content: "";
        cursor: pointer;
        z-index: 99;

        background-image: url("../images/print.jpg");
        background-size: 45px 45px;
        background-position: center;
        background-repeat: no-repeat;
        
        top: 50%;
        margin: 0 auto;

        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);

        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .results-bottom .disclaimerBlock {
        width: auto;
        padding-right: 0;
        margin-left: 165px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .results-bottom .disclaimerBlock p {
        color: #000000;
        text-align: right;
        position: relative;
        top: 50%;
        margin: 0 auto;

        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .results-bottom .allTypes {
        display: block;
        float: left;
        height: 100%;
        position: absolute;
        right: 0;
        cursor: pointer;
    }

    .results-bottom .allTypes p {
        color: #000000;
        text-align: right;
        position: relative;
        top: 50%;
        margin: 0 auto;

        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }









    .loadOtherReco.active {
        /* overflow: hidden; */
        padding-top: 0;
    }

    .loadOtherReco.active h3 {
        padding-top: 12px;
        margin: 0 auto;
        font-size: 12px;
    }

    .loadOtherReco h3 {
        padding-top: 13px;
        font-size: 12px;
        height: 44px;
    }

    .loadOtherReco:before {
        width: 120%;
        left: -10%;
    }

    .main-content.hover-content {
        top: 200px;
    }

    .disclaimer-tootips:before {
        font-size: 16px;
    }

}



@media (max-width: 640px) {

    .status-badge {
        clear: both;
        display: table;
        margin: 10px 0 0 0;
    }

}



@media print {

    .print-hidden {
        display: none !important;
    }

    .general {
        display: none !important;
    }

    .main-content {
        top: 0 !important;
        position: absolute !important;
        width: 90% !important;
        border: none !important;
    }

    .main-content .dialog-window {
        padding: 0 !important;
        padding-top: 100px !important;
        width: 100% !important;
        margin: 0 !important;

        -webkit-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0) !important;
        -moz-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0) !important;
        box-shadow: 0px 10px 30px -13px rgba(0,0,0,0) !important;
    }

    .item-list .inner-wrapper {
        height: auto !important;
        overflow: visible !important;
    }

    .resultsNav {
        width: 100% !important;
        max-width: 900px !important;
        top: 15px !important;
        height: 100px !important;
        left: 0 !important;
    }

    .results-bottom {
        display: none !important;
    }

    .info-bottom {
        display: none !important;
    }

}