#page {
  max-width: 100%;
  padding: 0;
}

.sqs-layout:not(.sqs-editing)>.sqs-row:first-child>[class*=sqs-col]:first-child>.sqs-block:not(:first-child):last-child, .sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):last-child,
[class*=sqs-col] .sqs-block {
  padding: 0;
}

div#preFooter {
    display: none;
}

.orange-header h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: white;
    font-family: var(--font-display);
}

.section-wrapper p {
    margin-top: 0;
}


.master-content-wrapper.g960 {
    padding: 60px 0;
    background-blend-mode: multiply;
    width: 100%;
    float: none;
    display: block;
    background-color: #626262;
    background-size: cover;
    background-position: center;
    position: relative;
}

.article-header {
    position: relative;
    margin: 0 auto;
    width: 1105px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.article-header .article-header__title {
    display: none;
}

.article-header .article-header__subtitle {
    display: block;
    color: var(--color-primary);
    font-family: var(--font-display);
    text-transform: uppercase !important;
    max-width: 480px;
    font-size: 50px;
    text-align: left;
    font-weight: bold;
    text-shadow: 1px 1px 10px black;
}

#give-lively-widget {
    padding-bottom: 80px;
}

.member-title {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.month-amount-container {
  flex-wrap: wrap;
}

.month-amount {
    flex: 1 26%;
}

.member-title {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    background: var(--color-primary);
    color: white;
    padding: 0 10px;
}

.orange-header h3 {
    margin-bottom: 0;
}

@media (max-width: 650px) {
  .article-header {
    padding-left: 0;
    padding-right: 0;
  }
  .article-header .article-header__subtitle {
    font-size: 36px;
    text-align: center;
  }
}


@media only screen and (max-width: 640px) {
  .sqs-layout > .sqs-row {
    margin-left: 0;
    margin-right: 0;
  }
    .sqs-layout .sqs-row .sqs-block:first-child {
        padding: 0 !important;
    }
}

@media (max-width: 650px) {
    .month-amount-container {
        justify-content: center;
    }
}
