/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: normal; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

.element-invisible {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.rteright {
  text-align: right; }

img[style*=left] {
  float: left;
  vertical-align: top;
  margin-right: 2em;
  margin-bottom: 2em; }

img[style*=right] {
  float: right;
  vertical-align: top;
  margin-left: 2em;
  margin-bottom: 2em; }

.w {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .w:after {
    content: "";
    display: table;
    clear: both; }

.wc {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 960px; }
  .wc:after {
    content: "";
    display: table;
    clear: both; }

.c {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .c:after {
    content: "";
    display: table;
    clear: both; }

.col4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .col4:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col4 {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .col4:last-child {
        margin-right: 0; } }

.col8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .col8:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col8 {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .col8:last-child {
        margin-right: 0; } }

.o {
  margin-right: 0; }

.clean-list {
  margin: 0;
  padding: 0; }
  .clean-list li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

body {
  background: #4e4e4e url(../img/body-bg.jpg) no-repeat top center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400; }

strong, b {
  font-weight: 700; }

a {
  color: #6fb752; }

a:hover {
  color: #999; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0 0 0.5em 0;
  padding: 0;
  color: #6fb752; }

h1 {
  font-size: 26px;
  margin-bottom: 0.3em; }

p {
  margin: 0 0 0.5em 0; }

header {
  position: relative;
  height: 390px;
  margin: 0;
  padding: 0; }
#slideshow {
  position: absolute;
  top: 72px;
  right: 15px;
}

#site-slogan {
  font-size: 25px;
  margin: 30px 0 20px 10px;
  color: #6fb752;
  font-weight: 200;
  width: 330px;
  line-height: 128%;
  text-transform: uppercase; }

#logo {
  margin: 0 0 0 10px; }

main {
  position: relative;
  background-color: #F8F6F7 !important;
  color: #333;
  padding-bottom: 1em;
  zoom: normal;
  display: block; }

footer {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #CCC;
  font-size: 0.875em;
  font-style: italic; }
  footer h2 {
    text-transform: uppercase;
    font-size: 25px;
    color: inherit;
    font-style: normal; }
  footer .f {
    position: absolute;
    top: 0;
    right: 0; }
    footer .f a {
      display: inline-block;
      margin-left: 10px;
      width: 27px;
      height: 27px;
      text-indent: -9999px;
      background: #EEE; }
    footer .f .facebook {
      background: url(../img/social.png) no-repeat 0 0; }
    footer .f .twitter {
      background: url(../img/social.png) no-repeat -33px 0; }
  footer .c {
    position: absolute;
    bottom: 5px;
    right: 0;
    font-style: normal; }

nav ul {
  margin: 0;
  padding: 0; }
  nav ul li {
    float: left;
    list-style: none; }
nav a {
  text-decoration: none; }

.nav-1 {
  position: absolute;
  top: 37px;
  right: 50px; }
  .nav-1 li {
    border-right: 1px solid #000; }
    .nav-1 li a {
      color: #4A4A4A;
      font-size: 0.875em;
      line-height: 0.875em;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      padding: 0 2em;
      -webkit-animation: color 0.3s ease;
      -moz-animation: color 0.3s ease;
      animation: color 0.3s ease; }
      .nav-1 li a.active, .nav-1 li a.active-trail {
        color: #6fb752; }
      .nav-1 li a:hover {
        color: #CCC; }
    .nav-1 li:last-child {
      border-right: none; }
      .nav-1 li:last-child a {
        padding-right: 0; }

.messages {
  background-color: #EEE;
  color: #333;
  padding: 1em 2em; }
  .messages a {
    color: inherit; }
  .messages.error {
    background-color: red;
    color: #FFF; }

.tabs {
  margin-bottom: 0.875em; }
  .tabs li {
    margin-right: 1px; }
  .tabs a {
    display: block;
    background-color: #FF8A00;
    color: #FFF;
    padding: 0.5em 1em;
    font-size: 0.75em;
    text-transform: uppercase;
    -webkit-animation: color 0.3s ease;
    -moz-animation: color 0.3s ease;
    animation: color 0.3s ease; }
    .tabs a.active {
      background-color: #995300; }
    .tabs a:hover {
      background-color: #ff961a; }

#content-header {
  position: relative;
  border-top: none;
  padding: 0 30px;
  margin-bottom: 0;
  height: auto; }

#content {
  position: relative;
  padding: 0 30px; }

.node {
  font-size: 0.9em;
  font-weight: 400; }

.view-projects li {
  padding-left: 187px;
  min-height: 156px;
  margin-bottom: 45px; }
.view-projects .thumbnail {
  position: absolute;
  top: 0;
  left: 0; }
  .view-projects .thumbnail img {
    border: 3px solid #E0DDDD; }
.view-projects h2 {
  font-size: 26px;
  line-height: 26px;
  margin-top: 3px;
  margin-bottom: 10px; }
  .view-projects h2 a {
    color: inherit;
    text-decoration: none; }
    .view-projects h2 a:hover {
      color: #CCC; }
.view-projects h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #323131;
  border-bottom: 1px solid #E0DDDD; }
.view-projects .description {
  color: #323131;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 135%; }
.view-projects .link a {
  background: #eeeeee url(../img/hash.png);
  display: inline-block;
  padding: 0.2em 0.7em;
  font-size: 14px;
  text-decoration: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
.view-projects .edit {
  position: absolute;
  top: 0;
  right: 0; }
  .view-projects .edit a {
    display: inline-block;
    background-color: #FF8A00;
    color: #FFF;
    padding: 0.5em 1em;
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-animation: color 0.3s ease;
    -moz-animation: color 0.3s ease;
    animation: color 0.3s ease; }
    .view-projects .edit a.active {
      background-color: #995300; }
    .view-projects .edit a:hover {
      background-color: #ff961a; }

.node-project h2 {
  font-size: 18px;
  color: #323131; }
.node-project .description {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  line-height: 135%; }

.article-photogallery {
  margin-top: 20px; }
  .article-photogallery ul {
    margin: 0;
    padding: 0; }
    .article-photogallery ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-bottom: 20px;
      margin-left: 0;
      text-align: center; }
      .article-photogallery ul li:last-child {
        margin-right: 0; }
      .article-photogallery ul li:nth-child(4n) {
        margin-right: 0; }
      .article-photogallery ul li:nth-child(4n+1) {
        clear: left; }
      .article-photogallery ul li img {
        border: 3px solid #E0DDDD; }

.front header {
  height: 340px; }
.front main .wc {
  max-width: 100%; }
  .front main .wc #content {
    padding: 0; }
  .front main .wc #content-header {
    margin: 0 auto;
    max-width: 60em; }
.front .body {
  padding: 2.25em 0; }
  .front .body .content {
    margin: 0 auto;
    max-width: 60em;
    position: relative; }
  .front .body h2 {
    font-size: 28px; }
.front .body-0 {
  background: #eeeeee url(../img/hash.png); }
  .front .body-0 .content {
    padding-left: 400px;
    min-height: 240px;
    height: 240px;
    background: url(../img/front-image.jpg) no-repeat left top; }
.front .body-1 {
  background-color: #F8F6F7; }
  .front .body-1 ul {
    margin: 0;
    padding: 0; }
  .front .body-1 li {
    list-style-position: inside;
    font-size: 16px; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }
