@font-face {
  font-family: "Satoshi-Variable";
  src: url("../../fonts/Satoshi-Variable.woff2") format("woff2"), url("../../fonts/Satoshi-Variable.woff") format("woff"), url("../../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/lato-v23-latin-300.woff2") format("woff2"), url("../../fonts/lato-v23-latin-300.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../../fonts/lato-v23-latin-300italic.woff2") format("woff2"), url("../../fonts/lato-v23-latin-300italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/lato-v23-latin-regular.woff2") format("woff2"), url("../../fonts/lato-v23-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/lato-v23-latin-italic.woff2") format("woff2"), url("../../fonts/lato-v23-latin-italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
footer.site-footer {
  position: relative;
  padding: 25px 0;
  z-index: 10;
}

#footer-row-one {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 960px) {
  #footer-row-one {
    grid-template-columns: 0.75fr 1.25fr;
  }
}
@media screen and (max-width: 768px) {
  #footer-row-one {
    grid-template-columns: repeat(1, 1fr);
  }
}
#footer-row-one .footer-r1-logo > img,
#footer-row-one .footer-r1-logo > picture {
  margin: 0;
  padding: 0;
}
#footer-row-one .footer-r1-logo p.footer-text-tag {
  margin: 20px 0;
  max-width: 40ch;
}
#footer-row-one .footer-r1-logo ul.footer-social li a img {
  width: 25px;
}
#footer-row-one > .footer-r1-content-cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer-row-one > .footer-r1-content-cols {
    flex-wrap: wrap;
  }
}
#footer-row-one > .footer-r1-content-cols > div {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  #footer-row-one > .footer-r1-content-cols > div {
    width: 100%;
  }
}
#footer-row-one > .footer-r1-content-cols > div h4 {
  padding: 0 0 15px;
  text-transform: uppercase;
  color: #b19e82;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
#footer-row-one > .footer-r1-content-cols > div ul {
  padding: 0;
  margin: 0;
}
#footer-row-one > .footer-r1-content-cols > div ul > li {
  list-style: none;
}
#footer-row-one > .footer-r1-content-cols > div ul.footer-updates li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
#footer-row-one > .footer-r1-content-cols > div ul.footer-updates li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("/wp-content/mu-plugins/site-settings/images/marker-chevron.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  #footer-row-one > .footer-r1-content-cols > div ul.footer-updates {
    margin-bottom: 30px;
  }
}
#footer-row-one > .footer-r1-content-cols > div ul.quick-links li {
  margin-bottom: 2px;
}
#footer-row-one > .footer-r1-content-cols > div ul.quick-links li a {
  text-transform: capitalize;
  display: block;
  padding-bottom: 3px;
}

.footer-credits {
  margin-top: 50px;
  font-size: 12px;
  padding-bottom: 30px;
}

body.home.page header.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}

#page-home {
  width: 100%;
  margin: 0;
  padding: 0;
}
#page-home main.main {
  padding-bottom: 0;
}

ul.hover-grid {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
@media screen and (max-width: 1200px) {
  ul.hover-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 900px) {
  ul.hover-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  ul.hover-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.hover-grid li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.hover-grid li.hidden {
  display: none;
}
ul.hover-grid li a {
  position: relative;
  display: block;
}
ul.hover-grid li a::before {
  opacity: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(38, 78, 81, 0.3) 0, rgba(38, 78, 81, 0.8) 100%);
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.hover-grid li a::after {
  opacity: 0;
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 15;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  transition-delay: 0.2s;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul.hover-grid li a:hover::before {
  left: 0;
  right: 0;
}
ul.hover-grid li a:hover::after {
  opacity: 1;
}
ul.hover-grid li a img {
  max-width: 100%;
}

div.list-project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  div.list-project-header {
    flex-wrap: wrap;
  }
}

ul.list-project-categories {
  display: flex;
  margin: 0 0 0;
  padding: 0;
  flex-wrap: wrap;
}
ul.list-project-categories li {
  list-style: none;
  color: #b19e82;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 5px 10px;
  margin: 0 6px;
  border-top: solid 3px transparent;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
ul.list-project-categories li:hover, ul.list-project-categories li.active {
  color: #3a6b5d !important;
  border-top: solid 3px #3a6b5d;
  background-color: transparent !important;
}
@media screen and (max-width: 900px) {
  ul.list-project-categories {
    display: none;
    width: 100%;
  }
  ul.list-project-categories.open {
    display: block;
  }
  ul.list-project-categories li {
    width: 100%;
    padding: 8px 0;
    margin: 0;
  }
}

button#btn-select-cat {
  display: none;
  width: 100%;
  border: none;
  padding: 12px 8px;
  margin-bottom: 12px;
  background-color: #b19e82;
  color: #fff;
}
@media screen and (max-width: 900px) {
  button#btn-select-cat {
    display: block;
  }
}

#list-project-search {
  position: relative;
  width: max(15vw, 250px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  #list-project-search {
    width: 100%;
  }
}
#list-project-search > img {
  position: relative;
  width: 25px;
}
#list-project-search > input {
  position: relative;
  width: 100%;
  max-width: 0%;
  padding: 0;
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #b19e82;
  border-radius: 0;
  margin-left: 0;
  transition: all 0.4s ease-in-out;
}
#list-project-search > input:focus {
  outline: none;
  border: 2px solid #b19e82;
}
#list-project-search.show-search > input {
  max-width: 100%;
  padding: 8px;
  opacity: 1;
  margin-left: 12px;
}
@media screen and (max-width: 1200px) {
  #list-project-search.show-search > input {
    max-width: 250px;
  }
}

