body {
  font-family: 'Open Sans', sans-serif;
  counter-reset: section;
  margin: 0;
  hyphens: auto;
}
body > header {
  padding: 1em;
}
header h1 {
  margin: 0;
}
body > header img {
  height: 3em;
}
a {
  color: #4271ad;
}
h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  color: #fafafa;
  text-shadow: 0 0.02em 0.03em black;
  font-size: 4em;
  padding-top: 0.5em;
  background-color: rgb(251, 253, 255);
}
.take-away h2 img {
  margin-top: -10%;
}
h2 img {
  width: 100%;
  vertical-align: bottom;
}
h2 span {
  position: absolute;
  z-index: 10;
  margin: auto;
  left: 0;
  bottom: 20%;
  right: 0;
}
article p, article li {
  text-align: justify;
}
h3 {
  margin: 1em 0;
  font-size: 1.3em;
  font-weight: bold;
}
h4 {
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: bold;
}
article ol {
  list-style: none;
  padding-left: 3.5em;
}
article ol li {
  margin: 1.5em 0;
}
article ol li:before {
  counter-increment: section;
  content: counter(section);
  float: left;
  color: #c9f168;
  border: 4px solid #c9f168;
  margin-left: -2.5em;
  border-radius: 50%;
  font-size: 1.3em;
  text-align: center;
  width: 2em;
  height: 2em;
}
article {
  padding: 3em 10% 3em 10%;
}
#front {
  padding: 0;
}
#front table {
  width: 100%;
  border-spacing: 0;
}
.carousel-caption {
  font-size: 1.5em;
  text-align: center;
  text-shadow: 0 0.1em 1px black;
  line-height: 1.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: rgba(229, 240, 255, 0.3);
  padding: 1em 5em 2em 5em;
}
.carousel-inner > .item {
  height: auto;
}
nav table {
  width: 100%;
  text-align: center;
}
nav a {
  color: black;
  font-size: 2em;
  text-transform: uppercase;
  font-family: 'Encode Sans Semi Condensed';
  font-weight: 900;
}
nav a:hover {
  text-decoration: none;
  color: #234877;
}
.team-member-image {
  text-align: center;
  font-size: 1.5em;
}
.circle {
  margin-right: 0.3em;
  width: 5em;
  height: 5em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.circle img {
  width: 100%;
}
footer {
  background-color: #e7f7c4;
  text-align: center;
  padding: 1em;
}
form {
  font-size: 0.9em;
}
.label {
  text-align: right;
}
input[type=submit] {
  font-family: inherit;
  font-size: inherit;
}
input:not([type=submit]), textarea {
  border: 1px solid #aaa;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  width: 17em;
  padding: 0.3em;
}
textarea {
  height: 20em;
}
.tiles {
  background-color: black;
}
.tiles td {
  padding: 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.video-wrapper {
  padding-bottom: 56%;
  height: 0;
}
.tiles iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tiles a {
  color: white;
  text-decoration: none;
}
.tiles img {
  width: 100%;
  opacity: 0.8;
}
.tiles span {
  position: absolute;
  z-index: 10;
  bottom: 1em;
  right: 1em;
  text-transform: uppercase;
  font-family: 'Encode Sans Semi Condensed';
  font-weight: 900;
  text-shadow: 0 0.1em 0 black;
}
.slogan {
  text-align: center;
}
.contact-us h4 {
  font-size: 1.2em;
  padding-top: 0.5em;
}
.contact-us > article > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em;
}
#embedded {
  min-height: 320px;
}
#embedded h3 {
  margin-top: 0;
}
#embedded td {
  vertical-align: top;
  min-height: 320px;
}
#embedded article {
  padding: 0;
}
#embedded .post .circle {
  width: 2em;
  height: 2em;
}
#embedded ul, #embedded li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post .circle {
  width: 3em;
  height: 3em;
  vertical-align: middle;
}
#embedded {
  font-size: 0.8em;
}
@media (max-width: 72em) {
  article {
    padding: 1em;
  }
  nav a {
    font-size: 1.5em;
  }
  #embedded, #embedded tbody, #embedded tr, #embedded td {
    display: block;
  }
  #embedded td {
    width: 320px;
  }
}
.left {
  top: 0;
}
@media (min-width: 72em) {
  h2 {
    font-size: 5em;
  }
}
@media (max-width: 42em) {
  body > header img {
    height: 1.8em;
  }
  nav {
    padding: 0.5em 0;
  }
  nav a {
    font-size: 0.7em;
    font-weight: 200;
  }
  .carousel-caption {
    bottom: 0;
    padding: 1em 4em 1em 4em;
    line-height: 1.2em;
    font-size: 0.7em;
  }
  .carousel-indicators {
    bottom: 0;
  }
  .tiles span {
    font-size: 0.7em;
    font-weight: 200;
  }
  h2 {
    font-size: 2em;
  }
}
@media (min-width: 42em) {
  /*#content, nav {
    padding-left: 10%;
    padding-right: 10%;
  }*/
  .hosted {
    float: left;
  }
  .funded {
    float: right;
  }
  .tiles span {
    font-size: 2em;
  }
  .slogan {
    font-size: 1.5em;
  }
}