/* BHS Membership */
.membership fieldset .inr {
  padding: 25px 30px 5px;
}

.interests fieldset {
  margin-bottom: 0;
}

.interests fieldset:after {
  display: none;
}

.interests fieldset.last {
  margin-bottom: 30px;
}

.interests fieldset.last:after {
  display: block;
}

.membership .fb .tel {
  text-decoration: none;
  font-size: 1.2em;
}

.tick-all {
  float: right;
  font-size: .72em;
  font-weight: bold;
  margin: 2px 17px 0 0;
}
.tick-all input {
  vertical-align: middle;
}
.tick-all label {
  display: inline;
  margin-left: 5px;
  vertical-align: middle;
}

.checklist ul,
.checklist ul li {
  padding: 0;
  margin: 0;
  list-style: none outside;
}

.checklist ul {
  margin: 0 0 20px;
}

.checklist ul li {
  display: block;
  margin: 0 0 1px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}
.checklist ul li:last-child {
  border-bottom: none;
}

.checklist ul li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#ie7 .checklist ul li {
  display: inline-block;
}

#ie7 .checklist ul li:after {
  display: none;
}

.checklist ul li label {
  margin: 0;
  padding: 10px 15px 10px;
}

.checklist ul li input {
  float: right;
  vertical-align: top;
  margin: 2px 40px 0 0;
}

.section {
  margin-bottom: 30px;
}

.section.highlight {
  background: #f1f1f1;
}

.section .inr {
  padding: 25px 30px 5px;
}

.section table th,
.section table td {
  padding: 6px 15px;
}

.review-details .section table th {
  text-align: left;
}

.membership .plain .member {
  background-color: #d9d5d6;
  border-radius: 0;
}

.membership table.plain tr > :first-child, .membership table.plain tr > :last-child {
  border-radius: 0;
}

.review-details .plain .member {
  background-color: #d9d5d6;
  border-radius: 0;
}

.review-details table.plain tr > :first-child, .review-details table.plain tr > :last-child {
  border-radius: 0;
}

.section table th {
  text-align: right;
  width: 50%;
}

.confirmation .section table th {
  width: 40%;
}

table.payments th {
  font-size: 1.15em;
  font-weight: bold;
  text-align: left;
  width: auto;
}

.section table td a.arrow {
  float: right;
}

.section table td a.arrow:before {
  background-position: 0 0;
}

/* Quick login */
.quick-login .txt {
  width: 90%;
}

.quick-login .btn {
  margin-right: 10px;
}

/* Members area */
.members-area .sub-2-col .sidebar {
  width: 300px;
  margin-right: 30px;
}

.members-area .sub-2-col .content-col {
  width: 630px;
  margin: 0;
}

.members-area .title h1 {
  float: left;
}

.members-area .title .member-info {
  float: right;
  text-align: right;
}

.members-area .title .member-info p {
  padding: 0 0 0.7em;
}

.members-area .title .member-info em {
  font-style: normal;
  font-weight: bold;
}

.welcome {
  margin: 0 0 30px;
}

.welcome h2 {
  text-transform: none;
  font-size: 1.8em;
}

.info-box {
  border: 1px solid #dedede;
  float: left;
  padding: 15px 15px 0;
  position: relative;
}

.info-box:after {
  position: absolute;
  width: 100%;
  height: 15px;
  content: '';
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: url(/bhsAssets/img/shadow-quote.png) 100% 0 no-repeat;
  bottom: -16px;
  left: 0;
}

.info-box p {
  padding-bottom: 15px;
}

.members-area .content-col h2 {
  margin-bottom: 20px;
}

.members-area .content-col h2.tip {
  margin-bottom: 10px;
}

.members-area .content-col .fb .pad {
  padding: 0 10px;
  margin-top: 10px;
}

.members-area .content-col .fb .pad p {
  font-size: 1.3em;
}

.members-area .content-col .fb li p {
  font-size: 1.3em;
  padding-top: 3px;
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00546b;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: solid 2px #fff;
  float: left;
  color: #fff;
  padding: 5px;
  min-width: 5.75em;
  min-height: 5.75em;
  text-align: center;
}

.circle span {
  font-size: 1.05em;
  display: block;
  min-width: 10px;
  min-height: 1.2em;
  margin-top: 8px;
}

.circle span.from {
  margin-top: 0;
}

.circle strong {
  font-size: 1.8em;
  line-height: 1.1;
}

.msg-box {
  border: 2px solid #2f5414;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.msg-box .inr {
  padding: 15px 15px 5px;
}

.msg-box h3 {
  font-size: 1.5em;
  font-weight: bold;
}

.msg-box p {
  padding-bottom: 10px;
}

