@charset "UTF-8";
html, body {
  margin: 0 !important;
  padding: 0 !important;
}

* {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.siteWidth {
  max-width: 1200px;
}

.siteWidthNarrow {
  max-width: 1000px;
}

.siteWidth,
.siteWidthNarrow {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
.siteWidth img,
.siteWidthNarrow img {
  max-width: 100%;
}

h1 {
  font-size: 35px;
  font-weight: 200;
  letter-spacing: -0.05em;
}

h2 {
  font-size: 25px;
  font-weight: 200;
  letter-spacing: -0.05em;
}

p {
  color: #666666;
  line-height: 1.5em;
  padding: 0 0 1em;
  margin: 0;
}

li {
  color: #666666;
  line-height: 1em;
  padding: 0 0 1em;
  margin: 0;
}

span {
  font-size: inherit;
}

strong {
  font-weight: 600;
  font-size: inherit;
}

.textLink {
  text-decoration: underline;
  transition: 0.5s ease;
  color: #F37524;
}
@media screen and (min-width: 700px) {
  .textLink:hover {
    color: #D46218;
  }
}
.textLink.white {
  color: white;
}
@media screen and (min-width: 700px) {
  .textLink.white:hover {
    color: #F37524;
  }
}

.btn {
  font-size: 20px;
  background: #F37524;
  color: white;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #F37524;
  transition: 0.7s ease;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .btn:hover {
    background: #D46218;
    border-color: #D46218;
  }
}

.btn-alt {
  font-size: 20px;
  background: transparent;
  color: #202020;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #202020;
  transition: 0.7s ease;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .btn-alt:hover {
    background: #202020;
    color: white;
  }
}

.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 1015px) {
  .main-navigation {
    height: 90px;
  }
  .main-navigation .siteWidth .logo {
    height: 30px;
    margin: 30px 0;
  }
}
.main-navigation.short-scroll, .main-navigation.long-scroll {
  background: white;
  transition: 0.5s ease;
}
.main-navigation.short-scroll .siteWidth .logo, .main-navigation.long-scroll .siteWidth .logo {
  height: 20px;
}
@media (max-width: 1015px) {
  .main-navigation.short-scroll .siteWidth .logo, .main-navigation.long-scroll .siteWidth .logo {
    height: 30px;
    margin: 30px 0;
  }
}
.main-navigation.short-scroll .siteWidth .menu-main-menu-container, .main-navigation.long-scroll .siteWidth .menu-main-menu-container {
  padding: 15px 0;
}
.main-navigation.short-scroll .siteWidth .menu-main-menu-container ul li, .main-navigation.long-scroll .siteWidth .menu-main-menu-container ul li {
  padding: 0;
}
.main-navigation.short-scroll .siteWidth .menu-main-menu-container ul li.current-menu-item:after, .main-navigation.long-scroll .siteWidth .menu-main-menu-container ul li.current-menu-item:after {
  display: none;
}
.main-navigation.short-scroll .siteWidth .menu-main-menu-container ul li.current-menu-item a, .main-navigation.long-scroll .siteWidth .menu-main-menu-container ul li.current-menu-item a {
  font-weight: 600;
}
@media (max-width: 750px) {
  .main-navigation.short-scroll .siteWidth .menu-main-menu-container ul li a, .main-navigation.long-scroll .siteWidth .menu-main-menu-container ul li a {
    font-size: 14px;
  }
}
body.page-template-home .main-navigation.short-scroll {
  background: rgba(0, 0, 0, 0.5);
}
body.page-template-home .main-navigation.long-scroll {
  background: white;
}
body.page-template-home .main-navigation.long-scroll .siteWidth .logo {
  background-image: url(inc/img/logo/horizontal-dark.png);
}
body.page-template-home .main-navigation.long-scroll .siteWidth .menu-main-menu-container ul li a {
  color: #202020;
}
body.project-template-default .main-navigation, body.products-template-default .main-navigation {
  background: rgba(0, 0, 0, 0.5);
}
body.project-template-default .main-navigation.long-scroll, body.products-template-default .main-navigation.long-scroll {
  background: white;
}
body.project-template-default .main-navigation.long-scroll .siteWidth .logo, body.products-template-default .main-navigation.long-scroll .siteWidth .logo {
  background-image: url(inc/img/logo/horizontal-dark.png);
}
body.project-template-default .main-navigation.long-scroll .siteWidth .menu-main-menu-container ul li a, body.products-template-default .main-navigation.long-scroll .siteWidth .menu-main-menu-container ul li a {
  color: #202020;
}
.main-navigation .siteWidth {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .main-navigation .siteWidth {
    flex-direction: column;
    padding: 0;
  }
  .main-navigation .siteWidth > div.menu-main-menu-container {
    width: 100%;
  }
  .main-navigation .siteWidth > div.menu-main-menu-container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-navigation .siteWidth > div.menu-main-menu-container ul li {
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 750px) and (max-width: 320px) {
  .main-navigation .siteWidth > div.menu-main-menu-container ul li {
    width: 33%;
  }
}
.main-navigation .siteWidth .logo {
  width: 250px;
  height: 30px;
  transition: 0.3s ease;
  background-image: url(inc/img/logo/horizontal-dark.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center left;
}
.main-navigation .siteWidth .logo a {
  display: block;
  width: inherit;
  height: inherit;
}
.main-navigation .siteWidth .menu-main-menu-container {
  padding: 20px 0;
  transition: 0.3s ease;
}
.main-navigation .siteWidth .menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .siteWidth .menu-main-menu-container ul li {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  padding: 0;
}
body.page-template-home .main-navigation .siteWidth .menu-main-menu-container ul li.menuHome {
  display: none;
}
@media (max-width: 770px) {
  .main-navigation .siteWidth .menu-main-menu-container ul li.menuHome {
    display: none;
  }
}
@media (max-width: 770px) {
  .main-navigation .siteWidth .menu-main-menu-container ul li.caseStudies {
    margin-left: 0;
  }
}
.main-navigation .siteWidth .menu-main-menu-container ul li:first-child {
  margin: 0;
}
.main-navigation .siteWidth .menu-main-menu-container ul li.current-menu-item {
  font-weight: 600;
}
.main-navigation .siteWidth .menu-main-menu-container ul li.current-menu-item a {
  color: #F37524;
}
.main-navigation .siteWidth .menu-main-menu-container ul li a {
  text-decoration: none;
  display: block;
  transition: 0.3s ease;
  color: #202020;
}
@media (max-width: 375px) {
  .main-navigation .siteWidth .menu-main-menu-container ul li a {
    font-size: 14px;
  }
}
.main-navigation .siteWidth .menu-main-menu-container ul li a:after {
  content: ".";
}

#responsive-menu-button {
  background: none !important;
}
#responsive-menu-button:hover .responsive-menu-inner,
#responsive-menu-button:hover .responsive-menu-inner:after,
#responsive-menu-button:hover .responsive-menu-inner:before {
  background: #202020 !important;
}
body.page-template-home #responsive-menu-button:hover .responsive-menu-inner,
body.page-template-home #responsive-menu-button:hover .responsive-menu-inner:after,
body.page-template-home #responsive-menu-button:hover .responsive-menu-inner:before {
  background: white !important;
}
#responsive-menu-button .responsive-menu-inner {
  background: #202020;
}
body.page-template-home #responsive-menu-button .responsive-menu-inner {
  background: white !important;
}
#responsive-menu-button .responsive-menu-inner:after, #responsive-menu-button .responsive-menu-inner:before {
  background: #202020;
}
body.page-template-home #responsive-menu-button .responsive-menu-inner:after, body.page-template-home #responsive-menu-button .responsive-menu-inner:before {
  background: white !important;
}

