/*
  colors:

  dark blue: #043b64;
  footer: #2c2422;


*/


body {
  background-color: #2c2422;
  margin: 0;
  font-size: .9em;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Open Sans", helvetica, Arial, sans-serif;
}

body.node-type-newsletter-item {
  background-color: #fff;
}

a:link, a:visited {
  color: #065896;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  font-weight: 900;
  line-height: 1.3em;
}

h1 {
  font-size: 1.8em;
  padding: 0 0 0.5em;
  margin: 0;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 0.8em;
}

h5 {
  font-size: 1em;
  margin-bottom: 0;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 1em 0;
}

#main li {
  margin-bottom: 0.3em;
}

#header ul.menu {
  margin-bottom: 1em;
}

td {
  vertical-align: top;
}

.views-field-field-page-image-1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}


.caption {
  line-height: 1.3em;
  font-style: italic;
  color: #444;
  font-size: .7em;

}

label:after {
  /* content: ":"; */
}

input {
  font-size: .9em;
  font-family: "Open Sans", Arial, sans-serif;
  border: 0;
  padding: 0.5em;
  background-color: white;
}

input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
  font-family: "Muli", Arial, sans-serif;
  font-weight: 900;
  border: 0;
  font-size: .9em;
  padding: 6px 14px;
  margin: 12px 6px 12px 0;
  background-color: #043b64;
  color: white;
}

input[type="submit"]:hover {
  background-color: white;
  color: #043b64;
  cursor: pointer;
}

/* Form-related items */

.form-item {
  margin-bottom: 1.3em;
}

.form-item.form-type-radio {
  margin-bottom: .2em;
}

.form-item .description {
  font-style: italic;
  font-size: .8em;
}

label {
  font-weight: 700;
  display: block;
  margin-bottom: .4em;
}

label.option {
  font-weight: 400;
}

.webform-client-form-1042 label {
  display: inline-block;
}

.webform-component--how-did-you-use-this-lesson label {
  display: block;
}

.form-required {
  color: red;
}

.item-list {
  /*text-align: center; */
}

ul.pager {
  list-style: none;
  padding-left: 0;
}

ul.pager li {
  display: inline;
  margin: .3em;
  padding: .7em .5em;
}

ul {
  margin-top: 0;
  padding-top: 0;
}


