/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #d92e3a;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #d92e3a;
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


.center {
  text-align: center !important;
}

.center .button {
  margin-top: 16px;
}



/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
  max-width: 1280px;
  width: 92%;
  margin: 0px auto;
  position: relative;
}

.row {
  clear: both;
}

@media screen and (min-width: 480px) {

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-half,
  .grid-full,
  .grid-unit {
    float: left;
    width: 100%;
  }

  .grid-1:nth-child(n),
  .grid-2:nth-child(n),
  .grid-3:nth-child(n),
  .grid-4:nth-child(n),
  .grid-5:nth-child(n),
  .grid-6:nth-child(n),
  .grid-half:nth-child(n),
  .grid-full:nth-child(n),
  .grid-unit:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-1:nth-child(1n),
  .grid-2:nth-child(1n),
  .grid-3:nth-child(1n),
  .grid-4:nth-child(1n),
  .grid-5:nth-child(1n),
  .grid-6:nth-child(1n),
  .grid-half:nth-child(1n),
  .grid-full:nth-child(1n),
  .grid-unit:nth-child(1n) {
    margin-right: 0;
  }

  .grid-1:last-child,
  .grid-2:last-child,
  .grid-3:last-child,
  .grid-4:last-child,
  .grid-5:last-child,
  .grid-6:last-child,
  .grid-half:last-child,
  .grid-full:last-child,
  .grid-unit:last-child {
    margin-right: 0;
  }

  .grid-25,
  .grid-75 {
    float: left;
    width: 49.24242%;
  }

  .grid-25:nth-child(n),
  .grid-75:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-25:nth-child(2n),
  .grid-25:nth-child(2n) {
    margin-right: 0;
  }

  .grid-25:last-child,
  .grid-25:last-child {
    margin-right: 0;
  }

  .gallery .grid-unit,
  .grid-half {
    width: 49.24242%;
  }

  .gallery .grid-unit:nth-child(n),
  .grid-half:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .gallery .grid-unit:nth-child(2n),
  .grid-half:nth-child(2n) {
    margin-right: 0;
  }

  .gallery .grid-unit:last-child,
  .grid-half:last-child {
    margin-right: 0;
  }

  .grid-flow-opposite {
    float: right;
  }
}

@media screen and (min-width: 640px) {
  .grid-1 {
    width: 15.40404%;
  }

  .grid-1:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-1:nth-child(6n) {
    margin-right: 0;
  }

  .grid-1:last-child {
    margin-right: 0;
  }

  .grid-2 {
    width: 32.32323%;
  }

  .grid-2:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-2:nth-child(3n) {
    margin-right: 0;
  }

  .grid-2:last-child {
    margin-right: 0;
  }

  .grid-3,
  .grid-half {
    width: 49.24242%;
  }

  .grid-3:nth-child(n),
  .grid-half:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-3:nth-child(2n),
  .grid-half:nth-child(2n) {
    margin-right: 0;
  }

  .grid-3:last-child,
  .grid-half:last-child {
    margin-right: 0;
  }

  .grid-4 {
    width: 66.16162%;
  }

  .grid-4:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-4:nth-child(1.5n) {
    margin-right: 0;
  }

  .grid-4:last-child {
    margin-right: 0;
  }

  .grid-5 {
    width: 82.74242%;
  }

  .grid-5:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-5:nth-child(1.20482n) {
    margin-right: 0;
  }

  .grid-5:last-child {
    margin-right: 0;
  }

  .grid-6,
  .grid-full {
    width: 100%;
  }

  .grid-6:nth-child(n),
  .grid-full:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-6:nth-child(1n),
  .grid-full:nth-child(1n) {
    margin-right: 0;
  }

  .grid-6:last-child,
  .grid-full:last-child {
    margin-right: 0;
  }

  /* If there are no margins */
  .grid-1.no-margin {
    width: 16.66667%;
  }

  .grid-1.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-1.no-margin:nth-child(6n) {
    margin-right: 0;
  }

  .grid-1.no-margin:last-child {
    margin-right: 0;
  }

  .grid-2.no-margin {
    width: 33.33333%;
  }

  .grid-2.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-2.no-margin:nth-child(3n) {
    margin-right: 0;
  }

  .grid-2.no-margin:last-child {
    margin-right: 0;
  }

  .grid-3.no-margin,
  .grid-half.no-margin {
    width: 50%;
  }

  .grid-3.no-margin:nth-child(n),
  .grid-half.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-3.no-margin:nth-child(2n),
  .grid-half.no-margin:nth-child(2n) {
    margin-right: 0;
  }

  .grid-3.no-margin:last-child,
  .grid-half.no-margin:last-child {
    margin-right: 0;
  }

  .grid-4.no-margin {
    width: 66.66667%;
  }

  .grid-4.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-4.no-margin:nth-child(1.5n) {
    margin-right: 0;
  }

  .grid-4.no-margin:last-child {
    margin-right: 0;
  }

  .grid-5.no-margin {
    width: 83.0%;
  }

  .grid-5.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-5.no-margin:nth-child(1.20482n) {
    margin-right: 0;
  }

  .grid-5.no-margin:last-child {
    margin-right: 0;
  }

  .grid-6.no-margin,
  .grid-full.no-margin {
    width: 100%;
  }

  .grid-6.no-margin:nth-child(n),
  .grid-full.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-6.no-margin:nth-child(1n),
  .grid-full.no-margin:nth-child(1n) {
    margin-right: 0;
  }

  .grid-6.no-margin:last-child,
  .grid-full.no-margin:last-child {
    margin-right: 0;
  }

  .grid-25 {
    width: 23.86364%;
  }

  .grid-25:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-25:nth-child(4n) {
    margin-right: 0;
  }

  .grid-25:last-child {
    margin-right: 0;
  }

  .grid-25.no-margin {
    width: 25%;
  }

  .grid-25.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-25.no-margin:nth-child(4n) {
    margin-right: 0;
  }

  .grid-25.no-margin:last-child {
    margin-right: 0;
  }

  .grid-75 {
    width: 74.616161%
  }

  .grid-75:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .grid-75:nth-child(4n) {
    margin-right: 0;
  }

  .grid-75:last-child {
    margin-right: 0;
  }

  .grid-75.no-margin {
    width: 75%;
  }

  .grid-75.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-75.no-margin:nth-child(4n) {
    margin-right: 0;
  }

  .grid-75.no-margin:last-child {
    margin-right: 0;
  }

  .gallery .grid-unit {
    width: 32.32323%;
  }

  .gallery .grid-unit:nth-child(n) {
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }

  .gallery .grid-unit:nth-child(3n) {
    margin-right: 0;
  }

  .gallery .grid-unit:last-child {
    margin-right: 0;
  }

  .content-pad-right {
    padding-right: 4%;
    /* Use (or don't) as necessary. */
  }

  .content-pad-left {
    padding-left: 4%;
  }
}

.list-grid-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media screen and (max-width: 480px) {
  .list-grid-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

.list-grid-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media screen and (max-width: 480px) {
  .list-grid-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/
html,
body {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.75;
  color: #333;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  color: #7bc250;
  text-decoration: none;
}

*[class^="button"] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 1em 2.5em;
  background-color: #7bc250;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.025em;
}

*[class^="button"]:hover,
*[class^="button"]:focus {
  background-color: #6ba845;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(123, 194, 80, .35);
}

form {}

form * {
  font-family: inherit;
}

form label {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  margin-bottom: .5em;
}

form label:empty {
  display: none;
}

@media screen and (min-width: 640px) {
  form label:empty {
    display: inline-block;
    height: 19px;
  }
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=number],
form select,
form textarea {
  background-color: white;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  width: 100%;
  height: 55px;
  padding: 0 .75em;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form select:focus,
form textarea:focus {
  border-color: #7bc250;
  outline: none;
}

form textarea {
  height: 160px;
  padding: .75em;
}

form input[type=submit],
form button {
  background-color: #7bc250;
  border: none;
  border-radius: 4px;
  height: 57px;
  padding: 0 .5em;
  font-weight: 700;
  color: white;
  display: block;
  max-width: 200px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.025em;
}

form input[type=submit]:hover {
  background-color: #6ba845;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(123, 194, 80, .35);
}

form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

form p.error,
form span.wpcf7-not-valid-tip {
  position: absolute;
  top: -1.5em;
  right: 1em;
  background: white;
  color: #de403b;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: .25em .35em;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
}

form p.error:before,
form span.wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  display: block;
  border-color: #ccc transparent transparent transparent;
  border-style: solid;
  border-width: 11px;
  height: 0;
  width: 0;
  left: 1.4em;
  bottom: -22px;
}

form p.error:after,
form span.wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  display: block;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  left: 1.5em;
  bottom: -20px;
}

form .ajax-loader {
  display: none !important;
}

.lSAction {}

