@charset "UTF-8";
.animate {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  color: #393939;
  margin: 0;
  font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 870px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0; }

h1, h2 {
  font-weight: 400; }

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 0.9375em; }
  @media screen and (min-width: 870px) {
    h1 {
      font-size: 27px;
      font-size: 2.7rem; } }

h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #1f8380;
  margin-bottom: 0.75em; }
  @media screen and (min-width: 870px) {
    h2 {
      font-size: 22px;
      font-size: 2.2rem; } }

h3 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  color: #259c98;
  margin-bottom: 0.75em;
  line-height: 1.5; }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #273838;
  margin-bottom: 0.75em; }
  @media screen and (min-width: 870px) {
    h4 {
      font-size: 18px;
      font-size: 1.8rem; } }

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase; }

h1 small, h2 small, h3 small, h4 small, h5 small {
  font-size: 70%; }

p, li {
  line-height: 1.6;
  margin-top: 0; }

a {
  color: #259c98;
  text-decoration: underline;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease; }
  a:hover {
    color: #393939;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease; }
  a.skipNav {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease; }
    a.skipNav:focus {
      position: static;
      width: auto;
      height: auto;
      background-color: #abd3a4;
      color: #303030;
      padding: 10px; }
  a[target="_blank"]:after {
    font-family: 'dashicons';
    content: " \f504"; }

hr {
  border: 0;
  height: 1px;
  background: #393939;
  margin: 1.875em 0; }

.container,
.wrap {
  padding-left: 1.5em;
  padding-right: 1.5em; }

textarea {
  width: 100%;
  outline: none; }

input {
  outline: none; }

input, textarea {
  border: 1px solid #303030; }

input[type=submit] {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  font-style: normal; }

input[type="submit"],
.button {
  background-color: #abd3a4;
  color: #273838;
  font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.4em 1.75em 0.4em;
  border-radius: 5.0em;
  outline: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border: 0;
  margin: 0 auto 1.50em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%; }
  input[type="submit"]:hover,
  .button:hover {
    background-color: #259c98;
    color: black; }
  input[type="submit"]:after,
  .button:after {
    content: '';
    clear: both; }
  @media screen and (min-width: 870px) {
    input[type="submit"],
    .button {
      width: auto;
      margin-right: 0; } }

/*////////
/////////
////////

Navigation

////////
/////////
/*/
.sup-header {
  background-color: #393939;
  display: none;
  width: 100%; }
  @media screen and (min-width: 870px) {
    .sup-header {
      display: block; } }
  .sup-header a {
    text-decoration: none; }
  .sup-header .col {
    flex: 0 1 auto;
    width: 50%; }
  .sup-header .col-right {
    text-align: right; }
  .sup-header .wrap {
    width: 100%;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto; }
  .sup-header .search {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: text-bottom; }
    .sup-header .search input {
      background-color: #393939;
      width: 160px;
      height: 30px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      font-size: 14px;
      font-size: 1.4rem;
      color: #fff;
      padding: 2px 8px;
      display: inline-block;
      font-style: oblique; }
      .sup-header .search input:focus {
        border: 1px solid #fff;
        outline: none; }
    .sup-header .search button {
      display: inline-block;
      height: 30px;
      width: 30px;
      padding: 0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      color: rgba(255, 255, 255, 0.85);
      background-color: rgba(255, 255, 255, 0.1);
      outline: none;
      border: none;
      font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-size: 1.4rem; }
      .sup-header .search button:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
        cursor: pointer; }

.nav-tertiary {
  font-size: 16px;
  font-size: 1.6rem;
  display: none;
  text-align: right; }
  @media screen and (min-width: 870px) {
    .nav-tertiary {
      display: inline-block; } }
  .nav-tertiary ul {
    list-style: none;
    margin: 0; }
    .nav-tertiary ul.menu-tertiary {
      display: inline-block; }
      @media screen and (max-width: 1076px) {
        .nav-tertiary ul.menu-tertiary {
          float: right; } }
      @media screen and (max-width: 1076px) {
        .nav-tertiary ul.menu-tertiary:after {
          content: '';
          clear: both; } }
      .nav-tertiary ul.menu-tertiary li {
        display: inline;
        padding-left: 0.75em;
        font-size: 14px;
        font-size: 1.4rem;
        float: left; }
        .nav-tertiary ul.menu-tertiary li:before {
          content: '';
          display: table; }
        .nav-tertiary ul.menu-tertiary li:after {
          content: '';
          clear: both;
          display: table; }
        .nav-tertiary ul.menu-tertiary li:hover .sub-menu {
          display: block; }
        .nav-tertiary ul.menu-tertiary li a {
          color: rgba(255, 255, 255, 0.85); }
          .nav-tertiary ul.menu-tertiary li a:hover {
            color: #abd3a4; }
        .nav-tertiary ul.menu-tertiary li.current-menu-item > a, .nav-tertiary ul.menu-tertiary li.current-page-ancestor > a {
          color: #fff; }

.main-header {
  background-color: #f0f2f0;
  width: 100%;
  display: block; }
  .main-header a {
    text-decoration: none; }
  .main-header .wrap {
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto; }
    @media screen and (min-width: 870px) {
      .main-header .wrap {
        align-items: normal; } }
    .main-header .wrap .col {
      flex: 0 1 auto; }
    .main-header .wrap .col-left {
      width: 30%; }
    .main-header .wrap .col-right {
      text-align: right;
      width: 70%; }
    .main-header .wrap .title-area {
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
      .main-header .wrap .title-area a {
        line-height: 0;
        font-size: 0;
        color: transparent;
        text-decoration: none; }
        .main-header .wrap .title-area a.logoimg {
          background-image: url("/wp-content/themes/ECOS/_img/logo-clr.png");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          height: 57px;
          width: 175px;
          display: block; }
          @media screen and (min-width: 965px) {
            .main-header .wrap .title-area a.logoimg {
              height: 69px;
              width: 210px; } }

.site-nav {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  position: relative;
  z-index: 999; }
  .site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-nav ul.menu-primary {
      display: none; }
      @media screen and (min-width: 870px) {
        .site-nav ul.menu-primary {
          display: block; } }
      .site-nav ul.menu-primary li {
        display: inline-block;
        box-sizing: border-box;
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        transition: all 500ms ease; }
        @media screen and (min-width: 965px) {
          .site-nav ul.menu-primary li {
            font-size: 18px;
            font-size: 1.8rem; } }
        .site-nav ul.menu-primary li a {
          color: #393939;
          font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding: 1.7em 0.75em;
          display: block; }
          @media screen and (min-width: 965px) {
            .site-nav ul.menu-primary li a {
              padding: 1.825em 0.75em; } }
          @media screen and (max-width: 1097px) {
            .site-nav ul.menu-primary li a {
              padding: 1.9em 0.5em; } }
        .site-nav ul.menu-primary li.current-menu-item a, .site-nav ul.menu-primary li.current-page-ancestor a {
          color: #259c98; }
        .site-nav ul.menu-primary li:hover {
          background-color: #FBFDFA; }
          .site-nav ul.menu-primary li:hover .sub-menu {
            display: block; }
        .site-nav ul.menu-primary li ul.sub-menu {
          display: none;
          position: absolute;
          background: #FBFDFA;
          list-style: none;
          min-width: 40px;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: left;
          padding: 0; }
          @media screen and (max-width: 1097px) {
            .site-nav ul.menu-primary li ul.sub-menu {
              margin-left: -10px; } }
          .site-nav ul.menu-primary li ul.sub-menu li {
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            padding: 0;
            border-bottom: 1px solid #f0f2f0;
            border-right: 1px solid #f0f2f0;
            border-left: 1px solid #f0f2f0; }
            .site-nav ul.menu-primary li ul.sub-menu li a {
              display: block;
              font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 0.85em;
              color: #393939;
              padding: 10px 15px; }
              .site-nav ul.menu-primary li ul.sub-menu li a:hover {
                color: #259c98; }

.archive.tax-project_type .site-nav .menu-item-object-project a,
.archive.tax-project_media .site-nav .menu-item-object-project a {
  color: #259c98; }

.navigation.pagination {
  text-align: center; }
  .navigation.pagination .page-numbers {
    display: inline-block;
    margin-right: 0.25em;
    margin-left: 0.25em; }

.screen-reader-text {
  position: absolute !important;
  left: -999em; }

/* SupersideMe (Mobile Menu) */
#slide-menu.slide-nav-link {
  background-color: transparent;
  color: #393939;
  padding: 8px;
  top: 20px; }
  #slide-menu.slide-nav-link:before {
    margin-top: -2px; }
  #slide-menu.slide-nav-link .label {
    font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13.5px;
    font-size: 1.35rem; }

.logged-in.admin-bar #slide-menu.slide-nav-link {
  top: 66px; }
  @media screen and (min-width: 780px) {
    .logged-in.admin-bar #slide-menu.slide-nav-link {
      top: 52px; } }

#side-menu .search-me {
  border-top: 1px solid rgba(250, 250, 250, 0.1); }
  #side-menu .search-me .ssme-icon, #side-menu .search-me:before {
    right: 25px; }
#side-menu #searchform {
  padding: 10px 15px; }
  #side-menu #searchform input[type="search"] {
    width: 100%;
    border: 0;
    border-radius: 3px;
    padding: 12px; }
