
/*google fonts */
@import url(//fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Roboto+Slab:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);

/*header */
.headerContainer {
  background: #e1134f;
  color: white;
  margin: 0 0 30px 0;
}
.headerContainer a {
  color: white;
}
.headerContainer h1 {
  display: block;
  clear: both;
  width: 100%;
  background-color: white;
  margin: 0;
  padding: 30px 0;
  text-align: left;
}
.pageHeader h1 {
  display: block;
  clear: both;
  width: 100%;
  background-color: white;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: left;
}
.headerContainer h1 span {
  display: block;
  clear: both;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto 10px;
}
.headerContainer img#imgBanner {
  box-shadow: none;
  height: auto;
  margin: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}

.header {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.header img {
  float: left;
  margin: 0 40px 0 0;
  max-width: 100%;
  display: inline;
}

.headerLogo {
  float: left;
  width: 45%;
  margin: 0 0 40px 0;
}
.headerLogo img.logo {
  float: left;
  margin: 0 0 20px 0;
  width:225px;
}
.headerLogo img.freeEntry {
  float: right;
}
.headerLogo ul {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}
.headerLogo ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  font-size: 11px;
  font-family: "Roboto Slab", sans-serif;
  border-right: 1px solid white;
  padding: 0 4px 0 0;
}
.headerLogo ul li:last-of-type {
  border: none;
}
.headerLogo ul li a {
  color: white;
  text-decoration: none;
}
.headerLogo ul li a:hover {
  text-decoration: underline;
}

.headerNav {
  float: right;
  width: 55%;
}
.headerNav .hygieneLinks {
  width: 62%;
  float: left;
}
.headerNav ul {
  display: inline-block;
  /* width: 148px; */
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 49%;
}
.headerNav ul:first-of-type {
  border-right: 1px solid #f089a7;
  border-left: 1px solid #f089a7;
}
.headerNav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.headerNav a {
  color: white;
  text-decoration: none;
  display: block;
  /* font-size: 10px; */
  padding: 5px 0 5px 20px;
}
.headerNav .searchNewsLetter {
  float: right;
  width: 38%;
  /* padding: 5px; */
}
.headerNav .searchNewsLetter #searchContainer {
  border: 1px solid #f089a7;
  /* background: #c91147; */
  position: relative;
}
.headerNav .searchNewsLetter #searchContainer input[type="text"], .headerNav .searchNewsLetter #searchContainer input[type="password"], .headerNav .searchNewsLetter #searchContainer select {
  border: none;
  color: white;
  background:transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  padding: 8px 5%;
  text-align: left;
  width: 90%;
  outline: none;
  padding: 5px 5%!important;
}
.headerNav .searchNewsLetter #searchContainer input[type="text"]:focus{
background:#c91147;
  outline:none;
}
.headerNav .searchNewsLetter #searchContainer #rfvSearch {
  display: none;
}
.headerNav .searchNewsLetter #searchContainer span#submitButtons {
  position: absolute;
  top: 7px;
  right: 5%;
}
.headerNav .searchNewsLetter .newsletterSignup {
  display: block;
  clear: both;
  margin: 10px 0 0 0;
  padding: 8px 5%;
  color: white;
  text-decoration: none;
  border: 1px solid #f089a7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  /* background-color: #c91147; */
  background-image: url("/Platforms/Lightbox/Images/icons/arrow-right-small-white.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.headerNav .basketSummary {
  border-right: none;
  color: white;
  float: none;
  margin: 10px 0 0 0;
  padding: 6px 5%;
  border: 1px solid #f089a7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  /* background-color: #c91147; */
}
.headerNav .basketSummary * {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.headerNav .basketSummary span {
  display: none;
}
.headerNav .basketSummary a#noOfItems {
  background-image: url("/Platforms/Lightbox/Images/icons/basket-icon.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0 0 2px 4px;
  font-size: 12px;
  margin: 0 4px 0 0px;
}
.headerNav .basketSummary a#noOfItems:hover {
  background-position: bottom center;
  color: #c91147;
}

/*navigation */
.nav {
  width: 100%;
  background: #c91147;
  position: relative;
  display: block;
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
}

/*footer */
.footerContainer {
  clear: both;
  display: inline-block;
  width: 100%;
  background: #ebebeb;
  text-align: center;
}
.footerContainer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footerContainer .footer {
  clear: both;
  display: block;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  font-family: "Roboto", sans-serif;
  color: #464648;
  font-size: 14px;
  padding: 20px 0 0 0;
  margin: 40px auto;
  overflow: auto;
}
.footerContainer .footerContact, .footerContainer .footerSupporters, .footerContainer .footerSocial {
  float: left;
  width: 33%;
  border-right: 1px solid white;
  padding: 20px 20px 0 20px;
}
.footerContainer .footerContact img {
  margin: 0 0 20px 0;
  border: 4px solid #c2c2c2;
  max-width: 95%;
}
.footerContainer .footerSocial {
  padding: 20px 0 0 20px;
  border: none;
}
.footerContainer .footerSupporters img {
  padding: 0;
  margin: 0 5px 20px 5px;
  display: inline;
}
.footerContainer .footerSocial img {
  padding: 0;
  margin: 10px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.footerContainer .footerSocial img:hover {
  opacity: 0.5;
}
.footerContainer .footerSocial .footerNewsletter input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #464648;
  padding: 10px;
  border: 4px solid #c2c2c2;
  display: inline-block;
  float: left;
  width: 50%;
  margin: 0 20px 0 0;
}
.footerContainer .footerSocial .footerNewsletter input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: white;
  padding: 10px 20px;
  border: 4px solid #a60d3b;
  background: #c91147;
  display: inline-block;
  float: left;
}
.footerContainer ul.openingTimes {
  background: url("/Platforms/Lightbox/Images/footer-contact-opening.png") no-repeat 0 4px;
  clear: both;
}
.footerContainer ul.phoneNumber {
  background: url("/Platforms/Lightbox/Images/footer-contact-phone.png") no-repeat 0 4px;
}
.footerContainer ul.emailAddress {
  background: url("/Platforms/Lightbox/Images/footer-contact-email.png") no-repeat 0 4px;
}
.footerContainer ul.address {
  background: url("/Platforms/Lightbox/Images/footer-contact-location.png") no-repeat 0 4px;
}
.footerContainer h2 {
  font-family: "Roboto Condensed";
  font-size: 20px;
  color: black;
}
.footerContainer h2 span {
  color: #e1134f;
}
.footerContainer ul, .footerContainer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerContainer ul {
  margin: 0 0 20px 0;
}
.footerContainer li {
  padding: 0 0 10px 20px;
}
.footerContainer a {
  color: #e1134f;
}
.footerContainer img {
  max-width: 100%;
}

/*home page */
/*carousel */
.carouselContainer {
  width: 100%;
  display: block;
  margin: -30px 0 40px 0;
  position: relative;
}
.carouselContainer .carouselNavigation {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 0%;
  text-indent: -101%;
}
.carouselContainer .carouselNavigation .arrowLeft {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  width: 50px;
  background-image: url(/Platforms/Lightbox/Images/icons/arrow-left.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.carouselContainer .carouselNavigation .arrowRight {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  width: 50px;
  background-image: url(/Platforms/Lightbox/Images/icons/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.carouselContainer ul, .carouselContainer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carouselContainer .carouselMarkers {
  clear: both;
  width: 100%;
  display: table;
}
.carouselContainer .carouselMarkers li {
  display: table-cell;
  padding: 5px;
  border-right: 1px solid white;
  background: #c2c2c2;
  width: 33%;
}
.carouselContainer .carouselMarkers li.current {
  background: #e1134f;
}
.carouselContainer .carouselMarkers li:last-of-type {
  border: none;
}

.carousel {
  clear: both;
  display: block;
}
.carousel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel ul, .carousel li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
  overflow: auto;
}
.carousel img {
  width: 100%;
  height: auto;
}
.carousel .fullWidthCarouselBg {
  background: black;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  color: white;
  text-align: center;
  padding: 10px 0 20px;
}
.carousel .fullWidthCarouselBg div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  /* background: red; */
  /* height: 20px; */a
  /* float: left; */
}
.carouselBG #sequence > ul li{
  margin:0;
  list-style:none;
}
.carousel p {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  float: left;
  display: inline-block;
  width: 55%;
  text-align: left;
  margin-top: 10px;
}
.carousel a {
  float: right;
}
.carousel h2.diamond {
  width: 75px;
  position: absolute;
  /* top: -16px; */
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 140%;
  z-index: 0;
  left: -40px;
  top: -26px;
}
.carousel h2.diamond:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 75px;
  height: 75px;
  background: #3498db;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.fullWidthContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.fullWidthContainer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mainColumn {
  width: 660px;
  float: left;
  text-align: left;
  margin: 40px auto;
}
.appealPostContent .mainColumn {
width: 100%;
}
.homeMainColumn, .homeSideBar{
  margin-top: 0!important;
}
.postMainColumn {
  margin-top:20px;
}
.mainColumn iframe {
  float: left;
  margin: 0 0 20px 0;
}

.appeal {
  float: left;
  width: 660px;
  position: relative;
  margin: 0 0 40px 0;
}
.appeal img {
  width: 100%;
}
.appeal div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0 20px;
  background: rgba(0, 0, 0, 0.65);
}
.appeal h2 {
  color: white;
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-top: 15px;
}
.appeal a {
  float: right;
}

ul.bigCTAS {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.bigCTAS.eventsLandingEvents {
  display: block;
  float: left;
  width: 100%;
}

ul.bigCTAS li {
  display: table;
  float: left;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0 3% 20px 0;
  width: 31.3%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
ul.bigCTAS.homeCTAS li:nth-of-type(3n) {
  margin-right: 0;
}
ul.bigCTAS .cafe {
  background: url("/Platforms/Lightbox/Images/home/featured-cafe.jpg") center center;
}
ul.bigCTAS .collections {
  background: url("/Platforms/Lightbox/Images/home/featured-collections.jpg") center center;
}
ul.bigCTAS .giftShop {
  background: url("/Platforms/Lightbox/Images/home/featured-giftshop.jpg") center center;
}
ul.bigCTAS a {
  vertical-align: middle;
  display: table-cell;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 40px;
  /* min-height: 210px; */
  /* max-height: 210px; */
  text-decoration: none;
  font-family: "Roboto Slab", sans-serif;
  font-size: 32px;
  -webkit-transition-property: border-bottom, background;
  -moz-transition-property: border-bottom, background;
  -o-transition-property: border-bottom, background;
  transition-property: border-bottom, background;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  line-height: 1.2;
  height: 250px;
}
ul.bigCTAS a:hover {
  border-bottom: 10px solid #c91147;
  background: rgba(0, 0, 0, 0.8);
}

ul.bigCTAS a span {
  clear: both;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
}

.calendar, .blueSideBox {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: left;
  background: #ebebeb;
}
.calendar h2, .blueSideBox h2 {
  display: block;
  padding: 20px;
  margin: -20px -20px 20px -20px;
  background: #c91147;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.calendar h2 span, .blueSideBox h2 span {
  float: right;
}
.calendar h2 span img, .blueSideBox h2 span img {
  margin: 0;
}
.calendar hr, .blueSideBox hr {
  display: block;
  clear: both;
  background: white;
  margin: 0 -20px 20px -20px;
}

.blueSideBox {
  padding: 20px 20px 0 20px;
  overflow: auto;
}
.blueSideBox:last-of-type{
  margin-bottom:40px;
}
.blueSideBox h2 {
  background: #1088cd;
}
.blueSideBox h3 {
  color: #c91147;
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
  margin: 0 0 10px 0;
}
.blueSideBox p {
  color: #464648;
  font-size: 14px;
}
.blueSideBox p span {
  color: #c2c2c2;
  clear: both;
  display: block;
}
.blueSideBox img {
  margin: -20px -20px 20px -20px;
}
.blueSideBox a {
  text-decoration: none;
  color: #c91147;
}
.blueSideBox .pinkButton, 
.blueSideBox #shopContainer #productDetails a#lnkbtnAddBasket, 
#shopContainer #productDetails .blueSideBox a#lnkbtnAddBasket, 
.blueSideBox #shopContainer #productDetails a.btnCheckout, 
#shopContainer #productDetails .blueSideBox a.btnCheckout, 
.blueSideBox #shopContainer #productDetails a#lnkbtnShowReview, 
#shopContainer #productDetails .blueSideBox a#lnkbtnShowReview, 
.blueSideBox .centeredContent.appealPage .knowMore .c2aButton, 
.centeredContent.appealPage .knowMore .blueSideBox .c2aButton, 
.blueSideBox .centeredContent.appealPage .postAppealWidget .c2aButton, 
.centeredContent.appealPage .postAppealWidget .blueSideBox .c2aButton, 
.blueSideBox .centeredContent.appealPage #projectDonate .c2aButton, 
.centeredContent.appealPage #projectDonate .blueSideBox .c2aButton, 
.blueSideBox .centeredContent.appealPage .supportersPanel .c2aButton, 
.centeredContent.appealPage .supportersPanel .blueSideBox .c2aButton, 
.blueSideBox .slideInfo a.c2aButton, 
.slideInfo .blueSideBox a.c2aButton, 
.blueSideBox .knowMore a.c2aButton, 
.knowMore .blueSideBox a.c2aButton, 
.blueSideBox .slideDonate a.c2aButton, 
.slideDonate .blueSideBox a.c2aButton, 
.blueSideBox .postAppealWidget a.c2aButton, 
.postAppealWidget .blueSideBox a.c2aButton, 
.blueSideBox .c2aButton {
  font-size: 16px;
  margin: 0 0 20px 0;
  float: right;
}
.paymentContainer .basket.formPanel{
  width:auto;
}
.sideBar {
  float: right;
  width: 320px;
  margin-top: 40px;
}
.sideBar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sideBar ul{
  margin:0;
  padding:0;
}
.sideBar .bigCTAS li {
  width: 100%;
  margin: 0 0 20px 0;
}

.sideBarMap {
  text-align: left;
}
.sideBarMap img {
  margin: 0 0 20px 0;
}
.sideBarMap h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

/*sub pages */
.content, .v2EventPage {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
}
.v2EventPage{
  margin-top:-30px
}
ul.attributeList, ul.images{
  border:0;
}
.content .postImageBanner, .content .bannerImage, .v2EventPage .postImageBanner, .v2EventPage .bannerImage {
  /* box-shadow: none; */
  /* margin: 0 -180px 40px -180px; */
  /* width: auto; */
  height: auto;
  max-width: 1000px;
  margin-bottom: 20px;
}
.postItem .floatRight #imgBanner{
  width:100%;
  box-shadow:none;
  margin: 20px 0!important;
  display:block;
}
.thumbnail .postImageBanner {
  box-shadow: none;
  margin: 0 0 40px 0;
}

a.newsRoll {
  border: none;
  float: none;
  clear: both;
  width: auto;
}

.pageDetails {
  display: none;
}

.v2EventPage .eventContentFrame .mainDetails .description {
  line-height: 140%;
  padding: 0 0 20px 0;
}
.v2EventPage h1 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 32px;
  margin: 0 0 20px 0;
}

#pnl, #paymentCheckoutContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#payOnInvoice, .cblMemberSettings_1, .cblMemberSettings_2, .cblMemberSettings_3, .cblMemberSettings_4 {
  display: none;
}

.FAQsAccordion {
  overflow: auto;
  margin: 0 0 40px 0;
}
.FAQsAccordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pageRollListing, .postItem, .postBlogItem {
  float: left;
  display: inline-block;
  width: 47.5%;
  padding: 20px;
  margin: 0 1.25% 20px 0;
  background: #ebebeb;
  color: #464648;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.blogListingContainer {
  float: none;
  display: block;
  width: auto;
  padding: 0;
  margin: 0 ;
  background: transparent;
  color: rgb(34,34,34);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  overflow:auto;
  position: relative;
}

