@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body {
  font: 16px/1.3em "freight-sans-pro", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  background: #324381;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a:link, a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover, a:active {
  color: #324381;
  background: #FFF67F;
  cursor: pointer;
}

h1 {
  font: 36px/1em "serifa", Georgia, serif;
  font-weight: bold;
}
@media (min-width: 800px) {
  h1 {
    font: 50px/1em "serifa", Georgia, serif;
    font-weight: bold;
  }
}

h2 {
  color: #FFF67F;
  font: 16px/1em "freight-sans-pro", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media (min-width: 800px) {
  h2 {
    font: 30px/1em "freight-sans-pro", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 600;
    max-width: 50%;
  }
}

h3 {
  font: 20px/1em "serifa", Georgia, serif;
  font-weight: bold;
}
@media (min-width: 800px) {
  h3 {
    font: 36px/1em "serifa", Georgia, serif;
    font-weight: bold;
  }
}

h4 {
  font: 16px/1em "freight-sans-pro", Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #FFF67F;
  font-weight: 700;
}
@media (min-width: 800px) {
  h4 {
    font: 28px/1em "freight-sans-pro", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  height: 100%;
}

.sc, .project_box .project_tags {
  text-transform: uppercase;
  font-size: 0.8em;
}

section {
  position: relative;
}
@media (min-width: 800px) {
  section {
    min-height: 600px;
  }
}

.section_type_photo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  .section_type_photo {
    background-attachment: fixed;
  }
}

.section_type_text {
  padding: 30px 0;
}
.section_type_text header {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .section_type_text {
    padding: 0;
  }
  .section_type_text .inner {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    height: 100%;
  }
  .section_type_text header {
    width: 25%;
    text-align: right;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .section_type_text .vline {
    height: 80%;
    width: 1px;
    background: #fff;
    margin: 0 4%;
  }
  .section_type_text .content {
    width: 67%;
  }
}

.section_type_boxes {
  padding: 30px 0;
}
@media (min-width: 800px) {
  .section_type_boxes {
    padding: 50px 0;
  }
}
.section_type_boxes header {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

#section_top {
  background-image: url(/assets_spring17/top.jpg);
  padding: 200px 0 30px;
}
@media (min-width: 800px) {
  #section_top {
    padding: 0;
  }
}
@media (width: 768px) {
  #section_top {
    height: 500px;
  }
}
#section_top header {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  #section_top header {
    position: absolute;
    top: 40%;
    margin-bottom: 0;
  }
}
#section_top .top_contact {
  font-size: 14px;
  line-height: 1em;
  position: relative;
}
@media (min-width: 800px) {
  #section_top .top_contact {
    position: absolute;
    bottom: 20%;
    font-size: 22px;
  }
}
#section_top .top_contact p {
  margin-bottom: 0.2em;
}
#section_top .top_contact a:first-child {
  margin-right: 2em;
}

#section_community {
  padding-top: 200px;
  background-size: contain;
  background-position: top;
  background-color: #168541;
  background-image: url(/assets_spring17/community.png);
}
@media (min-width: 800px) {
  #section_community {
    padding-top: 0;
    background-size: cover;
    background-position: center;
    background-image: url(/assets_spring17/community.jpg);
  }
}
@media (width: 768px) {
  #section_community {
    height: 800px;
  }
}
#section_community a:link, #section_community a:visited {
  text-decoration: underline;
}
#section_community p {
  margin-bottom: 0.5em;
}
#section_community p:last-child {
  margin-bottom: 0;
}
#section_community .inner {
  /*background-color: #168541;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 133, 65, 0)), to(#168541));
  background-image: -webkit-linear-gradient(top, rgba(22, 133, 65, 0), #168541);
  background-image: -moz-linear-gradient(top, rgba(22, 133, 65, 0), #168541);
  background-image: -o-linear-gradient(top, rgba(22, 133, 65, 0), #168541);
  background-image: -ms-linear-gradient(top, rgba(22, 133, 65, 0), #168541);
  background-image: linear-gradient(top, rgba(22, 133, 65, 0), #168541);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#168541", EndColorStr="#168541");
  width: 100%;
  padding-bottom: 20px;
}
#section_community .inner h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #section_community .inner {
    position: absolute;
    bottom: 0;
    padding-bottom: 50px;
  }
}

@media (min-width: 800px) {
  #section_approach header {
    width: 36%;
  }
  #section_approach .content {
    width: 56%;
  }
}
#section_approach li {
  margin-bottom: 1em;
}
#section_approach li:last-child {
  margin-bottom: 0;
}

#section_map {
  min-height: 400px;
}
#section_map .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#section_map .inner .wrap {
  padding-top: 40px;
}
#section_map #projects_map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#section_projects {
  height: 100vh;
  overflow: hidden;
}
#section_projects .project_readmore {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-style: italic;
  padding: 30px 0 5px;
  background: -moz-linear-gradient(top, rgba(126, 94, 144, 0) 0%, #7e5e90 50%, #7e5e90 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(126, 94, 144, 0) 0%, #7e5e90 50%, #7e5e90 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(126, 94, 144, 0) 0%, #7e5e90 50%, #7e5e90 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007e5e90", endColorstr="#7e5e90",GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 800px) {
  #section_projects .project_readmore {
    display: none;
  }
}

#section_saying {
  background-image: url(/assets_spring17/saying.jpg);
}
#section_saying .inner {
  /*background-color: #725e90;*/
  background: -moz-linear-gradient(left, #725f8f 0%, rgba(114, 95, 143, 0) 50%, rgba(114, 95, 143, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #725f8f 0%, rgba(114, 95, 143, 0) 50%, rgba(114, 95, 143, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #725f8f 0%, rgba(114, 95, 143, 0) 50%, rgba(114, 95, 143, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#725f8f", endColorstr="#00725f8f",GradientType=1 );
  /* IE6-9 */
  width: 100%;
}
#section_saying .inner h3 {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  #section_saying .inner h3 {
    margin-bottom: 80px;
  }
}
#section_saying .wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 800px) {
  #section_saying .wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#section_saying p {
  margin-bottom: 1em;
  max-width: 80%;
}
@media (min-width: 768px) {
  #section_saying p {
    max-width: 400px;
  }
}
#section_saying p em {
  font-size: 0.8em;
  line-height: 0.8em;
  text-transform: uppercase;
  font-style: normal;
}