ul.list-projects-grid {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
@media screen and (max-width: 1200px) {
  ul.list-projects-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 900px) {
  ul.list-projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  ul.list-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.list-projects-grid li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-projects-grid li.hidden {
  display: none;
}
ul.list-projects-grid li.searched-item {
  display: block;
}
ul.list-projects-grid li a {
  position: relative;
  display: block;
}
ul.list-projects-grid li a::before {
  content: "";
  background: linear-gradient(to bottom, rgba(38, 78, 81, 0.3) 0, rgba(38, 78, 81, 0.8) 100%);
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.list-projects-grid li a::after {
  opacity: 0;
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 250;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  transition-delay: 0.2s;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  ul.list-projects-grid li a::after {
    font-size: 12px;
  }
}
ul.list-projects-grid li a:hover::before {
  z-index: 200;
  left: 0;
  right: 0;
}
ul.list-projects-grid li a:hover::after {
  opacity: 1;
}
ul.list-projects-grid li a img {
  position: relative;
  z-index: 100;
  max-width: 100%;
}

ul.list-people-grid {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1200px) {
  ul.list-people-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 900px) {
  ul.list-people-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  ul.list-people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.list-people-grid li {
  position: relative;
  list-style: none;
  color: #737373;
}
ul.list-people-grid li > a {
  display: block;
  color: inherit;
}
ul.list-people-grid li img.people-img {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
ul.list-people-grid li img.people-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.list-people-grid li:hover img.people-img-hover {
  opacity: 1;
}
ul.list-people-grid li p.people-name {
  line-height: 1.1;
  font-weight: bold;
  margin: 10px 0 0;
}
ul.list-people-grid li p.people-position {
  line-height: 1.1;
  margin: 0;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  ul.list-people-grid li p {
    font-size: 13px;
  }
}

ul.list-press-grid {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1300px) {
  ul.list-press-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  ul.list-press-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.list-press-grid li {
  position: relative;
  list-style: none;
}
ul.list-press-grid li a.press-link-img {
  display: block;
  margin: 0 0 5px;
}
ul.list-press-grid li > p {
  color: #737373;
  font-size: 13px;
  line-height: 1.2;
}
ul.list-press-grid li > p a {
  font-size: 15px;
  color: #3a6b5d;
  display: block;
  line-height: 18px;
  margin-top: 5px;
}

ul.list-services-grid {
  padding: 0;
  margin: 0 0 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1300px) {
  ul.list-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 940px) {
  ul.list-services-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  ul.list-services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.list-services-grid li {
  position: relative;
  list-style: none;
}

.wp-block-columns.columns-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wp-block-columns.columns-contact h1 {
  margin-top: 0;
}

div.gform_wrapper.gravity-theme .gform_body .gfield .gfield_label {
  margin-bottom: 2px;
}
div.gform_wrapper.gravity-theme .gform_body .gfield .gfield_label span.gfield_required {
  color: #b19e82;
}
div.gform_wrapper.gravity-theme .gform_body .gfield input,
div.gform_wrapper.gravity-theme .gform_body .gfield textarea {
  font-weight: normal;
  height: auto;
}
div.gform_wrapper.gravity-theme .gform_body .gfield textarea {
  padding: 10px;
  line-height: 1.4;
}
div.gform_wrapper.gravity-theme .gform_body .gfield .gfield_validation_message.validation_message {
  margin: 3px 0 0;
  padding: 10px 12px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  border-radius: 2px;
}
div.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 0;
  padding-top: 10px;
}
div.gform_wrapper.gravity-theme .gform_footer input.gform_button {
  background: #b19e82;
  color: #fff;
  font-weight: bold;
  padding: 10px 25px;
  line-height: 1;
  border: none;
  border-radius: 2px;
}
div.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 20px;
}
div.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  margin: 0 0 4px;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}
div.gform_wrapper.gravity-theme .gform_validation_errors > ol {
  margin: 0;
  padding: 0 0 0 15px;
}
div.gform_wrapper.gravity-theme .gform_validation_errors > ol li {
  margin-bottom: 4px;
}

div#gform_wrapper_1.gform_wrapper.gravity-theme {
  max-width: 500px;
}

body .metaslider .flexslider .flex-direction-nav li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .metaslider .flexslider .flex-direction-nav li a.flex-prev {
  background-image: url(../../images/Chevron-Prev.png);
}
body .metaslider .flexslider .flex-direction-nav li a.flex-next {
  background-image: url(../../images/Chevron-Next.png);
}

body.jobs-template-default.single.single-jobs #footer {
  display: none;
}

@media screen and (max-width: 1600px) {
  div#home-row-1-section-left.wp-block-kadence-column .kt-inside-inner-col {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  div#home-row-1-section-left.wp-block-kadence-column .kt-inside-inner-col {
    padding-left: 0rem;
    padding-right: 1rem;
  }
}

h2#home-row-1-h2 {
  max-width: 38ch;
  margin: auto;
}
@media screen and (max-width: 1850px) {
  h2#home-row-1-h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1630px) {
  h2#home-row-1-h2 {
    max-width: 100%;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1350px) {
  h2#home-row-1-h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1225px) {
  h2#home-row-1-h2 {
    font-size: 2rem;
  }
}

body.home.page-template-kadence-full-width header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  background-color: rgba(28, 74, 71, 0.4);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: all 0.5s ease;
}
body.home.page-template-kadence-full-width header.site-header.nav-up {
  top: -100%;
}
body.home.page-template-kadence-full-width header.site-header.nav-down {
  top: 0;
}
body.home.page-template-kadence-full-width header.site-header.scrolled {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 36px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

@media screen and (max-width: 1160px) {
  body header.navbar.nav-open {
    background-color: #fff !important;
  }
}
.wp-block-kadence-rowlayout.saf-full-width-row {
  margin: auto;
  width: 94%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .wp-block-kadence-rowlayout.saf-full-width-row {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

footer#site-footer-2023 {
  background: #fff;
  color: #b29e81;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 35px;
  border-top: 1px solid rgba(178, 158, 129, 0.25);
}
footer#site-footer-2023 a#footer-home-link {
  display: block;
}
footer#site-footer-2023 a#footer-home-link img {
  margin: auto;
  width: 400px;
  max-width: 85vw;
}
footer#site-footer-2023 ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto 25px;
}
footer#site-footer-2023 ul li {
  list-style: none;
  margin: 0 11px;
  padding: 0;
}
footer#site-footer-2023 ul li > a {
  padding: 3px;
  display: block;
}
footer#site-footer-2023 ul li > a img {
  width: 20px;
}
footer#site-footer-2023 div.footer-credits {
  width: 100%;
  text-align: center;
  color: #b29e81;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
footer#site-footer-2023 div.footer-credits a {
  color: #b29e81;
  transition: all 0.3s ease;
}
footer#site-footer-2023 div.footer-credits a:hover {
  color: #222;
}
footer#site-footer-2023 div.footer-credits p {
  margin-bottom: 5px;
}
footer#site-footer-2023 div.footer-credits p:last-child {
  margin-bottom: 0;
}

body.single.single-projects header.site-header {
  margin-bottom: 0;
}
body.single.single-projects div.site-main.wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