.white-box {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.white-box .inr {
  padding: 15px 15px 5px;
}

/* Submit row */
.membership .submit-row {
  padding: 15px 0 10px;
  border-top: 1px solid #d5d5d5;
  background: url(/bhsAssets/img/white.gif) 0 0 repeat-x;
}

.membership .submit-row.no-bdr {
  padding-top: 0;
  border: 0;
  background: none;
}

.membership .submit-row .col {
  width: 49.9%;
}

.membership .submit-row .right {
  text-align: right;
  float: right;
}

.membership .submit-row a,
.membership .submit-row input {
  font-size: 1.3em;
  margin: 0 20px 0 0;
}

.membership .submit-row .right a,
.membership .submit-row .right input {
  margin: 0 0 0 20px;
}

.payment-info {
  background: #FFF;
  border: 2px solid #2F5414;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #2F5414;
  font-size: 1.7em;
  padding: 2px 8px 3px;
  margin-bottom: 20px;
}

.confirmation .payment-info {
  margin-top: 10px;
}

.payment-info .col.left {
  width: 85%;
}

.payment-info .col.right {
  width: 14.9%;
  float: right;
  text-align: right;
}

.call-us {
  background: #FFF;
  border: 2px solid #2f5414;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 15px 9px 55px;
  position: relative;
  right: 0;
  top: 5px;
  float: right;
  max-width: 160px;
  margin-bottom: 5px;
}

.call-us:before {
  background: url("/bhsAssets/img/icons.png") no-repeat scroll 0 0 #2f5414;
  content: "";
  display: block;
  height: 37px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -5000px;
  top: 5px;
  width: 37px;
}

/* Confirmation page */
.confirmation .sub-2-col .sidebar {
  width: 300px;
  margin: 0;
}

.confirmation .sub-2-col .content-col {
  width: 630px;
  margin-right: 30px;
}

.confirmation .title h1,
.confirmation .title h2 {
  float: left;
  clear: left;
  padding-bottom: 10px;
}

.confirmation .title h2 {
  color: #00546B;
  text-transform: none;
  font-size: 1.8em;
  font-weight: normal;
  padding-bottom: 15px;
}

.confirmation h2 {
  color: #2F5414;
  text-transform: none;
  font-size: 1.8em;
  font-weight: normal;
}

.confirmation .title a {
  float: right;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}

.confirmation .sub-2-col + .sub-2-col .sidebar {
  padding-top: 60px;
}

.confirmation .title .print {
  margin-top: -25px;
}

.confirmation .icon-list li {
  float: left;
  width: 200px;
}

/* Join Form */
.membership .row .btn {
  background: #006986;
  /* Old browsers */
  background: -moz-linear-gradient(top, #006986 0%, #00556c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006986), color-stop(100%, #00556c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #006986 0%, #00556c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #006986 0%, #00556c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #006986 0%, #00556c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #006986 0%, #00556c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006986', endColorstr='#00556c',GradientType=0 );
  /* IE6-9 */
  padding: 0 10px 2px;
}

.membership .row span + .btn {
  margin-left: 10px;
}

.membership .row .btn:hover {
  background: #004254;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004254 0%, #006986 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004254), color-stop(100%, #006986));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #004254 0%, #006986 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #004254 0%, #006986 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #004254 0%, #006986 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #004254 0%, #006986 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004254', endColorstr='#006986',GradientType=0 );
  /* IE6-9 */
}

.family-cover h3 {
  font-size: 1.3em;
}

.family-cover h3 span {
  color: #000;
}

.family-cover .member-heading {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  background: #ece9e9;
}

.family-cover .member-heading .inr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d5d5d5;
  padding: 5px 10px 7px;
}

.family-cover .member-heading .price {
  float: right;
  padding: 4px;
}

.family-cover .member-heading h4 {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 27px 0;
}

.family-cover .member-heading .price span {
  margin-top: 11px;
}

.family-cover .member-heading a,
.family-cover .member-heading input {
  float: right;
  margin: 27px 10px 0;
  font-size: 1.2em;
}

.btn-info {
  margin-left: 10px;
  color: #000;
}

.block-title.empty {
  margin-bottom: 10px;
}

.block-title.disabled {
  background-color: #666;
}

.block-title.complete {
  padding-right: 40px;
  background-image: url(/bhsAssets/img/tick.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.block-title .edit {
  color: #fff;
  font-size: 0.84em;
  text-decoration: underline;
  position: relative;
  float: right;
  margin-right: 20px;
}
.block-title .edit:after {
  height: 11px;
  width: 11px;
  position: absolute;
  content: '';
  top: 50%;
  right: -15px;
  margin-top: -5px;
  background: url(/bhsAssets/img/edit.png) 0 0 no-repeat;
}
.block-title .edit:hover {
  text-decoration: none;
}

.block-title input.edit {
  padding: 0 8px 1px;
  cursor: pointer;
  min-height: 20px;
  min-width: 30px;
  text-align: center;
}

.block-title .edit:hover,
.block-title .edit:focus {
  text-decoration: underline;
}

.membership .alert .inr {
  padding: 10px 10px 0 40px;
}

.address-txt {
  position: relative;
  background: #ECE9E9;
  border: 1px solid #D5D5D5;
  padding: 5px 10px;
  font-size: 1em;
  max-width: 255px;
}

.address-txt span {
  font-weight: bold;
  font-size: 1.2em;
}

.address-txt .change {
  margin-left: 5px;
}

/* Membership Renewal Form */
.renew.form .main-col {
  margin-right: 0;
}

.renew.form .tip + div {
  margin-left: 0;
}

.renew.form .tip::after {
  display: none;
}

.renew.form .sidebar .bdr {
  border: none;
  background: url(/bhsAssets/img/border.gif) 2px 100% repeat-x;
}

.membership-feature .col {
  width: 50%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.membership-feature .col.left {
  float: left;
}

.membership-feature .col.right {
  float: right;
}

.membership-feature .col h2 {
  text-transform: none;
}

.membership-feature .col h3 {
  font-size: 14px;
}

.membership-feature .col fieldset {
  padding: 10px;
  min-height: 230px;
}

.membership-feature .col fieldset:after {
  display: none;
}

.membership-feature .inr {
  padding: 10px 15px 0 15px;
}

.membership-feature .col ul {
  list-style: disc;
  margin: 0 0 20px 0;
}

.membership-feature .col ul li {
  margin-left: 15px;
}

/*Payment method */
.payment-method {
  padding-top: 10px;
}

.payment-method .box {
  float: left;
  width: 156px;
  background: #fff;
  border: 2px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 30px 20px 0;
  position: relative;
}

.payment-method .box:hover,
.payment-method .box.hover,
.payment-method .box.selected {
  border-color: #2f5414;
}

.payment-method .box:hover .checkbox,
.payment-method .box.hover .checkbox,
.payment-method .box.selected .checkbox {
  background-color: #2f5414;
}

.payment-method .box.last {
  margin-right: 0;
}

.payment-method .box .txt {
  text-align: center;
  min-height: 110px;
  display: block;
}

.payment-method .box .txt span {
  display: block;
  line-height: 1em;
  padding-bottom: 3px;
}

.payment-method .box .txt .type {
  font-weight: bold;
  font-size: 1.5em;
  padding: 0 30px;
}

.payment-method .box .txt .freq {
  font-size: 1.4em;
  padding-bottom: 12px;
}

.payment-method .box .txt .price {
  font-size: 1.8em;
  font-weight: bold;
  color: #00546b;
  padding-bottom: 12px;
}

.payment-method .box .txt .info {
  font-size: 1.2em;
  padding-bottom: 20px;
}

.payment-method .box .checkbox {
  display: block;
  background: #666;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  padding: 5px 0 3px;
}

.payment-method .box label {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

.payment-method .box .tooltip {
  font-size: 1.2em;
  position: absolute;
  top: 5px;
  right: 8px;
  margin: 0;
}

.small-print ul {
  margin-left: 0px;
}

fieldset .sortcode input.txt {
  width: 40px;
  margin-left: 5px;
}

fieldset .sortcode input.txt:first-child {
  margin: 0;
}

.payment-details .title-box {
  float: right;
  clear: right;
  width: 230px;
}

.payment-details fieldset {
  float: left;
  width: 50%;
}

.title-box {
  background: #fff;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.title-box .inr,
fieldset .title-box .inr {
  padding: 10px 15px 0;
}

.title-box p {
  padding-bottom: 10px;
}

.title-box .block-title {
  font-size: 1.5em;
  font-weight: bold;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.title-box .chk {
  float: left;
  margin: 0 10px 20px 0;
}

.title-box .chk + label {
  display: block;
}

/* You have chosen block */
.chosen .type {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  position: relative;
  padding: 15px 10px 15px 75px;
}

.chosen .type p,
.chosen .type h4 {
  padding: 0 0 5px;
}

.chosen .type h4 {
  font-weight: bold;
  font-size: 1.3em;
}

.chosen .type:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  text-indent: -5000px;
  text-decoration: none;
  background: url(/bhsAssets/img/icons-lrg.png) 0 0 no-repeat;
}

.chosen .col {
  width: 45%;
  margin-right: 4.9%;
  font-weight: bold;
}

.membership-home .membership-types-container {
  position: relative;
}

.membership-home .membership-types-container .renew-cta {
  position: absolute;
  top: 11px;
  right: 15px;
}

.membership-home .membership-types-container .renew-cta .btn {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  color: #00546b;
  padding: 0px 20px 2px;
  cursor: pointer;
  position: relative;
}

.membership-home .membership-types-container .renew-cta .btn:hover {
  background: #ffffff;
  text-decoration: underline;
}

.membership-home .membership-types-container .renew-cta .btn.btn-arrow:before {
  background: url(/bhsAssets/img/arrow-blue.gif) 0 0 no-repeat;
}

.membership-home .promo-title + .highlight {
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f1f1 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f1f1 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f1f1 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f1f1 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  border-right: 3px solid #fff;
}

.membership-home .promo-title + .highlight .inr {
  background: url(/bhsAssets/img/border.gif) 2px 100% repeat-x;
}

/* Highlighted membership type */
.membership-feature .inr {
  padding: 25px 20px 20px;
}

.membership-feature .inr p {
  clear: both;
}

.membership-feature p {
  font-size: 1.3em;
}

.membership-feature .ir {
  float: left;
}

.membership-feature .price {
  float: right;
  width: 220px;
  clear: right;
}

.membership-feature .price .circle {
  padding: 5px;
  margin-right: 8px;
}

.membership-types .price .circle strong.type,
.membership-feature .price .circle strong.type {
  display: block;
  margin-top: 5px;
  font-size: 1.425em;
  line-height: 1.1;
}

.membership-feature .price .circle + p {
  margin-top: 18px;
  float: left;
  padding: 0;
  width: 55px;
  font-weight: bold;
  clear: none;
}

.membership-feature .price + p {
  clear: both;
}

.membership-feature .list,
.membership-feature .link {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 10px;
}

.membership-feature .list li {
  float: left;
  margin-right: 1%;
  width: 46%;
}

.membership-feature .link {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.membership-feature .cta {
  /*font-size:1em;*/
  text-align: right;
}

.membership-feature .cta p {
  float: left;
  width: 50%;
}

.membership-feature .cta a.btn {
  float: right;
  padding: 5px 15px 5px 20px;
}

.membership-feature .cta a.btn:before {
  top: 0.7em;
}

/* Membership types */
.membership-types {
  margin-bottom: 30px;
}

.membership-types .inr p {
  clear: both;
}

.membership-types .block-title {
  margin-bottom: 20px;
}

.membership-types .cols {
  background: #f1f1f1;
  border: 1px dotted #aa112c;
}

.membership-types .cols .col {
  width: 33.2%;
  border-right: 1px dotted #aa112c;
}

.membership-types .cols .col .inr {
  padding: 10px;
  min-height: 350px;
}

.membership-types .cols .col.last {
  border: 0;
}

.membership-types .cta {
  /*border-top:1px solid #cdcbcb;*/
  padding: 10px 20px;
  text-align: right;
}

.membership-types .ir {
  height: 55px;
  width: 165px;
  background-image: url(/bhsAssets/img/membership-types-sml.gif);
}

.membership-types .list,
.membership-types .link {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  margin: 0 0 1px;
}

.membership-types .list {
  /*min-height:200px;*/
}

.membership-types .link {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.membership-types .list h4 {
  font-size: 1.4em;
}

.membership-types .list ul {
  margin: 0 0 0 2px;
  padding: 0;
}

.membership-types .list li {
  font-size: 1.2em;
  padding-left: 10px;
}

.membership-types .list li:before {
  height: 4px;
  width: 4px;
}

.membership-types .price {
  margin-bottom: 15px;
}

.membership-types .price .circle {
  padding: 4px;
  margin-right: 6px;
}

.membership-types .price .circle span {
  margin-top: 6px;
}

.membership-types .alt-price .circle span.from {
  margin-top: 0px;
}

.membership-types .price .circle + p {
  margin-top: 13px;
  float: left;
  padding: 0;
  font-weight: bold;
  clear: none;
}

.other-memberships .cols .col {
  width: 49.8%;
}

.other-memberships .cols .col .inr {
  min-height: 165px;
  padding-bottom: 0;
}

.other-memberships .ir {
  float: left;
  width: 155px;
}

.other-memberships .list {
  margin-bottom: 10px;
  min-height: 10px;
}

.other-memberships .price {
  float: right;
  width: 135px;
  clear: right;
}

.other-memberships .alt-price {
  width: 100%;
  clear: both;
  float: left;
}

.other-memberships .price .circle + p {
  width: 55px;
}

.other-memberships .price .circle {
  padding: 5px;
  min-height: 5.5em;
  min-width: 5.5em;
}

.other-memberships .t-trade,
.other-memberships .t-corporate {
  width: 165px;
}

.other-memberships .t-trade + .price,
.other-memberships .t-corporate + .price {
  width: 125px;
}

.other-memberships .t-trade + .price .circle,
.other-memberships .t-corporate + .price .circle {
  min-height: 5em;
  min-width: 5em;
}

.other-memberships .t-trade + .price .circle strong,
.other-memberships .t-corporate + .price .circle strong {
  font-size: 1.6em;
}

.other-memberships .t-trade + .price .circle span,
.other-memberships .t-corporate + .price .circle span {
  font-size: 0.9em;
  margin: 0;
}

.other-memberships .price + p {
  clear: both;
}

/* membership detail */
.membership-detail .main-col .fb ul li {
  list-style: outside;
  margin: 0 0 20px;
  padding-left: 10px;
}
.membership-detail .main-col .fb .inr {
  padding: 20px 20px 10px;
}
.membership-detail .main-col .fb .doc-list {
  margin-left: 0;
  margin-bottom: -20px;
}
.membership-detail .main-col .fb .doc-list li {
  list-style: none inside;
  padding-left: 0;
  margin: 0 0 15px;
}
.membership-detail .main-col .fb .doc-list li a[href$='.pdf'],
.membership-detail .main-col .fb .doc-list li a[href$='.doc'],
.membership-detail .main-col .fb .doc-list li a[href$='.docx'],
.membership-detail .main-col .fb .doc-list li a[href$='.zip'] {
  position: relative;
  padding-left: 27px;
  display: inline-block;
  line-height: 18px;
}
.membership-detail .main-col .fb .doc-list li a[href$='.pdf']:before,
.membership-detail .main-col .fb .doc-list li a[href$='.doc']:before,
.membership-detail .main-col .fb .doc-list li a[href$='.docx']:before,
.membership-detail .main-col .fb .doc-list li a[href$='.zip']:before {
  content: '';
  height: 18px;
  width: 16px;
  position: absolute;
  background-image: url(/bhsAssets/img/doc-inset.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.membership-detail .main-col .fb .sep {
  margin: 5px 0 20px;
  border-top: 1px solid #d5d5d5;
  height: 1px;
  width: 100%;
}

.membership-detail .block-title {
  font-weight: normal;
}

.membership-detail .prices {
  margin-bottom: 30px;
}

.membership-detail .prices .cta {
  padding: 10px 0;
}

.membership-detail .prices .cta a {
  float: right;
}

.membership-detail .prices .block {
  margin-bottom: 30px;
  border-top: 1px solid #e0e0e0;
}

.membership-detail .prices .block .inr {
  padding: 15px 15px 5px;
}

.membership-detail .prices .txt {
  float: left;
  width: 335px;
}

.membership-detail .prices .individual .txt {
  width: 170px;
  margin-right: 5px;
}

.membership-detail .prices .individual .price-block {
  float: left;
  margin-left: 5px;
}

.membership-detail .prices .block-title-light {
  padding: 0 0 7px;
  margin: 0 0 10px;
  background: url(/bhsAssets/img/border.gif) 2px 100% repeat-x;
}

.membership-detail .prices .additional ul {
  padding: 0;
  margin: 0;
}

.membership-detail .prices .additional ul li {
  list-style: none outside;
  display: block;
  position: relative;
  padding: 0 100px 12px 0;
  margin: 0 0 12px;
  background: url(/bhsAssets/img/border.gif) 2px 100% repeat-x;
}

.membership-detail .prices .additional ul li.last {
  background: none;
  margin: 0;
}

.membership-detail .prices .additional .sml {
  font-size: 0.8em;
}

.membership-detail .prices .additional .extra {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  text-align: right;
  font-weight: bold;
  font-size: 1.45em;
  margin-top: -4px;
}

.membership-detail .prices .additional .extra strong {
  margin-left: 2px;
  font-size: 0.9em;
  color: #00546b;
}

.membership-detail .prices .price-block {
  float: right;
  position: relative;
  top: -5px;
  margin-bottom: 15px;
  width: 80px;
  text-align: center;
}

.membership-detail .prices .price-block .price {
  margin-bottom: 7px;
}

.membership-detail .prices .price-block .price span {
  min-height: 1.7em;
  margin-top: 0;
}

.membership-detail .prices .price-block p {
  padding: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.membership-costs {
  font-size: 0;
  padding: 20px;
}
.membership-costs .option {
  font-size: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  margin: 0 1.666%;
  vertical-align: top;
  text-align: center;
}
.membership-costs .option h3 {
  text-align: center;
  min-height: 2em;
  font-size: 1.8em;
  font-weight: normal;
  padding: 0 10px 40px;
}
.membership-costs .option .price {
  border: 2px solid;
  padding: 20px 10px 0;
  position: relative;
  background-color: #f6f5f3;
  min-height: 140px;
}
.membership-costs .option .price p {
  font-size: 1.4em;
}
.membership-costs .option .price strong {
  font-size: 4em;
  display: block;
  margin-bottom: 15px;
}
.membership-costs .option .price.highlight {
  border-color: #aa112c;
}
.membership-costs .option .price .discount {
  background-color: #aa112c;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  line-height: 23px;
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 100%;
  padding: 5px 10px;
}

.with-price {
  position: relative;
  padding: 10px 140px 10px 0;
}
.with-price .circle {
  position: absolute;
  top: 0;
  right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 7em;
  min-height: 7em;
  border-color: #aa112c;
  color: #aa112c;
  background: #fff;
}
.with-price .circle span {
  margin-top: 5px;
}
.with-price .circle strong:first-child {
  margin-top: 7px;
  display: block;
}
.with-price .circle strong:first-child + span {
  margin-top: 3px;
}
.with-price h4 {
  font-size: 1.8em;
  padding-bottom: 20px;
}
.with-price p {
  font-size: 1.4em;
}

.radial {
  background-color: #ffffff;
  background-image: -moz-radial-gradient(0% 0%, ellipse cover, #f2f2f2, white 175px);
  background-image: -webkit-radial-gradient(0% 0%, ellipse cover, #f2f2f2, white 175px);
  background-image: -o-radial-gradient(0% 0%, ellipse cover, #f2f2f2, white 175px);
  background-image: -ms-radial-gradient(0% 0%, ellipse cover, #f2f2f2, white 175px);
  background-image: radial-gradient(0% 0%, ellipse cover, #f2f2f2, white 175px);
}

.membership .tabs > ul,
.membership-home .tabs > ul {
  border-color: #666;
  margin-left: 1px;
}

#dd-confirmation {
  padding: 20px;
  width: 760px;
}

#dd-confirmation .fb {
  margin: 0 0 10px;
}

#dd-confirmation .inr {
  padding: 20px 20px 0;
}

#dd-confirmation table {
  margin-bottom: 20px;
}

#dd-confirmation .top address {
  font-size: 1.8em;
  margin-left: 20px;
  width: 50%;
  float: left;
}

#dd-confirmation .top .dd {
  float: left;
  color: #000;
  width: 45%;
}

#dd-confirmation .dd p {
  font-size: 1.8em;
  float: left;
  width: 200px;
  padding-top: 0;
  margin-top: 0;
}

#dd-confirmation .top .dd img {
  float: right;
  margin-top: 10px;
}

#dd-confirmation .top address strong {
  font-weight: bold;
  color: #aa112c;
}

#dd-confirmation .col {
  width: 48.6%;
  margin-right: 2.8%;
  float: left;
}

#dd-confirmation .col + .col {
  margin-right: 0;
}

#dd-confirmation .instruction {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

#dd-confirmation .instruction .inr {
  padding: 15px 15px 0;
}

#dd-confirmation .instruction h3 {
  font-size: 1.5em;
  font-weight: bold;
}

#dd-confirmation td span {
  margin-left: 25px;
}

#dd-confirmation td span:first-child {
  margin-left: 0;
}

#dd-confirmation .print {
  margin-left: 15px;
}