@media (max-width: 1015px) {
  body #responsive-menu-container #responsive-menu-wrapper #responsive-menu-search-box {
    display: none !important;
  }
  body #responsive-menu-container #responsive-menu-wrapper #responsive-menu li a {
    font-size: 16px;
    padding: 20px 40px;
    height: auto;
  }
}
body.page-template-home .main-navigation,
body.single-project .main-navigation,
body.single-products .main-navigation {
  border: none;
}
body.page-template-home .siteWidth .logo,
body.single-project .siteWidth .logo,
body.single-products .siteWidth .logo {
  background-image: url(inc/img/logo/horizontal-white.png);
}
body.page-template-home .siteWidth .menu-main-menu-container ul li.current-menu-item:after,
body.single-project .siteWidth .menu-main-menu-container ul li.current-menu-item:after,
body.single-products .siteWidth .menu-main-menu-container ul li.current-menu-item:after {
  background: white;
}
body.page-template-home .siteWidth .menu-main-menu-container ul li a,
body.single-project .siteWidth .menu-main-menu-container ul li a,
body.single-products .siteWidth .menu-main-menu-container ul li a {
  color: white;
}

#page header {
  margin: 0 0 5vh;
  padding: 0 0 2vh;
  border-bottom: 1px solid #ccc;
}
#page header img {
  height: 40px;
  width: auto;
}
#page h1,
#page h2,
#page h3,
#page h4 {
  font-weight: 200;
  letter-spacing: -0.05em;
}
#page h1 {
  font-size: 35px;
}
#page h2 {
  font-size: 20px;
}
#page h3 {
  font-size: 16px;
}

#hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#hero.homeHero {
  height: 100vh;
}
#hero.projectHero {
  height: 50vh;
}
@media (max-width: 750px) {
  #hero.projectHero {
    height: 70vh;
  }
}
#hero .title {
  display: inline-block;
}
@media (max-width: 750px) {
  #hero .title {
    text-align: center;
  }
}
#hero .title h2 {
  font-size: 80px;
  color: white;
  font-weight: 600;
  letter-spacing: -0.05em;
  padding: 0;
  margin: 0;
}
@media (max-width: 750px) {
  #hero .title h2 {
    font-size: 50px;
  }
}
#hero .title h3 {
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 5px 0 0;
  color: white;
  font-weight: 100;
  font-size: 18px;
}
@media (max-width: 750px) {
  #hero .title h3 {
    text-align: center;
  }
}

#whatWeDo {
  text-align: center;
  padding: 7vh 0;
}
#whatWeDo .siteWidth h3 {
  font-weight: 100;
  font-size: 30px;
}
#whatWeDo .siteWidth #steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 750px) {
  #whatWeDo .siteWidth #steps {
    display: block;
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
  }
}
#whatWeDo .siteWidth #steps .step {
  margin-left: 30px;
  flex-grow: 1;
  flex-basis: 0;
  text-align: left;
}
@media (max-width: 750px) {
  #whatWeDo .siteWidth #steps .step {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 750px) {
  #whatWeDo .siteWidth #steps .step:first-child {
    margin: 0;
  }
}
#whatWeDo .siteWidth #steps .step .mainImg {
  width: 100%;
  height: auto;
}
#whatWeDo .siteWidth #steps .step .icon {
  height: auto;
  width: 100px;
}
#whatWeDo .siteWidth #steps .step h4 {
  font-weight: 100;
  font-size: 14px;
  margin: 10px 0 5px;
}
#whatWeDo .siteWidth #steps .step h4 img {
  width: auto;
  height: 20px;
  opacity: 0.5;
  margin: 0 5px 0 0;
}
#whatWeDo .siteWidth #steps .step h4 span {
  color: #999999;
}
#whatWeDo .siteWidth #steps .step p {
  font-size: 14px;
}
#whatWeDo .siteWidth #steps .step p a {
  font-size: inherit;
}

#whoItsFor {
  background: #F5F5F5;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 7vh 0;
}
#whoItsFor:before {
  background: inherit;
  content: "";
  display: block;
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
#whoItsFor:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
#whoItsFor .siteWidth h3 {
  font-weight: 100;
  font-size: 30px;
}
#whoItsFor .siteWidth #steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 750px) {
  #whoItsFor .siteWidth #steps {
    display: block;
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
  }
}
#whoItsFor .siteWidth #steps .step {
  margin-left: 30px;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
@media (max-width: 750px) {
  #whoItsFor .siteWidth #steps .step {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 750px) {
  #whoItsFor .siteWidth #steps .step:first-child {
    margin: 0;
  }
}
#whoItsFor .siteWidth #steps .step img {
  margin: 0 auto;
  height: 130px;
  width: auto;
}
#whoItsFor .siteWidth #steps .step h4 {
  font-weight: 100;
  font-size: 18px;
  margin: 30px 0 20px;
}
#whoItsFor .siteWidth #steps .step h4 span {
  color: #999999;
}
#whoItsFor .siteWidth #steps .step p {
  font-size: 14px;
}

.caseStudiesList .project {
  width: 50%;
}

.productsList .product {
  width: 50%;
}

.tag {
  color: white;
  font-size: 10px;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
}