.lSAction>a {
  background-image: url("../img/controls.png") !important;
  width: 30px !important;
  height: 30px !important;
}

.lSAction>.lSNext {
  background-position: 30px 0 !important;
}

.jssocials-share-twitter,
.jssocials-share-facebook,
.jssocials-share-googleplus,
.jssocials-share-linkedin,
.jssocials-share-pinterest,
.jssocials-share-whatsapp {
  display: none !important;
}

/*animations*/
.pulse {
  animation: pulse 2s infinite;
  animation-timing-function: linear;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*! Header
//////////////////////////////////////////////*/

header[role=banner] {
  position: relative;
}

header[role=banner] .nav__trigger {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

header[role=banner] .nav__trigger span {
  display: block;
  font-size: 0.750em;
}

header[role=banner] .nav__trigger i {
  font-size: 2.500em;
  color: #1d57a1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header[role=banner] .nav__trigger:hover i {
  color: #7bc250;
}

header[role=banner] .desktop__header {
  position: relative;
  display: none;
}

@media screen and (min-width: 769px) {
  header[role=banner] .desktop__header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .vertical-align *[class^="grid"] {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }


  header[role=banner] .desktop__header ul li {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 16px;
  }

  header[role=banner] .desktop__header ul li a {
    color: white;
  }

  header[role=banner] .desktop__header ul li:last-of-type {
    margin-right: 0px;
  }

  header[role=banner] .desktop__header ul li ul {
    position: absolute;
    padding: .25em 0;
    display: none;
    width: 100%;
    min-width: 250px;
    z-index: 9999999999999;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(29, 87, 161, 0.75);
    border-top: 5px solid #7bc250;
    margin-top: 16px;
  }

  header[role=banner] .desktop__header ul li ul:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 10%;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #7bc250;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    transform: rotate(180deg);
  }


  header[role=banner] .desktop__header ul li ul li:hover {
    background-color: #222;
  }

  header[role=banner] .desktop__header ul li ul li a:hover {
    color: white;
  }


  @media screen and (max-width: 769px) {
    header[role=banner] .desktop__header ul li ul li {
      font-size: 16px !important;
    }
  }

  header[role=banner] .desktop__header ul li ul li {
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    color: white;
    font-size: 16px;
    display: block;
    z-index: 9999999;
    margin-right: 0px;
    min-width: 250px;
    text-align: center;
    padding-bottom: 0px;
  }

  header[role=banner] .desktop__header ul li ul li:hover {
    background: rgba(123, 194, 80, 0.75);
    box-shadow: 0px 1px 5px #555555;

  }

  @media screen and (max-width: 1350px) {
    header[role=banner] .desktop__header ul li ul li {
      font-size: 12px;
    }
  }

  header[role=banner] .desktop__header ul li ul li:last-of-type {
    border-bottom: none;
  }

  header[role=banner] .desktop__header ul li ul li a {
    color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    height: 100%;
  }

  header[role=banner] .desktop__header ul li:hover ul {
    display: block !important;
    overflow: hidden;
  }

}

header[role=banner] .desktop__header .sidebar {
  position: fixed;
  z-index: 1;
  right: 0;
  /*height: 100%;*/
  height: 100vh;
  width: 135px;
  text-align: center;
  background-color: white;
  padding: 1.5em 1em;
}

header[role=banner] .desktop__header .sidebar .contact__trigger {
  position: absolute;
  /*top: 50%;
				-moz-transform:translateY(-50%);
				-webkit-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);*/
  bottom: 1.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

header[role=banner] .desktop__header .sidebar .contact__trigger img {
  margin-bottom: 1em;
}

header[role=banner] .desktop__header .sidebar .contact__trigger span {
  display: block;
  font-size: 0.750em;
  font-weight: 700;
  color: #7bc250;
  line-height: normal;
  text-transform: uppercase;
}

header[role=banner] .desktop__header .sidebar .contact__trigger:hover span {
  color: #1d57a1;
}

.desktop__header .group .grid-75 {
  margin-bottom: 0px !important;
  text-align: right;
}

header[role=banner] .desktop__header ul li i {
  color: #7BC250 !important;
  font-weight: bold;
}

header[role=banner] .mobile__header {
  position: relative;
}

@media screen and (min-width: 1120px) {
  header[role=banner] .mobile__header {
    display: none;
  }
}

header[role=banner] .mobile__header .header {
  position: fixed;
  z-index: 101;
  background-color: white;
  padding: 1em 0;
  width: 100%;
  -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .25);
}

header[role=banner] .mobile__header *[class^="grid"] {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 50%;
  margin-bottom: 0;
}

header[role=banner] .mobile__header *[class^="grid"]:last-of-type {
  text-align: right;
}

header[role=banner] .mobile__header .nav__trigger.nav-is-triggered {}

header[role=banner] .mobile__header .nav__trigger.nav-is-triggered i {}

header[role=banner] .mobile__header .nav__trigger.nav-is-triggered i:before {
  content: '\f00d';
}

header[role=banner] .mobile__header .contact__trigger {
  position: fixed;
  z-index: 100;
  bottom: 1em;
  right: 1em;
  text-align: center;
  cursor: pointer;
  background-color: #7bc250;
  padding: .5em 1em;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

header[role=banner] .mobile__header .contact__trigger:hover {
  background-color: #1d57a1;
}

header[role=banner] .mobile__header .contact__trigger img {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  margin-left: .25em;
}

header[role=banner] .mobile__header .contact__trigger span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 700;
  color: white;
  line-height: normal;
  text-transform: uppercase;
}

header[role=banner] nav[role=navigation] {
  position: fixed;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: auto;
  display: none;
  padding-top: 6em;
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] {
    padding-top: 0;
  }
}

header[role=banner] nav[role=navigation] .nav__close {
  position: absolute;
  z-index: 4;
  top: .6em;
  right: .6em;
  padding: .25em .5em;
  color: #7bc250;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: none;
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] .nav__close {
    display: inline-block;
  }
}

header[role=banner] nav[role=navigation] .nav__close:hover {
  color: white;
}

header[role=banner] nav[role=navigation] .group {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] .group {
    height: 100vh;
  }
}

header[role=banner] nav[role=navigation] .group:before,
header[role=banner] nav[role=navigation] .group:after {
  content: none;
}

header[role=banner] nav[role=navigation] *[class^="grid"] {
  position: relative;
  width: 100%;
  -ms-flex-flow: column nowrap;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex: 1 1 auto;
  margin-bottom: 0;
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] *[class^="grid"] {
    flex: 0 1 auto;
    width: 50%;
  }
}

header[role=banner] nav[role=navigation] .navigation__links {
  overflow: auto;
  padding: 2em 2em 7em;
  background-color: white;
  justify-content: flex-start;
}

@media screen and (min-width: 480px) {
  header[role=banner] nav[role=navigation] .navigation__links {
    padding: 2em 2em 10em;
  }
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] .navigation__links {
    padding: 4em 2.5em 12em 2.5em;
  }
}

@media screen and (min-width: 1025px) {
  header[role=banner] nav[role=navigation] .navigation__links {
    padding: 4em 5em 12em 5em;
  }
}

header[role=banner] nav[role=navigation] .navigation__links .logo {
  max-width: 350px;
  width: 100%;
  margin: 0 0 5em;
  display: none;
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] .navigation__links .logo {
    display: inline-block;
  }
}

header[role=banner] nav[role=navigation] .navigation__links ul {}

header[role=banner] nav[role=navigation] .navigation__links ul li {}

header[role=banner] nav[role=navigation] .navigation__links ul li a {
  position: relative;
  display: block;
  font-size: 1em;
  color: #1c57a0;
  text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  header[role=banner] nav[role=navigation] .navigation__links ul li a {
    font-size: 1.750em;
  }
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] .navigation__links ul li a {
    font-size: 1.250em;
  }
}

@media screen and (min-width: 1025px) {
  header[role=banner] nav[role=navigation] .navigation__links ul li a {
    font-size: 1.750em;
  }
}

header[role=banner] nav[role=navigation] .navigation__links ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -18px;
  width: 0;
  height: 80%;
  background-color: #7bc250;
  /*-webkit-transition: 0.3s ease-in-out;
								-moz-transition: 0.3s ease-in-out;
								-o-transition: 0.3s ease-in-out;
								transition: 0.3s ease-in-out;*/
}

header[role=banner] nav[role=navigation] .navigation__links ul li a:hover:before {
  width: 13px;
}

header[role=banner] nav[role=navigation] .navigation__links ul li ul {
  margin-left: 2em;
}

header[role=banner] nav[role=navigation] .navigation__links ul li ul li {}

header[role=banner] nav[role=navigation] .navigation__links ul li ul li a {
  color: #636363;
}

header[role=banner] nav[role=navigation] .navigation__links .navigation__links--logos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #ebebeb;
}

