body{
  margin: 0;
}

img {
  max-width: 100%;
}

.note {
  font-weight: bold;
  font-size: 14px;
}

/* Header */
header {
    border-bottom: 4px solid #CECECE;
}

header .logo-container {
  padding-top: 20px;
  padding-bottom: 20px;
}


/* Form Details */
form {
  font-size: 14px;
}

form [class*="col-"] {
  margin: 10px 0 3px;
}



button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

input, textarea, select, .uneditable-input {
    max-width: 100%;
    width: auto;
}

button, input {
    line-height: normal;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 5px;
}

button, input[type=text], select, textarea {
    display: block;
    width: 100%;
    height: 24px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

textarea {
  height: auto;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.delabel {
  font-weight: bold;
}

.centeraligntext {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .giving-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  form [class*="col-"] {
    margin: 3px 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgb(235, 111, 16);
    background-color: rgb(255, 229, 209);
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
}
