.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  font-size: 38px;
  line-height: 37px;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #9ea8a4;
  font-size: 14px;
  line-height: 23px;
}

.button {
  position: static;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 14px 26px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #25c485;
  color: #fff;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #b5b5b5;
}

.button.contact {
  right: auto;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header {
  display: block;
  height: 700px;
  border-bottom: 5px solid #000;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  box-shadow: inset 0 3px 0 0 #000;
}

.header.sub-page {
  background-image: url('../images/profile-dude-blue.jpg');
  background-position: 50% 100%;
}

.section {
  position: static;
  margin-right: 0px;
  margin-left: auto;
  padding: 65px 280px 65px 0px;
  border-top: 3px none #000;
  background-color: #fff;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.green {
  background-color: #f2f7f6;
}

.nav-link {
  display: block;
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #32a879;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #000;
}

.navigation {
  position: fixed;
  left: auto;
  right: 5%;
  z-index: 10;
  padding: 33px 19px;
  border-top: 3px solid #25c485;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.logo {
  margin-bottom: 22px;
  font-size: 33px;
  line-height: 36px;
  font-weight: 300;
  text-align: right;
  text-transform: capitalize;
}

.align-right {
  padding-right: 25px;
  text-align: right;
}

.image {
  margin-bottom: 20px;
  border-radius: 20px;
}

.image.about-pic {
  position: static;
  display: block;
  margin-right: 20px;
  padding-right: 0px;
  float: left;
}

.thumbnail {
  margin-right: 21px;
  margin-bottom: 26px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.journal-entry {
  display: block;
  margin-bottom: 19px;
  padding: 18px 20px;
  border: 1px solid #dce6e4;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #333;
  text-decoration: none;
}

.journal-entry:hover {
  background-color: #f2f7f6;
}

.logo-link {
  color: #333;
  text-decoration: none;
}

.field {
  height: 53px;
  border: 1px solid #d1e6dd;
  box-shadow: inset 0 1px 0 0 transparent;
}

.field:focus {
  border-color: #24c786;
  box-shadow: inset 0 0 8px 0 transparent;
}

.field.comments {
  height: 101px;
}

.success {
  padding: 47px;
  background-color: #e3e3e3;
  color: #000;
  text-align: center;
}

.header-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: visible;
  height: 700px;
}

.column {
  display: -ms-grid;
  display: grid;
  padding-left: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block {
  border-radius: 20px;
  background-color: #f2f7f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block.service-block {
  margin-bottom: 0px;
  padding: 18px 20px;
  border: 1px solid #dce6e4;
  background-color: #fff;
  text-align: center;
}

.youtube {
  margin-bottom: 15px;
}

.youtube-2 {
  margin-bottom: 15px;
}

.image-2 {
  width: 150px;
  margin-bottom: 22px;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 620px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #1d382d;
  font-size: 80px;
}

.heading-2 {
  display: block;
  text-align: right;
}

.heading-3 {
  margin-top: 0px;
  text-align: right;
}

.heading-4 {
  text-align: right;
}

.heading-5 {
  text-align: right;
}

.container {
  padding-left: 0px;
}

.image-3 {
  margin-bottom: 22px;
}

.image-4 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
}

.grid {
  grid-auto-flow: row dense;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 0px;
}

.image-5 {
  height: 100%;
  max-width: none;
}

.image-6 {
  height: auto;
  max-width: 100%;
}

.div-block-2 {
  height: 150px;
  border-radius: 0px;
  background-image: url('../images/96231725_618986318825146_3081527374320238592_n.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  height: 150px;
  border-radius: 0px;
  background-image: url('../images/95675369_653346905514261_241299075234791424_n-1.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  border-radius: 0px;
  background-image: url('../images/88261625_214049586407843_8874938008898371584_n.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  border-radius: 0px;
  background-image: url('../images/95667088_1553315784823865_2781093591626285056_n.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6 {
  border-radius: 0px;
  background-image: url('../images/12027755_832595210189082_742915197069702_n.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-radius: 0px;
}

.div-block-8 {
  height: 150px;
  border-radius: 0px;
  background-image: url('../images/95810729_1518550848309269_7217692270345060352_n.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  border-radius: 0px;
  background-image: url('../images/96585899_239023360762198_7544080914070896640_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  height: 3px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#25c485), to(#25c485));
  background-image: linear-gradient(180deg, #25c485, #25c485);
}

.div-block-11 {
  margin-top: 20px;
  padding-top: 0px;
}

.tablet-heading {
  display: none;
}

.lightbox-link {
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.image-7 {
  margin-bottom: 0px;
}

.lightbox-link-2 {
  margin-bottom: 15px;
}

.paragraph {
  color: #25c485;
  font-size: 20px;
}

.project-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #25c485;
  font-size: 32px;
  line-height: 36px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.link-block-2 {
  color: #333;
  text-decoration: none;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.columns {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.columns-2 {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.italic-text {
  line-height: 36px;
  font-style: normal;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.green {
    margin-left: -54px;
  }
  .navigation {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .align-right {
    padding-right: 10px;
  }
  .logo-link {
    margin-right: -25px;
    padding-right: 0px;
  }
  .heading-2 {
    display: block;
    overflow: visible;
  }
  .tablet-heading {
    display: block;
    font-size: 32px;
    line-height: 36px;
  }
  .paragraph {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    position: static;
    left: 0px;
    right: auto;
    width: auto;
  }
  .button.contact {
    position: static;
  }
  .header {
    height: auto;
    background-attachment: scroll;
  }
  .section {
    margin-left: 0px;
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .section.green {
    margin-left: 0px;
  }
  .navigation {
    position: static;
    display: block;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 0 0 1px transparent;
  }
  .align-right {
    text-align: left;
  }
  .thumbnail {
    margin-right: 14px;
    margin-bottom: 15px;
  }
  .header-video {
    width: 100vw;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .column {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }
  .heading-2 {
    text-align: left;
  }
  .heading-3 {
    text-align: left;
  }
  .heading-4 {
    text-align: left;
  }
  .heading-5 {
    text-align: left;
  }
  .image-4 {
    display: none;
  }
  .column-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-3 {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .button.contact {
    width: auto;
  }
  .image.about-pic {
    max-width: 100%;
  }
  .column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-aa9154e650f8-5da72430 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f0f3da1e2920-5da72430 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-933a9e6ad7ac-5da72430 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-2aeb27813f67-5da72430 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bca615accec6-5da72430 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

