.banner {
  height: 330px;
}

.banner .label {
  display: none;
}

.hero {
  position: relative;
}

.hero .overlay {
  height: 100% !important;
  left: 0;
  top: 0;
}

.hero:after {
  content: '';
  clear: both;
  display: block;
}

.app-icons .container {
  max-width: 1400px;
  width: 100%;
}

.app-icons__fullscreen .container {
  max-width: 100%;
  width: 100%;
}

.app-icons__fullscreen .container .row > div {
  padding: 0;
}

.message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3d6493;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  align-items: center;
  padding: 10px 0;
  padding-bottom: 5px;
  color: #fff;
}

.message-box__text {
  flex-grow: 0;
  font-size: 20px;
  padding: 0 20px 0 30px;
}

.message-box__icons {
  margin-left: 0px;
}

.message-box__icons .btn-group  {
  white-space: nowrap;
}
.message-box__icons .btn-group a {
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin: 0 14px;
}

.message-box__icons .btn-group a:hover {
  opacity: .5;
}

.welcome-text {
  position: relative;
  z-index: 2;
}

.welcome-text > p {
  font-size: 1.8em !important;
  font-family: Cinzel, serif;
  font-weight: bold;
}

.welcome-text .recommended-section {
  margin-top: 60px;
}

.welcome-text .recommended-section h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

.welcome-text .recommended-section .images-group-set {
  margin-top: 20px;
}

.welcome-text .recommended-section .images-group-set .image {
  width: auto !important;
}