#dd-confirmation .print:before {
  background-image: url(/bhsAssets/img/icons-grey.png);
}

/* DONATE */
.donate-info .fb .bdr {
  border: 1px dotted #aa112c;
}

.donate-info .fb h2 {
  text-transform: none;
  color: #00546b;
  font-size: 1.5em;
}

.donate-info-inr {
  background: url(/bhsAssets/img/horseOnBeach.jpg) 99% 7px no-repeat;
  padding-right: 140px;
}

.membership-detail .donate-info-inr {
  background: url(/bhsAssets/img/horseOnBeach2.jpg) 0 0 no-repeat;
  padding: 130px 0 0 0;
}

.donate-info-inr .circle {
  margin: -20px 10px 0 0;
  padding: 10px 5px 0 5px;
  min-width: 2.8em;
  min-height: 2.75em;
}

.donate-info-inr .circle.five {
  background-color: #bfd4da;
  color: #00546b;
}

.donate-info .fb .bdr ul {
  margin: 0;
}

.donate-info .fb .bdr ul li {
  list-style-type: none;
  font-size: 1.4em;
  margin: 18px 0;
}

.donate {
  margin: 0 0 10px 0;
  padding-top: 20px;
  font-size: 1.3em;
}

.donate a {
  margin-top: -20px;
}