header[role=banner] nav[role=navigation] .navigation__links .navigation__links--logos div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 1.5em 3em;
  text-align: center;
}

@media screen and (min-width: 480px) {
  header[role=banner] nav[role=navigation] .navigation__links .navigation__links--logos div {
    padding: 2.5em 2em;
  }
}

header[role=banner] nav[role=navigation] .navigation__links .navigation__links--logos div:first-of-type {
  border-right: 1px solid #ebebeb;
}

header[role=banner] nav[role=navigation] .navigation__search {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 2em;
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] .navigation__search {
    padding: 7em 2.5em;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1025px) {
  header[role=banner] nav[role=navigation] .navigation__search {
    padding: 7em 5em;
  }
}

header[role=banner] nav[role=navigation] .navigation__search:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
}

header[role=banner] nav[role=navigation] .navigation__search form {
  position: relative;
  font-size: 80%;
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] .navigation__search form {
    font-size: 100%;
  }
}

header[role=banner] nav[role=navigation] .navigation__search form:before {
  position: absolute;
  left: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f002';
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5em;
  font-weight: 300;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

header[role=banner] nav[role=navigation] .navigation__search form input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0 1em 0 3em;
  background-color: rgba(255, 255, 255, .15);
  font-family: inherit;
  font-size: 1.250em;
  color: white;
}

@media screen and (min-width: 1120px) {
  header[role=banner] nav[role=navigation] .navigation__search form input {
    height: 75px;
  }
}

header[role=banner] .contact__popup {
  position: fixed;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  padding: 10em 2em 2em 2em;
  color: white;
  text-align: center;
}

@media screen and (min-width: 640px) {
  header[role=banner] .contact__popup {
    padding: 10em 4em 2em 4em;
  }
}

@media screen and (min-width: 1120px) {
  header[role=banner] .contact__popup {
    padding: 7em;
  }
}

header[role=banner] .contact__popup .contact__close {
  position: absolute;
  z-index: 4;
  top: 2em;
  right: .1em;
  padding: .25em;
  color: #7bc250;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

@media screen and (min-width: 1120px) {
  header[role=banner] .contact__popup .contact__close {
    top: .6em;
    right: .85em;
  }
}

header[role=banner] .contact__popup .contact__close:hover {
  color: white;
}

header[role=banner] .contact__popup .wrap {
  max-width: 960px;
  height: 100%;
  font-size: 80%;
  overflow: auto;
}

@media screen and (min-width: 640px) {
  header[role=banner] .contact__popup .wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
  }
}

@media screen and (min-width: 1120px) {
  header[role=banner] .contact__popup .wrap {
    font-size: 100%;
  }
}

header[role=banner] .contact__popup big {
  display: block;
  font-size: 2.250em;
  font-weight: 700;
  margin-bottom: 1em;
}

header[role=banner] .contact__popup *[class^="grid"] {
  margin-bottom: 2em;
}

header[role=banner] .contact__popup *[class^="grid"]:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  header[role=banner] .contact__popup *[class^="grid"] {
    margin-bottom: 0;
  }
}

header[role=banner] .contact__popup *[class^="grid"] ul {
  list-style: none;
}

header[role=banner] .contact__popup *[class^="grid"] ul li {
  margin-bottom: .5em;
}

header[role=banner] .contact__popup *[class^="grid"] ul li a {
  color: #eeeeee;
}

header[role=banner] .contact__popup *[class^="grid"] ul li:first-of-type {
  margin-bottom: 1em;
}

header[role=banner] .conta ct__popup *[class^="grid"] ul li:first-of-type strong {
  font-size: 1.500em;

  line-height: normal;
  text-transform: uppercase;
}


@media screen and (max-width: 1320px) {
  header[role=banner] ul li a {
    font-size: 14px !important;
  }

  header[role=banner] ul li {
    margin-right: 8px !important;
  }

}

.sticky.scroll-to-fixed-fixed {
  background: #1c57a0;
  padding-bottom: 0px !important;
}

@media screen and (max-width: 1120px) {
  .sticky.scroll-to-fixed-fixed {
    display: none !important;
  }
}

/*! Content Area
//////////////////////////////////////////////*/
main[role=main] {
  position: relative;
  overflow: hidden;
  padding-top: 6em;
}

@media screen and (min-width: 769px) {
  main[role=main] {

    padding-top: 0;
  }
}

main[role=main]:before {
  content: none;
}

main[role=main]:after {}

.home__video {
  position: relative;
}

@media screen and (min-width: 480px) {
  .home__video {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .home__video {
    margin-bottom: 0;
  }
}

.home__video .flexslider {
  z-index: 1;
  border: none;
  border-radius: 0;
  margin: 0;
}

.home__video .flexslider .slides {}

.home__video .flexslider .slides li {
  background-size: cover;
  background-position: center;
  height: 55vw;
  max-height: 90vh;
}

.home__video .flexslider .flex-direction-nav {}

.home__video .flexslider .flex-direction-nav a {
  transform: translateY(-50%);
  font-size: 4em;
  line-height: normal;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.home__video .flexslider .flex-direction-nav a:before {
  content: none;
}

.home__video .video {
  /*max-height: 965px;*/
}

.home__video .video:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, .3);
}

.home__video .video .play-video {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
  border-radius: 100%;
  outline: none;
}

.home__video .video .play-video:hover {
  background-color: #1d57a1;
}

@media screen and (min-width: 960px) {
  .home__video .video .play-video {
    top: auto;
    transform: none;
    left: auto;
    right: 2em;
    bottom: 2em;
    margin: 0;
  }
}

.home__video .caption {
  width: 100%;
  padding: 3em 2em;
  background-color: white;
  -webkit-box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
}

@media screen and (min-width: 480px) {
  .home__video .caption {
    padding: 3em 4em;
  }
}

@media screen and (min-width: 960px) {
  .home__video .caption {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    bottom: -3em;
    left: 0;
    max-width: 615px;
    width: 65%;
  }
}

.home__video .caption:before {}

@media screen and (min-width: 960px) {
  .home__video .caption:before {
    -webkit-clip-path: polygon(100% 0, 100% 46%, 96% 42%, 96% 5.25%, 62% 5.25%, 57% 0);
    clip-path: polygon(100% 0, 100% 46%, 96% 42%, 96% 5.25%, 62% 5.25%, 57% 0);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1d57a1;
    top: -28px;
    right: -24px;
    z-index: -2;
  }
}

.home__video .caption:after {}

@media screen and (min-width: 960px) {
  .home__video .caption:after {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 40%, 98% 38%, 98% 2%, 65% 2%, 63% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 40%, 98% 38%, 98% 2%, 65% 2%, 63% 0);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: -1;
  }
}

.home__video .caption h1 {
  font-size: 1.875em;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: .5em;
}

@media screen and (min-width: 480px) {
  .home__video .caption h1 {
    font-size: 2.25em;
  }
}

@media screen and (min-width: 960px) {
  .home__video .caption h1 {
    font-size: 2.75em;
  }
}

.home__video .caption h1 em {
  font-size: 1.087em;
  font-style: normal;
  color: #1d57a1;
}

.home__video .caption p {
  color: #636363;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 480px) {
  .home__video .caption p {
    /*margin-bottom: 3em;*/
  }
}

.home__video .caption *[class^="button"] {
  display: block;
}

@media screen and (min-width: 640px) {
  .home__video .caption *[class^="button"] {
    display: inline-block;
  }
}

.home__video .caption *:last-child {
  margin-bottom: 0;
}

.page__hero {
  position: relative;
  max-height: 700px;
  height: 68vw;
  min-height: 350px;
  background-size: cover;
  background-position: center;
}

.page__hero--vimeo {
  background: #111;
}

.page__hero--vimeo .page__hero__vimeo-wrap {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page__hero--vimeo .page__hero__vimeo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

@media screen and (min-width: 960px) {
  .page__hero {
    min-height: 60vh;
  }
}

.page__hero:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(17, 17, 17, .45) 0%, rgba(17, 17, 17, .25) 100%);
}

