@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Regular.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Bold.ttf);
    font-weight: 700;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

p {
    margin: 0
}

h1 {
    font-size: 2.5em;
    line-height: 1.1;
    font-weight: 700
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

a {
    outline: 0
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    
}
.wrapper {
    /* display: flex;
    width: 100vw;
    height: auto; */
}
.hide {
    display: none
}

.next,
.btn-continue {
    width: 150px;
    height: 50px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background: #C90000;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 37px;
    border: none;
}
.next:hover,
.btn-continue:hover{
    background: #c9000063;
}
.next.no:hover{
    background: #c9000063 !important;
    color: #FFFFFF;
}
.next.no{
    width: 120px;
    color: #C90000;
    height: 35px;
    background: transparent;
    border: 2px solid #C90000;
    box-shadow: 0px 5px 10px #00000080;
}
a.next.no{
    text-align: center;
    line-height: 2;
    text-decoration: none;
}
.next.yes{
    width: 160px;
    height: 45px;
    box-shadow: 0px 5px 10px #00000080;
    border: 2px solid #C90000;
}
.next:hover,
.btn-continue:hover {
    /* background: #fff */
}

.next.hide,
.hide.btn-continue {
    display: none
}

.prevStep {
    color: #333;
    text-decoration: none;
    float: left;
    padding-top: 15px
}


input {
    display: inline-block;
    width: 97%;
    height: 50px;
    border: solid 1px #a2a2a2;
    font-weight: bold;
    background: #fff;
    padding-left: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    padding: 0 0 0 10px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
  }

.wrapper .content {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    /* bottom: 0; */
    
    height: 100%;
    overflow: auto;
}
.wrapper .content .textBox.radioBox{
    height: 400px !important;
}
.wrapper .content .textBox {
    width: 400px;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Open Sans';
    background: #ffffff70;
    border-radius: 20px;
    height: 350px;
}
.wrapper .content .textBox.last{
    background: #ffffff70;
    border-radius: 30px;
    padding: 40px;
    width: 450px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content .textBox.last{
        width: 100%;
        bottom: 0;
        top: 0%;
        overflow-y: scroll;
        padding: 0;
        border-radius: 0px;
    }
    .wrapper .content .textBox.last .emailField {
        margin: 10px 0;
    }
    
}
.wrapper .content .textBox.last .title, .wrapper .content .textBox.last .list{
    color: #000000 !important;
    text-shadow: none !important;
}
.wrapper .content .textBox.last .list{
    font-size: 16px;
}
.wrapper .content .textBox.last .list ol{
    padding-top: 20px;
    text-align: left;
}
.wrapper .content .textBox.last .list ol li{
    margin-top: 10px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
    }
    .wrapper .content .textBox {
        margin: auto;
        bottom: 5%;
        height: 400px;
    }
    .radio-buttons{
        width: 98% !important;
        max-width: 265px !important;
        padding-top: 0 !important;
    }
    .wrapper .content .radioBox .stepContent .buttons{
        padding-top: 0px !important;
        width: 100%;
    }
    .emailField{
        width: 80% !important;
    }
}



.wrapper .content .textBox .stepContent {
    padding: 25px 10px 10px 10px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent {
        text-align: center;
        background-position: center 10px
    }
}

.wrapper .content .textBox .stepContent .important {
    text-transform: uppercase;
    color: #d8a23e;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 28px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .important {
        padding-bottom: 0
    }
}

.wrapper .content .textBox .stepContent .title {
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    width: 80%;
    margin-bottom: 15px;
}

.wrapper .content .textBox .stepContent .title span {
    padding-top: 5px;
    display: inline-block
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .title {
        padding: 10px 0 10px
    }
}

.wrapper .content .textBox .stepContent .subTitle {
    color: #000000;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
}

.wrapper .content .textBox .stepContent .subTitle span{
    color: #C90000;
    text-shadow: 0px 3px 6px #000000BF;
    
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .subTitle {
        padding: 0
    }
}

