body {
  background: #F0F0F0;
  padding-top: 90px;
}
.tablet {
  display: none;
}
.access-btn {
  position: relative;
  border-radius: 15px;
  background-color: #20b365;
  background-image: linear-gradient(to right, #d7d7d7, #ffffff), linear-gradient(#20b365, #20b365);
  background-blend-mode: multiply, normal;
  content: '';
  animation: access-btn-out 0.3s forwards;
}
@keyframes access-btn-out {
  0% {
    filter: brightness(125%);
  }
}
.access-btn:hover {
  animation: access-btn-in 0.3s forwards;
}
@keyframes access-btn-in {
  100% {
    filter: brightness(125%);
  }
}
.access-btn:active {
  animation: access-btn-active 0.3s forwards;
}
@keyframes access-btn-active {
  100% {
    filter: brightness(90%);
  }
}
html.ie .access-btn {
  background-image: linear-gradient(#20b365, #20b365) !important;
}
html.ie .join {
  background-image: linear-gradient(#20b365, #20b365) !important;
}
html.ie .submit {
  background-image: linear-gradient(#20b365, #20b365) !important;
}
.light .container {
  position: relative;
}
.light .container .navbar-header {
  margin-top: 6px;
}
.light.navbar-default {
  top: 0;
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  margin-bottom: 30px;
}
.light .join {
  position: relative;
  border-radius: 15px;
  background-color: #20b365;
  background-image: linear-gradient(to right, #d7d7d7, #ffffff), linear-gradient(#20b365, #20b365);
  background-blend-mode: multiply, normal;
  content: '';
  animation: access-btn-out 0.3s forwards;
  position: absolute;
  top: 12px;
  right: 15px;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
}
@keyframes access-btn-out {
  0% {
    filter: brightness(125%);
  }
}
.light .join:hover {
  animation: access-btn-in 0.3s forwards;
}
@keyframes access-btn-in {
  100% {
    filter: brightness(125%);
  }
}
.light .join:active {
  animation: access-btn-active 0.3s forwards;
}
@keyframes access-btn-active {
  100% {
    filter: brightness(90%);
  }
}
.light .join-text {
  display: inline-block;
  line-height: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  vertical-align: bottom;
  color: #000000;
}
.light-join {
  position: relative;
  font-family: Arial, "Helvetica";
}
.light-join .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.light-join .col-left,
.light-join .col-right {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.light-join .col-left {
  float: right;
  padding-right: 600px;
}
.light-join .col-left {
  width: 100%;
}
.light-join .col-left > img {
  border-radius: 3px;
}
.light-join .col-right {
  position: absolute;
  min-width: 300px;
  max-width: 580px;
  right: 0;
}
.light-join .ticks {
  list-style: none;
  padding: 0;
  margin: 28px 0 0px 10px;
}
.light-join .ticks:not(.info) {
  border-bottom: solid 1px #D8D8D8;
}
.light-join .ticks.info li {
  line-height: 25px;
}
.light-join .ticks.info li:first-child {
  background: url('../images/credit-card.svg') no-repeat left 12px;
}
.light-join .ticks.info li:last-child {
  background: url('../images/shield.svg') no-repeat left 5px;
}
.light-join .ticks li {
  background: url('../images/tick.svg') no-repeat 5px 10px;
  padding: 8px 0 7px 35px;
  min-height: 15px;
}
.light-join .ticks li:last-child {
  margin-bottom: 30px;
}
.light-join .rta {
  color: #909090;
  background: url('../images/rta.png') no-repeat right top;
  font-size: 12px;
  line-height: 18px;
  margin-top: 22px;
  padding-right: 82px;
}
.light-join .rta a {
  color: #909090;
}
.light-join form .submit {
  position: relative;
  border-radius: 15px;
  background-color: #20b365;
  background-image: linear-gradient(to right, #d7d7d7, #ffffff), linear-gradient(#20b365, #20b365);
  background-blend-mode: multiply, normal;
  content: '';
  animation: access-btn-out 0.3s forwards;
  margin-top: 20px;
  border: transparent;
  width: 340px;
  height: 60px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fafafa;
  outline: none;
}
@keyframes access-btn-out {
  0% {
    filter: brightness(125%);
  }
}
.light-join form .submit:hover {
  animation: access-btn-in 0.3s forwards;
}
@keyframes access-btn-in {
  100% {
    filter: brightness(125%);
  }
}
.light-join form .submit:active {
  animation: access-btn-active 0.3s forwards;
}
@keyframes access-btn-active {
  100% {
    filter: brightness(90%);
  }
}
.light-join form .submit-info {
  margin-top: 21px;
  display: inline-block;
  padding-left: 20px;
  background: url('../images/lock.svg') no-repeat left center;
}
.form {
  background: #FFF;
  padding: 50px 60px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.form input {
  outline: none;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  height: 40px;
}
.form input:hover {
  border: solid 1px #c0c0c0;
}
.form input:focus {
  box-shadow: 0 0 7px 0 rgba(44, 86, 206, 0.35);
  border: solid 1px #2c56ce;
}
.form .err {
  display: none;
}
.form .invalid input {
  box-shadow: 0 0 7px 0 rgba(241, 73, 73, 0.35);
  border: solid 1px #f14949;
  color: #f14949;
}
.form .invalid .err {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0;
  color: #f14949;
}
.form .card-info {
  font-size: 14px;
  line-height: 1.5;
  font-family: ArialMT;
  margin-top: -8px;
}
.form .hid {
  display: none;
}
.form-group .col-md-6 {
  margin-bottom: 5px;
}
.form-group .radio-bg {
  background: #efefef;
}
.form-group .radio {
  position: relative;
  color: #000;
  margin: 0;
  z-index: 3;
  display: table;
  width: 100%;
}
.form-group .radio:not(.active):not(.-signed-as):hover {
  z-index: 1;
  background-color: #e0e0e0;
}
.form-group .radio:not(.active):not(.-signed-as):hover label:hover {
  background-image: url('../images/radio-hover.svg');
}
.form-group .radio:not(.active):active {
  box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.form-group .radio.-signed-as:hover label:hover {
  background-image: url('../images/logged-insvg.svg');
}
.form-group .radio.-signed-as label {
  background-image: url('../images/logged-insvg.svg');
  cursor: default;
}
.form-group .radio.active {
  border-radius: 2px;
  background-color: #ffffff;
}
.form-group .radio.active.promo:after {
  position: absolute;
  right: -2%;
  top: 0;
  z-index: 3;
  content: url('../images/-g-promo.svg');
  animation: radio-promo-active 0.15s forwards;
}
@keyframes radio-promo-active {
  0% {
    right: 0;
  }
  100% {
    right: -2%;
  }
}
.form-group .radio.active:before {
  z-index: 3;
  animation: radio-active 0.15s forwards;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  display: block;
  content: ' ';
  position: absolute;
  height: 100%;
}
@keyframes radio-active {
  0% {
    width: 100%;
    left: 0;
  }
  100% {
    display: block;
    left: -2%;
    width: 104%;
    padding: 0 2%;
  }
}
.form-group .radio.active label {
  background-image: url('../images/radio-current.svg');
  font-weight: bold;
}
.form-group .radio label {
  position: relative;
  padding-left: 60px;
  background-image: url('../images/radio.svg');
  background-repeat: no-repeat;
  background-position: 20px center;
  width: 100%;
  height: 60px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.form-group .radio label .info {
  display: block;
  color: #909090;
  font-weight: normal;
}
.form-group .radio label .discount {
  position: absolute;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  padding: 0px 6px;
  border-radius: 2px;
  background-color: #f14949;
}
.form-group .radio label .discount:after {
  position: absolute;
  content: url('../images/flag.svg');
  height: 100%;
  margin-left: 5px;
}
.form-group .radio label .price {
  color: #000;
  font-size: 32px;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 14px;
  line-height: 100%;
}
.form-group .radio label .price .p {
  min-width: 50px;
  float: right;
  right: -22px;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  margin-top: 3px;
  margin-left: 2px;
}
.form-group .radio label .price .p .p-after {
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #909090;
}
.form-group .radio label .price .p.monthly:after {
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #909090;
  content: '/ month';
}
.form-group .radio label .price .p.days3:after {
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #909090;
  content: '/ 3 days';
}
.form-group .radio label .inline-desc {
  font-weight: normal !important;
}
.form-group .radio label .icons {
  position: absolute;
  right: 20px;
  top: 17px;
}
.form-group .radio input[type="radio"] {
  display: none;
}
.form-group .radio.promo .price {
  color: #f14949;
}
@media only screen and (max-width: 320px) {
  .light .container .join-text {
    font-size: 14px;
  }
  .light .container .navbar-header {
    margin-top: 21px !important;
  }
  .light .container .navbar-header img {
    height: 18px !important;
  }
  .light-join .form .submit {
    width: 100% !important;
  }
}
@media only screen and (max-width: 990px) {
  .tablet {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .light .join {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 15px;
  }
  .light .join:after {
    position: absolute;
    content: '';
    background: url('../images/arrow.svg') no-repeat 50% 50%;
    background-size: 11px 12px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .light .join-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }
  .light .container .navbar-header {
    margin-top: 12px;
  }
  .light .container .navbar-header img {
    height: 30px;
  }
  .light-join .col-left {
    float: none;
    display: block;
    padding-right: 10px;
  }
  .light-join .col-right {
    padding: 5px;
    position: static;
    max-width: 100% !important;
  }
  .light-join .radio-bg {
    background: #e0e0e0 !important;
  }
  .light-join .radio-bg .radio {
    font-size: 14px;
  }
  .light-join .radio-bg .radio > label {
    background-image: none !important;
    padding-left: 15px !important;
  }
  .light-join .radio-bg .radio > label.active {
    left: -2%;
    width: 104%;
    padding: 0 2%;
    background: #fff;
  }
  .light-join .radio-bg .radio > label .price {
    right: 0px;
  }
  .light-join .radio-bg .radio .inline-desc {
    display: none;
  }
  .light-join .radio-bg .radio .info {
    margin-top: 3px;
    display: block;
    font-size: 12px;
  }
  .light-join .radio-bg .radio .discount {
    margin-left: 95px;
    display: block;
  }
  .light-join .ticks {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 20px 0 0 0;
    border-bottom: none !important;
    display: block;
  }
  .light-join .ticks:not(.info) {
    border-top: solid 1px #D8D8D8 !important;
    padding-top: 15px;
  }
  .light-join .ticks.info {
    margin: 0;
  }
  .light-join .ticks li {
    padding: 8px 0 0 35px;
  }
  .light-join .ticks li:last-child {
    margin-bottom: 0;
  }
  .light-join .form {
    padding: 10px;
    background: transparent;
    box-shadow: none;
  }
  .light-join .form .submit {
    width: 300px;
  }
  .light-join .form .submit-info {
    margin-top: 10px;
    font-size: 11px;
  }
  .light-join .rta {
    border-top: 1px solid #DBDBDB;
    background-position: 10px bottom !important;
    font-size: 11px;
    margin-top: 22px;
    padding: 30px 10px 40px 10px;
    margin-bottom: 10px;
  }
}
