/* Membership Wizard */
.membership-wizard {
  background: transparent url('../img/NACHA-Membership-Wiz-bg.jpg') no-repeat;
  height: 800px;
  position: relative;
  margin-top: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard {
    height: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard {
    background-position: 0 30px;
    height: 800px;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard {
    background-position: 0 80px;
    height: 820px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard {
    background: none !important;
    height: auto !important;
  }
}
.membership-wizard .cta-boxy-wrapper {
  float: right;
}
@media only screen and (max-width: 533px) {
  .membership-wizard .cta-boxy-wrapper {
    float: none;
  }
}
.membership-wizard .cta-boxy {
  float: none;
  display: inline-block;
  padding: 5px 5px 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .cta-boxy {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .cta-boxy {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .cta-boxy {
    width: auto;
  }
}
.membership-wizard .cta-boxy:hover {
  background: transparent;
}
.membership-wizard .cta-boxy a {
  background-color: #c0bb2f;
  color: #24241f;
  margin: 0;
  font-weight: 600;
  padding: 5px 25px;
  cursor: pointer;
}
.membership-wizard .cta-boxy a:after {
  margin: 2px 5px 4px;
}
.membership-wizard .cta-boxy a:hover {
  color: #32322b;
  background-color: #ded800;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .cta-boxy a {
    padding: 10px 20px 10px;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .cta-boxy a {
    padding: 10px 20px 10px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .cta-boxy a {
    padding: 10px 20px 10px;
  }
}
.membership-wizard .mini-nav {
  position: absolute;
  right: 45px;
  bottom: 20px;
  display: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .mini-nav {
    bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .mini-nav {
    bottom: 20px;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .mini-nav {
    bottom: 20px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .mini-nav {
    bottom: 10px;
  }
}
.membership-wizard .wiz.show {
  height: 340px;
}
.membership-wizard .wiz.show .extras {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .wiz.show {
    height: 370px;
  }
  .membership-wizard .wiz.show ul.extras {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .wiz.show {
    height: 330px;
  }
  .membership-wizard .wiz.show ul.extras {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .wiz.show {
    height: 360px;
  }
  .membership-wizard .wiz.show ul.extras {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .wiz.show {
    max-height: 300px;
    height: auto;
  }
}
.membership-wizard .wiz {
  background-color: #24241f;
  min-height: 200px;
  width: 280px;
  padding: 10px;
  padding-left: 20px;
  opacity: .88;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .wiz {
    width: 211px;
    min-height: 215px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .wiz {
    width: 114%;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .wiz {
    height: 260px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .wiz {
    width: 100%;
  }
}
.membership-wizard .wiz .extras {
  display: none;
}
.membership-wizard .wiz .learn_more {
  position: absolute;
  bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.membership-wizard .wiz h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.25rem;
  margin: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .wiz h3 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .wiz h3 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .wiz h3 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 0;
  }
}
.membership-wizard .wiz p,
.membership-wizard .wiz ul {
  color: #a3a494;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .wiz p,
  .membership-wizard .wiz ul {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .wiz p,
  .membership-wizard .wiz ul {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.625rem;
  }
}
.membership-wizard .wiz p a.simple-cta,
.membership-wizard .wiz ul a.simple-cta {
  color: #c0bb2f;
  vertical-align: bottom;
}
@media only screen and (max-width: 533px) {
  .membership-wizard .wiz p a.simple-cta,
  .membership-wizard .wiz ul a.simple-cta {
    padding-top: 10px;
  }
}
.membership-wizard .wiz p a.simple-cta:hover,
.membership-wizard .wiz ul a.simple-cta:hover {
  color: #ded800;
}
.membership-wizard .row {
  margin-left: -15px;
  margin-right: -20px;
}
.membership-wizard .wizbody {
  margin-right: 40px;
  margin-top: 50px;
}
.membership-wizard .w-mid {
  margin-left: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .w-mid {
    margin-left: -6.5%;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .w-mid {
    margin-left: ;
  }
}
.membership-wizard .w-mid :after {
  left: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .w-mid :after {
    left: 4%;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .w-mid :after {
    left: -8%;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .w-mid :after {
    left: 4%;
  }
}
.membership-wizard .w-right {
  margin-left: -8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .w-right {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .w-right {
    margin-left: -13%;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .w-right {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .w-right {
    margin-left: -20px;
  }
}
.membership-wizard .w-right :after {
  left: -2%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .w-right :after {
    left: 0%;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .w-right :after {
    left: -22%;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .w-right :after {
    left: -3px;
  }
}
.membership-wizard .w-left:after {
  border-color: #24241f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 25px 140px medium;
  content: " ";
  height: 0;
  left: 5px;
  margin-left: 10px;
  margin-top: 0;
  position: absolute;
  top: 100%;
  width: auto;
  -moz-transform: scale(0.9999);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .w-left:after {
    border-width: 25px 105px medium;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .w-left:after {
    border-width: 25px 78px medium;
    margin-left: 0;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .w-left:after {
    border-width: 25px 108px medium;
    margin-left: 0;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .w-left:after {
    border-width: 25px 80px medium;
  }
}
.membership-wizard .w-mid:after {
  border-color: #24241f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 25px 140px medium;
  content: " ";
  height: 0;
  left: 5px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 100%;
  width: auto;
  -moz-transform: scale(0.9999);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .w-mid:after {
    border-width: 25px 105px medium;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .w-mid:after {
    border-width: 25px 78px medium;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .w-mid:after {
    border-width: 25px 108px medium;
    margin-left: 0;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .w-mid:after {
    border-width: 25px 80px medium;
  }
}
.membership-wizard .w-right:after {
  border-color: #24241f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 25px 140px medium;
  content: " ";
  height: 0;
  left: 5px;
  margin-left: -4%;
  margin-top: 0;
  position: absolute;
  top: 100%;
  width: auto;
  -moz-transform: scale(0.9999);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .w-right:after {
    border-width: 25px 105px medium;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .w-right:after {
    border-width: 25px 78px medium;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .w-right:after {
    border-width: 25px 108px medium;
    margin-left: -3%;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .w-right:after {
    border-width: 25px 80px medium;
  }
}
.membership-wizard .title,
.membership-wizard .q-a {
  margin: 80px 10px 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .title,
  .membership-wizard .q-a {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .title,
  .membership-wizard .q-a {
    margin: 40px 25px;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .title,
  .membership-wizard .q-a {
    margin: 50px 50px 0 50px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .title,
  .membership-wizard .q-a {
    margin: 50px;
  }
}
.membership-wizard .title h2,
.membership-wizard .q-a h2 {
  color: #24241f;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .title h2,
  .membership-wizard .q-a h2 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .title h2,
  .membership-wizard .q-a h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .title h2,
  .membership-wizard .q-a h2 {
    text-align: center;
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .title h2,
  .membership-wizard .q-a h2 {
    margin-top: 0;
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .membership-wizard .q-a {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .q-a {
    margin: 40px 50px;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .q-a {
    margin: 0;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .membership-wizard .q-a p {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }
}
.membership-wizard .q-a h3 {
  color: #989405;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 1200px) {
  .membership-wizard .q-a h3 {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .membership-wizard .q-a h3 {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 533px) {
  .membership-wizard .q-a h3 {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
}
.rpa {
  background-color: #dedfd9;
  border-bottom: 5px solid #6a9ccd;
  border-top: 5px solid #ffffff;
  padding: 14px;
}
.rpa h3 {
  color: #24241f;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.rpa a.simple-cta {
  color: #00509e;
  text-transform: uppercase;
}
.rpa a.simple-cta:hover {
  color: #569ce1;
}
.rpa a.simple-cta:after {
  color: #00509e;
  content: "\00bb";
  padding-left: 3px;
}
.rpa-list {
  background-color: #c7c7bd;
  border-bottom: 5px solid #00509e;
  margin-top: 1em;
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rpa-list {
    width: 100%;
  }
}
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .rpa-list {
    width: 100%;
  }
}
@media only screen and (max-width: 533px) {
  .rpa-list {
    width: 100%;
  }
}
.rpa-list h3 {
  margin-top: 0;
}
.rpa-list h4 {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px dashed #bbbbb0;
}
/* Task 67 Membership Wizard graphic styling */
#block-nacha-membership-wizard .col-lg-12 {
  margin: 0 !important;
}
/* Membership-wizard mobile adjustments */
@media only screen and (max-width: 533px) {
  .col-xs-4 {
    padding: 0;
    width: 100% !important;
  }
  .membership-wizard .row {
    margin-left: 0;
    margin-right: 0;
  }
  .membership-wizard .row:nth-child(2) {
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGEzYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f7f9 49%, #8da3a8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #f6f7f9), color-stop(100%, #8da3a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f7f9 49%, #8da3a8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f7f9 49%, #8da3a8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f7f9 49%, #8da3a8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f7f9 49%, #8da3a8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@white', endColorstr='#8da3a8', GradientType=0);
    /* IE6-8 */
    clear: both;
    display: block;
    padding: 20px 10px 15px 20px;
  }
  .membership-wizard .col-xs-4 {
    margin: 0;
    padding: 0;
  }
  .membership-wizard .w-left,
  .membership-wizard .w-mid,
  .membership-wizard .w-right {
    margin: 0 !important;
    padding: 10px 20px;
  }
  .membership-wizard .w-mid,
  .membership-wizard .w-right {
    border-top: 3px solid #ffffff;
  }
  .membership-wizard .w-left:after,
  .membership-wizard .w-mid:after,
  .membership-wizard .w-right:after {
    display: none !important;
  }
  .membership-wizard .wizbody {
    margin-left: 0;
    margin-top: 0;
  }
}
/* Membership-wizard tablet-p adjustments */
@media only screen and (min-width: 534px) and (max-width: 767px) {
  .col-sm-11.col-lg-12 {
    width: 100% !important;
  }
  .membership-wizard .row {
    margin-left: 0;
    margin-right: 0;
  }
  .membership-wizard .row:nth-child(2) {
    padding: 50px 20px 10px 20px;
  }
  .membership-wizard .col-xs-4 {
    margin: 0;
    padding: 0;
  }
  .membership-wizard .w-left,
  .membership-wizard .w-mid,
  .membership-wizard .w-right {
    margin: 0 !important;
    padding: 10px;
    width: 100% !important;
  }
  .membership-wizard .w-mid,
  .membership-wizard .w-right {
    border-left: 1px solid #ffffff;
  }
  .membership-wizard .w-left:after,
  .membership-wizard .w-mid:after,
  .membership-wizard .w-right:after {
    display: none !important;
  }
  .membership-wizard .wizbody {
    margin-top: 0;
  }
  .membership-wizard .q-a {
    margin: 0;
  }
  .membership-wizard .q-a h2 {
    margin-top: 0;
    text-align: left;
  }
}
/* Membership-wizard tablet-h adjustments */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-11.col-lg-12 {
    width: 100% !important;
  }
  .membership-wizard {
    background-color: #ffffff !important;
  }
  .membership-wizard .row {
    margin-left: 0;
    margin-right: 0;
  }
  .membership-wizard .row:nth-child(2) {
    padding: 50px 20px 10px 20px;
  }
  .membership-wizard .col-xs-4 {
    margin: 0;
    padding: 0;
  }
  .membership-wizard .w-left,
  .membership-wizard .w-mid,
  .membership-wizard .w-right {
    margin: 0 !important;
    padding: 10px;
    width: 100% !important;
  }
  .membership-wizard .w-mid,
  .membership-wizard .w-right {
    border-left: 1px solid #ffffff;
  }
  .membership-wizard .w-left:after,
  .membership-wizard .w-mid:after,
  .membership-wizard .w-right:after {
    border-width: 25px 90px medium;
  }
  .membership-wizard .w-mid:after,
  .membership-wizard .w-left:after {
    left: 0;
  }
  .membership-wizard .wizbody {
    margin-right: 0;
    margin-top: 0;
  }
  .membership-wizard .q-a {
    margin: 0;
  }
  .membership-wizard .q-a h2 {
    margin-top: 0;
    text-align: left;
  }
}