.wrapper .content .textBox .stepContent .submitForm {
    text-align: right
}

.emailField {
    width: 60%;
    margin: 25px 0;
    border-radius: 30px;
    padding-left: 20px;
}
#errorMsg{
    color: #C90000;
    font-weight: 700;
}
.wrapper .content {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    /* bottom: 0; */
    background: url(../images/layer1.jpg) black;
    /* background:  black; */
    background-size: cover;
    height: 100%;
    overflow: auto;
}
.wrapper .content .textBox .stepContent .submitForm .prevStep {
    float: left
}

.wrapper .content .textBox .stepContent .submitForm .error {
    color: #e61515;
    text-align: center
}

.wrapper .content .textBox .stepContent .selection {
    padding-top: 18px
}

.wrapper .content .textBox .stepContent .selection select {
    display: inline-block;
    width: 209px;
    height: 50px;
    border: solid 1px #a2a2a2;
    font-weight: bold;
    background: #fff
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .selection select {
        display: block;
        margin: 0 auto
    }
}

.wrapper .content .textBox .stepContent .selection select.single {
    width: 100%
}

.wrapper .content .textBox .stepContent .selection p {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px
}

.wrapper .content .textBox .stepContent .buttons {
    padding-top: 30px;
    text-align: right;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.wrapper .content .radioBox .stepContent .buttons {
    padding-top: 10px;
}
.buttons.multichoices{
    height: 190px !important;
}
.multichoices .next.no{
    width: 160px;
    height: 45px;
    line-height: 1;
    font-size: 14px;
}
img.form_icon{
    width: 75px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.wrapper .content .textBox .stepContent.four {
    background: #fff
}

.wrapper .content .textBox .stepContent.four .title,
.wrapper .content .textBox .stepContent.four .subTitle {
    padding-left: 0
}

.wrapper .content .textBox .stepContent.six {
    min-height: 170px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent.six {
        min-height: 200px
    }
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox {
        width: 90%
    }
}

.wrapper .content:nth-child(2) {
    background: url(../images/layer2.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(3) {
    background: url(../images/layer3.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(4) {
    background: url(../images/layer4.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(5) {
    background: url(../images/layer5.jpg) black;
    background-size: cover
}
.wrapper .content:nth-child(6) {
    background: url(../images/layer6.jpg) black;
    background-size: cover
}
.wrapper .content:nth-child(7) {
    background: url(../images/layer7.jpg) black;
    background-size: cover
}
.wrapper .content:nth-child(8) {
    background: url(../images/layer8.jpg) black;
    background-size: cover
}
.wrapper .content:nth-child(9) {
    background: url(../images/layer9.jpg) black;
    background-size: cover
}


@-webkit-keyframes slideDownEnter {
    0% {
        -webkit-transform: translateY(-150%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDownEnter {
    0% {
        transform: translateY(-150%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDownExit {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(-150%)
    }
}

@keyframes slideDownExit {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(-150%)
    }
}

@-webkit-keyframes slideUpEnter {
    0% {
        -webkit-transform: translateY(150%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideUpEnter {
    0% {
        transform: translateY(150%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUpExit {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(150%)
    }
}

@keyframes slideUpExit {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(150%)
    }
}

.radio-buttons{
    flex-direction: row !important;
    height: 200px !important;
    flex-wrap: wrap;
    width: 70%;
    justify-content: space-evenly !important;
    padding-top: 10px !important;
}

.radio-item-1, .radio-item-2{
    display: none !important;
}

.label-item{
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 10px;
}
.radio-item-1:checked + label {
    opacity: 1;
    filter:grayscale(55%) brightness(29%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
.radio-item-2:checked + label {
    opacity: 1;
    filter:grayscale(55%) brightness(29%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
.label-item {
    cursor: pointer;   
}
.label-item img{
    width: 60px;

}
.label-item img:hover{
    filter:grayscale(55%) brightness(29%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
