html {
    margin: 0;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 42%
}
@media screen and (min-width: 600px) {
    html {
        font-size: 62.5%
    }
}
body {
    background: #000;
    background-size: cover;
    font-family: Arial, sans-serif;
    color: #454a50;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    line-height: 1.45
}
#theBody {
    background: url(../images/second_page_bg-pixelate.jpg) no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
#mobControl {
    display: block
}
@media screen and (min-width: 640px) {
    #mobControl {
        display: none
    }
}
#frame1:before,
#loading:before,
#qB:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: ""
}
#loading,
#qB {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: auto;
    padding: 0 10px;
    text-align: center;
    transition: opacity 1.5s ease-out
}
#frame1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    width: 96%;
    max-width: 605px;
    height: 90%;
    max-height: 763px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    text-align: center;
    transition: opacity 1.5s ease-out
}
#loading>div,
#qB>div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 98%;
    margin: 0 auto;
    max-width: 550px
}
#qB>div>div {

}
#frame1>div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    bottom: 5rem;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: 2rem 1rem;
    text-align: center
}
#frame1 h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem
}
#frame1 p {
    font-size: 1.6rem
}
#frame1>div>div,
#qB>div>div>div>div {
    padding: 2rem 0;
    text-align: center
}
#frame1>div>div>div,
#qB>div>div>div>div>div,
#cta {
    display: inline-block;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
    text-align: center;
    text-decoration: none;
    transition: .4s;
    box-sizing: border-box;
    box-shadow: 0 5px 10px #b8b8b8;
    background: #3cc566;
    border: 2px solid #3cc566;
    color: #fff;
    cursor: pointer;
    width: 40%;
    margin: 0 1%
}
#frame1>div>div>div+div,
#qB>div>div>div>div>div+div {
    background: #fff;
    border: 2px solid #a4a8ad;
    color: #a4a8ad
}
#frame1>div>div>div:hover,
#frame1>div>div>div:active,
#qB>div>div>div>div>div:hover,
#qB>div>div>div>div>div:active,
#cta:hover {
    background: #35e06a;
    border-color: #35e06a
}
#frame1>div>div>div+div:hover,
#frame1>div>div>div+div:active,
#qB>div>div>div>div>div+div:hover,
#qB>div>div>div>div>div+div:active {
    background: #f3f3f3;
    border-color: #000;
    color: #000
}
#loading>div {
    text-align: center
}
#loading,
#qB,
#qB>div>div {

    overflow: hidden
}
#loading,
#qB {
    position: relative
}
#loading[data-state=show] {
    position: absolute
}
#qB>div>div[data-state=show],
#qB>div>div:first-child,
#qB[data-state=show],
#loading[data-state=show] {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    height: auto;
    z-index: 1
}
#qB[data-state=show] {
    z-index: 1;
    position: inherit;
    height: 100%
}
#loading[data-state=hide],
#frame1[data-state=hide],
#qB>div>div[data-state=hide] {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
    padding: 0
}
#loading h2 {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 7px #000
}
#loadload img {
    width: 80%;
    max-width: 350px;
    height: auto;
    margin-top: 40px
}
#qB p,
#final p {
    margin-bottom: 1.5rem;
    line-height: 1.45
}
#qB h1,
#qB h3,
#final h1 {
    padding: 1.5rem 0;
    background: #e0e1e3;
    color: #8691a0;
    font-weight: 600;
    text-align: center;
    font-size: 2.2rem;
    box-shadow: inset 0 -3px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 -3px 15px rgba(0, 0, 0, .2)
}
#qB h2 {
    font-weight: 400;
    font-size: 2rem;
    color: #8691a0;
    text-align: center;
}
#qB>div>div>div,
#final>div {
    padding: 3rem;
    background: #fff
}
#qB h3 span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    line-height: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #8691a0;
    color: #b6bed3;
    margin-right: 6px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    margin: 0 .8rem
}
#qB h3 .active {
    border-color: #fff;
    background: #fff;
    color: #8691a0
}
#qB select {
    font-size: 18px;
    font-weight: 100;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #333
}
#qB ul {
    list-style: none;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%
}
#qB ul>li {
    cursor: pointer
}
#qB ul>li:hover span {
    font-weight: bold
}
#qB ul li span {
    position: relative;
    padding: 0 1rem 0 3rem;
    text-align: left;
    line-height: 20px;
    display: block;
    cursor: pointer;
    font-weight: normal;
    color: #454a50;
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 1.5rem
}
#qB ul li span:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    border: solid 1px #8691a0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 15px;
    height: 15px
}
#qB ul li .box-fill {
    font-weight: bold
}
#qB ul li .box-fill:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 5px;
    z-index: 10;
    width: 16px;
    height: 7px;
    border: 3px solid #8691a0;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg)
}
#theBody {
    height: 100%
}
#pcont {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    display: none
}
#pExitDiv {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    margin-top: 0;
    margin-left: 0
}
#no_escape {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30000;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e4496a;
    background-size: cover
}
#pImg {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    display: block
}
#pImg i {
    display: inline-block
}
#modal {
    z-index: 998!important
}

#q1 h1, #q2 h1, #q3 h1, #q4 h1, #q5 h1, #q6 h1, #q7 h1, #q8 h1, #q9 h1, #q10 h1, #q11 h1 {margin:0px !important;}

#mailing {
  padding:10px !important;
}

.email_under_title > p {
  font-size: 20px;
  color: black;
  text-transform: initial !important; 
}

.email-submit {
  display: inline-block;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
    text-align: center;
    text-decoration: none;
    transition: .4s;
    box-sizing: border-box;
    box-shadow: 0 5px 10px #b8b8b8;
    background: #3cc566;
    border: 2px solid #3cc566;
    color: #fff;
    cursor: pointer;
    width: 40%;
    margin: 0 1%;
}

.email-submit:hover {
      background: #35e06a;
    border-color: #35e06a;
}

  
  .textbox-email {
    margin-top: 5px;
    width: 80%;
    max-width: 400px;
    padding: 7px;
    font-size: 18px;
    margin-bottom: 20px !important
  }

.mailing_wrap {
  padding: 0px 5px 30px !important;
  width: 100% !important
}

.content_email_under {
  padding:0px !important;
  width: 100% !important;
  box-shadow: none !important;
  border:none !important;
  background: none !important
}

.input_countainer {
  line-height: 5px !important
}

.email-submit {
  margin-bottom: 30px !important
}