.homeFeature .home-feature-image-link,
.homeFeature .home-feed-image-link,
.homeFeature .listed-post-image-link,
.homeFeature > a,
.feedItem .home-feature-image-link,
.feedItem .home-feed-image-link,
.feedItem .listed-post-image-link,
.feedItem > a,
.listedPost .home-feature-image-link,
.listedPost .home-feed-image-link,
.listedPost .listed-post-image-link,
.listedPost > a,
.associated .home-feature-image-link,
.associated .home-feed-image-link,
.associated .listed-post-image-link,
.associated > a {
  display: block;
  background-color: #594A7C; }

.homeFeature img.banner,
.feedItem img.banner,
.listedPost img.banner,
.associated img.banner {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0; }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .homeFeature img.banner,
    .feedItem img.banner,
    .listedPost img.banner,
    .associated img.banner {
      -o-object-fit: cover;
         object-fit: cover; } }

.homeFeature:hover img.banner,
.feedItem:hover img.banner,
.listedPost:hover img.banner,
.associated:hover img.banner {
  opacity: 0.4; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.pageHeader .headerContent,
.homeIntroWrapper,
.homeFeatures,
.homeFeeds,
.headerText,
.contentBlockWrapper,
.searchListingIntro,
.menuSub ul,
.signInForm,
.registerForm,
.customForm,
.passwordForm,
#pnlCustom404,
.formWrapper,
.contentBlockWrapper.appealActionsWrapper,
.appealActionsWrapper,
.pageFooter,
.donorsList {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

.appealActionsWrapper {
  margin: 0 auto; }

#pnlCustom404 {
  margin: 40px auto 0 auto; }

.formWrapper.contactForm,
.contentBlockWrapper.contactUsBody {
  padding: 0; }

@media (max-width: 768px) {
  .contactUsIntro {
    padding: 0; } }

html, button, body, legend {
  font-family: "Century Gothic W01", "Calibri", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #5E5E5E;
  font-weight: inherit; }
  @media (max-width: 767px) {
    html, button, body, legend {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic W01 Bold", "Calibri", sans-serif;
  color: #222222;
  font-weight: 700;
  line-height: inherit; }

h1, h2, h3 {
  margin-top: 1rem;
  margin-bottom: 0.67rem; }

h4, h5, h6 {
  margin-top: 0.67rem;
  margin-bottom: 0.5rem; }

h1 {
  font-size: 36px;
  font-size: 2rem; }

h2 {
  font-size: 30px;
  font-size: 1.5rem; }

h3 {
  font-size: 24px;
  font-size: 1.25rem; }

h4 {
  font-size: 20px;
  font-size: 1.117rem; }

h5 {
  font-size: 16px;
  font-size: 1rem; }

h6 {
  font-size: 14px;
  font-size: 0.85rem; }

.eventContent h2, .eventContent h3, .eventContent h4, .eventContent h5, .eventContent h6, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
  margin-top: 1rem; }

p {
  margin: 0 0 1rem 0;
  font-size: 16px;
  font-size: 1rem; }

a, a:link, a:visited {
  color: #524472; }
  a:hover, a:link:hover, a:visited:hover {
    color: #3b3152; }

small {
  font-size: 0.85rem; }

b, strong {
  font-weight: 700; }

em {
  font-style: italics; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.accordianBody ol, .accordianBody ul,
.listingIntro ol,
.listingIntro ul,
.shopLandingContent .content ol,
.shopLandingContent .content ul {
  padding-left: 25px;
  margin-bottom: 1rem; }

.accordianBody ol,
.listingIntro ol,
.shopLandingContent .content ol {
  list-style-type: decimal; }

.accordianBody ul,
.listingIntro ul,
.shopLandingContent .content ul {
  list-style-type: disc; }

blockquote {
  padding: 4rem 3rem;
  margin: 2rem 0;
  background-color: #209B87;
  color: white; }
  blockquote:before, blockquote:after {
    display: none; }
  blockquote p,
  blockquote ul,
  blockquote ol {
    color: white;
    font-size: 1.25rem;
    font-weight: 700; }
    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
      margin-bottom: 0; }
  blockquote p:first-child:before {
    content: '\f10d';
    margin-right: 8px; }
  blockquote p:last-child:after {
    content: '\f10e';
    margin-left: 8px; }
  blockquote p:first-child:before,
  blockquote p:last-child:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: normal; }

@media (max-width: 768px) {
  h1 {
    font-size: 1.6rem; }
  h2 {
    font-size: 1.275rem; }
  h3 {
    font-size: 1.125rem; }
  blockquote p, blockquote ul, blockquote ol {
    font-size: 1rem; } }

table h1,
table h2,
table h3,
table h4,
table h5 {
  margin: 0;
  font-weight: 400; }

table td {
  font-size: 1rem; }

table h2 {
  margin-bottom: 1em; }

tbody,
thead {
  background-color: #fff;
  border: 1px solid #E1E1E1; }

thead tr:nth-child(odd) {
  background-color: #fff; }

tr:nth-child(odd) {
  background-color: rgba(225, 225, 225, 0.5); }

td {
  padding: 10px; }

@media (max-width: 768px) {
  .postContent table {
    max-width: 100%;
    height: auto !important;
    display: block;
    overflow: auto;
    border: 0; }
    .postContent table thead,
    .postContent table tbody,
    .postContent table tr,
    .postContent table td,
    .postContent table th {
      display: block;
      width: 100% !important;
      height: auto !important; }
    .postContent table th {
      text-align: left;
      padding: 10px; }
    .postContent table tbody {
      border: 0; }
    .postContent table td {
      border: 1px solid #E1E1E1; } }

#outerDiv {
  margin: 60px 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
select,
textarea {
  padding: 10px;
  border-color: rgba(94, 94, 94, 0.2);
  border-radius: 0; }

legend {
  border-bottom: 0;
  font-size: 1.5rem; }

fieldset fieldset legend {
  font-family: inherit; }

.formQuestion.commentNotify.labelRadioPair input[type="radio"],
.formQuestion.labelRadioPair input[type="radio"],
.formQuestion.commentNotify.labelCheckBoxPair input[type="checkbox"],
.formQuestion.labelCheckBoxPair input[type="checkbox"],
.customForm input[type="checkbox"],
.customForm input[type="radio"] {
  display: inline-block;
  float: none;
  margin: 5px 5px 0 0;
  vertical-align: top; }
  @media (max-width: 768px) {
    .formQuestion.commentNotify.labelRadioPair input[type="radio"],
    .formQuestion.labelRadioPair input[type="radio"],
    .formQuestion.commentNotify.labelCheckBoxPair input[type="checkbox"],
    .formQuestion.labelCheckBoxPair input[type="checkbox"],
    .customForm input[type="checkbox"],
    .customForm input[type="radio"] {
      vertical-align: top;
      margin: 5px 5px 0 0; } }

.formQuestion.commentNotify.labelRadioPair label,
.formQuestion.labelRadioPair label,
.formQuestion.commentNotify.labelCheckBoxPair label,
.formQuestion.labelCheckBoxPair label,
.customForm label {
  width: calc(100% - 30px);
  padding-right: 15px; }

.formSecondStep.labelCheckBoxPair label {
  padding-right: 10px; }

.answerOptions {
  margin: 10px 0 0 0; }

.customForm .formQuestion,
.customForm .formDescription {
  margin: 40px 0; }

.formQuestion textarea:hover,
.formQuestion textarea:focus,
.formQuestion input:hover,
.formQuestion input:focus {
  border-color: rgba(94, 94, 94, 0.7);
  outline: none; }

.radioLabelPair,
.checkboxLabelPair {
  margin: 10px 0; }

.dataProtection .formQuestion.labelCheckBoxPair,
#ContactReasons .formQuestion.contactReasonOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dataProtection .formQuestion.labelCheckBoxPair label,
  #ContactReasons .formQuestion.contactReasonOption label {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .dataProtection .formQuestion.labelCheckBoxPair input[type="checkbox"],
  #ContactReasons .formQuestion.contactReasonOption input[type="checkbox"] {
    margin: 0 .5em 0 0; }

@media (max-width: 768px) {
  .checkboxRadioGrid .checkboxLabelPair,
  .checkboxRadioGrid .radioLabelPair {
    width: 100%; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Century Gothic W01", "Calibri", sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Century Gothic W01", "Calibri", sans-serif; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Century Gothic W01", "Calibri", sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Century Gothic W01", "Calibri", sans-serif; }

@media (max-width: 768px) {
  legend {
    font-size: 1.275rem; } }

.postcode-lookup-buttons {
  display: block;
  margin-top: 10px; }

.postCreateTagsBtn {
  margin-top: 10px; }

.button,
a.button:link,
a.button:visited,
.commentAddImage,
button,
#totaliserActions .buttonDonate,
#totaliserActions .buttonFundraise,
.commentAddImage,
.button.ghostContinue,
.readMore,
a.addToCalender,
.post_collapseReadMore a,
.listedFilters a.filter,
.appliedFilters span.filter,
.groupedFilters .filter,
a.cta-button {
  border-radius: 2px;
  display: inline-block;
  font-family: "Century Gothic W01", "Calibri", sans-serif;
  font-weight: 700;
  margin-right: 5px;
  text-transform: uppercase; }
  .button:hover,
  a.button:link:hover,
  a.button:visited:hover,
  .commentAddImage:hover,
  button:hover,
  #totaliserActions .buttonDonate:hover,
  #totaliserActions .buttonFundraise:hover,
  .commentAddImage:hover,
  .button.ghostContinue:hover,
  .readMore:hover,
  a.addToCalender:hover,
  .post_collapseReadMore a:hover,
  .listedFilters a.filter:hover,
  .appliedFilters span.filter:hover,
  .groupedFilters .filter:hover,
  a.cta-button:hover {
    cursor: pointer;
    text-decoration: none; }
  .button.facebookPopulate,
  a.button:link.facebookPopulate,
  a.button:visited.facebookPopulate,
  .commentAddImage.facebookPopulate,
  button.facebookPopulate,
  #totaliserActions .buttonDonate.facebookPopulate,
  #totaliserActions .buttonFundraise.facebookPopulate,
  .commentAddImage.facebookPopulate,
  .button.ghostContinue.facebookPopulate,
  .readMore.facebookPopulate,
  a.addToCalender.facebookPopulate,
  .post_collapseReadMore a.facebookPopulate,
  .listedFilters a.filter.facebookPopulate,
  .appliedFilters span.filter.facebookPopulate,
  .groupedFilters .filter.facebookPopulate,
  a.cta-button.facebookPopulate {
    display: none; }
  @media (max-width: 480px) {
    .button,
    a.button:link,
    a.button:visited,
    .commentAddImage,
    button,
    #totaliserActions .buttonDonate,
    #totaliserActions .buttonFundraise,
    .commentAddImage,
    .button.ghostContinue,
    .readMore,
    a.addToCalender,
    .post_collapseReadMore a,
    .listedFilters a.filter,
    .appliedFilters span.filter,
    .groupedFilters .filter,
    a.cta-button {
      width: 100%;
      margin: 5px 0; } }

span.readMore a:hover {
  text-decoration: none; }

.postContent a.cta-button {
  margin-bottom: 5px; }

a.buttonIcon:link, a.buttonIcon:visited,
a.remove, a.remove:link {
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  text-align: center; }
  a.buttonIcon:link:hover, a.buttonIcon:visited:hover,
  a.remove:hover, a.remove:link:hover {
    text-decoration: none; }
  a.buttonIcon:link:before, a.buttonIcon:visited:before,
  a.remove:before, a.remove:link:before {
    padding-top: 0;
    line-height: 23px;
    font-family: 'FontAwesome'; }
  a.buttonIcon:link.increaseQuantity:before, a.buttonIcon:visited.increaseQuantity:before,
  a.remove.increaseQuantity:before, a.remove:link.increaseQuantity:before {
    content: '\f106'; }
  a.buttonIcon:link.expand:before, a.buttonIcon:link.decreaseQuantity:before, a.buttonIcon:visited.expand:before, a.buttonIcon:visited.decreaseQuantity:before,
  a.remove.expand:before,
  a.remove.decreaseQuantity:before, a.remove:link.expand:before, a.remove:link.decreaseQuantity:before {
    content: '\f107'; }
  a.buttonIcon:link.remove:before, a.buttonIcon:visited.remove:before,
  a.remove.remove:before, a.remove:link.remove:before {
    content: '\f00d'; }

.postCreateButtons .cancel,
.passwordResetButtons .cancel,
.yourDetailsButtons .cancel,
.signInButtons .cancel,
.registerButtons .cancel {
  display: none; }

button.register,
button.signIn,
.button.eventBookingBtn,
button.confirm,
button.send {
  min-width: 200px; }

@media screen and (max-width: 992px) {
  a.buttonIcon:link.increaseQuantity, a.buttonIcon:link.decreaseQuantity {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px; }
    a.buttonIcon:link.increaseQuantity:before, a.buttonIcon:link.decreaseQuantity:before {
      padding: 0;
      line-height: 16px;
      height: 16px; } }

ul.socialIcons,
ul.shareList {
  margin-bottom: 0; }
  ul.socialIcons li,
  ul.shareList li {
    display: inline-block; }
    ul.socialIcons li a,
    ul.shareList li a {
      width: 40px;
      height: 40px;
      display: block;
      overflow: hidden;
      font-size: inherit;
      background-color: #594A7C; }
      ul.socialIcons li a:hover,
      ul.shareList li a:hover {
        text-decoration: none;
        background-color: #42375c; }
      ul.socialIcons li a:before,
      ul.shareList li a:before {
        font-size: 1rem;
        vertical-align: middle;
        color: white;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        -webkit-font-smoothing: antialiased;
        font-family: 'FontAwesome';
        font-weight: 400; }
      ul.socialIcons li a.search:before,
      ul.shareList li a.search:before {
        content: '\f002'; }
      ul.socialIcons li a[href*="facebook"]:before, ul.socialIcons li a.facebook:before,
      ul.shareList li a[href*="facebook"]:before,
      ul.shareList li a.facebook:before {
        content: '\f09a'; }
      ul.socialIcons li a[href*="twitter"]:before, ul.socialIcons li a.twitter:before,
      ul.shareList li a[href*="twitter"]:before,
      ul.shareList li a.twitter:before {
        content: '\f099'; }
      ul.socialIcons li a[href*="youtube"]:before, ul.socialIcons li a.youtube:before,
      ul.shareList li a[href*="youtube"]:before,
      ul.shareList li a.youtube:before {
        content: '\f167'; }
      ul.socialIcons li a[href*="instagram"]:before, ul.socialIcons li a.instagram:before,
      ul.shareList li a[href*="instagram"]:before,
      ul.shareList li a.instagram:before {
        content: '\f16d'; }
      ul.socialIcons li a[href*="linkedin"]:before, ul.socialIcons li a.linkedin:before,
      ul.shareList li a[href*="linkedin"]:before,
      ul.shareList li a.linkedin:before {
        content: '\f0e1'; }
      ul.socialIcons li a[href*="flickr"]:before, ul.socialIcons li a.flickr:before,
      ul.shareList li a[href*="flickr"]:before,
      ul.shareList li a.flickr:before {
        content: '\f16e'; }
      ul.socialIcons li a[href*="vimeo"]:before, ul.socialIcons li a.vimeo:before,
      ul.shareList li a[href*="vimeo"]:before,
      ul.shareList li a.vimeo:before {
        content: '\f27d'; }

ul.shareList li {
  margin-right: 0; }

ul.shareList a.shareEmail:before {
  background-color: #594A7C;
  content: '\f003'; }
  ul.shareList a.shareEmail:before:hover {
    background-color: #42375c; }

.postComments {
  padding: 20px 0;
  border-top: 1px solid #E1E1E1; }
  .postComments header {
    padding: 0; }
  .postComments h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 400; }
  .postComments .commentForm {
    margin-top: 0; }
    .postComments .commentForm .formQuestion label {
      width: auto; }
      @media (max-width: 480px) {
        .postComments .commentForm .formQuestion label {
          width: calc(100% - 30px); } }
    .postComments .commentForm .formQuestion textarea, .postComments .commentForm .formQuestion input {
      background-color: #f2f2f2;
      border: 0; }
    .postComments .commentForm .commentImageWrapper, .postComments .commentForm .commentVideoWrapper {
      width: 50%;
      margin-top: 20px;
      display: inline-block;
      float: left; }
      @media screen and (max-width: 768px) {
        .postComments .commentForm .commentImageWrapper, .postComments .commentForm .commentVideoWrapper {
          float: none;
          width: 100%;
          margin-top: 10px; } }
    .postComments .commentForm .commentImageWrapper .formQuestion {
      margin-top: 0; }
    .postComments .commentForm .commentImageWrapper .commentAddImage {
      background-color: #594A7C !important;
      color: #fff !important;
      line-height: auto; }
    .postComments .commentForm .commentVideoWrapper .addVideo {
      width: 100%; }
    .postComments .commentForm .commentNotify {
      float: left;
      width: 100%;
      margin: 10px 0 20px 0; }
    .postComments .commentForm button.addComment {
      margin-top: 0;
      float: left; }

.commentsListWrapper {
  margin-top: 40px; }

ul.commentsList {
  padding: 20px 0 0 0;
  border-top: 1px solid #E1E1E1; }
  ul.commentsList li {
    border-bottom: 0; }
    ul.commentsList li img {
      margin-right: 20px; }

.commentContentWrapper {
  width: 85%;
  float: right; }
  .commentContentWrapper .commentContent {
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 10px; }
    .commentContentWrapper .commentContent p {
      margin: 0; }

.commentDetails {
  margin-top: 20px; }
  .commentDetails p {
    font-size: 14px; }
  .commentDetails .helpfulComment {
    display: none;
    margin-top: 0; }
    .commentDetails .helpfulComment legend {
      float: none;
      margin: 0 0 5px 0;
      border-bottom: 0; }

.appealComments .postComments {
  margin-top: 0;
  padding: 40px 0;
  border-top: 0; }
  .appealComments .postComments .commentsListWrapper {
    margin-top: 20px; }

ul.commentsList li.commentDonation {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #E1E1E1; }
  ul.commentsList li.commentDonation img {
    display: none; }
  ul.commentsList li.commentDonation .commentDetails {
    margin-top: 0; }
    ul.commentsList li.commentDonation .commentDetails p {
      margin: 0; }
      ul.commentsList li.commentDonation .commentDetails p.commenterWrapper {
        margin-bottom: 10px;
        text-transform: uppercase; }
    ul.commentsList li.commentDonation .commentDetails strong {
      font-weight: 400; }
    ul.commentsList li.commentDonation .commentDetails .commenterWrapper strong,
    ul.commentsList li.commentDonation .commentDetails time span:nth-child(2) {
      display: none; }
  ul.commentsList li.commentDonation .commentContentWrapper {
    width: 50%;
    float: left; }

.commentDonationAmount {
  padding: 0;
  margin: 0;
  float: right;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.7rem; }

.registerCommentsWrapper#registerComments,
.signInCommentsWrapper#signInComments {
  padding: 0;
  background-color: transparent;
  margin: 60px 0 0 0;
  clear: both; }
  .registerCommentsWrapper#registerComments fieldset.registerForm,
  .signInCommentsWrapper#signInComments fieldset.registerForm {
    padding: 0;
    margin: 0 0 20px 0;
    border: 0; }
    .registerCommentsWrapper#registerComments fieldset.registerForm legend,
    .signInCommentsWrapper#signInComments fieldset.registerForm legend {
      text-align: left;
      font-size: 1.2rem;
      font-family: "Century Gothic W01", "Calibri", sans-serif;
      margin-bottom: 10px; }
  .registerCommentsWrapper#registerComments fieldset.signInForm,
  .signInCommentsWrapper#signInComments fieldset.signInForm {
    padding: 0;
    margin: 0 0 20px 0; }
    .registerCommentsWrapper#registerComments fieldset.signInForm legend,
    .signInCommentsWrapper#signInComments fieldset.signInForm legend {
      font-size: 1.2rem;
      font-family: "Century Gothic W01", "Calibri", sans-serif;
      margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  ul.commentsList img {
    display: none; }
  .commentContentWrapper {
    float: none;
    width: 100%; } }

.tabsWrapper {
  border-bottom: 0; }
  .tabsWrapper .tabs {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .tabsWrapper .tabs li a {
      border-bottom: 3px solid #E1E1E1;
      background-color: transparent;
      padding: 10px 0;
      border-radius: 0;
      color: #5E5E5E; }
      .tabsWrapper .tabs li a:hover {
        background-color: transparent;
        text-decoration: none;
        color: #594A7C;
        border-bottom-color: #594A7C; }
    .tabsWrapper .tabs li.active a {
      color: #594A7C;
      border-bottom-color: #594A7C; }

.tabbedListing {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  margin-bottom: 60px;
  padding: 40px 20px; }
  .tabbedListing .headerWrapper .headerContent {
    padding: 0;
    margin: 0;
    max-width: 100%; }
  .tabbedListing .contentBlockWrapper {
    margin-top: 0;
    padding: 0; }
  .tabbedListing .findAFundraiser {
    margin-top: 0;
    padding: 0;
    width: 100%; }
    .tabbedListing .findAFundraiser legend {
      border-bottom: 0; }
  .tabbedListing .listContent {
    width: 100%;
    padding: 0; }
  .tabbedListing.currentProjectsListing .listContent {
    width: 100%; }
  .tabbedListing.currentProjectsListing aside h3 {
    margin-top: 0; }
  .tabbedListing .fundraiserSearchResults {
    margin-top: 80px; }

.appealInteractionsWrapper .tabs {
  padding-left: 0;
  padding-right: 0; }

.appealFundraisersWrapper {
  padding-left: 0;
  padding-right: 0; }
  .appealFundraisersWrapper .findAFundraiser {
    padding: 0; }

@media screen and (max-width: 768px) {
  .tabsWrapper .tabs {
    padding: 0 20px; }
    .tabsWrapper .tabs li a {
      padding-left: 5px;
      padding-right: 5px; }
  .appealInteractionsWrapper .tabs {
    padding: 0; }
  .tabbedListing.currentProjectsListing .listContent, .tabbedListing.currentProjectsListing aside, .tabbedListing.currentProjectsListing .listedPost {
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
  .tabbedListing .findAFundraiser .formQuestion {
    width: 100%;
    float: none; }
  .tabbedListing .findAFundraiser .findAFundraiserEvent {
    margin-left: 0; }
  .tabbedListing .findAFundraiser .fundraiserSearchBtn, .tabbedListing .findAFundraiser .findAFundraiserBtn {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

.faqListingPage article {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.accordianHeader {
  padding: 20px;
  margin-top: 20px;
  position: relative; }
  .accordianHeader h2 {
    font-size: 1rem;
    margin-top: 0; }
  .accordianHeader p.postSummary {
    padding: 10px 0 0; }
  .accordianHeader a.expand:link {
    position: absolute;
    top: 20px;
    right: 20px; }

.accordianHeaderText {
  float: none;
  width: 90%; }

.accordianBody.contentBlockWrapper {
  padding: 20px;
  background-color: #fff; }
  .accordianBody.contentBlockWrapper .content {
    width: 100%; }
  .accordianBody.contentBlockWrapper .postFooterWrapper {
    display: none; }

.accordianOpen a.expand:link:before {
  font-family: 'FontAwesome';
  content: '\f106'; }

.post_collapseContent,
.post_collapseTitle {
  background-color: #E1E1E1;
  padding: 20px; }

.post_collapseReadMore a {
  margin-right: 0; }
  .post_collapseReadMore a:hover {
    text-decoration: none; }
  .post_collapseReadMore a img {
    display: none; }
  .post_collapseReadMore a:after {
    padding-left: 10px;
    font-family: 'FontAwesome';
    content: '\f107'; }

@media (max-width: 768px) {
  .accordianHeaderText {
    width: calc(100% - 60px); }
  .post_collapseTitle,
  .post_collapseReadMore {
    float: none !important;
    width: 100%; }
  .post_collapseReadMore a {
    width: 100%;
    text-align: center; } }

.categoryFilterWrapper {
  margin: 40px 0; }
  .categoryFilterWrapper h2,
  .categoryFilterWrapper h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0; }

.categoryFilterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .categoryFilterContent > h2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%; }
  .categoryFilterContent .listedFilters {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
  .categoryFilterContent .appliedFilters {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%; }
  .categoryFilterContent .clearcombinedfilters {
    width: 100%;
    margin: 0; }

ul.listedFilters {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.listedFilters > li {
    background: transparent;
    padding: 0;
    height: auto;
    margin: 0 5px 5px 0;
    cursor: pointer;
    float: none; }
  ul.listedFilters a.filter {
    margin-right: 0; }
    ul.listedFilters a.filter:hover {
      text-decoration: none; }

.appliedFilters {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  font-size: .85em; }
  .appliedFilters h3 {
    float: none;
    margin: 0 0 1rem 0;
    font-size: 1em; }
  .appliedFilters ul {
    float: none; }
  .appliedFilters li {
    float: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle; }
  .appliedFilters span.filter {
    margin: 0 5px 5px 0; }
    .appliedFilters span.filter:hover {
      cursor: default;
      background-color: #594A7C; }
    .appliedFilters span.filter a.remove,
    .appliedFilters span.filter a.remove:link {
      position: inherit;
      top: auto;
      background-color: rgba(0, 0, 0, 0.3);
      margin: 0 0 0 10px;
      width: 23px;
      height: 23px;
      border-radius: 50% 50% 50% 50%;
      display: inline-block; }
      .appliedFilters span.filter a.remove:before,
      .appliedFilters span.filter a.remove:link:before {
        display: block;
        font-family: 'FontAwesome';
        content: '\f00d';
        width: 23px;
        height: 23px;
        line-height: 23px; }
      .appliedFilters span.filter a.remove:hover,
      .appliedFilters span.filter a.remove:link:hover {
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 1;
        cursor: pointer; }

.combinedCategoryFilter .groupedFilters {
  display: inline-block;
  margin: 0 15px 10px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 240px; }
  .combinedCategoryFilter .groupedFilters .filter {
    background-color: rgba(0, 0, 0, 0.5); }
  .combinedCategoryFilter .groupedFilters input[type='checkbox'] {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    margin-right: 5px; }
  .combinedCategoryFilter .groupedFilters input,
  .combinedCategoryFilter .groupedFilters span {
    vertical-align: middle; }
  .combinedCategoryFilter .groupedFilters select {
    width: 100%; }

@media (max-width: 768px) {
  .combinedCategoryFilter .groupedFilters {
    width: 100%;
    float: none;
    margin: 10px 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; } }

.totaliserPanel, .appealTotaliser {
  display: block;
  color: inherit; }
  .totaliserPanel .raisedWrapper, .totaliserPanel .targetWrapper, .appealTotaliser .raisedWrapper, .appealTotaliser .targetWrapper {
    width: 50%; }

.totaliserDone {
  background-color: #594A7C; }

.totaliserFigure {
  margin-top: 0; }

#totaliserActions {
  display: block; }
  #totaliserActions:after {
    content: "";
    display: table;
    clear: both; }

.appealTotaliser {
  margin-bottom: 40px; }

.raisedWrapper, .targetWrapper {
  margin-bottom: 0;
  float: left; }

.totaliserLabel {
  font-size: 0.85rem;
  color: rgba(94, 94, 94, 0.5); }

.totaliserFigure {
  font-size: 1rem;
  color: #5E5E5E; }

.raisedWrapper {
  margin-top: 10px; }

.carousel .totaliserGivingPanel {
  display: none; }

#totaliserActions .buttonDonate {
  float: left;
  margin: 20px 10px 0 0; }

#totaliserActions .buttonFundraise {
  margin: 20px 0 0 0; }

@media (max-width: 1000px) {
  .totaliserPanel {
    width: 100%;
    margin-top: 0;
    float: none; } }

@media (max-width: 768px) {
  #totaliserActions {
    text-align: center; } }

.totaliserDone {
  -webkit-animation: totaliser-grow 5s ease-out 1;
          animation: totaliser-grow 5s ease-out 1; }

@-webkit-keyframes totaliser-grow {
  0% {
    height: 0; } }

@keyframes totaliser-grow {
  0% {
    height: 0; } }

.quickGivingPanel {
  background: #F7F7F7;
  padding: 2rem;
  margin: 0; }
  .quickGivingPanel .selectDonationAmount {
    text-align: center; }
    .quickGivingPanel .selectDonationAmount > span,
    .quickGivingPanel .selectDonationAmount .donationAmountOther + span,
    .quickGivingPanel .selectDonationAmount .donationAmountOther + a:not(.button),
    .quickGivingPanel .selectDonationAmount input.regularPayment {
      display: none; }
    .quickGivingPanel .selectDonationAmount a.button.donateBtn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      margin-left: 1rem;
      vertical-align: middle;
      font-size: 0.875rem;
      width: auto;
      height: 44px;
      float: none; }
    .quickGivingPanel .selectDonationAmount .formQuestion {
      /* overwrite bf */
      display: block;
      float: none;
      width: 100%;
      margin-right: 0;
      height: auto;
      margin-bottom: 0; }
    .quickGivingPanel .selectDonationAmount .donationAmount {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      margin: 0 4px;
      padding: 0;
      background-color: transparent;
      border: 4px solid transparent; }
      .quickGivingPanel .selectDonationAmount .donationAmount input[type="radio"] {
        height: 0;
        width: 0;
        margin: 0;
        opacity: 0;
        position: absolute; }
      .quickGivingPanel .selectDonationAmount .donationAmount .checkboxRadio {
        text-align: center; }
      .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountFigure {
        border: 0;
        min-width: 0;
        width: 100%;
        font-size: 1.375rem;
        padding: 0.5rem 1rem;
        background-color: #fff;
        line-height: normal; }
        .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountFigure:hover {
          cursor: pointer; }
      .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountThumbnail, .quickGivingPanel .selectDonationAmount .donationAmount img {
        display: none; }
      .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountDescription {
        display: none; }
      .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther {
          width: auto;
          margin: 0;
          border: 0;
          max-width: 100px;
          font-family: "Century Gothic W01", "Calibri", sans-serif;
          font-weight: 700;
          color: #5E5E5E;
          height: auto;
          padding: 5px;
          border-radius: 0; }
          .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther:active, .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther:focus {
            background-color: #fff; }
        .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther .donationAmountFigure {
          background-color: transparent; }
      .quickGivingPanel .selectDonationAmount .donationAmount.donationSelected {
        color: #5E5E5E;
        border: 4px solid #594A7C; }
        .quickGivingPanel .selectDonationAmount .donationAmount.donationSelected .donationAmountFigure {
          background-color: #fff; }

@media only screen and (max-width: 768px) {
  .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountFigure {
    margin: 0; }
  .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther {
    vertical-align: middle; }
    .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther label {
      width: 100%;
      float: none; }
      .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther label strong.donationAmountFigure {
        text-align: center;
        border: 0;
        float: none; }
    .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther {
      margin: 0;
      width: 100%;
      float: none; }
  .quickGivingPanel .selectDonationAmount a.button.donateBtn {
    height: 38px; } }

@media only screen and (max-width: 720px) {
  .quickGivingPanel .selectDonationAmount .donationAmount {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem; }
    .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther label {
      width: auto; }
    .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther {
      max-width: none; }
  .quickGivingPanel .selectDonationAmount a.button.donateBtn {
    margin-top: 1rem; }
  .quickGivingPanel .selectDonationAmount .formQuestion .checkboxRadio,
  .quickGivingPanel .selectDonationAmount .formQuestion .checkboxRadio span,
  .quickGivingPanel .selectDonationAmount .formQuestion span span {
    margin-right: 0; } }

form.header-search {
  display: block;
  float: none;
  margin: 0; }
  form.header-search .searchContainer {
    display: block;
    float: none;
    margin: 0;
    position: relative; }
  form.header-search #siteSearch {
    width: 200px;
    margin-top: 0;
    height: 45px;
    vertical-align: top;
    border: 0;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: "Century Gothic W01", "Calibri", sans-serif;
    color: white; }
    form.header-search #siteSearch::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Century Gothic W01", "Calibri", sans-serif;
      color: white; }
    form.header-search #siteSearch::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Century Gothic W01", "Calibri", sans-serif;
      color: white; }
    form.header-search #siteSearch:-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Century Gothic W01", "Calibri", sans-serif;
      color: white; }
    form.header-search #siteSearch:-moz-placeholder {
      /* Firefox 18- */
      font-family: "Century Gothic W01", "Calibri", sans-serif;
      color: white; }
    form.header-search #siteSearch:focus {
      outline: 0;
      background-color: #2b243c; }
  form.header-search button {
    width: 45px;
    height: 45px;
    overflow: hidden;
    padding: 0; }
    form.header-search button:before {
      margin: 0;
      font-weight: normal;
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 1rem;
      display: block;
      font-family: 'FontAwesome';
      content: '\f002'; }

.footerBox.FooterFindUs p {
  margin-bottom: 0px; }

.carouselSlideDetail.appeal .carouselSlideReadMore {
  display: none; }

.footerBox.Footerlogos,
.footerBox.FooterLogos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .footerBox.Footerlogos > *,
  .footerBox.FooterLogos > * {
    margin: 20px 30px; }
    @media (max-width: 768px) {
      .footerBox.Footerlogos > *,
      .footerBox.FooterLogos > * {
        margin: 15px 20px; } }
  .footerBox.Footerlogos img,
  .footerBox.FooterLogos img {
    display: block;
    max-width: 180px; }
    @media (max-width: 1200px) {
      .footerBox.Footerlogos img,
      .footerBox.FooterLogos img {
        max-width: 120px; } }

.container404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  padding: 60px 20px;
  margin: 0 auto;
  max-width: 500px; }
  .container404 h1 + h1 {
    display: none; }
  .container404 h1 {
    margin-top: 0;
    font-size: 1.8rem; }

a.showsVideo:hover {
  text-decoration: none; }

.formDonatePage .yourDonationHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  .formDonatePage .yourDonationHeader legend {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 1.5rem;
    width: auto; }
  .formDonatePage .yourDonationHeader .donationFrequency {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    width: auto; }
    .formDonatePage .yourDonationHeader .donationFrequency a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      background-color: #594A7C;
      color: white;
      padding: 10px 20px; }
      .formDonatePage .yourDonationHeader .donationFrequency a:hover {
        text-decoration: none; }
      .formDonatePage .yourDonationHeader .donationFrequency a:after {
        content: '\f054';
        font-family: 'FontAwesome';
        margin-left: .5em; }

@media (max-width: 568px) {
  .formDonatePage .yourDonationHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .formDonatePage .yourDonationHeader legend {
      margin: 0 0 15px; }
    .formDonatePage .yourDonationHeader legend, .formDonatePage .yourDonationHeader a {
      width: 100%; } }

@media (max-width: 768px) {
  .breadcrumbItem {
    white-space: initial; } }

.yourDonation > legend + .donationFrequency {
  background-color: transparent;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0; }

#Single,
#Regular {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 15px;
  color: #5E5E5E;
  background-color: #f3f3f3;
  font-size: 1.15em;
  font-weight: 700;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  #Single:after,
  #Regular:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #594A7C transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  #Single:hover,
  #Regular:hover {
    cursor: pointer; }
  #Single.active,
  #Regular.active {
    background-color: #594A7C;
    color: white; }
    #Single.active:after,
    #Regular.active:after {
      opacity: 1;
      bottom: -10px; }

@media (max-width: 1200px) {
  #Single,
  #Regular {
    font-size: 1em; } }

@media (min-width: 769px) {
  #Single {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  #Regular {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; } }

@media (max-width: 768px) {
  .yourDonation > legend + .donationFrequency {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%; }
  #Single:after,
  #Regular:after {
    display: none; }
  #Single {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  #Regular {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; } }

.pageFooter .GlobalAlert {
  display: none; }

.GlobalAlert {
  width: 100%;
  padding: 0.75rem 20px;
  font-size: 0.9rem;
  text-align: center;
  background-color: #594A7C;
  color: white; }
  .GlobalAlert * {
    font-size: inherit;
    color: inherit; }
  .GlobalAlert a,
  .GlobalAlert a:link,
  .GlobalAlert a:visited {
    color: inherit;
    text-decoration: underline; }
  .GlobalAlert > *:first-child {
    margin-top: 0; }
  .GlobalAlert > *:last-child {
    margin-bottom: 0; }

.headerText {
  margin: 3rem auto 1rem auto; }
  .headerText h1 {
    font-size: 2.25rem;
    margin-top: 48px;
    color: #222222; }

.postContent {
  padding-right: 32px;
  width: calc(100% - 260px); }
  .postContent blockquote:before {
    display: none; }
  .postContent > h1:first-of-type {
    margin-top: 0; }

.appealActions,
.postAside {
  float: right;
  width: 260px;
  min-width: 260px; }

.postFooterWrapper {
  clear: both; }
  .postFooterWrapper .postFooter {
    padding: 0;
    border: 0;
    font-size: 1rem; }
  .postFooterWrapper .publishDetailsWrapper {
    margin-top: 0; }
    .postFooterWrapper .publishDetailsWrapper:after {
      content: '';
      display: block;
      clear: both;
      visibility: hidden; }
  .postFooterWrapper p {
    font-size: 1rem;
    display: inline-block;
    float: none;
    margin: 0 20px 10px 0; }
  .postFooterWrapper .shareWrapper,
  .postFooterWrapper .relatedWrapper {
    margin-top: 40px; }
    .postFooterWrapper .shareWrapper ul.relatedList,
    .postFooterWrapper .relatedWrapper ul.relatedList {
      padding-left: 0;
      display: inline; }
  .postFooterWrapper p.associatedStartDate,
  .postFooterWrapper p.associatedEndDate,
  .postFooterWrapper .publishDetailsWrapper,
  .postFooterWrapper .locationDetails,
  .postFooterWrapper .relatedWrapper {
    display: none; }

.shareWrapper {
  text-align: center;
  font-size: 18px; }
  .shareWrapper ul.shareList {
    margin-top: 10px; }
    .shareWrapper ul.shareList li {
      float: none; }
      .shareWrapper ul.shareList li:last-of-type {
        margin-right: 0; }

.postContent img,
.listingIntro img,
.accordianBody img,
.productPostPage img {
  max-width: 100%;
  height: auto; }

.postContent iframe,
.listingIntro iframe,
.accordianBody iframe,
.productPostPage iframe {
  max-width: 100%; }

.carousel .listingIntro img {
  width: auto; }

.blogContent .postFooterWrapper .publishDetailsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .85em;
  padding: 15px 0;
  border-top: 1px solid #E1E1E1; }
  .blogContent .postFooterWrapper .publishDetailsWrapper p {
    margin: 0;
    line-height: 1.8;
    font-size: inherit; }
  .blogContent .postFooterWrapper .publishDetailsWrapper .updatedWrapper {
    display: none; }

.newsContent .postFooterWrapper .publishDetailsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .85em;
  padding: 15px 0;
  border-top: 1px solid #E1E1E1; }
  .newsContent .postFooterWrapper .publishDetailsWrapper p {
    margin: 0;
    line-height: 1.8;
    font-size: inherit; }
  .newsContent .postFooterWrapper .publishDetailsWrapper > *:not(.publishDatesWrapper) {
    display: none; }

.blogDetails .memberProfilePic {
  display: none; }

@media screen and (max-width: 768px) {
  .contentBlock, .postAside, .listContent, .postContent, .appealActions {
    width: 100%;
    padding: 0;
    float: none; }
  img.postImageFloatLeft,
  img.postImageFloatRight,
  .image-align-left,
  .image-align-right {
    display: block;
    float: none;
    margin: 10px auto; }
  .image-align-left,
  .image-align-right {
    text-align: center; } }

@media (max-width: 768px) {
  .headerText h1 {
    font-size: 1.8rem; } }

body.login fieldset.signInForm {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  body.login fieldset.signInForm .formQuestion {
    max-width: 600px; }
  body.login fieldset.signInForm legend {
    float: left;
    width: 100%;
    font-size: 2rem;
    margin-bottom: 1rem; }

body.lobby-registered fieldset.registerForm,
body.signup fieldset.registerForm {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border: 0;
  min-height: 200px; }
  body.lobby-registered fieldset.registerForm legend,
  body.signup fieldset.registerForm legend {
    text-align: left;
    float: left;
    width: 100%; }

body.lobby-registered .registerFields,
body.signup .registerFields {
  max-width: 600px; }
  body.lobby-registered .registerFields .formQuestion.labelCheckBoxPair label,
  body.signup .registerFields .formQuestion.labelCheckBoxPair label {
    width: auto;
    display: inline; }
    @media (max-width: 768px) {
      body.lobby-registered .registerFields .formQuestion.labelCheckBoxPair label,
      body.signup .registerFields .formQuestion.labelCheckBoxPair label {
        width: 85%;
        display: inline-block; } }
  body.lobby-registered .registerFields .formQuestion.labelCheckBoxPair input[type="checkbox"],
  body.signup .registerFields .formQuestion.labelCheckBoxPair input[type="checkbox"] {
    margin: 5px 0 0 10px; }

body.lobby-ActivateMember .contentBlockWrapper {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px; }

body.lobby-ActivateMember fieldset.passwordForm {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px; }
  body.lobby-ActivateMember fieldset.passwordForm .contentBlockWrapper {
    padding: 0;
    margin: 0; }

body.lobby-ActivateMember .formQuestion,
body.lobby-ActivateMember .formButtons {
  max-width: 600px; }

.passwordResetOne,
.passwordResetTwo {
  margin: 0;
  max-width: 600px;
  padding-top: 60px;
  padding-bottom: 60px; }
  .passwordResetOne h1,
  .passwordResetTwo h1 {
    font-weight: 400; }

@media only screen and (max-width: 768px) {
  .registerSwitch a.register,
  .registerSwitch button.button,
  .signInButtons a.register,
  .signInButtons button.button,
  .passwordResetButtons a.register,
  .passwordResetButtons button.button {
    width: 100%;
    margin: 0 0 5px 0; } }

@media only screen and (max-width: 540px) {
  .formQuestion .checkboxRadio {
    margin-right: 0; } }

.searchPageContainer {
  margin-right: 0; }
  .searchPageContainer input#searchPage {
    max-width: 600px;
    margin-right: 5px; }
  .searchPageContainer button {
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 5px 0 0;
    display: inline-block; }
    .searchPageContainer button:before {
      margin: 0;
      font-weight: normal;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 24px;
      display: block;
      font-family: 'FontAwesome';
      content: '\f002'; }

.numberSearchResults {
  font-size: 1rem;
  margin: 40px 0;
  padding: 20px;
  background-color: #eee; }

.searchListingPage .button.newSearch,
.searchListingPage aside.postAside {
  display: none; }

select#orderResults {
  width: 200px; }

.searchFilterWrapper {
  margin: 40px 0 0 0;
  font-size: 0.85em; }
  .searchFilterWrapper .moduleFilterContent {
    display: inline-block;
    width: 66%;
    vertical-align: top; }
  .searchFilterWrapper .searchOrderContent {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-top: 0; }
  .searchFilterWrapper h2 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0; }

.listing .searchResultsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .listing .searchResultsArea:after {
    content: "";
    display: table;
    clear: both; }
  .listing .searchResultsArea #resultsCount {
    width: 100%; }
  .listing .searchResultsArea .listedPost,
  .listing .searchResultsArea .listedPost:not(.listedFundraiser) {
    border: 0;
    border-top: 1px solid #E1E1E1;
    padding: 8px 0;
    background-color: transparent;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0; }
    .listing .searchResultsArea .listedPost .postFooterWrapper,
    .listing .searchResultsArea .listedPost:not(.listedFundraiser) .postFooterWrapper {
      display: none; }
    .listing .searchResultsArea .listedPost .postDetails > *:empty,
    .listing .searchResultsArea .listedPost:not(.listedFundraiser) .postDetails > *:empty {
      display: none; }
    .listing .searchResultsArea .listedPost .associatedFooter,
    .listing .searchResultsArea .listedPost img,
    .listing .searchResultsArea .listedPost:not(.listedFundraiser) .associatedFooter,
    .listing .searchResultsArea .listedPost:not(.listedFundraiser) img {
      display: none; }
    .listing .searchResultsArea .listedPost p,
    .listing .searchResultsArea .listedPost:not(.listedFundraiser) p {
      margin-bottom: 0;
      display: block; }
      .listing .searchResultsArea .listedPost p span.readMore,
      .listing .searchResultsArea .listedPost:not(.listedFundraiser) p span.readMore {
        display: none; }
    .listing .searchResultsArea .listedPost:after,
    .listing .searchResultsArea .listedPost:not(.listedFundraiser):after {
      content: "";
      display: table;
      clear: both; }
    .listing .searchResultsArea .listedPost:hover h2 a,
    .listing .searchResultsArea .listedPost:not(.listedFundraiser):hover h2 a {
      border-bottom-color: transparent; }
    .listing .searchResultsArea .listedPost h2,
    .listing .searchResultsArea .listedPost:not(.listedFundraiser) h2 {
      font-size: 1rem; }
      .listing .searchResultsArea .listedPost h2 a:hover,
      .listing .searchResultsArea .listedPost:not(.listedFundraiser) h2 a:hover {
        border-bottom-color: #594A7C; }

@media (max-width: 768px) {
  .searchListingIntro {
    padding-bottom: 20px; }
  .searchPageContainer input {
    width: 75%; }
  .searchPageContainer button {
    margin-right: 0; }
  .searchFilterWrapper .moduleFilterContent,
  .searchFilterWrapper .searchOrderContent {
    display: block;
    width: 100%; }
  .searchFilterWrapper .searchOrderContent {
    margin-top: 10px; } }

.blogsListingPage .listContent > h1 {
  width: 100%;
  margin-bottom: 40px; }

.blogsListingPage .listContent .listedPost .blogDetails {
  display: none; }

a.menuMainAlt {
  font-weight: 700;
  text-transform: uppercase; }
  a.menuMainAlt:before {
    font-weight: normal; }
  @media (max-width: 1200px) {
    a.menuMainAlt {
      display: block; } }

#siteSearch {
  -webkit-appearance: none; }

.content.appealActions,
.postAside {
  padding: 0;
  margin-bottom: 20px; }
  .content.appealActions .appeals a.button,
  .postAside .appeals a.button {
    margin-bottom: 5px; }

.associated .readMore {
  display: none; }

.associated .postFooterWrapper {
  display: none; }

ul.associatedListing li {
  display: none;
  border-bottom: 1px solid #E1E1E1; }
  ul.associatedListing li:nth-child(-n+5) {
    display: block; }
  ul.associatedListing li img {
    display: none; }

ul.associatedListing h3 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0; }

.associatedBox {
  padding: 0;
  background-color: transparent; }

.associatedAppeal .featureFooter {
  font-size: 1rem;
  border: none;
  padding: 0; }
  .associatedAppeal .featureFooter > *:not(.button) {
    display: none; }
  .associatedAppeal .featureFooter .button {
    margin: 0 8px 8px 0; }

.associatedTagCloud {
  display: none; }

@media (max-width: 768px) {
  .content.appealActions,
  .postAside {
    padding: 0;
    margin-top: 40px; } }

table.flexTable {
  margin: 20px 0;
  width: 100% !important;
  height: auto !important; }
  table.flexTable tbody {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  table.flexTable tr {
    width: auto !important;
    height: auto !important;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  table.flexTable tr:nth-child(odd) {
    background-color: transparent; }
  table.flexTable td {
    width: auto !important;
    height: auto !important; }
  table.flexTable h1, table.flexTable h2, table.flexTable h3, table.flexTable h4, table.flexTable h5, table.flexTable h6 {
    margin-top: 0px; }

table.flexTable--central tbody {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.mainLogo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("/small-charity/clients/thesurvivorstrust/assets/logo.png");
  width: 300px;
  height: 113px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .mainLogo {
      background-image: url("/small-charity/clients/thesurvivorstrust/assets/logo_retina.png"); } }
  @media (max-width: 1200px) {
    .mainLogo {
      width: 225px;
      height: 84.75px; } }
  @media (max-width: 768px) {
    .mainLogo {
      width: 150px;
      height: 56.5px;
      max-width: calc(100% - 150px); } }

.menuAdminLogin {
  display: none !important; }

.appealsPostBody .mainCallToAction a.cta-button.cta-donate:not(.persist),
body.donate .mainCallToAction a.cta-button.cta-donate:not(.persist) {
  display: none; }

@media (max-width: 768px) {
  .pageFooter img {
    max-width: 100%;
    height: auto; } }

.contentBlockWrapper.appealActionsWrapper, .appealActionsWrapper {
  height: 0; }
  .contentBlockWrapper.appealActionsWrapper .contentBlock, .appealActionsWrapper .contentBlock {
    width: auto;
    height: 0; }
  .contentBlockWrapper.appealActionsWrapper .appealActions, .appealActionsWrapper .appealActions {
    max-width: 100%;
    margin: 20px 0 40px 0; }
    .contentBlockWrapper.appealActionsWrapper .appealActions a.button,
    .contentBlockWrapper.appealActionsWrapper .appealActions a.button:link, .appealActionsWrapper .appealActions a.button,
    .appealActionsWrapper .appealActions a.button:link {
      width: 100%;
      margin: 0 0 5px 0; }

.topFundraisersWrapper {
  display: none;
  margin-top: 20px;
  font-size: 1rem;
  margin-bottom: 20px; }
  .topFundraisersWrapper ol {
    padding-left: 0; }
    .topFundraisersWrapper ol li {
      width: 49%;
      display: inline-block; }

.appealWidgets .findAFundraiserWidget {
  display: none; }
  .appealWidgets .findAFundraiserWidget .fundraiserProfilePics li {
    float: none;
    display: inline-block;
    margin: 0 10px 10px 0; }

.appealFooter .totaliserPanel {
  display: none; }

.appealInteractions {
  margin-top: 32px; }

.listedAppeal {
  border-bottom: 0; }
  .listedAppeal h2 {
    margin-top: 0;
    font-size: 24px; }
  .listedAppeal .totaliserFigure {
    font-size: 18px; }
  .listedAppeal .topFundraisersWrapper ol li {
    width: 100%; }

.donorsList {
  margin-top: 40px;
  margin-bottom: 80px; }
  .donorsList h2, .donorsList > span {
    display: inline;
    font-size: 1.25rem; }
  .donorsList span {
    float: none;
    width: auto;
    margin: 0;
    padding-left: 10px; }
  .donorsList img {
    margin: 0; }
  .donorsList ul:after {
    content: "";
    display: table;
    clear: both; }
  .donorsList ul li {
    display: none;
    width: 25%;
    margin: 20px 0 0 0;
    padding: 20px 40px 0 0;
    border-top: 1px solid #E1E1E1; }
    .donorsList ul li:last-child {
      border-right: 0; }
    .donorsList ul li:nth-child(-n+4) {
      display: block; }
    @media (max-width: 1024px) {
      .donorsList ul li {
        width: 100%;
        padding-right: 0; } }
  .donorsList .donorDetails {
    float: right;
    width: calc(100% - 60px);
    padding-left: 20px; }
    .donorsList .donorDetails span {
      padding: 0;
      display: block;
      font-size: 1.25rem; }
    .donorsList .donorDetails h3, .donorsList .donorDetails h4 {
      margin-top: 10px;
      font-size: 0.85rem;
      font-weight: inherit; }
    .donorsList .donorDetails h4 {
      text-transform: uppercase; }

@media (max-width: 768px) {
  .appealPostPage .contentBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .appealPostPage .contentBlock .postAside {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .appealPostPage .contentBlock .appealContent {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .contentBlockWrapper.appealActionsWrapper, .appealActionsWrapper {
    height: auto; }
    .contentBlockWrapper.appealActionsWrapper .contentBlock, .appealActionsWrapper .contentBlock {
      height: auto; }
    .contentBlockWrapper.appealActionsWrapper .appealActions, .appealActionsWrapper .appealActions {
      margin: 20px 0;
      text-align: center; }
      .contentBlockWrapper.appealActionsWrapper .appealActions a.button,
      .contentBlockWrapper.appealActionsWrapper .appealActions a.button:link, .appealActionsWrapper .appealActions a.button,
      .appealActionsWrapper .appealActions a.button:link {
        width: calc(50% - 20px);
        margin: 0 5px; } }

@media (max-width: 480px) {
  .contentBlockWrapper.appealActionsWrapper .appealActions, .appealActionsWrapper .appealActions {
    margin: 0; }
    .contentBlockWrapper.appealActionsWrapper .appealActions a.button,
    .contentBlockWrapper.appealActionsWrapper .appealActions a.button:link, .appealActionsWrapper .appealActions a.button,
    .appealActionsWrapper .appealActions a.button:link {
      width: 100%;
      margin: 0 0 5px 0; } }

body.donate .formWrapper {
  max-width: none;
  padding: 0; }
  body.donate .formWrapper .carousel,
  body.donate .formWrapper .headerText,
  body.donate .formWrapper .contentBlockWrapper {
    padding: 0;
    /* remove padding on these elements as padding is applied to formWrapper in scaffolding.scss */ }
  body.donate .formWrapper .headerText {
    padding-left: 20px;
    padding-right: 20px; }

.donationForm {
  max-width: 100%;
  width: 100%;
  margin: 40px auto;
  padding-left: 20px;
  padding-right: 20px; }
  .donationForm .supportedAppeal,
  .donationForm .appealTotaliser {
    width: 260px;
    padding: 0;
    margin: 30px 0 0; }
    .donationForm .supportedAppeal img,
    .donationForm .appealTotaliser img {
      display: none; }
    .donationForm .supportedAppeal .totaliserPanel .raisedWrapper,
    .donationForm .supportedAppeal .totaliserPanel .targetWrapper,
    .donationForm .appealTotaliser .totaliserPanel .raisedWrapper,
    .donationForm .appealTotaliser .totaliserPanel .targetWrapper {
      width: calc(100% - 80px); }
    .donationForm .supportedAppeal .raisedWrapper,
    .donationForm .appealTotaliser .raisedWrapper {
      margin-top: 0;
      margin-bottom: 15px; }
  .donationForm:after {
    content: "";
    display: table;
    clear: both; }

.donationFormItems {
  width: calc(100% - 260px);
  max-width: none;
  margin: 0 0 50px;
  padding-right: 80px; }

.donationAmount input[type="radio"] {
  margin-right: 30px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  line-height: 1; }

.donationAmount .checkboxRadio {
  display: block; }

.donationAmount .donationAmountFigure {
  min-width: 160px;
  padding: 0 20px;
  font-size: 2rem;
  text-align: center;
  border-right: 1px solid #fff; }

.donationAmount span.donationAmountDescription {
  width: calc(100% - 320px);
  display: inline-block; }

.donationAmount.donationAmountOther .donationAmountFigure {
  float: left;
  width: 100%; }

.donationAmount.donationAmountOther input#donationAmountOther {
  margin: 0 0 0 20px; }

.donationFrequency {
  background-color: #f3f3f3;
  padding: 20px; }
  .donationFrequency label {
    font-size: 2rem;
    width: auto;
    text-align: left; }
  .donationFrequency input#monthly {
    float: right;
    margin: 5px; }
  .donationFrequency .regularPayment {
    margin-top: 5px; }

.donationAmount.donationSelected,
.donationFrequency.frequencySelected {
  background-color: #594A7C;
  color: #fff; }

.formQuestion.donationDate select,
.formQuestion.donationPeriod select {
  width: 100%; }

.donationGiftAid .checkboxRadio {
  margin: 0;
  padding: 75px 0 30px 50px;
  display: block;
  width: 100%; }

.donationGiftAid input {
  margin: 2px 0 0;
  float: left; }

.donationGiftAid .giftAidStatement {
  margin: 0 0 30px 30px;
  font-size: 0.85rem; }

.signInWrapper {
  padding: 20px;
  position: relative; }
  .signInWrapper h2 {
    margin-top: 0;
    margin-bottom: 20px; }
  .signInWrapper p {
    float: none;
    margin: 0; }
  .signInWrapper a.expand,
  .signInWrapper a.expand:link {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 20px 0 0;
    background-color: #594A7C;
    color: white; }
  .signInWrapper .signInArea .signInForm {
    margin: 0;
    padding: 0; }

.termsConditionsDetails {
  background-color: transparent;
  font-size: 1rem;
  padding: 20px 0; }

@media only screen and (max-width: 768px) {
  .donationForm .appealTotaliser,
  .donationForm .supportedAppeal {
    display: none; }
  .donationForm .supportedAppeal img {
    display: block;
    margin: 0 auto; }
  .donationFormItems {
    width: 100%;
    padding: 0; }
  .donationAmount {
    text-align: center;
    padding: 20px; }
    .donationAmount input[type="radio"] {
      margin: 0;
      position: relative;
      top: auto; }
    .donationAmount .donationAmountFigure,
    .donationAmount span.donationAmountDescription,
    .donationAmount .donationAmountThumbnail,
    .donationAmount .donationAmountOther {
      width: 100%;
      margin: 10px 0;
      padding: 0;
      text-align: center;
      border: 0; }
    .donationAmount .donationAmountFigure {
      font-size: 1.4rem; }
    .donationAmount.donationAmountOther label {
      width: 100%;
      float: none; }
      .donationAmount.donationAmountOther label strong {
        text-align: center; }
    .donationAmount.donationAmountOther input#donationAmountOther {
      margin: 0;
      width: 90%; }
  .donationFrequency label {
    width: 80%;
    font-size: 1.4rem; }
  a.facebookPopulate,
  a.signIn {
    width: 100%;
    margin: 5px 0 0; } }

@media only screen and (max-width: 540px) {
  .donationForm .formQuestion .checkboxRadio,
  .donationForm .formQuestion .checkboxRadio span,
  .donationForm .formQuestion span span {
    margin-right: 0; }
  .cardEndDate input {
    max-width: 100px; }
  .giftAidStatement {
    float: none;
    width: auto; } }

.listing .listedEvent {
  height: auto; }
  .listing .listedEvent .listedPostText {
    height: auto; }
    .listing .listedEvent .listedPostText p {
      margin-bottom: 0; }
  .listing .listedEvent .postFooterWrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0 1.5rem; }
    .listing .listedEvent .postFooterWrapper .postFooter {
      margin: 0; }
      .listing .listedEvent .postFooterWrapper .postFooter:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
    .listing .listedEvent .postFooterWrapper time span:last-of-type {
      display: none; }
    .listing .listedEvent .postFooterWrapper p.associatedStartDate {
      display: block; }
      .listing .listedEvent .postFooterWrapper p.associatedStartDate strong {
        width: 16px;
        height: 21px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        overflow: hidden;
        margin-right: 5px; }
        .listing .listedEvent .postFooterWrapper p.associatedStartDate strong:before {
          width: 20px;
          height: 20px;
          font-family: 'FontAwesome';
          content: '\f073';
          font-size: 1rem;
          display: block; }
    .listing .listedEvent .postFooterWrapper p {
      margin-right: 0;
      font-weight: 700; }
      .listing .listedEvent .postFooterWrapper p:before,
      .listing .listedEvent .postFooterWrapper p strong:before {
        font-weight: normal; }
    .listing .listedEvent .postFooterWrapper .relatedWrapper, .listing .listedEvent .postFooterWrapper .publishDetailsWrapper {
      display: none; }

.eventContent table td {
  padding: 10px; }

.eventContent table input[type="text"] {
  margin-top: 0; }

.eventContent table.itemColumn {
  width: 40%; }

.eventContent table h3 {
  margin-top: 0; }

.eventContent thead {
  color: rgba(94, 94, 94, 0.5); }

h3.itemName {
  font-size: 1rem; }

.itemColumn {
  width: 40%; }

.quantityColumn {
  min-width: 130px; }

a.mapLink {
  margin-top: 5px; }

.eventDetails img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1024px) {
  .itemColumn {
    width: 20%; } }

@media (max-width: 768px) {
  a.mapLink,
  a.addToCalender,
  a.eventBookingBtn {
    width: 100%;
    margin-right: 0;
    text-align: center; } }

@media (max-width: 540px) {
  .priceColumn .price,
  .eventPostPage .itemName {
    font-size: 1em; }
  .quantityColumn input {
    width: 40%;
    padding-left: 0;
    padding-right: 0; } }

.newsListingPage .listedPost .postFooterWrapper {
  display: none;
  margin: 0; }

.newsListingPage .listedPost .postFooter {
  margin: 0; }

.newsListingPage .listedPost .publishDetailsWrapper {
  display: block; }
  .newsListingPage .listedPost .publishDetailsWrapper p {
    display: none; }

.newsListingPage .listedPost p.publishDatesWrapper {
  display: block;
  font-weight: 700; }
  .newsListingPage .listedPost p.publishDatesWrapper strong {
    width: 17px;
    height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin-right: 5px; }
    .newsListingPage .listedPost p.publishDatesWrapper strong:before {
      width: 20px;
      height: 20px;
      font-family: 'FontAwesome';
      content: '\f073';
      font-size: 1rem;
      display: block; }

.departments {
  display: none; }

.shopLandingContent {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .shopLandingContent .postFooterWrapper {
    display: block; }

.productsList .listing .listedPost .postFooterWrapper {
  display: block;
  padding: 0; }

.shopLandingContent .listedPost.listedProduct,
.productList .listedPost.listedProduct {
  margin-left: 0;
  width: calc( 33.33333% - 10.66667px);
  margin-right: 16px;
  float: left;
  display: block;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 0; }
  .shopLandingContent .listedPost.listedProduct:nth-of-type(3n), .shopLandingContent .listedPost.listedProduct:last-child,
  .productList .listedPost.listedProduct:nth-of-type(3n),
  .productList .listedPost.listedProduct:last-child {
    margin-right: 0; }
  .shopLandingContent .listedPost.listedProduct .home-feature-image-link,
  .shopLandingContent .listedPost.listedProduct .listed-post-image-link,
  .productList .listedPost.listedProduct .home-feature-image-link,
  .productList .listedPost.listedProduct .listed-post-image-link {
    width: 100%;
    display: block; }
  .shopLandingContent .listedPost.listedProduct .productBanner,
  .productList .listedPost.listedProduct .productBanner {
    width: 100%;
    float: none; }

.productListOrder {
  margin-bottom: 40px;
  font-size: 1em;
  width: 100%; }

.listedProductText {
  width: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .listedProductText h2 {
    margin-top: 0; }
  .listedProductText .readMore,
  .listedProductText .relatedWrapper {
    display: none; }

.productPostPage {
  margin-top: 100px; }
  .productPostPage .postFooterWrapper {
    margin-top: 40px; }
    .productPostPage .postFooterWrapper .relatedWrapper {
      display: none; }
  .productPostPage .postAside {
    width: 100%;
    float: none;
    padding: 0; }
    .productPostPage .postAside > h3 {
      margin-top: 20px; }
    .productPostPage .postAside .banner {
      display: none; }
    .productPostPage .postAside ul.associatedListing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0; }
      .productPostPage .postAside ul.associatedListing li {
        width: calc((100% - 60px) / 4);
        margin: 0 20px 15px 0; }
        .productPostPage .postAside ul.associatedListing li:nth-child(4n) {
          margin-right: 0; }
        .productPostPage .postAside ul.associatedListing li h3 {
          margin-top: 0;
          font-size: 1em; }
        .productPostPage .postAside ul.associatedListing li .productPrice {
          font-size: 1em; }
    .productPostPage .postAside .associated-listing-description {
      display: none; }
  .productPostPage .productBannerWrapper {
    width: 33.333%; }
    .productPostPage .productBannerWrapper span {
      width: 100%; }
    .productPostPage .productBannerWrapper img {
      width: 100%;
      max-width: 100%; }
  .productPostPage .productBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .productPostPage .productBannerList li {
      margin: 0 10px 10px 0;
      min-width: 50px; }
  .productPostPage .productText {
    width: 66.666%;
    float: right;
    padding-left: 20px; }
  .productPostPage .productReviews {
    clear: both;
    float: left;
    width: 100%; }

.productContentWrapper:after {
  content: "";
  display: table;
  clear: both; }

.formQuestion.productQuantity {
  width: 20%; }

.productActions {
  padding-top: 30px;
  position: relative;
  width: 80%; }

.postFooterWrapper .productFooter {
  font-size: 1em;
  padding: 0;
  border: 0; }
  .postFooterWrapper .productFooter .footerDepartments {
    margin-top: 0; }
  .postFooterWrapper .productFooter .goToCheckout {
    display: none; }

.productFooter {
  position: relative; }

.footerDepartments {
  margin-top: 0; }

.productReviews .formWrapper {
  margin: 0;
  max-width: 100%; }

.productReviews textarea {
  margin-top: 15px; }

.productReviews .postComments .commentForm button.addComment {
  margin-top: 5px; }

.relatedProducts {
  clear: both; }
  .relatedProducts ul.associatedListing li img {
    display: block; }
  .relatedProducts.associated:first-child {
    margin-top: 40px; }

.oneUp {
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 1200px) {
  .productPostPage .postAside ul.associatedListing li {
    width: calc((100% - 20px) / 2); }
    .productPostPage .postAside ul.associatedListing li:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .shopLandingContent,
  .productList {
    width: 100%;
    float: none;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .shopLandingContent .listedPost.listedProduct,
    .productList .listedPost.listedProduct {
      width: 100%;
      float: none;
      display: block; }
  .listedProductText h2 {
    font-size: 24px; }
  .productPostPage {
    margin-top: 20px; }
    .productPostPage .productBannerWrapper {
      padding-right: 0;
      float: none;
      text-align: center;
      width: 100%; }
      .productPostPage .productBannerWrapper .productBannerList li {
        float: none;
        display: inline-block; }
    .productPostPage .productText {
      float: none;
      width: 100%;
      padding-left: 0; }
    .productPostPage .postAside ul li {
      width: 50%; }
      .productPostPage .postAside ul li:nth-child(4n + 1) {
        clear: none; }
      .productPostPage .postAside ul li:nth-child(2n + 1) {
        clear: left; }
  .formQuestion.productQuantity {
    width: 100%;
    max-width: 100px; }
  .productActions {
    width: 100%;
    max-width: calc(100% - 120px); } }

@media screen and (max-width: 480px) {
  .productPostPage .postAside ul.associatedListing li {
    margin-right: 0;
    width: 100%; }
  .formQuestion.productQuantity,
  .productActions {
    width: 100%;
    float: none;
    max-width: 100%; }
  .productActions {
    padding: 0;
    margin-top: 10px; }
    .productActions a.button:link {
      width: 100%;
      margin: 0 0 5px 0; }
  .productFooter a.button:link {
    width: 100%;
    margin-bottom: 5px; } }

.paymentPage {
  margin-bottom: 40px; }
  .paymentPage td {
    padding: 10px 20px; }
  .paymentPage .paymentForm legend,
  .paymentPage table caption h2 {
    text-align: center; }

h3.vat,
h2.total {
  margin: 40px 0;
  text-align: left;
  font-size: 2rem; }

h3.vat {
  color: rgba(94, 94, 94, 0.5); }

.promoCode,
.deliveryAmount {
  margin-top: 40px;
  margin-bottom: 0; }
  .promoCode span,
  .deliveryAmount span {
    font-size: 1rem; }
  .promoCode h3,
  .promoCode label,
  .deliveryAmount h3,
  .deliveryAmount label {
    font-size: 1em;
    font-weight: 400;
    margin: 0; }
  .promoCode .deliveryOptions,
  .deliveryAmount .deliveryOptions {
    width: auto;
    min-width: 300px; }
  .promoCode input,
  .deliveryAmount input {
    width: auto;
    min-width: 150px;
    margin: 0;
    float: right; }
  .promoCode button#applyPromo,
  .deliveryAmount button#applyPromo {
    float: right;
    margin: 0 10px 0 0; }

.registerWrapper,
.paymentFormWrapper {
  margin-top: 40px; }

fieldset.registerForm,
fieldset.delivery {
  border: 2px solid #f3f3f3;
  padding: 20px; }
  fieldset.registerForm legend,
  fieldset.delivery legend {
    text-align: center; }

fieldset#submit-button-wrapper {
  text-align: center; }

.continueShoppingWrapper {
  display: none; }

@media screen and (max-width: 768px) {
  .paymentPage .basket .itemColumn {
    min-width: 140px; }
  .paymentPage .basket .quantityColumn, .paymentPage .basket .priceColumn, .paymentPage .basket .removeColumn {
    min-width: 100px;
    width: 15%; }
  .paymentPage .basket .quantityColumn {
    min-width: 140px; }
  h3.vat,
  h2.total {
    font-size: 1.6rem; }
  .itemThumb {
    float: none;
    margin: 0; }
  .promoCode span,
  .promoCode h3,
  .promoCode label,
  .deliveryAmount span,
  .deliveryAmount h3,
  .deliveryAmount label {
    width: 100%;
    float: none;
    text-align: left; }
  .promoCode .deliveryOptions,
  .deliveryAmount .deliveryOptions {
    width: 100%;
    min-width: 100%;
    float: none; }
  .promoCode input,
  .deliveryAmount input {
    width: 100%;
    margin: 0; }
  .promoCode button#applyPromo,
  .deliveryAmount button#applyPromo {
    width: 100%;
    margin: 5px 0 0; }
  .paymentFormWrapper,
  .paymentEtc {
    padding-right: 0;
    padding-left: 0; }
  button.postcodeLookUpBtn,
  button.addressEnterBtn,
  .registerButtons button.button {
    width: 100%;
    margin: 5px 0 0 0; } }

@media (max-width: 768px) {
  .paymentPage .basket table,
  .eventContent section:not(.contentWrapper) table:not(.flexTable) {
    overflow: visible; }
    .paymentPage .basket table thead,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) thead {
      display: none; }
    .paymentPage .basket table caption,
    .paymentPage .basket table tbody,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) caption,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody {
      width: 100%;
      display: block; }
    .paymentPage .basket table tbody tr,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 1px solid #E1E1E1; }
      .paymentPage .basket table tbody tr:nth-child(odd), .paymentPage .basket table tbody tr:nth-child(even),
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody tr:nth-child(odd),
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody tr:nth-child(even) {
        background-color: transparent; }
    .paymentPage .basket table tbody td,
    .paymentPage .basket table tbody td.removeColumn,
    .paymentPage .basket table tbody td.quantityColumn,
    .paymentPage .basket table tbody td.priceColumn,
    .paymentPage .basket table tbody td.itemColumn,
    .paymentPage .basket table tbody td.enquiryColumn,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.removeColumn,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.quantityColumn,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.priceColumn,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.itemColumn,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.enquiryColumn {
      width: 100%;
      padding-left: 50%;
      position: relative;
      text-align: left;
      min-height: 1rem; }
      .paymentPage .basket table tbody td:before,
      .paymentPage .basket table tbody td.removeColumn:before,
      .paymentPage .basket table tbody td.quantityColumn:before,
      .paymentPage .basket table tbody td.priceColumn:before,
      .paymentPage .basket table tbody td.itemColumn:before,
      .paymentPage .basket table tbody td.enquiryColumn:before,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td:before,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.removeColumn:before,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.quantityColumn:before,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.priceColumn:before,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.itemColumn:before,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.enquiryColumn:before {
        display: block;
        width: calc(50% - 20px);
        position: absolute;
        left: 10px;
        font-weight: bold; }
      .paymentPage .basket table tbody td:after,
      .paymentPage .basket table tbody td.removeColumn:after,
      .paymentPage .basket table tbody td.quantityColumn:after,
      .paymentPage .basket table tbody td.priceColumn:after,
      .paymentPage .basket table tbody td.itemColumn:after,
      .paymentPage .basket table tbody td.enquiryColumn:after,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td:after,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.removeColumn:after,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.quantityColumn:after,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.priceColumn:after,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.itemColumn:after,
      .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody td.enquiryColumn:after {
        width: 1px;
        height: 100%;
        position: absolute;
        right: calc(50% + 20px);
        top: 0;
        background-color: #E1E1E1;
        display: block;
        content: '';
        visibility: visible; }
    .paymentPage .basket table tbody .itemColumn:before,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody .itemColumn:before {
      content: 'Item'; }
    .paymentPage .basket table tbody .quantityColumn:before,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody .quantityColumn:before {
      content: 'Quantity'; }
    .paymentPage .basket table tbody .priceColumn:before,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody .priceColumn:before {
      content: 'Price'; }
    .paymentPage .basket table tbody .enquiryColumn:before,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody .enquiryColumn:before {
      content: 'Enquiry'; }
    .paymentPage .basket table tbody .removeColumn,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) tbody .removeColumn {
      border-bottom: 1px solid #E1E1E1; }
    .paymentPage .basket table td,
    .eventContent section:not(.contentWrapper) table:not(.flexTable) td {
      padding-left: 5px;
      padding-right: 5px; }
  .deliveryAmount label {
    display: none; } }

.fundraiserListingPage .fundraiserSearchResults {
  float: left;
  width: 100%; }
  .fundraiserListingPage .fundraiserSearchResults .listContent {
    float: none;
    width: 100%;
    padding: 0; }

.fundraiserListingPage .postAside {
  display: none; }

.fundraiserSearchResults {
  width: 100%; }
  .fundraiserSearchResults .listedFundraiser {
    margin: 0 2.5% 2.5% 0;
    width: calc((100% - (2.5% * 3)) / 4);
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0; }
    .fundraiserSearchResults .listedFundraiser:nth-child(4n) {
      margin-right: 0; }
    .fundraiserSearchResults .listedFundraiser img {
      margin-right: 0;
      float: none; }
    .fundraiserSearchResults .listedFundraiser .postFooterWrapper,
    .fundraiserSearchResults .listedFundraiser h3 {
      display: none; }

.findAFundraiser {
  max-width: 100%;
  padding: 0 20px;
  margin-top: 60px; }
  .findAFundraiser legend {
    border-bottom: 0; }
  .findAFundraiser .findAFundraiserEvent {
    margin-left: 0;
    padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .findAFundraiser .formQuestion {
      float: none;
      width: 100%; }
      .findAFundraiser .formQuestion.findAFundraiserEvent {
        padding-left: 0; } }

#uploadifive-uploadifiveucFile,
.uploadifive-button.commentAddImage {
  background-color: #594A7C !important;
  margin: 10px 0;
  color: white !important; }
  @media (max-width: 480px) {
    #uploadifive-uploadifiveucFile,
    .uploadifive-button.commentAddImage {
      width: 100% !important;
      margin: 10px 0; } }

.fundraiserBannerHint {
  clear: both;
  margin: 10px 0 20px 0;
  font-size: 0.8em; }

.fundraiserPostPage .contentBlockWrapper.appealActionsWrapper {
  height: auto;
  margin-bottom: 40px; }

.fundraiserPostPage .appealCommentsWrapper .formWrapper,
.fundraiserPostPage .tabsWrapper {
  display: none; }

.fundraiserPostPage .postComments,
.fundraiserPostPage ul.commentsList {
  border: 0; }

.fundraiserPostPage ul.commentsList li.commentDonation:first-child {
  border-top: 1px solid #E1E1E1;
  padding-top: 20px; }

#fundraiser-create-form .registerForm {
  margin: 40px 0;
  padding: 0; }
  #fundraiser-create-form .registerForm legend {
    background-color: #f3f3f3;
    padding: 10px 20px; }

.fundraiserDashWrapper .accordianBody {
  padding: 20px; }

.fundraiserDashWrapper .shareList {
  padding-left: 0; }

@media (max-width: 768px) {
  .fundraiserSearchResults .listedFundraiser {
    width: calc((100% - 2.5%) / 2); }
    .fundraiserSearchResults .listedFundraiser:nth-child(2n) {
      margin-right: 0; }
  .fundraiserPostPage .contentBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fundraiserPostPage .contentBlock .postAside {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .fundraiserPostPage .contentBlock .fundraiserContent {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

@media (max-width: 480px) {
  .fundraiserSearchResults .listedFundraiser {
    width: 100%;
    margin: 0 0 20px 0; } }

html, button, body, legend {
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-family: "Century Gothic W01 Bold", "Calibri", sans-serif;
  color: #222222; }
  h1 a:hover, h1 a:link:hover, h1 a:visited:hover, h2 a:hover, h2 a:link:hover, h2 a:visited:hover, h3 a:hover, h3 a:link:hover, h3 a:visited:hover, h4 a:hover, h4 a:link:hover, h4 a:visited:hover, h5 a:hover, h5 a:link:hover, h5 a:visited:hover, h6 a:hover, h6 a:link:hover, h6 a:visited:hover {
    text-decoration: none; }

h1 {
  font-size: 34px;
  font-size: 2rem; }

h2 {
  font-size: 30px;
  font-size: 1.76rem; }

h3 {
  font-size: 26px;
  font-size: 1.53rem; }

h4 {
  font-size: 23px;
  font-size: 1.35rem; }

h5 {
  font-size: 20px;
  font-size: 1.17rem; }

h6 {
  font-size: 14px;
  font-size: 0.85rem; }

p {
  margin: 0 0 1rem 0;
  font-size: 16px;
  font-size: 1rem; }

blockquote {
  margin: 2.5em auto;
  padding: 0;
  background-color: transparent;
  color: #594A7C;
  font-size: 1.53em;
  font-weight: 700; }
  blockquote p,
  blockquote ul,
  blockquote ol {
    font-size: inherit;
    font-weight: 700;
    color: inherit; }
  blockquote cite {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 1rem; }

@media (min-width: 1201px) {
  .pageHeader .headerContent,
  .homeIntroWrapper,
  .homeFeatures,
  .homeFeeds,
  .headerText,
  .contentBlockWrapper:not(.paymentFormWrapper),
  .searchListingIntro,
  .menuSub ul,
  .signInForm,
  .registerForm,
  .customForm,
  .passwordForm,
  #pnlCustom404,
  .formWrapper,
  .contentBlockWrapper.appealActionsWrapper,
  .appealActionsWrapper,
  .pageFooter,
  .donorsList,
  .findAFundraiser,
  .tabsWrapper .tabs,
  .postAside.officeFeedWrapper {
    padding-left: 40px;
    padding-right: 40px; }
  .registerForm {
    max-width: 1230px; } }

.button,
a.button:link,
a.button:visited,
.commentAddImage,
button,
#totaliserActions .buttonDonate,
#totaliserActions .buttonFundraise,
.commentAddImage,
.button.ghostContinue,
.readMore,
a.addToCalender,
.post_collapseReadMore a,
.listedFilters a.filter,
.appliedFilters span.filter,
.groupedFilters .filter,
a.cta-button {
  background-color: #594A7C;
  color: white;
  font-size: .88em;
  line-height: 1.2;
  padding: 0.85em 2em;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .button:hover,
  a.button:link:hover,
  a.button:visited:hover,
  .commentAddImage:hover,
  button:hover,
  #totaliserActions .buttonDonate:hover,
  #totaliserActions .buttonFundraise:hover,
  .commentAddImage:hover,
  .button.ghostContinue:hover,
  .readMore:hover,
  a.addToCalender:hover,
  .post_collapseReadMore a:hover,
  .listedFilters a.filter:hover,
  .appliedFilters span.filter:hover,
  .groupedFilters .filter:hover,
  a.cta-button:hover {
    background-color: #42375c;
    color: white;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

button.donate,
a.button.donate,
a.button.donateBtn,
a.cta-button.cta-donate,
#totaliserActions .buttonDonate {
  background-color: #594A7C;
  color: white; }
  button.donate:hover,
  a.button.donate:hover,
  a.button.donateBtn:hover,
  a.cta-button.cta-donate:hover,
  #totaliserActions .buttonDonate:hover {
    background-color: #42375c; }

span.readMore a {
  color: white; }

.headerContent .mainCallToAction a.cta-button:not(:last-of-type) {
  background-color: #209B87;
  color: white; }
  .headerContent .mainCallToAction a.cta-button:not(:last-of-type):hover {
    background-color: #177162; }

a.buttonIcon:link, a.buttonIcon:visited,
a.remove, a.remove:link {
  background-color: #594A7C;
  color: white; }
  a.buttonIcon:link:hover, a.buttonIcon:visited:hover,
  a.remove:hover, a.remove:link:hover {
    background-color: #594A7C;
    color: white; }

@media screen and (max-width: 992px) {
  a.buttonIcon:link.increaseQuantity, a.buttonIcon:link.decreaseQuantity {
    color: #594A7C; }
    a.buttonIcon:link.increaseQuantity:hover, a.buttonIcon:link.decreaseQuantity:hover {
      color: #594A7C; } }

.carousel {
  overflow: hidden;
  position: relative;
  padding: 0; }

.carouselDetailWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0;
  top: 0;
  max-width: 100%;
  left: 0; }

.carouselSlideDetail {
  width: 100%;
  padding: 8% 6% 0;
  position: absolute;
  margin: 0;
  font-size: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40%;
  min-width: 500px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  right: 0;
  left: auto; }
  .carouselSlideDetail p,
  .carouselSlideDetail .totaliserFigure,
  .carouselSlideDetail .totaliserLabel {
    color: #fff; }

h2.carouselSlideHeading,
p.carouselSlideSummary {
  text-align: left; }

h2.carouselSlideHeading {
  margin-top: 0;
  font-size: 2.29em;
  color: #fff; }
  h2.carouselSlideHeading a,
  h2.carouselSlideHeading a:link,
  h2.carouselSlideHeading a:visited {
    color: inherit; }

p.carouselSlideSummary {
  margin-bottom: 0;
  font-size: 1.41em; }

.carouselSlideReadMore {
  font-size: .875rem;
  margin-top: 15px;
  display: none; }

.carouselSlides {
  background-color: #222222; }

.carouselSlide {
  display: block;
  opacity: 1;
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  max-height: none; }
  .carouselSlide.hidden {
    opacity: 0.7;
    display: block !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; }

.carouselSlideTitle {
  display: block; }

.showsVideo:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 30%;
  margin: 0 auto;
  right: auto;
  margin: 0;
  left: 30%; }

.containsVideo iframe {
  border: 0; }

.containsVideo .embed-container {
  z-index: 1; }

.containsVideo .carouselSlideDetail {
  z-index: 2; }

section.carousel.carouselImageSingle:not(.hasCaption) .showsVideo:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto; }

.carousel .totaliserFigure,
.carousel .totaliserLabel {
  color: #fff; }

.carousel .totaliserPanel {
  display: none; }

.carousel #totaliserActions {
  text-align: left; }
  .carousel #totaliserActions .buttonFundraise,
  .carousel #totaliserActions .buttonDonate {
    float: none;
    margin: 20px 5px 0 5px; }
    @media screen and (max-width: 1200px) {
      .carousel #totaliserActions .buttonFundraise,
      .carousel #totaliserActions .buttonDonate {
        width: 100%;
        margin: 10px 5px 0 5px; } }

@media screen and (max-width: 1000px) {
  .carousel ul {
    /* overwrite bf */
    margin-top: 0; } }

@media (min-width: 1201px) and (max-width: 1320px) {
  p.carouselSlideSummary {
    font-size: 1.2em; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .carouselImageMultiple.hasCaption .carouselSlideDetail {
    padding-bottom: 60px; } }

@media screen and (max-width: 1200px) {
  .carouselDetailWrapper {
    position: relative;
    padding: 0; }
  .carouselSlideDetail {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    background-color: #594A7C;
    padding: 30px;
    left: 0;
    bottom: 0;
    top: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    font-size: 0.85em; }
    .carouselSlideDetail h2.carouselSlideHeading,
    .carouselSlideDetail p.carouselSlideSummary,
    .carouselSlideDetail .totaliserFigure,
    .carouselSlideDetail .totaliserLabel {
      color: white; }
  .carousel #totaliserActions .buttonFundraise {
    background-color: #42375c; }
  .carousel #totaliserActions .buttonDonate {
    background-color: #42375c; }
  .carouselSlideReadMore {
    display: none; }
  .showsVideo {
    position: relative; }
    .showsVideo:before {
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

.carousel:hover ul.carouselControls {
  opacity: 1; }

ul.carouselControls {
  padding: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out; }
  ul.carouselControls li a {
    color: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto; }
    ul.carouselControls li a:before {
      line-height: 40px;
      font-size: 40px;
      height: 40px;
      font-family: 'FontAwesome'; }
    ul.carouselControls li a:hover {
      color: #fff; }
      ul.carouselControls li a:hover:before {
        color: inherit; }

.carouselControlPrev {
  left: 20px; }
  .carouselControlPrev:before {
    content: '\f053'; }

.carouselControlNext {
  right: 20px; }
  .carouselControlNext:before {
    content: '\f054'; }

ul.carouselControls {
  display: block; }

ul.carouselButtons {
  text-align: center;
  background-color: transparent;
  position: absolute;
  bottom: 20px; }
  ul.carouselButtons li {
    display: inline-block;
    border: 0;
    padding: 0;
    float: none;
    width: auto;
    background-color: transparent;
    margin: 0 5px; }
    ul.carouselButtons li.activeSlide {
      border-bottom: 0; }
      ul.carouselButtons li.activeSlide a.button {
        background-color: #fff; }
    ul.carouselButtons li a.button {
      width: 15px;
      height: 15px;
      background-color: rgba(34, 34, 34, 0.6);
      display: block;
      overflow: hidden;
      padding: 0;
      text-indent: 40px;
      margin: 0; }
      ul.carouselButtons li a.button:hover {
        background-color: #fff; }

ul.carouselButtons {
  display: block; }

@media screen and (max-width: 1200px) {
  ul.carouselControls {
    display: block;
    opacity: 1; }
    ul.carouselControls li a {
      margin-top: 0;
      top: 20px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      bottom: auto; } }

@media (max-width: 768px) {
  .carousel ul.carouselButtons {
    display: none; } }

.showsVideo {
  height: 100%;
  width: 100%;
  display: block; }
  .showsVideo:before {
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    z-index: 1;
    font-family: 'FontAwesome';
    background-color: transparent;
    border-radius: 0;
    font-size: 100px;
    content: '\f144'; }
    @media screen and (max-width: 480px) {
      .showsVideo:before {
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px; } }

.videoPopUpWrapper {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .videoPopUpWrapper {
      width: 640px;
      height: 360px; } }
  @media (max-width: 768px) {
    .videoPopUpWrapper {
      width: 500px;
      height: 281px; } }
  @media (max-width: 540px) {
    .videoPopUpWrapper {
      width: 420px;
      height: 236px; } }
  @media (max-width: 480px) {
    .videoPopUpWrapper {
      width: 300px;
      height: 169px;
      padding: 10px; } }
  @media (max-width: 360px) {
    .videoPopUpWrapper {
      width: 280px;
      height: 158px; } }

.videoPopupClose {
  top: -10px;
  right: -10px; }
  .videoPopupClose:hover {
    text-decoration: none;
    background-color: #594A7C;
    color: #fff; }
    .videoPopupClose:hover:before {
      color: white; }
  .videoPopupClose:before {
    font-family: 'FontAwesome';
    content: '\f00d';
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    font-weight: 400;
    margin: 0; }
  @media (max-width: 540px) {
    .videoPopupClose {
      top: -10px;
      right: -10px; } }

.faqListingPage .listContent {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }

.accordianHeaderText h2 {
  font-size: 1.41em;
  font-weight: 700; }
  .accordianHeaderText h2 a {
    color: #222222; }

.tabbedListing {
  padding-left: 0px;
  padding-right: 0px; }

.tab {
  margin: 0 8px;
  font-weight: 700; }

.tabsWrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tabsWrapper .tabs .tab {
    float: none; }

.tabsWrapper .tabs li a {
  border-bottom: 5px solid #E1E1E1;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

@media (max-width: 360px) {
  .tab {
    font-size: .85em; } }

.totaliserPanel, .appealTotaliser {
  display: block;
  color: inherit; }
  .totaliserPanel .raisedWrapper, .totaliserPanel .targetWrapper, .appealTotaliser .raisedWrapper, .appealTotaliser .targetWrapper {
    width: 50%; }

.totaliserBG {
  border-radius: 2px;
  overflow: hidden;
  background-color: #F7F7F7;
  height: 140px;
  width: 60px; }

.totaliserDone {
  background-color: #594A7C; }

.totaliserFigure {
  margin-top: 0; }

#totaliserActions {
  display: block; }
  #totaliserActions:after {
    content: "";
    display: table;
    clear: both; }

.appealTotaliser {
  margin-bottom: 40px; }

.raisedWrapper, .targetWrapper {
  margin-bottom: 0;
  float: left; }

.totaliserLabel {
  font-size: .88em;
  color: rgba(94, 94, 94, 0.75); }

.totaliserFigure {
  font-size: 1.17em;
  font-weight: 700;
  color: #5E5E5E; }

.raisedWrapper {
  margin-top: 10px; }

.carousel .totaliserGivingPanel {
  display: none; }

#totaliserActions .buttonDonate {
  float: left;
  margin: 20px 10px 0 0; }

#totaliserActions .buttonFundraise {
  margin: 20px 0 0 0; }

@media (max-width: 1000px) {
  .totaliserPanel {
    width: 100%;
    margin-top: 0;
    float: none; } }

@media (max-width: 768px) {
  #totaliserActions {
    text-align: center; } }

.totaliserDone {
  -webkit-animation: totaliser-grow 5s ease-out 1;
          animation: totaliser-grow 5s ease-out 1; }

@keyframes totaliser-grow {
  0% {
    height: 0; } }

body:not(.homepage) .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountThumbnail,
body:not(.homepage) .quickGivingPanel .selectDonationAmount .donationAmount img {
  display: none; }

.yourDonation {
  position: relative; }

@media (min-width: 769px) {
  .yourDonationHeader {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.headerText {
  margin: 0 auto 20px;
  text-align: center; }
  .headerText h1 {
    font-size: 1.76em;
    font-weight: 700;
    margin: 40px 0 30px 0; }

article.post .headerText {
  max-width: 940px;
  border-bottom: 1px dotted #E1E1E1; }

.postContent {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  width: 100%;
  max-width: 940px; }
  .postContent blockquote:before {
    display: none; }

.appealActions {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 16px; }

.postFooterWrapper {
  clear: both; }
  .postFooterWrapper .postFooter {
    padding: 0;
    border: 0;
    font-size: 1rem; }
  .postFooterWrapper .publishDetailsWrapper {
    margin-top: 0; }
    .postFooterWrapper .publishDetailsWrapper:after {
      content: '';
      display: block;
      clear: both;
      visibility: hidden; }
  .postFooterWrapper p {
    font-size: 1rem;
    display: inline-block;
    float: none;
    margin: 0 20px 10px 0; }
  .postFooterWrapper .shareWrapper,
  .postFooterWrapper .relatedWrapper {
    margin-top: 40px; }
    .postFooterWrapper .shareWrapper ul.relatedList,
    .postFooterWrapper .relatedWrapper ul.relatedList {
      padding-left: 0;
      display: inline; }
  .postFooterWrapper p.associatedStartDate,
  .postFooterWrapper p.associatedEndDate,
  .postFooterWrapper .publishDetailsWrapper,
  .postFooterWrapper .locationDetails,
  .postFooterWrapper .relatedWrapper {
    display: none; }

.shareWrapper {
  text-align: left;
  font-size: 18px;
  padding-top: 30px;
  border-top: 1px dotted #E1E1E1; }
  .shareWrapper ul.shareList {
    margin-top: 10px; }
    .shareWrapper ul.shareList li {
      float: none; }
      .shareWrapper ul.shareList li a {
        background-color: transparent;
        border: 1px solid #E1E1E1;
        border-radius: 2px;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        .shareWrapper ul.shareList li a:before {
          color: #5E5E5E; }
        .shareWrapper ul.shareList li a:hover {
          border-color: #594A7C; }
          .shareWrapper ul.shareList li a:hover:before {
            color: #594A7C; }
      .shareWrapper ul.shareList li a.shareEmail:before {
        background-color: transparent; }

.postContent img,
.listingIntro img,
.accordianBody img {
  max-width: 100%;
  height: auto; }

.postContent iframe,
.listingIntro iframe,
.accordianBody iframe {
  max-width: 100%; }

.carousel .listingIntro img {
  width: auto; }

aside.blogDetails .memberName {
  font-size: 1.17rem;
  opacity: .5; }

aside.blogDetails .memberProfilePic {
  float: none;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .contentBlock, .postAside, .listContent, .postContent, .appealActions {
    width: 100%;
    padding: 0; }
  .appealActions,
  .postAside {
    float: none;
    min-width: 100%;
    clear: both; }
  .postContent img,
  .listingIntro img,
  .accordianBody img {
    float: none;
    display: block;
    margin: 10px auto; }
  img.postImageFloatLeft,
  img.postImageFloatRight,
  .image-align-left,
  .image-align-right {
    display: block;
    float: none;
    margin: 10px auto; } }

@media (max-width: 768px) {
  .headerText h1 {
    font-size: 1.8rem;
    margin: 20px 0 15px; } }

.listing .listedPost.listedEvent {
  height: auto; }
  .listing .listedPost.listedEvent .listedPostText {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .listing .listedPost.listedEvent .listedPostText p {
      padding-bottom: 0px; }
  .listing .listedPost.listedEvent .readMore {
    display: none; }
  .listing .listedPost.listedEvent .postFooterWrapper {
    display: block;
    margin: 0 auto;
    max-width: calc( 100% - 32px);
    padding: 20px; }
    .listing .listedPost.listedEvent .postFooterWrapper .postFooter > * {
      display: none; }
    .listing .listedPost.listedEvent .postFooterWrapper .postFooter:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .listing .listedPost.listedEvent .postFooterWrapper p {
      margin-right: 0; }
    .listing .listedPost.listedEvent .postFooterWrapper p.associatedStartDate,
    .listing .listedPost.listedEvent .postFooterWrapper p.locationDetails {
      display: block;
      font-weight: 400; }
      .listing .listedPost.listedEvent .postFooterWrapper p.associatedStartDate:before,
      .listing .listedPost.listedEvent .postFooterWrapper p.locationDetails:before {
        content: '';
        font-family: 'FontAwesome';
        display: inline-block;
        margin-right: 8px;
        width: 20px;
        text-align: center;
        color: #ababab;
        font-weight: 400; }
      .listing .listedPost.listedEvent .postFooterWrapper p.associatedStartDate strong,
      .listing .listedPost.listedEvent .postFooterWrapper p.locationDetails strong {
        display: none; }
    .listing .listedPost.listedEvent .postFooterWrapper p.associatedStartDate:before {
      content: '\f073'; }
    .listing .listedPost.listedEvent .postFooterWrapper p.locationDetails:before {
      content: '\f041'; }
    .listing .listedPost.listedEvent .postFooterWrapper .relatedWrapper, .listing .listedPost.listedEvent .postFooterWrapper .publishDetailsWrapper {
      display: none; }

.eventPostPage .contentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .eventPostPage .contentBlock .eventWidgetsWrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .eventPostPage .contentBlock .eventContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.eventPostPage .postAside.eventWidgetsWrapper {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F7F7F7;
  padding: 30px; }

h2.eventDetailsTitle {
  display: none; }

.postFeeds.eventDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .postFeeds.eventDetails section {
    margin-top: 0px;
    width: calc( (100% - 40px) / 2); }
  .postFeeds.eventDetails .eventLabel {
    margin-top: 0px;
    font-size: 1.2em; }
  .postFeeds.eventDetails .eventWhereWrapper {
    margin-right: 40px; }
    .postFeeds.eventDetails .eventWhereWrapper #map {
      height: 180px !important; }

.eventContent table td {
  padding: 10px; }

.eventContent table input[type="text"] {
  margin-top: 0; }

.eventContent table.itemColumn {
  width: 40%; }

.eventContent table h3 {
  margin-top: 0; }

.eventContent thead {
  color: rgba(94, 94, 94, 0.5); }

h3.itemName {
  font-size: 1rem; }

.itemColumn {
  width: 40%; }

a.mapLink {
  margin-top: 5px; }

.eventDetails img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1024px) {
  .itemColumn {
    width: 20%; } }

@media (max-width: 1200px) {
  a.mapLink,
  a.addToCalender,
  a.eventBookingBtn {
    width: 100%;
    margin-right: 0;
    text-align: center; } }

@media (max-width: 540px) {
  .priceColumn .price,
  .eventPostPage .itemName {
    font-size: 1em; }
  .quantityColumn {
    min-width: 120px; }
    .quantityColumn input {
      width: 40%;
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 768px) {
  .postFeeds.eventDetails {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .postFeeds.eventDetails section {
      width: 100%; }
    .postFeeds.eventDetails .eventWhereWrapper {
      margin-right: 0px;
      margin-bottom: 40px; } }

header#pageHeader {
  position: relative;
  background-color: #fff;
  top: auto;
  z-index: 2;
  padding: 0 0 30px 0; }
  header#pageHeader .headerContent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px; }

.mainLogo {
  margin: 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 1200px) {
    .mainLogo {
      position: static; } }

.menuAdminContainer {
  display: none; }

.menuAdminContainer {
  display: block;
  height: auto;
  max-height: 0;
  -webkit-transition: max-height 0.1s ease-in-out;
  -o-transition: max-height 0.1s ease-in-out;
  transition: max-height 0.1s ease-in-out;
  overflow: hidden;
  background-color: #222222;
  padding: 0 20px; }
  @media (min-width: 1201px) {
    .menuAdminContainer {
      padding-left: 40px;
      padding-right: 40px; } }
  .menuAdminContainer ul#menuAdmin {
    width: 100%;
    max-width: 100%; }
    .menuAdminContainer ul#menuAdmin li:not(.menuAdminBasket) {
      display: none; }
    .menuAdminContainer ul#menuAdmin li a {
      padding: 5px;
      font-size: 1em;
      font-weight: 700;
      border: none; }
      .menuAdminContainer ul#menuAdmin li a:hover {
        background-color: transparent; }
      @media (max-width: 1200px) {
        .menuAdminContainer ul#menuAdmin li a {
          font-size: .85em; } }
    .menuAdminContainer ul#menuAdmin li.menuAdminBasket a:before {
      content: '\f291';
      display: inline-block;
      vertical-align: middle;
      margin-right: .85em;
      font-family: 'FontAwesome';
      width: 1em;
      text-align: center;
      font-weight: normal; }

body.basket-has-items .menuAdminContainer {
  max-height: 40px; }

.adminBar, .adminBarEdit {
  font-size: 0.85em;
  padding: 10px 20px; }

.mainCallToAction {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .mainCallToAction ul.socialIcons,
  .mainCallToAction a.cta-button {
    display: inline-block;
    vertical-align: middle; }
  .mainCallToAction ul.socialIcons {
    margin-right: 10px; }
    .mainCallToAction ul.socialIcons li a {
      background-color: transparent; }
      .mainCallToAction ul.socialIcons li a:before {
        color: #594A7C;
        color: #524472; }
  .mainCallToAction a.cta-button {
    margin-right: 0;
    margin-left: 10px;
    padding: 0 2em;
    height: 40px;
    line-height: 40px; }
  .mainCallToAction .tagline {
    height: 113px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 20px;
    font-size: 1.24em;
    color: #222222;
    font-weight: 700;
    font-family: "Century Gothic W01 Bold", "Calibri", sans-serif; }
    .mainCallToAction .tagline:hover {
      text-decoration: none; }

.headerFollowContainer {
  display: none; }

form.header-search {
  display: none; }

.cc-cookies {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-shadow: none; }

@media screen and (max-width: 1200px) {
  header .headerContent .searchContainer, header .headerContent .mainCallToAction {
    display: none; }
  header#pageHeader {
    padding: 0; }
  header#pageHeader .headerContent {
    padding: 15px; }
  .cc-cookies {
    position: fixed; } }

@media (max-width: 480px) {
  .searchContainer button {
    margin: 0; } }

.pageFooterWrapper {
  border-top: 0;
  background-color: #222222;
  padding: 4em 0 0; }

.pageFooter {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footerBox {
  margin: 0 8px 32px;
  color: white; }
  .footerBox h1, .footerBox h2, .footerBox h3 {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 1.35em;
    font-weight: 700;
    color: white; }
  .footerBox ul li, .footerBox ol li {
    list-style: none;
    color: white; }
  .footerBox p, .footerBox a {
    color: white; }
  .footerBox a {
    opacity: .6; }
    .footerBox a:hover {
      opacity: 1;
      color: white; }

.footerBox1 {
  margin-left: 0px; }

.footerBox5 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }
  .footerBox5 p {
    opacity: .5; }

.footerBox1 {
  width: 35%;
  margin-right: 5%;
  padding-bottom: 3em;
  border-bottom: 5px solid rgba(239, 239, 239, 0.1); }

.footerBox2,
.footerBox3,
.footerBox4 {
  width: calc( (60% - 48px) / 3);
  padding-bottom: 3em;
  border-bottom: 5px solid rgba(239, 239, 239, 0.1); }
  @media (max-width: 1200px) {
    .footerBox2,
    .footerBox3,
    .footerBox4 {
      padding-top: calc(3em - 16px); } }

.footerBox4 {
  margin-right: 0px; }

.footerBox ul.footerLinks {
  margin: 0;
  width: 100%;
  float: none; }

.footerBox ul.socialIcons li a {
  opacity: 1;
  width: 24px;
  background-color: transparent;
  height: 24px;
  margin-right: 5px; }
  .footerBox ul.socialIcons li a:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: left;
    color: white; }
  .footerBox ul.socialIcons li a:hover {
    opacity: .6; }

.footerTwitter {
  display: none; }
  .footerTwitter ul {
    margin-bottom: 0; }
    .footerTwitter ul li {
      margin: 20px 0; }
      .footerTwitter ul li p {
        margin-bottom: 5px; }
      .footerTwitter ul li time, .footerTwitter ul li cite {
        font-size: 13px;
        font-weight: 700; }

@media screen and (max-width: 1200px) {
  .pageFooterWrapper {
    padding-top: 40px; }
  .footerTwitter, .footerBox {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
    display: block; }
  .pageFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.menuMain {
  background-color: transparent;
  float: none;
  position: absolute;
  bottom: 30px;
  top: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: right; }
  .menuMain .mobile-search, .menuMain .mobile-social {
    display: none; }
  .menuMain ul li > a {
    color: #222222;
    height: auto;
    padding: 10px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 0.88em; }
    .menuMain ul li > a:hover {
      color: #555555; }
  .menuMain ul li .subMenu {
    border: 0;
    background-color: #fff;
    min-width: 200px;
    max-width: 200px;
    z-index: 2; }
    .menuMain ul li .subMenu li a {
      background-color: transparent;
      padding: 10px 20px; }
      .menuMain ul li .subMenu li a:hover {
        color: #555555; }
  .menuMain .mainCallToAction,
  .menuMain form.header-search {
    display: none; }

ul.topLevel {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  @media (min-width: 1201px) {
    ul.topLevel > li > a {
      padding: 10px 15px; } }

@media (min-width: 1201px) {
  ul.topLevel > li:nth-last-of-type(3) ul.subMenu:not(.level2),
  ul.topLevel > li:nth-last-of-type(4) ul.subMenu:not(.level2),
  ul.topLevel > li:nth-last-of-type(5) ul.subMenu:not(.level2) {
    left: -99%; }
  ul.topLevel > li:nth-last-of-type(3) ul.subMenu.level2 {
    left: auto;
    right: 0; } }

.breadcrumbWrapper {
  padding-top: 30px; }

.breadcrumbList {
  margin-bottom: 0; }

.breadcrumbItem {
  float: none;
  display: inline-block;
  margin-right: 10px;
  white-space: inherit;
  line-height: normal;
  font-style: italic; }
  .breadcrumbItem:before {
    padding-right: 10px;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f105'; }

@media screen and (max-width: 1200px) {
  header#pageHeader {
    position: relative; }
  header#pageHeader .mainCallToAction,
  header#pageHeader form.header-search {
    display: none; }
  header#pageHeader .menuMain .mainCallToAction,
  header#pageHeader .menuMain form.header-search {
    display: block; }
  a.menuMainAlt {
    display: block;
    background-color: #594A7C;
    color: white;
    font-size: .88em;
    line-height: 1.2;
    padding: 0.85em 2em;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 0.85em 1.5em;
    margin: 0;
    position: absolute;
    bottom: 57.375px;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    right: 15px; }
    a.menuMainAlt:hover {
      background-color: #42375c;
      color: white;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    a.menuMainAlt:hover {
      text-decoration: none; }
    a.menuMainAlt:before {
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      padding: 0;
      font-size: inherit;
      line-height: inherit;
      margin-right: 10px;
      font-family: 'FontAwesome';
      content: '\f0c9'; }
    a.menuMainAlt.active:before {
      content: '\f00d'; }
  ul.topLevel {
    display: block;
    padding-left: 0;
    padding-right: 0;
    border-top: 0; }
  .topLevel > li.menuAdminAltItems.menuAdminBasket {
    display: block; }
  .menuMain {
    position: absolute;
    top: 100%;
    bottom: auto;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    max-height: 0;
    overflow: hidden;
    background-color: #594A7C; }
    .menuMain.active {
      max-height: 800px;
      overflow-y: scroll; }
    .menuMain ul li {
      display: block;
      width: 100%; }
      .menuMain ul li .subMenu {
        padding: 0;
        margin: 0;
        max-height: 0;
        max-width: 100%;
        overflow: hidden;
        position: inherit;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: rgba(255, 255, 255, 0.1); }
        .menuMain ul li .subMenu ul {
          left: auto; }
        .menuMain ul li .subMenu li a {
          color: white; }
          .menuMain ul li .subMenu li a:hover {
            color: white; }
      .menuMain ul li a {
        border-bottom: 0;
        position: relative;
        font-size: 1em;
        color: white; }
        .menuMain ul li a:hover {
          color: white; }
      .menuMain ul li ul.active,
      .menuMain ul li > ul ul.active {
        max-height: 55em;
        display: block; }
      .menuMain ul li ul ul,
      .menuMain ul li ul ul ul {
        display: inherit; }
    .menuMain li.hasSubmenu > a:after {
      padding: 0;
      position: absolute;
      font-size: 1em;
      display: inline-block;
      top: 10px;
      right: 20px;
      font-family: 'FontAwesome';
      content: '\f107'; }
    .menuMain li.hasSubmenu > a.active:after {
      content: '\f106'; }
    .menuMain > ul > li.menuAdminAltItems {
      display: none; }
  .menuMain .mainCallToAction {
    display: block;
    margin: 0;
    float: none;
    padding: 5px 20px;
    text-align: left; }
    .menuMain .mainCallToAction .tagline {
      display: none; }
    .menuMain .mainCallToAction ul {
      background-color: transparent;
      max-height: none;
      text-align: center; }
      .menuMain .mainCallToAction ul li {
        display: inline-block;
        width: auto; }
        .menuMain .mainCallToAction ul li a {
          padding: 0;
          height: 40px; }
      .menuMain .mainCallToAction ul.socialIcons {
        text-align: left;
        margin: 5px 0; }
        .menuMain .mainCallToAction ul.socialIcons li a:before {
          color: white;
          text-align: left; }
    .menuMain .mainCallToAction a.cta-button {
      width: 100%;
      margin: 8px 0; }
      .menuMain .mainCallToAction a.cta-button:not(:last-of-type) {
        background-color: #209B87;
        color: white; } }

@media (max-width: 768px) {
  a.menuMainAlt {
    bottom: 43.25px; } }

@media screen and (max-width: 768px) {
  .menuMain li a {
    border-bottom: 0; } }

.NewsletterSign-up #mc_embed_signup_scroll,
.NewsletterSign-up .featureForm > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.NewsletterSign-up .mc-field-group,
.NewsletterSign-up .formQuestion {
  margin-top: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .NewsletterSign-up .mc-field-group.firstName,
  .NewsletterSign-up .formQuestion.firstName {
    width: calc( (100% - 16px) / 2);
    margin-right: 16px; }
  .NewsletterSign-up .mc-field-group.lastName,
  .NewsletterSign-up .formQuestion.lastName {
    width: calc( (100% - 16px) / 2); }
  .NewsletterSign-up .mc-field-group input,
  .NewsletterSign-up .formQuestion input {
    height: 40px;
    border: none;
    border-radius: 2px;
    background-color: #3c3c3c;
    color: white; }
    .NewsletterSign-up .mc-field-group input:focus,
    .NewsletterSign-up .formQuestion input:focus {
      background-color: #fff;
      color: #5E5E5E; }
  .NewsletterSign-up .mc-field-group label,
  .NewsletterSign-up .formQuestion label {
    text-align: left; }

.NewsletterSign-up #mc-embedded-subscribe,
.NewsletterSign-up button {
  background-color: #209B87;
  color: white;
  margin: 20px 0 0;
  padding: 0.85em 2em;
  display: block; }
  .NewsletterSign-up #mc-embedded-subscribe:hover,
  .NewsletterSign-up button:hover {
    background-color: #177162; }

.userLoggedIn .NewsletterSign-up button.groupSignUpBtn {
  margin: 20px auto;
  float: none;
  clear: both;
  display: block; }

@media screen and (max-width: 768px) {
  .NewsletterSign-up #mc_embed_signup_scroll,
  .NewsletterSign-up .featureForm > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .NewsletterSign-up .mc-field-group,
  .NewsletterSign-up .formQuestion {
    margin-top: 10px;
    margin-right: 0; }
    .NewsletterSign-up .mc-field-group.firstName,
    .NewsletterSign-up .formQuestion.firstName {
      width: 100%;
      margin-right: 0px; }
    .NewsletterSign-up .mc-field-group.lastName,
    .NewsletterSign-up .formQuestion.lastName {
      width: 100%; }
  .NewsletterSign-up #mc-embedded-subscribe,
  .NewsletterSign-up button {
    margin-top: 20px;
    width: 100%; } }

.postAside.officeFeedWrapper {
  display: block;
  float: none;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }

.staticMap img {
  max-width: 100%; }

.contactOfficeAddress {
  margin-top: 0; }

@media (max-width: 768px) {
  .contactAddress {
    padding-left: 0px;
    padding-right: 0px; } }

.postAside {
  display: none; }

.listing .headerText {
  max-width: 940px; }

.listing .headerText {
  margin-bottom: 40px; }

.listing .listedPost {
  margin: 0 0 48px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: none;
  position: relative;
  padding-bottom: 5px;
  width: 33.3333%; }
  .listing .listedPost:before, .listing .listedPost:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc( 100% - 32px);
    bottom: 0;
    height: 5px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    visibility: visible;
    display: block; }
  .listing .listedPost:before {
    background: #E1E1E1; }
  .listing .listedPost:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    background: #594A7C; }
  .listing .listedPost:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  @media (max-width: 1200px) {
    .listing .listedPost {
      width: 50%; } }
  @media (max-width: 768px) {
    .listing .listedPost {
      width: 100%; } }
  .listing .listedPost > * {
    width: 100%; }
  .listing .listedPost .listed-post-image-link {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .listing .listedPost .banner {
    -webkit-backface-visibility: hidden; }
  .listing .listedPost h2 {
    margin-top: 0;
    font-size: 1.41em;
    font-weight: 700; }
    .listing .listedPost h2 a {
      color: #222222; }
  .listing .listedPost p {
    margin-bottom: 0px;
    font-size: 1.06em;
    position: relative; }
  .listing .listedPost .listedPostText p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 60px; }
  .listing .listedPost .listedPostText {
    padding: 25px 20px 0 20px;
    max-width: calc( 100% - 32px);
    margin: -25px auto 0 auto;
    background-color: #fff;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .listing .listedPost .readMore {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    margin-top: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #F7F7F7;
    color: #594A7C; }
  .listing .listedPost .postFooterWrapper {
    display: none;
    margin: 0 auto;
    max-width: calc( 100% - 32px); }
  .listing .listedPost:hover {
    cursor: pointer; }
    .listing .listedPost:hover h2 a {
      color: #594A7C; }
    .listing .listedPost:hover .listedPostText {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
      .listing .listedPost:hover .listedPostText .readMore {
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px);
        background-color: #594A7C;
        color: white; }

.listing .postAside {
  display: none; }

#curProjs,
#comProjs,
.funArea,
.listContent {
  float: none;
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.faqListingPage .listContent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.listFooter {
  width: 100%; }
  .listFooter a.button:link {
    margin: 5px; }

div[id*='googleMap'] {
  max-width: 100% !important; }

span.googleSearchWrapper {
  padding: 20px;
  background-color: #E1E1E1; }
  span.googleSearchWrapper input[type="text"] {
    margin: 0;
    font-size: 1rem;
    padding: 10px; }
  span.googleSearchWrapper .button {
    display: inline-block;
    margin: 0; }

.content.listContent.mapResultList {
  border: 0;
  margin-top: 40px; }
  .content.listContent.mapResultList:before {
    border-bottom-color: #E1E1E1;
    margin-bottom: 40px; }
  .content.listContent.mapResultList .listedPost {
    border-bottom-color: #E1E1E1;
    width: 100%; }
  .content.listContent.mapResultList .listedPostText {
    font-size: 1rem; }
  .content.listContent.mapResultList h2 {
    font-size: 1rem; }
  .content.listContent.mapResultList .readMore {
    display: none; }

@media screen and (max-width: 1200px) {
  .content.listContent.mapResultList .listingBanner {
    float: none;
    width: 100%;
    margin: 0 0 20px 0; } }

@media screen and (max-width: 480px) {
  .listFooter a.button:link {
    margin: 0 0 5px 0;
    width: 100%; }
  span.googleSearchWrapper input[type="text"] {
    width: 100%;
    margin-bottom: 5px; } }

.searchListingPage {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.listing .searchResultsArea .listedPost:before, .listing .searchResultsArea .listedPost:after {
  display: none; }

.listing .searchResultsArea .listedPost.listedFundraiser {
  width: 100%; }

.listing .searchResultsArea .listedPost,
.listing .searchResultsArea .listedPost:not(.listedFundraiser) {
  padding: 16px 0; }

.shopLandingContent .content {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.listedPost.listedProduct {
  position: relative;
  padding-bottom: 5px; }
  .listedPost.listedProduct:before, .listedPost.listedProduct:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc( 100% - 32px);
    bottom: 0;
    height: 5px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    visibility: visible;
    display: block; }
  .listedPost.listedProduct:before {
    background: #E1E1E1; }
  .listedPost.listedProduct:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    background: #594A7C; }
  .listedPost.listedProduct:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .listedPost.listedProduct .postFooterWrapper {
    display: none; }
  .listedPost.listedProduct .readMore {
    display: none; }

.listedProductText {
  padding: 25px 20px 0 20px;
  max-width: calc(100% - 32px);
  margin: -25px auto 0 auto;
  background-color: #fff;
  z-index: 1; }
  .listedProductText h2 {
    font-size: 1.41em;
    font-weight: 700; }
    .listedProductText h2 a {
      color: #222222; }
  .listedProductText p.postSummary {
    font-size: 1.06em;
    margin-top: 10px; }

.productPrice {
  font-weight: 600;
  font-size: 1.4em;
  color: #209B87; }

.paymentContent {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }

.paymentForm {
  padding: 0px;
  border: none; }

.contentBlockWrapper.paymentFormWrapper {
  padding: 0px; }

.paymentPage fieldset.registerForm,
.paymentPage fieldset.delivery {
  padding: 0px;
  border: none; }

.contentBlockWrapper.appealActionsWrapper, .appealActionsWrapper {
  height: auto; }
  .contentBlockWrapper.appealActionsWrapper .contentBlock, .appealActionsWrapper .contentBlock {
    width: auto;
    height: auto; }
  .contentBlockWrapper.appealActionsWrapper .appealActions, .appealActionsWrapper .appealActions {
    max-width: 940px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contentBlockWrapper.appealActionsWrapper .appealActions a.button,
    .contentBlockWrapper.appealActionsWrapper .appealActions a.button:link, .appealActionsWrapper .appealActions a.button,
    .appealActionsWrapper .appealActions a.button:link {
      width: auto;
      margin: 0 10px 10px 0; }

.topFundraisersWrapper {
  display: none;
  margin-top: 20px;
  font-size: 1rem;
  margin-bottom: 20px; }
  .topFundraisersWrapper ol {
    padding-left: 0; }
    .topFundraisersWrapper ol li {
      width: 49%;
      display: inline-block; }

.appealWidgets {
  margin-top: 30px;
  margin-bottom: 30px; }

.appealPostPage .contentBlockWrapper:not(.appealActionsWrapper) .contentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .appealPostPage .contentBlockWrapper:not(.appealActionsWrapper) .contentBlock .appealWidgetsWrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .appealPostPage .contentBlockWrapper:not(.appealActionsWrapper) .contentBlock .postContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.postAside.appealWidgetsWrapper {
  display: block;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  float: none; }

.appealWidgets .findAFundraiserWidget h3 {
  margin: 20px 0 10px 0; }

.appealWidgets .findAFundraiserWidget .fundraiserProfilePics li {
  float: none;
  display: inline-block;
  margin: 0 10px 10px 0; }

.appealWidgets .findAFundraiserWidget .searchFundraisers .formQuestion {
  margin-top: 0;
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: bottom; }
  .appealWidgets .findAFundraiserWidget .searchFundraisers .formQuestion input {
    height: 40px; }

.appealWidgets .findAFundraiserWidget .searchFundraisers button {
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0;
  vertical-align: bottom; }
  .appealWidgets .findAFundraiserWidget .searchFundraisers button:before {
    margin: 0;
    font-weight: normal;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    display: block;
    font-family: 'FontAwesome';
    content: '\f002'; }

.appealWidgets .parentAppeal {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 32px; }
  .appealWidgets .parentAppeal > a {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-color: transparent; }
  .appealWidgets .parentAppeal .associatedTitle, .appealWidgets .parentAppeal .associatedSummary {
    grid-column: 2 / 3; }
  .appealWidgets .parentAppeal .associatedTitle {
    margin-top: 0px;
    font-size: 1.41em;
    font-weight: 700; }
    .appealWidgets .parentAppeal .associatedTitle a {
      color: #222222; }
  .appealWidgets .parentAppeal .associatedSummary {
    font-size: 1.06em; }
  @media (max-width: 768px) {
    .appealWidgets .parentAppeal {
      display: block; }
      .appealWidgets .parentAppeal > a {
        margin-bottom: 20px; } }

.appealFooter .totaliserPanel {
  display: none; }

.appealInteractions {
  margin-top: 32px; }

.listedAppeal {
  border-bottom: 0; }
  .listedAppeal h2 {
    margin-top: 0;
    font-size: 24px; }
  .listedAppeal .totaliserFigure {
    font-size: 18px; }
  .listedAppeal .topFundraisersWrapper ol li {
    width: 100%; }

.donorsList {
  margin: 40px auto 60px;
  width: 100%;
  max-width: 940px; }
  .donorsList h2, .donorsList > span {
    display: inline;
    font-size: 1.25rem; }
  .donorsList span {
    float: none;
    width: auto;
    margin: 0;
    padding-left: 0; }
  .donorsList img {
    margin: 0; }
  .donorsList ul:after {
    content: "";
    display: table;
    clear: both; }
  .donorsList ul li {
    display: none;
    width: 25%;
    margin: 20px 0 0 0;
    padding: 20px 40px 0 0;
    border-top: 1px solid #E1E1E1; }
    .donorsList ul li:last-child {
      border-right: 0; }
    .donorsList ul li:nth-child(-n+4) {
      display: block; }
    @media (max-width: 1024px) {
      .donorsList ul li {
        width: 100%;
        padding-right: 0; } }
  .donorsList .donorDetails {
    float: right;
    width: calc(100% - 60px);
    padding-left: 20px; }
    .donorsList .donorDetails span {
      padding: 0;
      display: block;
      font-size: 1.25rem; }
    .donorsList .donorDetails h3, .donorsList .donorDetails h4 {
      margin-top: 10px;
      font-size: 0.85rem;
      font-weight: inherit; }
    .donorsList .donorDetails h4 {
      text-transform: uppercase; }

@media (max-width: 1200px) {
  .appealPostPage .contentBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .appealPostPage .contentBlock .postAside {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .appealPostPage .contentBlock .appealContent {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .contentBlockWrapper.appealActionsWrapper, .appealActionsWrapper {
    height: auto; }
    .contentBlockWrapper.appealActionsWrapper .contentBlock, .appealActionsWrapper .contentBlock {
      height: auto; }
    .contentBlockWrapper.appealActionsWrapper .appealActions, .appealActionsWrapper .appealActions {
      margin: 20px 0; }
  .appealWidgets .findAFundraiserWidget {
    margin-bottom: 40px; }
    .appealWidgets .findAFundraiserWidget .searchFundraisers button {
      margin: 0; } }

body.donate.page-no-banner .formWrapper .headerText {
  margin-top: 40px; }

body.donate .formWrapper .headerWrapper {
  z-index: 0; }

body.donate .formWrapper .headerText {
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  max-width: 1190px;
  margin-top: -5%;
  margin-bottom: 0px;
  text-align: left;
  padding: 0 40px; }
  @media (max-width: 1230px) {
    body.donate .formWrapper .headerText {
      margin-left: 20px;
      margin-right: 20px; } }
  body.donate .formWrapper .headerText > * {
    position: relative;
    max-width: calc(100% - 320px); }
    @media (max-width: 1230px) {
      body.donate .formWrapper .headerText > * {
        max-width: calc(100% - 360px); } }
  body.donate .formWrapper .headerText:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: calc(100% - 320px);
    background-color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    @media (max-width: 1230px) {
      body.donate .formWrapper .headerText:before {
        width: calc(100% - 360px); } }

.formDonatePage {
  background-color: #F7F7F7; }
  .formDonatePage > .formWrapper {
    padding: 0;
    max-width: 100%; }
  .formDonatePage .contentBlockWrapper {
    padding: 0;
    /* remove padding on these elements as padding is applied to formWrapper in scaffolding.scss */ }

.donationForm {
  margin: -1px auto 0;
  max-width: 1230px;
  padding-bottom: 3em; }
  .donationForm .supportedAppeal {
    display: none; }
  .donationForm .appealTotaliser {
    width: 285px;
    background-color: #fff;
    padding: 0;
    margin: 0; }
    .donationForm .appealTotaliser .totaliserPanel {
      padding: 40px; }
    .donationForm .appealTotaliser .totaliserPanel .raisedWrapper,
    .donationForm .appealTotaliser .totaliserPanel .targetWrapper {
      width: calc(100% - 80px); }

.donationFormItems {
  background-color: #fff;
  width: calc(100% - 320px);
  max-width: none;
  margin: 0 35px 0 0;
  padding: 40px; }

.formDonatePage legend {
  background-color: transparent;
  padding: 0;
  font-size: 1.64em;
  font-weight: 700;
  color: #222222; }

.donationForm .yourDonation,
.donationForm .paymentForm {
  padding: 0px;
  border: none; }

.donationForm .yourDonation legend {
  display: none; }

.formDonatePage .registerButtons {
  font-size: 1.2em; }

.selectDonationAmountFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.selectDonationAmountFlex > span:first-child {
  width: 100%;
  font-weight: 700;
  color: #222222;
  font-family: "Century Gothic W01 Bold", "Calibri", sans-serif;
  margin-bottom: 16px;
  font-size: 1.64em; }
  @media (max-width: 1090px) {
    .selectDonationAmountFlex > span:first-child {
      font-size: 1.2em; } }
  @media (min-width: 769px) and (max-width: 1090px) {
    .selectDonationAmountFlex > span:first-child {
      margin-bottom: 30px; } }

.donationForm .donationAmount {
  margin: 0 15px 0 0;
  padding: 15px;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #E1E1E1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .donationForm .donationAmount:nth-of-type(3n) {
    margin-right: 0px; }
  .donationForm .donationAmount input[type="radio"] {
    display: none; }
  .donationForm .donationAmount .checkboxRadio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .donationForm .donationAmount .donationAmountThumbnail {
    width: 100%;
    margin: 0 0 16px 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .donationForm .donationAmount .donationAmountFigure {
    width: 100%;
    font-size: 1.23em;
    color: #5E5E5E;
    min-width: auto;
    padding: 0;
    border: none; }
  .donationForm .donationAmount span.donationAmountDescription {
    width: 100%;
    color: #5E5E5E;
    display: inline-block;
    text-align: center; }
  .donationForm .donationAmount.donationAmountOther {
    padding: 0px;
    margin-top: 30px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .donationForm .donationAmount.donationAmountOther label {
      float: none;
      width: 210px;
      background-color: #F7F7F7;
      padding: 10px;
      font-weight: 600;
      font-size: 1rem;
      border-right: 1px solid #E1E1E1; }
    .donationForm .donationAmount.donationAmountOther .donationAmountFigure {
      float: left;
      width: 100%; }
    .donationForm .donationAmount.donationAmountOther input#donationAmountOther {
      margin: 0;
      border: none; }
  .donationForm .donationAmount.donationAmountOther.donationSelected {
    border-color: #594A7C; }
    .donationForm .donationAmount.donationAmountOther.donationSelected label {
      background-color: #594A7C;
      color: white;
      border-color: #594A7C; }

.donationForm .donationFrequency {
  background-color: transparent;
  padding: 15px;
  border: 1px solid #E1E1E1;
  border-radius: 2px; }
  .donationForm .donationFrequency label {
    font-weight: 600;
    font-size: 1rem;
    width: calc(100% - 50px);
    text-align: left; }

body.donate.individualfundraiser .donationForm .donationFrequency {
  display: none; }

.donationForm .donationAmount.donationSelected,
.donationForm .donationFrequency.frequencySelected {
  background-color: #594A7C;
  color: white; }
  .donationForm .donationAmount.donationSelected .donationAmountFigure,
  .donationForm .donationAmount.donationSelected span.donationAmountDescription,
  .donationForm .donationFrequency.frequencySelected .donationAmountFigure,
  .donationForm .donationFrequency.frequencySelected span.donationAmountDescription {
    color: white; }

.donationForm .formQuestion.donationPeriod,
.donationForm .formQuestion.donationDate {
  border: none; }

.donationForm .formQuestion.donationDate select,
.donationForm .formQuestion.donationPeriod select {
  width: 100%; }

.donationForm fieldset.registerForm {
  padding: 0;
  border: none; }
  .donationForm fieldset.registerForm legend {
    text-align: left; }

.termsConditionsDetails {
  background-color: transparent;
  font-size: 1rem;
  padding: 20px 0; }

@media (max-width: 1200px) {
  body.donate .formWrapper .headerText {
    width: calc(100% - 40px);
    background-color: #fff; }
    body.donate .formWrapper .headerText > * {
      max-width: 100%; }
    body.donate .formWrapper .headerText:before {
      display: none; }
  .donationForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .donationForm .appealTotaliser {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
  .donationForm .appealTotaliser {
    width: 100%; }
  .donationFormItems {
    width: 100%;
    padding-top: 0px; } }

@media (max-width: 768px) {
  body.donate .formWrapper .headerText {
    padding: 0 20px; }
  .donationFormItems {
    padding: 20px; }
  .donationForm .donationAmount {
    margin: 10px 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%; } }

.findAFundraiser {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }

.tabbedListing .fundraiserSearchResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.listing .listedPost.listedFundraiser {
  width: 20%; }
  @media (max-width: 1300px) {
    .listing .listedPost.listedFundraiser {
      width: 33.3333%; } }
  @media (max-width: 1200px) {
    .listing .listedPost.listedFundraiser {
      width: 50%; } }
  @media (max-width: 768px) {
    .listing .listedPost.listedFundraiser {
      width: 100%; } }

.postCreate .headerText {
  max-width: 940px;
  margin-bottom: 40px; }

.homeIntroWrapper {
  margin: 4.5em auto; }

.homeIntro {
  font-size: inherit;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  padding: 0; }
  .homeIntro * {
    margin: 0;
    font-size: 2em;
    line-height: 1.4; }

@media (max-width: 1200px) {
  .homeIntroWrapper {
    margin: 3em auto; }
  .homeIntro * {
    font-size: 1.5em; } }

@media only screen and (max-width: 540px) {
  .homeIntro {
    width: 100%;
    margin: 0; } }

.homeFeatures {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  width: 100%;
  max-width: 100%; }

.homeFeaturesWrapper {
  margin: 16px 0;
  background-color: transparent; }

.homeFeature {
  margin: 0 0 32px;
  padding: 0 8px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  min-width: 240px; }
  .homeFeature > * {
    width: 100%; }
  .homeFeature .home-feature-image-link {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .homeFeature .banner {
    margin-bottom: 0;
    -webkit-backface-visibility: hidden; }
  .homeFeature:nth-child(4n+1) {
    clear: inherit; }
  .homeFeature h2 {
    margin-top: 0px;
    font-size: 1.41em;
    font-weight: 700; }
    .homeFeature h2 a {
      color: #222222; }
  .homeFeature p {
    margin-bottom: 0;
    font-size: 1.06em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .homeFeature .featureFooter {
    display: none; }
  .homeFeature:hover {
    background-color: transparent; }
    .homeFeature:hover h2 a {
      color: #594A7C; }
    .homeFeature:hover .homeFeatureDetailsWrapper {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
      .homeFeature:hover .homeFeatureDetailsWrapper:after {
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px);
        background-color: #594A7C;
        color: white; }

.homeFeature .listedPostText,
.homeFeatureDetailsWrapper {
  padding: 25px 20px 0 20px;
  max-width: calc( 100% - 32px);
  margin: -25px auto 0 auto;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .homeFeature .listedPostText:hover,
  .homeFeatureDetailsWrapper:hover {
    margin: -25px auto 0 auto; }
  .homeFeature .listedPostText:after,
  .homeFeatureDetailsWrapper:after {
    content: 'Read more';
    display: block;
    visibility: visible;
    height: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 20px;
    padding: 0.85em 2em;
    line-height: 1;
    background-color: #F7F7F7;
    color: #594A7C;
    font-weight: 600;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

.homeFeature.homeFeatureSnippets:hover {
  cursor: default; }

.topHomeFeatures {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 12px;
  padding-right: 12px; }
  @media (min-width: 1201px) {
    .topHomeFeatures {
      padding-left: 32px;
      padding-right: 32px; } }
  .topHomeFeatures .homeFeature {
    position: relative;
    padding-bottom: 5px; }
    .topHomeFeatures .homeFeature:before, .topHomeFeatures .homeFeature:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: calc( 100% - 32px);
      bottom: 0;
      height: 5px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      -webkit-transition: -webkit-transform 0.1s ease-in-out;
      transition: -webkit-transform 0.1s ease-in-out;
      -o-transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
      visibility: visible;
      display: block; }
    .topHomeFeatures .homeFeature:before {
      background: #E1E1E1; }
    .topHomeFeatures .homeFeature:after {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      background: #594A7C; }
    .topHomeFeatures .homeFeature:hover:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

.topHomeFeatures__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 100%; }

@media (min-width: 1201px) {
  .topHomeFeatures__features--3 .homeFeature:nth-child(1) {
    width: 50%; }
  .topHomeFeatures__features--3 .homeFeature {
    width: 25%; }
  .topHomeFeatures__features--4 .homeFeature {
    width: 25%; }
  .topHomeFeatures__features--6 .homeFeature:nth-child(1),
  .topHomeFeatures__features--6 .homeFeature:nth-child(6) {
    width: 50%; }
  .topHomeFeatures__features--6 .homeFeature {
    width: 25%; }
  .topHomeFeatures__features--7 .homeFeature:nth-child(1) {
    width: 50%; }
  .topHomeFeatures__features--7 .homeFeature {
    width: 25%; }
  .topHomeFeatures__features--9 .homeFeature:nth-child(1),
  .topHomeFeatures__features--9 .homeFeature:nth-child(6),
  .topHomeFeatures__features--9 .homeFeature:nth-child(7) {
    width: 50%; }
  .topHomeFeatures__features--9 .homeFeature {
    width: 25%; }
  .topHomeFeatures__features--10 .homeFeature:nth-child(1) {
    width: 50%; }
  .topHomeFeatures__features--10 .homeFeature:nth-child(4),
  .topHomeFeatures__features--10 .homeFeature:nth-child(5),
  .topHomeFeatures__features--10 .homeFeature:nth-child(6) {
    width: 33.3333%; }
  .topHomeFeatures__features--10 .homeFeature {
    width: 25%; } }

@media (min-width: 1201px) {
  .topHomeFeatures__features--5 .homeFeature:nth-child(1),
  .topHomeFeatures__features--5 .homeFeature:nth-child(2) {
    width: 50%; }
  .topHomeFeatures__features--5 .homeFeature {
    -ms-flex-preferred-size: 1;
        flex-basis: 1; }
  .topHomeFeatures__features--8 .homeFeature:nth-child(1),
  .topHomeFeatures__features--8 .homeFeature:nth-child(2) {
    width: 50%; }
  .topHomeFeatures__features--8 .homeFeature {
    width: 33.3333%; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .homeFeature {
    width: 50%; }
  .topHomeFeatures__features--3 .homeFeature:last-child,
  .topHomeFeatures__features--5 .homeFeature:last-child,
  .topHomeFeatures__features--7 .homeFeature:last-child,
  .topHomeFeatures__features--9 .homeFeature:last-child {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .topHomeFeatures__features--3 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures__features--3 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures__features--5 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures__features--5 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures__features--7 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures__features--7 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures__features--9 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures__features--9 .homeFeature:last-child .homeFeatureDetailsWrapper {
      width: 50%; }
    .topHomeFeatures__features--3 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures__features--5 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures__features--7 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures__features--9 .homeFeature:last-child .homeFeatureDetailsWrapper {
      margin-top: 0px;
      padding-left: 30px; } }

@media screen and (max-width: 768px) {
  .homeFeature {
    width: 100%;
    float: none;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.homeFeature.homefeaturecategory-homepage-donate {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #222222;
  overflow: hidden;
  height: calc(50vw * .86);
  z-index: 0; }
  .homeFeature.homefeaturecategory-homepage-donate > h2, .homeFeature.homefeaturecategory-homepage-donate > span {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    width: 50%; }
  .homeFeature.homefeaturecategory-homepage-donate > h2 {
    color: #fff;
    font-size: 2.47em;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 1; }
  @media (min-width: 768px) {
    .homeFeature.homefeaturecategory-homepage-donate:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: none;
      z-index: 1; } }
  .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel {
    background-color: transparent;
    padding: 0px; }
    .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .donationAmount, .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationFrequency {
      position: initial; }
    .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount {
      display: block;
      text-align: left; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount {
        margin: 5px 10px 5px 0;
        border: none;
        position: static; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount:first-of-type img {
        opacity: 1; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountFigure {
        background-color: transparent;
        color: #fff;
        font-size: 1.7em;
        position: relative;
        z-index: 1;
        border: 1px solid #fff;
        border-radius: 2px; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationSelected .donationAmountFigure {
        background-color: #594A7C;
        color: white;
        border-color: #594A7C; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationSelected img {
        opacity: 1; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther {
        margin-right: 0px; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther {
        max-width: 0;
        padding: 0px;
        -webkit-transition: max-width 0.1s ease-in-out;
        -o-transition: max-width 0.1s ease-in-out;
        transition: max-width 0.1s ease-in-out;
        z-index: 1; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther.donationSelected input#donationAmountOther {
        max-width: 100px;
        padding: 5px; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount img,
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountThumbnail {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
        z-index: 0; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmountOther + span {
        display: block;
        font-size: 0; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .button.donateBtn {
        position: relative;
        display: table;
        margin: 20px 0 0;
        background-color: #594A7C;
        color: white;
        z-index: 1; }
        .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .button.donateBtn:hover {
          background-color: #42375c; }

@media (max-width: 1200px) {
  .homeFeature.homefeaturecategory-homepage-donate > h2, .homeFeature.homefeaturecategory-homepage-donate > span {
    width: 100%;
    max-width: 100%; }
  .homeFeature.homefeaturecategory-homepage-donate:before {
    width: 100%; } }

@media (max-width: 768px) {
  .homeFeature.homefeaturecategory-homepage-donate {
    height: auto;
    padding-top: 48vw;
    padding-bottom: 3rem; }
    .homeFeature.homefeaturecategory-homepage-donate > h2, .homeFeature.homefeaturecategory-homepage-donate > span {
      text-align: center; }
    .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount {
      text-align: center; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .button.donateBtn {
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 720px) {
  .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount {
    margin-bottom: 10px; }
  .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther label {
    width: 50%; }
  .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther {
    width: 50%;
    max-width: 50%; }
  .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther.donationSelected input#donationAmountOther {
    max-width: 50%;
    background-color: #e6e6e6;
    padding-left: 10px; }
  .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .button.donateBtn {
    display: block;
    line-height: 1.5; } }

.homeFeature.homefeaturecategory-homepage-stats {
  width: 100%;
  margin: 0;
  padding: 4em 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
  @media (min-width: 1201px) {
    .homeFeature.homefeaturecategory-homepage-stats {
      padding: 4em 40px; } }
  .homeFeature.homefeaturecategory-homepage-stats > h2 {
    font-size: 1.75em;
    font-weight: 700;
    margin-bottom: 20px; }
  .homeFeature.homefeaturecategory-homepage-stats table {
    width: 100% !important;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .homeFeature.homefeaturecategory-homepage-stats tbody {
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .homeFeature.homefeaturecategory-homepage-stats tr {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 8px; }
  .homeFeature.homefeaturecategory-homepage-stats td {
    text-align: center;
    padding: 0;
    display: block;
    max-width: 320px; }
    .homeFeature.homefeaturecategory-homepage-stats td:first-child > * {
      font-size: 5.6em;
      margin-bottom: 0;
      color: #594A7C;
      font-family: "Century Gothic W01 Bold", "Calibri", sans-serif;
      line-height: inherit; }
    .homeFeature.homefeaturecategory-homepage-stats td p {
      color: #222222;
      font-size: 1.11em; }
    .homeFeature.homefeaturecategory-homepage-stats td span {
      display: block; }
  .homeFeature.homefeaturecategory-homepage-stats tr, .homeFeature.homefeaturecategory-homepage-stats td {
    width: auto !important;
    height: auto !important; }

@media screen and (max-width: 1200px) {
  .homeFeature.homefeaturecategory-homepage-stats {
    padding: 3em 20px; }
    .homeFeature.homefeaturecategory-homepage-stats td h2, .homeFeature.homefeaturecategory-homepage-stats td h3, .homeFeature.homefeaturecategory-homepage-stats td h4 {
      font-size: 4em; } }

@media screen and (max-width: 768px) {
  .homeFeature.homefeaturecategory-homepage-stats tbody {
    display: block; }
  .homeFeature.homefeaturecategory-homepage-stats tr {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto; } }

.homeFeeds {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.homeFeed {
  margin: 0;
  width: 100%;
  margin-right: 0;
  float: none;
  display: block; }
  .homeFeed:nth-child(4n+1) {
    clear: inherit; }

.homeFeedsWrapper {
  background-color: #fff;
  margin: 3em 0;
  padding: 0; }

.feedsTitle {
  font-size: 1.76em;
  font-weight: 700;
  text-align: Center;
  background-color: transparent;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 2.5em;
  width: 100%; }

ul.feedList {
  padding: 0;
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent; }
  ul.feedList:after {
    content: "";
    display: table;
    clear: both; }

.homeFeed {
  margin-left: 0;
  margin-bottom: 16px; }

.feedItem {
  margin: 0 0 32px;
  padding: 0 8px;
  background-color: transparent;
  min-width: 240px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 25%;
      flex: 25%;
  position: relative;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .feedItem:before, .feedItem:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc( 100% - 32px);
    bottom: 0;
    height: 5px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    visibility: visible;
    display: block; }
  .feedItem:before {
    background: #E1E1E1; }
  .feedItem:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    background: #594A7C; }
  .feedItem:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .feedItem > * {
    width: 100%; }
  .feedItem .home-feed-image-link {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .feedItem .banner {
    -webkit-backface-visibility: hidden; }
  .feedItem h3.feedTitle,
  .feedItem > p {
    background-color: #fff;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  .feedItem h3.feedTitle {
    margin-top: -25px;
    margin-bottom: 0px;
    padding: 25px 20px 0.67rem 20px;
    font-size: 1.41em;
    font-weight: 700; }
    .feedItem h3.feedTitle a {
      color: #222222; }
  .feedItem p {
    margin-bottom: 0px;
    font-size: 1.06em;
    padding: 0 20px 60px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }
  .feedItem .postFooterWrapper {
    display: none; }
  .feedItem .readMore {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: table;
    margin-top: 20px;
    background-color: #F7F7F7;
    color: #594A7C;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .feedItem:hover {
    cursor: pointer; }
    .feedItem:hover h3.feedTitle,
    .feedItem:hover > p {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
    .feedItem:hover h3.feedTitle a {
      color: #594A7C; }
    .feedItem:hover .readMore {
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px);
      background-color: #594A7C;
      color: white; }

@media (min-width: 1201px) {
  .homeFeed:nth-of-type(even) ul.feedList.feedList--3 .feedItem:nth-child(1) {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; }
  .homeFeed:nth-of-type(odd) ul.feedList.feedList--3 .feedItem:nth-child(3) {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; } }

@media (min-width: 1201px) {
  ul.feedList.feedList--5 .feedItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    ul.feedList.feedList--5 .feedItem:nth-child(1), ul.feedList.feedList--5 .feedItem:nth-child(2) {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%; } }

.homeFeedevents .postFooterWrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 24px;
  clear: both;
  margin: 0; }
  .homeFeedevents .postFooterWrapper .postFooter {
    margin: 0; }
    .homeFeedevents .postFooterWrapper .postFooter > * {
      display: none; }
    .homeFeedevents .postFooterWrapper .postFooter p.associatedStartDate {
      display: inline-block;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #209B87;
      color: white;
      font-size: .88em;
      font-weight: 700;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .homeFeedevents .postFooterWrapper .postFooter p.associatedStartDate strong {
        display: none; }
      .homeFeedevents .postFooterWrapper .postFooter p.associatedStartDate time span:last-of-type {
        display: none; }

.tweetsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tweetsWrapper .tweet {
    width: calc((100% - 32px) / 3);
    margin: 0 16px 16px 0;
    position: relative;
    position: relative;
    padding-bottom: 5px;
    padding: 0 20px 20px; }
    .tweetsWrapper .tweet:before, .tweetsWrapper .tweet:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: calc( 100% - 32px);
      bottom: 0;
      height: 5px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      -webkit-transition: -webkit-transform 0.1s ease-in-out;
      transition: -webkit-transform 0.1s ease-in-out;
      -o-transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
      visibility: visible;
      display: block; }
    .tweetsWrapper .tweet:before {
      background: #E1E1E1; }
    .tweetsWrapper .tweet:after {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      background: #594A7C; }
    .tweetsWrapper .tweet:hover:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
    .tweetsWrapper .tweet:nth-child(3n) {
      margin-right: 0; }
    @media (max-width: 768px) {
      .tweetsWrapper .tweet {
        width: 100%;
        margin-right: 0; } }
  .tweetsWrapper .tweetText {
    margin: 0 0 5px; }
  .tweetsWrapper .profilePic {
    display: none; }
  .tweetsWrapper time {
    font-size: .85rem; }

.feedActionWrapper {
  padding: 0;
  text-align: center; }

@media (max-width: 1200px) {
  .homeFeedsWrapper {
    margin: 2em 0; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .feedItem {
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; } }

@media screen and (max-width: 768px) {
  .feedItem,
  .homeFeed {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    float: none;
    margin-right: 0; }
  .feedItem {
    margin-bottom: 32px; } }

@media print {
  .menuAdminContainer,
  .headerContent > *:not(.mainLogo),
  .menuMain,
  a.menuMainAlt,
  .postAside,
  .pageFooterWrapper,
  .NewsletterSign-up,
  .footerBox,
  .footerBox.Footerlogos,
  .embed-container,
  .shareWrapper {
    display: none; }
  .postContent {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  body {
    font-size: .9em; } }

.mainCallToAction .tagline {
  font-family: 'Century Gothic W01 Bold';
  font-size: 1.2em;
  margin: 4px 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: auto;
  color: #5E5E5E; }
  .mainCallToAction .tagline a {
    color: #594A7C; }
  @media (max-width: 789px) {
    .mainCallToAction .tagline {
      margin: 0;
      font-size: 0;
      line-height: 1; }
      .mainCallToAction .tagline a {
        font-size: 1rem; } }

.mainCallToAction .quick-exit-button {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #E87415;
  color: #fff;
  padding: 1rem 3rem;
  font-weight: 600; }
  .mainCallToAction .quick-exit-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d16813; }
  @media (max-width: 700px) {
    .mainCallToAction .quick-exit-button {
      width: 100%;
      left: 0;
      bottom: 0;
      text-align: center; } }

.pagesPostBody.find-support-in-your-area .postContent .cta-button {
  margin: 2px; }

ul.carouselControls li a:before {
  color: #594A7C; }

@media (min-width: 790px) and (max-width: 1200px) {
  header#pageHeader .headerContent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header#pageHeader .headerContent .mainCallToAction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 105px; }
    header#pageHeader .headerContent .mainCallToAction .cta-button {
      display: none; } }

@media (max-width: 789px) {
  header#pageHeader .headerContent {
    padding: 25px 15px; }
  header#pageHeader .headerContent .mainCallToAction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header#pageHeader .headerContent .mainCallToAction .cta-button, header#pageHeader .headerContent .mainCallToAction .socialIcons {
      display: none; } }

/*# sourceMappingURL=main.css.map */
