
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family:Roboto-Light;
  src: url('../fonts/roboto/Roboto-Light.ttf'); 
}

@font-face {
  font-family:Roboto-Regular;
  src: url('../fonts/roboto/Roboto-Regular.ttf'); 
}

@font-face {
  font-family:Roboto-Bold;
  src: url('../fonts/roboto/Roboto-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}

html {
  height:100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body{ 
  font-family:Roboto-Regular;
  background:#163a7b;
  min-height:100%;
  line-height:1.5;
}

a:hover{
  text-decoration:none;
}

.bold{
  font-family:Roboto-Bold;
}

.clear{
  clear:both;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

header{
  width:100%;
  padding-top:25px;
  padding-bottom:120px;
  background:#163a7b;
}

.wrapper{
  width:1240px;
  margin:0 auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
}

.defencevpn-logo{
  display:block;
  float:left;
  width:200px;
  margin-left:100px;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Info Section ]*/

.info-container{
  padding:30px 40px 0 0;
}

.recommended{
  display:block;
  margin-top:20px;
  font-size:0.9em;
  color:#FFF;
}

.recommended img{
  margin:0 5px;
}

.techradar{
  width:115px;
}

.header-title{
  font-family:Roboto-Bold;
  font-size:2.8em;
  padding:30px 0 20px 0;
  color:#FFF;
  line-height:1.3;
}

.SVG-wrapper .SVG--inline{
  margin-top:-3px;
  display: inline-block;
  vertical-align: middle;
}

.feature-row{
  margin-top:12px;
}

.header-span{
  font-size:1.1em;
  margin-left:6px;
  color:#FFF;
}

.available-icons{
  display:block;
  width:225px;
  margin-top:20px;
}

.header-devices{
  display:block;
  width:100%;
  margin:140px auto 25px;
}

.seen-title{
  font-family:Roboto-Bold;
  font-size:1.6em;
  margin-bottom:20px;
  color:#FFF;
  text-align:center;
}

.logo-set{
  display:block;
  width:100%;
  margin:auto;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Email/Password Form ]*/

.payment-container{
  position:relative;
  display:none;
  padding:50px 25px;
  margin-top:50px;
  background:#FFF;
  box-shadow:5px 8px 4px -2px rgba(0,0,0,0.3);
}

.secure-checkout{
  display:none;
  position:absolute;
  top:25px;
  right:40px;
}

.secure-icon{
  width:24px;
  margin-top:-4px;
  margin-right:0px;
}

.secure-title{
  font-family:Roboto-bold;
  font-size:0.8em;
  color:#2e4270;
}

.payment-title{
  font-family:Roboto-bold;
  font-size:2.0em;
  letter-spacing:-0.6px;
  margin-top:15px;
  margin-bottom:15px;
  text-align:center;
  color:#2e4270;
}

#account-form{
  display:block;
  padding:0 40px;
}

.field input{
  width:100%;
  height:40px;
  font-size:0.9em;
  margin-top:10px;
  outline:0;
  border-width:0 0 1px 0;
  border-bottom:1px solid #dde5ed;
  -webkit-appearance: none;
  background:#FFF;
  color:#2f71b2;
}

.field input:focus{
  border-bottom:2px solid #2f71b2;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a8bed5 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a8bed5 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a8bed5 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a8bed5 !important;
}

textarea:focus, select:focus, input:focus{
  outline: none;
}

.field .error{
  margin-bottom:-8px;
}

label.error{  
  display:block;
  font-family:Roboto-bold;
  font-size:0.8em;
  color:#ea0000;
  margin-top:12px;
}

input.error{
  border-bottom:2px solid #ea0000; 
}

select.error{
  border-bottom:2px solid #ea0000; 
}

.padding-left{
  padding-left:0;
}

.padding-right{
  padding-right:0;
}

.plan-container{
  display:flex;
  margin-bottom:30px;
}

.freetrial-message{
  font-family:Roboto-bold;
  font-size:1.2em;
  letter-spacing:-0.4px;
  margin:40px 0 20px 0;
  text-align:center;
  color:#2e4270;
}

.active-plan{
  padding:25px 12px;
  color:#FFF;
  background:#113769;
  cursor:pointer;
  border-bottom:10px solid #2eb609;
}

.active-plan .one-month-arrow{
  border-top:10px solid #2eb609;
}

.one-month-arrow{
  position:absolute;
  left:41%;
  bottom:-20px;
  border:10px solid transparent;
}

#one-year-plan .one-year-arrow{
  display:block;
  border-top:10px solid #2eb609;
}

.one-year-arrow{
  position:absolute;
  left:45%;
  bottom:-30px;
  border:10px solid transparent;
}

.deactive-plan{
  padding:25px 12px;
  border:1px solid #dde5ed;
  color:#113769;
  background:#FFF;
  cursor:pointer;
}

.active-plan:hover{
  -webkit-box-shadow: 1px 2px 7px 2px #7f7f7f;
  box-shadow: 1px 2px 7px 2px #7f7f7f;
}

.deactive-plan:hover{
  -webkit-box-shadow: 0 1px 6px 1px #9E9E9E;
  box-shadow: 0 1px 6px 1px #9E9E9E;
}

.plan-heading{
  font-size:1.1em;
  text-align:center;
}

.price{ 
  font-family:Roboto-bold;
  font-size:3.5em;
  line-height:0.5;
  letter-spacing:-2px;
  margin-top:20px;
  text-align:center;
}

.dollar{
  display:inline-block;
  vertical-align:top;  
  font-size:0.45em;
  margin-right:5px;
}

.permonth{
  font-size:0.3em;
  letter-spacing:0.5px;
  text-align:center;
}

.billing{
  font-size:1.0em;
  text-align:center;
  margin-top:30px;
}

#one-year-plan{
  position:relative;
}

.save{
  position:absolute;
  top:0px;
  right:8px;
  font-family:Roboto-Bold;
  font-size: 0.9em;
  padding:6px 12px 12px 12px;
  color:#FFF;
  text-align: center;
  text-transform:uppercase;
  letter-spacing: -.01rem;
  z-index: 1;
  background:#2eb609;
  -webkit-clip-path: polygon(0 0,100% 0,100% 100%,50% 92%,0 100%,0 0);
  clip-path: polygon(0 0,100% 0,100% 100%,50% 92%,0 100%,0 0);
}

.below-button{
  height:45px;
  margin-top:12px;
}

.trial-message{
  font-size:0.9em;
  color:#606f94;
  text-align:center;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Select Payment Type ]*/

#select-payment-type{
  display:none;
  margin-top:35px;
}

.cc-paypal-flex{
  margin:0 auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
}

#cc-form{
  margin-top:25px;
}

.select-payment{
  height:56px;
  font-family:Roboto-Bold;
  border:1px solid #dde5ed;
  border-radius: 4px;  
  padding:16px 0 0 14px;
  color:#2e4270;
  background:#FFF;
  cursor:pointer;
}

.select-method{
  display:none;
  font-family:Roboto-Bold;
  font-size:1.2em;
  color:#f7981d;
  text-align:center;
}

.circle-cc{
  display:block;
  float:left;
  height:16px;
  width:16px;
  margin-top:4px;
  margin-right:8px;
  background:#f7981d;
  border-radius:50%; 
  border:1px solid #f7981d;
}

.circle-paypal{
  display:block;
  float:left;
  height:16px;
  width:16px;
  margin-top:4px;
  margin-right:10px;
  background:#f5f5f5;
  border-radius:50%; 
  border:1px solid #b1b1b1;
}

.payment-type{
  font-size:1.0em;  
}

.card-icon-wrapper{
  display:inline-block;
  margin-left:5px;
}

.paypal-icon{
  height:28px;
  margin-top:-3px;
  margin-left:2px;
  padding:1px;
}

.payment-icon{
  height:21px;
  margin-top:-3px;
  margin-left:2px;
  padding:1px;
}

/*/////////////////////////////////////////////////////////////////////////////////
[ Credit Card Form ]*/

#cc-form{
  display:none;
}

#paypal-wrapper{
  display:none;
  padding:0 50px;
}

.cc-payment-wrapper{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  padding:0 50px;
}

.cc-title{
  font-size:0.9em;
  color:#606f94;
  padding-bottom:3px;
  padding-top:5px;
  margin-bottom:20px;
  border-bottom:1px solid #dde5ed;
}

.cvv-icon{
  position:absolute;
  top:20px;
  right:-10px;
  width:18px;
  cursor:pointer;
}

.ssl-badge-wrapper{
  width:185px;
  margin:20px auto 0;
}

.ssl{
  float:left;
  width:100px;
  margin-top:12px;
  margin-right:10px;
}

.save-badge{
  float:left;
  width:70px;
}

.order-review-wrapper{
  width:100%;
  margin:25px 0 10px 0;
}

.review-title{
  font-size:1.0em;
  color:#4d5d84;
  padding-bottom:5px;
  margin-bottom:7px;
  border-bottom:1px solid #dde5ed;
}

.review-plan{
  font-family:Roboto-Bold;
  font-size:1.2em;
  color:#2e4270;   
}

.billed{
  color:#606f94;
  font-size:0.8em;
  margin-top:-2px;
}

.total-price{
  font-family:Roboto-Bold;
  font-size:1.2em;
  color:#2e4270;
  width:93%;  
  text-align:right;
}

.continue-text{
  color:#606f94;
  font-size:1.0em;
  padding-top:45px;
  margin-bottom:20px;
}

.top{
  margin-top:20px;
}

.legal{
  font-size: 0.8em;
  padding-top:6px;
  color: #606f94;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ CVC Popup ]*/

.cvv-cover{
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(0,0,0,0.8);  
  z-index:4;
}

.cvv-popup{
  position:absolute;
  width:500px;
  top:10%;
  left:50%;  
  margin-left:-250px;
  padding:25px 40px;
  background:#FFF;
}

.cvv-title{
  position:relative;
  font-size:1.2em;
  color:#606f94;
  padding-bottom:15px;
  border-bottom:1px solid #dde5ed;
}

.cvv-padding{
  position:relative;
  padding-left:0px;
}

.close-icon{
  font-family: "Roboto-Regular";
  position:absolute;
  width:16px;
  top:-10px;
  right:-27px;
  font-size:0.9em;
  cursor:pointer;
}

.cvv-desc{
  font-size:0.9em;
  color:#606f94;
  padding-top:15px;
}

.card-cvv{
  width:250px;
  margin-top:15px;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Processing/Error Popup ]*/

.processing-popup{
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);
  z-index:4;
}

.center-processing{
  position:absolute;
  width:150px;
  height:150px;
  left:50%;
  top:50%;
  margin-left:-75px;
  margin-top:-75px;
}

.loading-gif{
  display:block;
  width:100px;
  margin:auto;
}

#processing{
  display:block;
  text-align:center;
  font-size:1.3em;
  color:#FFF;
  margin-top:6px;
}

#receiving{
  display:none;
  text-align:center;
  font-size:1.3em;
  color:#FFF;
  margin-top:6px;
}

.processing-error{
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);
  z-index:4;
}

.error-wrapper{
  position:absolute;
  width:400px;
  height:240px;
  padding:30px 40px;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:-120px;
  border-radius:6px;
  background:#e8e8e8;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
}

.error-title{
  font-family:Roboto-Bold;
  font-size:1.5em;
  text-align:center;
  color:#303030;
  margin-bottom:12px;
}

.error-text{
  font-size:1.0em;
  text-align:center;
  color:#000;
  margin-bottom:20px;
}

.error-close{
  width:180px;
  padding:8px;
  margin:auto;
  font-size:1.1em;
  text-align:center;
  border-radius:4px;
  color:#FFF;
  cursor:pointer;
  background:#f1374f;
}

.error-close:hover{
  background:#e62e46;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Below the Fold ]*/

.section{
  width:100%;
  padding-bottom:150px;
  background:#FFF;
}

.steps-box{
  width:100%;
  border-radius:4px;
  box-shadow:0 0.2rem 1rem 0 rgba(0,0,0,.1);
  background:#FFF;
}

.steps-header{
  font-family:Roboto-bold;
  font-size:1.2em;
  color:#2e4270;
  padding:15px 30px;
  background:#eff5fd;
}

.steps-img{
  padding:30px;
}

.steps-img img{
  display:block;
  width:100%;
}

.icon-next{
  background: url(../images/icon-next.svg) 50% 50% no-repeat;
  background-size: 12px auto;
}

.section-title{
  font-family:Roboto-bold;
  margin-top:120px;
  font-size:3.0em;
  color:#2e4270;
  text-align:center;
}

.section-subtitle{
  margin-top:12px;
  margin-bottom:80px;
  font-size:1.3em;
  color:#606f94;
  text-align:center;
}

.six-icons{
  float:left;
  width:48px;
  margin-right:25px;
}

.features-icons{
  float:left;
  width:48px;
  margin-right:25px;
}

.right-heading{
  overflow:hidden;
}

.heading-title{
  font-family:Roboto-bold;
  font-size:1.4em;
  color:#2e4270;
  margin-bottom:10px;
}

.heading-description{
  font-size:1.0em;
  line-height: 1.8;
  margin-bottom:60px;
  color:#606f94;
}

.learn-box{
  width:320px;
  margin:30px auto 0;
  border-radius: 4px;
  padding:22px 12px;
  border: 1px solid #d9e2e8;
  color: #2e4270;
  background-color: #fff;
  font-size: 1.2em;
}

.learn-marginbottom{
  margin-bottom:70px;
}

.learn-icons{
  width:20px;
  margin-top:-4px;
  margin-right:12px;
  margin-left:25px;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Buttons ]*/

.main-button{
  font-family:Roboto-Bold;
  display:block;
  width:400px;
  padding:15px;
  margin:40px 0 20px 0;
  font-size:1.4em;
  text-align: center;  
  color:#FFF;
  cursor:pointer;
  background:#2eb609;
  webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
  transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
}

.main-button:hover{
  color:#FFF;
  background:#25a702;
}

.payment-button{
  display:block;
  width:100%;
  padding:15px 20px;
  margin-top:20px;
  font-size:1.2em;
  color:#FFF;
  text-align:center;
  background:#2eb609;
  cursor:pointer;
  outline:0;
  border:none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.payment-button:hover{
  background:#25a702;
}

.section-button{
  display:block;
  width:360px;
  padding:15px 20px;
  margin:80px auto 0;
  font-size:1.2em;
  color:#FFF;
  text-align:center;
  background:#2eb609;
  cursor:pointer;
  outline:0;
  border:none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.section-button:hover{
  color:#FFF;
  background:#25a702;
}


/*/////////////////////////////////////////////////////////////////////////////////
[ Footer ]*/

footer{
  width:100%;
  padding:80px 0 20px 0;
  color:#FFF;
  background-image: url(/assets/footer-images/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-title{
  font-family:Roboto-bold;
  font-size:1.6em;
  margin-bottom:12px;
  text-align:center;
  color:#FFF;
}

.list-unstyled{
  text-align:center;
}

.footer-copyright{
  display:block;
  font-size:0.9em;
  padding-top:50px;
  text-align:center;
}

footer a{
  font-family:Roboto-Light;
  font-size:1.0em;
  line-height:1.8;
  color:#FFF !important;
}

footer a:hover{
  text-decoration: underline;
}

footer a:visited{
  color:#FFF;
  text-decoration:none;
}



/*/////////////////////////////////////////////////////////////////////////////////
[ Mobile CSS ]*/


@media screen and (max-width:1520px){
  
  .header-devices{
    width:100%;
    margin-top:160px;
  }

}

@media screen and (max-width:1260px){

  .wrapper{
    width:100%;
  }

  .wrapper-form{
    width:98%;
  }

  .defencevpn-logo{
    margin-left:15px;
  }

  .info-container{
    padding:50px 25px;
  }

}

@media screen and (max-width: 1199px){

  .select-payment{
    margin-bottom:12px;
  }

  #cc-form{
    margin-top:5px;
  }

  .cc-payment-wrapper, #paypal-wrapper{
    padding:0 5px;
  }

  .continue-text{
    padding-top:20px;
  }

  .payment-title{
    font-size:1.8em;
  }

  .feature-wrapper{
    display:block;
  }  

  .feature-icons{
    margin-left:0;
  }

  .platform-icons{
    width:38px;
  }

  .plan-container{
    display:block;
  }

  .padding-left{
    padding-right:0px;
  }

  .padding-right{
    padding-left:0px;
    margin-top:20px;
  }

  .one-month-arrow, .one-year-arrow{
    left:48%;
  }

}


@media screen and (max-width: 1100px){

  .learn-box{
    width:100%;
    font-size:1.0em;
  }

  .section-title{
    font-size:2.0em;
    margin-top:80px;
  }

  .section-subtitle{
    font-size:1.1em;
    margin-bottom:40px;
  } 

}

@media screen and (max-width: 991px){

  header{
    padding-top:20px;
    padding-bottom:40px;
  }

  .header-devices{
    display:none;
  }

  .defencevpn-logo{
    width:160px;
  }

  .recommended{
    margin-top:0px;
    text-align:center;
  }

  #account-form{
    padding:0 25px;
  }

  .seen-title{
    display:none;
  }

  .logo-set{
    display:none;
  }

  .feature-row{
    width:226px;
    margin:12px auto 0;
  }

  .header-span{
    font-size:1.0em;
  }

  .payment-container{
    width:500px;
    margin:auto;
  }

  .section{
    padding:60px 0 80px 0;
  }

  .steps-box{
    width:400px;
    margin:0 auto 30px;
  }

  .info-container{
    padding:40px;
  }

  .header-title{
    font-size:2.2em;
    text-align:center;
  }

  .feature-icons{
    width:18px;
    margin-top:1px;
  }

  .payment-title{
    font-size:1.6em;
  }

  .feature-wrapper{
    width:388px;
    margin:auto;
  }

  .save{
    font-size:1.0em;
    right:15px;
  }

  .one-month-arrow, .one-year-arrow{
    left:48%;
  }

  .heading-title{
    font-size:1.2em;
  }

  .section-button{
    margin:40px auto 0;
  }

  .hide{
    display:none;
  }

  .main-button{
    width:360px;
    margin:40px auto 0;
    font-size:1.2em;
  }

  .available-icons{
    width:180px;
    margin:20px auto 0;
  }

  footer{
    padding:60px 0 20px 0;
  }

  .footer-title{
    font-size:1.4em;
    text-align:center;
  }

  footer a{
    display:block;
    text-align:center;
  }

  #contact-mobile{
    width:150px;
    margin:auto;
  }  

}


@media screen and (max-width: 860px){ 

  .logo-set{
    width:600px;
  }

}

@media screen and (max-width: 767px){ 

  .section-title{
    font-size:1.6em;
    margin-top:60px;
  }

  .seen-title{
    font-size:1.6em;
  }

  .section-subtitle{
    font-size:1.0em;
  }

  .steps-header{
    font-size:1.1em;
  }

  .learn-box{
    font-size:0.9em;
  }

  .heading-title{
    margin-bottom:6px;
  }

  .heading-description{
    font-size:0.9em;
    margin-bottom:30px;
  }

  .six-icons{
    width:38px;
    margin-right:20px;
  }

}


@media screen and (max-width: 639px){ 

  .section{
    padding:0 0 80px 0;
  }

  .steps-box{
    width:300px;
  }

  .seen-title, .logo-set{
    display:none;
  }
  
}


@media screen and (max-width: 540px){ 

  .payment-container{
    width:100%;
  }

  .cvv-popup{
    width:94%;
    left:3%;
    margin:0 auto;
    padding:25px 30px;
  }

  .close-icon{
    right:-16px;
  }

  .cvv-title{
    font-size:1.1em;
  }

  .cvv-desc{
    font-size:0.85em;
  }

}

@media screen and (max-width: 468px){

  .defencevpn-logo{
    width:140px;
  }

  .info-container{
    padding:15px 15px 30px 15px;
  }

  .payment-container{
    padding:50px 5px;
  }

  .secure-checkout{
    right:25px;
  }

  .save{
    font-size:0.8em;
  }

  .cnet{
    width:32px;
  }

  .techradar{
    width:90px;
  }

  .header-title{
    font-size:1.6em;
    padding:20px 0 10px 0;
  }

  .SVG-wrapper .SVG--inline{
    width:14px;
    margin-top:-2px;
  }

  .header-span{
    font-size:0.9em;
    margin-left:3px;
  }

  .feature-row{
    width:200px;
    margin:8px auto 0;
  }

  .main-button, .section-button{
    width:100%;
    margin:25px auto 0;
    font-size:1.0em;
  }

  .payment-button{
    font-size:1.0em;
  }

  .available-icons{
    width:140px;
  }

  .trial-message{
    font-size:0.75em;
  }

  .freetrial-message{
    font-size:1.0em;
  }

  .section-title{
    font-size:1.3em;
    margin-top:50px;
  }

  .section-subtitle{
    font-size:0.95em;
    margin-top:5px;
  }

  .steps-box{
    width:280px;
  }

  .steps-header{
    font-size:1.0em;
    padding:12px 20px;
  }

  .steps-img{
    padding:15px;
  }  

  .payment-title{
    font-size:1.4em;
  }

  .plan-heading{
    font-size:1.0em;
  }

  .price{
    font-size:3.0em;
  }

  .dollar{
    font-size:0.4em;
  }

  .feature-wrapper{
    width:250px;
  }

  .feature-icons{
    width:16px;
    margin-right:12px;
  }

  .feature-row{
    margin-bottom:6px;
  }

  .section{
    padding:0 0 60px 0;
  }

  .field input{
    height:36px;
    font-size:0.8em;
  }

  .six-icons{
    width:28px;
    margin-right:12px;
  }

  .select-payment{
    height:50px;
    padding:12px 0 0 15px;
  }

  .card-icon-wrapper{
    margin-left:3px;
  }

  .payment-type{
    font-size:0.9em;
  }

  .payment-icon{
    height:18px;
  }

  .paypal-icon{
    height:26px;
  }

  .continue-text, .review-title{
    font-size:0.9em;
  }

  .review-plan, .total-price{
    font-size:1.0em;
  }

  .cvv-icon{
    width:16px;
  }

  .center-processing{
    width:100px;
    height:100px;
    margin-left:-50px;
    margin-top:-50px;
  }

  .loading-gif{
    width:80px;
  }

  #processing, #receiving{
    font-size:1.1em;
  }

  .error-wrapper{
    width:90%;
    height:auto;
    padding:30px;
    margin-left:-45%;
  }

  .error-title{
    font-size:1.2em;
    margin-bottom:12px;
  }

  .error-text{
    font-size:0.9em;
    margin-bottom:20px;
  }

  .error-close{
    width:150px;
    padding:7px;
    font-size:1.0em;
  }

  .heading-title{
    font-size:1.0em;
  }

  .heading-description{
    font-size:0.8em;
    margin-bottom:20px;
    line-height:1.6;
  }

  .learn-box{
    margin:0 auto 15px;
    padding:16px 8px;
  }

  .learn-marginbottom{
    margin-bottom:25px;
  }

  .learn-icons{
    width:16px;
    margin-left:15px;
    margin-right:8px;
  }

  footer{
    padding:40px 0 20px 0;
  }

  .footer-title{
    font-size:1.2em;
    margin-bottom:6px;
  }

  footer a{
    font-size:0.9em;
  }

  .footer-copyright{
    font-size:0.8em;
    padding-top:40px;
  }
 
}

