.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: #009e77; }

.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: 1230px;
  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: "PT Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  font-weight: inherit; }
  @media (max-width: 767px) {
    html, button, body, legend {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans Narrow", sans-serif;
  color: #111;
  font-weight: 700;
  line-height: inherit; }

h1, h2, h3 {
  margin-top: 1.1rem;
  margin-bottom: 0.737rem; }

h4, h5, h6 {
  margin-top: 0.737rem;
  margin-bottom: 0.55rem; }

h1 {
  font-size: 36px;
  font-size: 2.2rem; }

h2 {
  font-size: 30px;
  font-size: 1.65rem; }

h3 {
  font-size: 24px;
  font-size: 1.375rem; }

h4 {
  font-size: 20px;
  font-size: 1.2287rem; }

h5 {
  font-size: 16px;
  font-size: 1.1rem; }

h6 {
  font-size: 14px;
  font-size: 0.935rem; }

.eventContent h2, .eventContent h3, .eventContent h4, .eventContent h5, .eventContent h6, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
  margin-top: 1.1rem; }

p {
  margin: 0 0 1.1rem 0;
  font-size: 16px;
  font-size: 1.1rem; }

a, a:link, a:visited {
  color: #009e77; }
  a:hover, a:link:hover, a:visited:hover {
    color: #006b51; }

small {
  font-size: 0.935rem; }

b, strong {
  font-weight: 700; }

em {
  font-style: italics; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1.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: 1.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: #3A3A3A;
  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.76rem; }
  h2 {
    font-size: 1.4025rem; }
  h3 {
    font-size: 1.2375rem; }
  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: 1.1rem; }

table h2 {
  margin-bottom: 1em; }

tbody,
thead {
  background-color: #fff;
  border: 1px solid #CCCCCC; }

thead tr:nth-child(odd) {
  background-color: #fff; }

tr:nth-child(odd) {
  background-color: rgba(204, 204, 204, 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 #CCCCCC; } }

#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(17, 17, 17, 0.2);
  border-radius: 0; }

legend {
  border-bottom: 0;
  font-size: 1.65rem; }

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; }

.customForm .formImage img {
  width: unset; }

.formQuestion textarea:hover,
.formQuestion textarea:focus,
.formQuestion input:hover,
.formQuestion input:focus {
  border-color: rgba(17, 17, 17, 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: "PT Sans", sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "PT Sans", sans-serif; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "PT Sans", sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "PT Sans", sans-serif; }

@media (max-width: 768px) {
  legend {
    font-size: 1.4025rem; } }

.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: 0;
  display: inline-block;
  font-family: "PT Sans", 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: #009e77; }
      ul.socialIcons li a:hover,
      ul.shareList li a:hover {
        text-decoration: none;
        background-color: #006b51; }
      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: #009e77;
  content: '\f003'; }
  ul.shareList a.shareEmail:before:hover {
    background-color: #006b51; }

.postComments {
  padding: 20px 0;
  border-top: 1px solid #CCCCCC; }
  .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: #009e77 !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 #CCCCCC; }
  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 #CCCCCC; }
  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.87rem; }

.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.32rem;
      font-family: "PT Sans", 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.32rem;
      font-family: "PT Sans", 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: 1230px;
    padding-left: 20px;
    padding-right: 20px; }
    .tabsWrapper .tabs li a {
      border-bottom: 3px solid #CCCCCC;
      background-color: transparent;
      padding: 10px 0;
      border-radius: 0;
      color: #111; }
      .tabsWrapper .tabs li a:hover {
        background-color: transparent;
        text-decoration: none;
        color: #009e77;
        border-bottom-color: #009e77; }
    .tabsWrapper .tabs li.active a {
      color: #009e77;
      border-bottom-color: #009e77; }

.tabbedListing {
  width: 100%;
  max-width: 1230px;
  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: 1.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: #CCCCCC;
  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: 1.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 #CCCCCC;
  border-radius: 0;
  font-size: .85em; }
  .appliedFilters h3 {
    float: none;
    margin: 0 0 1.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: #009e77; }
    .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: #009e77; }

.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.935rem;
  color: rgba(17, 17, 17, 0.5); }

.totaliserFigure {
  font-size: 1.1rem;
  color: #111; }

.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: #F0F0F0;
  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: "PT Sans", sans-serif;
          font-weight: 700;
          color: #111;
          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: #111;
        border: 4px solid #009e77; }
        .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: "PT Sans", sans-serif;
    color: white; }
    form.header-search #siteSearch::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "PT Sans", sans-serif;
      color: white; }
    form.header-search #siteSearch::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "PT Sans", sans-serif;
      color: white; }
    form.header-search #siteSearch:-ms-input-placeholder {
      /* IE 10+ */
      font-family: "PT Sans", sans-serif;
      color: white; }
    form.header-search #siteSearch:-moz-placeholder {
      /* Firefox 18- */
      font-family: "PT Sans", sans-serif;
      color: white; }
    form.header-search #siteSearch:focus {
      outline: 0;
      background-color: #00382a; }
  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: 1024px) {
      .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: #009e77;
      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: #111;
  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: #009e77 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: #009e77;
    color: white; }
    #Single.active:after,
    #Regular.active:after {
      opacity: 1;
      bottom: -10px; }

@media (max-width: 1024px) {
  #Single,
  #Regular {
    font-size: 1em; } }

@media (min-width: 769px) {
  #Single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  #Regular {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }

@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: 0;
    border-top-right-radius: 0; }
  #Regular {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

.pageFooter .GlobalAlert {
  display: none; }

.GlobalAlert {
  width: 100%;
  padding: 0.75rem 20px;
  font-size: 0.9rem;
  text-align: center;
  background-color: #009e77;
  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: #009e77; }

.postContent {
  padding-right: 60px;
  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: 1.1rem; }
  .postFooterWrapper .publishDetailsWrapper {
    margin-top: 0; }
    .postFooterWrapper .publishDetailsWrapper:after {
      content: '';
      display: block;
      clear: both;
      visibility: hidden; }
  .postFooterWrapper p {
    font-size: 1.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 #CCCCCC; }
  .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 #CCCCCC; }
  .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.98rem; } }

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: 2.2rem;
    margin-bottom: 1.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: 1.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: 1.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 #CCCCCC;
    padding: 15px 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: 1.1rem; }
      .listing .searchResultsArea .listedPost h2 a:hover,
      .listing .searchResultsArea .listedPost:not(.listedFundraiser) h2 a:hover {
        border-bottom-color: #009e77; }

@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: 1024px) {
    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 #CCCCCC; }
  ul.associatedListing li:nth-child(-n+5) {
    display: block; }
  ul.associatedListing li img {
    display: none; }

ul.associatedListing h3 {
  font-size: 1.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/museumofchineseaustralianhistory/assets/logo.png");
  width: 200px;
  height: 160px;
  -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/museumofchineseaustralianhistory/assets/logo.png"); } }
  @media (max-width: 1024px) {
    .mainLogo {
      width: 150px;
      height: 120px; } }
  @media (max-width: 768px) {
    .mainLogo {
      width: 100px;
      height: 80px;
      max-width: calc(100% - 150px); } }

.appealsPostBody .mainCallToAction a.cta-button.cta-donate,
body.donate .mainCallToAction a.cta-button.cta-donate {
  display: none; }

.footerTwitter {
  display: none !important; }

@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: 1.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: 60px; }

.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.375rem; }
  .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 #CCCCCC; }
    .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.375rem; }
    .donorsList .donorDetails h3, .donorsList .donorDetails h4 {
      margin-top: 10px;
      font-size: 0.935rem;
      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: 1230px;
  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: 2.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: 2.2rem;
    width: auto;
    text-align: left; }
  .donationFrequency input#monthly {
    float: right;
    margin: 5px; }
  .donationFrequency .regularPayment {
    margin-top: 5px; }

.donationAmount.donationSelected,
.donationFrequency.frequencySelected {
  background-color: #009e77;
  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.935rem; }

.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: #009e77;
    color: white; }
  .signInWrapper .signInArea .signInForm {
    margin: 0;
    padding: 0; }

.termsConditionsDetails {
  background-color: transparent;
  font-size: 1.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.54rem; }
    .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.54rem; }
  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,
.listing .listedPost[onclick*="/events/"] {
  height: auto; }
  .listing .listedEvent .listedPostText,
  .listing .listedPost[onclick*="/events/"] .listedPostText {
    height: auto; }
    .listing .listedEvent .listedPostText p,
    .listing .listedPost[onclick*="/events/"] .listedPostText p {
      margin-bottom: 0; }
  .listing .listedEvent .postFooterWrapper,
  .listing .listedPost[onclick*="/events/"] .postFooterWrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0 1.5rem; }
    .listing .listedEvent .postFooterWrapper .postFooter,
    .listing .listedPost[onclick*="/events/"] .postFooterWrapper .postFooter {
      margin: 0; }
      .listing .listedEvent .postFooterWrapper .postFooter:after,
      .listing .listedPost[onclick*="/events/"] .postFooterWrapper .postFooter:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
    .listing .listedEvent .postFooterWrapper time span:last-of-type,
    .listing .listedPost[onclick*="/events/"] .postFooterWrapper time span:last-of-type {
      display: none; }
    .listing .listedEvent .postFooterWrapper p.associatedStartDate,
    .listing .listedPost[onclick*="/events/"] .postFooterWrapper p.associatedStartDate {
      display: block; }
      .listing .listedEvent .postFooterWrapper p.associatedStartDate strong,
      .listing .listedPost[onclick*="/events/"] .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,
        .listing .listedPost[onclick*="/events/"] .postFooterWrapper p.associatedStartDate strong:before {
          width: 20px;
          height: 20px;
          font-family: 'FontAwesome';
          content: '\f073';
          font-size: 1rem;
          display: block; }
    .listing .listedEvent .postFooterWrapper p,
    .listing .listedPost[onclick*="/events/"] .postFooterWrapper p {
      margin-right: 0;
      font-weight: 700; }
      .listing .listedEvent .postFooterWrapper p:before,
      .listing .listedEvent .postFooterWrapper p strong:before,
      .listing .listedPost[onclick*="/events/"] .postFooterWrapper p:before,
      .listing .listedPost[onclick*="/events/"] .postFooterWrapper p strong:before {
        font-weight: normal; }
    .listing .listedEvent .postFooterWrapper .relatedWrapper, .listing .listedEvent .postFooterWrapper .publishDetailsWrapper,
    .listing .listedPost[onclick*="/events/"] .postFooterWrapper .relatedWrapper,
    .listing .listedPost[onclick*="/events/"] .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(17, 17, 17, 0.5); }

h3.itemName {
  font-size: 1.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% - 20px);
  margin-right: 30px;
  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: 1024px) {
  .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: 2.2rem; }

h3.vat {
  color: rgba(17, 17, 17, 0.5); }

.promoCode,
.deliveryAmount {
  margin-top: 40px;
  margin-bottom: 0; }
  .promoCode span,
  .deliveryAmount span {
    font-size: 1.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.76rem; }
  .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 #CCCCCC; }
      .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: #CCCCCC;
        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 #CCCCCC; }
    .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: 1230px;
  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: #009e77 !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 #CCCCCC;
  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; } }

@media (max-width: 480px) {
  .fundraiserSearchResults .listedFundraiser {
    width: 100%;
    margin: 0 0 20px 0; } }

.shopLandingPage .contentBlockWrapper .contentBlock,
.shopListingPage .contentBlockWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.departments {
  display: block;
  float: none;
  width: 340px; }

.departmentsContent {
  position: sticky;
  top: 10px; }
  .departmentsContent > h2 {
    margin-top: 0;
    font-size: 1.2rem; }

.hierarchyItem {
  background-color: #eceeef;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .hierarchyItem:hover {
    text-decoration: none;
    background-color: #d0d5d8; }

.productListOrder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #eceeef;
  padding: 8px;
  width: 100%;
  margin: 0 0 15px;
  font-size: 0.85rem; }
  .productListOrder li {
    float: none; }

.shopLandingContent,
.productList {
  width: calc(100% - 340px); }

.shopLandingContent .listedPost.listedProduct:not(.listedFundraiser),
.productList .listedPost.listedProduct:not(.listedFundraiser) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #eceeef; }
  .shopLandingContent .listedPost.listedProduct:not(.listedFundraiser):first-of-type,
  .productList .listedPost.listedProduct:not(.listedFundraiser):first-of-type {
    border-top: 1px solid #eceeef; }
  .shopLandingContent .listedPost.listedProduct:not(.listedFundraiser) .listed-post-image-link,
  .productList .listedPost.listedProduct:not(.listedFundraiser) .listed-post-image-link {
    width: 200px; }
  .shopLandingContent .listedPost.listedProduct:not(.listedFundraiser) .listedProductText,
  .productList .listedPost.listedProduct:not(.listedFundraiser) .listedProductText {
    padding: 0 0 0 30px;
    width: calc(100% - 200px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

@media (max-width: 1024px) {
  .departments {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; }
  .departmentsContent {
    position: relative;
    top: auto; }
  .shopLandingContent,
  .productList {
    width: 100%; } }

@media (max-width: 768px) {
  .shopLandingContent .listedPost.listedProduct:not(.listedFundraiser),
  .productList .listedPost.listedProduct:not(.listedFundraiser) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .shopLandingContent .listedPost.listedProduct:not(.listedFundraiser) .listed-post-image-link,
    .productList .listedPost.listedProduct:not(.listedFundraiser) .listed-post-image-link {
      width: 100%; }
    .shopLandingContent .listedPost.listedProduct:not(.listedFundraiser) .listedProductText,
    .productList .listedPost.listedProduct:not(.listedFundraiser) .listedProductText {
      width: 100%;
      padding: 20px 0 0; }
  .productListOrder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .productListOrder li {
      margin: 0;
      padding: 0;
      border: 0; } }

.inMemoryListingPage .contentBlockWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.inMemoryListingPage .listing .postAside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  float: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1230px; }

.inMemoryListingPage .associated {
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  cursor: default; }

.createInMemBtn {
  margin: 10px 0;
  font-size: 1.2rem; }

.formQuestion.findAMemorialName {
  width: 100%; }

.findAMemorial {
  width: 100%;
  max-width: 1230px;
  margin: 20px auto 0;
  background-color: #eceeef;
  padding: 20px; }
  .findAMemorial + h2 {
    font-weight: 400;
    margin: 40px 0 20px 0;
    width: 100%; }

.findAMemorialBtn {
  margin-top: 10px; }

.findAMemorialForm {
  margin: 0; }

#memorialArea {
  width: 100%; }
  #memorialArea:after {
    content: "";
    display: table;
    clear: both; }
  #memorialArea .listedInMemory h2 {
    font-size: 1.65rem; }
  #memorialArea .listedPost.listedInMemory:first-child {
    margin-top: 0; }

.life {
  font-size: inherit;
  color: #515151;
  display: block;
  margin: 20px 0; }

.formWrapper.inMemoryCreateFormWrapper {
  padding: 0; }

.inMemPostPage article {
  width: 100%;
  max-width: 720px; }

.inMemPostPage .carousel {
  margin-top: 20px; }

.inMemContent {
  padding: 0;
  width: 100%;
  text-align: center; }
  .inMemContent .appealActions {
    margin: 40px auto;
    float: none; }
    .inMemContent .appealActions a.button {
      width: calc(50% - 10px);
      margin: 0 5px; }
  .inMemContent .appealInteractionsWrapper {
    margin-top: 150px;
    text-align: left; }
    .inMemContent .appealInteractionsWrapper #makeComment {
      text-align: left; }

@media (max-width: 768px) {
  .inMemoryListingPage .listContent,
  .inMemoryListingPage .listing .postAside {
    width: 100%;
    float: none;
    padding: 0; }
  .inMemoryListingPage .postAside {
    margin: 0; }
  .inMemPostPage .carousel {
    margin-top: 0; }
  .inMemPostPage article {
    width: 100%; } }

@media (max-width: 480px) {
  .inMemContent .appealActions a.button {
    width: 100%;
    margin: 5px 0; } }

html, button, body, legend {
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

h1 {
  font-size: 40px;
  font-size: 2.75rem; }

h2 {
  font-size: 32px;
  font-size: 2.2rem; }

h3 {
  font-size: 26px;
  font-size: 1.7875rem; }

h4 {
  font-size: 23px;
  font-size: 1.58125rem; }

h5 {
  font-size: 20px;
  font-size: 1.375rem; }

h6 {
  font-size: 13px;
  font-size: 0.935rem; }

p {
  margin: 0 0 1.1rem 0;
  font-size: 16px;
  font-size: 1.1rem; }

blockquote {
  padding: 2rem; }
  blockquote p,
  blockquote ul,
  blockquote ol {
    font-size: 1.43rem;
    font-weight: 600; }
  blockquote p:first-child:before,
  blockquote p:last-child:after {
    display: none; }

.postContent a:not(.cta-button):not(.button), .postContent a:link:not(.cta-button):not(.button), .postContent a:visited:not(.cta-button):not(.button) {
  text-decoration: underline;
  font-weight: 700; }

tr:nth-child(odd) {
  background-color: transparent; }

.basketContent td.itemColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.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: #009e77;
  color: white;
  font-size: .94em;
  padding: 0.75em 2.5em;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .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: #006b51;
    color: white;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

span.readMore a {
  color: white; }

.mainCallToAction a.cta-button:not(:last-of-type) {
  background-color: #3A3A3A;
  color: white; }
  .mainCallToAction a.cta-button:not(:last-of-type):hover {
    background-color: #212121;
    color: white; }

a.button.donate,
a.button.donateBtn,
a.cta-button.cta-donate,
#totaliserActions .buttonDonate {
  background-color: #009e77;
  color: white; }
  a.button.donate:hover,
  a.button.donateBtn:hover,
  a.cta-button.cta-donate:hover,
  #totaliserActions .buttonDonate:hover {
    background-color: #006b51; }

a.buttonIcon:link, a.buttonIcon:visited,
a.remove, a.remove:link {
  background-color: #009e77;
  color: white; }
  a.buttonIcon:link:hover, a.buttonIcon:visited:hover,
  a.remove:hover, a.remove:link:hover {
    background-color: #009e77;
    color: white; }

