@import url("https://fonts.googleapis.com/css?family=Ubuntu:100,200,300,400,500,700&display=swap");
@import url("https://use.typekit.net/gcm3cxq.css");
@import url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
.content-container, .cms-content-homepage, .member-details .row, .form-footer .form-footer__field, .member-payment .row, .member-payment .form-footer .terms, .success .row, .panel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px; }
  @media (min-width: 768px) {
    .content-container, .cms-content-homepage, .member-details .row, .form-footer .form-footer__field, .member-payment .row, .member-payment .form-footer .terms, .success .row, .panel {
      padding: 20px; } }
  @media (min-width: 1200px) {
    .content-container, .cms-content-homepage, .member-details .row, .form-footer .form-footer__field, .member-payment .row, .member-payment .form-footer .terms, .success .row, .panel {
      padding: 20px 0px; } }

.hide {
  display: none !important; }

.bmag-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden; }

a {
  color: #1b9de0;
  transition: color 0.2s;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px; }
  a:hover {
    color: #c71882; }
  @media (min-width: 768px) {
    a {
      font-size: 20px;
      font-weight: 200;
      line-height: 30px; } }

strong a {
  font-weight: 500; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  letter-spacing: none;
  font: "baskerville-urw", serif; }

h1 {
  font: 500 30px;
  line-height: 37px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px;
      line-height: 40px; } }

h2 {
  font: normal 34px;
  line-height: 39px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 67px;
      line-height: 76px; } }

h3 {
  font: 500 20px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 30px; } }

h4 {
  font: normal 25px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 48px; } }

h5 {
  font: 500 20px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 24px;
      line-height: 32px; } }

h6 {
  font: bold 12px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h6 {
      font-size: 16px; } }

p {
  font: 200 16px "Ubuntu", sans-serif;
  line-height: 22px; }
  @media (min-width: 768px) {
    p {
      line-height: 30px;
      font-size: 20px; } }
  p strong {
    font-weight: 500; }

button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  outline: none; }

.button,
.alt-button,
.form-footer button,
.member-payment .form-footer .donate .input-container button {
  width: 100%;
  flex: 0 0 100%;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  padding: 11px 0;
  position: relative;
  border-radius: 0px;
  transition: all .2s; }
  .button:after,
  .alt-button:after,
  .form-footer button:after,
  .member-payment .form-footer .donate .input-container button:after {
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    right: 0;
    top: 18px; }
    @media (min-width: 768px) {
      .button:after,
      .alt-button:after,
      .form-footer button:after,
      .member-payment .form-footer .donate .input-container button:after {
        top: 18px; } }
  @media (min-width: 768px) {
    .button,
    .alt-button,
    .form-footer button,
    .member-payment .form-footer .donate .input-container button {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 24px);
      width: calc(50% - 24px);
      padding: 12px 0; } }