.page__hero p {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.875em;
  color: white;
  text-align: center;
  padding: 8em 0 2em 0;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, .9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.page__hero p a:hover {
  color: white;
}

.page__hero.no__thumbnail {
  background: linear-gradient(135deg, #1d57a1 0%, #1a1a2e 100%);
  max-height: none;
  height: auto;
  min-height: 120px;
}

@media screen and (min-width: 769px) {
  .page__hero.no__thumbnail {
    min-height: 200px;
    height: auto;
  }
}

.page__hero.no__thumbnail:before {
  content: '';
  background: radial-gradient(ellipse at 30% 50%, rgba(29, 87, 161, 0.4) 0%, transparent 70%);
}

.page__hero.no__thumbnail:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #7bc250 0%, rgba(123, 194, 80, 0) 60%);
}

.scroll-down {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: .5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 64px;
  cursor: pointer;
  font-size: 3em;
  color: white;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .scroll-down {
    display: block;
  }
}

.main__content {
  position: relative;
  padding: 3em 0;
}

@media screen and (min-width: 960px) {
  .main__content {
    padding: 5em 0;
  }
}

.main__content h1 {
  font-size: 2em;
  font-weight: 800;
  color: #1d57a1;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: .5em;
}

@media screen and (min-width: 960px) {
  .main__content h1 {
    font-size: 3.25em;
  }
}

.main__content h2 {
  font-size: 1.750em;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.main__content h3,
.main__content h4 {
  font-size: 1.625em;
  font-weight: 700;
  color: #1d57a1;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: .75em;
}

.main__content h1+h2 {
  margin-top: -.5em;
  margin-bottom: 1em;
}

.main__content p {
  margin-bottom: 1.25em;
}

.main__content ul,
.main__content ol {
  margin: 0 0 1.25em 2em;
}

.main__content *[class^="grid"] {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-bottom: 1.5em;
}

.main__content *[class^="grid"]:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .main__content *[class^="grid"] {
    margin-bottom: 0;
  }
}

.main__content form {}

.main__content form *[class^="grid"] {
  display: block;
  float: left;
  margin-bottom: 1.5em;
}

.main__content .mini__wrap {
  max-width: 910px;
  margin: 0 auto;
}

.main__content .medium__wrap {
  max-width: 990px;
  margin: 0 auto;
}

.main__content .flex {
  display: flex;
  align-items: center;
}

.main__content .flex.flex-start {
  align-items: flex-start;
}

.main__content .flex.row-reverse {
  flex-direction: row-reverse;
}

.main__content *:last-child {
  margin-bottom: 0;
}

.main__content .child__pages {}

.main__content .child__pages *[class^="grid"] {
  font-size: 80%;
  vertical-align: top;
  margin-bottom: 1.5em;
}

.main__content .child__pages *[class^="grid"]:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .main__content .child__pages *[class^="grid"] {}

  .main__content .child__pages *[class^="grid"]:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .main__content .child__pages *[class^="grid"] {
    font-size: 100%;
  }
}

.main__content .child__pages *[class^="grid"] a {}

.main__content .child__pages *[class^="grid"] a span {
  position: relative;
  top: -1em;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: .75em .5em;
  font-size: 1.625em;
  color: #1d57a1;
  line-height: normal;
  background-color: white;
  -webkit-box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 640px) {
  .main__content .child__pages *[class^="grid"] a span {
    top: 0;
  }
}

.main__content .child__pages *[class^="grid"] a:hover span {
  top: -1em;
}

.main__content .latest__project {
  position: relative;
  margin-bottom: 2em;
}

@media screen and (min-width: 640px) {
  .main__content .latest__project {
    margin-bottom: 0;
  }
}

.main__content .latest__project:last-of-type {
  margin-bottom: 0;
}

.main__content .latest__project .the__image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.main__content .latest__project .the__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.05) 60%);
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  .main__content .latest__project .the__image {
    min-height: 550px;
    max-height: none;
  }
}

.main__content .latest__project .the__image img {
  opacity: 0;
  visibility: hidden;
}

.main__content .latest__project .the__content {
  background-color: #1c57a0;
  color: white;
  padding: 3em 2em;
  max-width: 640px;
  -webkit-box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
}

@media screen and (min-width: 480px) {
  .main__content .latest__project .the__content {
    padding: 3em 4em;
  }
}

@media screen and (min-width: 640px) {
  .main__content .latest__project .the__content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
}

.main__content .latest__project .the__content p {
  font-size: 1.125em;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.main__content .latest__project .the__content p strong {
  display: block;
  font-size: 1.75em;
  font-weight: 800;
}

.main__content .latest__project .the__content ul {
  list-style: none;
  /*margin-bottom: -4em;*/
  margin: 0;
  margin-bottom: 1em;
}

.main__content .latest__project .the__content ul li {
  position: relative;
  width: 100%;
  font-size: 0.875em;
  padding: 0 0 0 2em;
  break-inside: avoid-column;
}

.main__content .latest__project .the__content ul li:first-of-type {}

@media screen and (min-width: 480px) {
  .main__content .latest__project .the__content ul li:first-of-type {
    margin-bottom: 1.25em;
  }
}

.main__content .latest__project .the__content ul li i {
  position: absolute;
  top: .25em;
  left: 0;
  font-size: 1.286em;
}

.main__content .latest__project .the__content ul li strong {
  display: block;
  font-size: 1.286em;
}

.main__content .latest__project .the__content *[class^="button"] {
  padding: 0;
  font-size: 1em;
  color: #7BC250;
  background-color: transparent;
  margin-right: 1em;
}

.main__content .latest__project .the__content *[class^="button"]:hover {
  color: white;
}

.main__content .latest__project .the__content *[class^="button"]:after {
  content: '\f101';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin: 0 0 0 1em;
}

.main__content .latest__project .the__content.white {
  background-color: rgba(255, 255, 255, .95);
  color: #222;
}

.main__content .latest__project .the__content.white p {
  color: #222;
}

.main__content .latest__project .the__content.white *[class^="button"] {
  color: #1c57a0;
}

.main__content .latest__project .the__content.white *[class^="button"]:hover {
  color: #7BC250;
}

.main__content .latest__project .the__content.blue {
  box-shadow: none;
}

.main__content .latest__project .the__content.blue p {}


.main__content .project__gallery--filters {
  text-align: center;
}

.main__content .project__gallery--filters *[class^="grid"] {
  float: none;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 640px) {
  .main__content .project__gallery--filters *[class^="grid"] {
    display: inline-block;
    vertical-align: top;
  }
}

.main__content .project__gallery--filters *[class^="grid"] button {
  max-width: none;
  text-transform: uppercase;
}

.main__content .project__gallery--list {}

/* Full-bleed grid: list sits outside .wrap in page-project-gallery.php */
.main__content .project__gallery--list.project__gallery--list--full {
  max-width: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: max(1.25em, env(safe-area-inset-left, 0px));
  padding-right: max(1.25em, env(safe-area-inset-right, 0px));
}

@media screen and (min-width: 960px) {
  .main__content .project__gallery--list.project__gallery--list--full {
    padding-left: max(1.75em, env(safe-area-inset-left, 0px));
    padding-right: max(1.75em, env(safe-area-inset-right, 0px));
  }
}

/* Equal-height rows + equal-height text blocks (flex fills below image) */
.main__content .project__gallery--list .group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5em;
  align-items: stretch;
}

/* Clearfix ::before/::after are grid items otherwise — empty first column */
.main__content .project__gallery--list .group:before,
.main__content .project__gallery--list .group:after {
  content: none;
  display: none;
}

