@import url("/clients/glassdoor/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */
 

/* EVA 23.05.17 tabbed style donations */

.donationFrequency{
  background:transparent!important;
  padding:0!important;
}
.donationFrequency.frequencySelected {
    background-color: transparent;
}
.donationFrequency {
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}
#Single, #Regular {
    display: inline-block;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px 5px 0 0;
    color: #333;
}
#Single.active, 
#Regular.active {
    background-color: #642dbe;
    color: #fff;
}
.donationForm .donationFormItems .donationFrequency.frequencySelected{
  background:transparent;
}

/* AW 14.09.2017 Remove location from event homepage feed ZD 21295 */
.homeFeedevents .postFooterWrapper p.locationDetails {
  display: none;
}

.postContent blockquote{
  font-size: 26pt;
}

/* AW 09.10.2017 Strong text and totaliser colour ZD 21934 */
strong {
  font-weight: bold;
}

.totaliserDone {
  background-color: #FF0023;
}

/* AW 11.10.2017 New newsletter Signup ZD 22079 */
div#mc_embed_signup {
  color: #fff;
}

div.mc-field-group.input-group ul li {
  float: left;
  padding: 10px;
}
  
div.mc-field-group.input-group ul li input {
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  div.mc-field-group {
    width: 33%;
    float: left;
    padding: 10px;
  }
  
  div.mc-field-group.input-group {
    width: 100%;
  }
  
  div.mc-field-group.input-group ul li {
    float: left;
    padding: 10px;
  }
  
  div.mc-field-group.input-group ul li input {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  div.mc-field-group {
    width: 100%;
  }
}

/* AW 13.10.2017 Hide donor list ZD 22243 */
.donorsList {
  display: none;
}

/* AW 16.10.2017 Profile boxes min height ZD 22246 */
.homeFeature.homeBox2,
.homeFeature.homeBox3,
.homeFeature.homeBox4 {
  background-color: white;
}

/* DK 20.10.2017 Hide can we contact you agan options ZD 22187 */
.formQuestion.formSecondStep.contactViaTel.labelCheckBoxPair {
   display: none;
}

/* AW 01.11.2017 Fix appeal dashboard */
h2.dashHeader {
  color: #fff;
  margin-top: 0px;
}

/* AW 19.02/2018 FAQ summary colour ZD 26370 */
.accordianHeader p.postSummary {
  color: #F3F3F3;
}

/* DI 04.12.2018 Remove via post contact preference ZD 35352 */
.contactViaPost {
  display: none;
}

/* DES-3630 */
.PostSystemCategory_hide-appeal-actions .appealActions {
  display: none;
}

.footerBox.FooterLogos { display: none !important; }
body.userLoggedIn .footerBox.FooterLogos { display: block !important; }

/* YVN - DES-4963 */
body.donate .contentBlockWrapper .inline-login-link {
  display: none; 
}

/* IM-1024 */
.associatedAppeal div,
.associatedAppeal p.featurePublishWrapper,
.associatedAppeal p.featureAuthorWrapper,
.associatedAppeal p.featureLocationWrapper,
.associatedAppeal #aComments {
    display: none;
}



.subMenu ul {
top: 0 !important;
left: -100% !important;
}

div.match-funding_description {
  display: none !important;
}