div.single-project-view .single-project-view-feat-img {
  display: block;
  width: 100%;
  margin: 0;
}
div.single-project-view #single-project-feat-img-object-fit {
  width: 100vw;
}
div.single-project-view #single-project-feat-img-object-fit > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.single-project-view #single-project-view-content {
  padding: 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  div.single-project-view #single-project-view-content {
    flex-wrap: wrap;
  }
}
div.single-project-view #single-project-view-img-list {
  flex: 1;
}
@media screen and (max-width: 768px) {
  div.single-project-view #single-project-view-img-list {
    order: 2;
    width: 100%;
    flex: auto;
  }
}
div.single-project-view #single-project-view-img-list img,
div.single-project-view #single-project-view-img-list picture {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
div.single-project-view #single-project-view-img-list img:last-child,
div.single-project-view #single-project-view-img-list picture:last-child {
  margin-bottom: 0;
}
div.single-project-view #single-project-view-img-list iframe {
  max-width: 100%;
}
div.single-project-view aside.single-project-view-txt-holder {
  position: relative;
  flex: 0.65;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  div.single-project-view aside.single-project-view-txt-holder {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  div.single-project-view aside.single-project-view-txt-holder {
    margin-top: 0;
    flex: auto;
    width: 100%;
  }
}
div.single-project-view .single-project-view-txt-content {
  padding: 50px 50px 10px 60px;
}
@media screen and (max-width: 900px) {
  div.single-project-view .single-project-view-txt-content {
    padding: 30px 30px 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  div.single-project-view .single-project-view-txt-content {
    padding: 14px 24px 24px;
    margin-bottom: 0;
    order: 1;
  }
}
div.single-project-view .single-project-view-txt-content.fixed-div {
  position: fixed; /* Fixed position */
  top: 50px;
  right: 0;
  width: 35%;
}
@media screen and (max-width: 1800px) {
  div.single-project-view .single-project-view-txt-content.fixed-div {
    width: 40%;
  }
}
@media screen and (max-width: 1400px) {
  div.single-project-view .single-project-view-txt-content.fixed-div {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  div.single-project-view .single-project-view-txt-content.fixed-div {
    width: 100%;
  }
}
div.single-project-view .single-project-view-txt-content h1 {
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 3px;
}
div.single-project-view .single-project-view-txt-content h2 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: rgb(115, 115, 115);
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  div.single-project-view .single-project-view-txt-content h2 {
    margin-bottom: 16px;
  }
}
div.single-project-view .single-project-view-txt-content div.project-txt {
  position: relative;
  z-index: 10;
}
div.single-project-view .single-project-view-txt-content div.project-txt > p {
  text-align: justify;
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1000px) {
  div.single-project-view .single-project-view-txt-content div.project-txt > p {
    font-size: 16px;
  }
}
div.single-project-view .single-project-view-txt-content button {
  z-index: 1;
  margin-top: 36px;
  display: block;
  width: 40px;
  height: 20px;
  border: none;
  background-image: url("/wp-content/mu-plugins/site-settings/images/SRA-Down-Arrow.svg");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  transform: rotate(0deg) translateX(0.25em);
  transition: 0.3s ease;
}
div.single-project-view .single-project-view-txt-content button.open {
  transform: rotate(-180deg) translateX(0.25em);
  background-position: right bottom;
}
div.single-project-view .single-project-view-txt-content button span {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  div.single-project-view .single-project-view-txt-content button {
    margin-top: 20px;
  }
}
div.single-project-view .single-project-view-txt-content div.project-details {
  margin-top: 20px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  div.single-project-view .single-project-view-txt-content div.project-details {
    display: none;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
div.single-project-view .single-project-view-txt-content div.project-details.show {
  max-height: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  div.single-project-view .single-project-view-txt-content div.project-details.show {
    display: block;
  }
}
div.single-project-view .single-project-view-txt-content div.project-details ul {
  margin: 0;
  padding: 0;
}
div.single-project-view .single-project-view-txt-content div.project-details ul li {
  list-style: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
}
div.single-project-view .single-project-view-txt-content div.project-details ul li:last-child {
  margin-bottom: 0;
}
div.single-project-view .single-project-view-txt-content div.project-details h3.press-links {
  font-weight: bold;
  font-size: 18px;
  margin: 24px 0 10px;
}
div.single-project-view .single-project-view-txt-content div.project-details ul.list-group {
  padding: 0;
  margin: 0;
}
div.single-project-view .single-project-view-txt-content div.project-details ul.list-group li {
  font-size: 16px;
  font-weight: 300;
}
div.single-project-view ul.post-nav {
  margin: 35px 0 0;
  padding: 0;
  display: none;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  div.single-project-view ul.post-nav {
    margin-top: 24px;
  }
}
@media screen and (min-width: 801px) {
  div.single-project-view ul.post-nav.desktop-only {
    display: flex;
  }
}
@media screen and (max-width: 800px) {
  div.single-project-view ul.post-nav.mobile-only {
    display: flex;
  }
}
div.single-project-view ul.post-nav li {
  list-style: none;
  width: 47.5%;
}
div.single-project-view ul.post-nav li a {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
div.single-project-view ul.post-nav li a.next {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  div.single-project-view ul.post-nav li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  body.blog main article.post img.wp-post-image {
    margin-bottom: 12px;
  }
}

body .navbar-default {
  background-color: rgba(130, 102, 52, 0.65) !important;
}
body .navbar-default .navbar-nav > li > a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  body .navbar-default .navbar-nav > li > a {
    color: #b19e82 !important;
  }
}
body .navbar-collapse .navbar-nav > .active > a,
body .navbar-collapse .navbar-nav > li > a:focus,
body .navbar-collapse .navbar-nav > li > a:hover {
  border-top-color: #444444 !important;
  color: #444444 !important;
}
body .navbar-collapse .navbar-nav > li > .dropdown-menu > .active > a,
body .navbar-collapse .navbar-nav > li > .dropdown-menu > li > a:focus,
body .navbar-collapse .navbar-nav > li > .dropdown-menu > li > a:hover {
  color: #806e5a !important;
  border-top-color: #806e5a !important;
}