@media screen and (min-width: 480px) {
  .main__content .project__gallery--list .group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 640px) {
  .main__content .project__gallery--list .group {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.main__content .project__gallery--list .group>.grid-25,
.main__content .project__gallery--list .group>.grid-25:nth-child(n),
.main__content .project__gallery--list .group>.grid-25:nth-child(2n),
.main__content .project__gallery--list .group>.grid-25:nth-child(4n),
.main__content .project__gallery--list .group>.grid-25:last-child {
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
}

.main__content .project__gallery--list *[class^="grid"] {
  vertical-align: top;
  margin-bottom: 1.5em;
}

.main__content .project__gallery--list .group>*[class^="grid"] {
  margin-bottom: 0;
}

.main__content .project__gallery--list *[class^="grid"] a {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.main__content .project__gallery--list *[class^="grid"] a img {
  flex-shrink: 0;
}

.main__content .project__gallery--list *[class^="grid"] a div {
  position: relative;
  top: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 1.125em 0.875em;
  min-height: 5.5em;
  text-align: center;
  line-height: 1.35;
  background-color: white;
  -webkit-box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main__content .project__gallery--list *[class^="grid"] a:hover div {
  top: -1em;
}

.main__content .project__gallery--list *[class^="grid"] a div em {
  display: block;
  margin-bottom: 0.35em;
}

.main__content .project__gallery--list *[class^="grid"] a div span {
  font-size: 18px;
  color: #1d57a1;
}

.main__content .project__details {
  padding: 3em;
  background-color: white;
  -webkit-box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, .2);
  margin: 4em auto;
}

.main__content .project__details ul {
  font-weight: 300;
  list-style: none;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .main__content .project__details ul {
    font-size: 1.125em;
    display: flex;
    flex-flow: row wrap;
  }
}

.main__content .project__details ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: .5em 0;
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .main__content .project__details ul li {
    flex-basis: 49.24242%;
    margin-right: 1.51515%;
  }
}

.main__content .project__details ul li:nth-of-type(even) {
  margin-right: 0;
}

.main__content .project__details ul li strong {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
  font-weight: normal;
  color: #6ba845;
  float: left;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .main__content .project__details ul li strong {
    width: 200px;
  }
}

.main__content .project__details ul li strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  content: '';
  display: block;
  width: 10px;
  height: 17px;
  background-image: url("../img/klover-triangle.png");
  background-position: center;
  background-size: cover;
}

.main__content .project__details ul li a {
  display: block;
  font-weight: inherit;
  color: #1d57a1;
}

.main__content .project__details ul li span {
  display: block;
}

.main__content .project__images {
  margin: 0;
}

.main__content .project__images li {}

.main__content .project__images li img {
  max-width: none;
  width: 100%;
}

.main__content.no__padding--bottom {
  padding-bottom: 0;
}

.main__content.intro__content {}

.main__content.intro__content:before {
  content: none;
}

.main__content.interior__content.intro__content .grid-2 img {
  width: 100%;
  height: auto;
  max-width: none;
}

/*HOME*/

.main__content.home__content {}

.main__content.home__content.intro__content {
  font-size: 80%;
  background-color: #f5f5f7;
}

@media screen and (min-width: 480px) {
  .main__content.home__content.intro__content {
    font-size: 100%;
  }
}

@media screen and (min-width: 960px) {
  .main__content.home__content.intro__content {
    padding: 6em 0;
  }
}

.main__content.home__content.intro__content:before {
  content: none;
}

.main__content.home__content.intro__content p {
  font-size: 1.125em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  .main__content.home__content.intro__content p {
    font-size: 1.25em;
  }
}

.main__content.home__content.intro__content p strong {
  color: #1d57a1;
  font-weight: 700;
}

.main__content.home__content.content__blocks {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks {
    padding: 0;
  }
}

.main__content.home__content.content__blocks .group {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .main__content.home__content.content__blocks .group {
    flex-wrap: nowrap;
  }
}

.main__content.home__content.content__blocks .content__block {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.main__content.home__content.content__blocks .content__block:nth-child(n) {
  margin-bottom: 0;
  margin-right: 0;
}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .main__content.home__content.content__blocks .content__block {
    width: 50%;
    margin-right: 0;
  }

  .main__content.home__content.content__blocks .content__block:last-of-type {
    margin-right: 0;
  }
}

/*FAQ Section*/
.faq__section {
  background: white;
  padding: 3.6875em 1.5em 4.75em;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .faq__section {
    padding: 3.6875em 12.25em 4.75em;
  }
}

.faq__section h2 {
  font-family: 'Work Sans', sans-serif;
  color: #94BF58;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.faq__section h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.71875em;
  font-weight: bold;
  line-height: 1.11em;
  color: #1A1A2D;
  margin-bottom: 2.5em;
  margin-right: -20px;
}

.faq__section h3 .br-hide {
  display: none;
}

@media screen and (min-width: 960px) {
  .faq__section h3 {
    font-size: 2.3125em;
  }

  .faq__section h3 .br-hide {
    display: inline;
  }
}

.faq__container {
  text-align: left;
  max-width: 749px;
  margin: 0;
}

.faq__item {
  margin-bottom: 1.25em;
}

.faq__question {
  color: #37579E;
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4583em;
  margin-bottom: 0.625em;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .faq__question {
    font-size: 1.5em;
  }
}

.faq__answer {
  color: #4D4D4D;
  font-size: 1.125em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6667em;
  margin-bottom: 0.625em;
}

.faq__separator {
  background: #41B9C0;
  height: 1px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.main__content.home__content.content__blocks .content__block .the__content {
  padding: 2em;
  text-align: left;
  background-color: #1d57a1;
  color: white;
}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block .the__content {
    height: 360px;
    max-width: 405px;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 2em 2em 1.5em;
  }

  .main__content.home__content.content__blocks .content__block .the__content>div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .main__content.home__content.content__blocks .content__block .the__content>div>*:last-child {
    margin-top: auto;
  }
}

.main__content.home__content.content__blocks .content__block .the__content h3 {
  font-size: 1.375em;
  font-weight: 800;
  color: inherit;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: .75em;
}

@media screen and (min-width: 960px) {
  .main__content.home__content.content__blocks .content__block .the__content h3 {
    font-size: 1.5em;
  }
}

.main__content.home__content.content__blocks .content__block .the__content p {
  font-size: 0.875em;
  margin-bottom: 1em;
}

.main__content.home__content.content__blocks .content__block .the__content a {
  font-size: 1.143em;
}

.main__content.home__content.content__blocks .content__block .the__content *[class^="button"] {
  padding: 0;
  font-size: 1em;
  color: #7BC250;
  background-color: transparent;
}

.main__content.home__content.content__blocks .content__block .the__content *[class^="button"]:after {
  content: '\f101';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin: 0 0 0 1em;
}

.main__content.home__content.content__blocks .content__block .the__image {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block .the__image {
    width: 100%;
    margin-bottom: 0;
  }
}

.main__content.home__content.content__blocks .content__block .the__image:before {
  content: none;
}

.main__content.home__content.content__blocks .content__block .the__image div {
  position: relative;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block .the__image div {
    min-height: 500px;
  }
}

.main__content.home__content.content__blocks .content__block .the__image div img {
  visibility: hidden;
  opacity: 0;
  max-height: 500px;
}

.main__content.home__content.content__blocks .content__block.left {}

.main__content.home__content.content__blocks .content__block.left .the__content {
  right: 0;
}

.main__content.home__content.content__blocks .content__block.left .the__image {}

.main__content.home__content.content__blocks .content__block.left .the__image:before {
  content: none;
}

.main__content.home__content.content__blocks .content__block.left .the__image div {}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block.left .the__image div {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

.main__content.home__content.content__blocks .content__block.right {}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block.right {
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .main__content.home__content.content__blocks .content__block.right {
    top: 0;
  }
}

.main__content.home__content.content__blocks .content__block.right .the__content {}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block.right .the__content {
    left: 0;
  }
}

.main__content.home__content.content__blocks .content__block.right .the__image {}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block.right .the__image {
    float: none;
  }
}

.main__content.home__content.content__blocks .content__block.right .the__image:before {
  content: none;
}

.main__content.home__content.content__blocks .content__block.right .the__image div {}