.pageRollListing a, .postItem a {
  color: #c91147;
  text-decoration: none;
}
.pageRollListing a .readMore, .postItem a .readMore {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #c2c2c2;
  padding: 12px;
  text-align: center;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
}
.pageRollListing a:hover, .postItem a:hover {
  color: #e1134f;
}
.pageRollListing span.thumbnail img.postImageBanner, .postItem span.thumbnail img.postImageBanner {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  max-width: 100%;
}

.postItem h2 {
  border: none;
  color: #464648;
  margin: 0 0 10px 0;
  padding: 0;
}
.postItem h2 a {
  color: #c91147;
  text-decoration: none;
}
.postItem .pubStartDate {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.postItem .floatRight {
  float: none;
  display: block;
  margin: 0;
}
.postItem .floatRight #imgBanner {
  margin: 0 0 10px 0;
}
.postItem a {
  color: #c91147;
  text-decoration: none;
}

.postItem .readMore 
{
    color: #c91147;

}
.postItem .readMore:hover{
	color:#e1134f;
}
.postTagSummaryList {
display: none;
}
.clear, #dvCategoryListing {
  display: none;
}

.EventForms .clear {
    display:block;
}

#formPanelMemberAddEdit .clear, #pnlBasket .clear, #pnlCheckout .clear {
  display: block;
}

.mainColumn .postItem {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: white;
  color: #464648;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  overflow: auto;
  position: relative;
}
.mainColumn .postItem a {
  /* color: #c91147; */
  text-decoration: none;
}

/*shop */
#shopContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#shopContainer #homePageFilter {
  width: 100%;
  float: none;
  display: block;
  clear: both;
  text-align: left;
  margin: 0 0 40px 0;
}
#shopContainer #productsContainer {
  width: 66%;
  float: left;
  display: block;
  clear: both;
  margin: 0 0 40px 0;
  overflow: auto;
}
#shopContainer #productsContainer a.productItem {
  float: left;
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
  padding: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ebebeb;
  border: 1px solid #c2c2c2;
  color: #222222;
}
#shopContainer #productsContainer a.productItem:hover {
  background-color: #f3f3f3;
  border: 1px solid #ebebeb;
}
#shopContainer #productsContainer a.productItem:nth-of-type(2n) {
  margin-right: 0;
}
#shopContainer aside.shopWidgets {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f3f3f3;
  border: 1px solid #ebebeb;
}
#shopContainer #productDetails a#lnkbtnAddBasket, #shopContainer #productDetails a.btnCheckout, #shopContainer #productDetails a#lnkbtnShowReview {
  clear: both;
  display: block;
  float: none;
  font-size: 16px !important;
}

/*custom event control */
.eventsLandingTitle {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto 20px auto;
  text-align: left;
}

.eventLandingBannerImage, .landingBannerImage {
  width: 100%;
  margin: 0 0 40px 0;
  position: relative;
}
.eventLandingBannerImage img, .landingBannerImage img {
  width: 100%;
  height: auto;
}
.eventLandingBannerImage .subContainer, .landingBannerImage .subContainer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  font-family: "Roboto", sans-serif;
  padding: 35px 0 20px;
}
.eventLandingBannerImage .subContainer .subTitle, .landingBannerImage .subContainer .subTitle {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  /* padding: 40px 0 20px; */
  text-align: left;
  position: relative;
}

