@charset "UTF-8";
/* BASE SETTINGS
================================================================================================ */
*, figure {
  margin: 0;
  padding: 0; }

* {
  outline: none; }

html {
  font-size: 16px; }
  @media (max-width: 768px) {
    html {
      font-size: 14px; } }

body {
  background: #dfe4f2; }

html, body {
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

address {
  font-style: normal; }

a {
  color: #0e6bad;
  text-decoration: none; }
  a:hover {
    color: #28ace2; }

.the-content {
  overflow: hidden;
  background-color: #dfe4f2; }
  .the-content .mainbar,
  .the-content .fullbar {
    margin: 0;
    padding: 0 0 40px; }
  .the-content .fullbar {
    float: none;
    width: auto; }
  .the-content .grid-container.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .the-content .grid-container.wrap .sidebar {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 25%;
              flex: 1 0 25%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .the-content .grid-container.wrap .mainbar {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 75%;
              flex: 1 1 75%;
      padding-left: 60px; }
    .the-content .grid-container.wrap .sidebar,
    .the-content .grid-container.wrap .mainbar {
      float: none;
      width: auto;
      margin: 0; }
    @media (max-width: 1024px) {
      .the-content .grid-container.wrap {
        display: block; }
        .the-content .grid-container.wrap .mainbar {
          padding-left: 0; } }

.scroll-container {
  overflow: hidden; }

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

.shade, .the-header .nav-header .bg, .the-content .sidebar .widget .bg, body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .bg, body.home .the-content .about .block .image .bg, body.home .the-content .services .block .image .bg, body.home .the-content .featured .block .image .bg, body.page-template-about .fullbar .block.has-image.right .bg.bg2, body.page-template-about .fullbar .block.has-image .image .bg, body.page-template-projects .post-content .featured .bg,
body.tax-project-category .post-content .featured .bg, body.page-template-expertise .fullbar .block.hero .image .bg, body.page-template-expertise .fullbar .blocks .block:nth-child(odd) > .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

@media (max-width: 1280px) {
  .grid-container {
    margin: 0 20px; } }

.the-header .grid-container {
  -webkit-transition: max-width .3s;
  transition: max-width .3s; }

.the-header .site-title.has-image {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-indent: 0; }
  .the-header .site-title.has-image img {
    -webkit-transition: height .3s;
    transition: height .3s;
    display: block;
    height: 71px; }
    .the-header .site-title.has-image img.alt {
      display: none; }

.the-header .nav-header {
  -webkit-transition: all .3s;
  transition: all .3s;
  right: 0;
  padding-left: 30px;
  padding-right: 30px; }
  .the-header .nav-header .bg {
    -webkit-transition: background .3s;
    transition: background .3s;
    background-color: #0e6bad; }
  .the-header .nav-header .header-menu {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 8;
    white-space: nowrap; }
    .the-header .nav-header .header-menu > li {
      margin-left: 2em; }
      .the-header .nav-header .header-menu > li:first-child {
        margin-left: 0; }
      .the-header .nav-header .header-menu > li > a {
        display: block;
        padding: 14px 0;
        font-weight: 300;
        color: #ffffff; }
        .the-header .nav-header .header-menu > li > a:hover {
          color: #28ace2; }
        .the-header .nav-header .header-menu > li > a i {
          margin-left: .25em;
          opacity: .5; }
      .the-header .nav-header .header-menu > li > ul {
        font-size: 14px;
        background: #28ace2; }
        .the-header .nav-header .header-menu > li > ul > li {
          border-bottom: 1px solid #e8ede6; }
          .the-header .nav-header .header-menu > li > ul > li:last-child {
            border-bottom: 0; }
          .the-header .nav-header .header-menu > li > ul > li > a {
            display: block;
            padding: .25em 1em;
            color: #ffffff; }
            .the-header .nav-header .header-menu > li > ul > li > a:hover {
              background: #0e6bad; }
  .the-header .nav-header .toggle,
  .the-header .nav-header .header-menu {
    float: left; }

.the-header .toggle {
  right: 0;
  padding: 14px 20px;
  background: #0e6bad;
  color: #fff;
  white-space: nowrap; }
  .the-header .toggle.main-menu-toggle {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transition: width .3s, padding .3s;
    transition: width .3s, padding .3s;
    width: 0;
    padding: 14px 0;
    overflow: hidden; }
  .the-header .toggle .arrows {
    position: relative;
    height: 18px;
    width: 15px; }
    .the-header .toggle .arrows i {
      position: absolute;
      line-height: 1;
      font-size: 18px; }
      .the-header .toggle .arrows i.i1 {
        left: 0; }
      .the-header .toggle .arrows i.i2 {
        left: 4px;
        opacity: .5; }
      .the-header .toggle .arrows i.i3 {
        left: 8px;
        opacity: .25; }
  .the-header .toggle .label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1; }
  .the-header .toggle .label,
  .the-header .toggle .arrows {
    display: inline-block;
    vertical-align: middle; }

.the-header.pinned {
  padding: 1.5em 0; }
  .the-header.pinned.active .toggle.main-menu-toggle {
    width: 0;
    padding-left: 0;
    padding-right: 0; }
  .the-header.pinned.active .nav-header {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding-left: 30px;
    padding-right: 30px; }
  .the-header.pinned .grid-container {
    max-width: 100%; }
  .the-header.pinned .site-title {
    visibility: hidden; }
  .the-header.pinned .toggle.main-menu-toggle {
    width: 110px;
    padding-left: 20px;
    padding-right: 20px; }
  .the-header.pinned .nav-header {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    padding-right: 0; }
    .the-header.pinned .nav-header .bg {
      background-color: #0e6bad !important; }

@media (max-width: 1180px) {
  .the-header .menu-toggle {
    right: -20px; } }

@media (max-width: 1180px) {
  .the-header .site-title.has-image img {
    height: 52px; }
  .the-header.pinned .site-title.has-image img {
    height: 50px; }
  .the-header .toggle.main-menu-toggle {
    display: none; } }

body.sub .the-header:not(.pinned) {
  background: #dfe4f2; }

.the-footer {
  padding: 0;
  background: url("../images/footer-bg.jpg") no-repeat center;
  background-size: cover; }
  .the-footer.sticky {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%; }
  .the-footer .col.c1 {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem; }
  .the-footer .col.c2 {
    width: calc(66.66667% - 2.5rem);
    float: left;
    margin-left: 1.5rem; }
  .the-footer .social-networks {
    clear: both;
    text-align: right;
    width: auto;
    margin: 0; }
    .the-footer .social-networks h4 {
      display: inline-block; }
    .the-footer .social-networks a i {
      font-size: 1.5em; }
  .the-footer .cta {
    padding: 40px 0; }
    .the-footer .cta .title {
      font-family: "Montserrat", sans-serif;
      font-size: 26px; }
    .the-footer .cta .more {
      position: relative;
      text-align: right;
      font-size: 24px; }
      .the-footer .cta .more .line {
        position: absolute;
        top: .75em;
        right: 230px;
        left: 0;
        height: 2px;
        background: #ffffff; }
      .the-footer .cta .more a {
        font-family: "Merriweather", sans-serif;
        font-style: italic;
        color: #127139; }
    @media (max-width: 768px) {
      .the-footer .cta .title {
        font-size: 20px; }
      .the-footer .cta .more {
        font-size: 20px; } }
  .the-footer .footer-1 {
    padding: 30px 0;
    font-size: 14px;
    background: rgba(18, 113, 57, 0.3);
    color: #ffffff; }
    .the-footer .footer-1 .col {
      white-space: nowrap; }
    .the-footer .footer-1 .logo {
      margin-right: 20px; }
      .the-footer .footer-1 .logo img {
        display: block;
        max-width: 100%;
        max-height: 60px;
        width: auto; }
    .the-footer .footer-1 .logo,
    .the-footer .footer-1 .contact {
      display: inline-block;
      vertical-align: middle; }
    .the-footer .footer-1 .contact h4 {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
    .the-footer .footer-1 .nav-footer .footer-menu {
      text-align: right; }
      .the-footer .footer-1 .nav-footer .footer-menu li {
        margin: 0 0 0 2em;
        padding: 0;
        border: 0; }
        .the-footer .footer-1 .nav-footer .footer-menu li a {
          display: block;
          line-height: 60px; }
          .the-footer .footer-1 .nav-footer .footer-menu li a:hover {
            text-decoration: underline; }
    @media (max-width: 1024px) {
      .the-footer .footer-1 .logo {
        margin: 0 0 10px; }
      .the-footer .footer-1 .logo,
      .the-footer .footer-1 .contact {
        display: block; } }
    @media (max-width: 768px) {
      .the-footer .footer-1 .col {
        width: auto;
        float: none;
        margin: 0;
        text-align: center; }
        .the-footer .footer-1 .col.c1 {
          margin-bottom: 20px; }
      .the-footer .footer-1 .logo img {
        margin: 0 auto; }
      .the-footer .footer-1 .nav-footer .footer-menu {
        text-align: center; }
        .the-footer .footer-1 .nav-footer .footer-menu li {
          display: block;
          margin: 0 0 1em; }
          .the-footer .footer-1 .nav-footer .footer-menu li a {
            line-height: 1; } }
  .the-footer .footer-2 {
    padding: 1em 0;
    font-size: 12px;
    color: #ffffff;
    background: #127139; }
    .the-footer .footer-2 .copyright br {
      display: none; }

.the-content .sidebar .widget {
  position: relative;
  z-index: 2;
  padding: 20px 80px 20px 0;
  margin-bottom: 30px; }
  .the-content .sidebar .widget.ready .widgettitle {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    position: absolute;
    left: 100%;
    top: 20px;
    padding: 10px 0; }
  .the-content .sidebar .widget .widgettitle {
    z-index: 3;
    font-size: 24px;
    text-transform: uppercase;
    white-space: nowrap; }
    .the-content .sidebar .widget .widgettitle .line {
      position: absolute;
      bottom: 0;
      left: 0;
      right: -80px;
      height: 2px;
      background: #ffffff; }
  .the-content .sidebar .widget .widgetcontent {
    position: relative;
    z-index: 2; }
  .the-content .sidebar .widget_search form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .the-content .sidebar .widget_search form > div input {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: calc(100% - 55px); }
    .the-content .sidebar .widget_search form > div button {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .the-content .sidebar .widget_search form > div button i {
        display: block;
        margin: 0;
        line-height: 1; }
  .the-content .sidebar .widget .bg {
    background: #e8ede6; }

.the-content .sidebar ul {
  list-style: none; }
  .the-content .sidebar ul li {
    display: block;
    margin-bottom: .25em; }
    .the-content .sidebar ul li:last-child {
      margin-bottom: 0; }
    .the-content .sidebar ul li.current-menu-item {
      font-weight: 700; }
    .the-content .sidebar ul li a {
      text-transform: uppercase;
      color: #454545; }
      .the-content .sidebar ul li a:hover {
        color: #0e6bad; }

@media (max-width: 1024px) {
  .the-content .sidebar {
    padding-bottom: 40px; }
    .the-content .sidebar .widget.ready {
      min-height: 0 !important; }
      .the-content .sidebar .widget.ready .widgettitle {
        position: relative;
        -webkit-transform: none;
                transform: none;
        top: auto;
        left: auto;
        margin-bottom: 10px;
        padding-top: 0; }
        .the-content .sidebar .widget.ready .widgettitle .line {
          right: 0; } }

@media (max-width: 480px) {
  .the-content .sidebar .widget {
    padding: 20px; } }

.btn,
.button,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  display: inline-block;
  height: 45px;
  padding: 0 20px;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #dfe4f2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #0e6bad;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn:hover, .btn:active,
  .button:hover,
  .button:active,
  button:hover,
  button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active {
    background-color: #28ace2;
    text-decoration: none; }
  .btn.disabled,
  .button.disabled,
  button.disabled, input[type="button"].disabled, input[type="reset"].disabled, input[type="submit"].disabled {
    background-color: transparent; }
  .btn.alt,
  .button.alt,
  button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt {
    background: #127139; }
    .btn.alt:hover,
    .button.alt:hover,
    button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover {
      background-color: #94b89e; }
  .btn.strong,
  .button.strong,
  button.strong, input[type="button"].strong, input[type="reset"].strong, input[type="submit"].strong {
    background-color: #fd8100; }
    .btn.strong:hover,
    .button.strong:hover,
    button.strong:hover, input[type="button"].strong:hover, input[type="reset"].strong:hover, input[type="submit"].strong:hover {
      background-color: #d45427; }
  .btn.ghost,
  .button.ghost,
  button.ghost, input[type="button"].ghost, input[type="reset"].ghost, input[type="submit"].ghost {
    color: #0e6bad;
    border: 2px solid #0e6bad;
    background-color: transparent; }
    .btn.ghost:hover,
    .button.ghost:hover,
    button.ghost:hover, input[type="button"].ghost:hover, input[type="reset"].ghost:hover, input[type="submit"].ghost:hover {
      color: #dfe4f2;
      background: #0e6bad; }
    .btn.ghost.alt,
    .button.ghost.alt,
    button.ghost.alt, input[type="button"].ghost.alt, input[type="reset"].ghost.alt, input[type="submit"].ghost.alt {
      color: #dfe4f2;
      border-color: #dfe4f2; }
      .btn.ghost.alt:hover,
      .button.ghost.alt:hover,
      button.ghost.alt:hover, input[type="button"].ghost.alt:hover, input[type="reset"].ghost.alt:hover, input[type="submit"].ghost.alt:hover {
        color: #0e6bad;
        background: #dfe4f2; }
  .btn.big,
  .button.big,
  button.big, input[type="button"].big, input[type="reset"].big, input[type="submit"].big {
    height: 60px;
    line-height: 58px; }
  .btn.huge,
  .button.huge,
  button.huge, input[type="button"].huge, input[type="reset"].huge, input[type="submit"].huge {
    height: 72px;
    line-height: 60px;
    font-size: 1.1em; }
  .btn.naked,
  .button.naked,
  button.naked, input[type="button"].naked, input[type="reset"].naked, input[type="submit"].naked {
    color: #0e6bad;
    border: 0;
    background: none; }
  .btn.shadow,
  .button.shadow,
  button.shadow, input[type="button"].shadow, input[type="reset"].shadow, input[type="submit"].shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); }
  .btn i,
  .button i,
  button i, input[type="button"] i, input[type="reset"] i, input[type="submit"] i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  height: 45px; }

.sliding-panel {
  position: fixed;
  font-size: 18px; }
  .sliding-panel.is-visible {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    background: #0e6bad; }
  .sliding-panel > ul > li.menu-item-has-children > ul {
    display: none; }
  .sliding-panel > ul > li.current-menu-item > a {
    color: #0e6bad;
    background: #ffffff; }
  .sliding-panel > ul > li > a {
    text-transform: uppercase;
    font-weight: 700; }
  .sliding-panel a {
    position: relative;
    display: block;
    padding: .5em 2em .5em 1em;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sliding-panel a i {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      z-index: 2;
      top: 50%;
      right: .5em;
      font-size: 24px;
      color: #28ace2; }

.hero-header .the-title {
  position: relative;
  margin-bottom: 20px; }
  .hero-header .the-title::after {
    clear: both;
    content: "";
    display: table; }
  .hero-header .the-title .page-title {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: none; }
  .hero-header .the-title .line {
    position: absolute;
    z-index: 10;
    height: 2px;
    background: #ffffff;
    left: 0;
    right: 0; }

@media (max-width: 480px) {
  .hero-header .the-title .page-title {
    font-size: 32px; } }

.mainbar p, .mainbar h1, .mainbar h2, .mainbar h3, .mainbar h4, .mainbar h5, .mainbar h6,
.fullbar p,
.fullbar h1,
.fullbar h2,
.fullbar h3,
.fullbar h4,
.fullbar h5,
.fullbar h6 {
  margin-bottom: 1em; }

.mainbar ul:not([class]),
.fullbar ul:not([class]) {
  list-style: none; }
  .mainbar ul:not([class]) li,
  .fullbar ul:not([class]) li {
    position: relative;
    padding-left: 1em; }
    .mainbar ul:not([class]) li:before,
    .fullbar ul:not([class]) li:before {
      display: block;
      position: absolute;
      left: 0;
      top: .5em;
      width: 5px;
      height: 5px;
      background: #127139;
      border-radius: 50%;
      content: ''; }

.error404 .grid-container .grid-column {
  width: calc(50% - 2.25rem);
  float: left;
  margin-left: 1.5rem;
  margin-left: 0; }
  .error404 .grid-container .grid-column > div {
    margin-top: 2em; }

@media (max-width: 480px) {
  .post-content ul.accordion li .header {
    padding: .5rem 1em .5em 0; }
    .post-content ul.accordion li .header i {
      right: -1em; }
  .error404 .grid-container .grid-column {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.post-content .team {
  margin-left: -5rem;
  margin-right: -5rem;
  width: calc(100% + 10rem); }
  .post-content .team::after {
    clear: both;
    content: "";
    display: table; }
  .post-content .team .item {
    width: calc(50% - 7.5rem);
    float: left;
    margin-left: 5rem;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 2em; }
    .post-content .team .item:nth-child(odd) {
      clear: both; }
  .post-content .team .thumbnail {
    position: relative;
    background: no-repeat center;
    background-size: cover;
    display: block; }
    .post-content .team .thumbnail:before {
      content: '';
      display: block;
      padding-top: 100%; }
  .post-content .team .details {
    position: relative;
    z-index: 1;
    padding: 30px 60px; }
    .post-content .team .details header {
      margin-bottom: 10px;
      padding-bottom: 10px; }
    .post-content .team .details .name {
      margin: 0;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase; }
    .post-content .team .details .meta p {
      margin: 0;
      font-family: "Merriweather", sans-serif;
      font-style: italic;
      font-weight: 400; }
    .post-content .team .details .line {
      position: absolute;
      bottom: 0;
      top: -120px;
      left: 30px;
      width: 2px;
      background: #ffffff; }
  @media (max-width: 1024px) {
    .post-content .team .item .details {
      padding: 20px; }
      .post-content .team .item .details .line {
        left: 10px; } }
  @media (max-width: 768px) {
    .post-content .team {
      float: none;
      width: auto;
      margin: 0; }
      .post-content .team .item {
        float: none;
        width: auto;
        margin-left: 0; } }

section.jobs .item {
  padding: 1em 0;
  border-bottom: 1px solid #ddd; }
  section.jobs .item .title {
    margin: 0;
    text-transform: uppercase; }
    section.jobs .item .title a {
      color: #454545; }
      section.jobs .item .title a:hover {
        color: #0e6bad; }
  section.jobs .item .more {
    font-family: "Merriweather", sans-serif;
    font-style: italic; }

body.blog .post .post-thumbnail, body.archive .post .post-thumbnail, body.search .post .post-thumbnail {
  position: relative;
  float: left;
  width: 150px; }
  body.blog .post .post-thumbnail:before, body.archive .post .post-thumbnail:before, body.search .post .post-thumbnail:before {
    content: '';
    display: block;
    padding-top: 100%; }

body.blog .post .body, body.archive .post .body, body.search .post .body {
  margin-left: 170px; }
  body.blog .post .body .more, body.archive .post .body .more, body.search .post .body .more {
    font-family: "Merriweather", sans-serif;
    font-style: italic; }

body.home .the-header .site-title img.default {
  display: none; }

body.home .the-header .site-title img.alt {
  display: block; }

body.home .the-header .nav-header .bg {
  background: rgba(14, 107, 173, 0.7); }

body.home .the-spacer {
  display: none; }

body.home .the-content .home-hero {
  position: relative;
  z-index: 1;
  height: 100vh; }
  body.home .the-content .home-hero .hero-slideshow .owl-item.active .slide .slide-content .box.animation_faderight {
    opacity: 1;
    right: -10px; }
  body.home .the-content .home-hero .hero-slideshow .slide .slide-image {
    background: no-repeat center;
    background-size: cover;
    height: 100vh; }
  body.home .the-content .home-hero .hero-slideshow .slide .slide-content {
    position: absolute;
    z-index: 2;
    bottom: 70px;
    left: 0;
    right: 0; }
    body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box {
      position: relative;
      float: right;
      padding: 20px 40px;
      color: #ffffff;
      text-align: right;
      -webkit-transition: all 4.5s;
      transition: all 4.5s; }
      body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box.animation_faderight {
        opacity: 0;
        right: -100px; }
      body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .bg {
        background: rgba(18, 113, 57, 0.7); }
      body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .content {
        position: relative;
        z-index: 2; }
        body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .content h4, body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .content h5 {
          font-family: "Montserrat", sans-serif;
          font-weight: 400; }
        body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .content h5 {
          font-size: 14px; }
        body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .content h4 {
          margin-bottom: .5rem;
          font-size: 18px; }
        body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .content p {
          padding-top: .5rem;
          font-style: italic;
          font-size: 14px; }
        body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .content .line {
          position: absolute;
          right: 0;
          left: 0; }
  body.home .the-content .home-hero .hero-slideshow .slide .tint {
    background: -webkit-gradient(linear, left top, right top, from(rgba(14, 107, 173, 0.85)), to(rgba(14, 107, 173, 0.2)));
    background: linear-gradient(90deg, rgba(14, 107, 173, 0.85), rgba(14, 107, 173, 0.2)); }
  body.home .the-content .home-hero .headings {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 180px; }
    body.home .the-content .home-hero .headings .heading,
    body.home .the-content .home-hero .headings .subheading {
      width: 50%;
      color: #ffffff; }
    body.home .the-content .home-hero .headings .heading {
      font-size: 40px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      text-transform: none; }
    body.home .the-content .home-hero .headings .subheading {
      padding-top: 2em;
      font-style: italic;
      font-size: 18px; }
    body.home .the-content .home-hero .headings .line {
      position: absolute;
      height: 2px;
      right: 50%;
      background: #ffffff; }
  body.home .the-content .home-hero .down {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    left: 50%;
    z-index: 2;
    bottom: 20px;
    color: #ffffff; }
    body.home .the-content .home-hero .down i {
      display: block;
      height: 12px;
      font-size: 24px;
      line-height: 1;
      -webkit-animation-name: down;
              animation-name: down;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-iteration-count: 10;
              animation-iteration-count: 10; }
      body.home .the-content .home-hero .down i.i1 {
        opacity: .5;
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
      body.home .the-content .home-hero .down i.i2 {
        opacity: .75;
        -webkit-animation-delay: .1s;
                animation-delay: .1s; }
      body.home .the-content .home-hero .down i.i3 {
        opacity: 1;
        -webkit-animation-delay: .2s;
                animation-delay: .2s; }
  @media (max-width: 1024px) {
    body.home .the-content .home-hero .headings .heading,
    body.home .the-content .home-hero .headings .subheading {
      width: auto; }
    body.home .the-content .home-hero .headings .line {
      right: 0; } }
  @media (max-width: 768px) {
    body.home .the-content .home-hero .hero-slideshow .slide .slide-content {
      position: relative;
      bottom: 275px; }
      body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box {
        float: none; }
        body.home .the-content .home-hero .hero-slideshow .slide .slide-content .box .bg {
          left: -20px; }
    body.home .the-content .home-hero .headings {
      top: 100px; }
      body.home .the-content .home-hero .headings .heading {
        font-size: 26px; }
      body.home .the-content .home-hero .headings .subheading {
        padding-top: .5em;
        font-size: 18px; } }

body.home .the-content .about {
  padding: 120px 0;
  background: #e8ede6; }
  body.home .the-content .about .block {
    position: relative;
    float: left;
    width: 50%; }
    body.home .the-content .about .block::after {
      clear: both;
      content: "";
      display: table; }
    body.home .the-content .about .block.left {
      z-index: 2; }
      body.home .the-content .about .block.left .image .bg {
        right: -30px; }
      body.home .the-content .about .block.left .text {
        padding-bottom: 60px;
        padding-right: 100px; }
        body.home .the-content .about .block.left .text header .line {
          left: 0;
          right: -50%; }
    body.home .the-content .about .block.right {
      z-index: 1; }
      body.home .the-content .about .block.right .image {
        margin-bottom: 60px; }
        body.home .the-content .about .block.right .image .bg {
          left: -30px; }
      body.home .the-content .about .block.right .text {
        padding-left: 100px; }
        body.home .the-content .about .block.right .text header .line {
          left: -50%;
          right: 0; }
    body.home .the-content .about .block .text header {
      position: relative;
      z-index: 2;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      body.home .the-content .about .block .text header .title {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        text-transform: uppercase; }
      body.home .the-content .about .block .text header .line {
        position: absolute;
        z-index: 10;
        bottom: 0;
        height: 2px;
        background: #ffffff; }
    body.home .the-content .about .block .text .content {
      margin-bottom: 1em; }
    body.home .the-content .about .block .image {
      position: relative;
      position: relative;
      z-index: 1; }
      body.home .the-content .about .block .image:before {
        content: '';
        display: block;
        padding-top: 65%; }
      body.home .the-content .about .block .image .bg {
        background: no-repeat center;
        background-size: cover; }
  @media (max-width: 1440px) {
    body.home .the-content .about {
      padding: 80px 0; } }
  @media (max-width: 1024px) {
    body.home .the-content .about {
      padding: 50px 0; }
      body.home .the-content .about .block.left .text {
        padding-right: 60px;
        padding-bottom: 30px; }
      body.home .the-content .about .block.right .text {
        padding-left: 60px; }
      body.home .the-content .about .block.right .image {
        margin-bottom: 30px; } }
  @media (max-width: 768px) {
    body.home .the-content .about {
      padding-bottom: 0; }
      body.home .the-content .about .block {
        float: none;
        width: auto; }
        body.home .the-content .about .block.left {
          margin-bottom: 40px; }
          body.home .the-content .about .block.left .text {
            padding-right: 0; }
          body.home .the-content .about .block.left .image .bg {
            right: -20px; }
        body.home .the-content .about .block.right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column; }
          body.home .the-content .about .block.right .text {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            padding-left: 0;
            padding-bottom: 30px; }
          body.home .the-content .about .block.right .image {
            margin: 0;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
            body.home .the-content .about .block.right .image .bg {
              left: -20px; }
        body.home .the-content .about .block .text header .title {
          font-size: 20px; } }
  @media (max-width: 480px) {
    body.home .the-content .about .grid-container:nth-child(odd) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      body.home .the-content .about .grid-container:nth-child(odd) .block.left {
        margin-bottom: 0px; }
      body.home .the-content .about .grid-container:nth-child(odd) .block.right {
        margin-bottom: 40px; }
    body.home .the-content .about .grid-container:nth-child(even) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    body.home .the-content .about .block.left .image .bg {
      right: 0; }
    body.home .the-content .about .block.right .image .bg {
      left: 0; } }

body.home .the-content .services .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0; }
  body.home .the-content .services .block.left .text {
    text-align: right;
    padding-right: 60px; }
    body.home .the-content .services .block.left .text header .line {
      margin-left: 60%;
      margin-right: -50%; }
  body.home .the-content .services .block.right .text {
    padding-left: 60px; }
    body.home .the-content .services .block.right .text header .line {
      margin-right: 60%;
      margin-left: -50%; }
  body.home .the-content .services .block .image,
  body.home .the-content .services .block .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  body.home .the-content .services .block .text {
    position: relative;
    z-index: 2; }
    body.home .the-content .services .block .text header {
      position: relative;
      padding-bottom: 20px; }
      body.home .the-content .services .block .text header .title {
        margin-bottom: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        line-height: 1;
        text-transform: uppercase; }
      body.home .the-content .services .block .text header .line {
        height: 2px;
        background: #ffffff; }
    body.home .the-content .services .block .text .content {
      margin-bottom: 1em; }
  body.home .the-content .services .block .image {
    position: relative;
    z-index: 1; }
    body.home .the-content .services .block .image .bg {
      background: no-repeat;
      background-size: 100% auto; }

body.home .the-content .services header.section {
  position: relative;
  width: 60%;
  margin-bottom: 40px;
  padding: 80px 0 0; }
  body.home .the-content .services header.section .title {
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 400; }
  body.home .the-content .services header.section .line {
    position: absolute;
    height: 2px;
    right: 0;
    background: #ffffff; }

@media (max-width: 768px) {
  body.home .the-content .services {
    padding-bottom: 0; }
    body.home .the-content .services header.section {
      width: auto;
      padding-top: 40px; }
      body.home .the-content .services header.section .title {
        font-size: 26px; }
    body.home .the-content .services .block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      padding: 20px 0; }
      body.home .the-content .services .block:last-child {
        padding-bottom: 0; }
      body.home .the-content .services .block.left .image .bg, body.home .the-content .services .block.right .image .bg {
        left: -20px;
        right: -20px; }
      body.home .the-content .services .block.left .text, body.home .the-content .services .block.right .text {
        padding: 0; }
      body.home .the-content .services .block.left .text header .line {
        margin-right: -20px;
        margin-left: 80px; }
      body.home .the-content .services .block.right .text header .line {
        margin-left: -20px;
        margin-right: 80px; }
      body.home .the-content .services .block .text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 30px; }
        body.home .the-content .services .block .text header .title {
          font-size: 20px; }
      body.home .the-content .services .block .image {
        position: relative;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        body.home .the-content .services .block .image:before {
          content: '';
          display: block;
          padding-top: 50%; } }

body.home .the-content .featured {
  padding: 80px 0;
  background: #e8ede6; }
  body.home .the-content .featured .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.home .the-content .featured .block .text,
    body.home .the-content .featured .block .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
    body.home .the-content .featured .block .text {
      padding: 40px 0 40px 60px; }
      body.home .the-content .featured .block .text header {
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
        padding-bottom: 30px; }
        body.home .the-content .featured .block .text header .title {
          font-family: "Montserrat", sans-serif;
          font-size: 36px;
          font-weight: 400;
          text-transform: uppercase; }
        body.home .the-content .featured .block .text header .line {
          position: absolute;
          z-index: 10;
          bottom: 0;
          right: 0;
          left: -50%;
          height: 2px;
          background: #ffffff; }
      body.home .the-content .featured .block .text .content {
        padding-bottom: 1em; }
    body.home .the-content .featured .block .image {
      position: relative; }
      body.home .the-content .featured .block .image .bg {
        background: no-repeat center;
        background-size: cover; }
  @media (max-width: 768px) {
    body.home .the-content .featured {
      padding: 40px 0 0; }
      body.home .the-content .featured .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        body.home .the-content .featured .block .text {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          padding: 0;
          margin-bottom: 30px; }
          body.home .the-content .featured .block .text header .title {
            font-size: 30px; }
        body.home .the-content .featured .block .image {
          position: relative;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
          body.home .the-content .featured .block .image:before {
            content: '';
            display: block;
            padding-top: 50%; }
          body.home .the-content .featured .block .image .bg {
            right: -20px; } }

body.home .the-content .latest-posts {
  padding: 80px 0; }
  body.home .the-content .latest-posts .section-header {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-bottom: 60px;
    padding-bottom: 30px; }
    body.home .the-content .latest-posts .section-header .title {
      font-family: "Montserrat", sans-serif;
      font-size: 36px;
      font-weight: 400;
      text-transform: uppercase; }
    body.home .the-content .latest-posts .section-header .line {
      position: absolute;
      z-index: 10;
      bottom: 0;
      right: 0;
      left: -50%;
      height: 2px;
      background: #ffffff; }
  body.home .the-content .latest-posts article:first-child {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
    padding-right: 5%; }
  body.home .the-content .latest-posts article:last-child {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
    padding-left: 5%; }
  body.home .the-content .latest-posts article .post-thumbnail {
    position: relative;
    background: no-repeat center;
    background-size: cover;
    display: block; }
    body.home .the-content .latest-posts article .post-thumbnail:before {
      content: '';
      display: block;
      padding-top: 60%; }
  body.home .the-content .latest-posts article .body {
    position: relative;
    padding: 30px 60px; }
    body.home .the-content .latest-posts article .body .post-header {
      margin-bottom: 1em; }
      body.home .the-content .latest-posts article .body .post-header .post-title {
        font-weight: 400;
        font-size: 18px;
        font-family: "Montserrat", sans-serif; }
    body.home .the-content .latest-posts article .body .post-excerpt {
      font-size: 14px;
      margin-bottom: 1em; }
    body.home .the-content .latest-posts article .body .line {
      position: absolute;
      bottom: 0;
      top: -120px;
      left: 30px;
      width: 2px;
      background: #ffffff; }
  @media (max-width: 768px) {
    body.home .the-content .latest-posts {
      padding: 40px 0; }
      body.home .the-content .latest-posts .section-header {
        width: auto; }
      body.home .the-content .latest-posts article {
        width: calc(100% - 3rem);
        float: left;
        margin-left: 1.5rem;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px; }
        body.home .the-content .latest-posts article:first-child, body.home .the-content .latest-posts article:last-child {
          width: calc(100% - 3rem);
          float: left;
          margin-left: 1.5rem;
          padding-left: 0;
          padding-right: 0; }
        body.home .the-content .latest-posts article:last-child {
          margin-bottom: 0; }
        body.home .the-content .latest-posts article .post-thumbnail {
          margin-left: -20px;
          margin-right: -20px; }
        body.home .the-content .latest-posts article .body {
          padding: 20px; }
          body.home .the-content .latest-posts article .body .line {
            display: none; } }

body.home .the-content .more {
  font-family: "Merriweather", sans-serif;
  font-style: italic; }
  body.home .the-content .more a {
    color: #127139; }
    body.home .the-content .more a:hover {
      color: #0e6bad; }

@-webkit-keyframes down {
  0% {
    opacity: .25; }
  33% {
    opacity: .5; }
  66% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes down {
  0% {
    opacity: .25; }
  33% {
    opacity: .5; }
  66% {
    opacity: .75; }
  100% {
    opacity: 1; } }

body.page-template-about .fullbar .block {
  position: relative;
  z-index: 2;
  padding: 40px 0; }
  body.page-template-about .fullbar .block:first-child {
    padding-top: 0; }
    body.page-template-about .fullbar .block:first-child.has-image .image {
      margin-top: -100px; }
  body.page-template-about .fullbar .block .grid-container {
    z-index: 2; }
  body.page-template-about .fullbar .block.has-image::after {
    clear: both;
    content: "";
    display: table; }
  body.page-template-about .fullbar .block.has-image.left .text {
    padding-right: 60px; }
    body.page-template-about .fullbar .block.has-image.left .text header .line {
      right: -50%;
      left: 0; }
  body.page-template-about .fullbar .block.has-image.right .text {
    padding-left: 60px; }
    body.page-template-about .fullbar .block.has-image.right .text header .line {
      left: -50%;
      right: 0; }
  body.page-template-about .fullbar .block.has-image.right .bg.bg2 {
    background: #e8ede6; }
  body.page-template-about .fullbar .block.has-image .text,
  body.page-template-about .fullbar .block.has-image .image {
    float: left;
    width: 50%; }
  body.page-template-about .fullbar .block.has-image .image {
    position: relative; }
    body.page-template-about .fullbar .block.has-image .image:before {
      content: '';
      display: block;
      padding-top: 80%; }
    body.page-template-about .fullbar .block.has-image .image .bg {
      background-repeat: no-repeat;
      background-size: 100% auto; }
  body.page-template-about .fullbar .block.left .text header .line {
    left: 0;
    right: 0; }
  body.page-template-about .fullbar .block.i3 .text > header {
    margin-bottom: 60px; }
  body.page-template-about .fullbar .block .text > header {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    body.page-template-about .fullbar .block .text > header .title {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
    body.page-template-about .fullbar .block .text > header .line {
      position: absolute;
      z-index: 10;
      bottom: 0;
      height: 2px;
      background: #ffffff; }
  @media (max-width: 768px) {
    body.page-template-about .fullbar .block.has-image {
      padding-bottom: 0; }
      body.page-template-about .fullbar .block.has-image.left .grid-container, body.page-template-about .fullbar .block.has-image.right .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
      body.page-template-about .fullbar .block.has-image.left .text,
      body.page-template-about .fullbar .block.has-image.left .image, body.page-template-about .fullbar .block.has-image.right .text,
      body.page-template-about .fullbar .block.has-image.right .image {
        float: none;
        width: auto; }
      body.page-template-about .fullbar .block.has-image.left .text, body.page-template-about .fullbar .block.has-image.right .text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 2em;
        padding: 0; }
      body.page-template-about .fullbar .block.has-image.left .image, body.page-template-about .fullbar .block.has-image.right .image {
        position: relative;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: auto;
        margin-left: -20px;
        margin-right: -20px; }
        body.page-template-about .fullbar .block.has-image.left .image:before, body.page-template-about .fullbar .block.has-image.right .image:before {
          content: '';
          display: block;
          padding-top: 50%; }
        body.page-template-about .fullbar .block.has-image.left .image .bg, body.page-template-about .fullbar .block.has-image.right .image .bg {
          -webkit-transform: none !important;
                  transform: none !important; } }

.the-content.contact .post-content form input[type="color"], .the-content.contact .post-content form input[type="date"], .the-content.contact .post-content form input[type="datetime"], .the-content.contact .post-content form input[type="datetime-local"], .the-content.contact .post-content form input[type="email"], .the-content.contact .post-content form input[type="month"], .the-content.contact .post-content form input[type="number"], .the-content.contact .post-content form input[type="password"], .the-content.contact .post-content form input[type="search"], .the-content.contact .post-content form input[type="tel"], .the-content.contact .post-content form input[type="text"], .the-content.contact .post-content form input[type="time"], .the-content.contact .post-content form input[type="url"], .the-content.contact .post-content form input[type="week"], .the-content.contact .post-content form input:not([type]), .the-content.contact .post-content form textarea {
  width: 100%; }

.the-content.contact .post-content .acf-map {
  margin-bottom: 20px;
  border: 2px solid #fff; }

.the-content.contact .post-content .location {
  margin-bottom: 20px; }
  .the-content.contact .post-content .location .company-name {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px; }

@media (max-width: 768px) {
  .the-content.contact .post-content {
    padding-bottom: 40px; }
    .the-content.contact .post-content .cols .col.c1 {
      margin-bottom: 2em; }
    .the-content.contact .post-content .location .company-name {
      font-size: 24px; } }

body.page-template-projects .project-list .row,
body.tax-project-category .project-list .row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  body.page-template-projects .project-list .row::after,
  body.tax-project-category .project-list .row::after {
    clear: both;
    content: "";
    display: table; }
  body.page-template-projects .project-list .row .item,
  body.tax-project-category .project-list .row .item {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
    position: relative;
    z-index: 2; }
    body.page-template-projects .project-list .row .item figure,
    body.tax-project-category .project-list .row .item figure {
      position: relative;
      background: no-repeat center;
      background-size: cover;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
      body.page-template-projects .project-list .row .item figure:before,
      body.tax-project-category .project-list .row .item figure:before {
        content: '';
        display: block;
        padding-top: 50%; }
    body.page-template-projects .project-list .row .item a,
    body.tax-project-category .project-list .row .item a {
      color: #454545; }
      body.page-template-projects .project-list .row .item a:hover,
      body.tax-project-category .project-list .row .item a:hover {
        color: #0e6bad; }
        body.page-template-projects .project-list .row .item a:hover figure,
        body.tax-project-category .project-list .row .item a:hover figure {
          -webkit-transform: translateY(-10px);
                  transform: translateY(-10px); }
    body.page-template-projects .project-list .row .item .body,
    body.tax-project-category .project-list .row .item .body {
      position: relative;
      padding: 30px 60px; }
      body.page-template-projects .project-list .row .item .body .title,
      body.tax-project-category .project-list .row .item .body .title {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase; }
      body.page-template-projects .project-list .row .item .body .line,
      body.tax-project-category .project-list .row .item .body .line {
        position: absolute;
        bottom: 0;
        top: -120px;
        left: 30px;
        width: 2px;
        background: #ffffff; }
      body.page-template-projects .project-list .row .item .body ul,
      body.tax-project-category .project-list .row .item .body ul {
        font-family: "Merriweather", sans-serif;
        font-style: italic;
        list-style-type: none; }
        body.page-template-projects .project-list .row .item .body ul li,
        body.tax-project-category .project-list .row .item .body ul li {
          display: inline-block; }
  body.page-template-projects .project-list .row:nth-child(even) .bg,
  body.tax-project-category .project-list .row:nth-child(even) .bg {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #e8ede6; }

@media (max-width: 480px) {
  body.page-template-projects .project-list .row .item,
  body.tax-project-category .project-list .row .item {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; }
    body.page-template-projects .project-list .row .item .body,
    body.tax-project-category .project-list .row .item .body {
      padding: 20px; }
      body.page-template-projects .project-list .row .item .body .line,
      body.tax-project-category .project-list .row .item .body .line {
        left: 10px; } }

body.page-template-projects .post-content .columns::after,
body.tax-project-category .post-content .columns::after {
  clear: both;
  content: "";
  display: table; }

body.page-template-projects .post-content .columns .col,
body.tax-project-category .post-content .columns .col {
  float: left;
  width: 50%; }
  body.page-template-projects .post-content .columns .col.c1,
  body.tax-project-category .post-content .columns .col.c1 {
    padding-right: 60px; }

@media (max-width: 768px) {
  body.page-template-projects .post-content .columns .col,
  body.tax-project-category .post-content .columns .col {
    float: none;
    width: auto; }
    body.page-template-projects .post-content .columns .col.c1,
    body.tax-project-category .post-content .columns .col.c1 {
      padding-right: 0; } }

body.page-template-projects .post-content .featured,
body.tax-project-category .post-content .featured {
  position: relative;
  position: relative;
  z-index: 1;
  margin-top: -20%; }
  body.page-template-projects .post-content .featured:before,
  body.tax-project-category .post-content .featured:before {
    content: '';
    display: block;
    padding-top: 50%; }
  body.page-template-projects .post-content .featured .bg,
  body.tax-project-category .post-content .featured .bg {
    background: no-repeat center;
    background-size: cover; }
  @media (max-width: 768px) {
    body.page-template-projects .post-content .featured,
    body.tax-project-category .post-content .featured {
      margin-top: 0;
      margin-left: -20px; } }

body.page-template-projects .fancybox-slide .post-content.project,
body.tax-project-category .fancybox-slide .post-content.project {
  width: 1280px;
  background: #e8ede6; }
  @media (max-width: 1280px) {
    body.page-template-projects .fancybox-slide .post-content.project,
    body.tax-project-category .fancybox-slide .post-content.project {
      width: 75%; } }

body.page-template-expertise .fullbar {
  padding-bottom: 0; }
  body.page-template-expertise .fullbar .block {
    position: relative;
    z-index: 2;
    padding: 40px 0 0; }
    body.page-template-expertise .fullbar .block::after {
      clear: both;
      content: "";
      display: table; }
    body.page-template-expertise .fullbar .block.hero {
      padding-bottom: 80px; }
      body.page-template-expertise .fullbar .block.hero .toc {
        list-style-type: none;
        font-size: 30px; }
        body.page-template-expertise .fullbar .block.hero .toc li a {
          color: #454545; }
          body.page-template-expertise .fullbar .block.hero .toc li a:hover {
            color: #0e6bad; }
          body.page-template-expertise .fullbar .block.hero .toc li a i {
            color: #0e6bad; }
      body.page-template-expertise .fullbar .block.hero .image {
        position: relative;
        margin-top: -25%; }
        body.page-template-expertise .fullbar .block.hero .image:before {
          content: '';
          display: block;
          padding-top: 80%; }
        body.page-template-expertise .fullbar .block.hero .image .bg {
          background: no-repeat center;
          background-size: cover; }
    body.page-template-expertise .fullbar .block .grid-container {
      z-index: 2; }
      body.page-template-expertise .fullbar .block .grid-container > .col {
        float: left;
        width: 50%; }
    body.page-template-expertise .fullbar .block .text {
      margin-bottom: 30px;
      padding-right: 60px; }
      body.page-template-expertise .fullbar .block .text header {
        position: relative;
        z-index: 2;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        body.page-template-expertise .fullbar .block .text header .title {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          text-transform: uppercase; }
        body.page-template-expertise .fullbar .block .text header .line {
          position: absolute;
          z-index: 10;
          bottom: 0;
          left: 0;
          right: -50%;
          height: 2px;
          background: #ffffff; }
    body.page-template-expertise .fullbar .block .specialties {
      position: relative;
      padding: 50px 0 0 150px; }
      body.page-template-expertise .fullbar .block .specialties .ccw-90 {
        position: absolute;
        left: 40px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase; }
      body.page-template-expertise .fullbar .block .specialties .line {
        position: absolute;
        bottom: -20px;
        top: 20px;
        left: 100px;
        width: 2px;
        background: #ffffff; }
    body.page-template-expertise .fullbar .block .image {
      position: relative; }
      body.page-template-expertise .fullbar .block .image img {
        display: block;
        width: 100%;
        height: auto; }
    @media (max-width: 768px) {
      body.page-template-expertise .fullbar .block.hero {
        padding-bottom: 0; }
        body.page-template-expertise .fullbar .block.hero .toc {
          margin-bottom: 30px; }
        body.page-template-expertise .fullbar .block.hero .image {
          margin-top: 0;
          margin-left: -20px; }
      body.page-template-expertise .fullbar .block .grid-container > .col {
        float: none;
        width: auto; }
        body.page-template-expertise .fullbar .block .grid-container > .col.c1 .image {
          margin-right: -20px; }
        body.page-template-expertise .fullbar .block .grid-container > .col.c2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column; }
          body.page-template-expertise .fullbar .block .grid-container > .col.c2 .image {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
          body.page-template-expertise .fullbar .block .grid-container > .col.c2 .specialties {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column;
                    flex-flow: column;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            padding: 30px 0; }
            body.page-template-expertise .fullbar .block .grid-container > .col.c2 .specialties .content {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2; }
            body.page-template-expertise .fullbar .block .grid-container > .col.c2 .specialties .ccw-90 {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              -webkit-transform: none;
                      transform: none;
              position: static;
              left: 0; }
            body.page-template-expertise .fullbar .block .grid-container > .col.c2 .specialties .line {
              display: none; }
          body.page-template-expertise .fullbar .block .grid-container > .col.c2 .image {
            margin-left: -20px; }
      body.page-template-expertise .fullbar .block .text {
        padding-right: 0; }
        body.page-template-expertise .fullbar .block .text header .line {
          right: 0; } }
  body.page-template-expertise .fullbar .blocks .block:nth-child(odd) > .bg {
    bottom: 80px;
    background: #e8ede6; }
    @media (max-width: 768px) {
      body.page-template-expertise .fullbar .blocks .block:nth-child(odd) > .bg {
        bottom: 0; } }
  body.page-template-expertise .fullbar .blocks .block.i2 {
    z-index: 3; }
  body.page-template-expertise .fullbar .blocks .block.i3 {
    z-index: 1;
    padding-bottom: 60px; }
    body.page-template-expertise .fullbar .blocks .block.i3 > .bg {
      top: -60px;
      bottom: 0; }

body.page-template-philosophy .fullbar::after {
  clear: both;
  content: "";
  display: table; }

body.page-template-philosophy .fullbar .col {
  position: relative;
  float: left;
  width: 50%; }

body.page-template-philosophy .fullbar .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0; }
  body.page-template-philosophy .fullbar .image.active {
    position: relative;
    z-index: 100;
    opacity: 1; }
  body.page-template-philosophy .fullbar .image.leaving {
    position: absolute;
    z-index: 99; }

body.page-template-philosophy .fullbar .image img {
  display: block;
  width: 100%; }

body.page-template-philosophy .fullbar .text {
  display: none; }
  body.page-template-philosophy .fullbar .text header {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    body.page-template-philosophy .fullbar .text header .title {
      margin: 0; }
    body.page-template-philosophy .fullbar .text header .line {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: #ffffff; }
  body.page-template-philosophy .fullbar .text .content h4 {
    color: #127139; }

body.page-template-philosophy .fullbar .notice {
  -webkit-transition: color .4s;
  transition: color .4s;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #0e6bad;
  cursor: pointer; }
  body.page-template-philosophy .fullbar .notice:hover {
    color: #127139; }
  body.page-template-philosophy .fullbar .notice .label {
    margin-left: 50px; }
  body.page-template-philosophy .fullbar .notice .arrows {
    position: absolute; }
    body.page-template-philosophy .fullbar .notice .arrows i {
      display: block;
      font-size: 24px;
      height: 12px; }
      body.page-template-philosophy .fullbar .notice .arrows i.i1 {
        opacity: .5; }
      body.page-template-philosophy .fullbar .notice .arrows i.i2 {
        opacity: .75; }

body.page-template-philosophy .fullbar .actions {
  padding-top: 20px; }
  body.page-template-philosophy .fullbar .actions::after {
    clear: both;
    content: "";
    display: table; }
  body.page-template-philosophy .fullbar .actions .prev {
    float: left; }
  body.page-template-philosophy .fullbar .actions .next {
    float: right; }

body.page-template-philosophy .fullbar .texts {
  -webkit-transition: height .4s;
  transition: height .4s; }
  @media (max-width: 480px) {
    body.page-template-philosophy .fullbar .texts {
      overflow: hidden; } }

body.page-template-philosophy .fullbar .background {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  left: 50%;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden; }
  body.page-template-philosophy .fullbar .background .cloud {
    position: absolute;
    width: 35%; }
    body.page-template-philosophy .fullbar .background .cloud.cloud1 {
      top: 180px;
      z-index: 100;
      fill: #eee;
      -webkit-animation: move1 10s linear infinite;
              animation: move1 10s linear infinite; }
    body.page-template-philosophy .fullbar .background .cloud.cloud2 {
      top: 40px;
      right: 10%;
      z-index: 200;
      fill: #eee;
      -webkit-animation: move1 15s linear 3s infinite backwards;
              animation: move1 15s linear 3s infinite backwards; }
  body.page-template-philosophy .fullbar .background .bird {
    position: absolute;
    width: 6%; }
    body.page-template-philosophy .fullbar .background .bird.bird1 {
      top: 10%;
      left: 6%;
      -webkit-animation: move1 2.5s ease-out infinite;
              animation: move1 2.5s ease-out infinite; }
    body.page-template-philosophy .fullbar .background .bird.bird2 {
      top: 22%;
      right: 5%;
      -webkit-animation: move2 3s ease-out infinite;
              animation: move2 3s ease-out infinite; }
    body.page-template-philosophy .fullbar .background .bird.bird3 {
      top: 4%;
      left: 19%;
      -webkit-animation: move1 6s ease-out infinite;
              animation: move1 6s ease-out infinite; }
  @media (max-width: 480px) {
    body.page-template-philosophy .fullbar .background {
      top: 60px; } }

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%); }
  80% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%); }
  80% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  74% {
    -webkit-transform: translateY(-12%);
            transform: translateY(-12%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes move2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  74% {
    -webkit-transform: translateY(-12%);
            transform: translateY(-12%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (max-width: 768px) {
  body.page-template-philosophy .fullbar .col {
    float: none;
    width: auto; }
  body.page-template-philosophy .fullbar .text {
    padding-right: 0; }
  body.page-template-philosophy .fullbar .actions {
    position: absolute;
    z-index: 101;
    top: 15px;
    left: 0;
    right: 0;
    padding-top: 0; } }

.post-content.project > .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%; }
  .post-content.project > .columns > .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    z-index: 1; }
    .post-content.project > .columns > .col.c1 {
      max-width: 50%;
      padding-right: 60px; }
  .post-content.project > .columns .gallery {
    position: relative; }
    .post-content.project > .columns .gallery .carousel .owl-nav .owl-prev,
    .post-content.project > .columns .gallery .carousel .owl-nav .owl-next {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      z-index: 2;
      top: 50%;
      -webkit-transition: background .3s;
      transition: background .3s;
      z-index: 5;
      height: 40px;
      width: 40px;
      background: #0e6bad; }
      .post-content.project > .columns .gallery .carousel .owl-nav .owl-prev:hover, .post-content.project > .columns .gallery .carousel .owl-nav .owl-prev:active,
      .post-content.project > .columns .gallery .carousel .owl-nav .owl-next:hover,
      .post-content.project > .columns .gallery .carousel .owl-nav .owl-next:active {
        background: #28ace2; }
      .post-content.project > .columns .gallery .carousel .owl-nav .owl-prev.disabled,
      .post-content.project > .columns .gallery .carousel .owl-nav .owl-next.disabled {
        background: #ddd; }
      .post-content.project > .columns .gallery .carousel .owl-nav .owl-prev i,
      .post-content.project > .columns .gallery .carousel .owl-nav .owl-next i {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        font-size: 30px;
        color: #ffffff; }
    .post-content.project > .columns .gallery .carousel .owl-nav .owl-prev {
      left: -10px; }
    .post-content.project > .columns .gallery .carousel .owl-nav .owl-next {
      right: -10px; }
    .post-content.project > .columns .gallery figure {
      position: relative;
      background: no-repeat center;
      background-size: cover;
      position: relative;
      z-index: 2; }
      .post-content.project > .columns .gallery figure:before {
        content: '';
        display: block;
        padding-top: 57%; }

.post-content.project .details .row {
  padding: 10px 0; }
  .post-content.project .details .row:first-child {
    padding-top: 0; }
  .post-content.project .details .row .columns {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem); }
    .post-content.project .details .row .columns::after {
      clear: both;
      content: "";
      display: table; }
    .post-content.project .details .row .columns .col {
      width: calc(50% - 2.25rem);
      float: left;
      margin-left: 1.5rem; }
      .post-content.project .details .row .columns .col:nth-child(3n) {
        clear: both; }
  .post-content.project .details .row.header {
    position: relative;
    padding-bottom: 10px; }
    .post-content.project .details .row.header .line {
      position: absolute;
      z-index: 2;
      bottom: 0;
      right: 0;
      left: -25%;
      height: 2px;
      background: #ffffff; }
  .post-content.project .details .row h4 {
    margin: 0;
    text-transform: uppercase; }

.post-content.project .details .title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase; }

.post-content.project .details .meta, .post-content.project .details .content {
  font-size: 14px; }

.post-content.project + .post-footer {
  padding-top: 50px; }
  .post-content.project + .post-footer .prev,
  .post-content.project + .post-footer .next {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5em;
    text-transform: uppercase; }
    .post-content.project + .post-footer .prev i,
    .post-content.project + .post-footer .next i {
      display: inline-block;
      vertical-align: middle;
      font-size: 24px; }
  .post-content.project + .post-footer .prev i {
    margin-right: 20px; }
  .post-content.project + .post-footer .next i {
    margin-left: 20px; }

@media (max-width: 768px) {
  .post-content.project > .columns {
    display: block; }
    .post-content.project > .columns > .col.c1, .post-content.project > .columns > .col.c2 {
      width: auto;
      max-width: none; }
    .post-content.project > .columns > .col.c1 {
      margin-bottom: 30px;
      padding-right: 0; }
  .post-content.project .details {
    margin-left: 0; }
    .post-content.project .details .row.header .line {
      left: 0; } }

@media (max-width: 480px) {
  .post-content.project .details .row .columns .col {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem; } }

.fancybox-arrow {
  height: 44px;
  width: 44px; }
  .fancybox-arrow:after {
    display: none; }
  .fancybox-arrow:before {
    content: " ";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transition: background .3s;
    transition: background .3s;
    z-index: 5;
    height: 44px;
    line-height: 44px;
    width: 44px;
    background: #0e6bad;
    font-family: "Ionicons" !important;
    font-size: 30px;
    content: "";
    opacity: 1; }
  .fancybox-arrow:hover:before {
    background: #28ace2; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 1; }

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