.join-form {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

.join-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

button, input, select, textarea {
  font-family: sans-serif;
  font-weight: 300;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
}

.join-form .form-your_membership {
  width: 100%;
}

.block-box {
  border: 1px solid #bfbfbf;
  background: #f5f5f5;
  color: #000;
}

.block-box {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.block-box-title {
  font-size: 1.28571em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 8px 0;
}

.memberships-item {
  -webkit-transition: all 0.14s linear;
  -moz-transition: all 0.14s linear;
  transition: all 0.14s linear;
  background-clip: padding-box;
  position: relative;
  display: table;
  width: 100%;
  padding: 10px;
  border: 3px solid;
  border-color: #efefef;
  background: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}

.memberships-item:hover {
  border-color: #2D385C;
}

.memberships-item.active {
  color: #fff;
  border-color: #2D385C;
  background: #2D385C;
}

.memberships-item.active .memberships-details, .memberships-item.active .memberships-details-name {
  color: #fff;
}

.memberships-details {
  display: table-cell;
  text-align: left;
}

.memberships-details {
  color: #959595;
  line-height: 1.3;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .memberships-details {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.memberships-details-name {
  font-size: 1.28571em;
  font-weight: 400;
  color: #000;
}

.memberships-price-wrap {
  display: table-cell;
  text-align: right;
}


.memberships-price-wrap {
  min-width: 200px;
  line-height: 1.1;
  margin-top: 4px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .memberships-price-wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .memberships-price {
    float: right;
  }
}

.memberships-price {
  display: inline-block;
  font-size: 1.14286em;
  font-weight: 500;
  white-space: nowrap;
}

.memberships-price .suffix {
  font-size: 0.6em;
  line-height: 1.4em;
  display: block;
}

@media (max-width: 767px) {
  .memberships-price-wrap .memberships-price .suffix {
    display: inline;
    margin-left: 5px;
  }
}

.memberships-tag {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  position: relative;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 3px 5px;
  padding-bottom: 3px;
  background: #FF2F39;
  border: 3px solid transparent;
  top: 5px;
  left: -4px;
}

.memberships-tag {
  display: inline-block;
  line-height: .9;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .memberships-tag {
    top: 1px;
    display: inline-block;
    line-height: 1;
    margin-right: 4px;
  }
}

.form-your_payment .payments {
  overflow: hidden;
}

.form-your_payment .payments .container {
  padding: 0 4px;
  margin: 0;
}

.form-your_payment .cols2 .container {
  width: 49%;
  float: left;
  text-align: center;
}

.form-your_payment .cols2 .container {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  display: inline-table;
}

.form-your_payment .cols2 .container:last-child {
  float: right;
}

.payments-item {
  -webkit-transition: all 0.14s linear;
  -moz-transition: all 0.14s linear;
  transition: all 0.14s linear;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  position: relative;
  display: inline-table;
  padding: 10px;
  border: 3px solid;
  border-color: #efefef;
  background: #fff;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.payments-item.active {
  color: #fff;
  border-color: #6c9fe8;
  background: #6c9fe8;
}

.form-your_payment .payments .container .payments-item {
  margin: 0;
  display: block;
  white-space: nowrap;
  width: 100%;
}

.form-your_payment input[type="radio"], .form-your_payment .radio-field-payment {
  visibility: visible;
  appearance: initial;
  -webkit-appearance: initial;
  appearance: radio;
  -webkit-appearance: radio;
  margin-right: 10px;
}

.form-your_payment .payment-details {
  text-align: center;
}

.form-your_payment .payment-details .payment-logo {
  height: 22px;
  width: auto;
  vertical-align: bottom;
  margin-left: 3px;
}

.block-footer-btns {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

button {
  border: 0;
  outline: none;
}

.btn {
  -webkit-transition: all 0.16s linear;
  -moz-transition: all 0.16s linear;
  transition: all 0.16s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  height: 54px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
  border: 3px solid;
  cursor: pointer;
}

.btn-default_1 {
  width: 100%;
  border-color: #FF2F39;
  background: #FF2F39;
  color: #fff;
}

.btn-default_1:hover {
  border-color: #efefef;
}

.services-block {
  text-align: center;
}

.services-block .item {
  width: 33%;
  float: left;
  border-right: solid 1px #2A3260;
  margin: 0;
  padding-top: 9px;
}

.services-block .item:nth-child(3n) {
  border-right: none;
}

.services-block .fa {
  background: #2B365E;
  color: #fff;
  width: 99px;
  height: 99px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}

.services-block .fa {
  font-size: 38px;
  padding: 35px 0 0;
}

.services-block .fa {
  color: #fff;
  line-height: 1;
}

.services-block .fa::after {
  bottom: -8px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -9px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-top: 9px solid #2B365E;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