@media screen and (min-width: 480px) {
  .main__content.home__content.content__blocks .content__block.right .the__image div {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

.main__content.home__content.latest__projects {
  padding: 0;
  margin-top: 0;
  position: relative;
  border-top: 5px solid #7bc250;
}

@media screen and (min-width: 480px) {
  .main__content.home__content.latest__projects {
    padding: 0;
  }
}

@media screen and (min-width: 640px) {
  .main__content.home__content.latest__projects {
    padding: 0;
  }
}

.main__content.home__content.why__klover {
  padding: 0;
  background-color: #1a1a2e;
  position: relative;
  overflow: hidden;
}

.main__content.home__content.why__klover:before {
  content: none;
}

.main__content.home__content.why__klover .flex.row-reverse {}

@media screen and (min-width: 960px) {
  .main__content.home__content.why__klover .flex.row-reverse {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row-reverse;
  }
}

.main__content.home__content.why__klover *[class^="grid"] {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin-bottom: 0;
}

.main__content.home__content.why__klover .the__content {
  width: 100%;
  text-align: center;
  padding: 4em 2em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .main__content.home__content.why__klover .the__content {
    width: 100%;
    padding: 4em 0;
  }
}

.main__content.home__content.why__klover .the__content h4 {
  font-size: 2em;
  color: white;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: .5em;
}

@media screen and (min-width: 640px) {
  .main__content.home__content.why__klover .the__content h4 {
    font-size: 2.625em;
    margin-bottom: .25em;
  }
}

.main__content.home__content.why__klover .the__content ul {
  font-size: 75%;
  list-style: none;
  margin: 0;
  margin-bottom: 2em;
}

@media screen and (min-width: 1280px) {
  .main__content.home__content.why__klover .the__content ul {
    font-size: 100%;
  }
}

.main__content.home__content.why__klover .the__content ul li {
  display: inline-block;
  vertical-align: middle;
  margin: .25em .75em;
  font-size: 1.375em;
  font-weight: 600;
  color: #7bc250;
  line-height: 1.25;
}

.main__content.home__content.why__klover .the__content ul li big {
  display: block;
  font-size: 3.000em;
  font-weight: 900;
}

.main__content.home__content.why__klover .the__content p {
  font-size: 0.875em;
  text-align: center;
  max-width: 685px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .8);
}

.main__content.home__content.why__klover .the__content p strong {
  font-size: 1.286em;
  color: white;
}

.main__content.home__content.why__klover .the__image {
  display: none;
  position: relative;
  z-index: -1;
  opacity: .6;
  background-image: url("../img/map.png");
  background-size: cover;
  background-position: center right;
}

@media screen and (min-width: 960px) {
  .main__content.home__content.why__klover .the__image {
    display: inline-block;
  }
}

.main__content.home__content.why__klover .the__image img {
  opacity: 0;
  visibility: hidden;
}

/*INTERIOR*/
.main__content.interior__content {
  padding: 5em 0;
}

.main__content.interior__content.blue {
  background-color: #1c57a0;
  color: white;
}

.main__content.interior__content.blue * {
  color: inherit;
}

.main__content.interior__content.black {
  background-color: #252525;
  color: white;
}

.main__content.interior__content.black * {
  color: inherit;
}

.main__content.interior__content.black *[class^="button"] {
  display: block;
}

.main__content.interior__content.white {
  background-color: #f5f5f7;
}

.main__content.interior__content.plain__content {}

.main__content.interior__content.content__blocks {}

.main__content.interior__content.content__blocks .flex {
  display: block;
}

@media screen and (min-width: 960px) {
  .main__content.interior__content.content__blocks .flex {
    display: flex;
  }
}

.main__content.interior__content.content__blocks .the__content,
.main__content.interior__content.content__blocks .the__image {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {

  .main__content.interior__content.content__blocks .the__content,
  .main__content.interior__content.content__blocks .the__image {
    width: 50%;
  }
}

.main__content.interior__content.content__blocks .the__content {
  padding: 0 2em 3em 2em;
}

@media screen and (min-width: 1280px) {
  .main__content.interior__content.content__blocks .the__content {
    padding: 1em 5em;
  }
}

.main__content.interior__content.content__blocks .the__image {
  position: relative;
  overflow: hidden;
}

.main__content.interior__content.content__blocks .the__image:before {
  content: none;
}

.main__content.interior__content.content__blocks .the__image div {
  position: relative;
  max-height: 445px;
  background-size: cover;
  background-position: center;
}

.main__content.interior__content.content__blocks .the__image div img {
  opacity: 0;
  visibility: hidden;
  max-height: 445px;
}

.main__content.interior__content.content__blocks .the__image div .play-video {
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: inline-block;
  max-width: 60px;
  border-radius: 100%;
  background-color: rgba(28, 87, 160, .5);
}

.main__content.interior__content.content__blocks .the__image div .play-video:hover {
  background-color: rgba(28, 87, 160, 1);
}

.main__content.interior__content.content__blocks .the__image div .play-video img {
  opacity: 1;
  visibility: visible;
}

.main__content.interior__content.content__blocks .the__image.left {}

@media screen and (min-width: 960px) {
  .main__content.interior__content.content__blocks .the__image.left {}
}

.main__content.interior__content.content__blocks .the__image.left:before {
  content: none;
}

.main__content.interior__content.content__blocks .the__image.left div {}

@media screen and (min-width: 960px) {
  .main__content.interior__content.content__blocks .the__image.left div {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

.main__content.interior__content.content__blocks .the__image.right {}

@media screen and (min-width: 960px) {
  .main__content.interior__content.content__blocks .the__image.right {}
}

.main__content.interior__content.content__blocks .the__image.right:before {
  content: none;
}

.main__content.interior__content.content__blocks .the__image.right div {}

@media screen and (min-width: 960px) {
  .main__content.interior__content.content__blocks .the__image.right div {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

.main__content.interior__content.content__blocks.blue {
  background-color: #1c57a0;
  color: white;
  padding: 0;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .main__content.interior__content.content__blocks.blue {
    margin-top: 0;
  }
}

.main__content.interior__content.content__blocks.blue .flex {
  align-items: stretch;
}

.main__content.interior__content.content__blocks.blue .the__image {
  position: relative;
  bottom: 0;
}

.main__content.interior__content.content__blocks.blue .the__image div {
  max-height: none;
  min-height: 100%;
  height: 100%;
}

.main__content.interior__content.content__blocks.blue .the__image div img {
  max-height: none;
}

.main__content.interior__content.content__blocks.blue .the__content {
  padding: 3em 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .main__content.interior__content.content__blocks.blue .the__content {
    padding: 3em 5em;
  }
}

.main__content.interior__content.content__blocks.transparent {
  padding: 0;
  overflow: hidden;
}

.main__content.interior__content.content__blocks.transparent .flex {
  align-items: stretch;
}

.main__content.interior__content.content__blocks.transparent .flex:before,
.main__content.interior__content.content__blocks.transparent .flex:after {
  content: none;
}

.main__content.interior__content.content__blocks.transparent .the__image {
  overflow: hidden;
}

.main__content.interior__content.content__blocks.transparent .the__image div {
  max-height: none;
  min-height: 100%;
  height: 100%;
}

.main__content.interior__content.content__blocks.transparent .the__image div img {
  max-height: none;
  display: block;
}

@media screen and (min-width: 960px) {
  .main__content.interior__content.content__blocks.transparent .the__image.left {
    margin-right: 0;
  }

  .main__content.interior__content.content__blocks.transparent .the__image.right {
    margin-left: 0;
  }
}

.main__content.interior__content.content__blocks.transparent .the__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
}

@media screen and (min-width: 1280px) {
  .main__content.interior__content.content__blocks.transparent .the__content {
    padding: 2em 5em;
  }
}

.main__content.interior__content.accordion__content {}

.main__content.interior__content.accordion__content h2 {
  font-size: 2.250em;
  color: #1d57a1;
  margin-bottom: 1em;
}

.main__content.interior__content.accordion__content .accordions {}

.main__content.interior__content.accordion__content .accordions .accordion-section {
  margin: 0 auto;
}

.main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-title {
  display: block;
  padding: 1.25em 2em;
  background-color: #111111;
  font-weight: 700;
  color: white;
  line-height: 1;
  border-top: 1px solid white;
  text-transform: uppercase;
}

.main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-title.active {
  background-color: #1c57a0;
  font-size: 1.225em;
  padding: 1em;
}

@media screen and (min-width: 960px) {
  .main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-title.active {
    font-size: 1.625em;
  }
}

.main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-content {
  display: none;
  padding: 1em;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-content {
    padding: 18% 2em 2em 2em;
  }
}

.main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-content .the__content {
  background-color: white;
  padding: 1em;
}

@media screen and (min-width: 769px) {
  .main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-content .the__content {
    max-width: 640px;
    float: right;
  }
}

.main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-content .the__content *[class^="button"] {
  padding: 1em 1.5em;
}

.main__content.interior__content.accordion__content .accordions .accordion-section .accordion-section-content .the__content *[class^="button"]:before {
  /*content: '\f1c1';
							font-family: "Font Awesome 5 Pro";
							font-weight: 300;
							margin-right: .25em;*/
}

.main__content.interior__content.latest__projects {
  padding: 0;
}

/*BLOG*/
.blog__posts.content__blocks {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks {}
}

.blog__posts.content__blocks .content__block {
  position: relative;
  width: 100%;
  margin-bottom: 3em;
}

@media screen and (min-width: 480px) {
  .blog__posts.content__blocks .content__block {}
}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 49.24242%;
    margin-right: 1.51515%;
    margin-bottom: 5em;
    align-items: flex-start;
  }

  .blog__posts.content__blocks .content__block:nth-of-type(even),
  .blog__posts.content__blocks .content__block:last-of-type {
    margin-right: 0;
  }
}

.blog__posts.content__blocks .content__block .the__content {
  position: relative;
  z-index: 1;
  padding: 2em;
  text-align: left;
  background-color: #1d57a1;
  color: white;
}

@media screen and (min-width: 480px) {
  .blog__posts.content__blocks .content__block .the__content {
    order: 2;
  }
}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block .the__content {
    min-height: 320px;
    max-width: 405px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -25%;
    /*position: absolute;
				z-index: 1;
				bottom: 0;*/
  }
}

@media screen and (min-width: 1025px) {
  .blog__posts.content__blocks .content__block .the__content {
    margin-bottom: -35%;
  }
}

.blog__posts.content__blocks .content__block .the__content em {
  color: #7BC250;
}

.blog__posts.content__blocks .content__block .the__content h3 {
  font-size: 1.250em;
  color: inherit;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: .75em;
}

.blog__posts.content__blocks .content__block .the__content p {
  font-size: 0.875em;
  margin-bottom: 1em;
}

.blog__posts.content__blocks .content__block .the__content a {
  font-weight: normal;
}

.blog__posts.content__blocks .content__block .the__content *[class^="button"] {
  padding: 0;
  font-weight: 700;
  color: #7BC250;
  background-color: transparent;
}

.blog__posts.content__blocks .content__block .the__content *[class^="button"]:after {
  content: '\f101';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin: 0 0 0 1em;
}

.blog__posts.content__blocks .content__block .the__image {
  position: relative;
  overflow: hidden;
  order: 1;
}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block .the__image {
    width: 100%;
  }
}

.blog__posts.content__blocks .content__block .the__image:before {
  content: none;
}

.blog__posts.content__blocks .content__block .the__image div {
  position: relative;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 480px) {
  .blog__posts.content__blocks .content__block .the__image div {
    /*min-height: 445px;*/
  }
}

.blog__posts.content__blocks .content__block .the__image div img {
  visibility: hidden;
  opacity: 0;
  /*max-height: 445px;*/
}

.blog__posts.content__blocks .content__block.left {}

.blog__posts.content__blocks .content__block.left .the__content {
  right: 0;
  margin-left: auto;
  margin-right: 0;
}

.blog__posts.content__blocks .content__block.left .the__image {}

.blog__posts.content__blocks .content__block.left .the__image:before {
  content: none;
}

.blog__posts.content__blocks .content__block.left .the__image div {}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block.left .the__image div {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

.blog__posts.content__blocks .content__block.right {}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block.right {
    top: auto;
  }
}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block.right {
    top: 6em;
  }
}

