/*** 
*
*   CSS extras to add on here outside the main LESS-to-CSS authoring and compilation process 
*
*/


/* donate cleanup */

.feature-container .ask-text {
	font-size: 120%;
	line-height: 1.3em;
	padding: 22px;
}

.progress-stage label {
	font-size: 17.5px;
	font-weight: 200;
}

.progress-stage-button-next a, 
.progress-stage.stage-3 .credit-card-footer .button a {
	text-decoration: none;
}

.progress-stage.stage-2 ul li {
	margin-bottom: 12px;
}

.progress-stage ul li label {
	padding-bottom: 4px;
	display: inline-block;	
}

.progress-stage.stage-3 ul li select {
	margin-bottom: 0px !important;
}

.progress-stage.stage-3 .credit-card-info label {
	width: 35%;
}

@media only screen and (max-width: 480px) {
	.feature-container .leading.ask-text {
		padding-top: 22px;
	}
	.progress-stage h2 {
		text-align: center;
	}
	.progress-stage.stage-3 .credit-card-info label	{
		width: 100%;
	}
}

/*  quick styling for signup page */

body.signup-page .below-fold {
	padding-top: 116px;
}

body.signup-page #content h2 {
	line-height: 1.3em;
	text-align: center;
	color: white;
}

body.signup-page #content {
	background-color: #542c70;
	color: white;
}

body.signup-page #content #signup-story {
	padding: 12px 22px;
    font-size: 110%;
    line-height: 1.3em;	
}

body.signup-page #content #signup-story,
body.signup-page #content #signup-story p,
body.signup-page #content #signup-story span {
	font-family:"garamond-premier-pro";
}

button.signup-button {
		background-color: #00b1a1;
    color: white;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
    border: 3px solid white;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 22px;
    font-family: 'Oswald';
    width: 100%;	
}

button.signup-button:hover {
		background-color: #00b1a1;
    color: white;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
    border: 3px solid #91E4DD;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 22px;
    font-family: 'Oswald';
    width: 100%;		
}


/* progress meter / thermometer */

/* thermometer styles */
.ak-original-progress-meter,
#progress {
  width: 100%;
  margin-bottom: 22px;
  box-sizing: border-box;
  padding: 0px 10px;
}
.ak-original-progress-meter .progress-holder,
#progress .progress-holder {
	box-shadow: inset 0px 0px 5px dimgrey;
	width: 80%;
  border-radius: 50px;
  border: none;
  overflow: hidden;
  height: 30px;
  background-color: #e4e4e4;
}
.ak-original-progress-meter .progress-holder .progress-bar,
#progress .progress-holder .progress-bar {
  border-radius: 50px 0px 0px 50px;
  background: #00B1A1; /*#ec5439 */
  height: 30px;
  background-color: #00B1A1;
}
.ak-original-progress-meter .progress-holder .progress-percent,
#progress .progress-holder .progress-percent {
  display: none;
}
.ak-original-progress-meter .progress-caption,
#progress .progress-caption {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 120%;
  letter-spacing: .05em;
  padding: 12px 0px;
}


/* New Signup page, circa 2016 */

.signup-page.signup .feature-container.has-image {
  max-width: 525px;
}

.signup-page.signup #content {
  background-color: transparent;
  color: black;
}

.signup-page.signup .below-fold {
  padding-top: 10px;
}


.sharebuttons .ak-share-button:first-of-type {
    margin-right: 36px;
}

.sharebuttons .ak-share-button {
    display: inline-block;
}

.sharebuttons .ak-share-button {
    width: 188px;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 6px;
    color: white;
    font-family: 'Oswald';
    padding: 18px 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.sharebuttons .ak-twitter {
    background-color: #00abf0;
}

.sharebuttons .ak-facebook {
    background-color: #38569c;
}


@media screen and (max-width: 450px) {

  .sharebuttons .ak-share-button:first-of-type {
      margin-right: 0px;
  }

  .sharebuttons .ak-share-button {
      
  }

  .signup-page.signup .below-fold .container #content {
    padding: 15px 30px;    
  }  

}

@media only screen and (min-width: 768px) {

  .signup-page .feature-container {
      margin-bottom: 42px;
  }

}


.about-text iframe {
  max-width: 100%;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  margin-bottom: 22px;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


.survey-questions h2 {
  color: white;
  border-bottom: 1px solid white;
  margin-top: 18px;
  padding-bottom: 12px;
}

.survey-questions {
}

.survey-questions label {
  display: block;
  margin: 12px 0px;
  width: 100%;
    padding: 7px 10px;
  background-color: #8E66AB;
  font-weight: normal;
}

.survey-questions input {
    font-family: 'PT Sans';
    padding: 8px 10px;
    font-weight: 600;
    font-size: 16px;  
}

.survey-questions textarea {
    width: 100%;
    font-size: 120%;
    padding: 6px 8px;
    font-family: 'PT Sans';  
}

.survey-questions input,
.survey-questions textarea {
  max-width: 100%;
}



/* Events page styles */

body[class^="event_"] {

}

body[class^="event_"] .below-fold .container #content {
  padding-top: 110px;  
}










