.mainCallToAction .tagline.workplace {
  display: none;
}

body.workplace-and-organisations .mainCallToAction .tagline,
body.workplace-and-organisations .mainCallToAction .tagline strong {
  display: none;
}

body.workplace-and-organisations .mainCallToAction .tagline.workplace {
  display: block;
}

/* Temporarily hide this on desktops whilst CSS catches up */
@media (min-width: 910px) {
  body.subsite nav.menuSub .mainCallToAction {
    display: none;
  }
}
/* DES-3078 Fix Totaliser over header text */
.donationForm .appealTotaliser {
    margin-top: 4rem;
    position: relative;
}
.donationForm .appealTotaliser .totaliserBG {
  margin-right: 0;
}

@media screen and (max-width: 370px) {
  .mainCallToAction a.cta-button {
    font-size: 12px;
  }
}

/* Hide sidebar on specific page */
body.mindfulness-teacher-training-application .postAside { display: none !important; }
body.mindfulness-teacher-training-application .postContent.pageContent {
  width: 100% !important;
  padding-right: 0 !important;
  max-width: 768px;
}

@media (max-width: 800px) {
  table {
    height: auto !important;
  }
}

/* CR-365 */
.postFooterWrapper p.associatedEndDate {
	display: block;
}
.PostCategory_hide-event-date .associatedEndDate {
  display: none!important;
}

/* CC BUG 262217 */
.postFooterWrapper p.associatedEndDate {
  display: none;
}

/* SF64797430 CC*/
.postVideoObjectEmbed.embed-container {
  margin: auto 10px;
}

/* SF#67242364 - add checkout Basket */
.menuAdminContainer {
    display: block !important;
    background: #F6FBFD;
    padding: 10px;
  	padding-right: 0;
}
#menuAdmin {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 7.5%;
}
#menuAdmin > li {
    display: none;
}
#menuAdmin > .menuAdminBasket {
    display: block;
}
#menuAdmin li a {
    text-decoration: none;
    color: #203C63;
  	font-weight: 600;
}
#menuAdmin li a:hover {
    text-decoration: underline;
  	text-decoration-thickness: 1.5px;
}

body.pages-Events- .listedEvent.residential-retreat-balancing-the-nervous-system-287325,
body.pages-Events- .listedEvent.online-retreat-balancing-the-nervous-system-287326{
  display: none !important;
}