.blog__posts.content__blocks .content__block.right .the__content {}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block.right .the__content {
    left: 0;
  }
}

.blog__posts.content__blocks .content__block.right .the__image {}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block.right .the__image {
    float: right;
    margin: 0 0 0 auto;
  }
}

.blog__posts.content__blocks .content__block.right .the__image:before {
  content: none;
}

.blog__posts.content__blocks .content__block.right .the__image div {}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .content__block.right .the__image div {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

.blog__posts.content__blocks .alm-btn-wrap {
  padding: 1em 0 0 0;
}

@media screen and (min-width: 769px) {
  .blog__posts.content__blocks .alm-btn-wrap {
    padding: 5em 0 0 0;
  }
}

.grecaptcha-badge {
  display: none;
}

.gallery {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gallery .thumbnail {
  display: none;
  position: relative;
  margin: 1% .5%;
  width: 48%;
}

.gallery .thumbnail a img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  border-right: 1px solid #447E95;
}

.gallery .thumbnail a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery .hidden {
  display: none;
}

@media screen and (min-width: 900px) {
  .gallery .thumbnail {
    width: 23%;
    margin: .75% .5%;
  }
}

.fancybox-caption-wrap {
  position: relative;
  z-index: 99999 !important;
  text-align: center;
}

.fancybox-caption {
  position: relative;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px !important;
}

.sort ul {
  list-style: none;
  text-align: center;
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.sort ul li,
.pagination .pager {
  display: inline-block;
  vertical-align: middle;
}

.sort ul li button,
.pagination .pager {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: .75em 1.25em;
  width: auto;
  border: 2px solid #acacac;
  border-radius: 4px;
  background: white;
  font-size: 1em;
  text-transform: uppercase;
  color: #999292;
  cursor: pointer;
}

.sort ul li button.active,
.sort ul li button:hover,
.sort ul li button:focus,
.pager:hover,
.pager.active {
  color: #1d57a1;
  border-color: #1d57a1;
}

.sort ul li:before {
  content: "" !important;
}

.sort ul li {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 900px) {

  .sort ul li {
    display: block;
    margin-bottom: 5px;

  }

}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 650px) {
  .embed-container {
    margin-bottom: 15px;
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show {
  display: block !important;
}

.repbox {
  padding: 25px;
  background: #1d57a1;
}

.repbox p {
  color: white;
}

.legendbox {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  width: 75px;
}

.yellowsquare {
  height: 25px;
  width: 25px;
  background: yellow;
  margin-bottom: 8px;
  margin: 0 auto;
  display: block;
}

.bluesquare {
  height: 25px;
  width: 25px;
  background: #1d57a1;
  margin-bottom: 8px;
  margin: 0 auto;
  display: block;
}

.greensquare {
  height: 25px;
  width: 25px;
  background: #6ba845;
  margin-bottom: 8px;
  margin: 0 auto;
  display: block;
}

.legendbox p {
  font-size: 12px;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .map__group .grid-3 {
    text-align: center;
    width: 100%;
  }
}

#virtual-plant-tour .the__content {
  width: 100%;
  max-width: 1000px;
}

/*! Footer
//////////////////////////////////////////////*/

.social__icons {
  display: block;
  margin-top: 16px;
}

.social__icons a {
  margin-right: 8px;
  font-size: 28px;
  color: white;
}

footer[role=contentinfo] {}

footer[role=contentinfo] .footer__top {
  padding: 4em 0;
  background-color: #1c57a0;
  color: white;
}

@media screen and (min-width: 960px) {
  footer[role=contentinfo] .footer__top {
    padding: 5em 0;
  }
}

footer[role=contentinfo] .footer__top .wrap {
  max-width: 1024px;
}

footer[role=contentinfo] .footer__top *[class^="grid"] {
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 1.5em;
}

footer[role=contentinfo] .footer__top *[class^="grid"]:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  footer[role=contentinfo] .footer__top *[class^="grid"] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 0;
  }

  footer[role=contentinfo] .footer__top *[class^="grid"]:first-of-type {
    width: 60.24242%;
    margin-right: 1.51515%;
    text-align: left;
  }

  footer[role=contentinfo] .footer__top *[class^="grid"]:last-of-type {
    width: 38.24242%;
    text-align: right;
  }
}

@media screen and (min-width: 1025px) {
  footer[role=contentinfo] .footer__top *[class^="grid"]:first-of-type {
    width: 74.616161%
  }

  footer[role=contentinfo] .footer__top *[class^="grid"]:last-of-type {
    width: 23.86364%
  }
}

footer[role=contentinfo] .footer__top span {
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

footer[role=contentinfo] .footer__top span:nth-of-type(1) {
  font-size: 1.500em;
  color: #7bc250;
}

footer[role=contentinfo] .footer__top span:nth-of-type(2) {
  font-size: 1.75em;
  font-weight: 800;
}

@media screen and (min-width: 1025px) {
  footer[role=contentinfo] .footer__top span:nth-of-type(2) {
    font-size: 2.25em;
  }
}

@media screen and (min-width: 1124px) {
  footer[role=contentinfo] .footer__top span:nth-of-type(2) {
    font-size: 3em;
  }
}

footer[role=contentinfo] .footer__top span:nth-of-type(3) {
  text-transform: none;
}

footer[role=contentinfo] .footer__top *[class^="button"] {
  min-width: 190px;
  text-align: center;
  padding: .875em 1.5em;
  font-size: .875em;
  display: block;
  margin-bottom: .5em;
}

footer[role=contentinfo] .footer__middle {
  padding: 2em 0;
  background-color: white;
}

@media screen and (min-width: 1025px) {
  footer[role=contentinfo] .footer__middle {}
}

footer[role=contentinfo] .footer__middle .wrap {
  max-width: 1145px;
}

footer[role=contentinfo] .footer__middle *[class^="grid"] {
  text-align: center;
  margin-bottom: 2em;
}

footer[role=contentinfo] .footer__middle *[class^="grid"]:last-of-type {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  footer[role=contentinfo] .footer__middle *[class^="grid"] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 0;
    text-align: center;
  }
}

footer[role=contentinfo] .footer__middle .footer__careers {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2em;
}