.eventLandingBannerImage .subContainer .subTitle h2, .landingBannerImage .subContainer .subTitle h2 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 22px;
  color: white;
  width: 75%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
}
.eventLandingBannerImage .subContainer .subTitle p, .landingBannerImage .subContainer .subTitle p {
  width: 75%;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.eventLandingBannerImage .subContainer .subTitle a, .landingBannerImage .subContainer .subTitle a {
  float: right;
}
.eventLandingBannerImage .subContainer .subTitle.typeExhibition:before, .landingBannerImage .subContainer .subTitle.typeExhibition:before {
  content: url(/Platforms/Lightbox/Images/icons/type-exhibition-large.png);
  position: absolute;
  top: -61px;
  left: -28px;
}
.eventLandingBannerImage .subContainer .subTitle.typeTalks:before, .landingBannerImage .subContainer .subTitle.typeTalks:before {
  content: url(/Platforms/Lightbox/Images/icons/type-talks-large.png);
  position: absolute;
  top: -26px;
  left: 0;
}
.eventLandingBannerImage .subContainer .subTitle.typeWorkshops:before, .landingBannerImage .subContainer .subTitle.typeWorkshops:before {
  content: url(/Platforms/Lightbox/Images/icons/type-workshops-large.png);
  position: absolute;
  top: -26px;
  left: 0;
}
.eventLandingBannerImage .subContainer .subTitle.typeSpecialEvents:before, .landingBannerImage .subContainer .subTitle.typeSpecialEvents:before {
  content: url(/Platforms/Lightbox/Images/icons/type-special-events-large.png);
  position: absolute;
  top: -26px;
  left: 0;
}
.eventLandingBannerImage .subContainer .subTitle.typePastExhibitions:before, .landingBannerImage .subContainer .subTitle.typePastExhibitions:before {
  content: url(/Platforms/Lightbox/Images/icons/type-past-exhibitions-large.png);
  position: absolute;
  top: -26px;
  left: 0;
}

.eventsLandingEvents li a {
  position: relative;
}
.eventsLandingEvents li.testThing {
  background: url("/Platforms/Lightbox/Images/home/featured-collections.jpg") center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.eventsLandingEvents li.typeExhibition a:before {
  content: "";
  background: url(/Platforms/Lightbox/Images/icons/type-exhibition-large.png);
  background-size: 33px 33px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 33px;
  height: 33px;
}
.eventsLandingEvents li.typeTalks a:before {
  content: "";
  background: url(/Platforms/Lightbox/Images/icons/type-talks-large.png);
  background-size: 33px 33px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 33px;
  height: 33px;
}
.eventsLandingEvents li.typeWorkshops a:before {
  content: "";
  background: url(/Platforms/Lightbox/Images/icons/type-workshops-large.png);
  background-size: 33px 33px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 33px;
  height: 33px;
}
.eventsLandingEvents li.typeSpecialEvents a:before {
  content: "";
  background: url(/Platforms/Lightbox/Images/icons/type-special-events-large.png);
  background-size: 33px 33px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 33px;
  height: 33px;
}
.eventsLandingEvents li.typePastExhibitions a:before {
  content: "";
  background: url(/Platforms/Lightbox/Images/icons/type-past-exhibitions-large.png);
  background-size: 33px 33px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 33px;
  height: 33px;
}

/*events */
.mainDetails {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66%;
  font-size: 16px;
  line-height: 140%;
}

.sideDetails {
  width: 32%;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.sideDetails #map.map {
  width: 100%;
  /* margin: -15px 0 20px -15px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%!important;
  margin: 0 0 20px;
}
.sideDetails .labelDateTime {
  clear: both;
  display: block;
  padding: 0 0 10px 0;
}
.sideDetails h1 {
  font-size: 22px;
  font-family: "Roboto Slab", sans-serif;
  margin: 0 0 20px 0;
}
.sideDetails .description {
  line-height: 140%;
  padding: 0 0 20px 0;
}

.content h1#h1 {
  font-size: 32px;
  float:none;
}

/*events calendar */
.clndr {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #464648;
}
.clndr .clndr-grid {
  position: relative;
}
.clndr .clndr-grid .clndr-controls {
  position: absolute;
  top: -122px;
  right: 0;
  color: white;
  z-index: 99;
}
.clndr .clndr-grid .clndr-controls div {
  display: inline-block;
}
.clndr .clndr-grid .clndr-controls div.clndr-previous-button, .clndr .clndr-grid .clndr-controls div.clndr-next-button {
  cursor: pointer;
  padding: 0 5px;
}
.clndr .clndr-grid .days-of-the-week {
  display: block;
  clear: both;
}
.clndr .clndr-grid .days-of-the-week .header-day {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 12%;
  margin: 0 1% 0 0;
}
.clndr .clndr-grid .days {
  display: block;
  clear: both;
}
.clndr .clndr-grid .days .day {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 12%;
  margin: 0 1% 3px 0;
  font-size: 14px;
}
.clndr .clndr-grid .days .day.past {
  color: #c2c2c2;
}
.clndr .clndr-grid .days .day.today {
  background: white;
  color: #3498db;
}
.clndr .clndr-grid .days .day a {
  display: block;
  text-decoration: none;
  color: #c91147;
  background-image: none;
  padding: 10px;
}
.clndr .clndr-grid .days .day a:hover {
  background: #c91147;
  color: white;
}
.clndr .clndr-grid .days .day.event {
  background: #c91147;
  color: white;
}

.calendar p {
  font-size: 14px;
  padding: 0 0 10px 0;
  color: #464648;
}
.calendar a {
  background: url("/Platforms/Lightbox/Images/icons/arrow-right-small.png") no-repeat top right;
  color: #c91147;
  text-decoration: none;
  padding: 0 20px 0 0;
  display: block;
}
.event-listing{
  margin-top:40px;

}
.event-listing-title{
  margin-bottom:20px;
}
/*appeals */
.projectDetails, .projectDetails h1.appealTitle, .projectDetails h1.fundraiserTitle,
.statement, h1.appealTitle, h1.fundraiserTitle {
  width: auto;
  display: block;
  clear: both;
  float: none;
}

.centeredContent.appealPage {
  width: 100%;
  max-width: 1000px;
  /* margin: 0 auto 40px auto; */
}
.centeredContent.appealPage .projectDetails {
  line-height: 160%;
  text-align: left;
  float: left;
  width: 100%;
  /* margin-top: 70px; */
}
.centeredContent.appealPage .projectDetails h1 {
  font-size: 32px;
  font-family: "Roboto Slab", sans-serif;
  margin: 0 0 20px 0;
}
.centeredContent.appealPage .breadcrumb a.lastLevel {
  color: #c91147;
}
.centeredContent.appealPage .widgetColumn {
  float: right;
  width: 32%;
}
.centeredContent.appealPage .knowMore, .centeredContent.appealPage .postAppealWidget, .centeredContent.appealPage #projectDonate, .centeredContent.appealPage .supportersPanel {
  width: 100%;
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  background: #ebebeb;
  line-height: 140%;
}
.centeredContent.appealPage #projectDonate {
display: none;
}
.centeredContent.appealPage .knowMore .c2aButton, .centeredContent.appealPage .postAppealWidget .c2aButton, .centeredContent.appealPage #projectDonate .c2aButton, .centeredContent.appealPage .supportersPanel .c2aButton {
  border-radius: 0;
  height: auto !important;
  margin: 0 0 20px 0;
}
.centeredContent.appealPage .knowMore .header, .centeredContent.appealPage .postAppealWidget .header, .centeredContent.appealPage #projectDonate .header, .centeredContent.appealPage .supportersPanel .header {
  display: block;
  padding: 20px;
  margin: -20px -20px 20px -20px;
  background: #c91147;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.centeredContent.appealPage .knowMore .excert, .centeredContent.appealPage .postAppealWidget .excert, .centeredContent.appealPage #projectDonate .excert, .centeredContent.appealPage .supportersPanel .excert {
  color: black;
  padding: 0 0 20px 0;
  display: block;
  line-height: 140%;
}
.centeredContent.appealPage .knowMore .appealRegularPaymentPoint label, .centeredContent.appealPage .postAppealWidget .appealRegularPaymentPoint label, .centeredContent.appealPage #projectDonate .appealRegularPaymentPoint label, .centeredContent.appealPage .supportersPanel .appealRegularPaymentPoint label {
  color: black;
}
.centeredContent.appealPage .knowMore .appealRegularPaymentPoint, .centeredContent.appealPage .postAppealWidget .appealRegularPaymentPoint, .centeredContent.appealPage #projectDonate .appealRegularPaymentPoint, .centeredContent.appealPage .supportersPanel .appealRegularPaymentPoint {
  text-align: left;
  display: block;
  margin: 0 0 20px 0;
}
.centeredContent.appealPage .knowMore .followDonate .slideDonate, .centeredContent.appealPage .postAppealWidget .followDonate .slideDonate, .centeredContent.appealPage #projectDonate .followDonate .slideDonate, .centeredContent.appealPage .supportersPanel .followDonate .slideDonate {
  margin: 0 0 20px 0;
}

.projectPanel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66%;
  margin: 0;
  padding: 0;
  clear: both;
  display: none;
}

.tabWidgets {
  float: right;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.tabWidgets .supportersPanel {
  background: none repeat scroll 0 0 #ebebeb;
  border-radius: 0;
  box-sizing: border-box;
  display: block !important;
  line-height: 140%;
  padding: 20px 20px 0;
  width: 100%;
  display: none!important;
}

.slide {
  border: none;
  margin: 0 0 40px 0;
}

.slide .slideInfo, 
.carouselBG .slideDonate {
  background: none repeat scroll 0 0 #e1134f;
  border-radius: 0;
  box-sizing: border-box;
  padding: 20px;
  width: 306px;
}

.slideInfo .totaliserBG, .slideInfo .raisedSoFar, .totaliserBG_small, .raisedSoFar_small {
  background: #a60d3b;
  border: none;
}

.slideInfo .raisedSoFar, .raisedSoFar_small {
  background: #1088cd;
}

.slide .slideInfo .slideTitle {
  color: white;
  font-family: "Roboto Slab", sans-serif;
  font-size: 22px;
}

.slideInfo .totaliserLabel, .slideInfo .totaliserLabel2 {
  font-weight: normal;
  color: white;
  display: inline-block;
  line-height: 150%;
}

.slideInfo .totaliserAmount {
  padding: 0 0 10px 0;
  font-family: "Roboto Slab", sans-serif;
  color: #f3f3f3;
  width:150px;
}

#projectAppeal .slideDonate .slideTitle {
  font-size: 20px;
  color: white;
  font-family: "Roboto Slab", sans-serif;
  padding: 0 0 5px 0;
}
#projectAppeal .slideDonate .donateOptionWrapper {
  text-align: left;
}
#projectAppeal .slideDonate .donateOptionWrapper .donateOption, #projectAppeal .slideDonate .donateOptionWrapper .donateOptionRegular {
  font-size: 14px;
  color: white;
  font-family: "Roboto Slab", sans-serif;
  padding: 0 0 10px 0;
  text-align: left;
  width: 90%;
}
#projectAppeal .slideDonate .donateOptionWrapper .appealPaymentPoint {
  font-size: 16px;
}
#projectAppeal .slideDonate .donateOptionWrapper .lastRadio {
  display: inline-block;
}
#projectAppeal input#txtDonationAmount[type="text"] {
  float: none;
  margin: 10px 0;
  width: 120px;
}
#projectAppeal #showMyName {
  float: right;
  display: inline;
  margin-top: -25px;
}

ol.wallTabBar {
  overflow: auto;
  background: #f3f3f3;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: none;
}
ol.wallTabBar li a {
  font-size: 18px;
  background: #3498db;
  color: white;
  font-family: "Roboto Slab", sans-serif;
  padding: 10px;
  border-radius: 0;
  height: auto;
}
ol.wallTabBar li a:hover {
  background: #1088cd;
}

/*buttons and CTA's */
a.pinkButton, #shopContainer #productDetails a#lnkbtnAddBasket, #shopContainer #productDetails a.btnCheckout, #shopContainer #productDetails a#lnkbtnShowReview, .centeredContent.appealPage .knowMore a.c2aButton, .centeredContent.appealPage .postAppealWidget a.c2aButton, .centeredContent.appealPage #projectDonate a.c2aButton, .centeredContent.appealPage .supportersPanel a.c2aButton, .slideInfo a.c2aButton, .knowMore a.c2aButton, .slideDonate a.c2aButton, .postAppealWidget a.c2aButton, a.c2aButton, a.c2aButton {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  color: white;
  padding: 10px 36px 10px 20px;
  text-decoration: none;
  background: #c91147 url("/Platforms/Lightbox/Images/icons/button-arrow-right.png") no-repeat right center;
  border: 3px solid #a60d3b;
  width: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slideNavigation li a, .filterLabel, .wallFilters li .categoryName, .projectPanel .title, .projectPanel .label, .projectPanel .figure, .donateOption, .donateOptionRegular, .appealPaymentPoint, .appealRegularPaymentPoint label {
  font-size: 14px;
}

.breadcrumb {
  display: none;
}

input#txtDonationAmount[type="text"], input.txtDonationAmount[type="text"] {
  display: block;
  float: none;
  margin: 0;
  padding: 4px;
  width: 110px;
}

input.showMyName {
  float: left;
}

.donateOption, .donateOptionRegular {
  float: none;
}

.donationAmounts {
  font-size: 16px;
}

.slideInfo #spnCompleteContent.totaliserAmount {
  margin: 0;
  width: 100%;
}
.slideInfo a.c2aButton, .knowMore a.c2aButton, .slideDonate a.c2aButton, .postAppealWidget a.c2aButton, .c2aButton {
  border-radius: 0px;
  font-weight: normal;
  margin: 10px 0;
  width: auto;
  height: auto;
  display: block;
  clear: both;
}
.slideInfo a.c2aButton:hover, .knowMore a.c2aButton:hover, .slideDonate a.c2aButton:hover, .postAppealWidget a.c2aButton:hover, .c2aButton:hover {
  height: auto;
  transition: none;
  background: #c91147 url("/Platforms/Lightbox/Images/icons/button-arrow-right.png") no-repeat right center;
}

.slideInfo a.c2aButton:hover, .knowMore a.c2aButton:hover, .slideDonate a.c2aButton:hover, .postAppealWidget a.c2aButton:hover, .c2aButton:hover {
  background: #c91147 url("/Platforms/Lightbox/Images/icons/button-arrow-right.png") no-repeat right center;
  height: auto;
  width: auto;
  display: block;
  clear: both;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
a#btnDonateNow,
a#btnFundraise {
  background: none repeat scroll 0 0 #3498db;
  border-color: #1088cd;
  font-size: 1em;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}
a#donateButton {
background: none repeat scroll 0 0 #3498db;
border-color: #1088cd;
font-size: 1em;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
font-weight: normal;
font-family: "Roboto Slab", sans-serif;
font-size: 20px;
}
a#btnFundraise{
  display:none;
}
#formPanelToolBar {
  height: auto;
  overflow: auto;
  display: block;
}

#formPanelLogin {
    height: 298px;#
}

#formAddComment {
    height: 260px;
}

.formHeaderSub {
    margin-top: 0;
}

.sideDetails ul.attributeList, .sideDetails ul.images {
  margin: 0 0 20px 0;
  padding: 0;
}
.sideDetails ul.attributeList li, .sideDetails ul.images li {
  margin: 0 0 20px 0;
  padding: 0;
}
.sideDetails ul.attributeList li img.attribImage, .sideDetails ul.images li img.attribImage {
  max-width: 100%;
}
/*NAVIGATION */
#nsContent {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  font-size: 18px;
  max-width: 1000px;
  margin: auto;
}
#sortableList {
  display: block;
  /* text-align: center; */
  /* background: green; */
  margin-left: -20px;
}

ul.dropdown {
  float: none;
}

#nsContent li {
  display: inline-block;
  float: none;
  /* padding: 20px; */
}

#nsContent a {
  padding: 20px;
  color: white;
  font-size: 18px;
  display: block;
  text-decoration: none;
}
#nsContent a:hover {
  background: white;
  color: #a60d3b;
}

/*drop down nav */
ul.dropdown ul ul.menu1_1 {
  left: 99%;
  width: 100%;
}

ul.dropdown ul.menu1 li {
  width: 100%;
}

ul.dropdown ul ul {
  left: 99%;
  top: -50px;
  top: 0;
}

ul.dropdown ul {
  text-align: left;
  background: white;
  width: 250px;
}

#nsContent ul ul a {
  font-size: 16px;
  color: #a60d3b;
}

#nsContent ul ul a:hover {
  font-size: 16px;
  color: #fff;
  background-color: #a60d3b;
}

#nsContent ul ul ul a {
  font-size: 16px;
  color: #a60d3b;
}

ul.dropdown ul li {
  width: 100%;
}
.slideInfo .slideTitle {
    font-size: 2em;
    width: 100%;
    margin-bottom:10px;
}
.slideInfo .totaliserBG, 
.slideInfo .raisedSoFar, 
.totaliserBG_small, 
.raisedSoFar_small {
  margin: 0 20px 0 0;
}
.slideInfo .totaliserLabel,
.slideInfo .totaliserLabel2 {
  clear: none;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: auto;
  margin-bottom:0;
  margin-top:0;
}
ul.moreLinks {
    display: block;
    /* clear: both; */
    height: 20px;
    margin: 0 0 40px;
}
ul.moreLinks li {
  clear: none;
  display: inline-block;
  float: left;
  margin-right: 15px;
  text-decoration: none;
}
ul.moreLinks li a {
  text-decoration: none;
}
div.fullWidthContainer div.sideBar div.calendar {
  /* height: 609px; */
  /* overflow-x: hidden; */
  /* overflow-y: scroll; */
}
 h2.h2Section1 {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
div#imageUpload {
  display: block;
  clear: both;
}
.formColumn1NoWrap label,
.formColumn2NoWrap label,
input#txtTitle, 
input#txtYouTube,
input#txtAmountTarget{
  /* clear: both; */
  display: block;
  float: left;
  /* margin-left: 3px; */
  /* margin: 0; */
  /* line-height: 1; */
}
.formColumn1NoWrap input,
.formColumn2NoWrap input{
  clear: both;
  display: block;
  float: left;
}
select#ddlPostAppeal,
select#ddlEvent {
  width: 243px;
  display: block;
  float: left;
  clear: both;
}
.formElementLabelAgreeTC label, 
.formElementLabelCheckbox label {
  /* bottom: 5px; */
  clear: none;
  /* display: inline; */
  /* float: none; */
  /* margin-left: 3px; */
  margin-top: 0;
  position: relative;
  /* width: 90%; */
}
#postForm.formPanel {
  display: block;
  height: auto;
  margin: 0 auto 30px;
  padding-bottom: 125px;
  width: 90%;
}
.container #AppealPost #postForm.formPanel div.floatRight {
  float: left;
  display: block;
  clear: both;
  margin-top: 20px;
}
.statementBar {
  clear: both;
  display: block;
  float: left;
  margin-bottom: 0;
  width: 100%;
  overflow: visible;
}
.homePanel {
  padding-bottom: 20px;
  width: 100%;
  display: block;
  float: left;
}
.donationMade .from {
  color: rgb(80, 80, 80);
  display: block;
  float: none;
  font-size: 1.2rem;
  height: auto;
  overflow: hidden;
  width: 100%;
}
#carousel_medium .car_img_container {
  display: block;
  float: left;
  height: auto;
  left: 0;
  margin-bottom: 30px;
  overflow: visible;
  position: relative;
  text-align: left;
  width: auto;
}
#carousel_medium .car_img {
  display: block;
  float: left;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#carousel_medium .car_img li.slide-panel {
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 4px;
  box-shadow: 0 0 9px 3px rgba(102, 102, 102, 0.15);
  display: block;
  float: left;
  height: auto;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 10px 10px 14px 0;
  text-decoration: none;
  width: auto;
}
.donationMade {
  border-right: medium none;
  clear: none;
  display: block;
  float: left;
  margin-left: 10px;
  min-width: 180px;
  width: 100%;
  text-align: center;
}
.donationMade .project {
  color: gray;
  display: block;
  float: left;
  font-size: 1rem;
  height: 14px;
  width: auto;
}
span.statement {
  font-size: 2em;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #e1134f;
}
.alongWith {
  color:  #a60d3b;
}
.donationMade .amount {
  width: auto;
}
div.paymentTicker {
  height: 102px;
}
#carousel_medium {
  display: block;
  float: left;
  margin-bottom: 30px;
  position: relative;
}
.postManageContainer{
  display:block;
  overflow:auto;
  max-width: 980px;
  margin: 0 auto 40px;
  text-align: left;
}
a#hlkEdit {
float: right;
}

/* forms */
input[type=text], input[type=password], select{
  width:100%;
  box-sizing:border-box;
}
.formPanel{
width: 90%;
overflow: auto;
max-width: 1000px;
margin: 0 5% 40px;
box-sizing: border-box;
padding:20px;
}
.formPanel label{
  margin:0;
}
#formPanelPasswordReminder{
  overflow:auto;
}
.formColumn1NoWrap{
  width: 100%;
}
input#txtPwd{
  /* width: 100%; */
  /* clear:both; */ 
  /* display: block; */
}
#formPanelLogin {
width: 90%;
overflow: auto;
height: auto;
max-width: 300px;
}
div.facebookConnect{
  margin: 10px 0 20px;
}
.formElementValidation{
  line-height:1;
  font-size: 80%;
}
.formPanel .floatRight{
  clear:both;
  margin:10px 0
}
h2#h2GiftAid .floatLeft{
  float:none;
}
#rblUkTaxPayer_0, #rblUkTaxPayer_1{
  margin: 3px 10px 0 0;}
div.gaConditions label{
  width: 90%;
}
.gaConditions .formElementLabelCheckbox input {
margin: 3px 10px 0 0;
}
input#cbTerms, input#cblMemberSettings_0 {
margin: 3px 10px 0 0;
}
span#ctl00_ctl00_ctl00_ctl00_bodyContent_cphPageMaster_cphPageMaster_ContentPlaceHolder_appealPost_lblIntroText {
margin-bottom: 20px;
display: block;
}
input[type=text].formElementHalfWidth, input[type=password].formElementHalfWidth, select.formElementHalfWidth{
  min-width:200px;
}
textarea#txtContentPublicPost {
float: left;
clear: both;
}
div#imageUpload {
margin-right: 20px;
}
input#ctl00_ctl00_ctl00_ctl00_bodyContent_cphPageMaster_cphPageMaster_ContentPlaceHolder_appealPost_cbAgree, input#ctl00_ctl00_ctl00_ctl00_bodyContent_cphPageMaster_cphPageMaster_ContentPlaceHolder_appealPost_cbTerms {
margin: 3px 10px 0 0;
}
div#ctl00_ctl00_ctl00_ctl00_bodyContent_cphPageMaster_cphPageMaster_ContentPlaceHolder_appealPost_dvMemberSettings{
  margin-bottom:0;
}
/* end forms */

/* normal post*/
.postTagsAndCatsPanel {
display: none;
}
.sociable ul li{
  margin:0 20px 20px 0;
}
div#socialbuttons_middle{
  margin-bottom:40px;
  float: left;
  /* display:block; */
}
div#dvcommentContentRightSpeech {
    margin-left: 16px;
}
/* end normal post*/
/* AW 17.08.2017 Fix iframe on homepage ZD 20356 */
.mainColumn.homeMainColumn iframe {
  float: none;
}