#side-menu .menu-close {
  background-color: transparent;
  padding-left: 15px; }

/*////////
/////////
////////

Homepage

////////
/////////
/*/
.home .content-wrap {
  width: 100%;
  /* Promotional Area */
  /* Notice */
  /* Recent Content Area */ }
  .home .content-wrap .intro {
    display: block;
    position: relative; }
    .home .content-wrap .intro.hasIntroImage {
      height: 450px; }
    .home .content-wrap .intro .introImage {
      width: 100%;
      height: 450px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .home .content-wrap .intro .introImage .introCaption {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        padding: 0 1.875em 1.875em; }
        @media screen and (min-width: 870px) {
          .home .content-wrap .intro .introImage .introCaption {
            padding: 0 1.875em 3.75em; } }
        .home .content-wrap .intro .introImage .introCaption h1 {
          color: #273838;
          font-weight: 900;
          margin: 0 auto;
          padding: 0;
          text-align: center;
          max-width: 1100px; }
  .home .content-wrap .row {
    width: 100%; }
    .home .content-wrap .row .wrap {
      max-width: 1440px;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; }
      @media screen and (min-width: 870px) {
        .home .content-wrap .row .wrap {
          display: flex; } }
  .home .content-wrap .promo-bar {
    margin-top: 32px; }
    .home .content-wrap .promo-bar .col {
      display: flex; }
      @media screen and (min-width: 600px) {
        .home .content-wrap .promo-bar .col {
          flex-wrap: nowrap;
          flex: 0 1 auto;
          width: 100%; } }
    .home .content-wrap .promo-bar .promo-inner {
      background-color: #393939;
      color: white;
      margin: 0 1.5em 0;
      padding: 1.5em 1.5em 0;
      width: 100%; }
      @media screen and (min-width: 600px) {
        .home .content-wrap .promo-bar .promo-inner {
          display: flex;
          flex: 0 1 auto; } }
      .home .content-wrap .promo-bar .promo-inner a:hover,
      .home .content-wrap .promo-bar .promo-inner a:focus {
        color: white; }
    .home .content-wrap .promo-bar .promo-img {
      margin-bottom: 1.5em; }
      @media screen and (min-width: 600px) {
        .home .content-wrap .promo-bar .promo-img {
          flex-shrink: 0;
          max-width: 200px;
          padding-top: 5px;
          margin-bottom: 0;
          margin-right: 1.875em; } }
      .home .content-wrap .promo-bar .promo-img a {
        display: block; }
      .home .content-wrap .promo-bar .promo-img img {
        width: 100%; }
    .home .content-wrap .promo-bar .promo-content {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 0; }
      .home .content-wrap .promo-bar .promo-content h2 {
        font-weight: 900;
        margin-bottom: 4px; }
        .home .content-wrap .promo-bar .promo-content h2 a {
          text-decoration: none; }
      .home .content-wrap .promo-bar .promo-content p:last-of-type {
        margin-bottom: 0; }
      .home .content-wrap .promo-bar .promo-content a {
        color: #abd3a4; }
        .home .content-wrap .promo-bar .promo-content a:hover, .home .content-wrap .promo-bar .promo-content a:focus {
          color: white; }
      .home .content-wrap .promo-bar .promo-content .button {
        color: #273838; }
        .home .content-wrap .promo-bar .promo-content .button:hover, .home .content-wrap .promo-bar .promo-content .button:focus {
          color: white; }
  @media screen and (min-width: 870px) {
    .home .content-wrap .promo-about {
      padding-top: 16px; } }
  @media screen and (min-width: 870px) {
    .home .content-wrap .promo-about .col {
      width: 50%;
      flex: 1; } }
  .home .content-wrap .promo-about .promo-content {
    padding: 1.5em 1.5em 0; }
    @media screen and (min-width: 870px) {
      .home .content-wrap .promo-about .promo-content {
        padding: 1.5em 1.5em 2.25em 1.5em; } }
    .home .content-wrap .promo-about .promo-content p:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; }
      .home .content-wrap .promo-about .promo-content p:last-of-type a.button {
        margin-bottom: 0; }
    .home .content-wrap .promo-about .promo-content:first-of-type {
      margin-bottom: 1.5em; }
      @media screen and (min-width: 965px) {
        .home .content-wrap .promo-about .promo-content:first-of-type {
          margin-bottom: 0; } }
  .home .content-wrap .promo-about article h1 {
    font-weight: 400; }
  .home .content-wrap .promo-about article p {
    font-size: 20px;
    font-size: 2rem;
    color: #259c98; }
    .home .content-wrap .promo-about article p .button {
      font-size: 20px;
      font-size: 2rem; }
  .home .content-wrap .promo-about .col:nth-of-type(2) .promo-content {
    padding-top: 0; }
    @media screen and (min-width: 965px) {
      .home .content-wrap .promo-about .col:nth-of-type(2) .promo-content {
        padding-top: 1.5em; } }
  .home .content-wrap .promo-notice {
    height: 100%; }
    .home .content-wrap .promo-notice .promo-text {
      background-color: #f4f5f4;
      color: #393939;
      font-size: 20px;
      font-size: 2rem;
      padding: 1.5em;
      display: flex;
      height: 100%; }
    .home .content-wrap .promo-notice .promo-special {
      background-position: bottom right;
      background-size: 80%;
      background-repeat: no-repeat;
      padding: 1.5em;
      height: 100%; }
      @media screen and (min-width: 870px) {
        .home .content-wrap .promo-notice .promo-special {
          margin-top: 1.5em; } }
      @media screen and (min-width: 965px) {
        .home .content-wrap .promo-notice .promo-special {
          margin-top: 0; } }
      @media screen and (min-width: 870px) {
        .home .content-wrap .promo-notice .promo-special .promo-content-inner {
          margin-right: 3em; } }
      @media screen and (min-width: 965px) {
        .home .content-wrap .promo-notice .promo-special .promo-content-inner {
          margin-right: 9em; } }
      .home .content-wrap .promo-notice .promo-special .promo-content-inner .button {
        color: #273838; }
        .home .content-wrap .promo-notice .promo-special .promo-content-inner .button:hover, .home .content-wrap .promo-notice .promo-special .promo-content-inner .button:active {
          color: black; }
      .home .content-wrap .promo-notice .promo-special.is-dark {
        background-color: black;
        color: #f4f5f4;
        font-size: 18px;
        font-size: 1.8rem; }
        .home .content-wrap .promo-notice .promo-special.is-dark a {
          color: #f4f5f4; }
          .home .content-wrap .promo-notice .promo-special.is-dark a:hover, .home .content-wrap .promo-notice .promo-special.is-dark a:focus {
            color: #259c98; }
      .home .content-wrap .promo-notice .promo-special.is-light {
        background-color: #f4f5f4;
        color: #5ea751;
        font-size: 18px;
        font-size: 1.8rem; }
  .home .content-wrap .promo-recent {
    background-color: #f4f5f4; }
    .home .content-wrap .promo-recent h2 {
      color: #273838;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
    @media screen and (min-width: 870px) {
      .home .content-wrap .promo-recent .col {
        width: 33.33%;
        flex: 1; } }
    .home .content-wrap .promo-recent .col:nth-of-type(2) {
      background-color: #e2e3e2; }
    .home .content-wrap .promo-recent .widget {
      padding: 1.5em; }

/*////////
/////////
////////

Internal Pages

////////
/////////
/*/
.page-header {
  display: block; }
  .page-header .introImage {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .page-header .introCaption {
    background-color: #cedfbf;
    width: 100%;
    height: auto;
    padding: 1.875em; }
    .page-header .introCaption h1, .page-header .introCaption h2 {
      color: #273838;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      max-width: 1100px; }
    .page-header .introCaption h1 {
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
      .page-header .introCaption h1:after {
        content: '';
        width: 146px;
        height: 5px;
        border-bottom: 5px dotted #393939;
        display: block;
        margin: 10px auto; }
    .page-header .introCaption h2 {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal;
      line-height: 1.3; }
  .page-header.hasIntroImage {
    position: relative; }
    .page-header.hasIntroImage .introCaption {
      background-color: rgba(255, 255, 255, 0.8);
      height: auto;
      position: absolute;
      bottom: 0; }

.page .site-inner {
  /* Flexible Content */ }
  .page .site-inner article,
  .page .site-inner .content-wrap {
    width: 100%;
    display: block;
    position: relative; }
    @media screen and (min-width: 870px) {
      .page .site-inner article,
      .page .site-inner .content-wrap {
        display: flex; } }
    .page .site-inner article .subtitle,
    .page .site-inner article .bodyText,
    .page .site-inner article .projectText,
    .page .site-inner article .sidebar,
    .page .site-inner article .main,
    .page .site-inner .content-wrap .subtitle,
    .page .site-inner .content-wrap .bodyText,
    .page .site-inner .content-wrap .projectText,
    .page .site-inner .content-wrap .sidebar,
    .page .site-inner .content-wrap .main {
      display: inline-block;
      padding-top: 2em;
      padding-bottom: 1em;
      padding-right: 4%; }
      @media screen and (max-width: 870px) {
        .page .site-inner article .subtitle,
        .page .site-inner article .bodyText,
        .page .site-inner article .projectText,
        .page .site-inner article .sidebar,
        .page .site-inner article .main,
        .page .site-inner .content-wrap .subtitle,
        .page .site-inner .content-wrap .bodyText,
        .page .site-inner .content-wrap .projectText,
        .page .site-inner .content-wrap .sidebar,
        .page .site-inner .content-wrap .main {
          display: block;
          width: 100%;
          padding-right: 0; } }
    .page .site-inner article .subtitle,
    .page .site-inner article .bodyText,
    .page .site-inner .content-wrap .subtitle,
    .page .site-inner .content-wrap .bodyText {
      width: 50%; }
      @media screen and (max-width: 870px) {
        .page .site-inner article .subtitle,
        .page .site-inner article .bodyText,
        .page .site-inner .content-wrap .subtitle,
        .page .site-inner .content-wrap .bodyText {
          display: block;
          width: 100%; } }
    .page .site-inner article .projectText,
    .page .site-inner article .main,
    .page .site-inner .content-wrap .projectText,
    .page .site-inner .content-wrap .main {
      width: 100%; }
      @media screen and (min-width: 870px) {
        .page .site-inner article .projectText,
        .page .site-inner article .main,
        .page .site-inner .content-wrap .projectText,
        .page .site-inner .content-wrap .main {
          width: 66%; } }
    .page .site-inner article .sidebar,
    .page .site-inner .content-wrap .sidebar {
      display: block;
      width: 100%;
      padding-bottom: 2.5em; }
      @media screen and (min-width: 870px) {
        .page .site-inner article .sidebar,
        .page .site-inner .content-wrap .sidebar {
          width: 33%; } }
    .page .site-inner article .subtitle,
    .page .site-inner .content-wrap .subtitle {
      background-color: #fff; }
      .page .site-inner article .subtitle .large_green_text,
      .page .site-inner .content-wrap .subtitle .large_green_text {
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.667em;
        color: #259c98;
        letter-spacing: -0.015px;
        font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .page .site-inner article .bodyText,
    .page .site-inner .content-wrap .bodyText {
      background-color: white; }
      .page .site-inner article .bodyText .container .p-titles, .page .site-inner article .bodyText .container a,
      .page .site-inner .content-wrap .bodyText .container .p-titles,
      .page .site-inner .content-wrap .bodyText .container a {
        color: #259c98; }
      .page .site-inner article .bodyText .container a:hover,
      .page .site-inner .content-wrap .bodyText .container a:hover {
        color: #273838; }
      .page .site-inner article .bodyText .container .p-titles,
      .page .site-inner .content-wrap .bodyText .container .p-titles {
        font-size: 1.300em;
        font-weight: bold;
        font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 870px) {
        .page .site-inner article .bodyText .container,
        .page .site-inner .content-wrap .bodyText .container {
          display: block;
          width: 100%; } }
      .page .site-inner article .bodyText.white,
      .page .site-inner .content-wrap .bodyText.white {
        background-color: #fff; }
      .page .site-inner article .bodyText ul,
      .page .site-inner .content-wrap .bodyText ul {
        padding: 0;
        margin: 20px; }
        .page .site-inner article .bodyText ul li,
        .page .site-inner .content-wrap .bodyText ul li {
          margin: 0 0 20px 0;
          padding: 0 0 0 10px; }
    .page .site-inner article .sidebar,
    .page .site-inner .content-wrap .sidebar {
      background-color: #f4f5f4; }
      .page .site-inner article .sidebar .container .p-titles, .page .site-inner article .sidebar .container a,
      .page .site-inner .content-wrap .sidebar .container .p-titles,
      .page .site-inner .content-wrap .sidebar .container a {
        color: #259c98; }
      .page .site-inner article .sidebar .container a:hover,
      .page .site-inner .content-wrap .sidebar .container a:hover {
        color: #273838; }
      .page .site-inner article .sidebar .container .p-titles,
      .page .site-inner .content-wrap .sidebar .container .p-titles {
        font-size: 1.300em;
        font-weight: bold;
        font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 870px) {
        .page .site-inner article .sidebar .container,
        .page .site-inner .content-wrap .sidebar .container {
          display: block;
          width: 100%; } }
    .page .site-inner article .imageSingle,
    .page .site-inner .content-wrap .imageSingle {
      display: flex;
      justify-content: center;
      width: 50%;
      padding: 35px 0; }
      @media screen and (max-width: 870px) {
        .page .site-inner article .imageSingle,
        .page .site-inner .content-wrap .imageSingle {
          display: block;
          width: 100%; } }
      .page .site-inner article .imageSingle .container,
      .page .site-inner .content-wrap .imageSingle .container {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media screen and (max-width: 870px) {
          .page .site-inner article .imageSingle .container,
          .page .site-inner .content-wrap .imageSingle .container {
            display: block; } }
        @media screen and (max-width: 870px) {
          .page .site-inner article .imageSingle .container img,
          .page .site-inner .content-wrap .imageSingle .container img {
            margin: 0 auto 50px;
            max-width: 320px; } }
    .page .site-inner article.gray,
    .page .site-inner .content-wrap.gray {
      background-color: #f4f5f4; }
      @media screen and (max-width: 870px) {
        .page .site-inner article.gray,
        .page .site-inner .content-wrap.gray {
          overflow: auto; } }
    .page .site-inner article .linkBoxes,
    .page .site-inner .content-wrap .linkBoxes {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      position: relative;
      font-size: 0; }
      @media screen and (max-width: 1200px) {
        .page .site-inner article .linkBoxes,
        .page .site-inner .content-wrap .linkBoxes {
          flex-wrap: wrap; } }
      @media screen and (max-width: 480px) {
        .page .site-inner article .linkBoxes,
        .page .site-inner .content-wrap .linkBoxes {
          display: block; } }
      .page .site-inner article .linkBoxes .one-third,
      .page .site-inner .content-wrap .linkBoxes .one-third {
        font-size: 16px;
        font-size: 1.6rem;
        width: 16.666%;
        flex: 1 16.66%;
        height: 261px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative; }
        @media screen and (max-width: 1200px) {
          .page .site-inner article .linkBoxes .one-third,
          .page .site-inner .content-wrap .linkBoxes .one-third {
            width: 33.333%;
            flex: 1 33.33%; } }
        @media screen and (max-width: 870px) {
          .page .site-inner article .linkBoxes .one-third,
          .page .site-inner .content-wrap .linkBoxes .one-third {
            width: 50%;
            flex: 1 50%; } }
        @media screen and (max-width: 480px) {
          .page .site-inner article .linkBoxes .one-third,
          .page .site-inner .content-wrap .linkBoxes .one-third {
            width: 100%;
            flex: 1 100%; } }
        .page .site-inner article .linkBoxes .one-third a.caption,
        .page .site-inner .content-wrap .linkBoxes .one-third a.caption {
          width: 100%;
          text-align: center;
          background-color: #393939;
          position: absolute;
          bottom: 0;
          padding: 30px 0;
          font-size: 1.00em;
          font-weight: bold;
          color: #273838;
          margin: 0;
          font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #fff; }
          .page .site-inner article .linkBoxes .one-third a.caption:after,
          .page .site-inner .content-wrap .linkBoxes .one-third a.caption:after {
            content: '';
            background-image: url("../_assets/arrow-right.png");
            background-position: center;
            height: 28px;
            width: 28px;
            margin-left: 2px;
            display: inline-block;
            vertical-align: bottom; }
            @media screen and (max-width: 1400px) {
              .page .site-inner article .linkBoxes .one-third a.caption:after,
              .page .site-inner .content-wrap .linkBoxes .one-third a.caption:after {
                background-image: none;
                height: 0;
                width: 0;
                margin-left: 0;
                display: none; } }
            @media screen and (max-width: 480px) {
              .page .site-inner article .linkBoxes .one-third a.caption:after,
              .page .site-inner .content-wrap .linkBoxes .one-third a.caption:after {
                content: '';
                background-image: url("../_assets/arrow-right.png");
                height: 28px;
                width: 28px;
                margin-left: 2px;
                display: inline-block; } }
        .page .site-inner article .linkBoxes .one-third a:hover,
        .page .site-inner .content-wrap .linkBoxes .one-third a:hover {
          cursor: pointer;
          background-color: #273838 !important; }
          .page .site-inner article .linkBoxes .one-third a:hover h3,
          .page .site-inner .content-wrap .linkBoxes .one-third a:hover h3 {
            color: #f0f2f0; }
    .page .site-inner article .anchorLinks,
    .page .site-inner .content-wrap .anchorLinks {
      width: 100%;
      display: block;
      max-width: 1500px;
      margin: 0 auto; }
  .page .site-inner .anchorLinks ul.links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .page .site-inner .anchorLinks ul.links li {
      display: block;
      padding: 0;
      margin: 0; }
      .page .site-inner .anchorLinks ul.links li a {
        color: #259c98;
        cursor: pointer;
        text-decoration: underline; }
        .page .site-inner .anchorLinks ul.links li a:hover, .page .site-inner .anchorLinks ul.links li a:focus {
          text-decoration: none; }
  .page .site-inner .flex-centered .wrap {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    padding: 55px 8% 0;
    margin: 0 0 40px;
    max-width: 870px;
    text-align: left; }
    @media screen and (min-width: 870px) {
      .page .site-inner .flex-centered .wrap {
        padding: 1.875em 1.5em;
        margin: 0 auto; } }
    .page .site-inner .flex-centered .wrap h4 {
      color: #259c98; }
    .page .site-inner .flex-centered .wrap .gform_body {
      margin-top: 3.0em; }
    .page .site-inner .flex-centered .wrap .gfield_label {
      font-weight: 900; }
    .page .site-inner .flex-centered .wrap .gform_wrapper .top_label .gfield_label {
      font-weight: bold;
      margin: 0 0 2px 0; }
    .page .site-inner .flex-centered .wrap .gform_wrapper label.gfield_label + div.ginput_container {
      margin-top: 0; }
    .page .site-inner .flex-centered .wrap .gform_wrapper #field_1_15 label {
      margin: 0 0 0 0; }
    .page .site-inner .flex-centered .wrap .gform_wrapper #field_1_15 > label:first-of-type {
      padding-top: 14px; }
    .page .site-inner .flex-centered .wrap .gform_wrapper ul.gfield_radio input {
      margin-right: 7px;
      height: 10px;
      width: 10px; }
    .page .site-inner .flex-centered .wrap .gform_wrapper .gform_footer {
      margin: 0.25em 0; }
    @media screen and (max-width: 870px) {
      .page .site-inner .flex-centered .wrap .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
        width: 100%; } }
    .page .site-inner .flex-centered .wrap .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
    .page .site-inner .flex-centered .wrap .gform_wrapper input[type=submit] {
      background-color: #abd3a4;
      color: #273838;
      font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0.4em 1.75em 0.4em;
      border-radius: 5.0em;
      outline: 0;
      font-size: 1.15em;
      font-weight: bold;
      border: 0;
      margin-right: 0; }
      .page .site-inner .flex-centered .wrap .gform_wrapper input[type=submit]:hover {
        background-color: #259c98;
        color: #fff; }
      .page .site-inner .flex-centered .wrap .gform_wrapper input[type=submit]:after {
        content: '';
        clear: both; }
      @media screen and (max-width: 870px) {
        .page .site-inner .flex-centered .wrap .gform_wrapper input[type=submit] {
          width: 100%;
          margin: 0 auto 1.50em;
          padding-top: 0; } }
    .page .site-inner .flex-centered .wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      padding: 1.25em 0.75em;
      font-size: 14px;
      background-color: #fff;
      border: 1px solid #303030; }
    .page .site-inner .flex-centered .wrap .gform_wrapper textarea {
      padding: 0.75em;
      resize: vertical; }
      .page .site-inner .flex-centered .wrap .gform_wrapper textarea.large {
        height: 12.0em; }
    .page .site-inner .flex-centered .wrap .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .page .site-inner .flex-centered .wrap .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
      font-weight: normal; }
      @media screen and (max-width: 870px) {
        .page .site-inner .flex-centered .wrap .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .page .site-inner .flex-centered .wrap .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
          width: 100%; } }
    .page .site-inner .flex-centered .wrap .gsection {
      border-bottom: 0; }
    @media screen and (max-width: 870px) {
      .page .site-inner .flex-centered .wrap .gf_left_third, .page .site-inner .flex-centered .wrap .gf_middle_third, .page .site-inner .flex-centered .wrap .gf_right_third {
        width: 100%; } }
    .page .site-inner .flex-centered .wrap .gform_wrapper li.gfield.field_description_below + li.gsection {
      margin: 12px 0 !important; }
    .page .site-inner .flex-centered .wrap #field_1_19 {
      padding: 24px 0 12px 0; }

.flex-lgrtr {
  background-color: #fff; }
  .flex-lgrtr .wrap-primary {
    max-width: 1440px;
    padding: 0; }
    @media screen and (min-width: 870px) {
      .flex-lgrtr .wrap-primary {
        display: flex;
        margin: 0 auto; } }

.error404 #internal {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em; }

/*////////
/////////
////////

Search Results Page

////////
/////////
/*/
.search {
  width: 100%; }
  .search .opening {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #393939; }

/*////////
/////////
////////

Projects

////////
/////////
/*/
/* Projects Listing Page */
.post-type-archive-project .introCaption {
  padding-bottom: 0; }
.post-type-archive-project .grid-container {
  background-color: #efefef;
  max-width: auto;
  margin: 0 auto;
  padding: 1.875em 0;
  text-align: center; }
  .post-type-archive-project .grid-container h2 {
    color: #273838;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase; }
.post-type-archive-project .projectsGrid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  clear: both;
  margin: 0 auto 1.5em auto; }
  .post-type-archive-project .projectsGrid:last-of-type {
    margin-bottom: 0; }
  .post-type-archive-project .projectsGrid:after {
    content: "";
    display: table;
    clear: both; }
  .post-type-archive-project .projectsGrid .grid-cell {
    flex: 0 0 auto;
    margin-bottom: 1em;
    width: 120px;
    height: 130px; }
    .post-type-archive-project .projectsGrid .grid-cell img {
      border: 0;
      max-width: 120px;
      width: 100%;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      transition: all 500ms ease; }
    .post-type-archive-project .projectsGrid .grid-cell a {
      border: 0;
      font-weight: normal;
      font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1em;
      line-height: 1.2;
      color: #259c98;
      display: block;
      text-align: center;
      text-decoration: none;
      padding: 0 0.5em; }
      @media screen and (max-width: 480px) {
        .post-type-archive-project .projectsGrid .grid-cell a {
          font-size: 1em; } }
      .post-type-archive-project .projectsGrid .grid-cell a img {
        border: 0; }
      .post-type-archive-project .projectsGrid .grid-cell a:hover, .post-type-archive-project .projectsGrid .grid-cell a:focus, .post-type-archive-project .projectsGrid .grid-cell a:active {
        color: #303030; }
        .post-type-archive-project .projectsGrid .grid-cell a:hover img, .post-type-archive-project .projectsGrid .grid-cell a:focus img, .post-type-archive-project .projectsGrid .grid-cell a:active img {
          opacity: 0.5; }
    .post-type-archive-project .projectsGrid .grid-cell span {
      display: block; }

/*////////
/////////
////////

Footer

////////
/////////
/*/
footer.site-footer {
  background-color: #393939;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 1em; }
  @media screen and (min-width: 870px) {
    footer.site-footer {
      padding-bottom: 0; } }
  footer.site-footer:after {
    content: "";
    display: table;
    clear: both; }
  footer.site-footer a {
    text-decoration: none; }
  footer.site-footer .menu-footer {
    margin-top: 0;
    margin-bottom: 0; }
  footer.site-footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
  footer.site-footer .one-half {
    font-size: 16px;
    font-size: 1.6rem;
    width: 50%;
    float: left;
    vertical-align: top;
    padding-bottom: 15px; }
    @media screen and (max-width: 870px) {
      footer.site-footer .one-half {
        float: none;
        display: block;
        width: 100%;
        text-align: center; } }
    footer.site-footer .one-half .wrap {
      padding: 1.5em;
      max-width: 720px;
      margin: 0 0 0 auto; }
    footer.site-footer .one-half .col-inner {
      display: block;
      position: relative;
      padding: 1.5em; }
      footer.site-footer .one-half .col-inner .footer-line {
        width: 90px;
        height: 1px;
        background-color: #b4b5b4;
        margin: 5px 0 15px; }
        @media screen and (max-width: 870px) {
          footer.site-footer .one-half .col-inner .footer-line {
            margin-right: auto;
            margin-left: auto; } }
    footer.site-footer .one-half ul {
      list-style: none;
      font-size: 16px;
      font-size: 1.6rem;
      margin-left: 0;
      padding-left: 0; }
      @media screen and (max-width: 870px) {
        footer.site-footer .one-half ul {
          padding: 0; } }
      footer.site-footer .one-half ul li {
        font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-bottom: 15px;
        font-size: 1em; }
        footer.site-footer .one-half ul li:last-of-type {
          padding-bottom: 0; }
        footer.site-footer .one-half ul li > ul {
          padding: 0; }
          footer.site-footer .one-half ul li > ul li {
            font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: none;
            font-weight: normal;
            font-size: 0.85em;
            margin: 0.90em 0 0 0; }
            footer.site-footer .one-half ul li > ul li a {
              color: #e6e6e6; }
        footer.site-footer .one-half ul li a {
          color: #259c98;
          letter-spacing: 0.15px; }
          footer.site-footer .one-half ul li a:hover {
            color: #fff; }
    footer.site-footer .one-half.right {
      color: #fff; }
      footer.site-footer .one-half.right .wrap {
        margin: 0; }
      footer.site-footer .one-half.right .one-half:first-child {
        padding-right: 2.00em; }
        @media screen and (max-width: 870px) {
          footer.site-footer .one-half.right .one-half:first-child {
            padding-right: 0; } }
      footer.site-footer .one-half.right p {
        font-size: 0.85em;
        margin: 0.25em 0 0 0; }
        footer.site-footer .one-half.right p.footer-title {
          font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          margin-top: 0;
          margin-bottom: 25px;
          font-size: 1.05em;
          color: #fff;
          letter-spacing: 0.15px; }
  footer.site-footer .gform_wrapper textarea.large {
    height: 200px; }
  footer.site-footer .grecaptcha-badge {
    display: none !important; }
  footer.site-footer .bottomFooter {
    width: 100%;
    background-color: #f0f2f0;
    padding: 16px 33px;
    clear: both;
    text-align: left; }
    footer.site-footer .bottomFooter .wrap {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0; }
    footer.site-footer .bottomFooter a {
      color: transparent; }
      footer.site-footer .bottomFooter a.logo {
        background-image: url("/wp-content/themes/ECOS/_img/logo-bw-notag.png");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        height: 38px;
        width: 166px;
        display: block;
        text-indent: -9999px; }
    footer.site-footer .bottomFooter ul.footerLinks {
      list-style: none; }
      @media screen and (max-width: 870px) {
        footer.site-footer .bottomFooter ul.footerLinks {
          font-size: 0.95em;
          text-align: center;
          padding: 0; } }
      footer.site-footer .bottomFooter ul.footerLinks li {
        display: inline-block;
        margin: 0;
        padding: 0 0.0250em; }
        footer.site-footer .bottomFooter ul.footerLinks li a {
          color: #42474f;
          line-height: 13px;
          font-size: 13.5px;
          text-decoration: underline; }
          footer.site-footer .bottomFooter ul.footerLinks li a:hover {
            text-decoration: none; }
        @media screen and (max-width: 870px) {
          footer.site-footer .bottomFooter ul.footerLinks li {
            display: block;
            width: 100%;
            padding: 0;
            margin: 0.75em auto; } }
        footer.site-footer .bottomFooter ul.footerLinks li:after {
          content: '|';
          padding: 0 0 0 0.5em; }
          @media screen and (max-width: 870px) {
            footer.site-footer .bottomFooter ul.footerLinks li:after {
              content: '';
              padding: 0; } }
        footer.site-footer .bottomFooter ul.footerLinks li:last-child:after {
          content: ''; }
  footer.site-footer .social {
    display: inline-block;
    padding: 0 0 0 0;
    vertical-align: text-top; }
    @media screen and (max-width: 1076px) {
      footer.site-footer .social {
        padding: 0;
        margin: 5px 0 0 0; } }
    footer.site-footer .social li {
      display: inline-block;
      margin: 1px;
      vertical-align: middle; }
      footer.site-footer .social li div {
        display: block;
        overflow: hidden;
        height: 29px;
        width: auto; }
      footer.site-footer .social li.fb {
        margin-top: -7px; }

/*////////
/////////
////////

Widgets and Plugins

////////
/////////
/*/
.link-more {
  font-weight: 900;
  margin-bottom: 0; }

/* Simple Social Media */
@media screen and (max-width: 870px) {
  .simple-social-icons ul.alignleft li {
    float: none !important;
    display: inline-block !important; } }

/* Recent Post Widgets Extended */
.rpwe-block time {
  font-style: italic; }
.rpwe-block ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
.rpwe-block li {
  list-style-type: none;
  margin-bottom: 18px; }
.rpwe-block h3 {
  margin-bottom: 0; }

.rpwe-clearfix:before,
.rpwe-clearfix:after {
  content: "";
  display: table !important; }

.rpwe-clearfix:after {
  clear: both; }

.rpwe-clearfix {
  zoom: 1; }

/* Gravity Forms */
.gform_wrapper input[type=submit] {
  -webkit-appearance: none;
  min-height: 35px; }

@media screen and (min-width: 870px) {
  body .gform_wrapper ul li.gfield {
    margin-top: 0 !important; } }

.gform_fields li {
  margin-bottom: 0.75em; }

@media screen and (min-width: 870px) {
  #field_1_4,
  #field_1_5,
  .gf_one_half,
  #field_1_18 {
    width: 50%; } }

@media screen and (min-width: 870px) {
  .gf_one_half {
    display: inline-block; } }

/* Mailchimp */
article #mc_embed_signup form,
.footerContainer #mc_embed_signup form {
  padding: 0; }
article #mc_embed_signup .indicates-required,
.footerContainer #mc_embed_signup .indicates-required {
  text-align: left; }
article #mc_embed_signup .datefield input,
.footerContainer #mc_embed_signup .datefield input {
  display: inline-block; }
article #mc_embed_signup input[type="submit"],
.footerContainer #mc_embed_signup input[type="submit"] {
  background-color: #abd3a4;
  color: #273838;
  font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 1.5em;
  height: auto;
  line-height: auto;
  border-radius: 5.0em;
  outline: 0;
  font-size: 1.15em;
  font-weight: bold;
  border: 0;
  margin-right: 0; }
  article #mc_embed_signup input[type="submit"]:hover,
  .footerContainer #mc_embed_signup input[type="submit"]:hover {
    background-color: #259c98;
    color: #fff; }
  article #mc_embed_signup input[type="submit"]:after,
  .footerContainer #mc_embed_signup input[type="submit"]:after {
    content: '';
    clear: both; }
  @media screen and (max-width: 870px) {
    article #mc_embed_signup input[type="submit"],
    .footerContainer #mc_embed_signup input[type="submit"] {
      width: 100%;
      margin: 0 auto 1.50em; } }

.footerContainer #mc_embed_signup input[type="email"], .footerContainer #mc_embed_signup input[type="text"], .footerContainer #mc_embed_signup select, .footerContainer #mc_embed_signup textarea {
  border: 0;
  padding: .75em 0;
  font-size: 1em;
  background-color: #b4b5b4;
  border-radius: 0;
  font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.footerContainer #mc_embed_signup h2 {
  font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.05em;
  color: #fff;
  letter-spacing: 0.15px; }

/* UI Widget */
.ui-widget {
  font-family: "Open Sans", Calibri, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.ui-state-active,
.ui-accordion .ui-accordion-header {
  border: 0 !important; }

.ui-accordion .ui-accordion-header,
#accordions-833 .accordions-head,
#accordions-810 .accordions-head,
#accordions-784 .accordions-head {
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header:focus,
  #accordions-833 .accordions-head:hover,
  #accordions-833 .accordions-head:focus,
  #accordions-810 .accordions-head:hover,
  #accordions-810 .accordions-head:focus,
  #accordions-784 .accordions-head:hover,
  #accordions-784 .accordions-head:focus {
    background-color: #393939; }

/* Collapse-O-Matic */
.collapseomatic {
  background-color: #259c98;
  color: #fff;
  cursor: pointer;
  margin-top: 2px;
  padding: 10px 10px 10px 36px;
  border-radius: 3px;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: relative; }
  .collapseomatic:hover, .collapseomatic:focus {
    background-color: #393939; }
  .collapseomatic:before {
    font-family: 'Dashicons';
    content: "\f343";
    display: block;
    position: absolute;
    left: 10px;
    font-size: 20px; }
  .collapseomatic.colomat-close {
    background-color: #393939;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .collapseomatic.colomat-close:before {
      content: "\f347"; }

.collapseomatic_content {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px; }

/* Twitter Widget Pro */
.widget_twitter ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_twitter ul li {
    margin: 0 0 12px 0; }
  .widget_twitter ul .entry-content:before {
    content: '“';
    display: inline-block; }
  .widget_twitter ul .entry-content:after {
    content: '”';
    display: inline-block; }
  .widget_twitter ul .entry-meta {
    display: block;
    font-style: italic;
    font-size: 0.8em; }

/* Featured Project */
.widget_featured_project h3 {
  margin-bottom: 0; }

/* Content Columns */
.content-column {
  padding-right: 24px; }

/*////////
/////////
////////

Posts

////////
/////////
/*/
/* Entries
 */
.entry-excerpt .meta {
  font-style: italic;
  margin-bottom: 0.75em; }

.posts .post,
.archive .hentry,
.search-results .hentry {
  margin-bottom: 1.5em; }
  .posts .post h2,
  .archive .hentry h2,
  .search-results .hentry h2 {
    margin-bottom: 8px; }
  .posts .post .entry,
  .archive .hentry .entry,
  .search-results .hentry .entry {
    margin-bottom: 2px; }
    .posts .post .entry p,
    .archive .hentry .entry p,
    .search-results .hentry .entry p {
      margin-bottom: 0; }
  .posts .post .entry-meta,
  .archive .hentry .entry-meta,
  .search-results .hentry .entry-meta {
    font-style: italic;
    font-size: 14px; }
    .posts .post .entry-meta .entry-cats,
    .archive .hentry .entry-meta .entry-cats,
    .search-results .hentry .entry-meta .entry-cats {
      margin: 0;
      padding: 0; }
      .posts .post .entry-meta .entry-cats li,
      .archive .hentry .entry-meta .entry-cats li,
      .search-results .hentry .entry-meta .entry-cats li {
        display: inline-block;
        margin-right: 2px; }
        .posts .post .entry-meta .entry-cats li:after,
        .archive .hentry .entry-meta .entry-cats li:after,
        .search-results .hentry .entry-meta .entry-cats li:after {
          content: ",";
          margin-left: 2px; }
        .posts .post .entry-meta .entry-cats li:last-of-type:after,
        .archive .hentry .entry-meta .entry-cats li:last-of-type:after,
        .search-results .hentry .entry-meta .entry-cats li:last-of-type:after {
          content: ""; }

.posts {
  max-width: 870px;
  margin: 0 auto;
  padding: 1.875em 0; }

.single .page-header h1 {
  padding-bottom: 0.75em; }
  .single .page-header h1:after {
    display: none; }
.single .page-header .meta {
  text-align: center; }
.single .entry-related {
  padding-bottom: 1.5em; }
.single blockquote {
  margin-bottom: 0;
  position: relative; }
  .single blockquote p {
    margin-bottom: 1.5em; }
  .single blockquote:before {
    font-family: 'dashicons';
    content: "\f122";
    color: #abd3a4;
    position: absolute;
    left: -20px;
    right: 0; }
.single #commentform {
  padding-bottom: 1em; }
  .single #commentform #comment {
    font-size: 1em;
    margin-bottom: 1em;
    padding: 0.5em; }
.single .commentlist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 2em; }
  .single .commentlist .comment-author cite {
    font-style: normal;
    font-weight: 900; }
  .single .commentlist .comment-meta {
    margin-bottom: 1em; }
  .single .commentlist .reply {
    font-style: italic; }
  .single .commentlist .children {
    padding-top: 1em;
    list-style: none; }

.post-type-archive-project article h2 {
  text-align: center; }

@media screen and (min-width: 870px) {
  .single-project .entry-content,
  .single .entry-content {
    display: flex; } }
.single-project .entry-text,
.single .entry-text {
  width: 100%;
  background-color: #fff;
  padding-top: 1.5em;
  padding-bottom: 0.75em; }
  @media screen and (min-width: 870px) {
    .single-project .entry-text,
    .single .entry-text {
      width: 66%;
      flex: 1 1 auto; } }
  .single-project .entry-text .wrap,
  .single .entry-text .wrap {
    max-width: 870px; }
    @media screen and (min-width: 870px) {
      .single-project .entry-text .wrap,
      .single .entry-text .wrap {
        margin: 0 0 0 auto; } }
.single-project .sidebar,
.single .sidebar {
  width: 100%;
  background-color: #f4f5f4;
  padding-top: 1.5em; }
  @media screen and (min-width: 870px) {
    .single-project .sidebar,
    .single .sidebar {
      width: 33%;
      flex: 1 1 auto; } }
  .single-project .sidebar .wrap,
  .single .sidebar .wrap {
    max-width: 330px; }
  .single-project .sidebar h3,
  .single .sidebar h3 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #393939;
    text-transform: uppercase;
    font-weight: 900; }
  .single-project .sidebar ul.entry-cats,
  .single .sidebar ul.entry-cats {
    list-style: none;
    margin: 0;
    padding: 0; }
    .single-project .sidebar ul.entry-cats li,
    .single .sidebar ul.entry-cats li {
      margin: 0; }

.tax-project .type-project h2 {
  margin-bottom: 0; }

.page-id-132 .flex-centered {
  background-color: #f4f5f4; }