@media screen and (min-width: 1025px) {
  footer[role=contentinfo] .footer__middle .footer__careers {
    text-align: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

footer[role=contentinfo] .footer__middle .footer__careers a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #7bc250;
}

footer[role=contentinfo] .footer__middle .footer__careers a:hover {
  color: #1c57a0;
}

footer[role=contentinfo] .footer__middle .footer__careers span,
footer[role=contentinfo] .footer__middle .footer__careers small {
  position: relative;
  display: block;
  text-align: center;
}

footer[role=contentinfo] .footer__middle .footer__careers span {
  font-size: 1.75em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 0 1.75em;
  margin: 0 0 .25em 0;
}

@media screen and (min-width: 640px) {
  footer[role=contentinfo] .footer__middle .footer__careers span {
    font-size: 2.100em;
  }
}

@media screen and (min-width: 1124px) {
  footer[role=contentinfo] .footer__middle .footer__careers span {
    font-size: 2.125em;
  }
}

footer[role=contentinfo] .footer__middle .footer__careers span i {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #111111;
}

footer[role=contentinfo] .footer__middle .footer__careers span strong {}

footer[role=contentinfo] .footer__middle .footer__careers small {
  font-size: 0.875em;
  font-weight: 600;
  color: #111111;
}

@media screen and (min-width: 640px) {
  footer[role=contentinfo] .footer__middle .footer__careers small {
    font-size: 1em;
  }
}

footer[role=contentinfo] .footer__middle .footer__social {}

@media screen and (min-width: 640px) {
  footer[role=contentinfo] .footer__middle .footer__social {
    width: 49.24242%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  footer[role=contentinfo] .footer__middle .footer__social {
    width: 27.32323%;
  }
}

footer[role=contentinfo] .footer__middle .footer__social div {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

footer[role=contentinfo] .footer__middle .footer__social img {
  max-width: 185px;
  margin-bottom: 1.25em;
}

footer[role=contentinfo] .footer__middle .footer__social ul {
  list-style: none;
}

footer[role=contentinfo] .footer__middle .footer__social ul li {
  display: inline-block;
  vertical-align: middle;
  margin: .25em 0;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  border: 2px solid black;
  border-radius: 100%;
  background-color: black;
  font-size: 1.250em;
  color: white;
  text-align: center;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a:hover {
  background-color: white;
  color: black;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.facebook:hover {
  background-color: white;
  color: #3b5998;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.linkedin {
  border-color: #007bb5;
  background-color: #007bb5;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.linkedin:hover {
  background-color: white;
  color: #007bb5;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.twitter {
  border-color: #55acee;
  background-color: #55acee;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.twitter:hover {
  background-color: white;
  color: #55acee;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.instagram {
  border-color: #e95950;
  background-color: #e95950;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.instagram:hover {
  background-color: white;
  color: #e95950;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.youtube {
  border-color: #c4302b;
  background-color: #c4302b;
}

footer[role=contentinfo] .footer__middle .footer__social ul li a.youtube:hover {
  background-color: white;
  color: #c4302b;
}

footer[role=contentinfo] .footer__middle .footer__kloverbox {}

@media screen and (min-width: 640px) {
  footer[role=contentinfo] .footer__middle .footer__kloverbox {
    width: 49.24242%;
  }
}

@media screen and (min-width: 1025px) {
  footer[role=contentinfo] .footer__middle .footer__kloverbox {
    width: 27.32323%;
    text-align: right;
  }
}

footer[role=contentinfo] .footer__middle .footer__kloverbox a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #0d0d0d;
}

footer[role=contentinfo] .footer__middle .footer__kloverbox a:hover {
  color: #1c57a0;
}

footer[role=contentinfo] .footer__middle .footer__kloverbox a span {
  position: relative;
  display: block;
}

footer[role=contentinfo] .footer__middle .footer__kloverbox a span.kloverbox {
  font-size: 3.688em;
  line-height: .75;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 0 1.25em;
}

footer[role=contentinfo] .footer__middle .footer__kloverbox a span.kloverbox i {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #7bc250;
}

footer[role=contentinfo] .footer__middle .footer__kloverbox a span.kloverbox strong {
  display: block;
  font-weight: 900;
  font-size: 0.475em;
  letter-spacing: 0;
}

footer[role=contentinfo] .footer__middle .footer__kloverbox a span.login {
  font-size: 1.250em;
  font-weight: 700;
  color: #e4180b;
  text-transform: uppercase;
  text-align: right;
}

footer[role=contentinfo] .footer__bottom {
  padding: 3em 0 9em 0;
  background-color: #111111;
  font-size: 0.875em;
  color: white;
}

@media screen and (min-width: 769px) {
  footer[role=contentinfo] .footer__bottom {
    padding: 3em 0 6em 0;
  }
}

footer[role=contentinfo] .footer__bottom .wrap {
  max-width: 1024px;
}

footer[role=contentinfo] .footer__bottom *[class^="grid"] {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
}

@media screen and (min-width: 640px) {
  footer[role=contentinfo] .footer__bottom *[class^="grid"] {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  footer[role=contentinfo] .footer__bottom *[class^="grid"] {
    margin-bottom: 0;
  }
}

footer[role=contentinfo] .footer__bottom ul {
  list-style: none;
}

footer[role=contentinfo] .footer__bottom strong {
  font-size: 1.143em;
  text-transform: uppercase;
}

footer[role=contentinfo] .footer__bottom a {
  font-weight: normal;
  color: inherit;
}

footer[role=contentinfo] .footer__bottom a:hover {
  color: #cccccc;
}

footer[role=contentinfo] .footer__bottom .footer__location {}

footer[role=contentinfo] .footer__bottom .footer__location ul {}

footer[role=contentinfo] .footer__bottom .footer__location ul li {}

footer[role=contentinfo] .footer__bottom .footer__location ul li.address {}

footer[role=contentinfo] .footer__bottom .footer__location.pennsylvania {}

@media screen and (min-width: 769px) {
  footer[role=contentinfo] .footer__bottom .footer__location.pennsylvania {
    text-align: left;
  }
}

footer[role=contentinfo] .footer__bottom .footer__location.metro-dc {
  margin-right: 0;
}

footer[role=contentinfo] .footer__bottom .footer__location.metro-dc div {}

@media screen and (min-width: 769px) {
  footer[role=contentinfo] .footer__bottom .footer__location.metro-dc div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}

footer[role=contentinfo] .footer__bottom .footer__links {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  footer[role=contentinfo] .footer__bottom .footer__links {
    text-align: right;
  }
}

footer[role=contentinfo] .footer__bottom .footer__links div {}

@media screen and (min-width: 769px) {
  footer[role=contentinfo] .footer__bottom .footer__links div {
    display: inline-block;
    vertical-align: top;
    text-align: right;
  }
}

footer[role=contentinfo] .footer__bottom .footer__links ul {}

@media screen and (min-width: 769px) {
  footer[role=contentinfo] .footer__bottom .footer__links ul {
    margin-bottom: 2em;
  }
}

footer[role=contentinfo] .footer__bottom .footer__links ul li {
  display: inline-block;
  vertical-align: middle;
}

footer[role=contentinfo] .footer__bottom .footer__links ul li a {
  font-weight: 700;
  font-size: 1.143em;
}

footer[role=contentinfo] .footer__bottom .footer__links ul li:first-of-type:after {
  content: '|';
  font-size: 1.143em;
  color: #898989;
  margin: 0 .75em;
}

footer[role=contentinfo] .footer__bottom .footer__links ul li:nth-of-type(2):after {
  content: '|';
  font-size: 1.143em;
  color: #898989;
  margin: 0 .75em;
}

footer[role=contentinfo] .footer__bottom .footer__links ul li:nth-of-type(3):after {
  content: '|';
  font-size: 1.143em;
  color: #898989;
  margin: 0 .75em;
}

footer[role=contentinfo] .footer__bottom .footer__links ul li:nth-of-type(4):after {
  content: '|';
  font-size: 1.143em;
  color: #898989;
  margin: 0 .75em;
}








.webinar__cta {
  position: fixed;
  z-index: 99;
  bottom: 1em;
  right: calc(135px + 1em);
  text-align: center;
  cursor: pointer;
  background-color: #1d57a1;
  padding: .5em 1em;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

@media screen and (max-width: 768px) {
  .webinar__cta {
    bottom: 4em;
    right: 1em;
  }
}

.webinar__cta:hover {
  background-color: #7bc250;
}

.webinar__cta img {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  margin-left: .25em;
}

.webinar__cta span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 700;
  color: white;
  line-height: normal;
  text-transform: uppercase;
}

.webinar__cta span strong {}

@media screen and (max-width: 768px) {
  .webinar__cta span strong {
    display: none;
  }
}


@media screen and (max-width: 1119px) {
  .webinar__cta {
    display: none;
  }
}


/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  height: 2400px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-id-3519 .latest__project {
  display: none !important;
}

.download-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download-modal-overlay {
  background: rgba(255, 255, 255, 0.8);
  /* white semi-transparent */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 500px;
}

.download-modal-inner {
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}

.geo-testimonial-title {
  padding: 0px;
  text-align: center;
}

.geo-testimonial-title h3 {
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 24px;
  margin-bottom: 24px;
  display: block;
}

.page-id-533 .grid-50 {
  margin-left: 15px;
}


.hero-slider {
  max-width: 100vw;
  overflow: hidden;
  height: 75vh;
  min-height: 450px;
  max-height: 800px;
}

.hero-slider img {
  width: 100%;
  height: 75vh;
  min-height: 450px;
  max-height: 800px;
  display: block;
  object-fit: cover;
}

.slick-dots {
  bottom: 20px;
}

.slick-arrow {
  z-index: 2;
}

.hero-slider .slick-slide {
  position: relative;
}

.hero-slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Adjust opacity here */
  z-index: 1;
  pointer-events: none;
}

.main__content .project__gallery--filters {
  display: none !important;
}

/* PDF Display Template */
.pdf__content {
  padding: 0;
  margin: 0;
  background-color: #1a1a1a;
}

.pdf__card {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.pdf__content iframe {
  width: 100%;
  height: 130vw;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .pdf__content {
    padding: 30px 20px;
  }

  .pdf__card {
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  }

  .pdf__content iframe {
    height: calc(100vh - 185px);
  }
}

/* FAQ Section Responsive */
@media (max-width: 768px) {
  .faq__section {
    padding: 59px 20px 76px;
  }

  .faq__section h2 {
    font-size: 18px;
  }

  .faq__section h3 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .faq__question {
    font-size: 20px;
    line-height: 28px;
  }

  .faq__answer {
    font-size: 16px;
    line-height: 24px;
  }
}