#workFeedHome,
#workFeed .siteWidth {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#workFeedHome .project,
#workFeedHome .product,
#workFeed .siteWidth .project,
#workFeed .siteWidth .product {
  flex-grow: 1;
  text-align: left;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 750px) {
  #workFeedHome .project,
#workFeedHome .product,
#workFeed .siteWidth .project,
#workFeed .siteWidth .product {
    width: 100%;
    height: 200px;
  }
}
#workFeedHome .project .projectImage,
#workFeedHome .project .productImage,
#workFeedHome .product .projectImage,
#workFeedHome .product .productImage,
#workFeed .siteWidth .project .projectImage,
#workFeed .siteWidth .project .productImage,
#workFeed .siteWidth .product .projectImage,
#workFeed .siteWidth .product .productImage {
  display: block;
  height: 100%;
  width: 100%;
  background: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.8s ease;
}
#workFeedHome .project .tag,
#workFeedHome .product .tag,
#workFeed .siteWidth .project .tag,
#workFeed .siteWidth .product .tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4976365546);
  z-index: 10;
  transition: 0.7s ease;
}
#workFeedHome .project h4,
#workFeedHome .product h4,
#workFeed .siteWidth .project h4,
#workFeed .siteWidth .product h4 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 25px;
  transition: 0.5s ease;
  z-index: 10;
}
#workFeedHome .project .viewProject,
#workFeedHome .project .viewProduct,
#workFeedHome .product .viewProject,
#workFeedHome .product .viewProduct,
#workFeed .siteWidth .project .viewProject,
#workFeed .siteWidth .project .viewProduct,
#workFeed .siteWidth .product .viewProject,
#workFeed .siteWidth .product .viewProduct {
  position: absolute;
  left: 20px;
  bottom: -60px;
  text-decoration: underline;
  color: white;
  opacity: 0;
  transition: 0.7s ease;
  z-index: 10;
}
#workFeedHome .project:hover .projectImage,
#workFeedHome .project:hover .productImage,
#workFeedHome .project :focus .projectImage,
#workFeedHome .project :focus .productImage,
#workFeedHome .product:hover .projectImage,
#workFeedHome .product:hover .productImage,
#workFeedHome .product :focus .projectImage,
#workFeedHome .product :focus .productImage,
#workFeed .siteWidth .project:hover .projectImage,
#workFeed .siteWidth .project:hover .productImage,
#workFeed .siteWidth .project :focus .projectImage,
#workFeed .siteWidth .project :focus .productImage,
#workFeed .siteWidth .product:hover .projectImage,
#workFeed .siteWidth .product:hover .productImage,
#workFeed .siteWidth .product :focus .projectImage,
#workFeed .siteWidth .product :focus .productImage {
  transform: scale(1.1);
}
#workFeedHome .project:hover .viewProject,
#workFeedHome .project:hover .viewProduct,
#workFeedHome .project :focus .viewProject,
#workFeedHome .project :focus .viewProduct,
#workFeedHome .product:hover .viewProject,
#workFeedHome .product:hover .viewProduct,
#workFeedHome .product :focus .viewProject,
#workFeedHome .product :focus .viewProduct,
#workFeed .siteWidth .project:hover .viewProject,
#workFeed .siteWidth .project:hover .viewProduct,
#workFeed .siteWidth .project :focus .viewProject,
#workFeed .siteWidth .project :focus .viewProduct,
#workFeed .siteWidth .product:hover .viewProject,
#workFeed .siteWidth .product:hover .viewProduct,
#workFeed .siteWidth .product :focus .viewProject,
#workFeed .siteWidth .product :focus .viewProduct {
  bottom: 10px;
  opacity: 1;
}
#workFeedHome .project:hover h4,
#workFeedHome .project :focus h4,
#workFeedHome .product:hover h4,
#workFeedHome .product :focus h4,
#workFeed .siteWidth .project:hover h4,
#workFeed .siteWidth .project :focus h4,
#workFeed .siteWidth .product:hover h4,
#workFeed .siteWidth .product :focus h4 {
  bottom: 60px;
}
#workFeedHome .project:hover .tagcs,
#workFeedHome .project :focus .tagcs,
#workFeedHome .product:hover .tagcs,
#workFeedHome .product :focus .tagcs,
#workFeed .siteWidth .project:hover .tagcs,
#workFeed .siteWidth .project :focus .tagcs,
#workFeed .siteWidth .product:hover .tagcs,
#workFeed .siteWidth .product :focus .tagcs {
  background: #F37524;
}
#workFeedHome .project:hover .tagp,
#workFeedHome .project :focus .tagp,
#workFeedHome .product:hover .tagp,
#workFeedHome .product :focus .tagp,
#workFeed .siteWidth .project:hover .tagp,
#workFeed .siteWidth .project :focus .tagp,
#workFeed .siteWidth .product:hover .tagp,
#workFeed .siteWidth .product :focus .tagp {
  background: #257fee;
}
#workFeedHome .project .shadeBackground,
#workFeedHome .product .shadeBackground,
#workFeed .siteWidth .project .shadeBackground,
#workFeed .siteWidth .product .shadeBackground {
  z-index: 3;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4976365546) 0%, rgba(0, 0, 0, 0) 100%);
}

