body {
    -webkit-font-smoothing: antialiased;
    font-family: roboto,sans-serif!important
}

h1,h2,h3,h4,h5 {
    font-family: roboto,sans-serif!important
}

p {
    font-weight: 100;
    font-size: 1.1rem
}

.row.topHeadline {
    text-align: center;
    border-bottom: 10px solid #2c7586;
    border-top: 10px solid #2c7586
}

.container-fluid.containerHeadline {
    background-color: #2c7586;
    margin-bottom: 10px
}

li.nav-item {
    background-color: #6f9aa51f;
    border-radius: 10px 10px 0 0;
    padding: 5px;
    border-style: solid;
    border-color: #ead8d8;
    border-width: 1px 0 0 1px;
    min-width: 130px;
    background-image: linear-gradient(#ffffff,#68c6dc);
    text-align: center
}

li.nav-item.active a {
}

a.nav-link {
    color: #170252!important;
    text-shadow: 0 0 1px #fff;
    font-weight: 400;
    font-family: roboto,sans-serif;
    font-size: 14px
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    margin-bottom: 0;
    padding-bottom: 0
}

.container-fluid.navHolder {
    margin-bottom: 0;
    margin-top: 1rem
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0
}

ul.navbar-nav.mr-auto {
    margin: auto
}

li.nav-item:hover {
    background-image: linear-gradient(#bde7f1,#70b2c1)
}

a.nav-link:hover {
    color: #000!important;
    font-weight: 400;
    text-shadow: none
}

.container.containerContent {
    max-width: 896px;
    border: #f7f7f7;
    border-radius: 10px;
    padding: 2rem 1rem 1rem;
    box-shadow: 0 8px 10px 2px #dad2d2;
    margin-top: -1rem
}

.contentHeadline h3 {
    text-align: center;
    color: #170252;
    letter-spacing: -2px;
    font-size: 2.2rem;
    font-weight: lighter
}

.contentHeadline h5 {
    text-align: center;
    color: #272525;
    letter-spacing: -1px
}

img.leftImg {
    float: right;
    padding: 1rem;
    max-width: 100%
}

p.nameTitle {
    font-weight: 700;
    font-size: 1.1rem
}

p.nameSubTitle {
    font-weight: lighter;
    font-size: 1rem;
    margin-top: -1rem;
    color: #2c7586
}

div#stepArea {
    display: inline-flex;
    margin-bottom: 2rem;
    margin-top: 1rem
}

div#stepArea div {
    min-width: 242px;
    margin: auto;
    text-align: center;
    border: 2px solid #2c7586;
    border-radius: 10px;
    margin-left: 1rem;
    margin-right: 1rem
}

div#stepArea p {
    margin-bottom: 0;
    padding: .5rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: #2c7586
}

.stepOne {
    background: #2c7586;
    border-color: #82d0e2
}

.stepOne p {
    color: #fff
}

.next_btn {
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 1rem 0
}

.next_btn a {
    color: #fff;
    text-shadow: 0 0 0 #000
}

.row.quizStart h5 {
    font-weight: 400;
    font-size: 1.4rem;
    color: #170252;
    background: #fafafa;
    padding: 1rem
}

#aging_quiz_step_2 {
    display: none
}

#aging_quiz_step_3 {
    display: none
}
#aging_quiz_step_4 {
    display: none
}
#aging_quiz_step_5 {
    display: none
}
#aging_quiz_step_6 {
    display: none
}
#aging_quiz_step_7 {
    display: none
}
#aging_quiz_step_8 {
    display: none
}
#aging_quiz_step_9 {
    display: none
}
#aging_quiz_step_10 {
    display: none
}
#aging_quiz_step_11 {
    display: none
}
#aging_quiz_step_12 {
    display: none
}
.row.quizStart h2 {
    font-size: 1.6rem;
    font-weight: 300
}

.row.quizStart h2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -1px
}

.row.quizStart label {
    font-weight: 300;
    font-size: 1.2rem;
    cursor: pointer;
    line-height: 15px;
    padding-left: 10px
}

.stepHolder {
    margin-top: 1rem;
    margin-bottom: 1rem
}

input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.question {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%
}

.question:hover input~.checkmark {
    background-color: #ccc
}

.question input:checked~.checkmark {
    background-color: #48a4b9
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.question input:checked~.checkmark:after {
    display: block
}

.question .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.next_btn a {
    text-decoration: none!important;
    padding: .5rem 1rem.5rem 1rem;
    border-radius: 10px;
    background-color: #2c7586
}

.next_btn a:hover {
    color: #fff
}

@media screen and (max-width: 991px) {
    .container-fluid.containerHeadline {
        display:none
    }

    li.nav-item {
        background-image: none;
        border: 1px solid #f9eded;
        border-radius: 0;
        background-color: #fff;
        text-align: left;
        padding: .5rem;
        margin-top: 10px
    }

    .container.containerContent {
        box-shadow: none
    }

    .stepArea {
        display: none!important
    }

    .next_btn {
        margin: auto;
        text-align: center
    }

    div#aging_quiz_step_1 h5 {
        text-align: center;
        margin: auto
    }
}

.next_btn:hover {
    opacity: .8
}

input#contact_fields_email2 {
    border-radius: 0px;
    border: 1px solid #ded9d9;
    min-width: 100%;
    height: 55px;
    padding: 5px;
    clear: both;
    margin: auto;
    opacity: 1;
    position: unset;
}

input#submitF2 {
    color: #fff;
    background-color: #ec4e4b;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    font-family: roboto,sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-shadow: 0 3px 2px #be1f2b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 solid #256092d4;
    padding: 1rem;
    font-size: 1.2rem;
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: 1rem;
    box-shadow: 0 3px 1px 0 #ce4541;
    opacity: 1;
    position: unset
}

input#submitF2:hover {
    color: #fff;
    background-color: #ec4e4b;
    border-color: #2271b38a;
    box-shadow: 0 3px 1px 0 #ce4541;
    -webkit-appearance: none;
    border-radius: 10px;
}

input#contact_fields_email {
    border-radius: 0px;
    border: 1px solid #ded9d9;
    min-width: 100%;
    height: 55px;
    padding: 5px;
    clear: both;
    margin: auto;
    opacity: 1;
    position: unset;
}

input#submitF {
    color: #fff;
    background-color: #ec4e4b;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    font-family: roboto,sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    text-shadow: 0 3px 2px #be1f2b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 solid #256092d4;
    padding: 1rem;
    font-size: 1.2rem;
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: 1rem;
    box-shadow: 0 3px 1px 0 #ce4541;
    opacity: 1;
    position: unset
}

input#submitF:hover {
    color: #fff;
    background-color: #ec4e4b;
    border-color: #2271b38a;
    box-shadow: 0 3px 1px 0 #ce4541;
    -webkit-appearance: none;
    border-radius: 10px;
}

i.fa.fa-arrow-right {
    padding: .71rem 1rem .65rem;
    background-color: #48a4b9;
    border-radius: 0 10px 10px 0;
    margin-right: -16px;
    color: #fff
}

.formOptin {
    max-width: 600px;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.aboveTextOptin p {
    color: #170252;
    font-size: 1.4rem
}

.aboveTextOptin {
    background-color: #fafafa;
    padding: 0 1rem
}

.redHeader {
    font-weight: 700!important;
    color: #ec4e4b!important;
    font-size: 2rem!important
}

.subOptinText {
    padding: 2rem
}

footer {
    margin: auto;
    padding: 2rem;
    max-width: 950px;
    text-align: center;
    font-size: 12px
}

footer p {
    font-size: 12px;
    padding: 0;
    margin: 0
}
