/*
colors

accent red: #E53537;
light accent red: #FFB4B5;
slighly darker light accent red: #F78789;
active orange: #F69F2E;

brown: #766658;
inactive light brown: #B8A08A;
not-too-black black: #222;
light gray lines: rgba(0,0,0,.1);
dark brown selected: #4E3232;
*/

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

#logoimg {
  width: 80px;
  margin-right: 16px;
}

body {
  background-color: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: .95em;
  line-height: 1.45em;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
}

img {
  height: auto;
}

.aimg:hover {
  border-bottom: 0px;
}

a {
  color: #369ff4;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  cursor: pointer;
  border-bottom: 1px solid #369ff4;
  color: #369ff4;
}

p {
  padding-bottom: 1em;
}

.emphasized {
  font-weight: bold;
}

.deemphasized {
  font-weight: normal;
  font-size: .85em;
}

.hidden {
  display: none;
}

h1 {
  color: #FFF;
  font-size: 1.2em;
  line-height: 120%;
  font-weight: 600;
  margin: .5em 0;
}

h2 {
  color: #000;
  font-size: 1.1em;
  font-weight: 600;
  margin: 1.1em 0 .3em 0;
}

h2>a {
  border: none;
  text-decoration: none;
}

h3 {
  color: #B8A08A;
  font-size: 1.1em;
  font-weight: 500;
  margin: 1em 0 .8em 0;
}

header {
  background-color: #0066cc;
  color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: row;
  padding: 1em;
  width: 100%;
}

header>div#logo {
  line-height: 56px;
  position: relative;
  font-family: "Bree Serif", "Courier New", serif;
  color: #E53537;
}

header>.menuDown {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

header>.menuUp {
  box-shadow: none;
}

header>div#logo>p.title {
  color: #E53537;
  font-weight: 300;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

div#caption {
  display: none;
}

header>div#logo>div#navToggle {
  border-radius: 4px;
  position: absolute;
  height: 40px;
  right: 8px;
  top: 8px;
  padding: 12px 5px;
  transition: 300ms all ease;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

header>div#logo>div#navToggle.menuUp {
  background-color: #E53537;
}

header>div#logo>div#navToggle.menuDown {
  background-color: #4E3232;
}

header>div#logo>div#navToggle>a {
  color: #FFF;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: 300ms all ease;
  line-height: 1rem;
  border: none;
}

header>nav {
  background-color: white;
  display: none;
  flex: 1;
  transform: 300ms all ease;
}

header nav>ul {
  list-style-type: none;
}

header nav>ul>li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
}

header nav>ul>li:last-of-type {
  border-bottom: none;
}

header nav>ul>li>a {
  display: block;
  color: #E53537;
  font-weight: 500;
  font-size: 1.25em;
  padding: 1.5rem 0;
  text-decoration: none;
  border: none;
  transition: 250ms all ease;
}

header nav>ul>li>a:hover {
  text-decoration: none;
  border: none;
}

header nav>ul>li>a:selected {
  color: 000;
  font-weight: 700;
  transition: 250ms all ease;
}

section, aside, headshot {
  display: block;
  margin-left: 16px;
  margin-right: 16px;
}

section.announcement {
  display: block;
  border-radius: 4px;
  border-style: dotted;
  padding: .8em .5em 0em .8em;
  border-color: rgb(246, 159, 46);
  background-color: rgba(246, 159, 46, 0.05);
  margin-bottom: 1em;
}

button, input[type=submit] {
  background-color: #e9eae4;
  color: #9b9b94;
  border-radius: 4px;
  border: none;
  height: 40px;
  padding: 10px 24px;
  margin-bottom: 8px;
  transition: 300ms all ease;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  text-decoration: none;
}

button:hover, input[type=submit]:hover {
  color: #fff;
  background-color: #115e9c;
  cursor: pointer;
}

button.selected, input[type=submit] {
  color: #FFF;
  background-color: #369ff4;
  cursor: pointer;
}

input[type=number], input[type=text] {
  background-color: #FFF;
  color: #222;
  height: 38px;
  padding: 0px 3px;
  transition: 300ms all ease;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none;
  border: none;
  width:120px;
}

#donate {
  font-size:1.5em;
  height: 60px;
  padding-left: 80px;
  padding-right: 80px;
  border-radius: 40px;
}

