body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: acumin-pro, sans-serif;
  color: #414141;
  font-size: 32px;
  line-height: 36px;
  font-weight: 100;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #818181;
  line-height: 26px;
  font-weight: 300;
}

strong {
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-right: 6px;
  padding: 13px 30px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  opacity: 1;
}

.button.white {
  border-color: #fff;
  opacity: 0.85;
  color: #fff;
}

.button.white:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  opacity: 1;
}

.button.white.slide-button {
  border-color: #707070;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  color: #000;
}

.button.white.slide-button:hover {
  border-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  color: #fff;
}

.button.color {
  border-style: none;
}

.button.white-button {
  border-color: #fff;
  color: #fff;
}

.banner {
  height: 100%;
}

.banner.slide-image-3 {
  background-image: -webkit-linear-gradient(270deg, null, null), url('../images/105-LC-Designs.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/105-LC-Designs.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 100%;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.logo {
  position: absolute;
  overflow: visible;
  margin-top: 6px;
  padding-top: 1px;
  clear: none;
}

.arrow {
  margin-top: 26px;
  margin-right: 0px;
  color: #b0b0b0;
  font-size: 10px;
}

.navigation-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link:hover {
  color: #414141;
}

.navigation-link.w--current {
  opacity: 1;
  color: #414141;
}

.navigation-link.w--open {
  color: #414141;
}

.navigation-link.small {
  margin-right: -1px;
  padding: 9px 20px;
  border-right: 1px solid #38424d;
  border-left: 1px solid #38424d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d6d6d6;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-link.small:hover {
  color: #fff;
}

.navigation-link.small.w--current {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
}

.welcome-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #fff;
  background-color: #000;
}

.sub-text {
  margin-bottom: 10px;
  color: #878787;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub-text.in-slider {
  color: #fff;
}

.sub-text.in-inner {
  text-align: left;
}

.sub-text.in-contact {
  margin-bottom: 10px;
}

.sub-text.white-sub-heading {
  color: #bebcbc;
}

.service-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-div {
  margin-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
  color: #969696;
  font-size: 17px;
  line-height: 34px;
  font-weight: 200;
  text-align: center;
}

.div-button {
  margin-top: 30px;
  text-align: center;
}

.div-button.hero {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.small-navigation {
  position: fixed;
  top: 70px;
  z-index: 999;
  display: block;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: rgba(0, 0, 0, .95);
}

.container-small-navigation {
  text-align: center;
}

.dropdown-list.w--open {
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .07);
}

.dropdown-link {
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 600;
}

.dropdown-link:hover {
  color: #595959;
}

.title-top {
  margin-bottom: 6px;
  font-family: acumin-pro, sans-serif;
  color: #414141;
  font-size: 32px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
}

.title-top.pagination {
  color: #5a5a5a;
  font-size: 24px;
  text-transform: uppercase;
}

.title-top.white {
  color: #fff;
  font-weight: 100;
}

.row.footer {
  text-align: center;
}

.row.pagination {
  margin-top: 0px;
}

.icon-services {
  width: 90px;
  height: 50px;
}

.quote-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/MPP_7399-Edit.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/MPP_7399-Edit.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.work-section {
  padding-top: 50px;
}