#workFeed {
  margin-bottom: 40px;
}

#workWith {
  background: #F5F5F5;
}
#workWith .siteWidth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 170px;
}
@media (max-width: 750px) {
  #workWith .siteWidth {
    display: block;
    height: auto;
    padding: 40px 0 20px;
  }
}
#workWith .siteWidth .workWithLogo {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 750px) {
  #workWith .siteWidth .workWithLogo {
    width: 70%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
#workWith .siteWidth .workWithLogo img {
  margin: 0 auto;
  max-width: 150px;
  height: auto;
}

#contact {
  padding: 7vh 0;
}
body.page-template-home #contact, body.page-template-process #contact {
  background: #F5F5F5;
}
@media (max-width: 750px) {
  #contact {
    border-top: 1px solid #ccc;
  }
}
#contact .siteWidth {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  #contact .siteWidth {
    display: block;
    text-align: center;
  }
}
#contact .siteWidth h3 {
  font-size: 20px;
  font-weight: 100;
  margin-right: 20px;
}
@media (max-width: 750px) {
  #contact .siteWidth h3 {
    width: 100%;
    margin: 20px 0;
  }
}
#contact .siteWidth h3 span {
  font-weight: 600;
}

footer {
  background: #20282E;
  padding: 5vh 0 2.5vh;
}
footer .siteWidth .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #585D62;
  padding: 0 0 4vh;
  margin: 0 0 4vh;
}
@media (max-width: 750px) {
  footer .siteWidth .content {
    flex-direction: column;
  }
}
footer .siteWidth .content > div {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 750px) {
  footer .siteWidth .content > div {
    width: 100%;
    text-align: center;
  }
  footer .siteWidth .content > div.middle {
    order: 1;
  }
  footer .siteWidth .content > div.left {
    order: 2;
  }
  footer .siteWidth .content > div.right {
    display: none;
  }
}
footer .siteWidth .content > div.middle {
  text-align: center;
}
footer .siteWidth .content > div.middle img {
  width: auto;
  height: 30px;
  display: inline-block;
}
footer .siteWidth .content > div.middle .social {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: block;
  text-align: center;
}
footer .siteWidth .content > div.middle .social li {
  display: inline-block;
  margin: 0 2.5px;
}
footer .siteWidth .content > div.middle .social li a {
  background: white;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #20282E;
  border-radius: 4px;
}
@media (min-width: 750px) {
  footer .siteWidth .content > div:first-child {
    text-align: left;
  }
}
footer .siteWidth .content > div .iframe {
  margin-right: -10px;
  display: block;
}
footer .siteWidth .content > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .siteWidth .content > div ul li {
  color: white;
  padding: 0 0 15px;
  font-size: 14px;
}
footer .siteWidth .content > div ul li.last {
  margin-top: 20px;
}
footer .siteWidth .content > div ul li a {
  color: white;
  font-size: 14px;
}
@media (max-width: 750px) {
  footer .siteWidth .content > div ul li a {
    display: block;
    margin: 0;
  }
}
footer .siteWidth .content > div ul li a.email {
  margin: 0 0 20px;
}
@media (min-width: 750px) {
  footer .siteWidth .content > div ul li a.email {
    margin: 0 40px 0 0;
  }
}
footer .siteWidth .bottom {
  text-align: center;
}
footer .siteWidth .bottom p {
  font-size: 12px;
  color: white;
}
footer .siteWidth .bottom p#pp {
  display: none;
}
@media (max-width: 750px) {
  footer .siteWidth .bottom p#pp {
    display: block;
  }
}

#pageTitle {
  text-align: center;
  padding: 150px 0 50px;
}
#pageTitle p {
  width: 100%;
  margin: 0 auto;
}

