/*provides spacing and maximum render width for Stripe forms on the site, including the sidebar
.sc-checkout-form, .sc-form-group {
    margin-bottom: 10px;
    max-width: 400px;
}
*/

.sc-uea-currency {
    display: none;
}

td-header-menu {
  font-size: 20px;
    /*background-color: #8c7e81;*/
  color: #ffffff;}

donate {
  font-size: 20px;
  color: #ffffff;
  background-color:#cc3333;
  padding:10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; 
  -o-border-radius: 8px; 
  -ms-border-radius: 8px;
  border-radius: 8px; 
} /* adds the yellow "cantelope" color to the donate button*/


blockquote {
max-width: 600px;
margin: 20px;
padding: 20px;
text-align: center;
font-family: ariel;
font-size: 24px;
color: #6DAD40;
border-top: 2px solid #F8C471  ;
border-bottom: 2px solid #F8C471  ;
}
.pull-right {
    width: 33%;
    float: right;
} 
.pull-left {
  width: 33%;
    float: left;
}/* custom css for the right-pulled quotes that are located on the program pages */

@media screen and (max-width:450px)
{
.pull-right {display: none
}
}

h2 {
    font-size: 25px;
    font-family: ariel;
    color: #6DAD40;
}

h1 {
     font-family: ariel;
    color: #84ae40;
    font-size: 35px;
}
h3 {
    font-size: 20px;
}

button, html input[type="button"], input[type="submit"], .button, .button:visited {
    color: #ffffff;
    background-color: #71b240;
}

button:hover, html input[type="button"]:hover,input[type="submit"]:hover, .button:hover, button:focus, html input[type="button"]:focus, input[type="submit"]:focus, .button:focus {
    color: #ffffff;
    background-color: #cc3333;
}