/* FORM */

.storyb {

    padding: 36px 48px 48px 40px;
}

.charityForm {

  width: 95%;
  margin: 20px auto;
  padding: 15px;
  border: 2px solid #AE3424;
  border-radius: 10px;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Sans-Serif;
  color: #444;
  background-color: #F0F0F0;
  box-shadow: 0 0 15px 0 #000000;
  -moz-box-shadow: 0 0 15px 0 #000;
  -webkit-box-shadow: 0 0 15px 0 #000;
}

.charityForm div {

    margin: 20px 0 35px 0 !important;
  }

.charityForm label {

    display: inline-flex;
    width: 25%;
    text-align: left;  
    margin-right: 25px;
    font-size: 1.4em;
    font-weight: bold;
  }

.charityForm input[type=text], .charityForm input[type=email], 
  .charityForm select{

  width: 65%;
  height: 35px;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Sans-Serif;
  padding: 4px;
  margin-left: -4%;
  margin-right: 1%;
  font-size: 1.5em;
  border-radius: 5px;
  border-style: none;
  background: rgba(0, 0, 0, 0.07);
}


#charities, #instruments {

    width: 67%;
    height: 40px;
    padding: 5px;    
    font-size: 1.4em;
    border-radius: 5px;
    border-style: none;
}

.checkbox {

    width: 100% !important;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

.checkbox > span {

    color: #34495E;
    padding: 0.5rem 0.25rem;
    width: 85%;
    font-size: 0.9em;
}

.checkbox > input {

    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #6D221D;
    cursor: pointer;
  }

.checkbox > input:checked {

    border: 1px solid #41B883;
    background-color: #34495E;
}

.checkbox > input:checked + span::before {

    content: '\2713';
    display: block;
    text-align: center;
    color: #41B883;
    position: absolute;
    left: 0.7rem;
    top: 0.5rem;
}

.checkbox > input:active {

    border: 2px solid #34495E;
}

#sendIt {

    text-align: center;
}

.submit {

    margin-top: 20px;
    background-color: #6D221D;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 30px;
    color: #E7DFDF;
    cursor: pointer;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.submit:disabled,
.submit[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/*SideBar*/

#side_bar {

    width: 15vw;
    height: 72vh;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
}

.storyright {

    padding: 14px 14px 0 15px !important;
}

.storyright a {

    font-size: 1.3em;
    padding: 0;
    text-transform: none;
}

.storyright p {

    font-size: 1.2em;
}

.storyright h1 {

    font-size: 20px !important;
    padding: 10px 0 8px 0px !important;
}

.adp-step, .adp-substep, .adp-summary {

    font-size: 1.3em !important;
    font-weight: 600 !important;
}

.adp-text {

    font-size: 1.2em;
    font-weight: bold;
}

p.details {
    font-weight: 600;
    font-size: 1.3em;
}
