body.membership #my-menu #membershipLink {
  display: none;
}
body.membership .breadcrumb {
  position: absolute;
  z-index: 1;
}
body.membership .breadcrumb li {
  background: none;
  padding: 0;
}
body.membership .breadcrumb li:not(:first-of-type):not(:nth-child(2)):before {
  content: '>';
  margin: 0 7px 0 4px;
}
body.membership .btn-primary {
  background-color: #FBD333;
  color: #000;
  text-shadow: none;
}
body.membership .btn-link {
  border-color: #000 !important;
  color: #000;
}
body.membership .btn-lg {
  padding: 13px 40px;
  line-height: inherit;
}
body.membership .btn-primary.btn-block {
  color: #000 !important;
  font-size: 18px;
  padding: 13px 20px;
  font-weight: bold;
}
body.membership .acsnav > li:last-child .btn-link {
  margin-left: 10px;
}

.membership-intro > .clearfix.text_dark {
  background-position: 55% 0 !important;
}
.membership-intro .image {
  margin-bottom: 0;
}
.membership-intro .image_left {
  padding-right: 0;
}
.membership-intro .image-info {
  display: none;
}
.membership-intro .parbase.text {
  margin: 30px 0;
  width: 700px;
  max-width: 100%;
}
.membership-intro ul {
  margin: 0;
}
.membership-intro .text li {
  list-style: none;
  display: inline;
  left: 0;
}
.membership-intro a {
  background: #fff;
  padding: 6px 10px;
  color: #000;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 10px;
  width: 275px;
  line-height: inherit;
  position: relative;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 1.1em;
}
.membership-intro a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.membership-intro a:hover > i.fa {
  left: 3px;
  font-weight: bold;
  color: #FDD74D;
}
.membership-intro a.btn-primary {
  background-color: #000;
  color: #fff;
  text-align: left;
}
.membership-intro a.btn-primary span {
  color: #FBD333;
}
.membership-intro a i {
  margin-right: 10px;
}
.membership-intro i.fa {
  position: relative;
  transition: left 0.2s ease;
  left: 0;
  font-size: 20px;
  line-height: 1.5em;
}

.membership-pdf-forms {
  margin-top: 1em;
}

.membership-pricing .box-style1 {
  padding: 40px 30px 0 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.membership-pricing .box-style1 .columnsBootstrap {
  margin-bottom: 25px;
}
.membership-pricing .price {
  font-size: 3em;
  margin-bottom: 15px;
  text-align: left;
}
.membership-pricing .price small {
  font-size: 0.5em;
}
.membership-pricing .btn {
  margin: 0 10px 10px;
}
.membership-pricing .pricing-p {
  margin-bottom: 0;
}

.pricing-table {
  text-align: left;
}
.pricing-table > b {
  font-size: 1.2em;
}
.pricing-table > br {
  display: none;
}

/* Temporary override for the tab component h2 */
.cq-wcm-edit .tab-content h2 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0.5em 0.5em 0.5em 2em;
}

@media (max-width: 768px) {
  .membership-intro .parbase.text {
    width: 100%;
  }
  .membership-intro a {
    width: 48%;
    display: inline-block;
    margin-right: 10px;
  }

  .membership-intro a,
  .membership-intro .btn-primary {
    padding: 10px 10px;
  }

  .membership-pricing .price {
    margin-bottom: 0;
    line-height: 1.25em;
  }

  .pricing-p {
    margin-bottom: 2em;
  }

  /* temp bug fix with visited link color */
  .acsnav > li.acsnav-mm > a:hover {
    color: #fff;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .membership-intro > .clearfix.text_dark {
    background-size: 63em 16em !important;
    background-position: 53% -68% !important;
  }
}
@media (max-width: 480px) {
  .membership-intro a {
    width: 100%;
  }
  .membership-intro > .clearfix.text_dark {
    background-position: 45% 0 !important;
  }

  body.membership .membership-pricing .btn-link {
    display: block;
  }
  body.membership .membership-pricing .btn-lg {
    width: 43%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }
  body.membership .membership .bottom-promo > .clearfix {
    padding: 0 15px;
  }
}
