/* SASS Vars */
/** Mixins **/
@font-face {
  font-family: 'Polaris';
  font-weight: 400;
  font-style: normal;
  src: url("../../fonts/Polaris-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/Polaris-Book.otf") format("opentype"), url("../../fonts/Polaris-Book.woff") format("woff"), url("../../fonts/Polaris-Book.ttf") format("truetype"), url("../../fonts/Polaris-Book.svg#Polaris-Book") format("svg"); }

@font-face {
  font-family: 'Polaris';
  font-weight: 400;
  font-style: italic;
  src: url("../../fonts/Polaris-BookItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Polaris-BookItalic.otf") format("opentype"), url("../../fonts/Polaris-BookItalic.woff") format("woff"), url("../../fonts/Polaris-BookItalic.ttf") format("truetype"), url("../../fonts/Polaris-BookItalic.svg#Polaris-BookItalic") format("svg"); }

@font-face {
  font-family: 'Polaris';
  font-weight: 500;
  font-style: normal;
  src: url("../../fonts/Polaris-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Polaris-Medium.otf") format("opentype"), url("../../fonts/Polaris-Medium.woff") format("woff"), url("../../fonts/Polaris-Medium.ttf") format("truetype"), url("../../fonts/Polaris-Medium.svg#Polaris-Medium") format("svg"); }

@font-face {
  font-family: 'Polaris';
  font-weight: 500;
  font-style: italic;
  src: url("../../fonts/Polaris-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Polaris-MediumItalic.otf") format("opentype"), url("../../fonts/Polaris-MediumItalic.woff") format("woff"), url("../../fonts/Polaris-MediumItalic.ttf") format("truetype"), url("../../fonts/Polaris-MediumItalic.svg#Polaris-MediumItalic") format("svg"); }

@font-face {
  font-family: 'Polaris';
  font-weight: 600;
  font-style: normal;
  src: url("../../fonts/Polaris-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Polaris-Bold.otf") format("opentype"), url("../../fonts/Polaris-Bold.woff") format("woff"), url("../../fonts/Polaris-Bold.ttf") format("truetype"), url("../../fonts/Polaris-Bold.svg#Polaris-Bold") format("svg"); }

@font-face {
  font-family: 'Polaris';
  font-weight: 600;
  font-style: italic;
  src: url("../../fonts/Polaris-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Polaris-BoldItalic.otf") format("opentype"), url("../../fonts/Polaris-BoldItalic.woff") format("woff"), url("../../fonts/Polaris-BoldItalic.ttf") format("truetype"), url("../../fonts/Polaris-BoldItalic.svg#Polaris-BoldItalic") format("svg"); }

@font-face {
  font-family: 'Theinhardt-Light';
  font-weight: 300;
  font-style: italic;
  src: url("../../fonts/Theinhardt-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Theinhardt-Light.otf") format("opentype"), url("../../fonts/Theinhardt-Light.woff") format("woff"), url("../../fonts/Theinhardt-Light.ttf") format("truetype"), url("../../fonts/Theinhardt-Light.svg") format("svg"); }

/* Bootstrap overrides/additions */
.container.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.container.min-width {
  min-width: 100%; }
  @media screen and (min-width: 768px) {
    .container.min-width {
      min-width: 750px; } }
  @media screen and (min-width: 992px) {
    .container.min-width {
      min-width: 970px; } }
  @media screen and (min-width: 1200px) {
    .container.min-width {
      min-width: 1170px; } }

.row.no-margin {
  margin-left: 0px;
  margin-right: 0px; }

@media screen and (min-width: 1200px) {
  .col-lg-20p {
    width: 20%; } }

@media screen and (max-width: 419px) {
  .hidden-xxs {
    display: none !important; }
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-6 {
    width: 50%; } }

@media screen and (min-width: 420px) {
  .visible-xxs {
    display: none !important; } }

.checkbox input[type='checkbox'],
.radio input[type='radio'] {
  position: static;
  margin: 0px;
  padding: 0px; }

.input-group {
  width: 100%; }

/** Common sass **/
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-family: "Polaris", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #30343a;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.wrapper {
  overflow-x: hidden; }

.clearfix {
  content: '';
  display: table;
  clear: both; }