#talkToUs #contactIntro {
  padding: 3vh 0;
  background: #F5F5F5;
}
#talkToUs #contactIntro ul {
  margin: 20px 0;
  padding: 0;
}
#talkToUs #contactIntro ul li {
  list-style: none;
}

#contactUs {
  padding: 5vh 0;
}
#contactUs h3 {
  font-weight: 100;
  font-size: 30px;
  width: 100%;
  text-align: center;
}
#contactUs form {
  width: 100%;
  margin-top: 40px;
}
#contactUs form section {
  margin: 0 0 40px;
}
#contactUs form section .label label {
  color: #666666;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}
#contactUs form section .input input, #contactUs form section .input textarea {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #999999;
}
#contactUs form section .input input::placeholder, #contactUs form section .input textarea::placeholder {
  color: #CCCCCC;
}
#contactUs form section .input input:focus, #contactUs form section .input textarea:focus {
  box-shadow: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #F37524;
}
#contactUs form section .input .wpcf7-not-valid-tip {
  padding: 10px 0 0;
  color: #c0392b;
}
#contactUs form section .submit input {
  font-size: 20px;
  background: #F37524;
  color: white;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #F37524;
  transition: 0.7s ease;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  #contactUs form section .submit input:hover {
    background: #D46218;
    border-color: #D46218;
  }
}
#contactUs form section .submit input:focus {
  box-shadow: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #F37524;
}
#contactUs form .wpcf7-response-output {
  margin: 2em 0 0;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  border: none;
}
#contactUs form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #27ae60;
  color: white;
}
#contactUs form .wpcf7-response-output.wpcf7-validation-errors {
  background: #c0392b;
  color: white;
}

#aboutUs {
  text-align: left;
}
@media (max-width: 750px) {
  #aboutUs {
    text-align: center;
  }
}
#aboutUs #aboutUsRalf {
  padding: 5vh;
}
@media (max-width: 750px) {
  #aboutUs #aboutUsRalf {
    padding: 5vh 5%;
  }
}
#aboutUs #aboutUsRalf .content {
  float: left;
}
#aboutUs #aboutUsRalf img {
  float: right;
  max-width: 250px;
  height: auto;
  padding-left: 20px;
}
@media (max-width: 750px) {
  #aboutUs #aboutUsRalf img {
    padding: 0;
    float: none;
    margin: 0 auto;
  }
}
#aboutUs #aboutUsTeam {
  padding: 5vh;
}
@media (max-width: 750px) {
  #aboutUs #aboutUsTeam {
    padding: 5vh 5%;
  }
}
#aboutUs #aboutUsTeam .teamMembers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 2vh;
}
#aboutUs #aboutUsTeam .teamMembers .teamMember {
  flex-grow: 1;
  text-align: left;
  height: 300px;
  width: 25%;
  background: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  #aboutUs #aboutUsTeam .teamMembers .teamMember {
    width: 100%;
  }
}
#aboutUs #aboutUsTeam .teamMembers .teamMember a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  #aboutUs #aboutUsTeam .teamMembers .teamMember a {
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4976365546) 0%, rgba(0, 0, 0, 0) 50%);
  }
}
#aboutUs #aboutUsTeam .teamMembers .teamMember h4 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -40px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 25px;
  transition: 0.8s ease;
  z-index: 10;
  opacity: 0;
}
@media (max-width: 750px) {
  #aboutUs #aboutUsTeam .teamMembers .teamMember h4 {
    bottom: 40px;
    opacity: 1;
  }
}
#aboutUs #aboutUsTeam .teamMembers .teamMember .jobTitle {
  position: absolute;
  left: 20px;
  bottom: -60px;
  color: #FEC72F;
  opacity: 0;
  transition: 0.7s ease;
  z-index: 10;
}
@media (max-width: 750px) {
  #aboutUs #aboutUsTeam .teamMembers .teamMember .jobTitle {
    bottom: 0;
    opacity: 1;
    color: white;
  }
}
@media (min-width: 750px) {
  #aboutUs #aboutUsTeam .teamMembers .teamMember:hover .jobTitle {
    bottom: 10px;
    opacity: 1;
  }
  #aboutUs #aboutUsTeam .teamMembers .teamMember:hover h4 {
    bottom: 60px;
    opacity: 1;
  }
  #aboutUs #aboutUsTeam .teamMembers .teamMember:hover .shadeBackground {
    background: rgba(30, 30, 30, 0.7);
  }
}
#aboutUs #aboutUsTeam .teamMembers .teamMember .shadeBackground {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.5s ease;
}
#aboutUs #aboutUsMap {
  padding: 5vh;
}
#aboutUs #aboutUsMap h2 {
  max-width: 500px;
}
#aboutUs #aboutUsMap p {
  margin-bottom: 30px;
}

#privacyPolicy {
  padding: 5vh 0;
}
#privacyPolicy header {
  margin: 0 0 5vh;
  padding: 0 0 2vh;
  border-bottom: 1px solid #ccc;
}
#privacyPolicy header img {
  height: 40px;
  width: auto;
}
#privacyPolicy h1,
#privacyPolicy h2,
#privacyPolicy h3,
#privacyPolicy h4 {
  font-weight: 200;
  letter-spacing: -0.05em;
}
#privacyPolicy h1 {
  font-size: 35px;
}
#privacyPolicy h2 {
  font-size: 20px;
}
#privacyPolicy h3 {
  font-size: 16px;
}

#quotesSection {
  margin-bottom: 30px;
  padding: 5vh 0;
}
#quotesSection .quotes .quote p:before, #quotesSection .quotes .quote p:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
}
#quotesSection .quotes .quote p:first-child:before {
  padding-right: 10px;
  content: "";
}
#quotesSection .quotes .quote p:last-child:after {
  padding-left: 10px;
  content: "";
}
#quotesSection .quotes h4 {
  color: #666666;
  font-weight: 600;
  margin-top: 10px;
}
#quotesSection .quotes a {
  font-size: 14px;
}

#ourProcess {
  margin-top: 10vh;
}
#ourProcess #ourProcessStep {
  display: flex;
}
@media (max-width: 1015px) {
  #ourProcess #ourProcessStep {
    flex-direction: column;
  }
}
#ourProcess #ourProcessStep > div {
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 1015px) {
  #ourProcess #ourProcessStep > div {
    width: 100%;
  }
}
#ourProcess #ourProcessStep > div.copy {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
@media (max-width: 1015px) {
  #ourProcess #ourProcessStep > div.copy {
    order: 2;
  }
}
#ourProcess #ourProcessStep > div.copy .content {
  padding: 15vh 40px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#ourProcess #ourProcessStep > div.copy .content h2 span {
  color: #999;
}
#ourProcess #ourProcessStep > div.img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1015px) {
  #ourProcess #ourProcessStep > div.img {
    order: 1;
    height: 0;
  }
}

#holding {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(inc/img/holding/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #2E2E2E;
}
#holding .title {
  display: inline-block;
  text-align: center;
}
#holding .title img {
  display: inline-block;
  margin: 0 auto;
  width: 90%;
  max-width: 350px;
  height: auto;
}
#holding .title h3 {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  color: white;
  font-weight: 100;
  font-size: 18px;
}

#projectContent {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  padding: 40px 5%;
  margin: 0 auto;
}
#projectContent #projectIntro {
  text-align: center;
  padding-bottom: 40px;
}
#projectContent h2,
#projectContent h3,
#projectContent h4,
#projectContent h5,
#projectContent h6 {
  font-size: 20px;
  font-weight: 200 !important;
  letter-spacing: -0.05em;
  padding-top: 40px;
  margin: 30px 0;
}
#projectContent h2 strong,
#projectContent h3 strong,
#projectContent h4 strong,
#projectContent h5 strong,
#projectContent h6 strong {
  font-weight: 200 !important;
}
#projectContent p {
  font-size: 16px;
  line-height: 30px;
}
#projectContent img {
  width: 100%;
}
#projectContent a {
  text-decoration: none;
}
#projectContent .tagcs {
  background: #F37524;
}
#projectContent .tagp {
  background: #257fee;
}
#projectContent .wp-block-separator {
  margin: 40px 0;
}
#projectContent .wp-block-quote {
  margin-bottom: 30px;
  border-left: 5px solid #f5f5f5;
  padding-left: 20px;
}
#projectContent .wp-block-quote p:before, #projectContent .wp-block-quote p:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
}
#projectContent .wp-block-quote p:before {
  padding-right: 10px;
  content: "";
}
#projectContent .wp-block-quote cite {
  color: #666666;
  font-weight: 600;
  margin-top: 10px;
  font-style: normal;
}

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