.quote-text {
  color: #fff;
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.quote-text.dark {
  margin-top: 37px;
  padding-right: 12px;
  padding-left: 12px;
  border-left: 3px solid #000;
  font-family: acumin-pro, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
}

.quote-text.dark.left-adjust {
  margin-top: -54px;
  margin-right: 129px;
  margin-left: -49px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.quote-text.dark.right-adjust {
  margin-right: -63px;
  margin-left: 172px;
  padding-top: 12px;
  padding-right: 13px;
  padding-bottom: 12px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  font-size: 20px;
  line-height: 30px;
  text-align: right;
}

.big {
  font-family: acumin-pro, sans-serif;
  color: #787878;
  line-height: 29px;
  font-weight: 100;
}

.big.short-bio {
  color: #afafaf;
  font-weight: 200;
  text-align: left;
}

.column-portfolio {
  position: relative;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-section {
  background-color: rgba(40, 47, 54, .95);
}

.div-photo {
  position: relative;
  overflow: hidden;
  padding-right: 0px;
}

.features-section {
  padding-top: 100px;
  background-color: #f7f7f7;
}

.portfolio-overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-align: center;
}

.portfolio-overlay:hover {
  box-shadow: inset 0 0 40px -3px rgba(0, 0, 0, .6);
}

.text-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 30px;
  margin-left: 30px;
  padding: 15px 20px;
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo-section {
  padding-top: 250px;
  padding-bottom: 50px;
}

.logo-section.pagination {
  padding-top: 50px;
  background-color: #f7f7f7;
}

.logo-section.pagination.center {
  background-color: #fff;
}

.column-logo {
  opacity: 0.2;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

.column-logo:hover {
  opacity: 0.5;
}

.footer-section {
  background-color: #252a2e;
}

.footer-section.landing-footer {
  padding-top: 2px;
}

.div-phone {
  margin-top: 50px;
  margin-bottom: -216px;
  text-align: center;
}

.column-social {
  overflow: hidden;
  height: 120px;
  padding: 0px;
  border-right: 1px solid #39434d;
  background-color: #282f36;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.column-social.facebook:hover {
  background-color: #3b5998;
}

.column-social.twitter:hover {
  background-color: #00aced;
}

.column-social.google:hover {
  background-color: #dd4b39;
}

.column-social.instagram {
  border-right-style: none;
}

.column-social.instagram:hover {
  background-color: #517fa4;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding-top: 0px;
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-icon:hover {
  opacity: 0.7;
}

.social-icon.in-footer {
  width: 40px;
  height: 40px;
  opacity: 1;
}

.footer-container {
  margin-top: 80px;
}

.logo-footer {
  margin-top: 27px;
  padding-bottom: 30px;
  border-bottom: 1px solid #363f47;
  text-align: center;
}

.row-social {
  border-bottom: 1px solid #39434d;
}

.footer-text {
  margin-top: 20px;
  font-family: acumin-pro, sans-serif;
  color: #929292;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 100;
}

.footer-text.copy {
  margin-top: 0px;
  font-style: normal;
  font-weight: 200;
}

.mail {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #929292;
  text-decoration: none;
}

.mail:hover {
  color: #bcc5cf;
}

.copyright {
  margin-top: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #39434d;
  background-color: #282f36;
}

.container-small-footer {
  text-align: center;
}

.fa {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-pagination {
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/111-LC-Designs.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/111-LC-Designs.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.portfolio-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-portfolio {
  margin-right: 60px;
  margin-left: 60px;
}

.div-portfolio.right-large {
  margin-top: 80px;
}

.project {
  margin-top: 0px;
}

.top-hd {
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.column-left {
  text-align: right;
}

.banner-project {
  height: 500px;
  background-image: url('../images/105-LC-Designs.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-project {
  padding-top: 100px;
  padding-bottom: 32px;
}

.list {
  padding-bottom: 20px;
}

.related-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.map {
  height: 400px;
}

.form-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.form {
  margin-top: 80px;
}

.text-field {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #dbdbdb;
  background-color: transparent;
  font-family: acumin-pro, sans-serif;
  color: #9c9c9c;
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
}

.text-field.area {
  margin-top: 26px;
  padding-bottom: 99px;
}

.center {
  margin-top: 35px;
  text-align: center;
}

.error {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  font-family: acumin-pro, sans-serif;
  color: #000;
  text-align: center;
}

.error.success {
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0px;
  background-color: #000;
}

.error-2 {
  margin-bottom: 0px;
  color: #d99898;
  font-style: italic;
  font-weight: 400;
}

.error-2.success {
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 100;
}

.slider {
  position: relative;
  height: 100%;
  clear: both;
  background-color: transparent;
}

.hide-dots {
  display: none;
}

.arrow-slider {
  width: 50px;
  height: 50px;
  margin-top: 287px;
  margin-left: 30px;
  padding-top: 11px;
  border: 1px none #fff;
  border-radius: 0px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 22px;
}

.arrow-slider:hover {
  border: 0px none #fff;
  border-radius: 0px;
  background-color: rgba(42, 42, 42, .5);
}

.arrow-slider.left {
  margin-top: 287px;
  margin-right: 30px;
  margin-left: 0px;
  border-width: 1px;
  border-radius: 0px;
}

.arrow-slider.left:hover {
  border: 1px none #fff;
  border-radius: 0px;
  background-color: rgba(42, 42, 42, .5);
}

.slide {
  padding-top: 145px;
  padding-bottom: 136px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .34), transparent), url('../images/111-LC-Designs.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .34), transparent), url('../images/111-LC-Designs.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide.slide-image-1 {
  padding-top: 145px;
  padding-bottom: 136px;
  background-image: url('../images/MPP_7366-Edit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide.slide-image-2 {
  padding-top: 145px;
  padding-bottom: 136px;
  background-image: url('../images/0Y1B1250-Edit.jpg');
  background-position: 50% 72%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide.slide-image-3 {
  background-image: url('../images/563-LC-Designs---Brady-Dr---Gladstone-Edit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide.slide-image-4 {
  background-image: url('../images/0Y1B1033-MP_EDIT-Flowers-WEB.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-slider {
  text-align: center;
}

.big-text {
  position: static;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 45px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .8);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 57px;
  font-weight: 100;
  text-transform: capitalize;
}

.team-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-image {
  text-align: center;
}

.column-team {
  padding-right: 5px;
  padding-left: 5px;
}

.team-desktop {
  position: relative;
  display: block;
  margin-top: -53px;
  margin-right: 37px;
  margin-left: 37px;
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #fff;
}

.team {
  margin-top: 0px;
  margin-bottom: 10px;
}

.white-heading {
  color: #fff;
  font-weight: 400;
}

.bio-photo {
  margin-top: 39px;
}

.slider-logo {
  overflow: visible;
  width: 200px;
  margin-top: -174px;
  float: left;
  clear: none;
}

.margin-slider {
  height: 90%;
}

.margin-slide-container {
  display: block;
  text-align: center;
}

.margin-slide-image {
  background-image: url('../images/003-LC-Designs.jpg');
  background-position: 50% 50%;
  background-size: auto 75%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider-margins {
  width: 100%;
  height: 100%;
  margin-bottom: 37px;
  padding: 135px 35px 10px;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  overflow: visible;
  margin-top: 78px;
}

.project-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.project-photos-section {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.project-photo {
  margin: 5px;
}

.project-photo.horiz {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  max-width: 67%;
}

.project-photo.vert {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  max-width: 30%;
}

.project-photo-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.quote-name {
  float: right;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spacer-30 {
  padding-bottom: 25px;
}

html.w-mod-js *[data-ix="hide-small-navigation-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="slide-out-element-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -89px);
  -ms-transform: translate(0px, -89px);
  transform: translate(0px, -89px);
}

html.w-mod-js *[data-ix="slide-in-slider-text-on-slide"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-in-slider-text-on-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-in-slider-text-on-slide-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-in-slider-text-on-slide-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-in-slider-text-on-slide-5"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="pop-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="pop-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="pop-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="pop-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate(-600px, 0px);
}

html.w-mod-js *[data-ix="slide-wait-time"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-text-move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slider-text-move-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

@media (max-width: 991px) {
  body {
    margin-top: 0px;
  }
  .banner {
    height: 700px;
  }
  .navigation {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .arrow {
    margin-right: 25px;
    color: #fff;
  }
  .dropdown {
    max-width: 100%;
  }
  .navigation-link {
    max-width: 100%;
    color: #fff;
  }
  .navigation-link:hover {
    background-color: #1d2329;
    color: #fff;
  }
  .navigation-link.w--current {
    background-color: #1d2329;
    color: #fff;
  }
  .navigation-link.w--open {
    color: #fff;
  }
  .navigation-link.coming-soon-nav {
    background-color: #fff;
    color: #a1a1a1;
  }
  .navigation-link.coming-soon-nav:hover {
    color: #414141;
  }
  .welcome-section {
    margin-top: 89px;
    padding-top: 35px;
  }
  .small-navigation {
    top: 0px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    background-color: #303740;
  }
  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #3a434d;
  }
  .dropdown-link:hover {
    color: #e8e8e8;
  }
  .quote-section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/MPP_7399-Edit.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/MPP_7399-Edit.jpg');
    background-size: auto, cover;
  }
  .quote-text.dark.left-adjust {
    margin-right: 0px;
    margin-left: 0px;
  }
  .quote-text.dark.right-adjust {
    margin-right: 0px;
    margin-left: 0px;
  }
  .big {
    margin: -18px;
  }
  .text-overlay {
    padding: 10px 15px;
    font-size: 12px;
  }
  .banner-pagination {
    padding-top: 100px;
  }
  .portfolio-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-portfolio {
    margin-right: 0px;
    margin-left: 0px;
  }
  .top-hd {
    margin-top: -40px;
  }
  .slider {
    height: 700px;
  }
  .slide {
    padding-top: 249px;
  }
  .big-text {
    padding: 35px 40px;
    font-size: 40px;
  }
  .hamburger {
    color: #222;
  }
  .menu-hamburger {
    background-color: rgba(40, 47, 54, .95);
  }
  .mnm.w--open {
    background-color: transparent;
    color: #fff;
  }
  .bio-photo {
    margin-top: 11px;
    margin-right: -30px;
    margin-left: -33px;
  }
  .slider-margins {
    height: 100%;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 600px;
  }
  .welcome-section {
    margin-top: 87px;
    padding-top: 35px;
  }
  .sub-text {
    display: none;
  }
  .title-top {
    font-size: 26px;
    line-height: 40px;
  }
  .title-top.pagination {
    font-size: 25px;
  }
  .row {
    text-align: center;
  }
  .icon-services {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .quote-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .quote-text {
    font-size: 23px;
  }
  .quote-text.dark.left-adjust {
    margin-right: 4px;
    margin-left: 4px;
  }
  .column-left {
    text-align: center;
  }
  .related-section {
    padding-bottom: 0px;
  }
  .text-field.area {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider {
    height: 600px;
  }
  .arrow-slider {
    margin-left: 10px;
  }
  .arrow-slider.left {
    margin-right: 0px;
    margin-left: 20px;
  }
  .slide {
    padding-top: 207px;
  }
  .slide.slide-image-2 {
    background-attachment: scroll, scroll;
  }
  .big-text {
    padding: 25px 30px;
    font-size: 30px;
  }
  .column-space {
    margin-bottom: 30px;
  }
  .column-container {
    margin-bottom: 20px;
    text-align: center;
  }
  .bio-photo {
    margin: 43px;
  }
  .project-photo.horiz {
    max-width: 90%;
  }
  .project-photo.vert {
    max-width: 40%;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
  .button.white.slide-button {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .39), hsla(0, 0%, 100%, .39));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .39), hsla(0, 0%, 100%, .39));
    color: #3a3a3a;
  }
  .button.white.slide-button:hover {
    box-shadow: none;
  }
  .banner {
    height: 400px;
  }
  .welcome-section {
    margin-top: 59px;
    padding-top: 35px;
  }
  .sub-text.in-slider {
    font-size: 10px;
  }
  .paragraph-div {
    padding-right: 40px;
    padding-left: 40px;
  }
  .title-top.pagination {
    color: #3a3a3a;
    font-size: 19px;
    text-shadow: 6px 6px 12px #fff;
  }
  .row {
    text-align: center;
  }
  .icon-services {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .quote-section {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/MPP_7399-Edit.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/MPP_7399-Edit.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .quote-text.dark {
    font-size: 20px;
    line-height: 28px;
  }
  .quote-text.dark.left-adjust {
    font-size: 16px;
    line-height: 25px;
  }
  .quote-text.dark.right-adjust {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 16px;
    line-height: 25px;
  }
  .logo-section {
    padding-top: 125px;
  }
  .div-phone {
    margin-bottom: -82px;
  }
  .slider {
    height: 400px;
  }
  .slide {
    padding-top: 89px;
  }
  .slide.slide-image-1 {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/MPP_7366-Edit.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url('../images/MPP_7366-Edit.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .slide.slide-image-3 {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .38), hsla(0, 0%, 100%, .38)), url('../images/563-LC-Designs---Brady-Dr---Gladstone-Edit.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .38), hsla(0, 0%, 100%, .38)), url('../images/563-LC-Designs---Brady-Dr---Gladstone-Edit.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .slide.slide-image-4 {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .35), hsla(0, 0%, 100%, .35)), url('../images/0Y1B1033-MP_EDIT-Flowers-WEB.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .35), hsla(0, 0%, 100%, .35)), url('../images/0Y1B1033-MP_EDIT-Flowers-WEB.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .big-text {
    padding: 15px 20px;
    font-size: 21px;
  }
  .hide {
    display: none;
  }
  .column-team {
    margin-bottom: 45px;
  }
  .bio-photo {
    margin: 14px 24px 0px;
  }
  .slider-margins {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-photo.vert {
    max-width: 43%;
  }
  .quote-name {
    padding-top: 14px;
    float: right;
  }
}