.divOther, input.student {
  background-color: #FFF;
  color: #222;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #dfdfd7;
  padding-left: 5px;
  height: 40px;
  display: inline-block;
  width: 148px;
}

.divOther {
  width: 148px;
}

input.student {
  width: 300px;
  max-width: 100%;
  margin-top: 4px;
}

.student input[type=text] {
  width: 98%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9b9b94;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 1000;
  font-size: 1em;
  text-decoration: none;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9b9b94;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 1000;
  font-size: .9em;
  text-decoration: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9b9b94;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 1000;
  font-size: .9em;
  text-decoration: none;
}

.more {
  border-radius: 4px;
  height: 36px;
  padding: 5px 24px;
  margin-bottom: 12px;
  transition: 300ms all ease;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: .8em;
  text-decoration: none;
}

a.more {
  border: 1px solid #F78789;
  color: #E53537;
  text-transform: uppercase;
}

.spendAmount {
  font-size: 1.5em;
  font-weight: 700;
}

tr {
  padding: 0;
}

td {
  border-bottom: 0px solid rgba(0, 0, 0, .1);
  font-size: .85em;
  padding: 0 32px 0 0;
}

tr:last-child>td {
  border: none;
}

table {
  padding: 0;
  margin-bottom: .5em;
  margin-top: -.5em;
}

footer {
  margin: 16px;
}

footer>ul>li {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #B8A08A;
  padding: .5em 8px;
}

footer>ul>li>ul>li {
  list-style-type: none;
  text-transform: none;
  font-weight: 400;
  padding: .5em 0;
}

footer>ul>li>ul>li>a {
  text-decoration: none;
  border: none;
}

ul#examples {
  padding: 0 32px;
}

.qas dl {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.qas dt {
  font-weight:bold;
}
.qas dd {
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 0;
}
.qas dd>ul {
  margin-left: 1em;
}

#contact_info dl {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
#contact_info dt {
  font-weight:bold;
  font-size: .85em;
  margin-left: 2em;
}
#contact_info dd {
    margin-top: .3em;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 0;
}
#contact_info dd>ul {
  margin-left: 1em;
}

/* Medium screens */

@media all and (min-width: 600px) {
  body {
    margin: 0;
  }
  img {
    max-width: 1000px;
    margin: 1px auto;
  }
  section, h1, aside, headshot {
    max-width: 900px;
    margin-left: 0;
    margin-right: 0;
  }
  header>div#logo>div#navToggle {
    display: none;
  }
  header {
    background-color: #0066cc;
    color: #FFF;
    flex-direction: center;
    padding: 1em;
    text-align: left;
    width: 100%;
  }
  header>div#logo {
    background-color: transparent;
    line-height: 2em;
  }
  header>div#logo>p.title {
    font-size: 3em;
  }
  div#caption {
    display: block;
    text-align: center;
    color: #766658;
    font-size: 1em;
    padding-bottom: 12px;
  }
  header>nav {
    background-color: transparent;
    display: block;
  }
  header>nav>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  header nav>ul>li {
    border-bottom: none;
  }
  header nav>ul>li>a {
    padding: 0 1.25rem;
    color: #E53537;
    text-decoration: none;
  }
  header nav>ul>li>a:hover {
    color: #F69F2E;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }
  header nav>ul>li>a.selected {
    color: #000;
    text-decoration: none;
    cursor: default;
  }
  section {
    display: inline-block;
    padding-left: 32px;
    padding-right: 32px;
  }
  aside {
    width: 30%;
    float: right;
    display: inline-block;
    padding-left: 16px;
    padding-right: 0;
  }
  .bio {
    margin-bottom: 1em;
    display: inline-block;
  }
  headshot {
    width: 20%;
    display: inline-block;
    padding: 0 12px 0 0;
    margin-bottom: .5em;
  }
  headshot.bio {
    float: left;
    margin-bottom: 0;
  }
  .more {
    border: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
  }
  a.more {
    border: none;
    border-bottom: 1px solid #FFB4B5;
    text-transform: none;
  }
  a.more:hover {
    color: #F69F2E;
    border-bottom: 1px solid #F69F2E;
  }
  footer {
    clear: both;
    padding-bottom: 1em;
    margin-top: 1em;
  }
  footer>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  footer>ul>li {
    font-size: .85em;
  }
  footer>ul>li>ul>li {
    padding: .1em 0;
  }
  #logoimg {
    width: 80px;
    margin-right: 15px;
  }

}
