 #mailing {
     display: none;
     padding: 10px;
     width: 100%;
     max-width: 500px;
     margin-left: auto;
     margin-right: auto;
     box-sizing: border-box;
 }
 .textbox-email {
     width: 80%;
     padding: 5px;
     font-size: 18px;
     box-sizing: border-box;
 }
 .email-submit::after {
     content: ' >>';
 }
 html {
     font-size: 62.5%
 }
 body {
     font-size: 2rem;
     font-family: arial, sans-serif;
     background-color: #ffffff;
     color: #506473;
 }
 * {
     margin: 0;
     padding: 0;
     font-weight: normal;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
 }
 .wrapper {
     padding-bottom: 10px;
 }
 .wrap {
     width: 100%;
     max-width: 980px;
     display: block;
     margin: 0 auto
 }
 #firstpage {
     width: 100%
 }
 .left {
     width: 39%;
     float: right;
     display: inline-block;
     overflow: hidden;
 }
 .left img {
     max-width: 275px;
     padding: 40px 0 0;
 }
 .right1,
 .right2 {
     width: 60%;
     float: left;
     display: inline-block
 }
 h1 {
     text-transform: uppercase;
     font-size: 75px;
     margin: 43px 0 0 0;
     font-weight: bold;
     text-align: center;
     line-height: 1;
     color: #ff4c4c;
     font-style: italic;
 }
 h2 {
     font-size: 30px;
     line-height: 1.2;
     text-align: center;
     margin: 10px 0;
     font-weight: 700;
 }
 h3 {
     font-size: 40px;
     line-height: 48px;
     font-weight: 700;
     text-align: center;
     display: inline-block;
     font-family: arial, sans-serif;
     vertical-align: middle;
     padding-top: 20px;
 }
 h4 {
     font-size: 30px;
     line-height: 38px;
     text-align: center;
 }
 h4 span {
     font-size: 3rem;
     text-transform: uppercase;
     font-weight: 600
 }
 #top_container {
     display: none;
     border-radius: 0;
     width: 95%;
     text-align: center;
     min-width: 300px;
     max-width: 840px;
     position: relative;
     margin: 25px auto 10px;
 }
 #top_container h5 {
     font-size: 36px;
     line-height: 1.2;
     color: #ff4c4c;
     font-family: arial, sans-serif;
     font-weight: 700;
     text-transform: uppercase;
 }
 #top_container p,
 .email_under_title > p {
     font-size: 28px;
     margin: 15px 0;
     color: #506473;
     font-family: arial, sans-serif;
 }
 #top_container p u {
     font-weight: bold
 }
 .toggleDiv {
     display: none;
     /*/font: 30px arial, sans-serif;*/
     overflow: hidden;
     width: 100%;
     min-width: 300px;
     max-width: 840px;
     margin: 0 auto;
     color: #000;
     border: 1px solid #aac3d6;
     border-radius: 6px;
     background-color: #e9eff4;
 }
 .header {
     display: table;
     width: 101%;
     background-color: #506473;
     color: #fff;
     text-align: center;
     font-weight: bold;
     font-size: 3rem;
     padding: 10px 5px;
 }
 .header p {
     display: table-cell;
     vertical-align: middle;
     font-size: 3.5rem;
 }
 .circle {
     font: 30px arial, sans-serif;
     color: #ffffff;
     /* background: #555; */
     display: inline-block;
     width: 35px;
     height: 35px;
     line-height: 35px;
     border-radius: 50% 0 0 50%;
     padding-right: 10px;
     margin-right: 30px;
     padding-left: 8px;
     position: relative;
 }
 .circle:last-child {
     margin-right: 0;
 }
 .circle.active {
     background: #ff4c4c;
 }
 .circle.active:after {
     content: '';
     background: -moz-linear-gradient(left, rgba(255, 76, 76, 1) 0%, rgba(255, 255, 255, 0) 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(255, 76, 76, 1) 0%, rgba(255, 255, 255, 0) 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(255, 76, 76, 1) 0%, rgba(255, 255, 255, 0) 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#00ffffff', GradientType=1);
     /* IE6-9 */
     width: 20px;
     height: 35px;
     display: block;
     position: absolute;
     top: 0;
     right: -20px;
 }
 .circle.active:last-child {
     content: '';
     background-color: #ff4c4c;
     border-radius: 40px;
 }
 .circle.active:last-child:after {
     content: none;
 }
 .question_box {
     margin: 0 auto;
     padding: 10px;
     min-height: 100px;
     color: #808080;
     font-size: 21px;
     font-family: arial, sans-serif;
     text-align: center;
 }
 .question_check {
     min-width: 300px;
     margin: 0 auto;
     padding: 10px
 }
 .question_check .choose_answer {
     display: block;
     font-size: 18px;
     color: #808080;
     text-align: center;
     font-family: arial, sans-serif;
 }
 .answers {
     width: 90%;
     max-width: 315px;
     margin: 15px auto
 }
 .answer_box {
     margin: 10px 0;
     font-size: 24px;
     color: #506473;
 }
 .answer_box label {
     cursor: pointer;
     padding-left: 25px;
     font-weight: 700;
     font-family: arial, sans-serif;
     display: inline-block;
     position: relative;
     vertical-align: middle;
 }
 .answer_box input[type='checkbox'] {
     display: none;
 }
 .answer_box label:before {
     border-radius: 3px;
     content: "";
     display: inline-block;
     width: 17px;
     height: 17px;
     position: absolute;
     left: 0;
     top: 5px;
     background: url(../images/checkbox-off.png);
 }
 .answer_box input[type='checkbox']:checked + label:before {
     content: '';
     background: url(../images/checkbox-on.png);
     text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
     font-size: 15px;
     color: #f3f3f3;
     text-align: center;
     line-height: 15px;
     display: block;
     width: 17px;
     height: 17px;
 }
 .question_box .postal {
     margin-top: 10px
 }
 .btn_block,
 .button {
     clear: both;
     text-align: center;
     padding-bottom: 15px
 }
 .btn,
 .email-submit {
     display: inline-block;
     font: bold 30px arial, sans-serif;
     width: 43%;
     text-decoration: none;
     cursor: pointer;
     padding: 14px 0;
     color: #fff;
 }
 .btnyes {
     border-radius: 10px;
     background-color: #29cc7a;
     margin-right: 40px;
 }
 .btnno {
     border-radius: 10px;
     background-color: #ff4c4c;
 }
 .btnnext,
 .email-submit {
     width: 90%;
     max-width: 315px;
     min-width: 200px;
     color: #ffffff;
     border-radius: 15px;
     background-color: #29cc7a;
 }
 .gobutton {
     font-size: 36px;
     font-weight: 700;
     line-height: 40px;
     display: block;
     width: 95%;
     margin: 20px auto 0;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     padding: 30px 0;
     color: #ffffff;
     border-radius: 15px;
     background-color: #29cc7a;
     font-family: arial, sans-serif;
 }
 .gobutton:hover {
     background-color: #2ee68a;
 }
 span.bg-circle {
     display: inline-block;
     height: 35px;
     line-height: 35px;
     background-color: #627a8c;
     border-radius: 40px;
     margin-left: 10px;
 }
 .text-with-logo {
     text-align: center;
     margin: 25px 0;
 }
 .text-with-logo .logo {
     display: inline-block;
     vertical-align: middle;
 }
 #popup-wrapper-click {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: 999999
 }
 @media screen and (max-width: 915px) {
     .wrap {
         display: table;
         padding: 30px 15px 10px
     }
     .toggleDiv {
         width: 96%
     }
     h1,
     h2,
     h3,
     h4 {
         margin: 0
     }
     h3 {
         padding-right: 0;
         padding-top: 0;
         line-height: normal;
     }
     .first {
         float: none;
         display: table-header-group;
         min-width: 100%
     }
     .second {
         float: none;
         display: block;
         min-width: 100%;
         text-align: center
     }
     .left img {
         padding: 50px 0;
     }
     .last {
         float: none;
         display: table-footer-group;
         min-width: 100%
     }
 }
 @media screen and (max-width: 640px) {
     html {
         font-size: 50%
     }
     .left img {
         width: 100%;
         padding: 0 0 20px 0;
         max-width: 200px;
         height: auto;
     }
     h2 {
         font-size: 3rem;
         font-weight: 700
     }
     #top_container p {
         background-color: #e6e6ea;
         padding: 6px;
         width: 100%;
         margin: 10px auto;
         text-align: left;
         font-size: 22px;
     }
     .email_under_title > p {
         background-color: #e6e6ea;
         padding: 6px;
         width: 100%;
         font-size: 22px;
     }
     #top_container h5 {
         font-size: 24px;
     }
     .answer_box {
         font-size: 20px;
     }
 }
 @media screen and (max-width: 420px) {
     html {
         font-size: 40%
     }
     .first img {
         width: 170px;
         height: 60px;
     }
     h1 {
         font-size: 7rem
     }
     .gobutton {
         font-size: 24px;
         line-height: 30px;
         padding: 15px 0;
     }
     h4 {
         font-size: 26px;
         line-height: 30px;
     }
     .btnyes {
         margin-right: 20px;
     }
     .textbox-email {
         width: 100%;
         box-sizing: border-box;
     }
 }
 @media screen and (max-width: 360px) {
     span.bg-circle {
         margin: 10px 0 10px 0;
     }
 }
