/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: 
Description: 
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Fonts ============*/
@font-face {
  font-family: 'Alte-DIN-1451-Mittelschrift';
  src: url('fonts/Alte-DIN-1451-Mittelschrift.ttf.woff') format('woff'), url('fonts/Alte-DIN-1451-Mittelschrift.ttf.svg#Alte-DIN-1451-Mittelschrift') format('svg'), url('fonts/Alte-DIN-1451-Mittelschrift.ttf.eot'), url('fonts/Alte-DIN-1451-Mittelschrift.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/*========== Variables ============*/
.styrene {
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
}
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 30px solid #fff;
}
#wrap {
  height: 100%;
  min-height: 100vh;
  z-index: 50;
  flex: 1;
  -ms-flex: 1;
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
  border-bottom: 30px solid #fff;
}
.clear {
  clear: both;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #231f20;
  font-size: 16px;
  font-size: 1.6rem;
}
h1,
h1 a {
  font-size: 28px;
  font-size: 2.8rem;
  color: #a29383 !important;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  text-decoration: none;
  line-height: 1;
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
}
h1:hover,
h1 a:hover {
  color: #a29383;
  text-decoration: none;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
  color: #a29383;
  line-height: 1;
  margin: 10px 0 20px 0;
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
  color: #000;
  line-height: 1;
  margin: 10px 0 20px 0;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
  color: #fc4f39;
  line-height: 1;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fc4f39;
  margin: 20px 0 10px 0;
}
p {
  margin: 10px 0 10px 0;
}
strong {
  font-weight: bold;
}
a,
a:visited {
  color: #fc4f39;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #fc4f39;
}
.h-100-fix {
  height: auto!important;
  min-height: 100% !important;
}
/* Preloader
==============================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  text-align: center;
}
#preloader #status {
  font-size: 50px;
  font-size: 5rem;
  color: #fc4f39;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  margin: 0 auto;
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  background-color: #f84d1d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  background-image: url('images/menu-bg.png');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
#mobileNav.menuOpen {
  z-index: 100;
  opacity: 1;
}
#wrap.menuOpenWrap {
  z-index: 2;
}
#footer.menuOpenWrap {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.mobileNav-header {
  margin: 30px 0;
}
.mobileNav-header .header-logo {
  width: 300px;
  max-width: 100%;
  margin-left: 15px;
  display: inline-block;
}
.mobileNav-header .header-logo img {
  width: 100%;
  height: auto;
}
.mobileNav-header .navToggle {
  display: inline-block;
  float: right;
  color: #fff;
  width: 50px;
  height: 36px;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
.mobileNav-content {
  margin-top: 60px;
}
.image-main-menu {
  width: 100%;
}
.image-main-menu ul {
  padding: 0;
  margin: 0;
}
.image-main-menu ul li {
  padding: 0;
  margin: 0 4.5% 27px 0;
  display: inline-block;
  max-width: 200px;
  width: 28%;
  height: 160px;
  background-color: #231f20;
  text-align: center;
  position: relative;
  background-size: cover;
}
.image-main-menu ul li:nth-child(1) {
  background-image: url('images/menu/menu_0005.jpg');
}
.image-main-menu ul li:nth-child(2) {
  background-image: url('images/menu/menu_0004.jpg');
}
.image-main-menu ul li:nth-child(3) {
  background-image: url('images/menu/menu_0003.jpg');
}
.image-main-menu ul li:nth-child(4) {
  background-image: url('images/menu/menu_0002.jpg');
}
.image-main-menu ul li:nth-child(5) {
  background-image: url('images/menu/menu_0001.jpg');
}
.image-main-menu ul li:nth-child(6) {
  background-image: url('images/menu/menu_0000.jpg');
}
.image-main-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  padding: 5px;
  width: 100%;
  transform: translate(0, -50%);
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2px;
}
.secondary-menu ul,
.tertiary-menu ul {
  padding: 0;
  margin: 0;
}
.secondary-menu ul li,
.tertiary-menu ul li {
  display: block;
  margin-bottom: 25px;
}
.secondary-menu ul li a,
.tertiary-menu ul li a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
  display: block;
}
.secondary-menu ul li a:hover,
.tertiary-menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.menu-contact {
  margin-top: 60px;
  border-top: 2px solid #000;
  padding-top: 30px;
}
.menu-contact .social-menu {
  padding: 0;
  margin: 0;
}
.menu-contact .social-menu li {
  margin-right: 15px;
  display: inline-block;
}
.menu-contact .social-menu li a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #000;
}
.menu-contact .social-menu li a:hover {
  color: #fff;
}
.menu-contact .menu-address,
.menu-contact .menu-phone-email {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 30px 0 30px 0;
  font-weight: 600;
}
.menu-contact .menu-address a,
.menu-contact .menu-phone-email a {
  display: block;
  color: #000;
}
.menu-contact .menu-address a:hover,
.menu-contact .menu-phone-email a:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-main-menu ul li {
    margin: 0 4.5% 17px 0;
    width: 45%;
    height: 160px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mobileNav-header {
    margin: 15px 0;
  }
  .mobileNav-header .navToggle {
    position: relative;
    top: -5px;
  }
  .image-main-menu {
    margin-bottom: 20px;
  }
  .image-main-menu ul li {
    margin: 0 2% 10px 2%;
    width: 45%;
    height: 120px;
  }
  .menu-contact {
    margin-top: 0;
  }
}
/* Header
==============================*/
.header-mask {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  max-width: 100%;
}
.header-mask .col-12 {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 88%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(88%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 88%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 88%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 88%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 88%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  height: 125px;
}
.header-mask.show-mask {
  display: block;
}
#header {
  z-index: 1000;
  padding: 30px 15px;
  position: fixed;
  width: 100%;
}
#header .header-logo {
  float: left;
  width: 300px;
  max-width: 100%;
}
#header .header-logo img {
  width: 100%;
  height: auto;
}
#header .col-menu {
  padding-left: 0;
}
#header nav.main-menu {
  width: 100%;
}
#header nav.main-menu ul {
  margin: 0;
  display: flex;
  justify-content: space-around;
  position: relative;
  background-color: #fc4f39;
  width: 100%;
  padding: 3px;
}
#header nav.main-menu ul li {
  display: inline-block;
  margin: 0;
  position: relative;
}
#header nav.main-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 5.5px 0;
  display: block;
  position: relative;
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2px;
}
#header nav.main-menu ul li a:hover {
  background-color: #a02e1d;
  text-decoration: none;
}
#header nav.main-menu ul li.separator {
  height: 11px;
  width: 2px;
  background-color: #fff;
  position: relative;
  top: 10px;
}
#header nav.main-menu ul li:last-child {
  display: none;
}
#header nav.main-menu ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#header .col-burger {
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
  padding: 0;
}
#header .col-burger .navToggle {
  float: left;
  display: block;
  background-color: #fc4f39;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 3.5px 10px 3.5px 10px;
}
#header .col-burger .navToggle:hover {
  background-color: #a02e1d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header nav.main-menu ul li a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 4px 0;
  }
  #header nav.main-menu ul li.separator {
    height: 10px;
    width: 2px;
    top: 7.5px;
  }
  #header .col-burger {
    -ms-flex: 0 0 49px;
    flex: 0 0 49px;
    padding: 0;
  }
  #header .col-burger .navToggle {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3.5px 10px 3.5px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-mask .col-12 {
    height: 70px;
  }
  #header {
    background-color: #fff;
    padding: 15px;
  }
  #header .col-logo {
    padding-left: 0;
  }
  #header .col-burger {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    top: -5px;
  }
}
/* Global Styles
==============================*/
.pp-section {
  transform: translate3d(0px, 0px, 0px) !important;
  opacity: 0;
}
.pp-section.active {
  z-index: 50!important;
  opacity: 1;
}
.section {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.content-section {
  background-image: url('images/bubbles.png');
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: top 300px left;
}
.vertical-center {
  align-items: center;
  display: flex;
}
.slide-content,
.slide-people-content {
  padding-left: 20px;
  padding-top: 120px;
  padding-bottom: 80px;
}
.slide-menu {
  padding-top: 125px;
  text-align: right;
}
.slide-menu h1 {
  float: right;
  max-width: 300px;
}
.slide-menu .slideMenu {
  margin: 0;
  padding: 0;
}
.slide-menu .slideMenu li {
  display: block;
  margin-bottom: 10px;
  clear: both;
}
.slide-menu .slideMenu li a {
  color: #a29383;
  font-weight: bold;
  max-width: 220px;
  float: right;
  display: block;
  position: relative;
  padding-right: 15px;
}
.slide-menu .slideMenu li a span {
  color: #a29383 !important;
  margin-left: 5px;
  position: absolute;
  top: 1.5px;
  right: 0;
}
.slide-menu .slideMenu li a:hover {
  color: #fc4f39;
  text-decoration: none;
}
.slide-menu .slideMenu li.active a {
  color: #fc4f39;
  text-decoration: none;
}
.people-section li.active,
.expand-content-section li.active {
  display: none;
}
.slide-image-wrap {
  padding-right: 0;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}
.slide-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  right: 0;
  height: 100vh;
}
.orange-btn {
  text-transform: uppercase;
  color: #fff!important;
  background-color: #fc4f39;
  display: inline-block;
  padding: 6px 10px;
}
.orange-btn:hover {
  background-color: #a02e1d;
  text-decoration: none;
  color: #fff;
}
.slide-projects {
  padding-top: 120px;
  padding-bottom: 80px;
}
.slide-projects .project-box {
  text-decoration: none!important;
  display: block;
  margin-bottom: 20px;
}
.slide-projects .project-box .project-image {
  position: relative;
}
.slide-projects .project-box .project-image img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.slide-projects .project-box p {
  color: #fc4f39;
  font-weight: bold;
}
.slide-projects .project-box p span {
  color: #a29383;
}
.slide-projects .project-box:hover .project-image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.slide-projects .project-box:hover p {
  color: #000;
}
.bio-meta {
  padding-top: 10px;
}
.bio-meta .bio-image {
  max-width: 100%;
  width: 215px;
  float: right;
  border-top: 15px solid #fc4f39;
}
.bio-meta .bio-image img {
  max-width: 100%;
  height: auto;
}
.bio-meta .bio-pdf {
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fc4f39;
  display: inline-block;
  padding: 20px 60px 0 0;
  background-image: url('images/pdf.png');
  background-repeat: no-repeat;
  padding: 43px 60px 0 0;
  background-size: 45px auto;
  background-position: bottom 3px right;
  text-align: left;
}
.bio-meta .bio-pdf:hover {
  color: #231f20;
  text-decoration: none;
}
.slide-people-wrap {
  padding-top: 120px;
  padding-bottom: 80px;
  padding-right: 22.5px;
}
.slide-people-content-header {
  border-bottom: 2px solid #fc4f39;
  margin-bottom: 20px;
  min-height: 105px;
}
.slide-people-content-header p {
  margin-top: 4px;
}
.people-bio {
  padding-bottom: 40px;
}
.people-bio .bio-name {
  margin: 0;
  color: #fc4f39;
  text-transform: none;
  line-height: 1.1;
}
.people-bio .bio-role {
  margin: 0;
  color: #fc4f39;
  font-style: italic;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 2px;
}
.slide-people h4 {
  margin: 0 0 10px;
}
.slide-people .col-12,
.slide-people .col-4 {
  padding: 0 7.5px;
}
.slide-people .people-box {
  display: block;
  text-decoration: none!important;
}
.slide-people .people-box img {
  width: 100%;
  height: auto;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.slide-people .people-box p {
  width: 100%;
  margin: 0;
  background-color: #fc4f39;
  padding: 2px 5px 2px;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  margin-bottom: 15px;
}
.slide-people .people-box:hover img {
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.project-header {
  padding-top: 120px;
  padding-left: 15px;
}
.project-header h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
}
.project-images {
  padding-left: 15px;
  padding-bottom: 80px;
}
.project-images img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.project-footer {
  padding: 20px 0 60px 0;
}
.project-footer .footer-meta {
  color: #fc4f39;
  font-weight: 600;
  margin: 0;
}
.project-footer .footer-meta span {
  color: #a29383;
  display: inline-block;
  margin-right: 5px;
}
.project-footer a {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #a29383;
  position: relative;
  padding-left: 50px;
}
.project-footer a .fa-th {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 37px;
  font-size: 3.7rem;
  opacity: 0.7;
}
.project-footer a:hover {
  color: #fc4f39;
  text-decoration: none;
}
.project-content {
  padding-top: 155px;
  padding-bottom: 80px;
  padding-right: 55px;
}
.project-content h4 {
  margin: 5px 0 0;
}
.project-content .project-client {
  margin: 0 0 20px;
  color: #fc4f39;
}
.project-featured {
  position: relative;
}
.project-featured .project-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.project-featured .project-arrows #moveLeft,
.project-featured .project-arrows #moveRight {
  color: #fff;
  background-color: #fc4f39;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  margin: 0 15px;
}
.project-featured .project-arrows #moveLeft:hover,
.project-featured .project-arrows #moveRight:hover {
  background-color: #a02e1d;
  text-decoration: none;
  cursor: pointer;
}
.project-featured .project-arrows #moveLeft {
  padding-right: 2px;
}
.project-featured .project-arrows #moveRight {
  padding-left: 2px;
  float: right;
}
.locations-section .slideMenu .active {
  display: none;
}
.locations-section .map-selectors {
  padding-top: 7px;
}
.locations-section .map-selectors .map-group .group-title {
  margin: 20px 0 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #a29383;
}
.locations-section .map-selectors .map-group li {
  display: block;
  color: #a29383;
  margin-bottom: 5px;
  font-weight: 600;
}
.locations-section .map-selectors .map-group li a {
  color: #fc4f39;
}
.locations-section .map-selectors .map-group li a:hover {
  color: #a29383;
}
.locations-section .location-menu-wrap {
  min-height: 130px;
}
.locations-section .intro {
  font-weight: 600;
  margin: -8px 0 40px 0;
  min-height: 130px;
}
.locations-section .address {
  color: #a29383;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.locations-section .address p {
  margin: 0;
}
.locations-section .address .address-left {
  float: left;
  width: 50%;
}
.locations-section .address .address-right {
  text-align: right;
}
.locations-section .address .address-right span {
  display: inline-block;
  width: 50px;
  text-align: left;
}
.locations-section .map-content {
  padding: 0;
}
.locations-section .map-content .leaflet-bottom {
  bottom: 30px;
}
.gform_wrapper {
  padding: 5px 15px 15px 15px;
  background-color: #f1f1f1;
}
.gform_wrapper .gform_body .gfield {
  padding: 0!important;
}
.gform_wrapper .gform_body .gfield label {
  display: none;
}
.gform_wrapper .gform_body .gfield input,
.gform_wrapper .gform_body .gfield textarea {
  border: none;
  border-radius: 5px;
  padding: 8px 10px !important;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.gform_wrapper .gform_body .gfield textarea {
  height: 200px;
}
.gform_wrapper .gform_footer {
  margin: 0;
  padding-bottom: 5px;
}
.gform_wrapper .gform_footer input {
  width: 100%!important;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: #fc4f39;
  text-align: center;
  padding: 8px 10px !important;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.expander {
  margin-top: 20px;
}
.expander img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.expander .expander-content {
  float: right;
  width: 75%;
}
.expander .expander-content h5 {
  margin: 0;
  color: #fc4f39;
}
.expander .expander-content .show,
.expander .expander-content .collapsing {
  display: inline!important;
}
.expander .expander-content .show .expander-dots,
.expander .expander-content .collapsing .expander-dots {
  display: none;
}
.expander .expander-content .expander-short {
  color: #fc4f39;
}
.expander .expander-content .expander-short .less {
  display: none;
}
.expander .expander-content .expander-short.open .less {
  display: inline;
}
.expander .expander-content .expander-short.open .more {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .locations-section .address .address-left {
    float: none;
    width: 100%;
  }
  .locations-section .address .address-right {
    margin-top: 5px;
    text-align: left;
  }
  .expander img {
    width: 25%;
  }
  .expander .expander-content {
    width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .content-section {
    background-size: 90% auto;
  }
  .slide-menu {
    padding-top: 75px;
    text-align: right;
  }
  .slide-content,
  .slide-people-content {
    padding: 0;
    margin-top: 0;
  }
  .slide-projects {
    padding: 0 0 120px 0;
  }
  .slide-people-wrap {
    padding: 0 15px 120px 15px;
  }
  .slide-image-wrap {
    padding: 0;
    height: 50%!important;
  }
  .bio-meta {
    display: none!important;
  }
  .project-header,
  .project-images {
    padding: 0px;
  }
  .project-content {
    padding-top: 0;
  }
  .locations-section .intro {
    margin: 40px 0 0 0;
  }
  .locations-section .address .address-left {
    float: none;
    width: 100%;
  }
  .locations-section .address .address-right {
    margin-top: 5px;
    text-align: left;
  }
  .locations-section #map {
    height: 500px!important;
  }
  .expander {
    max-width: 320px;
    margin: 20px auto 20px;
  }
  .expander img {
    width: auto;
    float: none;
  }
  .expander .expander-content {
    width: 100%;
    float: none;
  }
}
/* Home
==============================*/
.home-slide-content {
  max-width: 350px;
  padding-left: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 120px;
  padding-bottom: 80px;
  padding-left: 58px;
  color: #000;
}
.home-slide-content .orange-btn {
  margin-top: 40px;
}
.home-slide-image-wrap {
  padding: 0;
}
.home-slide-image {
  margin: 0 0 0 45px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  justify-content: space-between;
}
.home-slide-image #moveLeft,
.home-slide-image #moveRight {
  color: #fff;
  background-color: #fc4f39;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  margin: 0 15px;
}
.home-slide-image #moveLeft:hover,
.home-slide-image #moveRight:hover {
  background-color: #a02e1d;
  text-decoration: none;
  cursor: pointer;
}
.home-slide-image #moveLeft {
  padding-right: 2px;
}
.home-slide-image #moveRight {
  padding-left: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slide-content {
    padding: 75px 0 0;
  }
  .home-slide-content .orange-btn {
    margin: 20px 0 40px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-slide-content {
    padding: 75px 0 0;
  }
  .home-slide-content .orange-btn {
    margin: 20px 0 40px 0;
  }
  .home-slide-image-wrap {
    padding: 0;
    height: 50%!important;
  }
  .home-slide-image {
    margin: 0;
  }
}
/* Footer
==============================*/
#footer {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 30px;
  margin: 0 0 15px 15px;
}
#footer #moveLeft,
#footer #moveRight {
  color: #fff;
  background-color: #fc4f39;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
#footer #moveLeft:hover,
#footer #moveRight:hover {
  background-color: #a02e1d;
  text-decoration: none;
  cursor: pointer;
}
#footer #moveLeft {
  padding-right: 3px;
}
#footer #moveRight {
  padding-left: 3px;
}
#footer .excel-btn {
  position: relative;
  display: inline-block;
  font-family: 'Styrene A Web';
  font-weight: 500;
  font-feature-settings: "liga", "kern";
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  background-image: url('images/chevron-icon-full.png');
  background-position: right center;
  background-size: auto 100%;
  color: #fff;
  padding: 3px 45px 3px 30px;
  margin-left: 42px;
}
#footer .excel-btn:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer {
    margin-left: 0;
  }
  #footer .excel-btn {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #footer {
    margin-left: 0;
  }
  #footer .col-4 {
    padding-left: 0;
  }
  #footer .col-8 {
    padding-left: 0;
  }
  #footer #moveLeft,
  #footer #moveRight {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: -2px;
    position: relative;
  }
  #footer .excel-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px 30px 3px 15px;
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */