input:focus, input:active, textarea:focus, textarea:active, a:focus, a:active {
    outline: 0px none !important;
}
ul, ol, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'BrixSansRegular';
    font-size: 18px;
    line-height: 1.5;
    color: #002846;
}
h1 {
    font-size: 60px;
    font-family: 'BrixSlab-Black';
    line-height: 2;
}
h2 {
    font-size: 40px;
    font-family: 'BrixSlab-Black';
    line-height: .95;
    text-transform: uppercase;
}
h3 {
    font-size: 35px;
    font-family: 'BrixSlab-Black';
    line-height: 1.1;
}
h4 {
    font-size: 30px;
    font-family: 'BrixSlab-Black';
    line-height: 1;
    font-weight: normal;
}
h5 {
    font-size: 25px;
    font-family: 'BrixSlab-Black';
    line-height: 1.52;
}
h6 {
    font-size: 20px;
    font-family: 'BrixSlab-Black';
    line-height: .7;
}
#startIt {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.step-count {
    position: absolute;
    background: transparent url('../img/header_img.png') no-repeat 10px 0;
    background-size: 100%;
    width: 73px;
    height: 43px;
    left: 50%;
    text-align: center;
    top: -21px;
    padding-top: 3px;
    margin-left: -37px;
    padding-left: 9px;
    font-size: 27px;
    color: white;
    font-weight: normal;
    font-family: 'BrixSlab-Black';
}
.previous-button.active {
    display: block;
    float: po;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -13px;
}
.question-container {
    width: 100%;
    height: 120px;
    min-height: 640px;
    position: relative;
    display: none;
}
.question-container.active {
    display: block;
}
.inner-question-container h2 {
    color: #153954;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
    ;
    font-size: 24px;
}
.innner-progress {
    width: 100%;
    display: block;
    background: #65BDE1;
    height: 5px;
    position: relative;
}
.answer-container {
    text-align: center;
    color: #65BDE1;
    width: 435px;
    margin: 0 auto;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .question-container.active::after {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 400px;
        background-position: bottom right;
        background-repeat: no-repeat;
        right: 0;
        content: '';
        z-index: -1;
    }
    #question-container-1::after {
        background-size: 60%;
        background-image: url('../img/bg_1.jpg');
        bottom: -84px;
        z-index: -1;
        background-position: center;
    }
    #question-container-2::after, #question-container-6::after, #question-container-7::after {
        background-size: 310px;
        background-image: url('../img/bg_2.png');
    }
    #question-container-3::after {
        background-size: 310px;
        background-image: url('../img/bg_2.png');
    }
    #question-container-4::after {
        background-size: 310px;
        background-image: url('../img/bg_4.png');
    }
    #question-container-5::after {
        background-size: 380px;
        background-position: bottom left;
        background-image: url('../img/bg_5.png');
    }


    #question-container-9::after, #question-container-11::after, #question-container-13::after  {
        background-size: 330px;
        background-position: bottom left;
        background-image: url('../img/cat_1.png');
    }

    #question-container-10::after, #question-container-12::after {
        background-size: 380px;
        background-position: bottom right;
        background-image: url('../img/cat_2.png');
    }

}


.footer-inner {
    background: #64BDE1;
    height: 6px;
    width: 100%;
    margin-top: 50px;
}
.step-count {}

/**
 * Buttons
 */

button:focus {
    outline: 0;
}
.onequestion-button {
    color: white;
    background: transparent url('../img/answer_1.png') no-repeat center center;
    background-size: 100%;
    width: 160px;
    height: 160px;
    border: 0;
    margin: 15px;
    padding: 10px;
}
.onequestion-button.active {
    background: transparent url('../img/answer_1_active.png') no-repeat center center;
    background-size: 100%;
}
.answer {
  display: inline-block;
  vertical-align: middle;
}
.answer-1 .onequestion-button {
    background-image: url('../img/answer_1.png');
}
.answer-1 .onequestion-button.active {
    background-image: url('../img/answer_1_active.png');
}
.answer-2 .onequestion-button {
    background-image: url('../img/answer_2.png');
}

#question-container-10 .onequestion-button {
  font-size: 22px;
}

@media only screen and (max-width: 450px) {
  #question-container-10 .onequestion-button {
        font-size: 17px;
  }

}

.answer-2 .onequestion-button.active {
    background-image: url('../img/answer_2_active.png');
}
.answer-3 .onequestion-button {
    background-image: url('../img/answer_3.png');
}
.answer-3 .onequestion-button.active {
    background-image: url('../img/answer_3_active.png');
}
.answer-4 .onequestion-button {
    background-image: url('../img/answer_4.png');
}
.answer-4 .onequestion-button.active {
    background-image: url('../img/answer_4_active.png');
}
.onequestion-button:hover {
    cursor: pointer;
}
.action-buttons-container {
    position: relative;
    margin-top: 20px;
}
.next-button {
    background: #DB4061;
    padding: 11px;
    width: 140px;
    display: block;
    margin: 0 auto;
    color: white;
    text-decoration: none;
    font-family: Arial;
}
.previous-button {
    float: left;
    margin-top: 15px;
    margin-left: 70px;
    font-size: 12px;
    text-decoration: none;
    color: #002846;
    display: none;
}
.next-button:hover, .next-button:focus {
    color: white;
    background: #930926;
    text-decoration: none;
}
.previous-button.active {
    display: block;
    ;
}

/** buttons end */

.wizard-page {
    padding-top: 50px;
}
.onequestion-button {
    font-family: 'BrixSlab-Black', 'serif';
    font-size: 34px;
    line-height: 1;
}
.onequestion-button:active {
    box-shadow: none;
}
.onequestion-button b {
    font-family: 'BrixSansRegular', 'sans-serif';
    font-weight: normal;
    display: block;
    color: black;
    font-size: 17px;
}
#question-container-1 .onequestion-button {
    font-size: 29px;
}
#question-container-2 .onequestion-button {
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
}
#question-container-2 .onequestion-button b {
    text-transform: none;
    font-size: 15px;
}
#question-container-3 .onequestion-button {
    font-size: 20px;
}
#question-container-3 .active .onequestion-button {
    color: white;
}
#question-container-4 .onequestion-button {
    text-transform: uppercase;
    ;
}
#question-container-5 .onequestion-button {
    font-family: 'BrixSlab-Black', 'serif';
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
    .answer-container {
        width: 100%;
    }
    .onequestion-button {
        height: 135px;
        font-size: 32px;
        width: 135px;
        margin: 4px;
        max-width: 170px;
    }
    .onequestion-button b {
        font-size: 14px;
    }
    .inner-question-container h2 {
        margin-bottom: 20px;
        font-size: 23px;
        margin-top: 59px;
    }
    .previous-button {
        margin-left: 12px;
    }
    .next-button {
        width: 100%;
    }
    .question-container {
        height: auto;
        min-height: 0;
    }
    #footer {
        position: relative;
        ;
    }
}
.onequestion-button.active b {
    color: white;
}