#section_contact {
  background-image: url(/assets_spring17/contact.jpg);
}
@media (width: 768px) {
  #section_contact {
    height: 500px;
  }
}
#section_contact .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 800px) {
  #section_contact .inner {
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 0;
  }
}
#section_contact h3 {
  margin-bottom: 80px;
}

#expand_projects {
  position: absolute;
  /*background-color: #324381;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 67, 129, 0)), to(#324381));
  background-image: -webkit-linear-gradient(top, rgba(50, 67, 129, 0), #324381);
  background-image: -moz-linear-gradient(top, rgba(50, 67, 129, 0), #324381);
  background-image: -o-linear-gradient(top, rgba(50, 67, 129, 0), #324381);
  background-image: -ms-linear-gradient(top, rgba(50, 67, 129, 0), #324381);
  background-image: linear-gradient(top, rgba(50, 67, 129, 0), #324381);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#324381", EndColorStr="#324381");
  width: 100%;
  height: 100px;
  bottom: 0;
  z-index: 100;
  line-height: 100px;
  text-align: center;
}
#expand_projects #expand_projects_btn {
  border: 1px solid #fff;
  padding: 5px 10px;
  background: #324381;
}
#expand_projects #expand_projects_btn:hover {
  background: #FFF67F;
  color: #324381;
  cursor: pointer;
}

#project_tags {
  margin-bottom: 15px;
}
#project_tags .tag_btn {
  background-color: #7E5E90;
  padding: 5px 7px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.85em;
  line-height: 1em;
}
#project_tags .tag_btn:after {
  content: "";
}
#project_tags .tag_btn:hover {
  cursor: pointer;
  background: #FFF67F;
  color: #7E5E90;
}
#project_tags .tag_btn.active {
  background: #FFF67F;
  color: #7E5E90;
}
#project_tags .tag_btn.active:after {
  content: " ×";
}
#project_tags .tag_btn.active:hover {
  background: #7E5E90;
  color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

@media (min-width: 800px) {
  #projects_boxes_inner {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
}

.project_box {
  background-color: #7E5E90;
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .project_box {
    width: 32.33333%;
    margin: 0.5%;
  }
}
.project_box .project_image {
  background-position: center;
  background-size: cover;
  height: 200px;
}
.project_box .project_inner {
  padding: 20px;
}
@media (min-width: 800px) {
  .project_box .project_top {
    top: 1em;
  }
}
.project_box .project_bottom {
  text-shadow: 1px 1px 2px #7f5c91, 0px 0px 25px #7f5c91;
}
@media (min-width: 800px) {
  .project_box .project_bottom {
    bottom: 1em;
  }
}
.project_box .project_tags {
  color: #FFF67F;
  font-weight: bold;
}
.project_box .project_title {
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  display: inline-block;
}
.project_box .project_title:link, .project_box .project_title:visited {
  color: #fff;
  text-decoration: none;
}
.project_box .project_title:hover, .project_box .project_title:active {
  color: #324381;
  background: #FFF67F;
  cursor: pointer;
}
.project_box .sc, .project_box .project_tags {
  font-weight: bold;
}
.project_box p {
  margin-top: 0.7em;
}

.boxes_outer {
  overflow: scroll;
  position: relative;
}

.boxes_scroll_right {
  display: none;
}
@media (min-width: 800px) {
  .boxes_scroll_right {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    padding-right: 20px;
    padding-left: 50px;
    /*background-color: #314183;*/
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(49, 65, 131, 0)), to(#314183));
    background-image: -webkit-linear-gradient(left, rgba(49, 65, 131, 0), #314183);
    background-image: -moz-linear-gradient(left, rgba(49, 65, 131, 0), #314183);
    background-image: -o-linear-gradient(left, rgba(49, 65, 131, 0), #314183);
    background-image: -ms-linear-gradient(left, rgba(49, 65, 131, 0), #314183);
    background-image: linear-gradient(left, rgba(49, 65, 131, 0), #314183);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#314183", EndColorStr="#314183");
  }
  .boxes_scroll_right:hover {
    cursor: pointer;
    color: #FFF67F;
  }
}

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