.button {
  background-color: #1b9de0;
  border: 2px solid #1b9de0;
  color: white;
  margin-bottom: 10px; }
  .button:after {
    border-bottom: 12px solid white; }
  .button:hover {
    background-color: white;
    color: #1b9de0;
    border: 2px solid #1b9de0; }
    .button:hover:after {
      border-bottom: 12px solid #1b9de0; }
  @media (min-width: 768px) {
    .button {
      margin-bottom: 0px; } }


.alt-button,
.form-footer button,
.member-payment .form-footer .donate .input-container button {
  background-color: white;
  color: #1b9de0;
  border: 2px solid #1b9de0; }
  
  .alt-button:after,
  .form-footer button:after,
  .member-payment .form-footer .donate .input-container button:after {
    border-bottom: 12px solid #1b9de0; }
  .alt-button:hover, .form-footer button:hover, .member-payment .form-footer .donate .input-container button:hover {
    background-color: #1b9de0;
    border: 2px solid #1b9de0;
    color: white; }
    .alt-button:hover:after, .form-footer button:hover:after, .member-payment .form-footer .donate .input-container button:hover:after {
      border-bottom: 12px solid white; }
  @media (min-width: 768px) {
    
    .alt-button,
    .form-footer button,
    .member-payment .form-footer .donate .input-container button {
      margin-bottom: 0px; } }

.alt-red, .member-payment .form-footer .terms button {
  color: #dd0c29;
  border-color: white;
  margin-top: 40px; }
  .alt-red:hover, .member-payment .form-footer .terms button:hover {
    color: white;
    border-color: white;
    background-color: #dd0c29; }
    .alt-red:hover:after, .member-payment .form-footer .terms button:hover:after {
      border-bottom-color: white; }
  .alt-red:after, .member-payment .form-footer .terms button:after {
    border-bottom-color: #dd0c29; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea,
.stripe__field .stripe-element,
.wpcf7-textarea {
  background: white;
  color: #333333;
  border: 1px solid #CDD2D2;
  font-size: 16px;
  line-height: 18px;
  padding: 12px;
  font-weight: 100;
  font-family: "Ubuntu", sans-serif;
  transition: all .2s; }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    select,
    textarea,
    .stripe__field .stripe-element,
    .wpcf7-textarea {
      font-size: 20px;
      line-height: 20px;
      font-weight: 400; } }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  select::placeholder,
  textarea::placeholder,
  .stripe__field .stripe-element::placeholder,
  .wpcf7-textarea::placeholder {
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    font-weight: 200; }
    @media (min-width: 768px) {
      input[type="text"]::placeholder,
      input[type="email"]::placeholder,
      input[type="url"]::placeholder,
      input[type="password"]::placeholder,
      input[type="search"]::placeholder,
      input[type="number"]::placeholder,
      input[type="tel"]::placeholder,
      input[type="range"]::placeholder,
      input[type="date"]::placeholder,
      input[type="month"]::placeholder,
      input[type="week"]::placeholder,
      input[type="time"]::placeholder,
      input[type="datetime"]::placeholder,
      input[type="datetime-local"]::placeholder,
      input[type="color"]::placeholder,
      select::placeholder,
      textarea::placeholder,
      .stripe__field .stripe-element::placeholder,
      .wpcf7-textarea::placeholder {
        font-size: 20px;
        line-height: 20px; } }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus,
  .stripe__field .stripe-element:focus,
  .wpcf7-textarea:focus {
    border-color: #333333;
    outline: none; }
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="url"]:disabled,
  input[type="password"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="tel"]:disabled,
  input[type="range"]:disabled,
  input[type="date"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="time"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="color"]:disabled,
  select:disabled,
  textarea:disabled,
  .stripe__field .stripe-element:disabled,
  .wpcf7-textarea:disabled {
    background-color: #e8eaea; }

.checkout-step__member-field,
.form-footer__field,
.panel__field,
.stripe__field {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .checkout-step__member-field label,
  .form-footer__field label,
  .panel__field label,
  .stripe__field label {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .checkout-step__member-field label,
      .form-footer__field label,
      .panel__field label,
      .stripe__field label {
        font-size: 20px;
        line-height: 27px;
        font-weight: 500; } }

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 100; }
  @media (min-width: 768px) {
    .checkbox-container {
      font-size: 20px; } }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 9px;
  top: 5px; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -8px;
  left: -1px;
  height: 38px;
  width: 38px;
  background-color: white;
  border: 1px solid #CDD2D2; }
  @media (min-width: 768px) {
    .checkmark {
      height: 36px;
      width: 36px;
      top: -2px; } }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: white; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: white; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  content: url("/assets/img/Icons/blue-tick.svg");
  left: 8px;
  top: 10px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }
  @media (min-width: 768px) {
    .checkbox-container .checkmark:after {
      left: 7px;
      top: 9px; } }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

hr {
  border-style: solid;
  border-width: .5px;
  color: white; }

.navigation {
  background-color: white;
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  z-index: 100;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .navigation {
      box-shadow: none; } }
  .navigation nav {
    display: flex;
    align-items: center; }
    .navigation nav img {
      max-height: 35px;
      max-width: 107px;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .navigation nav img {
          max-height: 50px;
          max-width: 154px; } }
    .navigation nav .menu {
      flex-direction: column;
      align-items: center;
      flex-direction: column;
      padding-left: 0px; }
      @media (min-width: 768px) {
        .navigation nav .menu {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          padding-left: 0px;
          list-style: none;
          flex-wrap: wrap; } }
      @media (min-width: 1200px) {
        .navigation nav .menu {
          flex: 0 0 78%; } }
      .navigation nav .menu li {
        list-style: none;
        padding: 5px 0; }
        @media (min-width: 768px) {
          .navigation nav .menu li {
            margin-left: 4px;
            margin-right: 4px;
            padding: 4px 0; } }
        .navigation nav .menu li a {
          color: #444;
          text-decoration: none;
          padding: 4px;
          text-transform: uppercase;
          font-weight: 500;
          font-size: 20px;
          transition: all 0.2s;
          background-image: linear-gradient(to right, #333333, #333333 50%, #fff 50%, #fff);
          line-height: 28px;
          background-position: 102% 0;
          background-size: 201% 100%;
          background-repeat: no-repeat; }
          @media (min-width: 768px) {
            .navigation nav .menu li a {
              font-size: 14px;
              line-height: inherit; } }
          .navigation nav .menu li a:hover {
            color: #e8eaea;
            color: white;
            background-position: 0% 0;
            background-color: #333333; }
    .navigation nav .icon-navigation {
      display: flex;
      justify-content: flex-end;
      flex: 0 0 10%;
      position: relative; }
      .navigation nav .icon-navigation a {
        color: #444;
        text-decoration: none; }
        .navigation nav .icon-navigation a:hover {
          color: #bc9b6a;
          cursor: pointer; }
        .navigation nav .icon-navigation a .fa-times {
          display: none; }
        .navigation nav .icon-navigation a .fa-bars {
          display: inline-block; }
      .navigation nav .icon-navigation .hamburger {
        padding-right: 10px; }
        @media (min-width: 768px) {
          .navigation nav .icon-navigation .hamburger {
            padding-right: 0px;
            display: none; } }
      .navigation nav .icon-navigation .js-search-toggle {
        text-indent: -9999px;
        overflow: hidden;
        white-space: nowrap; }
        .navigation nav .icon-navigation .js-search-toggle:hover {
          color: #bc9b6a;
          cursor: pointer; }
        .navigation nav .icon-navigation .js-search-toggle:before {
          font-family: FontAwesome;
          font-style: normal !important;
          font-size: 16px;
          position: absolute;
          content: "\f002";
          left: 10px;
          top: 15px;
          width: 40px;
          height: 30px;
          color: #333333;
          left: inherit;
          right: -9980px;
          top: 1px; }
          .navigation nav .icon-navigation .js-search-toggle:before:hover {
            color: #bc9b6a;
            cursor: pointer; }
          @media (min-width: 768px) {
            .navigation nav .icon-navigation .js-search-toggle:before {
              right: -10000px; } }

@media (max-width: 767px) {
  nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px 6px 15px; }
    nav.open .hamburger .fa-times {
      display: inline-block !important; }
    nav.open .hamburger .fa-bars {
      display: none !important; }
    nav .menu {
      width: 100%;
      clear: both;
      position: fixed;
      display: block;
      top: 52px;
      left: 0;
      background: white;
      text-align: center;
      margin: 0;
      transform: translate(0, -120%);
      opacity: 0;
      transition: 0.2s;
      padding: 20px 0px; }
      nav .menu.open {
        display: flex !important;
        transform: translate(0, -1%);
        opacity: 1;
        transition: 0.2s; } }

@media (min-width: 768px) {
  .navigation {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 0px; }
    .navigation nav {
      padding: 10px 0px 10px 15px;
      justify-content: space-between;
      align-items: center;
      background: white; }
      .navigation nav a {
        max-height: 35px;
        max-width: 107px; } }
      @media (min-width: 768px) and (min-width: 768px) {
        .navigation nav a {
          max-height: 50px;
          max-width: 154px; }
          .navigation nav a .logo.is-hidden {
            float: left;
            margin-left: -205px;
            overflow: hidden; } }

@media (min-width: 1200px) {
  nav {
    padding: 10px 30px 10px 15px; } }

.content-header {
  background: center/cover url(/assets/img/aston-hall-cropped.jpg);
  height: 233px; }
  @media (min-width: 768px) {
    .content-header {
      height: 194px; } }

.content-header__content {
  padding-top: 140px;
  max-width: 1200px;
  margin: auto;
  width: 90%; }
  @media (min-width: 600px) {
    .content-header__content {
      padding-top: 155px; } }
  @media (min-width: 768px) {
    .content-header__content {
      padding-top: 58px;
      width: 80%;
      margin: auto 20px; } }
  @media (min-width: 920px) {
    .content-header__content {
      padding-top: 75px; } }
  @media (min-width: 1200px) {
    .content-header__content {
      padding-top: 70px;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto; } }
  .content-header__content .content-header__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .content-header__content .content-header__heading h1,
    .content-header__content .content-header__heading h2 {
      font-family: "baskerville-urw", serif;
      color: white;
      background-color: #bc9b6a;
      display: inline-block;
      margin: 0;
      font-weight: 100; }
    .content-header__content .content-header__heading h1 {
      font-size: 34px;
      letter-spacing: -0.28px;
      line-height: 11px;
      padding: 20px 10px; }
      @media (min-width: 1200px) {
        .content-header__content .content-header__heading h1 {
          font-size: 67px;
          letter-spacing: -0.56px;
          line-height: 76px;
          padding: 15px 15px 0 15px; } }
    .content-header__content .content-header__heading h2 {
      font-size: 25px;
      line-height: 25px;
      max-width: 230px;
      padding: 10px;
      margin-top: -2px; }
      @media (min-width: 600px) {
        .content-header__content .content-header__heading h2 {
          max-width: inherit; } }
      @media (min-width: 1200px) {
        .content-header__content .content-header__heading h2 {
          font-size: 48px;
          line-height: 30px;
          padding: 20px 15px 30px 15px; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .content-header {
    margin-top: 78px; } }

@media (min-width: 768px) {
  main {
    margin-top: 79px; } }

.footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-top: 40px solid transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZThlYWVhIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNkZGQiPjwvcmVjdD4KPC9zdmc+"); }
  @media (min-width: 768px) {
    .footer {
      border-top: 120px solid transparent;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZThlYWVhIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNkZGQiPjwvcmVjdD4KPC9zdmc+"); } }

.venues {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #444444;
  list-style: none;
  padding: 20px;
  max-height: 100%; }
  @media (min-width: 768px) {
    .venues {
      margin: 0px; } }
  .venues li {
    position: relative;
    padding: 8px 15px;
    height: 80px;
    width: 80px; }
    @media (min-width: 1200px) {
      .venues li {
        height: 120px;
        width: 120px; } }
    .venues li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .venues li a img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: opacity 0.2s;
        height: 90px; }
    .venues li .under {
      opacity: 0.7; }
    .venues li .over {
      opacity: 0; }
    .venues li a:hover .over {
      opacity: 1; }

.call-to-action {
  background-color: white; }
  .call-to-action .content-container, .call-to-action .cms-content-homepage, .call-to-action .member-details .row, .member-details .call-to-action .row, .call-to-action .form-footer .form-footer__field, .form-footer .call-to-action .form-footer__field, .call-to-action .member-payment .row, .member-payment .call-to-action .row, .call-to-action .member-payment .form-footer .terms, .member-payment .form-footer .call-to-action .terms, .call-to-action .success .row, .success .call-to-action .row, .call-to-action .panel {
    display: flex;
    align-self: center;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .call-to-action .content-container, .call-to-action .cms-content-homepage, .call-to-action .member-details .row, .member-details .call-to-action .row, .call-to-action .form-footer .form-footer__field, .form-footer .call-to-action .form-footer__field, .call-to-action .member-payment .row, .member-payment .call-to-action .row, .call-to-action .member-payment .form-footer .terms, .member-payment .form-footer .call-to-action .terms, .call-to-action .success .row, .success .call-to-action .row, .call-to-action .panel {
        flex-direction: row;
        padding: 40px 15px 15px 15px; } }
    .call-to-action .content-container > *, .call-to-action .cms-content-homepage > *, .call-to-action .member-details .row > *, .member-details .call-to-action .row > *, .call-to-action .form-footer .form-footer__field > *, .form-footer .call-to-action .form-footer__field > *, .call-to-action .member-payment .row > *, .member-payment .call-to-action .row > *, .call-to-action .member-payment .form-footer .terms > *, .member-payment .form-footer .call-to-action .terms > *, .call-to-action .success .row > *, .success .call-to-action .row > *, .call-to-action .panel > * {
      flex: 0 0 100%; }
      @media (min-width: 768px) {
        .call-to-action .content-container > *, .call-to-action .cms-content-homepage > *, .call-to-action .member-details .row > *, .member-details .call-to-action .row > *, .call-to-action .form-footer .form-footer__field > *, .form-footer .call-to-action .form-footer__field > *, .call-to-action .member-payment .row > *, .member-payment .call-to-action .row > *, .call-to-action .member-payment .form-footer .terms > *, .member-payment .form-footer .call-to-action .terms > *, .call-to-action .success .row > *, .success .call-to-action .row > *, .call-to-action .panel > * {
          flex: 33.33%; } }
  .call-to-action h2 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 20px;
    color: #555555;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .call-to-action h2 {
        margin-top: 0px;
        margin-bottom: inherit;
        line-height: 30px; } }
  .call-to-action .footer-widget-newsletter {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 30px; }
    .call-to-action .footer-widget-newsletter p {
      font-size: 12px;
      color: #555555;
      line-height: 17px; }
      @media (min-width: 768px) {
        .call-to-action .footer-widget-newsletter p {
          margin: 0px 0 15px 0; } }
      .call-to-action .footer-widget-newsletter p a {
        font-size: 12px;
        text-decoration: none; }
    .call-to-action .footer-widget-newsletter form .form-group {
      margin: 0 0 10px 0;
      display: flex;
      align-items: flex-end; }
      @media (min-width: 768px) {
        .call-to-action .footer-widget-newsletter form .form-group {
          margin: 0 0 15px 0; } }
      .call-to-action .footer-widget-newsletter form .form-group:last-child {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0px; }
        .call-to-action .footer-widget-newsletter form .form-group:last-child input[type="submit"] {
          background-color: #bc9b6a;
          color: white;
          font-weight: 400;
          margin-top: 6px;
          display: inline-block;
          padding: 4px 6px;
          font-size: 16px;
          height: auto;
          font-weight: 300;
          margin-top: 6px;
          -webkit-appearance: button;
          cursor: pointer;
          border-radius: 0;
          border: 0;
          box-shadow: none;
          border-bottom: 2px solid #ccc; }
          .call-to-action .footer-widget-newsletter form .form-group:last-child input[type="submit"]:hover {
            background-color: #a8834b; }
      .call-to-action .footer-widget-newsletter form .form-group label {
        padding: 9px 5px 0 0;
        opacity: 0.5;
        color: #555555;
        font-size: 16px;
        font-weight: bold; }
        @media (min-width: 768px) {
          .call-to-action .footer-widget-newsletter form .form-group label {
            font-size: 22px; } }
      .call-to-action .footer-widget-newsletter form .form-group input[type="text"] {
        width: 83%;
        display: inline-block;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        border-bottom: 2px solid #ccc;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        position: relative;
        top: -3px;
        margin-left: 6px; }
        .call-to-action .footer-widget-newsletter form .form-group input[type="text"]:focus {
          border-color: #bc9b6a;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          outline: none; }
  .call-to-action .footer-widget-social {
    margin-bottom: 20px; }
    .call-to-action .footer-widget-social h2 {
      text-align: center;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .call-to-action .footer-widget-social h2 {
          margin-right: 150px;
          margin-right: 0px;
          margin-top: 0px;
          margin-bottom: 60px; } }
    .call-to-action .footer-widget-social ul {
      padding: 0;
      list-style: none;
      text-align: center;
      margin-left: 0;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .call-to-action .footer-widget-social ul {
          justify-content: center; } }
      .call-to-action .footer-widget-social ul li {
        display: inline-block;
        margin-left: 0;
        font-size: 50px;
        color: #333333;
        margin-right: 15px; }
        .call-to-action .footer-widget-social ul li:first-child {
          margin-left: 15px; }
        @media (min-width: 768px) {
          .call-to-action .footer-widget-social ul li {
            font-size: 70px;
            margin-left: 13px;
            margin-right: 13px; } }
        .call-to-action .footer-widget-social ul li a {
          color: #333333;
          opacity: 0.3;
          transition: opacity 0.2s;
          background: transparent;
          font-size: 50px; }
          @media (min-width: 768px) {
            .call-to-action .footer-widget-social ul li a {
              font-size: 70px; } }
          .call-to-action .footer-widget-social ul li a:hover {
            opacity: 0.6; }
          .call-to-action .footer-widget-social ul li a .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased; }
  .call-to-action .footer-widget-donate {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
    .call-to-action .footer-widget-donate h2 {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .call-to-action .footer-widget-donate h2 {
          margin-right: 0px;
          margin-bottom: 60px; } }
    .call-to-action .footer-widget-donate a {
      transition: color .2s ease-in-out, background-color .2s ease-in-out;
      text-decoration: none;
      color: #1b9de0; }
      .call-to-action .footer-widget-donate a:hover {
        transition: color .2s ease-in-out, background-color .2s ease-in-out; }
        .call-to-action .footer-widget-donate a:hover img {
          opacity: .6; }
    .call-to-action .footer-widget-donate img {
      margin: 0;
      width: 210px;
      opacity: .3;
      transition: opacity 0.2s; }
      @media (min-width: 768px) {
        .call-to-action .footer-widget-donate img {
          width: 320px;
          margin-top: 23px; } }

.sponsors {
  background-color: #c4c4c4; }
  @media (max-width: 768px) {
    .sponsors .row {
      padding-top: 30px; } }
  .sponsors ul {
    padding-left: 0px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .sponsors ul {
        justify-content: space-between;
        flex-wrap: nowrap; } }
    .sponsors ul li {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .sponsors ul li {
          padding: 40px 33px; } }
      .sponsors ul li.sponsor-charity-awards, .sponsors ul li.sponsor-designated-collection, .sponsors ul li.sponsor-accredited-museum {
        width: 48%; }
        @media (min-width: 500px) {
          .sponsors ul li.sponsor-charity-awards, .sponsors ul li.sponsor-designated-collection, .sponsors ul li.sponsor-accredited-museum {
            width: 32%; } }
        @media (min-width: 768px) {
          .sponsors ul li.sponsor-charity-awards, .sponsors ul li.sponsor-designated-collection, .sponsors ul li.sponsor-accredited-museum {
            width: 12%; } }
        .sponsors ul li.sponsor-charity-awards a, .sponsors ul li.sponsor-designated-collection a, .sponsors ul li.sponsor-accredited-museum a {
          padding: 35px; }
          @media (min-width: 768px) {
            .sponsors ul li.sponsor-charity-awards a, .sponsors ul li.sponsor-designated-collection a, .sponsors ul li.sponsor-accredited-museum a {
              padding: 0px; } }
      .sponsors ul li.sponsor-heritage-lottery-fund, .sponsors ul li.sponsor-arts-council, .sponsors ul li.sponsor-birmingham-city-council {
        width: 48%; }
        @media (min-width: 500px) {
          .sponsors ul li.sponsor-heritage-lottery-fund, .sponsors ul li.sponsor-arts-council, .sponsors ul li.sponsor-birmingham-city-council {
            width: 32%; } }
        @media (min-width: 768px) {
          .sponsors ul li.sponsor-heritage-lottery-fund, .sponsors ul li.sponsor-arts-council, .sponsors ul li.sponsor-birmingham-city-council {
            width: 21.333333333%; } }
        .sponsors ul li.sponsor-heritage-lottery-fund a, .sponsors ul li.sponsor-arts-council a, .sponsors ul li.sponsor-birmingham-city-council a {
          padding: 10px; }
          @media (min-width: 768px) {
            .sponsors ul li.sponsor-heritage-lottery-fund a, .sponsors ul li.sponsor-arts-council a, .sponsors ul li.sponsor-birmingham-city-council a {
              padding: 0px; } }
      .sponsors ul li a {
        opacity: .6;
        transition: opacity 0.3s;
        padding: 35px; }
        @media (min-width: 768px) {
          .sponsors ul li a {
            padding: 0px; } }
        .sponsors ul li a:hover {
          opacity: 1; }
        .sponsors ul li a img {
          width: 100%;
          height: auto; }
      .sponsors ul li span {
        display: none; }

.footer-nav {
  background: #111;
  color: white; }
  .footer-nav .footer-container {
    max-width: 1200px;
    margin: auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .footer-nav .footer-container {
        justify-content: space-between; } }
  .footer-nav .footer-navigation {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding-left: 0px; }
    .footer-nav .footer-navigation li {
      margin-left: 4px;
      margin-right: 4px; }
      .footer-nav .footer-navigation li a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        opacity: 0.6;
        transition: color 0.2s; }
        .footer-nav .footer-navigation li a:hover {
          opacity: .8; }
        @media (min-width: 768px) {
          .footer-nav .footer-navigation li a {
            font-size: 14px; } }
  .footer-nav .copyright {
    font-size: 12px;
    opacity: .3; }
    @media (min-width: 768px) {
      .footer-nav .copyright {
        font-size: 14px; } }

.cms-content-homepage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 30px auto 0 auto;
  padding-bottom: 0px; }
  @media (min-width: 768px) {
    .cms-content-homepage {
      justify-content: space-around;
      padding-bottom: inherit; } }
  @media (min-width: 1200px) {
    .cms-content-homepage {
      margin: 35px auto 0 auto; } }
  .cms-content-homepage ul {
    flex: 100%;
    margin: 0;
    padding-left: 25px; }
    @media (min-width: 768px) {
      .cms-content-homepage ul {
        padding-left: 20px;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 40px);
        max-width: 500px; } }
    @media (min-width: 1200px) {
      .cms-content-homepage ul {
        padding-left: 0px; } }
    .cms-content-homepage ul li {
      color: #333333;
      list-style: none;
      font-weight: 100;
      font-size: 16px;
      line-height: 30px;
      position: relative; }
      .cms-content-homepage ul li:before {
        position: absolute;
        content: url(/assets/img/Icons/green-tick-small.svg);
        top: 0px;
        left: -23px; }
        @media (min-width: 768px) {
          .cms-content-homepage ul li:before {
            content: url(/assets/img/Icons/green-tick-large.svg);
            top: 5px;
            left: -48px; } }
      @media (min-width: 768px) {
        .cms-content-homepage ul li {
          font-size: 20px;
          line-height: 35px;
          margin: 20px 0; } }
  .cms-content-homepage p {
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .cms-content-homepage p {
        font-size: 20px;
        line-height: 27px; } }
    .cms-content-homepage p a {
      font-weight: 500; }

.membership-selector {
  background: #c71882; }
  .membership-selector .content-container, .membership-selector .cms-content-homepage, .membership-selector .member-details .row, .member-details .membership-selector .row, .membership-selector .form-footer .form-footer__field, .form-footer .membership-selector .form-footer__field, .membership-selector .member-payment .row, .member-payment .membership-selector .row, .membership-selector .member-payment .form-footer .terms, .member-payment .form-footer .membership-selector .terms, .membership-selector .success .row, .success .membership-selector .row, .membership-selector .panel {
    padding: 0; }
    @media (min-width: 768px) {
      .membership-selector .content-container, .membership-selector .cms-content-homepage, .membership-selector .member-details .row, .member-details .membership-selector .row, .membership-selector .form-footer .form-footer__field, .form-footer .membership-selector .form-footer__field, .membership-selector .member-payment .row, .member-payment .membership-selector .row, .membership-selector .member-payment .form-footer .terms, .member-payment .form-footer .membership-selector .terms, .membership-selector .success .row, .success .membership-selector .row, .membership-selector .panel {
        padding: 30px; } }
    @media (min-width: 1200px) {
      .membership-selector .content-container, .membership-selector .cms-content-homepage, .membership-selector .member-details .row, .member-details .membership-selector .row, .membership-selector .form-footer .form-footer__field, .form-footer .membership-selector .form-footer__field, .membership-selector .member-payment .row, .member-payment .membership-selector .row, .membership-selector .member-payment .form-footer .terms, .member-payment .form-footer .membership-selector .terms, .membership-selector .success .row, .success .membership-selector .row, .membership-selector .panel {
        padding: 30px 0; } }
  .membership-selector h3 {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    letter-spacing: 0.35px;
    line-height: 30px;
    color: #555555;
    background: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .membership-selector h3 {
        font-size: 16px;
        letter-spacing: 0.47px;
        line-height: 30px;
        margin: 0 0px 30px 0px; } }
  .membership-selector ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0; }
    @media (min-width: 768px) {
      .membership-selector ul {
        align-items: innitial;
        flex-direction: row;
        justify-content: space-around; } }
    .membership-selector ul li {
      position: relative;
      list-style: none;
      border-top: 1px solid white;
      width: 100%;
      text-align: center; }
      .membership-selector ul li:first-child {
        border-top: 2px solid rgba(255, 255, 255, 0.5); }
      @media (min-width: 768px) {
        .membership-selector ul li {
          border-top: none;
          border-left: 1px solid white; }
          .membership-selector ul li:first-child {
            border-top: none; }
          .membership-selector ul li:last-child {
            border-right: 1px solid white; } }
      .membership-selector ul li button {
        width: 100%;
        background: transparent;
        border-radius: 0px;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        padding: 10px;
        transition: all .3s;
        cursor: pointer; }
        .membership-selector ul li button:hover {
          background-color: #b91679; }
        .membership-selector ul li button.active {
          color: #c71882;
          background: white; }
          @media (min-width: 768px) {
            .membership-selector ul li button.active:after {
              border-bottom: 12px solid #c71882; } }
        @media (min-width: 768px) {
          .membership-selector ul li button {
            padding: 20px 10px 40px 10px;
            font-size: 40px;
            line-height: 40px;
            text-align: center; }
            .membership-selector ul li button:after {
              position: absolute;
              content: "";
              top: 70px;
              -webkit-transform: translateX(-50%) rotate(180deg);
              transform: translateX(-50%) rotate(180deg);
              border-bottom: 12px solid white;
              border-left: 9px solid transparent;
              border-right: 9px solid transparent;
              left: 50%;
              margin-left: -5px; } }

.membership-details-container {
  display: flex;
  align-items: flex-end;
  background: center/cover url(/assets/img/thinktank.jpg);
  height: 50vh;
  border-bottom: 40px solid #c71882;
  min-height: 470px; }
  @media (min-width: 768px) {
    .membership-details-container {
      height: 60vh;
      border-bottom: 100px solid #c71882; } }
  @media (min-width: 1200px) {
    .membership-details-container {
      height: 70vh;
      min-height: 810px; } }
  @media (min-width: 1440px) {
    .membership-details-container {
      height: 80vh; } }
  .membership-details-container .membership-widget {
    padding: 10px; }
    @media (min-width: 1200px) {
      .membership-details-container .membership-widget {
        padding: 0px;
        position: relative;
        left: 15px; } }
    .membership-details-container .membership-widget .panel__heading,
    .membership-details-container .membership-widget .panel__subheading {
      background-color: #c71882; }
    .membership-details-container .membership-widget__button-tray {
      display: flex;
      flex-wrap: wrap; }
      .membership-details-container .membership-widget__button-tray .membership-widget__buy-link {
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .membership-details-container .membership-widget__button-tray .membership-widget__buy-link {
            margin-bottom: 0px;
            margin-right: 10px;
            padding: 8px 0; } }
      @media (min-width: 768px) {
        .membership-details-container .membership-widget__button-tray .membership-widget__gift-link {
          margin-bottom: 0px;
          margin-left: 10px;
          padding: 8px 0; } }

@media (min-width: 768px) {
  .member-details.recipient-details {
    border-bottom: 40px solid #1b9de0;
    padding-bottom: 100px; } }

@media (min-width: 768px) {
  .member-details.recipient-details .row {
    padding-bottom: 0px; } }

@media (min-width: 768px) {
  .member-details.your-details .row {
    padding-bottom: 0px; } }

.member-details .row {
  padding-bottom: 0px;
  padding-top: 25px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .member-details .row {
      padding: 20px;
      padding-bottom: 0px; } }
  @media (min-width: 1200px) {
    .member-details .row {
      padding: 20px 0px;
      padding-bottom: 0px; } }
  @media (min-width: 768px) {
    .member-details .row button {
      width: 33.33%; } }
  .member-details .row button.button {
    float: right; }

@media (min-width: 768px) {
  .member-details {
    margin-top: 30px; } }

@media (min-width: 920px) {
  .member-details {
    margin-top: 10px; } }

.member-details h2 {
  font-size: 20px;
  line-height: 30px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Ubuntu", sans-serif; }
  @media (min-width: 768px) {
    .member-details h2 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 30px; } }

.member-details h1 {
  margin-top: 0px;
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  color: #007db7;
  font-family: "Ubuntu", sans-serif; }
  @media (min-width: 768px) {
    .member-details h1 {
      font-size: 40px;
      line-height: 40px; } }

.member-details .panel__subheading, .member-details .panel__heading {
  background-color: #1b9de0; }

@media (min-width: 768px) {
  .member-details .panel__body {
    max-width: 50%; } }

.member-details .panel__body .panel__field {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .member-details .panel__body .panel__field:last-child {
      margin-bottom: 0; } }

@media (max-width: 768px) {
  .member-details .panel input[name="postcode"] {
    width: 66.66%; } }

@media (min-width: 768px) {
  .member-details input[name="postcode"],
  .member-details input[name="town"],
  .member-details input[name="county"] {
    width: 50%; } }

.checkout-step__member {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .checkout-step__member {
      margin-bottom: 50px;
      flex-direction: row; } }
  .checkout-step__member-field {
    max-width: 100%; }
    .checkout-step__member-field:first-child {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .checkout-step__member-field:first-child {
          margin-bottom: 0px; } }
    @media (min-width: 768px) {
      .checkout-step__member-field {
        max-width: 33.33%; } }
    @media (min-width: 768px) {
      .checkout-step__member-field:first-child {
        margin-right: 10px; } }
    .checkout-step__member-field:last-child input {
      margin-bottom: 0px; }
    @media (min-width: 768px) {
      .checkout-step__member-field:last-child {
        margin-left: 10px; } }

.form-footer {
  background: #1B9DE0;
  padding: 20px 0px 30px 0px; }
  @media (min-width: 768px) {
    .form-footer {
      padding: 5px 0px 45px 0px; } }
  .form-footer .row {
    padding-top: 0px; }
    @media (min-width: 768px) {
      .form-footer .row {
        margin-top: 35px; } }
  .form-footer .form-footer__field {
    padding-bottom: 0px;
    padding-top: 0px;
    width: inherit;
    padding: 0;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .form-footer .form-footer__field {
        margin: 0 0 25px 0;
        width: 33.33%; } }
    .form-footer .form-footer__field label {
      color: white; }
  @media (min-width: 768px) {
    .form-footer .panel__wrapper {
      display: flex;
      margin-bottom: 25px; }
      .form-footer .panel__wrapper .form-footer__field:first-child {
        margin-right: 10px; }
      .form-footer .panel__wrapper .form-footer__field:last-child {
        margin-left: 10px; } }
  .form-footer button:hover {
    border-color: white; }
  @media (min-width: 768px) {
    .form-footer button {
      width: 33.33%;
      float: right; } }

.member-payment .row {
  padding-bottom: 0px;
  overflow: hidden; }
  .member-payment .row .panel__heading,
  .member-payment .row .panel__subheading {
    background-color: #dd0c29; }
  @media (min-width: 768px) {
    .member-payment .row .panel__body {
      max-width: 535px; } }
  .member-payment .row .panel__body .panel__field {
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .member-payment .row .panel__body .panel__field:last-child {
        margin-bottom: 0; } }
    .member-payment .row .panel__body .panel__field .checkbox-container {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .member-payment .row .panel__body .panel__field .checkbox-container .checkmark {
          top: -4px; } }
      @media (min-width: 768px) {
        .member-payment .row .panel__body .panel__field .checkbox-container .checkmark:after {
          top: 6px; } }
  .member-payment .row:first-child {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .member-payment .row:first-child {
        flex-direction: row;
        margin-top: 45px;
        margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .member-payment .row:nth-child(2) {
      padding-top: 0px !important; } }
  @media (min-width: 768px) {
    .member-payment .row .stripe {
      margin-right: 10px;
      width: 50%; } }
  .member-payment .row .stripe h2 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    color: #007db7;
    font-family: "Ubuntu", sans-serif; }
    @media (min-width: 768px) {
      .member-payment .row .stripe h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px; } }
  .member-payment .row .stripe__field {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .member-payment .row .stripe__field {
        margin-bottom: 15px; } }
    @media (min-width: 940px) {
      .member-payment .row .stripe__field select, .member-payment .row .stripe__field input[type="text"] {
        width: 61%; } }
    .member-payment .row .stripe__field:last-child .stripe-element {
      padding: 10px;
      max-width: 100% !important; }
      @media (min-width: 940px) {
        .member-payment .row .stripe__field:last-child .stripe-element {
          padding: 12px;
          width: 77%; } }
  .member-payment .row .purchase-details {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    height: 100%; }
    @media (min-width: 768px) {
      .member-payment .row .purchase-details {
        margin-left: 10px;
        width: 50%;
        margin-bottom: 0px;
        margin-top: 10px; } }
    .member-payment .row .purchase-details h2 {
      margin: 0px;
      color: #555555;
      font-weight: 400;
      font-size: 20px;
      line-height: 25px; }
      @media (min-width: 768px) {
        .member-payment .row .purchase-details h2 {
          font-size: 30px;
          line-height: 30px; } }
    .member-payment .row .purchase-details p {
      margin: 10px 0; }
      .member-payment .row .purchase-details p strong {
        color: #333333; }
        @media (min-width: 768px) {
          .member-payment .row .purchase-details p strong {
            font-size: 20px;
            line-height: 27px; } }

.member-payment .form-footer {
  background-color: #dd0c29;
  color: white; }
  @media (max-width: 768px) {
    .member-payment .form-footer {
      padding-top: 1px; } }
  .member-payment .form-footer a {
    color: white; }
  .member-payment .form-footer h2,
  .member-payment .form-footer h3 {
    font-family: "Ubuntu", sans-serif;
    margin: 0; }
    @media (min-width: 768px) {
      .member-payment .form-footer h2,
      .member-payment .form-footer h3 {
        flex-direction: row;
        align-items: center;
        font-weight: 500; } }
  .member-payment .form-footer h3 {
    font-weight: 200; }
    @media (min-width: 768px) {
      .member-payment .form-footer h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px; } }
    .member-payment .form-footer h3:last-child {
      font-weight: 500; }
  .member-payment .form-footer h2 {
    font-size: 30px;
    line-height: 37px; }
    @media (min-width: 768px) {
      .member-payment .form-footer h2 {
        font-size: 40px;
        font-weight: 500;
        line-height: 40px; } }
  .member-payment .form-footer .row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .member-payment .form-footer .row {
        flex-direction: row; } }
  .member-payment .form-footer .terms {
    margin: 0;
    flex: 0 0 50%;
    padding: 0; }
    @media (min-width: 768px) {
      .member-payment .form-footer .terms {
        padding-top: 0px;
        padding-left: 5%;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .member-payment .form-footer .terms {
        padding-left: 8%; } }
  .member-payment .form-footer .donate {
    flex: 0 0 40%; }
    .member-payment .form-footer .donate h3 {
      margin-top: 0px;
      margin-bottom: 0px; }
    @media (min-width: 768px) {
      .member-payment .form-footer .donate p {
        font-weight: 100; } }
    @media (min-width: 768px) {
      .member-payment .form-footer .donate {
        margin-right: 10px; } }
    .member-payment .form-footer .donate .checkbox-container {
      margin-top: 12px; }
      @media (min-width: 768px) {
        .member-payment .form-footer .donate .checkbox-container {
          margin: 1em 0px; } }
      .member-payment .form-footer .donate .checkbox-container .checkmark {
        top: 7px; }
    .member-payment .form-footer .donate .input-container {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      flex-direction: column; }
      @media (min-width: 768px) {
        .member-payment .form-footer .donate .input-container {
          flex-direction: row; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .member-payment .form-footer .donate .input-container input {
          margin-right: 10px; } }
      @media (min-width: 768px) {
        .member-payment .form-footer .donate .input-container input[type="number"] {
          max-width: 153px; } }
      .member-payment .form-footer .donate .input-container button {
        border-color: white;
        color: white;
        background: transparent;
        margin-top: 10px; }
        .member-payment .form-footer .donate .input-container button:after {
          display: none; }
        @media (min-width: 768px) {
          .member-payment .form-footer .donate .input-container button {
            margin-top: 15px;
            max-width: 280px; } }
        @media (min-width: 1200px) {
          .member-payment .form-footer .donate .input-container button {
            flex: 0 0 70%; } }
  .member-payment .form-footer .terms button {
    width: 100%; }
    @media (min-width: 768px) {
      .member-payment .form-footer .terms button {
        width: 66.66%; } }
  @media (min-width: 768px) {
    .member-payment .form-footer .terms {
      margin-left: 10px; } }
  .member-payment .form-footer .js-update-donation:hover {
    background-color: white !important;
    color: #dd0c29 !important;
    border-color: white !important; }
  .member-payment .form-footer .purchase-summary hr {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .member-payment .form-footer .purchase-summary hr {
        margin-bottom: 30px; } }
  .member-payment .form-footer .purchase-summary__heading {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    letter-spacing: 0.35px;
    line-height: 24px;
    color: #555555;
    background: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 35px 0px 20px 0px; }
    @media (min-width: 768px) {
      .member-payment .form-footer .purchase-summary__heading {
        font-size: 16px;
        letter-spacing: 0.47px;
        line-height: 30px;
        margin: 0px 0px 25px 0px; } }
  .member-payment .form-footer .purchase-summary-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 500px) {
      .member-payment .form-footer .purchase-summary-row {
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px; } }
  .member-payment .form-footer .cms-content-terms p,
  .member-payment .form-footer .cms-content-terms a {
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .member-payment .form-footer .cms-content-terms p,
      .member-payment .form-footer .cms-content-terms a {
        font-size: 16px;
        line-height: 21px; } }
  .member-payment .form-footer .terms-checkbox {
    margin-top: 30px; }

.success {
  border-bottom: 40px solid #f8983d; }
  .success .row {
    padding-bottom: 0px; }
    @media (min-width: 768px) {
      .success .row .summary {
        margin-bottom: 190px; } }
    .success .row .summary h2:first-child {
      font-size: 30px;
      line-height: 37px;
      font-weight: 500;
      color: #007db7;
      font-family: "Ubuntu", sans-serif;
      margin-bottom: 0px;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .success .row .summary h2:first-child {
          margin-top: 40px;
          margin-bottom: 20px;
          font-size: 40px;
          line-height: 40px; } }
    .success .row .summary h2:nth-child(2) {
      font-size: 20px;
      line-height: 30px;
      color: #555555;
      font-weight: 500;
      margin-bottom: 40px;
      font-family: "Ubuntu", sans-serif;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .success .row .summary h2:nth-child(2) {
          font-size: 30px;
          line-height: 30px;
          margin-bottom: 30px; } }
    .success .row .panel__subheading, .success .row .panel__heading {
      background: #f8983d; }
    .success .row .panel__body {
      max-width: 575px;
      padding-bottom: 0px;
      padding-top: 0px; }

.search-container {
  z-index: 90;
  width: 100%;
  position: fixed;
  top: 0; }
  .search-container form.js-search-form {
    color: white;
    background-color: #333;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 20px 20px;
    align-items: center;
    transform: translate(0, 48%);
    transition: all .4s; }
    @media (min-width: 768px) {
      .search-container form.js-search-form {
        transform: translate3d(0, 103px, 0); } }
    @media (min-width: 1287px) {
      .search-container form.js-search-form {
        transform: translate3d(0, 78px, 0); } }
    .search-container form.js-search-form.show {
      transform: translate(0, -50%);
      transition: all .4s; }
    .search-container form.js-search-form h3 {
      color: #ccc;
      font-size: 36px;
      margin-top: 0px;
      margin-bottom: 0;
      font-family: "baskerville-urw", serif;
      font-weight: 100;
      margin-right: 10px; }
      @media (max-width: 800px) {
        .search-container form.js-search-form h3 {
          display: none; } }
    .search-container form.js-search-form .form-group {
      width: 655px; }
      .search-container form.js-search-form .form-group input[type="text"] {
        border: 0;
        height: 60px;
        outline: 4px solid #000000;
        padding: 0px 14px;
        font-size: 18px;
        color: #555555;
        margin-right: 10px;
        width: 80%; }
        .search-container form.js-search-form .form-group input[type="text"]:focus {
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
        @media (min-width: 420px) {
          .search-container form.js-search-form .form-group input[type="text"] {
            width: 90%; } }
        @media (min-width: 1200px) {
          .search-container form.js-search-form .form-group input[type="text"] {
            width: 100%;
            margin-right: 0px; } }
    .search-container form.js-search-form button {
      padding: 18px 22px;
      font-size: 20px;
      border-radius: 0px;
      background-color: #bc9b6a;
      color: white; }
      .search-container form.js-search-form button:hover {
        background: #a8834b; }

.checkout-steps {
  counter-reset: steps;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .checkout-steps {
      padding-top: 0px; } }
  @media (min-width: 1200px) {
    .checkout-steps {
      padding-top: 10px; } }

.checkout-step {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: center;
  background: #CDD2D2;
  color: #555555;
  padding: 15px 0px 10px 0px;
  margin-right: 2px;
  transition: background-color 0.2s, color 0.2s;
  width: 70px; }
  @media (min-width: 768px) {
    .checkout-step {
      width: 151px;
      padding: 20px 0px 10px 0px; } }
  @media (min-width: 920px) {
    .checkout-step {
      width: 178px; } }
  @media (min-width: 1200px) {
    .checkout-step {
      padding-left: 0px;
      padding-right: 0px; } }
  .checkout-step__number {
    font-family: "baskerville-urw", serif;
    font-weight: 100;
    font-size: 34px;
    letter-spacing: -0.28px;
    line-height: 30px;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .checkout-step__number {
        font-size: 67px;
        letter-spacing: -0.56px;
        line-height: 62px; } }
  .checkout-step__label {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 768px) {
      .checkout-step__label {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400; } }

.checkout-step.active {
  background: #007db7;
  color: white; }

.checkout-step.completed {
  background: #555555;
  color: white; }

.checkout-step__number::before {
  counter-increment: steps;
  content: counter(steps); }

.panel {
  padding: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 1200px) {
    .panel {
      padding: 0px; } }
  .panel .panel__heading,
  .panel .panel__subheading {
    margin: 0px; }
  .panel .panel__subheading {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    line-height: 30px;
    padding: 0px 5px 0px 15px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif; }
    @media (min-width: 768px) {
      .panel .panel__subheading {
        padding: 5px 15px;
        font-size: 16px;
        letter-spacing: 0.47px;
        line-height: 30px;
        font-weight: bold; } }
  .panel .panel__heading {
    font-family: "baskerville-urw", serif !important;
    color: white;
    padding: 5px 10px 10px 10px;
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
    margin-top: -1px; }
    @media (min-width: 768px) {
      .panel .panel__heading {
        padding: 15px 10px 25px 20px;
        font-size: 48px;
        line-height: 30px; } }
  .panel__body {
    background-color: white;
    padding: 15px;
    width: 90%; }
    @media (min-width: 768px) {
      .panel__body {
        width: 80%;
        max-width: 735px;
        padding: 25px 20px; } }
    @media (min-width: 1200px) {
      .panel__body {
        width: 735px; } }
    .panel__body h1 {
      font-family: "Ubuntu", sans-serif;
      font-size: 60px;
      line-height: 40px;
      color: #007db7;
      margin: 20px 0;
      font-weight: 500; }
      @media (min-width: 768px) {
        .panel__body h1 {
          font-size: 80px;
          line-height: 40px;
          margin-bottom: 30px; } }
    .panel__body p[data-label="tagline"] {
      font-size: 16px;
      line-height: 22px;
      font-weight: 100;
      color: #333333; }
      @media (min-width: 768px) {
        .panel__body p[data-label="tagline"] {
          font-size: 20px;
          line-height: 30px; } }

html,
body {
  margin: 0;
  background-color: #e8eaea;
  font-family: "Ubuntu", sans-serif; }

/*# sourceMappingURL=frontend.css.map */