.donate .btn {
  display: block;
  width: 210px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: solid 2px #fff;
}

.donate .btn.five-pound {
  background: #00546b;
  margin-right: 18px;
  float: left;
  filter: none;
}

.donate .btn.five-pound:hover {
  background: #024658;
}

.donate .btn.one-pound {
  background: #bfd4da;
  float: right;
  color: #00546b;
  filter: none;
}

.donate .btn.one-pound:hover {
  background: #cae0e5;
}

.membership-types .donate {
  text-align: center;
}

.membership-types .donate .btn {
  font-size: 1em;
  width: 248px;
  margin: 0 0 20px 0;
}

.membership-types .donate .btn.five-pound {
  margin: -15px 0 10px 0;
}

.membership-types .donate .btn.one-pound {
  margin: 10px 0 0 0;
}

.membership-types .donate .btn.five-pound,
.membership-types .donate .btn.one-pound {
  float: none;
}

.membership-types .cta .arrow {
  font-size: 1.3em;
}

.membership-detail .prices .donate {
  margin-top: 10px;
}

.membership-detail .prices .donate .btn {
  display: block;
  width: 160px;
  font-size: 1em;
}

.membership-detail .prices .cta a.arrow {
  color: #2f5414;
  border: none;
  background: #ffffff;
}

