/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* google fonts */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu"), local("Ubuntu"), url(../fonts/ubuntu/Ubuntu-Light.ttf) format("truetype");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  height: 100%; }

body {
  background-color: #333333;
  color: #454545;
  margin: 0;
  font: 11.5pt Ubuntu;
  font-weight: 400;
  line-height: 1.5em;
  min-height: 100%; }

a:visited {
  color: inherit; }

a:hover {
  text-decoration: underline; }

a {
  color: inherit;
  text-decoration: none; }

main a {
  text-decoration: underline; }

.container {
  width: 100%;
  max-width: 65em;
  background-color: #FDFDFD;
  min-height: 100%;
  margin: 0 auto;
  position: relative; }

header.primary {
  position: relative;
  padding: 2em; }

header.primary .logo {
  position: relative;
  float: left;
  max-width: 100%;
  height: 65px; }
  header.primary .logo img {
    width: 100%; }

main {
  padding: 0em 4em 6em 4em;
  line-height: 1.5em;
  overflow: hidden; }
  @media only screen and (max-width: 500px) {
    main {
      padding: 0 2em 4em 2em;
      font-size: 0.9em;
      text-align: justify; } }

@media only screen and (max-width: 500px) {
  blockquote {
    margin: 1em; } }
.project-page header {
  position: absolute;
  background-color: inherit;
  right: 2em; }

.hero-banner img {
  width: 100%;
  display: block; }

.hero-banner {
  margin: -2em; }

.nav-wrapper {
  text-align: center;
  clear: both;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }

.site-nav {
  color: #EA0000;
  /* red */
  font-size: 0.9em;
  list-style: none;
  position: relative;
  padding: 0; }
  .site-nav li:hover > ul {
    display: block;
    min-width: 100%; }
  .site-nav li:hover > a {
    background-color: black;
    text-decoration: none; }
  .site-nav li:hover > ul {
    background-color: #181818; }
  .site-nav li ul {
    text-transform: none;
    text-align: left;
    z-index: 1;
    position: absolute;
    display: none; }
  .site-nav li {
    position: relative;
    white-space: nowrap; }

ul.site-nav {
  /*
   * first level of site nav is uppercase
   */
  text-transform: uppercase; }

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.site-nav .highlight {
  background-color: rgba(0, 0, 0, 0.1); }

.site-nav a {
  background-color: transparent;
  padding: 0.5em 0.75em;
  display: block; }

.site-nav.site-nav-upper {
  float: right;
  margin: 0; }
  .site-nav.site-nav-upper li ul {
    text-align: left;
    right: 0;
    white-space: nowrap; }

.site-nav.site-nav-wide {
  margin: 1px auto;
  display: inline-block; }
  .site-nav.site-nav-wide > li {
    display: inline-block; }

.team-image {
  float: left;
  padding: 0 2em 2em 0; }
  @media only screen and (max-width: 500px) {
    .team-image {
      padding: 1em;
      width: 100%;
      float: none; } }

.team-member {
  clear: left;
  overflow: hidden;
  margin-bottom: 2em; }

em {
  font-weight: bold; }

footer {
  overflow: hidden;
  padding: 1em; 
  display: block;}

footer img {
  margin: 0 auto;
  display: block; }

h1, h2, h3 {
  margin: 2em 0 1em 0;
  font-weight: 300;
  font-size: 15pt;
  font-family: Ubuntu, sans-serif;
  font-style: normal; }
  h1:first-child, h2:first-child, h3:first-child {
    margin-top: 1em; }

ul {
  margin-bottom: 4em; }

.collage-banner {
  overflow: hidden;
  margin: 4em 0; }

.collage-banner .box {
  float: left;
  width: 20%;
  padding-bottom: 13.3333%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .collage-banner .box {
      width: 33.3333%;
      padding-bottom: 22.2222%; } }
  @media screen and (max-width: 500px) {
    .collage-banner .box {
      width: 50%;
      padding-bottom: 33.3333%; } }

.collage-banner .box .inner {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 1px; }

.collage-banner .box .inner img {
  height: 100%;
  min-width: 100%; }

.site-choice img {
  width: 100%;
  display: block; }

.site-choice {
  width: 50%;
  display: block;
  float: left;
  padding: 1em; }
  @media screen and (max-width: 800px) {
    .site-choice {
      width: 100%;
      padding: 0 !important; } }

.page-image {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

/*
.image-row {
	display:-webkit-box;
	display:flexbox;
	flex-direction:row;
}

.image-column {
	flex:1;
	flex-align:end;
}
*/
.image-container {
  display: table; }

.image-row {
  display: table-row; }

.image-column {
  width: 20%;
  display: table-cell;
  vertical-align: bottom; }

.image-column img {
  width: 100%; }

.third {
  float: left;
  width: 33.3333%;
  padding: 0.5em; }
  @media screen and (max-width: 500px) {
    .third {
      width: 100%; }
      .third img {
        max-height: none !important; } }

.third img {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
