*{
  margin:0;
  padding:0}
:focus{
  outline:0}
img{
  border:none}
html,body{
  height:100%}
html{
  font-size:62.5%}
body{
  background:url(../img/body.jpg) no-repeat 0 0 / cover;
  font-family:Helvetica, Arial, sans-serif;
  font-size:16px;
  color:#000;
  text-align:center;
  min-width:320px;
  -webkit-text-size-adjust:none}
ol,ul{
  list-style:none}
a{
  color:#045B9A;
  text-decoration:none;
  transition:all 0.2s linear}
.center{
  max-width:920px;
  margin:0 auto;
  padding:0 10px}
.header{
  background:#000;
  padding:10px 0;
  text-align:center}
.header h1{
  display:inline-block;
  font-size:16px;
  text-transform:uppercase;
  color:#fff}
.header h1 span{
  background:#d40a1c url(../img/warning_icon.png) no-repeat 7px center;
  display:inline-block;
  line-height:28px;
  padding:0 10px 0 30px;
  margin-right:10px;
  border-radius:5px}
.container{
  position:relative;
  padding:20px 0}
.content{
  background:#f7f7f7;
  padding:35px;
  border-radius:5px;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -ms-flex-pack:justify;
  -webkit-align-items:flex-end;
  -ms-flex-align:flex-end;
  align-items:flex-end}
.content.load{
  -webkit-align-items:flex-start;
  -ms-flex-align:flex-start;
  align-items:flex-start}
.pic-box{
  width:44%}
.pic-box img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  border:3px solid #fff;
  border-radius:5px;
  box-shadow:1px 2px 7px rgba(0, 0, 0, 0.8)}
.step-col{
  width:50%;
  height:100%}
.info h2{
  font-size:2.5rem;
  margin-bottom:15px}
.info p{
  margin-bottom:15px}
.info ol li{
  list-style:decimal inside;
  margin-bottom:15px}
.all_members{
  background:#d40a1c;
  border:1px solid #b61321;
  border-radius:4px;
  box-shadow:0 2px 0 -1px rgba(255, 255, 255, 0.5) inset;
  color:#fff;
  padding:2px 5px}
.steps-title{
  margin-bottom:15px}
.steps-title h2{
  font-family:'Noteworthy-Bold';
  font-size:2.2rem;
  line-height:1;
  font-weight:normal}
.steps-title h3{
  font-size:3rem;
  color:#7d7d7d;
  line-height:1;
  margin-bottom:5px}
.steps-content{
  background:#fff;
  padding:15px 30px;
  margin-top:40px;
  border:1px solid #dadada;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
  position:relative}
.steps-content:before{
  background:url(../img/ring.png) no-repeat 0 0;
  width:14px;
  height:37px;
  display:block;
  content:'';
  position:absolute;
  left:15%;
  top:-18px}
.steps-content:after{
  background:url(../img/ring.png) no-repeat 0 0;
  width:14px;
  height:37px;
  display:block;
  content:'';
  position:absolute;
  right:15%;
  top:-18px}
.steps .step{
  display:none;
  position:relative}
.steps .step:first-child{
  display:block}
.loading-step h3{
  font-size:2rem}
.loading-items{
  margin-top:20px}
.loading-items li{
  display:none}
.loading-items li.selected{
  display:block}
.yes,.no,.continue{
  background:-webkit-linear-gradient(top, #90d43c, #307e11);
  background:linear-gradient(to bottom, #90d43c, #307e11);
  display:block;
  padding:10px;
  min-width:200px;
  margin:10px 0;
  font-size:3rem;
  color:#fff;
  text-decoration:none;
  text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight:bold;
  border:1px solid #368313;
  border-radius:5px}
.no{
  background:-webkit-linear-gradient(top, #e8152f, #c3151d);
  background:linear-gradient(to bottom, #e8152f, #c3151d);
  border:1px solid #7f0914}
.yes:hover,.no:hover,.continue:hover{
  opacity:0.8}
.final h2{
  font-size:3rem;
  line-height:1;
  color:#d40a1c;
  margin-bottom:20px}
.final h2 span{
  display:block}
.final ul{
  margin-bottom:20px}
.final ul li,.check{
  background:url(../img/check.png) no-repeat 0 0;
  padding:3px 0 3px 35px;
  margin-bottom:5px;
  text-align:left}
.final ol li h6{
  font-size:15px}
@media (max-width: 750px){
  html{
    font-size:50%}
  .pic-box{
    display:none}
  .step-col{
    width:100%}
}
@media (max-width: 460px){
  html{
    font-size:40%}
  body{
    font-size:13px}
  .content,.steps-content{
    padding:15px}
  .final ul li,.check{
    padding:5px 0 5px 35px}
}