:hover,
:focus,
:active {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  color: inherit; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

a,
button,
input {
  outline: none; }

img {
  max-width: 100%; }

table {
  width: 100%; }
  table td,
  table th {
    vertical-align: top; }

hr {
  margin: 15px auto;
  border: none;
  text-align: center; }
  hr:after {
    content: '';
    display: block;
    height: 1px;
    background: #e5e5e5; }

h1 {
  font-size: 30px;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px; }
  h2 span.intro-h2 {
    font-size: 21px;
    line-height: 1.61; }
  h2 span.trustedpartner-intro {
    font-size: 24px;
    line-height: 1.08;
    font-weight: 500;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      h2 span.trustedpartner-intro {
        font-size: 18px;
        line-height: 1.2; } }

h4 {
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h5 {
  font-size: inherit;
  font-weight: 400; }

h6 {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }

p, li, .input-label,
label {
  margin: 0px;
  font-size: inherit;
  color: inherit; }
  p a, li a, .input-label a,
  label a {
    color: inherit; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  padding-left: 15px; }
  ul li,
  ol li {
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-left: 10px; }

a {
  text-decoration: none;
  transition: color 300ms ease; }
  a img,
  a div,
  a *:after,
  a *:before {
    text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: inherit; }

img.alignleft {
  float: left; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright {
  float: right; }

@media screen and (max-width: 420px) {
  img.alignleft,
  img.aligncenter,
  img.alinright {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

.valign, .modal, .ekko-lightbox .modal-dialog, .tile.project .overlay, .tile.post .overlay, .tile.partner .overlay, .tile.project .notice, .tile.post .notice, .tile.partner .notice, body.page-template-home section.landing {
  display: block;
  vertical-align: middle;
  white-space: nowrap; }
  .valign > *, .modal > *, .ekko-lightbox .modal-dialog > *, .tile.project .overlay > *, .tile.post .overlay > *, .tile.partner .overlay > *, .tile.project .notice > *, .tile.post .notice > *, .tile.partner .notice > *, body.page-template-home section.landing > * {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  .valign:after, .modal:after, .ekko-lightbox .modal-dialog:after, .tile.project .overlay:after, .tile.post .overlay:after, .tile.partner .overlay:after, .tile.project .notice:after, .tile.post .notice:after, .tile.partner .notice:after, body.page-template-home section.landing:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    pointer-events: none; }

.flex-valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-stretch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

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

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

.bg-create {
  background: #007dc1 !important; }

.clr-create {
  color: #007dc1 !important; }

.border-create {
  border-color: #007dc1 !important; }

.bg-living {
  background: #e09f7e !important; }

.clr-living {
  color: #e09f7e !important; }

.border-living {
  border-color: #e09f7e !important; }

.bg-default {
  background: #30343a !important; }

.border-default {
  border-color: #30343a !important; }

.clr-white {
  color: white; }

.bg-sidepattern, section.divisions, section.intro {
  position: relative; }
  .bg-sidepattern:before, section.divisions:before, section.intro:before, .bg-sidepattern:after, section.divisions:after, section.intro:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 75px;
    background: url("../../images/pattern-lg.png"); }
  .bg-sidepattern:before, section.divisions:before, section.intro:before {
    left: 0px; }
  .bg-sidepattern:after, section.divisions:after, section.intro:after {
    right: 0px; }
  @media screen and (max-width: 767px) {
    .bg-sidepattern:before, section.divisions:before, section.intro:before, .bg-sidepattern:after, section.divisions:after, section.intro:after {
      width: 15px; } }

.top-space {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .top-space:nth-child(1) {
    margin-bottom: 20px; } }

.no-click {
  pointer-events: none; }

[data-visible],
.data-visible {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 400ms ease, -webkit-transform 800ms cubic-bezier(0.3, 0.5, 0.4, 1);
  transition: opacity 400ms ease, transform 800ms cubic-bezier(0.3, 0.5, 0.4, 1);
  transition: opacity 400ms ease, transform 800ms cubic-bezier(0.3, 0.5, 0.4, 1), -webkit-transform 800ms cubic-bezier(0.3, 0.5, 0.4, 1); }
  [data-visible] [data-visible],
  [data-visible] .data-visible,
  .data-visible [data-visible],
  .data-visible .data-visible {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    transition: none; }
  [data-visible][data-visible='visible'],
  .data-visible[data-visible='visible'] {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .grid.left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .grid.centered {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .grid.right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .grid.multi-line {
    margin-top: -15px;
    margin-bottom: -15px; }
    .grid.multi-line .grid-item {
      padding-top: 15px;
      padding-bottom: 15px; }
  .grid .grid-item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
    .grid .grid-item[class*='col-'] {
      float: none; }

.typography h1, .typography h2, .typography h3 {
  margin: 15px 0px 30px; }
  @media screen and (max-width: 767px) {
    .typography h1, .typography h2, .typography h3 {
      margin: 10px 0px 20px; } }

.typography h4, .typography h5, .typography h6 {
  margin: 10px 0px 20px; }
  @media screen and (max-width: 767px) {
    .typography h4, .typography h5, .typography h6 {
      margin: 10px 0px; } }

.typography p, .typography li, .typography .input-label, .typography
label {
  margin: 15px 0px 25px;
  line-height: 1.6em; }

.typography img {
  margin: 30px 0px; }
  .typography img.alignleft {
    margin-top: 0px;
    margin-right: 30px; }
  .typography img.alignright {
    margin-top: 0px;
    margin-left: 30px; }

.typography .wp-gallery {
  margin: 30px 0px; }

.typography :first-child {
  margin-top: 0px; }

.typography :last-child {
  margin-bottom: 0px; }

footer .typography strong {
  font-weight: 500; }

footer .typography h1, footer .typography h2, footer .typography h3 {
  margin: 15px 0px; }

footer .typography h4, footer .typography h5, footer .typography h6 {
  margin: 10px 0px; }

footer .typography p, footer .typography li, footer .typography .input-label, footer .typography
label {
  margin: 15px 0px; }

button,
input[type='submit'],
input[type='button'],
.button {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 9px 14px 7px 16px;
  border: 1px solid transparent;
  border-radius: 0px;
  background: #30343a;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  transition: background 300ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  button.bg-create:hover,
  input[type='submit'].bg-create:hover,
  input[type='button'].bg-create:hover,
  .button.bg-create:hover {
    background: #02669c !important; }
  button.bg-living:hover,
  input[type='submit'].bg-living:hover,
  input[type='button'].bg-living:hover,
  .button.bg-living:hover {
    background: #cb805a !important; }
  button.bg-pattern,
  input[type='submit'].bg-pattern,
  input[type='button'].bg-pattern,
  .button.bg-pattern {
    border-color: white;
    background: white url("../../images/pattern-md.png") !important;
    color: black !important; }
    button.bg-pattern:before,
    input[type='submit'].bg-pattern:before,
    input[type='button'].bg-pattern:before,
    .button.bg-pattern:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      height: 50%;
      background: #f1f1f1; }
    button.bg-pattern > *,
    input[type='submit'].bg-pattern > *,
    input[type='button'].bg-pattern > *,
    .button.bg-pattern > * {
      position: relative; }
    @media screen and (max-width: 767px) {
      button.bg-pattern,
      input[type='submit'].bg-pattern,
      input[type='button'].bg-pattern,
      .button.bg-pattern {
        background-image: url("../../images/pattern-md-rev.png"); } }
  button.swap-text,
  input[type='submit'].swap-text,
  input[type='button'].swap-text,
  .button.swap-text {
    overflow: hidden; }
    button.swap-text .normal-text,
    button.swap-text .hover-text,
    input[type='submit'].swap-text .normal-text,
    input[type='submit'].swap-text .hover-text,
    input[type='button'].swap-text .normal-text,
    input[type='button'].swap-text .hover-text,
    .button.swap-text .normal-text,
    .button.swap-text .hover-text {
      transition: left 300ms ease, opacity 300ms ease; }
    button.swap-text .normal-text,
    input[type='submit'].swap-text .normal-text,
    input[type='button'].swap-text .normal-text,
    .button.swap-text .normal-text {
      position: relative;
      left: 0px;
      opacity: 1; }
    button.swap-text .hover-text,
    input[type='submit'].swap-text .hover-text,
    input[type='button'].swap-text .hover-text,
    .button.swap-text .hover-text {
      position: absolute;
      left: -100%;
      width: 100%;
      opacity: 0; }
    @media screen and (min-width: 768px) {
      button.swap-text:hover .normal-text,
      input[type='submit'].swap-text:hover .normal-text,
      input[type='button'].swap-text:hover .normal-text,
      .button.swap-text:hover .normal-text {
        left: 100%;
        opacity: 0; }
      button.swap-text:hover .hover-text,
      input[type='submit'].swap-text:hover .hover-text,
      input[type='button'].swap-text:hover .hover-text,
      .button.swap-text:hover .hover-text {
        left: 0px;
        opacity: 1; } }
  button .icon,
  input[type='submit'] .icon,
  input[type='button'] .icon,
  .button .icon {
    max-height: 1em; }
  button:hover, button:focus,
  input[type='submit']:hover,
  input[type='submit']:focus,
  input[type='button']:hover,
  input[type='button']:focus,
  .button:hover,
  .button:focus {
    background: #181a1d;
    color: white; }
  .buttons button, .buttons
  input[type='submit'], .buttons
  input[type='button'], .buttons
  .button {
    margin-left: 5px;
    margin-right: 5px; }

.input-label,
label {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: inherit; }

.input-text,
input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  display: block;
  width: 100%;
  height: 36px;
  margin: 0px 0px 5px;
  padding: 0px 14px;
  border-radius: 0px;
  border: 1px solid white;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  line-height: inherit;
  color: #30343a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .input-text::-webkit-input-placeholder,
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1 !important; }
  .input-text:-ms-input-placeholder,
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1 !important; }
  .input-text::placeholder,
  input[type='text']::placeholder,
  input[type='tel']::placeholder,
  input[type='email']::placeholder,
  textarea::placeholder {
    color: inherit !important;
    opacity: 1 !important; }
  .input-text:focus, .input-text:active,
  input[type='text']:focus,
  input[type='text']:active,
  input[type='tel']:focus,
  input[type='tel']:active,
  input[type='email']:focus,
  input[type='email']:active,
  textarea:focus,
  textarea:active {
    border-color: #b7b7b7; }
  .input-text.wpcf7-not-valid,
  input[type='text'].wpcf7-not-valid,
  input[type='tel'].wpcf7-not-valid,
  input[type='email'].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: red; }
    .input-text.wpcf7-not-valid::-webkit-input-placeholder,
    input[type='text'].wpcf7-not-valid::-webkit-input-placeholder,
    input[type='tel'].wpcf7-not-valid::-webkit-input-placeholder,
    input[type='email'].wpcf7-not-valid::-webkit-input-placeholder,
    textarea.wpcf7-not-valid::-webkit-input-placeholder {
      color: red !important; }
    .input-text.wpcf7-not-valid:-ms-input-placeholder,
    input[type='text'].wpcf7-not-valid:-ms-input-placeholder,
    input[type='tel'].wpcf7-not-valid:-ms-input-placeholder,
    input[type='email'].wpcf7-not-valid:-ms-input-placeholder,
    textarea.wpcf7-not-valid:-ms-input-placeholder {
      color: red !important; }
    .input-text.wpcf7-not-valid::placeholder,
    input[type='text'].wpcf7-not-valid::placeholder,
    input[type='tel'].wpcf7-not-valid::placeholder,
    input[type='email'].wpcf7-not-valid::placeholder,
    textarea.wpcf7-not-valid::placeholder {
      color: red !important; }
  @media screen and (max-width: 767px) {
    .input-text,
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    textarea {
      text-align: center; } }

textarea {
  height: auto;
  padding: 8px 14px;
  line-height: 1.3em; }

.checkbox-container {
  position: relative; }
  .checkbox-container input[type='checkbox'] {
    visibility: hidden;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 15px; }
    .checkbox-container input[type='checkbox']:checked + span:after {
      content: '\f00c'; }
  .checkbox-container span {
    line-height: 20px; }
    .checkbox-container span:after {
      content: '';
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      width: 20px;
      height: 20px;
      background: white;
      border: 1px solid black;
      border-radius: 20px;
      font: normal normal normal 14px/1 FontAwesome;
      line-height: 18px;
      text-align: center;
      color: white; }

.radio-container {
  position: relative; }
  .radio-container input[type='radio'] {
    visibility: hidden;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 15px; }
    .radio-container input[type='radio']:checked + span:after {
      border-width: 6px; }
  .radio-container span {
    line-height: 20px; }
    .radio-container span:after {
      content: '';
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      width: 20px;
      height: 20px;
      background: white;
      border: 1px solid black;
      border-radius: 20px; }

.select2-container--default {
  width: 100%;
  text-align: left; }
  .select2-container--default .select2-selection--single {
    height: 36px;
    border: none;
    border-radius: 0px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 15px;
      padding-right: 35px;
      line-height: 36px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 15px;
      width: 16px;
      height: 36px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 0px;
        width: 100%;
        height: 100%;
        border: none;
        background: url("../../images/arrow-down-blk.png") no-repeat center/contain; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f1f1f1;
    color: black; }
  .select2-container--default .select2-results__option--highlighted[aria-selected='true'] {
    background: #e5e5e5; }

.wpcf7 form button[type='submit'] + .wpcf7-submit {
  display: none; }

.wpcf7 form .input-group .wpcf7-form-control-wrap input,
.wpcf7 form .input-group .input-group-btn button {
  height: 36px;
  margin: 0px; }

.wpcf7 form .ajax-loader,
.wpcf7 form .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-validation-errors {
  display: none !important; }

.wpcf7 form div.wpcf7-response-output {
  margin: 15px 0px 0px;
  padding: 8px 10px; }
  .wpcf7 form div.wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #ffc6c6; }
  .wpcf7 form div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border: none;
    background: #30343a;
    color: white; }

.response-output {
  margin: 15px 0px 0px;
  padding: 8px 10px;
  background: #30343a;
  color: white; }

.sideform {
  position: fixed;
  top: 15%;
  z-index: 999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 300ms ease;
  right: 0; }
  .sideform.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .sideform.active .sideform__tab {
      background: #f1f1f1; }
      .sideform.active .sideform__tab .fa {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-bottom: 0; }
  .sideform__tab {
    background: #FFFFFF;
    position: absolute;
    padding: 15px 30px;
    -webkit-transform: translateX(-100%) rotate(-90deg);
            transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    transition: all 300ms ease;
    left: -58px;
    letter-spacing: .15em;
    font-weight: 500;
    top: 0;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.4);
    cursor: pointer; }
    .sideform__tab:hover {
      background: #f1f1f1; }
    .sideform__tab .fa {
      font-size: 28px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 4px;
      margin-left: 7px;
      font-weight: 500;
      transition: all 300ms ease; }
  .sideform__form {
    position: relative;
    background: #FFFFFF;
    max-width: 365px;
    padding: 25px;
    text-align: center; }
    .sideform__form > p, .sideform__form > li, .sideform__form > .input-label, .sideform__form >
    label {
      margin: 0 0 23px; }
    .sideform__form input, .sideform__form button {
      width: 100%;
      display: block;
      font-size: 1rem;
      text-align: center;
      height: auto !important;
      min-height: 54px !important;
      margin: 0 0 11px !important;
      border: 1px solid #30343a; }
    .sideform__form button {
      margin: 0 !important;
      font-size: 16px;
      white-space: normal; }
    .sideform__form div {
      width: 100%;
      display: block; }
    .sideform__form .wpcf7-display-none {
      display: none !important; }
    .sideform__form .wpcf7-response-output {
      background: none !important;
      padding: 0 !important;
      margin: 20px 0 0 !important;
      color: #30343a !important; }
  @media screen and (max-width: 767px) {
    .sideform {
      display: none; } }

.land-acq-contact .wpcf7 input[type="text"],
.land-acq-contact .wpcf7 input[type="tel"],
.land-acq-contact .wpcf7 input[type="email"],
.land-acq-contact .wpcf7 textarea,
.land-acq-contact .wpcf7 select {
  background-color: #222427;
  color: #fff;
  height: 45px;
  border: 1px solid transparent;
  letter-spacing: 0.5px;
  margin: 0 0 20px; }
  .land-acq-contact .wpcf7 input[type="text"].wpcf7-not-valid,
  .land-acq-contact .wpcf7 input[type="tel"].wpcf7-not-valid,
  .land-acq-contact .wpcf7 input[type="email"].wpcf7-not-valid,
  .land-acq-contact .wpcf7 textarea.wpcf7-not-valid,
  .land-acq-contact .wpcf7 select.wpcf7-not-valid {
    border-color: red; }
    .land-acq-contact .wpcf7 input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
    .land-acq-contact .wpcf7 input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
    .land-acq-contact .wpcf7 input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
    .land-acq-contact .wpcf7 textarea.wpcf7-not-valid::-webkit-input-placeholder,
    .land-acq-contact .wpcf7 select.wpcf7-not-valid::-webkit-input-placeholder {
      color: red !important; }
    .land-acq-contact .wpcf7 input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
    .land-acq-contact .wpcf7 input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
    .land-acq-contact .wpcf7 input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
    .land-acq-contact .wpcf7 textarea.wpcf7-not-valid:-ms-input-placeholder,
    .land-acq-contact .wpcf7 select.wpcf7-not-valid:-ms-input-placeholder {
      color: red !important; }
    .land-acq-contact .wpcf7 input[type="text"].wpcf7-not-valid::placeholder,
    .land-acq-contact .wpcf7 input[type="tel"].wpcf7-not-valid::placeholder,
    .land-acq-contact .wpcf7 input[type="email"].wpcf7-not-valid::placeholder,
    .land-acq-contact .wpcf7 textarea.wpcf7-not-valid::placeholder,
    .land-acq-contact .wpcf7 select.wpcf7-not-valid::placeholder {
      color: red !important; }
  .land-acq-contact .wpcf7 input[type="text"]:focus, .land-acq-contact .wpcf7 input[type="text"]:active,
  .land-acq-contact .wpcf7 input[type="tel"]:focus,
  .land-acq-contact .wpcf7 input[type="tel"]:active,
  .land-acq-contact .wpcf7 input[type="email"]:focus,
  .land-acq-contact .wpcf7 input[type="email"]:active,
  .land-acq-contact .wpcf7 textarea:focus,
  .land-acq-contact .wpcf7 textarea:active,
  .land-acq-contact .wpcf7 select:focus,
  .land-acq-contact .wpcf7 select:active {
    border-color: #fff; }

.land-acq-contact .wpcf7 textarea {
  height: 105px;
  padding: 15px 14px; }

.land-acq-contact .wpcf7 button {
  max-width: 235px;
  background-color: #fff;
  color: #2B2E31;
  font-size: 12px;
  width: 100%;
  margin: auto;
  display: block;
  height: auto;
  line-height: 45px;
  padding: 0; }
  @media screen and (min--moz-device-pixel-ratio: 0) {
    .land-acq-contact .wpcf7 button {
      height: 45px; } }
  .land-acq-contact .wpcf7 button:hover {
    background-color: #222427;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .land-acq-contact .wpcf7 button {
      min-width: 100%; } }

.land-acq-contact .input-label, .land-acq-contact label, .land-acq-contact li, .land-acq-contact p, .land-acq-contact li, .land-acq-contact .input-label, .land-acq-contact
label {
  text-align: center;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .land-acq-contact .input-label, .land-acq-contact label, .land-acq-contact li, .land-acq-contact p, .land-acq-contact li, .land-acq-contact .input-label, .land-acq-contact
    label {
      margin-top: 0px;
      width: 100%; } }

@media screen and (min-width: 767px) {
  .land-acq-contact form .row > div {
    padding-right: 10px;
    padding-left: 10px; } }

.pagination {
  display: block; }
  .pagination ul {
    width: 100%;
    margin: 0px -10px;
    padding: 0px;
    text-align: center; }
  .pagination li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px 5px;
    list-style: none; }

.slick {
  position: relative; }
  .slick:not(.slick-initialized) {
    display: none; }
    .slick:not(.slick-initialized) :first-child {
      display: initial; }
  .slick .slick-list,
  .slick .slick-track,
  .slick .slick-slide {
    height: 100%; }
  .slick .slick-arrow {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 80px;
    border: none;
    background: transparent;
    z-index: 2; }
    .slick .slick-arrow img {
      position: relative;
      margin: 0px;
      z-index: 1; }
    .slick .slick-arrow:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      opacity: 0;
      transition: opacity 300ms ease; }
    .slick .slick-arrow:hover:before {
      opacity: 1; }
    .slick .slick-arrow.slick-prev {
      left: 0px; }
      .slick .slick-arrow.slick-prev:before {
        background: linear-gradient(to right, rgba(23, 26, 29, 0.6) 0%, rgba(23, 26, 29, 0) 100%); }
    .slick .slick-arrow.slick-next {
      right: 0px; }
      .slick .slick-arrow.slick-next:before {
        background: linear-gradient(to left, rgba(23, 26, 29, 0.6) 0%, rgba(23, 26, 29, 0) 100%); }
    @media screen and (max-width: 991px) {
      .slick .slick-arrow {
        width: 60px; } }
  .slick .slick-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    margin: 0px;
    padding: 0px;
    font-size: 1px;
    text-align: center;
    z-index: 1; }
    .slick .slick-dots li {
      display: inline-block;
      margin: 0px 7px;
      padding: 0px;
      list-style: none; }
      .slick .slick-dots li.slick-active button {
        background: white; }
    .slick .slick-dots button {
      width: 12px;
      height: 12px;
      margin: 0px;
      padding: 0px;
      border: 1px solid white;
      border-radius: 12px;
      background: transparent;
      font-size: 1px;
      color: transparent; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent !important;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 28px;
  height: 25px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 5px;
  background-color: black;
  border-radius: 4px;
  position: absolute;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.modal {
  display: none;
  text-align: center; }
  .modal .close {
    position: absolute;
    top: -30px;
    right: 0px;
    opacity: 1; }
  .modal .modal-dialog {
    width: 878px;
    max-width: 100%;
    text-align: left; }
  .modal .modal-content {
    padding: 45px;
    border-radius: 0px;
    box-shadow: none; }
  @media screen and (max-width: 767px) {
    .modal .close {
      top: 10px;
      right: 15px; }
    .modal .modal-dialog {
      margin: auto;
      padding: 45px 15px 15px; }
    .modal .modal-content {
      padding: 20px 15px 25px;
      text-align: center; } }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.85) url("../../images/pattern-md-blk.png"); }
  .modal-backdrop.in {
    opacity: 1; }

.ekko-lightbox .modal-dialog {
  height: 100%; }

.ekko-lightbox .modal-content {
  width: 100%; }

.ekko-lightbox .ekko-lightbox-container {
  transition: height 600ms ease;
  overflow: hidden; }
  .ekko-lightbox .ekko-lightbox-container > div.ekko-lightbox-item {
    opacity: 0; }
    .ekko-lightbox .ekko-lightbox-container > div.ekko-lightbox-item.in {
      opacity: 1; }

.single-project .modal .modal-dialog,
.page-template-contact .modal .modal-dialog {
  width: 580px; }

.single-project .modal .modal-content,
.page-template-contact .modal .modal-content {
  padding: 38px 30px;
  background: #f1f1f1; }

.single-project .modal h4,
.page-template-contact .modal h4 {
  margin-bottom: 12px;
  font-size: 13px; }

.single-project .modal form .row,
.page-template-contact .modal form .row {
  margin: 0px -4px; }
  .single-project .modal form .row > div,
  .page-template-contact .modal form .row > div {
    padding: 0px 4px 4px; }

.single-project .modal form .flex,
.page-template-contact .modal form .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px; }
  .single-project .modal form .flex .select-container,
  .page-template-contact .modal form .flex .select-container {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 4px; }

.single-project .modal form button,
.page-template-contact .modal form button {
  width: 100%; }

.single-project .modal form .sub-disclaimer,
.page-template-contact .modal form .sub-disclaimer {
  margin: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .single-project .modal form .sub-disclaimer input,
  .page-template-contact .modal form .sub-disclaimer input {
    margin: 2px 0 0; }
  .single-project .modal form .sub-disclaimer label,
  .page-template-contact .modal form .sub-disclaimer label {
    font-size: 13px;
    padding-left: 10px;
    margin: 0; }

@media screen and (max-width: 767px) {
  .single-project .modal .modal-content,
  .page-template-contact .modal .modal-content {
    padding: 20px 15px 25px; } }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100; }
  header ~ .header-spacer {
    height: 95px; }
  header:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 140px;
    background: linear-gradient(to bottom, rgba(46, 64, 90, 0.2) 0%, rgba(46, 64, 90, 0) 100%);
    z-index: -1;
    transition: height 600ms ease; }
  header .inner {
    height: 95px;
    background: white;
    text-align: center;
    color: black;
    transition: background 600ms ease, color 600ms ease; }
  header .container {
    display: inline-block;
    width: auto;
    transition: min-width 600ms ease; }
    @media screen and (min-width: 992px) {
      header .container {
        position: relative; } }
    @media screen and (min-width: 1215px) {
      header .container.min-width {
        min-width: 1185px; } }
  header .logo {
    position: absolute;
    left: 15px;
    width: 106px;
    line-height: 95px;
    transition: opacity 600ms ease, width 600ms ease 600ms; }
    header .logo img {
      width: 106px;
      height: auto;
      max-width: unset;
      max-height: unset; }
  header .header-menu .menu-toggle {
    width: 100%;
    text-align: right; }
  header .header-menu ul {
    display: table;
    margin: 0px auto;
    padding: 0px;
    border-spacing: 5px 0px;
    text-align: right; }
  header .header-menu li {
    display: table-cell;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    line-height: 95px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    list-style: none;
    font-size: 12px; }
    header .header-menu li a {
      padding: 0px 10px;
      white-space: nowrap; }
      header .header-menu li a:hover {
        text-shadow: -0.5px 0px 0px black, 0.5px 0px 0px black;
        color: inherit; }
    header .header-menu li.current-menu-item:after,
    body.single-project header .header-menu li.menu-item-object-project:after {
      content: '';
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      height: 10px;
      background: url("../../images/pattern-sm-new.png"); }
      @media screen and (max-width: 991px) {
        header .header-menu li.current-menu-item:after,
        body.single-project header .header-menu li.menu-item-object-project:after {
          height: 6px; } }
    header .header-menu li.close-menu button {
      background: transparent !important; }
    header .header-menu li.search {
      position: absolute;
      right: 15px;
      top: 0;
      transition: right 300ms ease; }
      header .header-menu li.search .fa {
        font-size: 16px; }
      header .header-menu li.search .search-box {
        position: absolute;
        right: -10px;
        top: 100%;
        height: 46px;
        padding: 8px 8px 6px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #f1f1f1;
        line-height: 30px; }
        header .header-menu li.search .search-box input[type='text'] {
          height: 30px;
          width: 230px;
          margin: 0px; }
        header .header-menu li.search .search-box button {
          height: 30px;
          padding: 1px 5px 0px 7px; }
  header.collapsed:before {
    height: 180px; }
  header.collapsed .inner {
    background: transparent;
    color: white; }
  header.collapsed .container {
    min-width: 1px; }
  header.collapsed .logo {
    width: 0px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 600ms ease, width 600ms ease; }
  header.collapsed .header-menu .menu-toggle .hamburger-inner,
  header.collapsed .header-menu .menu-toggle .hamburger-inner::before,
  header.collapsed .header-menu .menu-toggle .hamburger-inner::after {
    background: white; }
  header.collapsed .header-menu li a:hover {
    text-shadow: -0.2px 0px 0px white, 0.2px 0px 0px white; }
  header.collapsed .header-menu li.search {
    right: -20px; }
  @media screen and (max-width: 1199px), screen and (min-width: 1200px) and (max-height: 900px) {
    header ~ .header-spacer {
      height: 100px; }
    header:before {
      height: 115px; }
    header .inner {
      height: 100px; }
    header .logo,
    header .header-menu li {
      line-height: 100px; } }
  @media screen and (max-width: 1199px) {
    header .logo {
      position: relative;
      left: 0;
      float: left; }
    header .header-menu {
      float: right; }
      header .header-menu li.search {
        position: relative;
        right: 0; } }
  @media screen and (max-width: 991px) {
    header .header-menu ul {
      margin: 0px -8px 0px auto;
      border-spacing: 0px; }
    header .header-menu li {
      margin: 0px;
      letter-spacing: 0.5px; }
      header .header-menu li a {
        padding: 0px 8px; } }
  @media screen and (max-width: 991px) {
    header ~ .header-spacer {
      height: 75px; }
    header:before {
      height: 100px; }
    header .inner {
      height: 75px; }
    header .logo {
      padding-top: 15px;
      line-height: 45px; }
    header .header-menu {
      padding: 8px 0px; }
      header .header-menu ul {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 100vh;
        margin: 0px;
        padding: 25px 0px 40px;
        background: rgba(0, 0, 0, 0.85) url("../../images/pattern-md-blk.png");
        text-align: center;
        color: white;
        overflow: auto; }
      header .header-menu li {
        display: block;
        line-height: 45px; }
        header .header-menu li.close-menu {
          margin: 0px 0px 55px; }
        header .header-menu li.search > a {
          display: none; }
        header .header-menu li.search .search-box {
          display: block !important;
          position: static;
          width: 218px;
          margin: 50px auto 0;
          background: transparent; }
          header .header-menu li.search .search-box input[type='text'] {
            width: 100%;
            padding-left: 0px;
            border-color: transparent;
            border-bottom-color: white;
            background: transparent;
            color: white; }
          header .header-menu li.search .search-box button {
            background: white;
            color: #30343a; }
    header.collapsed .container {
      min-width: 100%; } }

body.admin-bar header {
  top: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar header {
      top: 46px; } }

body.admin-bar #wpadminbar {
  position: fixed; }

footer {
  position: relative;
  background: #e5e5e5;
  font-size: 12px;
  z-index: 1; }
  footer.standard {
    padding: 51px 0px 47px; }
    footer.standard > .container {
      overflow: hidden; }
    footer.standard .flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin: 0px -30px; }
      footer.standard .flex > * {
        position: relative;
        padding: 0px 30px; }
    footer.standard .social-menu,
    footer.standard .footer-menu .menu {
      margin: 0px;
      padding: 0px; }
      footer.standard .social-menu li,
      footer.standard .footer-menu .menu li {
        margin: 5px 0px;
        padding: 0px;
        list-style: none; }
    footer.standard .social-menu a:hover {
      font-weight: 600; }
    footer.standard .footer-menu {
      color: #85898f; }
      footer.standard .footer-menu a:hover {
        color: black; }
    footer.standard .copy,
    footer.standard .social {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 19%; }
      footer.standard .copy:after,
      footer.standard .social:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 1px;
        background: #cdcdcd; }
    footer.standard .taglines-menu {
      width: 290px; }
      @media screen and (max-width: 1199px) {
        footer.standard .taglines-menu {
          width: 200px; } }
    footer.standard .newsletter {
      width: 200px;
      padding-left: 0px; }
      footer.standard .newsletter button {
        font-size: 11px; }
    @media screen and (max-width: 991px) {
      footer.standard .copy,
      footer.standard .social {
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        width: 33%;
        margin: 0px 0px 40px; }
      footer.standard .social:after {
        display: none; }
      footer.standard .taglines-menu {
        width: 40%; }
      footer.standard .newsletter {
        width: 60%; } }
    @media screen and (max-width: 767px) {
      footer.standard {
        text-align: center; }
        footer.standard .copy,
        footer.standard .social {
          width: 100%;
          margin: 0px 0px 30px; }
        footer.standard .social:before, footer.standard .social:after {
          content: '';
          display: block;
          position: static;
          width: 115px;
          height: 1px;
          margin: 0 auto;
          background: #cdcdcd; }
        footer.standard .social:before {
          margin-bottom: 30px; }
        footer.standard .social:after {
          margin-top: 25px; }
        footer.standard .taglines-menu,
        footer.standard .newsletter {
          width: 100%;
          padding: 0px 30px; }
        footer.standard .newsletter .input-group-btn {
          display: block;
          width: 100%;
          margin-top: 5px; }
          footer.standard .newsletter .input-group-btn button {
            width: 100%; }
        footer.standard .footer-menu {
          width: 100%;
          margin: 35px 0px 0px;
          text-align: center; }
          footer.standard .footer-menu:before {
            content: '';
            display: block;
            width: 115px;
            height: 1px;
            margin: 0 auto 35px;
            background: #cdcdcd; } }
  footer.contact {
    padding: 36px 0px 38px; }
    footer.contact:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      width: calc(50% - 585px + 292px);
      background: #dbdbdb; }
      @media screen and (max-width: 1199px) {
        footer.contact:before {
          width: calc(50% - 485px + 242px); } }
      @media screen and (max-width: 991px) {
        footer.contact:before {
          width: calc(50% - 375px + 250px); } }
    footer.contact .container {
      position: relative; }
    footer.contact .social-menu {
      margin: 15px -10px 0px;
      padding: 0px; }
      footer.contact .social-menu li {
        display: inline-block;
        margin: 0px;
        padding: 0px 10px;
        text-align: center;
        list-style: none; }
        footer.contact .social-menu li .fa {
          display: block;
          margin: 0px 0px 8px;
          font-size: 30px; }
        footer.contact .social-menu li a .fa,
        footer.contact .social-menu li a span {
          transition: color 300ms ease; }
        footer.contact .social-menu li a:hover .fa-instagram,
        footer.contact .social-menu li a:hover .fa-instagram + span {
          color: #f77737; }
        footer.contact .social-menu li a:hover .fa-facebook,
        footer.contact .social-menu li a:hover .fa-facebook + span {
          color: #3b5998; }
        footer.contact .social-menu li a:hover .fa-linkedin,
        footer.contact .social-menu li a:hover .fa-linkedin + span {
          color: #0077b5; }
    footer.contact .taglines {
      padding: 0px 15px; }
      @media screen and (max-width: 991px) {
        footer.contact .taglines {
          padding: 0px 0px 0px 15px; } }
    footer.contact .newsletter .row {
      margin: 0px -4px; }
      footer.contact .newsletter .row > div {
        padding: 0px 4px 4px; }
    footer.contact .newsletter button {
      width: 100%; }
    @media screen and (max-width: 767px) {
      footer.contact {
        padding: 0px 0px 40px;
        text-align: center; }
        footer.contact:before {
          display: none; }
        footer.contact .social-container {
          margin: 0px 0px 30px;
          padding: 25px 15px 20px;
          background: #dbdbdb; }
        footer.contact .taglines {
          margin: 0px 0px 20px;
          padding: 0px; } }

section {
  position: relative;
  z-index: 1; }
  section.image img {
    width: 100%;
    height: auto; }
  section.image .bg {
    padding: 0px 0px 40%; }
  @media screen and (max-width: 767px) {
    section.image .bg {
      height: 310px;
      padding: 0px; } }
  section.hr {
    background: #f1f1f1; }
  section.divisions {
    padding: 38px 0px;
    background-color: #f1f1f1; }
    section.divisions .container {
      position: relative;
      z-index: 1; }
    section.divisions .main-division {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
    section.divisions svg {
      margin: 0px -15px -5px; }
    section.divisions .division-separator {
      position: absolute;
      top: -90px;
      left: 0px;
      right: 0px;
      height: 130px;
      background: #f1f1f1;
      z-index: -1; }
      section.divisions .division-separator .path {
        position: absolute;
        top: 66px;
        left: 15px;
        right: 15px;
        height: 2px;
        background: white; }
        section.divisions .division-separator .path:before, section.divisions .division-separator .path:after {
          content: '';
          position: absolute;
          width: 2px;
          height: 25px;
          background: white;
          z-index: 1; }
        section.divisions .division-separator .path:before {
          bottom: 0px;
          right: 0px; }
        section.divisions .division-separator .path:after {
          top: 0px;
          left: 0px; }
    section.divisions .sub-divisions > :nth-child(even) .division-separator .path:before {
      right: auto;
      left: 0px; }
    section.divisions .sub-divisions > :nth-child(even) .division-separator .path:after {
      left: auto;
      right: 0px; }
    section.divisions .tile.division.offset {
      margin: -113px 0px 0px; }
    section.divisions .flex-stretch .tile.division {
      height: 100%; }
    @media screen and (max-width: 991px) {
      section.divisions .main-division {
        width: 80%; }
      section.divisions .main-division,
      section.divisions .tile.division {
        margin-bottom: 30px; }
      section.divisions svg {
        display: none; }
      section.divisions .flex-stretch .tile.division {
        height: auto; } }
    @media screen and (max-width: 767px) {
      section.divisions {
        padding: 0px 0px 15px; }
        section.divisions .main-division {
          width: 100%; }
        section.divisions .main-division,
        section.divisions .tile.division {
          margin: 0px 0px 45px; }
          section.divisions .main-division.offset,
          section.divisions .tile.division.offset {
            margin-top: -37px; }
        section.divisions .sub-divisions > :last-child:before {
          content: '';
          position: absolute;
          left: 0px;
          right: 0px;
          bottom: -15px;
          height: 100px;
          background: #f1f1f1; } }
  section.latest-projects, section.latest-news {
    padding: 33px 0px 38px;
    background: white;
    overflow: hidden; }
    section.latest-projects .container, section.latest-news .container {
      position: relative; }
      section.latest-projects .container > h4, section.latest-news .container > h4 {
        margin-bottom: 12px; }
      section.latest-projects .container > a, section.latest-news .container > a {
        display: block;
        margin: 30px 0px 0px;
        font-weight: 500;
        text-align: center;
        color: inherit; }
    section.latest-projects .archive-link, section.latest-news .archive-link {
      position: absolute;
      left: -15px;
      bottom: 0px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      z-index: 1; }
      section.latest-projects .archive-link .button, section.latest-news .archive-link .button {
        width: 266px;
        height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url("../../images/pattern-md-rev.png") !important;
        font-weight: 500;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      @media screen and (max-width: 1199px) {
        section.latest-projects .archive-link, section.latest-news .archive-link {
          left: -10px; }
          section.latest-projects .archive-link .button, section.latest-news .archive-link .button {
            width: 229px; } }
      @media screen and (max-width: 991px) {
        section.latest-projects .archive-link .button, section.latest-news .archive-link .button {
          width: 234px; } }
      @media screen and (max-width: 767px) {
        section.latest-projects .archive-link, section.latest-news .archive-link {
          position: static;
          margin: 0px 0px 15px;
          -webkit-transform: none;
                  transform: none; }
          section.latest-projects .archive-link .button, section.latest-news .archive-link .button {
            width: 100%; } }
    section.latest-projects .slick, section.latest-news .slick {
      overflow: hidden; }
      section.latest-projects .slick .slick-list, section.latest-news .slick .slick-list {
        margin: 0px -15px; }
      section.latest-projects .slick .slick-slide, section.latest-news .slick .slick-slide {
        padding: 0px 15px 0px 14px; }
      section.latest-projects .slick .slick-prev, section.latest-news .slick .slick-prev {
        pointer-events: none;
        opacity: 0;
        transition: opacity 600ms ease; }
        section.latest-projects .slick .slick-prev.active, section.latest-news .slick .slick-prev.active {
          pointer-events: auto;
          opacity: 1; }
      section.latest-projects .slick .slick-next:not(:hover):before, section.latest-news .slick .slick-next:not(:hover):before,
      section.latest-projects .slick .slick-prev:not(:hover):before, section.latest-news .slick .slick-prev:not(:hover):before {
        opacity: 0.5; }
  section.latest-news {
    background: #f1f1f1; }
    section.latest-news .archive-link .button {
      width: 265px; }
      @media screen and (max-width: 1199px) {
        section.latest-news .archive-link .button {
          width: 216px; } }
      @media screen and (max-width: 991px) {
        section.latest-news .archive-link .button {
          width: 223px; } }
      @media screen and (max-width: 767px) {
        section.latest-news .archive-link .button {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      section.latest-news {
        padding-top: 0px; } }
  section.directors, section.profiles, section.partners, section.gallery {
    padding: 70px 0px 72px;
    position: static !important; }
    section.directors .container, section.profiles .container, section.partners .container, section.gallery .container {
      position: relative; }
      section.directors .container > h4, section.profiles .container > h4, section.partners .container > h4, section.gallery .container > h4 {
        margin-bottom: 12px; }
    section.directors .section-title, section.profiles .section-title, section.partners .section-title, section.gallery .section-title {
      position: absolute;
      top: 0px;
      left: -15px;
      -webkit-transform: rotate(-90deg) translate(-100%, -100%);
              transform: rotate(-90deg) translate(-100%, -100%);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      z-index: 1; }
      section.directors .section-title .button, section.profiles .section-title .button, section.partners .section-title .button, section.gallery .section-title .button {
        width: 265px;
        height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url("../../images/pattern-md-rev.png") !important;
        font-weight: 500;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 991px) {
      section.directors, section.profiles, section.partners, section.gallery {
        padding: 70px 0px 42px; }
        section.directors .tile.director, section.profiles .tile.director, section.partners .tile.director, section.gallery .tile.director, section.directors .tile.profile-modal, section.profiles .tile.profile-modal, section.partners .tile.profile-modal, section.gallery .tile.profile-modal {
          margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      section.directors, section.profiles, section.partners, section.gallery {
        padding: 40px 0px 0px; }
        section.directors .section-title, section.profiles .section-title, section.partners .section-title, section.gallery .section-title {
          position: static;
          margin: 0px 0px 20px;
          -webkit-transform: none;
                  transform: none; }
          section.directors .section-title .button, section.profiles .section-title .button, section.partners .section-title .button, section.gallery .section-title .button {
            width: 100%; } }
  section.profiles {
    position: static;
    padding: 70px 0px 50px;
    background: #f1f1f1; }
    section.profiles .section-title {
      top: 43px; }
    section.profiles .division {
      margin: 0px 0px 20px; }
      section.profiles .division .division-name {
        margin: 0px 0px 25px; }
      section.profiles .division .tile.profile {
        margin: 0px 0px 30px; }
    @media screen and (max-width: 767px) {
      section.profiles {
        padding: 15px 0px; }
        section.profiles .division {
          margin: 0px; }
          section.profiles .division .division-name {
            margin: 0px 0px 30px;
            text-align: center; }
          section.profiles .division:nth-child(2) .division-name {
            margin-top: 30px; }
          section.profiles .division .tile.profile {
            margin-left: auto;
            margin-right: auto; } }
  section.partners {
    padding: 70px 0px 50px; }
    section.partners .tile.partner {
      margin: 0px 0px 30px; }
    @media screen and (max-width: 767px) {
      section.partners {
        padding: 15px 0px; }
        section.partners .tile.partner {
          margin: 0px auto 20px; } }
  section.intro {
    padding: 70px 0px 188px;
    background-color: #e5e5e5; }
    section.intro .typography {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    @media screen and (min-width: 768px) {
      section.intro:before, section.intro:after {
        width: 65px; } }
    @media screen and (max-width: 991px) {
      section.intro {
        padding: 50px 0px; }
        section.intro .typography {
          width: 80%; } }
    @media screen and (max-width: 767px) {
      section.intro {
        padding: 33px 0px 45px; }
        section.intro .typography {
          width: 100%;
          padding: 0px 45px; } }
  section.services {
    padding: 0px 0px 67px;
    background: #f1f1f1; }
    section.services .flex-stretch {
      margin: -112px 0px 0px; }
    section.services .tile.services {
      height: 100%; }
    @media screen and (max-width: 991px) {
      section.services {
        padding: 30px 0px 0px; }
        section.services .flex-stretch {
          margin: 0px; }
        section.services .tile.services {
          height: auto;
          margin: 0px 0px 30px; } }
  section.header {
    padding: 38px 15px 35px;
    background: #e5e5e5;
    text-align: center; }
    section.header.bg-living, section.header.bg-create {
      color: white; }
    section.header:after {
      content: '';
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      height: 15px;
      background: linear-gradient(to top, rgba(46, 64, 90, 0.03) 0%, rgba(46, 64, 90, 0) 100%); }
    section.header h2, section.header h6, section.header p, section.header li, section.header .input-label, section.header
    label {
      line-height: 27px; }
    section.header .archive-link a img {
      max-height: 1em;
      margin: -2px 4px 0px 0px; }
    @media screen and (max-width: 1199px) {
      section.header {
        padding: 30px 15px 27px; } }
    @media screen and (max-width: 767px) {
      section.header {
        padding: 42px 15px 40px; }
        section.header .row {
          margin: 0px -30px; }
        section.header .align-left,
        section.header .align-right {
          text-align: center; }
        section.header .align-left {
          margin-bottom: 20px; }
        section.header .align-right {
          margin-top: 15px; } }
  section.projects, section.posts {
    padding: 40px 0px 10px;
    background: #f1f1f1; }
    section.projects .filters, section.posts .filters {
      margin: 5px -15px 25px;
      text-align: center; }
      section.projects .filters .filter, section.posts .filters .filter {
        display: inline-block;
        margin: 0px 0px 15px;
        padding: 15px; }
      section.projects .filters h6, section.posts .filters h6 {
        display: inline-block;
        margin: 0px 5px 0px 0px;
        padding: 0px; }
      section.projects .filters ul, section.posts .filters ul {
        display: inline;
        padding: 0px; }
      section.projects .filters li, section.posts .filters li {
        display: inline-block;
        margin: 0px;
        padding: 0px; }
        section.projects .filters li:before, section.posts .filters li:before {
          content: '|';
          padding: 0px 10px 0px 5px; }
        section.projects .filters li:first-child:before, section.posts .filters li:first-child:before {
          display: none; }
      section.projects .filters a.active, section.posts .filters a.active {
        font-weight: 600; }
      @media screen and (max-width: 767px) {
        section.projects .filters, section.posts .filters {
          margin: 0px -15px 15px;
          padding: 25px 15px;
          background: #e5e5e5; }
          section.projects .filters li, section.posts .filters li {
            margin: 0px 3px 0px 0px; }
            section.projects .filters li:before, section.posts .filters li:before {
              padding: 0px 5px 0px 0px; } }
    section.projects .tile.project, section.posts .tile.project, section.projects .tile.post, section.posts .tile.post, section.projects .tile.partner, section.posts .tile.partner {
      margin: 0px 0px 30px; }
    @media screen and (max-width: 767px) {
      section.projects, section.posts {
        padding: 0px; }
        section.projects .tile.project, section.posts .tile.project, section.projects .tile.post, section.posts .tile.post, section.projects .tile.partner, section.posts .tile.partner {
          margin-left: auto;
          margin-right: auto; } }
  section.project-details {
    padding: 40px 0px 44px;
    background: #f1f1f1; }
    section.project-details .data {
      margin: -2px 0px -10px;
      padding: 0px; }
      section.project-details .data li {
        margin: 0px;
        padding: 2px 0px;
        list-style: none; }
      section.project-details .data label {
        min-width: 175px;
        font-weight: 500; }
    section.project-details .button {
      margin: 30px 0px 0px;
      font-size: 12px;
      font-weight: 600; }
    section.project-details .logo-website {
      padding-top: 4px;
      text-align: right; }
      section.project-details .logo-website .logo {
        width: 325px;
        height: auto;
        max-width: 100%; }
      section.project-details .logo-website .button {
        width: 325px;
        max-width: 100%;
        margin: 0px 0px 20px;
        padding-top: 13px;
        padding-bottom: 13px;
        text-transform: uppercase; }
        section.project-details .logo-website .button .icon {
          margin: -3px 0px 0px 5px; }
    @media screen and (max-width: 767px) {
      section.project-details {
        padding: 30px 0px 15px;
        text-align: center; }
        section.project-details .data li {
          margin-bottom: 20px; }
        section.project-details .data label {
          display: block;
          min-width: unset; }
        section.project-details .button {
          margin-bottom: 20px; }
        section.project-details .logo-website {
          text-align: inherit; } }
  section.gallery {
    padding: 33px 0px;
    overflow: hidden; }
    section.gallery .slick .slick-arrow:not(:hover):before {
      opacity: 0.5; }
    section.gallery .slick .slick-prev {
      display: none !important; }
    section.gallery .slick .slick-slide {
      position: relative;
      padding: 0px 15px; }
      section.gallery .slick .slick-slide:after {
        content: '\f002';
        position: absolute;
        top: 50%;
        left: 50%;
        font: normal normal normal 36px/1 FontAwesome;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: opacity 300ms ease; }
        @media screen and (max-width: 767px) {
          section.gallery .slick .slick-slide:after {
            display: none; } }
      section.gallery .slick .slick-slide img {
        opacity: 1;
        transition: opacity 300ms ease; }
      section.gallery .slick .slick-slide:hover:after {
        opacity: 1; }
      section.gallery .slick .slick-slide:hover img {
        opacity: 0.5; }
      @media screen and (max-width: 420px) {
        section.gallery .slick .slick-slide {
          height: auto;
          padding: 0px; } }
  section.copy {
    padding: 40px 0px 45px;
    background: #f1f1f1; }
    section.copy.grey {
      background: #e5e5e5; }
    section.copy.centered {
      text-align: center; }
    section.copy.slightly-bigger {
      padding: 85px 0px 90px; }
      section.copy.slightly-bigger .typography {
        font-size: 1.143em;
        font-weight: 500; }
        section.copy.slightly-bigger .typography p, section.copy.slightly-bigger .typography li, section.copy.slightly-bigger .typography .input-label, section.copy.slightly-bigger .typography
        label {
          line-height: 1.7em; }
      @media screen and (max-width: 991px) {
        section.copy.slightly-bigger {
          padding: 40px 0px 45px; } }
    @media screen and (max-width: 767px) {
      section.copy {
        text-align: center; } }
  section.nextprev {
    background: #30343a;
    font-size: 12px;
    color: white; }
    section.nextprev .container {
      padding: 0px; }
    section.nextprev ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin: 0px;
      padding: 0px; }
      section.nextprev ul li {
        margin: 0px;
        padding: 0px;
        list-style: none; }
    section.nextprev a {
      display: inline-block;
      position: relative;
      padding: 15px;
      letter-spacing: 2px;
      transition: background 300ms ease;
      z-index: 2; }
      section.nextprev a img {
        max-height: 1em;
        margin: -3px 0px 0px; }
      section.nextprev a.prev img {
        margin-right: 5px; }
      section.nextprev a.next img {
        margin-left: 5px; }
      section.nextprev a:hover + .hover {
        opacity: 1; }
      section.nextprev a.archive:hover {
        background: #181a1d; }
    section.nextprev .hover {
      position: absolute;
      top: 0px;
      bottom: 0px;
      width: calc(50% - 480px);
      background: #181a1d;
      opacity: 0;
      transition: opacity 300ms ease; }
      @media screen and (max-width: 1199px) {
        section.nextprev .hover {
          width: calc(50% - 395px); } }
      @media screen and (max-width: 991px) {
        section.nextprev .hover {
          width: calc(50% - 285px); } }
    section.nextprev a.prev + .hover {
      left: 0px; }
    section.nextprev a.next + .hover {
      right: 0px; }
    @media screen and (max-width: 767px) {
      section.nextprev ul {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        background: #181a1d; }
        section.nextprev ul li {
          width: 50%; }
          section.nextprev ul li:first-child {
            width: 100%;
            background: #30343a;
            text-align: center; }
      section.nextprev a {
        width: 100%; }
        section.nextprev a.prev {
          text-align: right; }
        section.nextprev a.next {
          text-align: left; } }
  section.posts .no-posts {
    padding: 100px 0px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    section.posts {
      padding: 15px 0px; }
      section.posts .tile.post, section.posts .tile.partner {
        margin-left: auto;
        margin-right: auto; } }
  section.loadmore {
    background: #30343a;
    font-size: 12px; }
    section.loadmore .button {
      width: 100%;
      padding: 15px 0px;
      background: #30343a;
      color: white; }
  section.locations {
    padding: 35px 0px 42px; }
    section.locations .tile.location {
      margin-bottom: 35px; }
    section.locations .button {
      width: 165px;
      margin-top: 5px;
      font-size: 12px;
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto; }
    section.locations .map-wrapper {
      position: relative;
      padding-bottom: 66%; }
      section.locations .map-wrapper #map {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px; }
    @media screen and (max-width: 767px) {
      section.locations {
        padding-bottom: 0px;
        text-align: center; }
        section.locations .button {
          margin-bottom: 40px; }
        section.locations .map-wrapper {
          margin-left: -15px;
          margin-right: -15px; } }

.tile {
  position: relative; }
  .tile.division {
    padding: 54px 67px;
    background: white;
    text-align: center; }
    .tile.division .logo {
      margin-bottom: 48px; }
      .tile.division .logo img {
        max-width: 100%;
        height: auto; }
    .tile.division .max-width {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
    .tile.division .buttons {
      margin-top: 43px; }
      .tile.division .buttons.fake {
        visibility: hidden;
        opacity: 0;
        pointer-events: none; }
      .tile.division .buttons.real {
        position: absolute;
        left: 67px;
        right: 67px;
        bottom: 54px; }
      .tile.division .buttons .button {
        margin-bottom: 10px;
        font-size: 12px; }
        @media screen and (min-width: 1200px) {
          .tile.division .buttons .button {
            width: 47%; } }
    @media screen and (max-width: 767px) {
      .tile.division {
        padding: 30px 15px; }
        .tile.division .logo {
          margin-bottom: 30px;
          padding: 0px 45px; }
        .tile.division .buttons.fake {
          display: none; }
        .tile.division .buttons.real {
          position: static; }
        .tile.division .buttons .button {
          min-width: 180px; } }
  .tile.project, .tile.post, .tile.partner {
    color: white;
    overflow: hidden; }
    .tile.project .image, .tile.post .image, .tile.partner .image {
      height: 201px; }
      .tile.project .image img, .tile.post .image img, .tile.partner .image img {
        width: 100%; }
      @media screen and (max-width: 1199px) {
        .tile.project .image, .tile.post .image, .tile.partner .image {
          height: auto; } }
    .tile.project .title, .tile.post .title, .tile.partner .title {
      padding: 13px 20px;
      background: #30343a; }
      .tile.project .title h5, .tile.post .title h5, .tile.partner .title h5 {
        font-weight: 500;
        line-height: 1.4em; }
    .tile.project .overlay, .tile.post .overlay, .tile.partner .overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      padding: 0px 40px;
      text-align: center;
      -webkit-transform: translate(0px, -100%);
              transform: translate(0px, -100%);
      transition: -webkit-transform 300ms ease;
      transition: transform 300ms ease;
      transition: transform 300ms ease, -webkit-transform 300ms ease;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .tile.project .overlay .heading, .tile.post .overlay .heading, .tile.partner .overlay .heading {
        margin-bottom: 15px; }
    .tile.project .notice, .tile.post .notice, .tile.partner .notice {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 60px;
      height: 64px;
      font-size: 11px;
      text-align: center;
      text-transform: uppercase;
      color: black; }
      .tile.project .notice:before, .tile.post .notice:before, .tile.partner .notice:before {
        content: '';
        position: absolute;
        top: 18px;
        right: 0px;
        width: 108px;
        height: 110px;
        background: white;
        -webkit-transform: skewY(-50deg);
                transform: skewY(-50deg); }
      .tile.project .notice span, .tile.post .notice span, .tile.partner .notice span {
        position: relative; }
    @media screen and (min-width: 768px) {
      .tile.project:hover .overlay, .tile.post:hover .overlay, .tile.partner:hover .overlay {
        -webkit-transform: none;
                transform: none; } }
    @media screen and (max-width: 767px) {
      .tile.project, .tile.post, .tile.partner {
        max-width: 290px; } }
    @media screen and (max-width: 767px) {
      .tile.project.is-active .overlay, .is-active.tile.post .overlay, .is-active.tile.partner .overlay {
        -webkit-transform: none;
                transform: none; } }
  .tile.post .image, .tile.partner .image {
    height: 265px; }
    @media screen and (max-width: 1199px) {
      .tile.post .image, .tile.partner .image {
        height: auto; } }
  .tile.post .title, .tile.partner .title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }
  .featured-article .tile.post .title, .featured-article .tile.partner .title {
    padding-right: 85px; }
  .tile.director .typography .name, .tile.profile-modal .typography .name {
    margin: 0px; }
  .tile.director .typography .role, .tile.profile-modal .typography .role {
    margin-top: 0px; }
  @media screen and (max-width: 767px) {
    .tile.director, .tile.profile-modal {
      text-align: center; }
      .tile.director .photo, .tile.profile-modal .photo {
        margin-bottom: 15px; }
        .tile.director .photo img, .tile.profile-modal .photo img {
          margin: 0 auto; } }
  .tile.profile {
    border: 1px solid transparent;
    transition: border-color 300ms ease; }
    .tile.profile:not(:hover) {
      border-color: transparent !important; }
    .tile.profile .overlay {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      padding: 20px 25px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
      color: white; }
    @media screen and (max-width: 767px) {
      .tile.profile {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto; } }
  .tile.profile-modal .photo img {
    border: 2px solid #f1f1f1; }
  .tile.partner .title {
    padding: 20px 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.735) 0%, transparent 100%); }
    .tile.partner .title h5 {
      font-weight: 500; }
  @media screen and (max-width: 767px) {
    .tile.partner.is-active .overlay {
      -webkit-transform: none;
              transform: none; } }
  .tile.services {
    padding: 60px;
    background: white; }
    .tile.services .image {
      margin: -60px -60px 46px; }
      .tile.services .image img {
        width: 100%; }
    .tile.services .copy {
      margin: 40px 0px;
      text-align: center; }
    .tile.services .services {
      margin: -12px 0px;
      padding: 0px; }
      .tile.services .services li {
        display: block;
        margin: 0px;
        padding: 12px 0px;
        list-style: none; }
        .tile.services .services li:hover .hover-image {
          opacity: 1; }
      .tile.services .services .hover-image {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        opacity: 0;
        margin: 0px;
        transition: opacity 600ms ease;
        pointer-events: none; }
        .tile.services .services .hover-image img {
          width: 100%; }
    .tile.services .buttons {
      margin: 50px 0px 0px;
      text-align: center; }
      .tile.services .buttons.fake {
        visibility: hidden;
        opacity: 0;
        pointer-events: none; }
      .tile.services .buttons.real {
        position: absolute;
        left: 60px;
        right: 60px;
        bottom: 60px; }
      .tile.services .buttons .button {
        margin-bottom: 5px;
        font-size: 12px;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto; }
    @media screen and (max-width: 1199px) {
      .tile.services {
        padding: 60px 30px; }
        .tile.services .image {
          margin: -60px -30px 46px; } }
    @media screen and (max-width: 991px) {
      .tile.services .buttons.fake {
        display: none; }
      .tile.services .buttons.real {
        position: static; } }
    @media screen and (max-width: 767px) {
      .tile.services {
        padding: 30px 15px;
        text-align: center; }
        .tile.services .image {
          margin: -30px -15px 30px; }
        .tile.services .services {
          margin: -20px 0px -12px; }
          .tile.services .services .icon {
            margin: 0px 0px 10px; }
        .tile.services .buttons .button {
          min-width: 180px; } }
  .tile.location {
    cursor: pointer; }
    .tile.location > .fa {
      position: absolute;
      top: -2px;
      left: -20px;
      font-size: 21px; }
    .tile.location .typography {
      font-size: 12px; }
    @media screen and (max-width: 767px) {
      .tile.location {
        padding-left: 15px;
        text-align: center; }
        .tile.location > .fa {
          position: static; } }

body.page-template-home .header-spacer {
  display: none; }

body.page-template-home section.landing {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  z-index: 0; }
  body.page-template-home section.landing + .landing-spacer {
    height: 100vh; }
  body.page-template-home section.landing:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 180px;
    background: linear-gradient(to top, #171a1d 0%, rgba(23, 26, 29, 0) 100%);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      body.page-template-home section.landing:before {
        height: 90px; } }
  body.page-template-home section.landing .overlay {
    position: relative;
    max-width: 60%;
    z-index: 1; }
  body.page-template-home section.landing .image {
    position: relative; }
    body.page-template-home section.landing .image .bg {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px; }
      @media screen and (max-width: 767px) {
        body.page-template-home section.landing .image .bg + .bg {
          display: none; } }
    body.page-template-home section.landing .image a {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px; }
    body.page-template-home section.landing .image .notice {
      display: none;
      position: absolute;
      top: 65%;
      left: 0px;
      right: 0px;
      pointer-events: none; }
      body.page-template-home section.landing .image .notice h2 {
        display: inline-block;
        padding: 18px 40px 12px;
        background: white;
        font-size: 1.714em; }
        @media screen and (max-width: 767px) {
          body.page-template-home section.landing .image .notice h2 {
            padding: 14px 20px 10px;
            font-size: 1.143em; } }
  body.page-template-home section.landing .slick {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    body.page-template-home section.landing .slick .slick-dots {
      bottom: 115px; }
      @media screen and (max-width: 767px) {
        body.page-template-home section.landing .slick .slick-dots {
          bottom: 60px; } }
    body.page-template-home section.landing .slick .slick-arrow {
      width: 150px; }
      @media screen and (max-width: 1199px) {
        body.page-template-home section.landing .slick .slick-arrow {
          width: 100px; } }
      @media screen and (max-width: 991px) {
        body.page-template-home section.landing .slick .slick-arrow {
          width: 60px; } }
    body.page-template-home section.landing .slick.slick-initialized .notice {
      display: block; }

@media screen and (max-width: 991px) {
  body.page-template-home section.divisions .tile.division {
    margin-bottom: 30px; }
  body.page-template-home section.divisions .sub-divisions > :last-child .tile.division.offset {
    margin-top: 0px;
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  body.page-template-home section.divisions {
    padding-bottom: 35px; }
    body.page-template-home section.divisions .sub-divisions > :last-child:before {
      bottom: -35px; } }

.blog .select2-container--default .select2-selection--single,
.date .select2-container--default .select2-selection--single {
  background: #e5e5e5;
  border: 1px solid #30343a; }
  .blog .select2-container--default .select2-selection--single .select2-selection__rendered,
  .date .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: uppercase; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .featured-article .image,
  .date .featured-article .image {
    max-height: 214px; } }

@media screen and (max-width: 767px) {
  .blog .header .align-right,
  .date .header .align-right {
    margin: 0px; } }

@media screen and (max-width: 991px) {
  .single-post section.header .row h2 {
    margin-top: 15px; } }

.single-post .slick .slick-arrow {
  width: 70px; }
  .single-post .slick .slick-arrow:not(:hover):before {
    opacity: 0.5; }

.single-post .slick .slick-dots {
  display: none !important; }

.page-template-subscriptions .image .bg-subs {
  height: 465px !important;
  padding: 0 !important; }

.page-template-subscriptions h6 {
  margin: 25px 0 20px; }

.page-template-subscriptions p.small, .page-template-subscriptions li.small, .page-template-subscriptions .small.input-label, .page-template-subscriptions
label.small {
  font-size: 11px; }

.page-template-subscriptions .subscriptions {
  padding: 115px 0 115px;
  position: relative; }
  .page-template-subscriptions .subscriptions .subscription-box {
    padding: 60px 50px 20px;
    text-align: center;
    max-width: 585px;
    width: 100%;
    background: #fff;
    margin: 0 auto; }
    .page-template-subscriptions .subscriptions .subscription-box .loading-gif {
      display: block;
      margin: 20px auto 0px;
      width: 20px;
      opacity: 0;
      transition: all 300ms ease; }
      .page-template-subscriptions .subscriptions .subscription-box .loading-gif.in {
        opacity: 1; }
    .page-template-subscriptions .subscriptions .subscription-box #subscription-options {
      padding-bottom: 35px; }
      .page-template-subscriptions .subscriptions .subscription-box #subscription-options .check-input {
        padding-bottom: 35px;
        text-align: left;
        margin: 0pc auto;
        display: table; }
        .page-template-subscriptions .subscriptions .subscription-box #subscription-options .check-input input[type="checkbox"] {
          display: none; }
        .page-template-subscriptions .subscriptions .subscription-box #subscription-options .check-input input[type="checkbox"] + label span {
          display: inline-block;
          width: 16px;
          height: 19px;
          margin: -2px 10px 0 0;
          vertical-align: middle;
          background: url(../../images/check-box.png) left top no-repeat !important;
          cursor: pointer; }
        .page-template-subscriptions .subscriptions .subscription-box #subscription-options .check-input input[type="checkbox"]:checked + label span {
          background: url(../../images/check-box.png) -16px top no-repeat !important; }
      .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block {
        margin: 0 0 25px; }
        .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block p, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block li, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block .input-label, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block
        label {
          margin: 0 0 5px; }
          .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block p.form-field, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block li.form-field, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block .form-field.input-label, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block
          label.form-field {
            margin: 2px 0 0; }
        .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block__inputs {
          margin: 10px 0; }
          .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block__inputs p, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block__inputs li, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block__inputs .input-label, .page-template-subscriptions .subscriptions .subscription-box #subscription-options .form-block__inputs
          label {
            margin: 0 0 2px; }
      .page-template-subscriptions .subscriptions .subscription-box #subscription-options #submit-btn {
        text-transform: uppercase;
        font-size: 11px; }
    .page-template-subscriptions .subscriptions .subscription-box .sub-error {
      margin: 0 0 25px !important;
      color: red;
      display: none; }
    .page-template-subscriptions .subscriptions .subscription-box #unsubscribe-all {
      margin-top: 17px;
      font-size: 11px;
      padding: 9px 45px 7px 45px; }
    .page-template-subscriptions .subscriptions .subscription-box .thank-you {
      display: none; }
  .page-template-subscriptions .subscriptions::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 75px;
    background: url(../../images/pattern-lg.png); }
  .page-template-subscriptions .subscriptions::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75px;
    background: url(../../images/pattern-lg.png); }

@media screen and (max-width: 991px) {
  .page-template-subscriptions .image .bg-subs {
    height: 365px !important; }
  .page-template-subscriptions .subscriptions {
    padding: 80px 0 80px; }
    .page-template-subscriptions .subscriptions .subscription-box {
      padding: 50px 30px; } }

@media screen and (max-width: 767px) {
  .page-template-subscriptions .image .bg-subs {
    height: 265px !important; }
  .page-template-subscriptions .subscriptions {
    padding: 40px 0 40px; }
    .page-template-subscriptions .subscriptions .subscription-box {
      padding: 30px 20px; }
    .page-template-subscriptions .subscriptions::before {
      width: 15px; }
    .page-template-subscriptions .subscriptions::after {
      width: 15px; } }

@media screen and (max-width: 420px) {
  .page-template-subscriptions .image .bg-subs {
    height: 200px !important; }
  .page-template-subscriptions .subscriptions {
    padding: 15px 0 15px; } }

.modal.alamer-popup {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .modal.alamer-popup ~ .modal-backdrop.in {
    background: rgba(0, 0, 0, 0.3) !important; }
  .modal.alamer-popup .modal-content {
    max-width: 800px;
    width: 100%;
    height: auto;
    padding: 0px;
    background-color: #080807;
    margin: auto;
    border: none; }
  .modal.alamer-popup .alamer-modal-content .modal-links__close {
    cursor: pointer;
    right: 30px;
    top: 30px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .modal.alamer-popup .alamer-modal-content .modal-links__close {
        right: 6px;
        top: 6px; } }
    .modal.alamer-popup .alamer-modal-content .modal-links__close svg {
      width: 65px;
      height: 65px; }
      @media screen and (max-width: 767px) {
        .modal.alamer-popup .alamer-modal-content .modal-links__close svg {
          width: 40px;
          height: 40px; } }
  .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__head {
    width: 100%; }
    .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__head img {
      width: 100%;
      height: auto; }
    .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__head .show-mobile {
      display: none; }
      @media screen and (max-width: 475px) {
        .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__head .show-mobile {
          display: block; } }
    .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__head .hide-mobile {
      display: none; }
      @media screen and (min-width: 476px) {
        .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__head .hide-mobile {
          display: block; } }
  .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy {
    padding: 40px 110px 60px;
    font-family: "Theinhardt-Light", "Polaris", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy {
        padding: 40px 30px 50px; } }
    .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy p, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy li, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy .input-label, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy
    label {
      color: #FFFFFF;
      font-size: 19px;
      line-height: 1.3;
      text-align: center;
      font-weight: 300;
      letter-spacing: 0.2px; }
      .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy p a.modal--text--button, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy li a.modal--text--button, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy .input-label a.modal--text--button, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy
      label a.modal--text--button {
        border: 1px solid #dbbfa5;
        color: #dbbfa5;
        background-color: transparent;
        height: 55px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 15px;
        font-family: "Theinhardt-Light", "Polaris", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 17px;
        margin-top: 50px;
        transition: all 300ms ease; }
        .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy p a.modal--text--button:hover, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy li a.modal--text--button:hover, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy .input-label a.modal--text--button:hover, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy
        label a.modal--text--button:hover {
          background-color: #dbbfa5;
          color: #000; }
        @media screen and (max-width: 767px) {
          .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy p a.modal--text--button, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy li a.modal--text--button, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy .input-label a.modal--text--button, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy
          label a.modal--text--button {
            font-size: 15px;
            letter-spacing: 1.8px;
            padding: 15px 30px; } }
      .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy p:last-of-type, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy li:last-of-type, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy .input-label:last-of-type, .modal.alamer-popup .alamer-modal-content .alamer-modal-content-wrapper .alamer-modal-content__copy
      label:last-of-type {
        margin-top: 45px; }

.land-acq-carousel {
  height: 785px; }
  .land-acq-carousel img {
    display: none;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1500px) {
    .land-acq-carousel {
      height: auto; }
      .land-acq-carousel img {
        display: block; } }

.land-acq-contact {
  background-color: #2B2E31;
  color: #fff;
  padding: 110px 0px 120px; }
  .land-acq-contact .contact-intro {
    text-align: center;
    margin-bottom: 55px; }
    .land-acq-contact .contact-intro h2 {
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        .land-acq-contact .contact-intro h2 {
          margin-bottom: 25px; }
          .land-acq-contact .contact-intro h2 br {
            display: none; }
          .land-acq-contact .contact-intro h2 .intro-h2 {
            font-size: 19px; } }
  @media screen and (max-width: 767px) {
    .land-acq-contact {
      padding: 70px 0px; } }
  .land-acq-contact .wpcf7-form {
    max-width: 760px;
    margin: 0 auto; }

.land-acq-header {
  height: 465px; }
  @media screen and (max-width: 767px) {
    .land-acq-header {
      height: 355px; } }

.land-acq-landing.divisions {
  padding: 40px 0 100px; }
  @media screen and (max-width: 991px) {
    .land-acq-landing.divisions {
      padding: 40px 0 40px; } }
  @media screen and (max-width: 767px) {
    .land-acq-landing.divisions {
      padding: 40px 0 15px; } }
  .land-acq-landing.divisions .tile.division {
    padding: 105px 85px; }
    .land-acq-landing.divisions .tile.division h1 {
      font-weight: 600; }
    .land-acq-landing.divisions .tile.division h2 span.trustedpartner-intro {
      max-width: 100%; }
    .land-acq-landing.divisions .tile.division p, .land-acq-landing.divisions .tile.division li, .land-acq-landing.divisions .tile.division .input-label, .land-acq-landing.divisions .tile.division
    label {
      max-width: 85%;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 767px) {
      .land-acq-landing.divisions .tile.division {
        padding: 60px 30px; }
        .land-acq-landing.divisions .tile.division h1 {
          padding-top: 10px; }
        .land-acq-landing.divisions .tile.division h2 .intro-h2 {
          font-size: 19px; } }
    @media screen and (max-width: 419px) {
      .land-acq-landing.divisions .tile.division {
        padding: 30px 15px; } }
  .land-acq-landing.divisions .tile.division.offset {
    margin: -190px 0 0; }

.land-acq-livingpartnership {
  background-color: #2B2E31;
  color: #fff;
  padding: 145px 0px; }
  @media screen and (max-width: 991px) {
    .land-acq-livingpartnership {
      padding: 100px 0px 40px; } }
  @media screen and (max-width: 767px) {
    .land-acq-livingpartnership {
      padding: 70px 0px; } }
  .land-acq-livingpartnership .partnership-intro {
    padding-bottom: 110px; }
    .land-acq-livingpartnership .partnership-intro h2 {
      line-height: 1.41; }
    @media screen and (max-width: 991px) {
      .land-acq-livingpartnership .partnership-intro {
        padding-bottom: 65px; } }
    @media screen and (max-width: 767px) {
      .land-acq-livingpartnership .partnership-intro {
        text-align: center;
        padding-bottom: 50px; } }
  .land-acq-livingpartnership .partnership-items-wrapper {
    padding: 0px 185px 0px 160px; }
    @media screen and (max-width: 1200px) {
      .land-acq-livingpartnership .partnership-items-wrapper {
        padding: 0px 100px; } }
    @media screen and (max-width: 991px) {
      .land-acq-livingpartnership .partnership-items-wrapper {
        padding: 0px 40px; } }
    @media screen and (max-width: 767px) {
      .land-acq-livingpartnership .partnership-items-wrapper {
        padding: 0px 15px; } }
    .land-acq-livingpartnership .partnership-items-wrapper .partnership-item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 75px; }
      @media screen and (max-width: 991px) {
        .land-acq-livingpartnership .partnership-items-wrapper .partnership-item {
          margin-bottom: 60px; } }
      @media screen and (max-width: 767px) {
        .land-acq-livingpartnership .partnership-items-wrapper .partnership-item {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__number {
          width: 100%; } }
      .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__number span.numeral {
        font-size: 90px;
        line-height: 190px;
        margin-right: 150px;
        border: 5px solid #565758;
        border-radius: 50%;
        max-width: 190px;
        height: 190px;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        html.edge .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__number span.numeral {
          line-height: 165px; }
        @media screen and (max-width: 991px) {
          .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__number span.numeral {
            font-size: 70px;
            line-height: 150px;
            max-width: 150px;
            height: 150px; }
            html.edge .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__number span.numeral {
              line-height: 135px; } }
        @media screen and (max-width: 767px) {
          .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__number span.numeral {
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 25px;
            font-size: 50px;
            line-height: 120px;
            max-width: 120px;
            height: 120px; }
            html.edge .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__number span.numeral {
              line-height: 100px; } }
      .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__copy {
        margin-left: 110px; }
        .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__copy h2 {
          margin-bottom: 20px; }
        @media screen and (max-width: 991px) {
          .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__copy {
            margin-left: 10px; } }
        @media screen and (max-width: 767px) {
          .land-acq-livingpartnership .partnership-items-wrapper .partnership-item__copy {
            margin-left: 0px;
            text-align: center; } }

.land-acq-services {
  background-color: #F4F3F1;
  padding: 140px 0px 150px; }
  @media screen and (max-width: 991px) {
    .land-acq-services {
      padding: 100px 0px 80px; } }
  @media screen and (max-width: 767px) {
    .land-acq-services {
      padding: 70px 0px; } }
  .land-acq-services .intro-wrapper {
    margin-bottom: 130px; }
    .land-acq-services .intro-wrapper .land-acq-services__intro {
      text-align: center; }
    @media screen and (max-width: 991px) {
      .land-acq-services .intro-wrapper {
        margin-bottom: 75px; } }
    @media screen and (max-width: 767px) {
      .land-acq-services .intro-wrapper {
        margin-bottom: 40px; } }
  .land-acq-services .tiles-wrapper .la-tile a {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 1.2; }
    .land-acq-services .tiles-wrapper .la-tile a .image {
      min-height: 175px;
      width: 100%; }
    .land-acq-services .tiles-wrapper .la-tile a .title {
      padding: 15px 30px;
      background: #30343a;
      min-height: 65px;
      color: #FFFFFF;
      transition: all 300ms ease; }
      @media screen and (max-width: 1199px) {
        .land-acq-services .tiles-wrapper .la-tile a .title {
          min-height: 90px; } }
      @media screen and (max-width: 767px) {
        .land-acq-services .tiles-wrapper .la-tile a .title {
          min-height: auto; }
          .land-acq-services .tiles-wrapper .la-tile a .title br {
            display: none; } }
      .land-acq-services .tiles-wrapper .la-tile a .title:hover {
        opacity: 0.85; }
  @media screen and (max-width: 991px) {
    .land-acq-services .tiles-wrapper .la-tile {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .land-acq-services .tiles-wrapper .la-tile {
      margin-bottom: 15px;
      font-size: 14px; } }

.land-acq-success {
  background-color: #F4F3F1;
  padding: 130px 0px 145px; }
  @media screen and (max-width: 991px) {
    .land-acq-success {
      padding: 100px 0px 60px; } }
  @media screen and (max-width: 767px) {
    .land-acq-success {
      padding: 70px 0px 40px; } }
  .land-acq-success .success-intro {
    padding: 0px 80px;
    text-align: center;
    margin-bottom: 80px; }
    .land-acq-success .success-intro h1 {
      font-weight: 600;
      margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .land-acq-success .success-intro {
        margin-bottom: 70px; } }
    @media screen and (max-width: 767px) {
      .land-acq-success .success-intro {
        padding: 0px 20px;
        margin-bottom: 30px; }
        .land-acq-success .success-intro h1 {
          margin-bottom: 25px; }
        .land-acq-success .success-intro h2 .intro-h2 {
          font-size: 19px; } }
    @media screen and (max-width: 419px) {
      .land-acq-success .success-intro {
        padding: 0px 0px; } }

.landacq-testimonials-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .landacq-testimonials-wrapper .landacq-testimonial {
    max-width: 460px;
    padding: 0px 25px;
    margin: 0px 20px 50px;
    text-align: center; }
    .landacq-testimonials-wrapper .landacq-testimonial p span.author, .landacq-testimonials-wrapper .landacq-testimonial li span.author, .landacq-testimonials-wrapper .landacq-testimonial .input-label span.author, .landacq-testimonials-wrapper .landacq-testimonial
    label span.author {
      font-style: italic !important; }
    @media screen and (max-width: 419px) {
      .landacq-testimonials-wrapper .landacq-testimonial p, .landacq-testimonials-wrapper .landacq-testimonial li, .landacq-testimonials-wrapper .landacq-testimonial .input-label, .landacq-testimonials-wrapper .landacq-testimonial
      label {
        margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .landacq-testimonials-wrapper .landacq-testimonial {
        margin: 0px 15px 30px; } }

.page-forms {
  max-width: 900px; }
  .page-forms .logo-image {
    max-width: 244px;
    padding: 30px 0;
    margin: auto;
    display: block; }
    @media screen and (max-width: 991px) {
      .page-forms .logo-image {
        max-width: 200px; } }

/*# sourceMappingURL=main.min.css.map */