.membership-detail .prices .cta a.arrow:hover {
  text-decoration: underline;
}

.membership-detail .prices .cta a.arrow,
.membership-detail .prices .cta a.up {
  filter: none;
}

/* Membership 2014 */
input[type=checkbox] {
  vertical-align: middle;
}

.gender.error .fld.hide-error:after {
  display: none;
}

.checkbox.error .fld:after {
  top: -2px;
}

.error .dob span {
  color: #aa112c;
}

.error .dob .year:after {
  content: '';
  position: relative;
  top: 2px;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  text-decoration: none;
  background: url(/bhsAssets/img/error.gif) 0 0 no-repeat;
  margin-left: 8px;
  float: right;
}

.dob legend span {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 5px;
}
.dob > span {
  margin-right: 5px;
  display: inline-block;
}

.fb .promo-title {
  float: none;
}

.promo-code-block {
  padding: 10px 10px 10px 0;
}
.promo-code-block .apply-message.success span {
  width: 375px;
}
.promo-code-block .apply-message.success.remove-code a {
  width: 383px;
  font-size: 0.8em;
  clear: both;
  display: block;
  float: right;
  margin-top: 5px;
}

.promo-code-block p {
  padding-bottom: 0.5em;
  font-size: 1em;
}

.promo-code-block span {
  font-size: 0.8em;
  float: left;
  display: block;
  width: 50%;
}

.promo-code-block input {
  margin-right: 20px;
  float: left;
}

.promo-code-block .btn {
  clear: both;
}

.apply-message {
  border: 2px solid;
  position: relative;
  padding: 10px;
}
.apply-message.success {
  border-color: #65a837;
  color: #65a837;
}
.apply-message.fail {
  border-color: #ce2625;
  color: #ce2625;
}
.apply-message.fail a {
  color: #ce2625;
  text-decoration: underline;
}
.apply-message p {
  padding-bottom: 0;
  float: left;
  vertical-align: middle;
}
.apply-message span {
  color: #666;
  display: inline;
  margin-left: 20px;
  float: left;
  margin-top: 4px;
  width: 390px;
}
.apply-message.success.large span {
  width: 470px;
}
.apply-message.success p:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 20px;
  background: url(/bhsAssets/img/green-tick.png) 0 0 no-repeat;
  float: left;
  margin-left: 0;
  vertical-align: middle;
}
.apply-message.fail p:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 20px;
  background: url(/bhsAssets/img/red-x.png) 0 0 no-repeat;
  float: left;
}
.apply-message.success.large span:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background: url(/bhsAssets/img/green-tick-large.png) 0 0 no-repeat;
  float: left;
  margin-left: 0;
  vertical-align: middle;
}

.progress {
  margin-bottom: 20px;
}
.progress ol {
  list-style: none;
  font-size: 0;
  position: relative;
  margin: 0 -2px 0 -3px;
}
.progress ol li {
  font-size: 13px;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.progress ol li > div {
  background: #f4f1f1;
  min-height: 2.7em;
  text-align: center;
  padding: 10px 18px 10px;
  margin: 0 2px 0 3px;
  height: 48px;
}
.progress ol li.active div {
  color: #fff;
  padding-bottom: 22px;
  background-image: url(/bhsAssets/img/arrow-cut-in.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.progress ol li.complete div {
  background: #2f5414;
  color: #fff;
}
.progress ol li a.edit {
  color: #fff;
  font-size: 0.84em;
  text-decoration: underline;
  position: relative;
}
.progress ol li a.edit:after {
  height: 11px;
  width: 11px;
  position: absolute;
  content: '';
  top: 50%;
  right: -15px;
  margin-top: -5px;
  background: url(/bhsAssets/img/edit.png) 0 0 no-repeat;
}
.progress ol li a.edit:hover {
  text-decoration: none;
}

.membership-choice {
  padding: 30px 20px 0;
  border: 1px dashed #183069;
  border-top: none;
  position: relative;
  top: -30px;
  margin-bottom: -10px;
}
.membership-choice fieldset {
  background: #fff;
  margin: 0;
}
.membership-choice fieldset:after {
  display: none;
}
.membership-choice fieldset legend span {
  font-size: 1.5em;
  color: #666;
  font-weight: bold;
}

.radio-list ul li {
  list-style: none inside;
}
.radio-list ul li input {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.radio-list ul li label {
  display: inline-block;
}

.membership-options {
  padding: 20px 15px 22px;
  font-size: 0;
  background-color: #fff;
  text-align: center;
}
.membership-options .option {
  border-radius: 5px;
  border: 2px solid #aa112c;
  margin: 0 15px;
  display: inline-block;
  width: 28.07%;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  text-align: left;
}
.overseas .membership-options .option {
  width: 44%;
}
.membership-options .option:after {
  content: '';
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: -14px;
  left: 0;
  background: #aa112c url(/bhsAssets/img/arrow-cut-in.png) 50% 0;
  display: none;
}
.membership-options .option > h3 {
  text-align: center;
  padding: 10px;
  background-color: #aa112c;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}
.membership-options .option .acc-item .acc-trigger {
  background: none;
  color: #2f5414;
  font-size: 1.3em;
}
.membership-options .option.silver {
  border-color: #a8a8a8;
}
.membership-options .option.silver h3 {
  background-color: #a8a8a8;
}
.membership-options .option.silver:after {
  background-color: #a8a8a8;
}
.membership-options .option.gold {
  border-color: #ab8140;
}
.membership-options .option.gold h3, .membership-options .option.gold:after {
  background-color: #ab8140;
}
.membership-options .option.friend {
  border-color: #aa112c;
  text-align: center;
}
.membership-options .option.friend h3, .membership-options .option.friend:after {
  background-color: #aa112c;
}
.membership-options .option.navy {
  border-color: #183069;
  text-align: center;
}
.membership-options .option.navy h3, .membership-options .option.navy:after {
  background-color: #183069;
}
.membership-options .option.bronze {
  border-color: #815941;
  text-align: center;
}
.membership-options .option.bronze h3, .membership-options .option.bronze:after {
  background-color: #815941;
}
.membership-options .option.burgandy {
  border-color: #d9bfc7;
  text-align: center;
}
.membership-options .option.burgandy h3, .membership-options .option.burgandy:after {
  background-color: #d9bfc7;
}
.membership-options .option.brown {
  border-color: #ddd4bf;
  text-align: center;
}
.membership-options .option.brown h3, .membership-options .option.brown:after {
  background-color: #ddd4bf;
}
.membership-options .option.green {
  border-color: #587b26;
  text-align: center;
}
.membership-options .option.green h3, .membership-options .option.green:after {
  background-color: #587b26;
}
.membership-options .option.blue {
  border-color: #cae1f8;
  text-align: center;
}
.membership-options .option.blue h3, .membership-options .option.blue:after {
  background-color: #cae1f8;
}
.membership-options .option.teal {
  border-color: #bfd4da;
  text-align: center;
}
.membership-options .option.teal h3, .membership-options .option.teal:after {
  background-color: #bfd4da;
}
.membership-options .option.yellow {
  border-color: #e5e3c0;
  text-align: center;
}
.membership-options .option.yellow h3, .membership-options .option.yellow:after {
  background-color: #e5e3c0;
}
.membership-options .option.tan {
  border-color: #dfd5cf;
  text-align: center;
}
.membership-options .option.tan h3, .membership-options .option.tan:after {
  background-color: #dfd5cf;
}
.membership-options .option .inr {
  padding: 12px;
}
.membership-options .option .inr p,
.membership-options .option .inr ul li {
  font-size: 1.2em;
}
.membership-options .option .inr li {
  list-style-position: outside;
}
.membership-options .option .intro {
  text-align: center;
  margin-bottom: 15px;
}
.membership-options .option .intro p {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 0;
}
.membership-options .option .intro .price strong {
  font-size: 3.64em;
  display: block;
}
.membership-options .option .cta {
  padding: 0 12px 12px;
  text-align: center;
  line-height: 0.8;
}
.membership-options .option .cta a {
  font-size: 1.2em;
  margin-bottom: 20px;
  display: inline-block;
}
.membership-options .option .cta label.btn {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7em;
  padding: 0 10px;
}
.membership-options .option .cta label.btn input {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.membership-options .option .circle {
  position: absolute;
  min-height: 50px;
  min-width: 50px;
  height: 63px;
  width: 63px;
  background: url("/bhsAssets/img/membership-details-gold-2016.png") no-repeat;
  top: -22px;
  right: -27px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.membership-options .option .circle span {
  margin: 0;
  font-size: 1em;
  line-height: 1.1;
}
.membership-options .option .circle strong {
  margin-top: 5px;
  display: block;
  font-size: 1.5em;
}
.mod_js .membership-options .option {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
.mod_js .membership-options .option.active {
  opacity: 1;
}
.mod_js .membership-options .option.active:after {
  display: block;
}

.membership-selection .final-total {
  padding: 0 0 25px;
}
.membership-selection .final-total .total {
  font-weight: bold;
  font-size: 2.4em;
}
.membership-selection .final-total .btn {
  float: right;
  margin-top: 5px;
}
.membership-selection fieldset .inr {
  padding: 25px 25px 0;
}
.membership-selection fieldset fieldset .inr {
  padding: 10px 0 0;
}
.membership-selection fieldset fieldset legend span {
  font-size: 1.5em;
}
.membership-selection .family h3, .membership-selection .student h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 20px;
}
.membership-selection .family legend span, .membership-selection .student legend span {
  font-weight: normal;
}
.membership-selection .family p, .membership-selection .student p {
  padding-right: 150px;
}
.membership-selection .family .row, .membership-selection .student .row {
  margin-bottom: 0;
}
.membership-selection .family input.txt-sml, .membership-selection .student input.txt-sml {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}
.membership-selection .family label, .membership-selection .student label {
  display: inline-block;
}

legend span .skip {
  float: right;
  color: #fff;
  font-size: 0.666em;
  text-decoration: underline;
}
legend span .skip:after {
  content: '\003E';
}
legend span .skip:hover {
  text-decoration: none;
}

.donate-promo h3 {
  padding-bottom: 20px;
}
.donate-promo img {
  float: left;
  margin-right: 20px;
}
.donate-promo div.txt {
  float: left;
  width: 290px;
}

.donate-options .option {
  padding: 25px 0 0;
}
.donate-options .option .circle {
  float: left;
  min-height: 6em;
  min-width: 6em;
  border: none;
  margin-right: 30px;
}
.donate-options .option .circle strong {
  font-size: 2.4em;
  margin-top: 0.6em;
  display: block;
}
.donate-options .option div.txt {
  float: left;
  padding: 20px 0 10px;
  width: 400px;
}
.donate-options .option div.txt input[type="checkbox"] {
  float: left;
  position: relative;
  top: 4px;
}
.donate-options .option div.txt .row label {
  font-size: 1.25em;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 20px;
  float: left;
  width: 70%;
}
.donate-options .option .accordion {
  clear: both;
  margin-left: 100px;
}
.donate-options .option .accordion .acc-item .acc-content {
  border: 1px dashed #2f5414;
  border-top: none;
  padding: 25px 20px 20px;
}
.donate-options .option .accordion .acc-item .acc-content fieldset legend span {
  font-size: 1.5em;
  padding-bottom: 20px;
}
.donate-options .option .accordion .acc-item .acc-content fieldset .txt-sml {
  width: 40px;
}
.donate-options .option .accordion .acc-item .delete {
  float: left;
  display: block;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 1.2em;
  padding: 6px 25px 6px 10px;
  text-decoration: underline;
}
.donate-options .option .accordion .acc-item .delete:after {
  content: ',';
  background: url(/bhsAssets/img/delete.png) 0 0 no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  z-index: 1;
  position: relative;
}

.accordion-green .acc-item .acc-trigger {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  background-color: #2f5414;
  padding: 4px 45px 6px 20px;
  border-radius: 2px;
}
.accordion-green .acc-item .acc-trigger:after {
  height: 12px;
  width: 12px;
  background: url(/bhsAssets/img/plus-minus.png) 0 0;
  margin-top: -6px;
  right: 10px;
}
.accordion-green .acc-item.active .acc-trigger:after {
  background-position: 0 -12px;
}

.payment-options {
  padding: 20px 15px 22px;
  font-size: 0;
  background-color: #fff;
}
.payment-options .option {
  border-radius: 5px;
  border: 2px solid #183069;
  margin: 0 15px;
  display: inline-block;
  width: 28.07%;
  vertical-align: top;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
}
.payment-options .option > h3 {
  text-align: center;
  padding: 10px;
  background-color: #183069;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}
.payment-options .option.annual {
  border-color: #aa112c;
}
.payment-options .option.annual h3 {
  background-color: #aa112c;
}
.payment-options .option .inr {
  padding: 12px;
}
.payment-options .option .inr p,
.payment-options .option .inr ul li {
  font-size: 1.2em;
}
.payment-options .option .inr li {
  list-style-position: outside;
}
.payment-options .option .intro {
  text-align: center;
  margin-bottom: 15px;
}
.payment-options .option .intro p {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 0;
}
.payment-options .option .intro .price strong {
  font-size: 3.64em;
  display: block;
}
.payment-options .option .cta {
  padding: 0 12px 12px;
  text-align: center;
}
.payment-options .option .cta a {
  font-size: 1.2em;
  margin-bottom: 20px;
  display: inline-block;
}
.payment-options .option .cta label.btn {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7em;
  padding: 0 10px;
}
.payment-options .option .cta label.btn input {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.payment-options .option .circle {
  position: absolute;
  min-height: 50px;
  min-width: 50px;
  height: 63px;
  width: 63px;
  background: url("/bhsAssets/img/payment-details.png") no-repeat;
  top: -22px;
  right: -27px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.payment-options .option .circle span {
  margin: 0;
  font-size: 1em;
  line-height: 1.1;
}
.payment-options .option .circle strong {
  margin-top: 0px;
  display: block;
  font-size: 1.5em;
}
.mod_js .payment-options .option {
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
.mod_js .payment-options .option.active, .mod_js .payment-options .option:hover {
  box-shadow: 0 0 5px 5px #ccc;
}

.giftaid-block {
  border: 2px solid;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #f1f1f1;
}
.giftaid-block p {
  padding-bottom: 0;
}
.giftaid-block span {
  font-size: 1.2em;
  display: block;
  margin-bottom: 10px;
}
.giftaid-block .fld input[type=checkbox], .giftaid-block .fld label {
  float: left;
}
.giftaid-block .fld label {
  width: 90%;
  margin-bottom: 10px;
}
.giftaid-block .fld input[type=checkbox] {
  margin-right: 20px;
  min-height: 1.0em;
}
.giftaid-block .sep {
  border-top: 1px solid #d5d5d5;
  background: url(/bhsAssets/img/white.gif) 0 0 repeat-x;
  height: 1px;
  margin: 5px 0 10px;
  display: inline-block;
  width: 100%;
}

.parental-consent.hide {
  display: none;
}

table.membership-plain::after, table.membership-total-sidebar::after, table.membership-total-maincol::after {
  content: none;
}

table.plain th, table.plain td {
  background: none;
  border: none;
  padding: 10px;
}
table.plain tr {
  border-bottom: 1px solid #d9d5d6;
}

table.plain + .submit-row {
  border-top: none;
  background: none;
}

.membership .checklist ul {
  margin-bottom: 0;
}
.membership .checklist ul li {
  background: none;
  border-bottom: 1px solid #d5d5d5;
}
.membership .checklist ul li input {
  margin: 0;
}
.membership .checklist ul li:last-child {
  border-bottom: 0;
}

.membership-plain {
  border: none;
}
.membership-plain td {
  border: none;
  padding: 10px;
}
.membership-plain td:nth-child(2) {
  font-weight: bold;
}
.membership-plain tr {
  border-bottom: 1px solid #d9d5d6;
}

.membership-total-maincol tr:last-child {
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 1.4em;
}
.membership-total-maincol tr:first-child {
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.membership-total-maincol tr td {
  border: none;
}
.membership-total-maincol tr .negative {
  position: relative;
  right: 10px;
}

.membership-total-sidebar {
  background: #f1f1f1;
  margin-bottom: 5px;
}
.membership-total-sidebar tr:last-child {
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 1.4em;
}
.membership-total-sidebar tr td {
  background: none;
  border: none;
  padding: 10px 20px;
}
.membership-total-sidebar tr td .negative {
  position: relative;
  left: -9px;
}

.grey {
  background: #f1f1f1;
}

.membershiptype-block {
  padding: 10px;
  margin-bottom: 20px;
}
.membershiptype-block.silver {
  border: 2px solid #666666;
}
.membershiptype-block.gold {
  border: 2px solid #aa813f;
}
.membershiptype-block.friend {
  border: 2px solid #aa112d;
}
.membershiptype-block.navy {
  border: 2px solid #183069;
}
.membershiptype-block.burgandy {
  border: 2px solid #d9bfc7;
}
.membershiptype-block.brown {
  border: 2px solid #ddd4bf;
}
.membershiptype-block.green {
  border: 2px solid #d5dec9;
}
.membershiptype-block.blue {
  border: 2px solid #cae1f8;
}
.membershiptype-block.teal {
  border: 2px solid #bfd4da;
}
.membershiptype-block.yellow {
  border: 2px solid #e5e3c0;
}
.membershiptype-block.tan {
  border: 2px solid #dfd5cf;
}
.membershiptype-block .cta {
  padding: 0;
  line-height: 0.8;
}
.membershiptype-block .cta a {
  font-size: 1.2em;
  margin-bottom: 20px;
  display: inline-block;
}
.membershiptype-block .cta label.btn {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7em;
  padding: 0 10px;
  margin: 0 0 5px 0;
}
.membershiptype-block .cta label.btn input {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

legend + legend {
  margin-top: 20px;
}

.block-title.silver-title {
  background-color: #a8a8a8;
}

.block-title.gold-title {
  background-color: #aa813f;
}

.block-title.red-title {
  background-color: #aa112d;
}

.block-title.navy-title {
  background-color: #183069;
}

.block-title.bronze-title {
  background-color: #815941;
}

.total {
  font-weight: bold;
  font-size: 2.4em;
}

.btn.with-radio {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7em;
  padding: 0 10px;
  margin: 20px 0;
}
.btn.with-radio input {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.renewal-options label {
  display: inline-block;
}
.renewal-options .back {
  margin-top: 20px;
  display: inline-block;
}

.renewal-options-btn {
  display: block;
  border: 2px solid #ce2625;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.renewal-options-btn .btn {
  float: right;
  font-size: 1.3em;
  font-weight: normal;
}
.renewal-options-btn span {
  float: left;
  width: 65%;
  font-size: 1.2em;
}

.tandcs {
  background-color: #fff;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0px;
}
.tandcs h1, .tandcs p, .tandcs span, .tandcs a {
  color: #fff;
}
.tandcs label {
  width: 90%;
}
.tandcs label, .tandcs input {
  float: left;
  margin: 5px;
  font-size: 1.2em;
}
.tandcs a {
  text-decoration: underline;
}

.tandcs.error {
  background-color: #aa112c;
}
.tandcs.error label {
  color: #fff;
}
.tandcs.error span.error {
  font-size: 1.2em;
}

.direct-debit {
  position: relative;
  float: right;
}
.direct-debit img {
  position: absolute;
  display: block;
  top: -25px;
  right: 0;
}

.other-members .add-member {
  float: right;
  display: block;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 0.65em;
  padding: 0 25px 6px 10px;
  text-decoration: underline;
  margin-right: 10px;
}
.other-members .add-member:before {
  content: '';
  background: url(/bhsAssets/img/plus-small.png) 0 0 no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  z-index: 1;
  position: relative;
  top: 2px;
}
.other-members legend span {
  margin-bottom: 10px;
}
.other-members legend + div.accordion {
  margin-top: 20px;
}
.other-members .acc-item {
  margin-bottom: 10px;
}
.other-members .acc-item .acc-trigger {
  border-radius: 0;
}
.other-members .acc-item .delete {
  float: right;
  display: block;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 1.2em;
  padding: 6px 0px 6px 10px;
  text-decoration: underline;
  margin-right: 50px;
}
.other-members .acc-item .delete:before {
  content: '';
  background: url(/bhsAssets/img/delete.png) 0 0 no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  z-index: 1;
  position: relative;
  top: 2px;
}
.other-members .submit-row {
  margin: 0 30px;
}

.membership .print {
  margin: 0 0 20px 0;
  font-size: 1.2em;
}

.membership .btn.btn-arrow {
  padding-left: 23px;
}

.membership .submit-row.validate {
  padding: 15px 0 10px;
  border-top: none;
  border-bottom: 1px solid #d5d5d5;
  background: none;
  margin-bottom: 20px;
}

.membership input, select, textarea {
  min-height: 1.5em;
}

.membership .fld.inline label {
  display: inline;
}

.membership input[type=checkbox] + label {
  position: relative;
  top: 1px;
}

.membership .giftaid-block input[type=checkbox] + label {
  position: relative;
  top: 0px;
}

.row .txt.small:first-child {
  margin-bottom: 20px;
}

.row .txt.small p {
  font-size: 1.1em;
}

.row .txt.small p strong {
  font-size: 1.2em;
}

.capitalize {
  text-transform: capitalize;
}

#content-columns .icon-list .sec {
  font-weight: normal;
  text-transform: none;
}

.js-show-address {
  padding-top: 20px;
  clear: both;
  display: block;
  position: relative;
}

.js-show-address label {
  display: inline;
  margin-left: 10px;
}

.js-show-address input {
  padding-top: 10px;
  position: relative;
  top: 6px;
  left: 3px;
}

.membership-donate .donation-options {
  padding: 0 20px 20px;
  max-width: 100%;
}

.membership-donate .donation-options .inr {
  background-color: #fbfbfb;
  padding: 20px 0;
}

.membership-donate .donation-options .inr .col {
  border-right: 1px dotted grey;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  width: 33.33%;
}
.membership-donate .donation-options .inr .col:last-child {
  border: none;
}

.membership-donate .donation-options .inr .btn {
  margin-top: 10px;
  padding: 5px;
  font-weight: bold;
}

.membership-donate .donation-options .circle-select {
  background-color: #183069;
  border-radius: 50%;
  display: block;
  width: 110px;
  height: 100px;
  margin: 20px auto 0;
  padding: 30px 10px 0 10px;
}

.membership-donate .donation-options .circle-select select {
  border: none;
  outline: none;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #51638e;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 3em;
  width: 100%;
  padding: 10px 20px 0 10px;
  text-align: center;
  margin: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  text-align-last: center;
}

.membership-donate .donation-options .circle-select label {
  position: relative;
  visibility: hidden;
  height: 0;
}

.membership-donate .donation-options .circle-select label:before {
  content: '';
  color: #ffffff;
  right: 8px;
  top: 24px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  height: 18px;
  width: 7px;
  background: url("/bhsAssets/img/white-arrows.png") no-repeat;
  visibility: visible;
}

.membership-donate .donation-options .circle-select select option {
  background: transparent;
  color: navy;
  text-align: center;
  margin: auto;
  text-align-last: center;
}

.membership-donate .donation-options .row input[type="checkbox"] {
  float: left;
  position: relative;
  top: 4px;
}

.membership-donate .donation-options .row label {
  font-size: 1.25em;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 5px;
  float: left;
  width: 70%;
}

.membership-donate .donation-options .row .eq {
  min-height: 95px;
}

.membership-donate .donation-options .other-amount {
  margin-top: 20px;
  margin-bottom: 30px;
}

.membership-donate .donation-options .other-amount label {
  width: 20% !important;
  display: inline;
}

.membership-donate .donation-options .other-amount input {
  float: left;
  display: inline;
  width: 80px;
}

.navy .membership-donate .donation-options .title-center {
  color: #183069;
  text-align: center;
  font-size: 1.8em;
}

.feature {
  width: 100%;
}

.feature-img {
  width: 40%;
  float: left;
  margin-bottom: 20px;
}

.feature-txt {
  width: 60%;
  padding: 0 10px 10px;
  float: left;
  box-sizing: border-box;
}

.membership-options .accordion {
  margin-bottom: 10px;
}
.membership-options .acc-item .acc-trigger {
  padding: 10px 30px 10px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-top: 1px dashed #2f5414;
  border-bottom: 1px dashed #2f5414;
}
.membership-options .acc-item .acc-trigger:after {
  background: url(/bhsAssets/img/accordion-plus.png) no-repeat 0;
  background-size: 70% 70%;
  right: 0;
}
.membership-options .acc-item .acc-trigger.active:after, .membership-options .acc-item .acc-trigger:hover:after {
  background: url(/bhsAssets/img/accordion-minus.png) no-repeat 0;
  background-size: 70% 70%;
  right: 0;
  background-position: 0 2px;
}
.membership-options .acc-item.active .acc-trigger:after {
  background: url(/bhsAssets/img/accordion-minus.png) no-repeat 0;
  background-size: 70% 70%;
  right: 0;
  background-position: 0 2px;
}
.membership-options .acc-content {
  border: none;
  padding: 10px;
}

.join-cta {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0 5px 0;
  margin-bottom: 20px;
}
.join-cta h2 {
  text-transform: none;
  text-align: center;
  font-size: 17px;
}
.join-cta .btn {
  text-transform: none;
  font-size: 18px;
}

.gift-aid-outer {
  background-color: #fff;
}

.gift-aid-block {
  background-color: #294f0d;
  border-radius: 5px;
  color: white;
  padding: 30px;
  width: 540px;
  box-sizing: border-box;
  margin: 0 auto;
}

.gift-aid-logo {
  background: url("/bhsAssets/img/gift-aid-logo.png") no-repeat;
  display: block;
  text-indent: -9999px;
  width: 150px;
  height: 40px;
  margin-bottom: 20px;
}

.gift-aid-block input, .gift-aid-block label {
  display: inline;
  margin-right: 3px;
  font-size: 1.1em;
}

.gift-aid-block input {
  position: relative;
}

.gift-aid-block .row p {
  margin: 10px 0px;
  padding: 0;
  font-size: 1.1em;
}

.gift-aid-block .sep.dotted {
  border-bottom: 1px dotted #ffffff;
  border-top: 0;
  background: none;
  margin-bottom: 10px;
}