@media screen and (max-width: 992px) {
  a.buttonIcon:link.increaseQuantity, a.buttonIcon:link.decreaseQuantity {
    color: #009e77; }
    a.buttonIcon:link.increaseQuantity:hover, a.buttonIcon:link.decreaseQuantity:hover {
      color: #009e77; } }

@media (min-width: 768px) and (max-width: 840px) {
  .productActions {
    font-size: .85em; } }

.carousel {
  overflow: hidden;
  position: relative;
  padding: 0; }

.carouselDetailWrapper {
  position: absolute;
  width: 100%;
  max-width: 1230px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .carouselDetailWrapper p,
  .carouselDetailWrapper .totaliserFigure,
  .carouselDetailWrapper .totaliserLabel {
    color: #fff; }
  .carouselDetailWrapper h2.carouselSlideHeading {
    color: #fff;
    margin-top: 0;
    font-size: 2em; }
    .carouselDetailWrapper h2.carouselSlideHeading a, .carouselDetailWrapper h2.carouselSlideHeading a:link, .carouselDetailWrapper h2.carouselSlideHeading a:visited {
      color: inherit; }

.carouselSlideDetail {
  width: 100%;
  max-width: 30%;
  min-width: 360px;
  padding: 0px;
  position: absolute;
  margin: 0;
  font-size: inherit;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px; }
  @media (max-width: 1024px) {
    .carouselSlideDetail {
      max-width: 50%; } }

@media (min-width: 769px) {
  .carousel.hasCaption .carouselSlideTitle {
    position: relative; }
    .carousel.hasCaption .carouselSlideTitle:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(68.47%, rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 68.47%);
      background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 68.47%); } }

h2.carouselSlideHeading, p.carouselSlideSummary {
  text-align: left; }

p.carouselSlideSummary {
  margin-bottom: 0;
  font-size: 1.0625;
  line-height: 1.5; }

.carouselSlideReadMore {
  font-size: .875rem;
  margin-top: 15px;
  display: none; }

.carouselSlides {
  background-color: #333; }

.carouselSlide {
  display: block;
  opacity: 1;
  position: relative;
  width: 100%;
  -webkit-transition: opacity 600ms ease-in-out;
  -o-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms 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 1200ms ease-in-out;
    -o-transition: opacity 1200ms ease-in-out;
    transition: opacity 1200ms ease-in-out; }

.carouselSlideTitle {
  display: block; }

.containsVideo {
  z-index: 0; }
  .containsVideo iframe {
    border: 0; }
  .containsVideo .embed-container {
    z-index: 1; }
  .containsVideo .carouselSlideDetail {
    z-index: 2; }

@media (min-width: 769px) {
  .carouselSlideDetail.appeal {
    max-width: 60%; } }

.carousel .totaliserPanel {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
  padding: 40px 10px 0;
  max-width: 360px; }
  .carousel .totaliserPanel .totaliserBG {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg) translateY(-100%);
        -ms-transform: rotate(90deg) translateY(-100%);
            transform: rotate(90deg) translateY(-100%);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    border: none;
    height: 360px; }
  .carousel .totaliserPanel .totaliserLabel {
    font-size: .875em; }
  .carousel .totaliserPanel .totaliserFigure {
    font-size: 1.25em; }
    .carousel .totaliserPanel .totaliserFigure.raisedAmount {
      color: #fff; }
  .carousel .totaliserPanel .targetWrapper {
    float: right; }
    .carousel .totaliserPanel .targetWrapper .totaliserLabel,
    .carousel .totaliserPanel .targetWrapper .totaliserFigure {
      text-align: right; }
  .carousel .totaliserPanel .raisedWrapper {
    margin-top: 0px;
    float: left; }

.carousel #totaliserActions {
  text-align: left; }
  .carousel #totaliserActions .buttonFundraise,
  .carousel #totaliserActions .buttonDonate {
    float: none;
    margin: 20px 10px 0 0; }
    @media screen and (max-width: 768px) {
      .carousel #totaliserActions .buttonFundraise,
      .carousel #totaliserActions .buttonDonate {
        width: 100%;
        margin: 10px 0 0;
        background-color: #006b51; } }

@media (min-width: 769px) and (max-width: 1320px) {
  .carouselImageMultiple .carouselSlideDetail {
    left: 110px; } }

@media screen and (max-width: 1000px) {
  .carousel ul {
    /* overwrite bf */
    margin-top: 0; } }

@media screen and (max-width: 768px) {
  .carouselDetailWrapper {
    position: relative;
    padding: 0; }
  .carouselSlideDetail {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    background-color: #009e77;
    padding: 20px;
    left: 0;
    bottom: 0;
    top: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .carouselSlideDetail p,
    .carouselSlideDetail .totaliserFigure,
    .carouselSlideDetail .totaliserLabel,
    .carouselSlideDetail h2.carouselSlideHeading {
      color: white; }
  .carousel .totaliserPanel {
    max-width: 100%; }
    .carousel .totaliserPanel .totaliserDone {
      background-color: #00382a; }
    .carousel .totaliserPanel .totaliserBG {
      height: calc(100vw - 40px); }
  .carouselSlideReadMore {
    display: table;
    background-color: #006b51; } }

ul.carouselControls {
  padding: 0;
  width: 100%; }
  ul.carouselControls li a {
    background-color: #009e77;
    color: white;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center; }
    ul.carouselControls li a:before {
      display: none; }

.carouselControlPrev {
  left: 0;
  background-image: url("//assets.rit.org.uk/small-charity/themes/delgado/assets/carousel-prev.png"); }
  @supports (color: red) {
    .carouselControlPrev {
      background-image: url("data:image/svg+xml;utf8,<svg width='9' height='16' xmlns='http://www.w3.org/2000/svg'><g fill='none' stroke='%23ffffff'><path transform='scale(1.003 .997) rotate(45 -9.8 4.17)' d='M0-.5h11.17'/><path d='M8.34.71L.43 8.6'/></g></svg>"); } }

.carouselControlNext {
  left: 46px;
  background-image: url("//assets.rit.org.uk/small-charity/themes/delgado/assets/carousel-next.png"); }
  @supports (color: red) {
    .carouselControlNext {
      background-image: url("data:image/svg+xml;utf8,<svg width='9' height='16' xmlns='http://www.w3.org/2000/svg'><g fill='none' stroke='%23ffffff'><path transform='scale(-1.003 -.997) rotate(45 5.47 -14.96)' d='M0-.5h11.17'/><path d='M.74 15.65l7.91-7.88'/></g></svg>"); } }

ul.carouselControls {
  display: block; }

ul.carouselButtons {
  display: none; }

@media screen and (max-width: 768px) {
  .carousel ul.carouselButtons {
    display: none; }
  ul.carouselControls {
    display: block; }
    ul.carouselControls li a {
      margin-top: 0;
      top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      bottom: auto; }
      ul.carouselControls li a.carouselControlPrev {
        left: 0; }
      ul.carouselControls li a.carouselControlNext {
        right: 0;
        left: auto; } }

.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: #009e77;
    color: #fff; }
  .videoPopupClose:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 1px;
    margin-left: -1px; }
  @media (max-width: 540px) {
    .videoPopupClose {
      top: -10px;
      right: -10px; } }

.showsVideo {
  height: 100%;
  width: 100%;
  display: block; }
  .showsVideo:before {
    text-align: center;
    height: 100px;
    line-height: 100px;
    z-index: 1;
    font-family: 'FontAwesome';
    background-color: transparent;
    border-radius: 0;
    font-size: 100px;
    content: '\f144';
    max-width: 1190px;
    margin: 0 auto; }
    @media (max-width: 1230px) {
      .showsVideo:before {
        max-width: calc(100% - 40px); } }
    @media (max-width: 768px) {
      .showsVideo:before {
        left: 0;
        right: 0; } }
    @media screen and (max-width: 480px) {
      .showsVideo:before {
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px; } }

@media (min-width: 768px) {
  .carousel.hasCaption .showsVideo:before {
    width: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 18%; } }

section.carousel.carouselImageSingle:not(.hasCaption) .showsVideo:before {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .showsVideo {
    position: relative; }
    .showsVideo:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .showsVideo + .carouselDetailWrapper .carouselSlideDetail {
    padding: 20px; } }

@media (min-width: 768px) and (max-width: 1320px) {
  .carouselImageMultiple .showsVideo:before {
    max-width: calc(100% - 270px); } }

.shareWrapper {
  text-align: left;
  padding-top: 20px;
  border-top: 1px solid #CCCCCC; }
  .shareWrapper strong {
    font-size: 1.5em; }
    @media (max-width: 768px) {
      .shareWrapper strong {
        font-size: 1em; } }

ul.shareList li {
  margin-right: 5px; }
  ul.shareList li a {
    background-color: transparent;
    width: 30px; }
    ul.shareList li a:before {
      width: 30px;
      text-align: left;
      color: #111;
      font-size: 1.0625rem; }
  ul.shareList li a:hover {
    opacity: 1;
    background-color: transparent; }
    ul.shareList li a:hover:before {
      color: #444444; }

ul.shareList a.shareEmail:before {
  background-color: transparent; }

.faqListingPage .contentBlockWrapper {
  max-width: 830px; }

.faqListingPage .headerText > *:not(.breadcrumbWrapper) {
  max-width: 790px;
  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; }

.faqListingPage .postAside {
  display: none; }

.faqListingPage .listContent, .faqListingPage .postContent {
  width: 100%;
  float: none; }

.accordianHeader {
  padding: 30px;
  margin-top: 30px;
  position: relative;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  -webkit-transition: border-color .1s ease-in-out;
  -o-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out; }
  .accordianHeader h2 {
    font-size: 1.5em;
    margin: 0;
    font-weight: 700; }
    .accordianHeader h2 a {
      color: #111; }
      .accordianHeader h2 a:hover {
        text-decoration: none; }
  .accordianHeader p.postSummary {
    margin: 0;
    padding: 0; }
  .accordianHeader a.expand:link {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 0px;
    background-color: transparent; }
    .accordianHeader a.expand:link:before {
      color: #009e77;
      line-height: 35px;
      font-size: 1.3em; }
  .accordianHeader:hover {
    cursor: pointer;
    border-color: #009e77; }
    .accordianHeader:hover h2 a {
      color: #009e77; }

.accordianHeaderText {
  float: none;
  width: 90%; }

.accordianBody.contentBlockWrapper {
  padding: 30px;
  background-color: transparent;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC; }
  .accordianBody.contentBlockWrapper .postFooterWrapper {
    display: none; }

.accordianOpen a.expand:link:before {
  font-family: 'FontAwesome';
  content: '\f106'; }

.post_collapseContent,
.post_collapseTitle {
  background-color: #CCCCCC;
  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; } }

.totaliserBG {
  width: 30px;
  height: 260px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #CCCCCC;
  overflow: hidden; }

.totaliserLabel, .totaliserFigure {
  line-height: 1.4; }

.totaliserLabel {
  font-size: 1.0625em;
  color: #111; }

.totaliserFigure {
  font-weight: 700;
  font-size: 2em; }
  .totaliserFigure.raisedAmount {
    color: #009e77; }

.totaliserGiftAid {
  width: 100%; }

.yourDonation > legend + .donationFrequency {
  padding-left: 10px;
  padding-right: 10px; }
  .yourDonation > legend + .donationFrequency.frequencySelected {
    background-color: transparent; }

.headerText {
  margin-bottom: 40px; }
  .headerText h1 {
    font-size: 2.5em;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCC; }

.postContent {
  padding-right: 130px;
  width: calc(100% - 280px); }

.appealActions,
.postAside {
  width: 280px;
  min-width: 280px; }

.shareWrapper ul.shareList a {
  text-decoration: none !important; }

.customForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 60px auto; }
  .customForm #outerDiv {
    margin: 0; }

@media (max-width: 1024px) {
  .contentBlock, .postAside, .listContent, .postContent, .appealActions {
    width: 100%;
    padding: 0;
    float: none; } }

@media (max-width: 768px) {
  .headerText h1 {
    font-size: 1.8em; } }

header#pageHeader {
  position: relative;
  background-color: #fff;
  top: auto;
  z-index: 2; }
  header#pageHeader .headerContent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.mainLogo {
  margin: 20px 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.menuAdminContainer {
  display: none; }

.adminBar, .adminBarEdit {
  font-size: 0.85em;
  padding: 10px 20px; }

.mainCallToAction {
  margin: 20px 0 20px 20px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .mainCallToAction ul.socialIcons,
  .mainCallToAction ul.mainCallToAction__basket,
  .mainCallToAction a.cta-button {
    display: inline-block;
    vertical-align: middle; }
  .mainCallToAction ul.socialIcons {
    margin-right: 10px;
    font-size: 0; }
    .mainCallToAction ul.socialIcons li a {
      background-color: transparent; }
      .mainCallToAction ul.socialIcons li a:before {
        color: #111; }
      .mainCallToAction ul.socialIcons li a:hover:before {
        color: #444444; }
  .mainCallToAction a.cta-button {
    margin-right: 0;
    margin-left: .75rem; }
  .mainCallToAction .tagline {
    display: none; }
  .mainCallToAction ul.mainCallToAction__basket {
    margin: 0 10px 0 0; }
    .mainCallToAction ul.mainCallToAction__basket a, .mainCallToAction ul.mainCallToAction__basket a:link, .mainCallToAction ul.mainCallToAction__basket a:visited {
      font-size: .9375em;
      color: rgba(17, 17, 17, 0.5); }

.headerFollowContainer {
  display: none; }

.tagline {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.mainCallToAction__contents {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.mainCallToAction__uls,
.mainCallToAction__cta-buttons {
  margin-top: 5px;
  margin-bottom: 5px; }

.mainCallToAction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .mainCallToAction__contents .mainCallToAction__cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

form.header-search {
  display: none;
  float: right;
  margin: 20px 0; }
  form.header-search .searchContainer {
    display: block;
    float: none;
    margin: 0; }
  form.header-search #siteSearch {
    width: 200px;
    margin-top: 0;
    height: 40px;
    vertical-align: top; }
    form.header-search #siteSearch:focus {
      outline: 0; }
  form.header-search button {
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0; }
    form.header-search button:before {
      margin: 0;
      font-weight: normal;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 24px;
      display: block;
      font-family: 'FontAwesome';
      content: '\f002'; }

.cc-cookies {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-shadow: none; }

header#pageHeader.sticky {
  position: fixed;
  top: 0;
  z-index: 3; }
  header#pageHeader.sticky .mainLogo {
    margin: 8px 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100px;
    height: 80px; }
  header#pageHeader.sticky .mainCallToAction {
    margin: 8px 0 8px 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  header#pageHeader.sticky ul.topLevel > li > a {
    padding: 8px 20px;
    -webkit-transition: padding 300ms ease;
    -o-transition: padding 300ms ease;
    transition: padding 300ms ease; }
  header#pageHeader.sticky .mainCallToAction ul.socialIcons {
    display: none; }
  header#pageHeader.sticky a.menuMainAlt {
    bottom: 50%; }

@media (max-width: 1024px) {
  header.pageHeader .headerContent {
    border-bottom: 1px solid #CCCCCC; }
  header#pageHeader .headerContent > .mainCallToAction {
    margin-right: 130px; }
    header#pageHeader .headerContent > .mainCallToAction .tagline,
    header#pageHeader .headerContent > .mainCallToAction ul.mainCallToAction__basket,
    header#pageHeader .headerContent > .mainCallToAction ul.socialIcons,
    header#pageHeader .headerContent > .mainCallToAction a.cta-button:not(.cta-donate) {
      display: none; }
  .mainCallToAction .quickGivingPanel {
    display: none; } }

@media screen and (max-width: 768px) {
  .headerContent > .mainCallToAction {
    display: none; }
  .cc-cookies {
    position: fixed; } }

@media (max-width: 480px) {
  .searchContainer button {
    margin: 0; } }

.pageFooterWrapper {
  border-top: 0;
  background-color: #3A3A3A;
  padding: 60px 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-top: 0;
  margin-bottom: 0;
  color: white;
  line-height: 1.4; }
  .footerBox h1, .footerBox h2, .footerBox h3 {
    margin-top: 0;
    font-size: 24px;
    color: white; }
  .footerBox ul li, .footerBox ol li {
    list-style: none;
    color: white; }
  .footerBox p, .footerBox a {
    color: white; }
  .footerBox p {
    line-height: 1.4; }
  .footerBox a {
    color: white;
    opacity: .5; }
    .footerBox a:hover {
      color: white;
      opacity: 1;
      text-decoration: underline; }

.footerBox1 {
  margin-left: 0px; }

.footerBox1, .footerBox2 {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.footerBox3, .footerBox4 {
  padding-top: 30px; }

.footerBox1 {
  width: 70%; }

.footerBox2 {
  width: 30%;
  padding-left: 30px;
  text-align: right; }
  @media (max-width: 1024px) {
    .footerBox2 {
      word-break: break-all; } }

.footerBox3 {
  width: 80%; }

.footerBox4 {
  text-align: right;
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.footerBox5 {
  width: 100%; }

.footerBox2 > h2, .footerBox3 > h2, .footerBox4 > h2 {
  display: none; }

ul.footerLinks {
  width: 100%;
  margin: 0;
  font-size: .9375em; }
  ul.footerLinks li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
    ul.footerLinks li a {
      display: block;
      line-height: 1; }
    ul.footerLinks li:first-child {
      padding-left: 0px;
      border-left: none; }
  ul.footerLinks li.menuAdminBasket span:not(.basket-summary) {
    font-size: 0;
    line-height: 0; }
    ul.footerLinks li.menuAdminBasket span:not(.basket-summary):before {
      content: '\f291';
      font-family: 'FontAwesome';
      display: inline-block;
      font-size: 1rem;
      margin-right: 5px; }

.footerBox ul.socialIcons li a {
  background-color: transparent;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  opacity: 1; }
  .footerBox ul.socialIcons li a:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    color: #fff; }
  .footerBox ul.socialIcons li a:hover:before {
    color: rgba(255, 255, 255, 0.5); }

.footerBox5 {
  margin-top: 15px; }
  .footerBox5 p {
    font-size: .6875em;
    margin: 0;
    color: white;
    opacity: .5; }

.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 (max-width: 900px) and (min-width: 769px) {
  ul.footerLinks li {
    padding: 0 10px;
    font-size: .9em; } }

@media screen and (max-width: 768px) {
  .pageFooterWrapper {
    padding-top: 40px;
    padding-bottom: 40px; }
  .footerTwitter, .footerBox {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
    display: block;
    padding-left: 0px; }
  .pageFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  ul.footerLinks li {
    display: block;
    border-left: none;
    padding: 0; }
  .footerBox ul.socialIcons li a {
    margin-left: 0; }
    .footerBox ul.socialIcons li a:before {
      text-align: center; } }

.menuMain {
  background-color: #009e77;
  float: none;
  position: relative;
  top: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center; }
  @media (min-width: 1025px) {
    .menuMain {
      border-top: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC; } }
  .menuMain .mobile-search,
  .menuMain .mobile-social {
    display: none; }
  .menuMain ul li > a {
    color: #FFF;
    height: auto;
    padding: 10px 20px;
    text-align: left; }
    .menuMain ul li > a:hover {
      color: #FFF;
      background-color: rgba(0, 0, 0, 0.075); }
  .menuMain ul li .subMenu {
    border: 0;
    background-color: #009e77;
    min-width: 200px;
    max-width: 200px;
    z-index: 2; }
    .menuMain ul li .subMenu li a {
      background-color: transparent;
      padding: 10px 20px;
      color: white; }
      .menuMain ul li .subMenu li a:hover {
        color: white;
        background-color: rgba(17, 17, 17, 0.075); }
  .menuMain .mainCallToAction,
  .menuMain form.header-search {
    display: none; }

ul.topLevel {
  width: 100%;
  max-width: 1230px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  ul.topLevel > li > a {
    font-size: 1.0625em; }
  @media (min-width: 769px) {
    ul.topLevel > li > a {
      padding: 15px 20px;
      -webkit-transition: padding 300ms ease-in-out;
      -o-transition: padding 300ms ease-in-out;
      transition: padding 300ms ease-in-out; } }

.breadcrumbList {
  margin-bottom: 0; }

.breadcrumbItem {
  float: none;
  display: inline-block;
  margin-right: 10px;
  white-space: inherit;
  line-height: normal; }
  .breadcrumbItem:before {
    padding-right: 10px;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f105'; }

@media screen and (max-width: 1024px) {
  header#pageHeader {
    position: relative; }
  a.menuMainAlt {
    background-color: #009e77;
    color: white;
    font-size: .94em;
    padding: 0.75em 2.5em;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0.75em 1.5em;
    margin: 0;
    position: absolute;
    bottom: 80px;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    right: 20px;
    border-radius: 0; }
    a.menuMainAlt:hover {
      background-color: #006b51;
      color: white;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    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; }
  .menuMain {
    position: absolute;
    top: 100%;
    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: #F0F0F0; }
    .menuMain.active {
      max-height: 800px;
      overflow-y: scroll;
      border-bottom: 1px solid #CCCCCC; }
    .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: rgba(0, 0, 0, 0.075); }
        .menuMain ul li .subMenu ul {
          left: auto; }
        .menuMain ul li .subMenu li a {
          color: black; }
          .menuMain ul li .subMenu li a:hover {
            color: black; }
      .menuMain ul li a {
        border-bottom: 0;
        position: relative;
        color: black; }
        .menuMain ul li a:hover {
          color: black; }
      .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: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      font-family: 'FontAwesome';
      content: '\f107'; }
    .menuMain li.hasSubmenu > a.active:after {
      content: '\f106'; }
    .menuMain > ul > li.menuAdminAltItems {
      display: none; }
    .menuMain .topLevel > li.menuAdminAltItems.menuAdminBasket {
      display: block; }
  .sticky .menuMain.active {
    max-height: 70vh; }
  .menuMain .mainCallToAction {
    display: block;
    text-align: left;
    margin: 0;
    float: none;
    padding: 10px 20px; }
    .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: black; }
    .menuMain .mainCallToAction a.cta-button {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 5px 0;
      text-align: center; }
    .menuMain .mainCallToAction a.cta-donate {
      display: none; }
    .menuMain .mainCallToAction ul.mainCallToAction__basket,
    .menuMain .mainCallToAction .tagline {
      display: none; }
  .menuMain form.header-search {
    padding: 15px;
    float: none;
    margin: 0; }
    .menuMain form.header-search .searchContainer {
      padding: 0;
      position: relative; }
    .menuMain form.header-search #siteSearch {
      width: calc(100% - 50px);
      border-radius: 0; }
    .menuMain form.header-search button {
      margin-right: 0;
      position: absolute;
      top: 0;
      right: 0; } }

@media screen and (max-width: 768px) {
  a.menuMainAlt {
    bottom: 60px; }
  .menuMain li a {
    border-bottom: 0; }
  .menuMain .mainCallToAction a.cta-donate {
    display: block; } }

.NewsletterSign-up h1 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px; }

.NewsletterSign-up #mc_embed_signup_scroll,
.NewsletterSign-up .featureForm > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-right: 10px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .NewsletterSign-up .mc-field-group input,
  .NewsletterSign-up .formQuestion input {
    height: 45px;
    border: none;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff; }
    .NewsletterSign-up .mc-field-group input:focus,
    .NewsletterSign-up .formQuestion input:focus {
      background-color: #fff;
      color: #111; }
    .NewsletterSign-up .mc-field-group input::-webkit-input-placeholder, .NewsletterSign-up .formQuestion input::-webkit-input-placeholder {
      color: white; }
    .NewsletterSign-up .mc-field-group input::-moz-placeholder, .NewsletterSign-up .formQuestion input::-moz-placeholder {
      color: white; }
    .NewsletterSign-up .mc-field-group input:-ms-input-placeholder, .NewsletterSign-up .formQuestion input:-ms-input-placeholder {
      color: white; }
    .NewsletterSign-up .mc-field-group input::-ms-input-placeholder, .NewsletterSign-up .formQuestion input::-ms-input-placeholder {
      color: white; }
    .NewsletterSign-up .mc-field-group input::placeholder,
    .NewsletterSign-up .formQuestion input::placeholder {
      color: white; }
  .NewsletterSign-up .mc-field-group label,
  .NewsletterSign-up .formQuestion label {
    text-align: left; }

.NewsletterSign-up #mc-embedded-subscribe,
.NewsletterSign-up button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #009e77;
  color: white;
  margin: 0;
  height: 45px;
  padding: 0;
  min-width: 100px;
  display: block;
  font-size: .94em; }
  .NewsletterSign-up #mc-embedded-subscribe:hover,
  .NewsletterSign-up button:hover {
    background-color: #006b51; }

.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-embedded-subscribe,
  .NewsletterSign-up button {
    margin-top: 20px;
    width: 100%; } }

.associated:not(.associatedBox):not(.associatedAppeal) > h2,
.eventDetails section > h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375em;
  line-height: 1;
  padding: 1em;
  background-color: #3A3A3A;
  color: #fff;
  margin: 0;
  display: inline-block;
  width: auto; }

ul.associatedListing {
  border: 1px solid #CCCCCC;
  margin-top: -1px;
  padding: 10px 20px; }
  ul.associatedListing li {
    border: none; }

.associatedBox,
.associatedAppeal {
  padding-bottom: 2rem;
  border: 1px solid #CCCCCC; }
  .associatedBox > *:not(a),
  .associatedAppeal > *:not(a) {
    padding-left: 2rem;
    padding-right: 2rem; }
  .associatedBox > h2,
  .associatedAppeal > h2 {
    padding-top: 2rem;
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 700; }
    .associatedBox > h2 a,
    .associatedAppeal > h2 a {
      color: #111; }
  .associatedBox .associatedSummary,
  .associatedAppeal .associatedSummary {
    font-size: 1.0625em;
    margin: 0; }
  .associatedBox .button, .associatedBox a.button:link, .associatedBox a.button:visited,
  .associatedAppeal .button,
  .associatedAppeal a.button:link,
  .associatedAppeal a.button:visited {
    display: block;
    width: 100%;
    margin: 10px auto; }
    .associatedBox .button:last-of-type, .associatedBox a.button:link:last-of-type, .associatedBox a.button:visited:last-of-type,
    .associatedAppeal .button:last-of-type,
    .associatedAppeal a.button:link:last-of-type,
    .associatedAppeal a.button:visited:last-of-type {
      margin-bottom: 0px; }

.associatedBox .button, .associatedBox a.button:link, .associatedBox a.button:visited {
  max-width: calc(100% - 4rem); }

.associatedAppeal .featureFooter {
  font-size: 1em;
  border: none; }

.associatedAppeal .featureFooter > p,
.associatedAppeal .featureFooter > div {
  display: none; }

.associatedAppeal .button {
  width: 100%;
  margin: 10px auto; }

a.mapLink {
  margin-top: 15px; }

.eventDetails section {
  border: 1px solid #CCCCCC;
  padding: 20px;
  position: relative;
  margin-top: 65px; }
  .eventDetails section h3.eventLabel {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.staticMap img {
  max-width: 100%; }

.contactOfficeAddress {
  margin-top: 0; }

@media (max-width: 768px) {
  .contactAddress {
    padding-left: 0px;
    padding-right: 0px; } }

.listing .listedPost:not(.listedFundraiser) {
  margin-left: 0;
  margin-left: 0;
  width: calc( 33.33333% - 20px);
  margin-right: 30px;
  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;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .listing .listedPost:not(.listedFundraiser):nth-of-type(3n), .listing .listedPost:not(.listedFundraiser):last-child {
    margin-right: 0; }
  .listing .listedPost:not(.listedFundraiser) .home-feature-image-link,
  .listing .listedPost:not(.listedFundraiser) .listed-post-image-link {
    width: 100%;
    display: block; }

.listing .listedPost {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  -webkit-transition: border-color .1s ease-in-out;
  -o-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out;
  border: 1px solid #CCCCCC; }
  .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 .listedPostText {
    padding: 2em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .listing .listedPost h2, .listing .listedPost p {
    margin-top: 0; }
  .listing .listedPost h2 {
    font-size: 1.5em;
    font-weight: 700; }
    .listing .listedPost h2 a {
      color: #111; }
  .listing .listedPost p {
    font-size: 1.0625em;
    margin-bottom: 0px; }
  .listing .listedPost .readMore {
    display: none; }
  .listing .listedPost .postFooterWrapper {
    display: none;
    padding: 2em;
    width: 100%; }
  .listing .listedPost:hover {
    cursor: pointer;
    border-color: #009e77; }
    .listing .listedPost:hover h2 a {
      color: #009e77; }

.listing .postAside {
  display: none; }

.listing .listedPost.listedEvent {
  height: auto; }
  .listing .listedPost.listedEvent .listedPostText {
    border-bottom: none; }
  .listing .listedPost.listedEvent .postFooterWrapper {
    margin-top: 0;
    padding: 0 2em 1em 2em;
    display: block;
    height: auto; }
    .listing .listedPost.listedEvent .postFooterWrapper div, .listing .listedPost.listedEvent .postFooterWrapper p {
      display: none; }
    .listing .listedPost.listedEvent .postFooterWrapper div.postFooter {
      display: block;
      margin-top: 0; }
    .listing .listedPost.listedEvent .postFooterWrapper p.associatedStartDate,
    .listing .listedPost.listedEvent .postFooterWrapper .locationDetails {
      display: block;
      width: 100%;
      margin: 0 0 5px 0;
      font-size: .85em;
      color: #444444; }
      .listing .listedPost.listedEvent .postFooterWrapper p.associatedStartDate strong,
      .listing .listedPost.listedEvent .postFooterWrapper .locationDetails strong {
        display: none; }
      .listing .listedPost.listedEvent .postFooterWrapper p.associatedStartDate:before,
      .listing .listedPost.listedEvent .postFooterWrapper .locationDetails:before {
        content: '';
        font-family: 'FontAwesome';
        display: inline-block;
        margin-right: 5px;
        width: 10px;
        text-align: center; }
    .listing .listedPost.listedEvent .postFooterWrapper p.associatedStartDate:before {
      content: '\f133'; }
    .listing .listedPost.listedEvent .postFooterWrapper p.locationDetails:before {
      content: '\f041'; }
  .listing .listedPost.listedEvent:hover .postFooterWrapper {
    border-color: #009e77; }

#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: #CCCCCC; }
  span.googleSearchWrapper input[type="text"] {
    margin: 0;
    font-size: 1.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: #CCCCCC;
    margin-bottom: 40px; }
  .content.listContent.mapResultList .listedPost {
    border-bottom-color: #CCCCCC;
    width: 100%; }
  .content.listContent.mapResultList .listedPostText {
    font-size: 1.1rem; }
  .content.listContent.mapResultList h2 {
    font-size: 1.1rem; }
  .content.listContent.mapResultList .readMore {
    display: none; }

@media screen and (max-width: 1024px) {
  .listing .listedPost:not(.listedFundraiser) {
    margin-left: 0;
    width: calc( 50% - 15px);
    margin-right: 30px;
    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; }
    .listing .listedPost:not(.listedFundraiser):nth-child(3n) {
      margin-right: 30px; }
    .listing .listedPost:not(.listedFundraiser):nth-of-type(2n), .listing .listedPost:not(.listedFundraiser):last-child {
      margin-right: 0; }
  .content.listContent.mapResultList .listingBanner {
    float: none;
    width: 100%;
    margin: 0 0 20px 0; } }

@media (max-width: 768px) {
  .listing .listedPost:not(.listedFundraiser) {
    width: 100%;
    float: none;
    padding: 0;
    margin-right: 0px; }
    .listing .listedPost:not(.listedFundraiser):nth-child(3n), .listing .listedPost:not(.listedFundraiser):nth-child(2n) {
      margin-right: 0px; } }

@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; } }

.container404 {
  width: 100%;
  max-width: 1230px;
  padding: 0 20px;
  margin: 30px auto; }
  .container404 h1 + h1 {
    display: none; }

.shopLandingContent .listedPost.listedProduct {
  overflow: hidden; }
  .shopLandingContent .listedPost.listedProduct .listed-post-image-link {
    background-color: #fff; }
    .shopLandingContent .listedPost.listedProduct .listed-post-image-link img {
      width: 100%;
      max-width: 300px;
      display: block;
      margin: 0 auto; }
  .shopLandingContent .listedPost.listedProduct:hover img.banner {
    opacity: 1; }

.postFooterWrapper .productFooter {
  margin: 0; }

.listedProductText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .listedProductText h2 {
    font-size: 1.5em;
    font-weight: 700; }
    .listedProductText h2 a {
      color: #111; }
  .listedProductText p {
    margin: 0; }

.productPrice {
  font-size: 1.2em;
  color: #009e77;
  font-weight: 600; }

.paymentFormWrapper {
  padding-left: 0px;
  padding-right: 0px; }

.paymentPage .paymentForm legend,
fieldset.delivery legend {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  font-size: 1em;
  text-align: left;
  padding: 13px 20px;
  margin: 0 auto;
  width: calc(100% - 20px);
  font-weight: 700; }

fieldset.delivery {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCCCCC;
  padding: 20px 30px 30px; }
  fieldset.delivery legend {
    width: 100%; }

@media (max-width: 1024px) {
  .contentBlockWrapper.appealActionsWrapper, .appealActionsWrapper {
    height: auto !important; }
    .contentBlockWrapper.appealActionsWrapper .contentBlock, .appealActionsWrapper .contentBlock {
      height: auto; } }

.formDonatePage legend {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  font-size: 1em;
  font-weight: 700;
  padding: 13px 20px;
  margin: 0 auto;
  width: calc(100% - 20px); }

.formDonatePage .registerButtons {
  font-size: 1em; }

.yourDonation, .paymentForm {
  padding: 20px 20px 30px;
  border: 1px solid #CCCCCC; }

.yourDonation > .formQuestion {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  float: none; }

.formDonatePage .selectDonationAmountFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .formDonatePage .selectDonationAmountFlex > span {
    width: 100%;
    padding: 0 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .formDonatePage .selectDonationAmountFlex .donationAmount {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 180px;
    padding: 20px;
    margin: 10px;
    background-color: transparent;
    border: 1px solid #CCCCCC;
    -webkit-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .formDonatePage .selectDonationAmountFlex .donationAmount.donationSelected {
      background-color: #009e77;
      border-color: #009e77; }
      .formDonatePage .selectDonationAmountFlex .donationAmount.donationSelected .donationAmountFigure,
      .formDonatePage .selectDonationAmountFlex .donationAmount.donationSelected span.donationAmountDescription {
        color: white; }
    .formDonatePage .selectDonationAmountFlex .donationAmount input[type="radio"] {
      display: none; }
    .formDonatePage .selectDonationAmountFlex .donationAmount label.checkBoxRadio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .formDonatePage .selectDonationAmountFlex .donationAmount .donationAmountFigure,
    .formDonatePage .selectDonationAmountFlex .donationAmount .donationAmountThumbnail,
    .formDonatePage .selectDonationAmountFlex .donationAmount span.donationAmountDescription {
      width: 100%;
      display: block;
      margin: 0;
      padding: 0; }
    .formDonatePage .selectDonationAmountFlex .donationAmount .donationAmountFigure {
      min-width: auto;
      font-size: 2.25em;
      border: none;
      line-height: 1;
      margin-bottom: 10px; }
    .formDonatePage .selectDonationAmountFlex .donationAmount .donationAmountThumbnail {
      margin-bottom: 10px; }
    .formDonatePage .selectDonationAmountFlex .donationAmount span.donationAmountDescription {
      text-align: center;
      font-size: 1.0625em; }
    .formDonatePage .selectDonationAmountFlex .donationAmount:nth-of-type(1) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .formDonatePage .selectDonationAmountFlex .donationAmount:nth-of-type(2) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .formDonatePage .selectDonationAmountFlex .donationAmount:nth-of-type(3) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
  .formDonatePage .selectDonationAmountFlex .donationAmount.donationAmountOther {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    border: none;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
    .formDonatePage .selectDonationAmountFlex .donationAmount.donationAmountOther label {
      line-height: 1; }
    .formDonatePage .selectDonationAmountFlex .donationAmount.donationAmountOther label, .formDonatePage .selectDonationAmountFlex .donationAmount.donationAmountOther input#donationAmountOther {
      display: inline-block;
      vertical-align: middle;
      float: none; }
    .formDonatePage .selectDonationAmountFlex .donationAmount.donationAmountOther input#donationAmountOther {
      width: 115px; }
  .formDonatePage .selectDonationAmountFlex .donationAmountInvalid {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .formDonatePage .selectDonationAmountFlex .donationAmountOtherErrorText {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

.formDonatePage .donationFrequency {
  background-color: transparent;
  border: 1px solid #CCCCCC; }
  .formDonatePage .donationFrequency label {
    font-size: 1.5em;
    width: calc(100% - 30px); }
  .formDonatePage .donationFrequency .regularPayment {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    margin: 0; }
  .formDonatePage .donationFrequency.frequencySelected {
    background-color: #009e77;
    border-color: #009e77; }
    .formDonatePage .donationFrequency.frequencySelected label {
      color: white; }

#creditcard-container {
  padding: 0 10px; }

fieldset.registerForm {
  border: 1px solid #CCCCCC; }
  fieldset.registerForm > * {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 1024px) {
  .donationForm .donationFormItems {
    width: 100%;
    margin: 0;
    padding-right: 0px;
    float: none; }
  .donationForm .supportedAppeal,
  .donationForm .appealTotaliser {
    float: none;
    width: 100%;
    margin: 0; } }

@media (max-width: 768px) {
  .formDonatePage .selectDonationAmountFlex .donationAmount {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%; } }

.findAFundraiserForm {
  padding: 20px 30px 30px;
  border: 1px solid #CCCCCC; }
  .findAFundraiserForm legend {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    font-size: 1em;
    font-weight: 700;
    padding: 13px 20px; }

.tabbedListing .findAFundraiser legend {
  border-bottom: 1px solid #CCCCCC; }

.tabbedListing .fundraiserSearchResults .listedFundraiser {
  margin-left: 0;
  width: calc( 33.33333% - 20px);
  margin-right: 30px;
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: border-color .1s ease-in-out;
  -o-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out;
  border: 1px solid #CCCCCC; }
  .tabbedListing .fundraiserSearchResults .listedFundraiser:nth-of-type(3n), .tabbedListing .fundraiserSearchResults .listedFundraiser:last-child {
    margin-right: 0; }
  .tabbedListing .fundraiserSearchResults .listedFundraiser > * {
    width: 100%; }
  .tabbedListing .fundraiserSearchResults .listedFundraiser .listed-post-image-link {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .tabbedListing .fundraiserSearchResults .listedFundraiser .listedPostText {
    padding: 2em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .tabbedListing .fundraiserSearchResults .listedFundraiser h2, .tabbedListing .fundraiserSearchResults .listedFundraiser p {
    margin-top: 0; }
  .tabbedListing .fundraiserSearchResults .listedFundraiser h2 {
    font-size: 1.5em;
    font-weight: 700; }
    .tabbedListing .fundraiserSearchResults .listedFundraiser h2 a {
      color: #111; }
  .tabbedListing .fundraiserSearchResults .listedFundraiser p {
    font-size: 1.0625em;
    margin-bottom: 0px; }
  @media (max-width: 768px) {
    .tabbedListing .fundraiserSearchResults .listedFundraiser {
      width: 100%;
      margin-right: 0px; }
      .tabbedListing .fundraiserSearchResults .listedFundraiser:nth-child(2n) {
        margin-right: 0px; } }

.fundraiserSearchResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fundraiserSearchResults .funArea .listedFundraiser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    width: calc( 25% - 22.5px);
    margin-right: 30px;
    float: left;
    display: block;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fundraiserSearchResults .funArea .listedFundraiser:nth-of-type(4n), .fundraiserSearchResults .funArea .listedFundraiser:last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .fundraiserSearchResults .funArea .listedFundraiser {
        margin-left: 0;
        width: calc( 33.33333% - 20px);
        margin-right: 30px;
        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; }
        .fundraiserSearchResults .funArea .listedFundraiser:nth-child(4n) {
          margin-right: 30px; }
        .fundraiserSearchResults .funArea .listedFundraiser:nth-of-type(3n), .fundraiserSearchResults .funArea .listedFundraiser:last-child {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .fundraiserSearchResults .funArea .listedFundraiser {
        margin-left: 0;
        width: calc( 50% - 15px);
        margin-right: 30px;
        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; }
        .fundraiserSearchResults .funArea .listedFundraiser:nth-child(3n) {
          margin-right: 30px; }
        .fundraiserSearchResults .funArea .listedFundraiser:nth-of-type(2n), .fundraiserSearchResults .funArea .listedFundraiser:last-child {
          margin-right: 0; } }
    @media (max-width: 560px) {
      .fundraiserSearchResults .funArea .listedFundraiser {
        width: 100%;
        margin-right: 0;
        float: none;
        display: block; }
        .fundraiserSearchResults .funArea .listedFundraiser:nth-child(3n) {
          margin-right: 0px; } }

@media (max-width: 1024px) {
  .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; }
  .fundraiserPostPage .associated.parentAppeal {
    display: none; } }

.homeIntroWrapper {
  margin: 4.5em auto; }

.homeIntro {
  font-family: "PT Sans", sans-serif;
  font-size: inherit;
  padding: 0;
  max-width: 960px;
  margin: 0 auto; }
  .homeIntro > * {
    margin: 0;
    font-size: 2em;
    line-height: 1.4; }

@media (max-width: 1024px) {
  .homeIntroWrapper {
    font-size: .85em;
    margin: 3em auto; } }

@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;
  width: 100%;
  max-width: 100%;
  padding: 0; }

.homeFeaturesWrapper {
  margin: 30px 0 0;
  background-color: transparent; }

.homeFeature {
  margin: 0 15px 30px;
  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;
  border: 1px solid #CCCCCC;
  -webkit-transition: border-color .1s ease-in-out;
  -o-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out; }
  .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:hover {
    background-color: transparent;
    border-color: #009e77; }
    .homeFeature:hover h2 a {
      text-decoration: none;
      color: #009e77; }

.homeFeatureDetailsWrapper {
  padding: 2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .homeFeatureDetailsWrapper h2, .homeFeatureDetailsWrapper p {
    margin-top: 0; }
  .homeFeatureDetailsWrapper h2 {
    font-size: 1.5em;
    font-weight: 700; }
    .homeFeatureDetailsWrapper h2 a {
      color: #111; }
  .homeFeatureDetailsWrapper p {
    font-size: 1.0625em;
    margin-bottom: 0px; }
  .homeFeatureDetailsWrapper .featureFooter {
    display: none; }

.homeFeature.homeFeatureSnippets:hover {
  cursor: default; }

.topHomeFeaturesContainer {
  width: 100%; }

.topHomeFeatures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1230px;
  padding: 0 5px;
  margin: 0 auto 5em; }

.topHomeFeatures .homeFeature {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px; }

.topHomeFeatures--4 .homeFeature {
  width: calc( ((100% - 40px) - 30px) / 2);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

@media (min-width: 769px) {
  .topHomeFeatures--1 .homeFeature:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .topHomeFeatures--1 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures--1 .homeFeature:last-child .homeFeatureDetailsWrapper {
      width: 50%; }
    .topHomeFeatures--1 .homeFeature:last-child .homeFeatureDetailsWrapper {
      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;
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
      border-left: none; }
    .topHomeFeatures--1 .homeFeature:last-child:hover .homeFeatureDetailsWrapper {
      border-color: #009e77; } }

@media (max-width: 939px) and (min-width: 769px) {
  .topHomeFeatures--3 .homeFeature:last-child,
  .topHomeFeatures--5 .homeFeature:last-child,
  .topHomeFeatures--9 .homeFeature:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .topHomeFeatures--3 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures--3 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures--5 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures--5 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures--9 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures--9 .homeFeature:last-child .homeFeatureDetailsWrapper {
      width: 50%; }
    .topHomeFeatures--3 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures--5 .homeFeature:last-child .homeFeatureDetailsWrapper,
    .topHomeFeatures--9 .homeFeature:last-child .homeFeatureDetailsWrapper {
      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;
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
      border-left: none; }
    .topHomeFeatures--3 .homeFeature:last-child:hover .homeFeatureDetailsWrapper,
    .topHomeFeatures--5 .homeFeature:last-child:hover .homeFeatureDetailsWrapper,
    .topHomeFeatures--9 .homeFeature:last-child:hover .homeFeatureDetailsWrapper {
      border-color: #009e77; } }

@media (min-width: 942px) and (min-width: 769px) {
  .topHomeFeatures--10 .homeFeature:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .topHomeFeatures--10 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures--10 .homeFeature:last-child .homeFeatureDetailsWrapper {
      width: 50%; }
    .topHomeFeatures--10 .homeFeature:last-child .homeFeatureDetailsWrapper {
      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;
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
      border-left: none; }
    .topHomeFeatures--10 .homeFeature:last-child:hover .homeFeatureDetailsWrapper {
      border-color: #009e77; } }

@media (min-width: 769px) {
  .topHomeFeatures--7 .homeFeature:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .topHomeFeatures--7 .homeFeature:last-child .home-feature-image-link,
    .topHomeFeatures--7 .homeFeature:last-child .homeFeatureDetailsWrapper {
      width: 50%; }
    .topHomeFeatures--7 .homeFeature:last-child .homeFeatureDetailsWrapper {
      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;
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
      border-left: none; }
    .topHomeFeatures--7 .homeFeature:last-child:hover .homeFeatureDetailsWrapper {
      border-color: #009e77; } }

@media (max-width: 1024px) {
  .homeFeaturesWrapper {
    font-size: .9em; } }

@media screen and (max-width: 768px) {
  .topHomeFeatures {
    margin: 0 auto 3em; }
    .topHomeFeatures .homeFeature {
      min-width: auto;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      width: 100%; }
      .topHomeFeatures .homeFeature .home-feature-image-link,
      .topHomeFeatures .homeFeature .homeFeatureDetailsWrapper {
        width: 100%; } }

.homeFeature.homefeaturecategory-homepage-full-width {
  width: 100%;
  margin: 0 auto 5em;
  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;
  background-color: #3A3A3A;
  border: 0; }
  .homeFeature.homefeaturecategory-homepage-full-width .home-feature-image-link,
  .homeFeature.homefeaturecategory-homepage-full-width .homeFeatureDetailsWrapper {
    width: 50%; }
  .homeFeature.homefeaturecategory-homepage-full-width .homeFeatureDetailsWrapper {
    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;
    max-width: 615px;
    padding-right: 7%; }
  .homeFeature.homefeaturecategory-homepage-full-width h2 {
    font-size: 2em;
    font-weight: 700; }
  .homeFeature.homefeaturecategory-homepage-full-width h2 a, .homeFeature.homefeaturecategory-homepage-full-width p {
    color: white; }
  .homeFeature.homefeaturecategory-homepage-full-width + .homefeaturecategory-homepage-full-width {
    margin-top: 0px; }
  .homeFeature.homefeaturecategory-homepage-full-width:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .homeFeature.homefeaturecategory-homepage-full-width:nth-child(odd) .homeFeatureDetailsWrapper {
      padding-left: 7%; }
  @media (max-width: 1024px) {
    .homeFeature.homefeaturecategory-homepage-full-width {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .homeFeature.homefeaturecategory-homepage-full-width .home-feature-image-link,
      .homeFeature.homefeaturecategory-homepage-full-width .homeFeatureDetailsWrapper {
        width: 100%; }
      .homeFeature.homefeaturecategory-homepage-full-width .homeFeatureDetailsWrapper {
        max-width: 100%;
        padding: 20px !important; } }
  @media (max-width: 768px) {
    .homeFeature.homefeaturecategory-homepage-full-width {
      margin: 0 auto 3em; } }

.homeFeature.homefeaturecategory-homepage-donate {
  width: 100%;
  margin: 0 0 5em;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: calc(50vw * .56);
  border: 0;
  background-color: #3A3A3A; }
  .homeFeature.homefeaturecategory-homepage-donate > h2, .homeFeature.homefeaturecategory-homepage-donate > span, .homeFeature.homefeaturecategory-homepage-donate > p {
    color: #fff;
    width: 50%;
    margin: 0;
    padding: 0 8%; }
    @media (max-width: 1390px) {
      .homeFeature.homefeaturecategory-homepage-donate > h2, .homeFeature.homefeaturecategory-homepage-donate > span, .homeFeature.homefeaturecategory-homepage-donate > p {
        padding: 0 50px; } }
  .homeFeature.homefeaturecategory-homepage-donate h2 + p {
    margin-bottom: 20px; }
  .homeFeature.homefeaturecategory-homepage-donate > h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px; }
  .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel {
    background-color: transparent;
    padding: 0px; }
    .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .donationAmount, .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationFrequency {
      position: static; }
    .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount {
      text-align: left; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount {
        margin: 0 10px 0 0;
        border: 1px solid #fff; }
        .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount img {
          display: block; }
        .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.5em; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationSelected {
        border: 1px solid #fff;
        background-color: rgba(255, 255, 255, 0.4); }
        .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationSelected img {
          opacity: 1; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther {
        max-width: 0;
        padding: 0px;
        -webkit-transition: max-width .1s ease-out;
        -o-transition: max-width .1s ease-out;
        transition: max-width .1s ease-out; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 50vw;
        opacity: 0;
        -webkit-transition: opacity .1s ease-in-out;
        -o-transition: opacity .1s ease-in-out;
        transition: opacity .1s ease-in-out; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount a.button.donateBtn {
        display: block;
        width: 130px;
        margin: 20px 0 0; }
  @media (max-width: 1155px) {
    .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther {
      display: block;
      width: 240px;
      margin-top: 10px; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther input#donationAmountOther {
        height: 49px; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther.donationSelected input#donationAmountOther {
        max-width: 135px; } }
  @media (max-width: 1024px) {
    .homeFeature.homefeaturecategory-homepage-donate {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto;
      text-align: center;
      padding-top: 60vw;
      padding-bottom: 30px; }
      .homeFeature.homefeaturecategory-homepage-donate > h2, .homeFeature.homefeaturecategory-homepage-donate > span, .homeFeature.homefeaturecategory-homepage-donate > p {
        width: 100%; }
      .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount {
        text-align: center; }
        .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount img,
        .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmountThumbnail {
          width: 100%;
          right: 0; }
        .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount {
          margin: 0 8px; }
        .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther {
          margin: 16px auto 0; }
          .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther label strong.donationAmountFigure {
            width: auto; }
        .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount a.button.donateBtn {
          margin: 20px auto 0; } }
  @media (max-width: 768px) {
    .homeFeature.homefeaturecategory-homepage-donate > h2, .homeFeature.homefeaturecategory-homepage-donate > span {
      padding: 0 20px; }
    .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount.donationAmountOther {
      width: 100%; }
    .homeFeature.homefeaturecategory-homepage-donate .quickGivingPanel .selectDonationAmount .donationAmount {
      margin: 0 0 10px 0;
      width: 100%; } }

.homeFeature.homefeaturecategory-homepage-full-width + .homeFeature.homefeaturecategory-homepage-donate {
  margin-top: -5em; }

body:not(.homepage) .quickGivingPanel .selectDonationAmount .donationAmount .donationAmountThumbnail,
body:not(.homepage) .quickGivingPanel .selectDonationAmount .donationAmount img {
  display: none; }

.homefeaturecategory-homepage-stats {
  display: block;
  width: 100%;
  max-width: 1230px;
  float: none;
  margin: 30px auto 6em;
  padding: 0;
  background-color: transparent;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CCCCCC; }
  @media (max-width: 1270px) {
    .homefeaturecategory-homepage-stats {
      max-width: calc(100% - 40px); } }
  .homefeaturecategory-homepage-stats:hover {
    background-color: transparent;
    cursor: default;
    border-color: #CCCCCC; }
  .homefeaturecategory-homepage-stats h2 {
    display: inline-block;
    width: auto;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff; }
    @media screen and (max-width: 560px) {
      .homefeaturecategory-homepage-stats h2 {
        font-size: 1.75rem; } }
  .homefeaturecategory-homepage-stats table {
    width: 100% !important;
    margin-top: 0; }
  .homefeaturecategory-homepage-stats tbody {
    background-color: transparent;
    border: 0;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .homefeaturecategory-homepage-stats tr {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2em 1em 5em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .homefeaturecategory-homepage-stats td {
    text-align: center;
    padding: 0;
    display: block; }
    .homefeaturecategory-homepage-stats td:first-child > * {
      font-size: 6em;
      margin-bottom: 0;
      font-weight: 700;
      line-height: inherit;
      color: #009e77;
      color: #00946f; }
      @media screen and (max-width: 1020px) {
        .homefeaturecategory-homepage-stats td:first-child > * {
          font-size: 4.5rem; } }
      @media screen and (max-width: 920px) {
        .homefeaturecategory-homepage-stats td:first-child > * {
          font-size: 3.5rem; } }
    .homefeaturecategory-homepage-stats td p {
      font-size: 1.0625em; }
  .homefeaturecategory-homepage-stats tr,
  .homefeaturecategory-homepage-stats td {
    width: auto !important;
    height: auto !important; }
  @media (max-width: 1024px) {
    .homefeaturecategory-homepage-stats {
      margin: 30px auto 5em; } }
  @media screen and (max-width: 768px) {
    .homefeaturecategory-homepage-stats {
      display: block; }
      .homefeaturecategory-homepage-stats tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .homefeaturecategory-homepage-stats tr {
        margin-bottom: 2em;
        padding: 0; } }

.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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 400px;
  margin-left: 0;
  width: calc( 50% - 27.5px);
  margin-right: 55px;
  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; }
  .homeFeed:nth-child(4n + 1) {
    clear: inherit; }
  .homeFeed:nth-of-type(2n), .homeFeed:last-child {
    margin-right: 0; }

.homeFeedsWrapper {
  background-color: #fff;
  margin: 0 0 5em 0;
  padding: 0; }

.feedsTitle {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  color: #111; }

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; }

.feedItem {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: transparent;
  position: relative;
  min-height: 127px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  -webkit-transition: border-color 0s;
  -o-transition: border-color 0s;
  transition: border-color 0s; }
  .feedItem:last-child {
    border-bottom: none; }
  .feedItem > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 172px;
    height: 97px; }
  .feedItem .banner {
    -webkit-backface-visibility: hidden; }
  @media (min-width: 481px) {
    .feedItem:not(.feedItem--no-image) > *:not(a) {
      padding-left: 202px; } }
  .feedItem h3.feedTitle {
    margin-top: 0px;
    font-size: 1.5em;
    font-weight: 700; }
    .feedItem h3.feedTitle a {
      color: #111; }
  .feedItem p {
    font-size: 1.0625em;
    margin-bottom: 0px; }
  .feedItem .readMore {
    display: none; }
  .feedItem:hover {
    cursor: pointer; }
    .feedItem:hover h3.feedTitle a {
      text-decoration: none;
      color: #009e77; }
  @media (max-width: 480px) {
    .feedItem {
      border: none;
      border: 1px solid #CCCCCC;
      -webkit-transition: border-color 0.1s ease-in-out;
      -o-transition: border-color 0.1s ease-in-out;
      transition: border-color 0.1s ease-in-out; }
      .feedItem:last-child {
        border-bottom: 1px solid #CCCCCC; }
      .feedItem > a,
      .feedItem .home-feed-image-link {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto; }
      .feedItem > *:not(a) {
        padding-left: 30px;
        padding-right: 30px; }
      .feedItem h3.feedTitle {
        margin-top: 30px; } }

ul.feedList.feedList--1 .feedItem {
  min-height: auto;
  min-width: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #CCCCCC;
  -webkit-transition: border-color 0.1s ease-in-out;
  -o-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out; }
  ul.feedList.feedList--1 .feedItem:last-child {
    border-bottom: 1px solid #CCCCCC; }
  ul.feedList.feedList--1 .feedItem > a,
  ul.feedList.feedList--1 .feedItem .home-feed-image-link {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto; }
  ul.feedList.feedList--1 .feedItem > *:not(a) {
    padding-left: 30px;
    padding-right: 30px; }
  ul.feedList.feedList--1 .feedItem h3.feedTitle {
    margin-top: 30px; }
  ul.feedList.feedList--1 .feedItem:hover {
    border-color: #009e77; }

@media (min-width: 768px) {
  ul.feedList.feedList--2 .feedItem {
    width: 50%;
    border-bottom: none; }
    ul.feedList.feedList--2 .feedItem > a,
    ul.feedList.feedList--2 .feedItem .home-feed-image-link {
      position: relative;
      width: 100%;
      height: auto; }
    ul.feedList.feedList--2 .feedItem > *:not(a) {
      padding-left: 0px; }
    ul.feedList.feedList--2 .feedItem h3.feedTitle {
      margin-top: 15px; }
    ul.feedList.feedList--2 .feedItem:first-child {
      padding-right: 15px;
      border-right: 1px solid #CCCCCC; }
    ul.feedList.feedList--2 .feedItem:last-child {
      padding-left: 15px; } }

.homeFeedevents .postFooterWrapper {
  display: none; }

.homeFeed.homeFeedTwitter {
  width: 100%;
  margin: 0;
  text-align: center; }
  .homeFeed.homeFeedTwitter .feedActionWrapper {
    width: 100%; }
  .homeFeed.homeFeedTwitter .button {
    margin: 0 auto; }

ul.feedList.tweetsWrapper {
  margin: -15px -15px 20px -15px;
  width: auto; }

.tweet {
  margin: 15px;
  border: 1px solid #CCCCCC;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 20px;
  min-width: 240px; }
  .tweet img {
    display: none; }
  .tweet time {
    font-size: .85em; }

.feedActionWrapper {
  padding: 0; }

@media screen and (max-width: 1024px) {
  .feedItem,
  .homeFeed {
    width: 100%;
    float: none; }
  .homeFeed {
    margin: 0;
    min-width: auto; }
  .homeFeed {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; } }

@media (max-width: 500px) {
  ul.feedList.tweetsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .tweet {
    min-width: auto;
    width: 100%;
    margin: 0 0 15px; } }

@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; } }

.feedsTitle {
  color: #009e77 !important; }

nav.menuMain {
  border: none !important; }

ul.socialIcons a:before {
  font-size: 1.4rem !important; }

.pageHeader ul.socialIcons a.wechat:before,
.footerBox ul.socialIcons a.wechat:before,
.pageHeader ul.socialIcons a.weibo:before,
.footerBox ul.socialIcons a.weibo:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px; }

.pageHeader ul.socialIcons a.wechat:before {
  background-image: url("/small-charity/clients/museumofchineseaustralianhistory/assets/wechat_black.png"); }

.pageHeader ul.socialIcons a.weibo:before {
  background-image: url("/small-charity/clients/museumofchineseaustralianhistory/assets/weibo_black.png"); }

.footerBox ul.socialIcons a.wechat:before {
  background-image: url("/small-charity/clients/museumofchineseaustralianhistory/assets/wechat_white.png"); }

.footerBox ul.socialIcons a.weibo:before {
  background-image: url("/small-charity/clients/museumofchineseaustralianhistory/assets/weibo_white.png"); }

.footerBox ul.socialIcons a.tripadvisor:before {
  content: '\f262';
  font-size: 16px !important; }

li.ft.tab {
  display: none; }

.NewsletterSign-up #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.NewsletterSign-up h2 {
  width: 100%; }

.NewsletterSign-up .indicates-required {
  display: none; }

@media (min-width: 768px) {
  .NewsletterSign-up .mc-field-group {
    width: calc((100% / 3) - 10px); } }

.NewsletterSign-up .clear {
  margin-top: 10px; }

.GlobalAlert {
  background-color: #FE5421;
  font-size: 1rem; }

p.associatedEndDate {
  display: block !important;
  font-size: 0.85em !important;
  margin-bottom: 6px !important;
  color: #444; }
  p.associatedEndDate strong {
    margin-right: 6px; }
    p.associatedEndDate strong:before {
      width: 20px;
      height: 20px;
      font-family: 'FontAwesome';
      content: '\f133';
      font-size: 1rem;
      display: inline-block;
      margin-right: 5px; }

p.associatedStartDate strong {
  display: inline-block !important;
  overflow: visible !important;
  margin: 0 23px 0 5px !important; }
  p.associatedStartDate strong:before {
    display: none !important; }

@media (max-width: 768px) {
  p.associatedEndDate strong {
    margin-right: 4px !important; }
  p.associatedStartDate strong {
    margin-right: 18px !important; } }

/*# sourceMappingURL=main.css.map */