.welcome-text .recommended-section .images-group-set hr {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.barcode-bar {
  background: #fff;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both;
  margin-top: 10px;
}

.barcode-bar img {
  width: 80%;
}

.accordion-list {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.accordion-list .panel-heading {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0;
  position: relative;
}

.accordion-list .panel-default {
  border: 0;
}

.accordion-list .panel-title button {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  border: 0;
  color: #26445a;
  text-decoration: none;
  font-weight: bold;
  outline: none !important;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd !important;
  text-transform: capitalize;
  font-size: 1.1em;
  font-weight: normal;
  padding-right: 30px;
  display: block;
  white-space: inherit;
}

.accordion-list .panel-title button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  margin: auto;
  height: 20px;
  top: 0;
  top: -6px;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.accordion-list .panel-body {
  padding: 15px 0;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
}

.primary-heading {
  display: block;
  margin-bottom: 25px;
}

.primary-heading__small h2 {
  font-size: 2.5em;
}

.inner.buyabarcode--page {
  padding-bottom: 0;
}

.quote-message {
  background: #00820b;
  display: block;
  padding: 35px 60px;
  font-size: .9em;
}

.quote-message p {
  color: #fff;
}

.btn--register {
  text-transform: uppercase;
  display: block;
  font-size: 1em;
  background: #00820b;
  border-radius: 0;
  color: #fff;
  margin: 10px;
  letter-spacing: 5px;
  padding: 15px;
  font-weight: bold;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn--register span {
  display: block;
  font-size: .6em;
  font-weight: normal;
}

.btn--register span:before {
  content: '[';
}

.btn--register span:after {
  content: ']';
}

.btn--register:hover, .btn--register:focus {
  background: #06ac14;
  color: #fff;
}

.btn--registernow {
  background: #00820b;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-weight: bold;
  margin-top: 30px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn--registernow span:before {
  content: '[';
}

.btn--registernow span:after {
  content: ']';
}

.btn--registernow:hover, .btn--registernow:focus {
  background: #06ac14;
  color: #fff;
}

.logo-section {
  background: #f8f8f8;
  padding: 50px;
}

.logo-list {
  margin-top: 40px;
}

.logo-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-list ul li {
  width: calc(100%/4);
}

.logo-list ul li a {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin: 10px;
  pointer-events: none;
}

.logo-list ul li a:hover {
  opacity: .5;
}

footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-links li a {
  padding: 10px 15px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

footer .footer-links li a:hover {
  color: #3d6493;
}

#contact-cta .banner {
  background-position: top center !important;
}

header nav.row {
  max-width: 1300px;
}

header a.join i {
  background: url(../images/join.png) center center/cover no-repeat;
  height: 17px;
  width: 18px;
}






header {
  height: 65px;
}

header .logo {
  width: 20%;
  float: left;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav.row {
  width: 80%;
}

#home .hero input {
  width: 100%;
  font-size: 12px;
  padding: 20px 10px;
}

@media only screen and (max-width: 1700px) {
  .membership-holder {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .membership-holder {
    width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  .membership__benefits .container {
    max-width: 95%;
  }
  .membership__nodrop .container {
    max-width: 90%;
  }
  .membership__nodrop .primary-heading__small h2 {
    font-size: 2.2em;
  }
  .membership__nodrop {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 1199px) {
  #home .hero h3 br {
    display: none;
  }
  header .mobile-menu button {
    height: 100%;
  }


}

@media only screen and (max-width: 1200px) {
  header > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1024px) {
  .content-right {
    padding-right: 10%;
  }
  .membership-box {
    max-width: 70%;
    width: 70%;
  }
  .content-left {
    margin-left: 10%;
  }
  .message-box {
    padding: 20px;
  }
  .message-box .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .membership {
    margin: 15px 0;
  }

  #home .hero input {
    font-size: 11px;
    padding: 15px;
  }
  #home .hero button {
    padding: 10px;
  }
  .message-box__icons {
    margin-left: 0;
  }
  .message-box .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .membership__nodrop .membership-holder {
    height: auto;
  }
  .membership__nodrop .membership-holder img {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .content-left {
    padding: 35px;
    margin: 0;
  }
  .content-right {
    margin: 0;
    padding: 35px !important;
  }
  .membership-holder {
    margin-right: 0;
  }
  .membership__benefits .membership-holder {
    float: none;
    margin: 65px auto;
  }
}

@media only screen and (max-width: 600px) {
  .btn--register {
    letter-spacing: 1px;
  }
  .membership-box {
    width: 95%;
    max-width: 95%;
    margin: 10px;
  }
  .membership-box__circle {
    position: inherit;
    margin: 15px auto;
    top: inherit;
  }
  .membership-holder {
    height: auto;
  }
  .message-box {
    display: block;
    text-align: center;
  }
  section.app-icons .container .row > div {
    padding: 0;
  }
  .message-box__text {
    font-size: .9em;
    margin-bottom: 10px;
  }
  .logo-section {
    padding: 20px;
  }



  .member-benefits .membership__benefits .membership-holder {
    background-size: cover !important;
    background-position: center;
  }
}

@media only screen and (max-width: 768px) {
  .membership-content {
    padding: 20px;
  }
  header .logo {
    width: 100%;
  }
  nav.row {
    /* background: #f99; */
    width: 100px !important;
    position: absolute;
    right: 0;
    top: 0;
  }
  #home .hero button {
    margin-bottom: 15px;
  }

  .membership__nodrop .membership-holder.image-background {
    background: transparent !important;
    height: auto;
  }
  .membership__nodrop .membership-holder.image-background img {
    display: block;
  }
  .membership-box__box br {
    display: block !important;
  }
}

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

  header .logo {
    width: 60% !important;
    max-width: 60%;
  }
  header .logo img {
    width: 100%;
    height: auto !important;
  }
  .buyabarcode-form .input-group {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .accordion-list .panel-title button {
    font-size: .9em;
  }
  .btn--register {
    letter-spacing: inherit;
    white-space: normal;
    font-size: .8em;
  }
  .membership-holder {
    height: auto;
  }
  .quote-message {
    padding: 20px;
    text-align: center;
  }
  footer .footer-links li a {
    padding: 0;
  }
  footer .footer-links {
    display: block;
  }
  .membership__benefits .membership-holder .membership-box__box h3 {
    font-size: 2em;
  }
}

.verify .inner .join .col h4 {
  margin-bottom: 0 !important;
}

.verify .inner .join .col .button {
  margin-top: 30px;
}

.registration-landing__content {
  padding-top: 50px;
  margin-bottom: 50px;
}

.registration-landing__content p {
  color: #777777;
}

.registration-landing__content h2 strong {
  font-weight: normal;
  color: #26445a;
}

.registration-landing__content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #26445a;
}

.registration-landing__content h3 strong {
  font-weight: normal;
}

.registration-landing__tablist .content-left,
.registration-landing__tablist .content-left.content-left--switch-desktop {
  margin-top: 0;
}

.registration-landing__tablist .accordion-list {
  margin-top: 0;
}

.registration-form-box {
  border: 1px solid #ddd;
  padding: 50px 20%;
}

@media only screen and (max-width: 768px) {
  .registration-form-box {
    padding: 50px 10%;
  }
}

.registration-form-box h4 {
  margin-bottom: 20px;
}

.registration-form-box .form-group input {
  border: 1px solid #ddd;
  height: auto !important;
  padding: 10px;
  color: #504f4f !important;
}

.registration-form-box .form-group button {
  padding: 10px 15px;
}

.registration-form-box .form-group label {
  color: #666565;
}

.registration-form-box .form-group label span {
  color: #f00;
}

.verify .hero {
  height: 590px;
  padding: 110px 30px 65px;
  color: #fff !important;
  text-align: center;
  padding-bottom: 20px;
}

.verify .hero p {
  font-size: 30px;
  padding: 0 225px;
}

@media only screen and (max-width: 900px) {
  .verify .hero p {
    padding: 0;
  }
}

.verify .hero hr {
  width: 25px;
}

.verify .hero .image {
  display: inline-block;
  line-height: normal;
  padding: 0 40px;
  vertical-align: middle;
}

.verify .hero hr {
  background: #fff;
  border: none;
  display: inline-block;
  height: 1px;
  width: 35px;
  vertical-align: middle;
}

@media only screen and (max-width: 900px) {
  .verify .hero .images-group-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.verify .overlay {
  background: #000;
  height: 1000px;
  position: absolute;
  width: 100%;
  opacity: 0.3;
  z-index: 1;
}

.verify h1 {
  font-size: 60px;
}

@media only screen and (max-width: 900px) {
  .verify h1 {
    font-size: 2.4em;
    margin-bottom: 20px;
  }
}

.dashboard tbody tr:first-child {
  border-top: 1px solid #e3e3e3;
  background: #f9f9f9;
}

@media only screen and (min-width: 1024px) {
  .billing-information .padding-left-0 {
    padding-left: 0;
  }
  .billing-information .padding-right-0 {
    padding-right: 0;
  }
}

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

#billing .payment-sec-1 table tbody {
  background: #fff;
}

#billing .payment-sec-1 table tbody td {
  background: transparent !important;
}

#billing .payment-sec-1 table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}

@media only screen and (max-width: 480px) {
  .padding-right-0,
  .padding-left-0 {
    padding: 0 !important;
  }
  #billing .payment-sec-1 table tbody td {
    font-size: .8em;
  }
}

@media only screen and (max-width: 1199px) {
  .dashboard .additional-reg .table-bordered td.col-lg-2 {
    width: 33.33% !important;
  }
  .dashboard .additional-reg .table-bordered td.col-lg-4,
  .dashboard .additional-reg .table-bordered td.col-lg-3 {
    width: 33.33% !important;
  }
  .dashboard .additional-reg .table-bordered td.col-lg-7 {
    width: 33.33% !important;
  }
}

@media only screen and (max-width: 409px) {
  header .logo {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 35px;
  }
  header .logo img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 700px) {
  header .logo {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 35px;
  }
  header .logo img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 440px) and (min-width: 410px) {
  header .logo img {
    width: 95%;
  }
}

#product-shield-text {
  font-size: 36px;
}