@charset "UTF-8";
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* DIALOG POLYFILL */
dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

.section-with-padding, .content-block-2 {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 1500px) {
  .section-with-padding, .content-block-2 {
    max-width: 1450px !important;
  }
}
@media screen and (min-width: 1920px) {
  .section-with-padding, .content-block-2 {
    max-width: 1450px !important;
  }
}
@media screen and (min-width: 1550px) {
  .section-with-padding, .content-block-2 {
    max-width: 1450px !important;
  }
}
@media screen and (max-width: 1500px) {
  .section-with-padding, .content-block-2 {
    max-width: 95% !important;
  }
}
@media screen and (max-width: 1200px) {
  .section-with-padding, .content-block-2 {
    max-width: 90% !important;
  }
}

.row-with-left-padding {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.row-with-right-padding {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.three-columns, .two-columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.three-columns > *:nth-child(1), .two-columns > *:nth-child(1) {
  margin-right: 45px;
}
.three-columns > *, .two-columns > * {
  width: 30% !important;
}

.two-columns > * {
  width: 50% !important;
}
@media (max-width: 1200px) {
  .two-columns {
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .two-columns > * {
    width: 100% !important;
  }
  .two-columns #firm-second-section-summary {
    width: 100% !important;
    margin-bottom: 50px;
    margin-top: 100px;
  }
}

@media (max-width: 1200px) {
  #firm-first-section {
    margin-top: 50px !important;
    display: flex;
    flex-direction: row;
  }
  #firm-first-section > .square-image {
    max-height: 300px;
    width: 48% !important;
  }
  #firm-first-section > .square-image:first-child {
    margin-right: 2%;
  }
}
@media (max-width: 699px) {
  #hero-template #top-bg-image {
    position: relative !important;
  }
  body.page-template-single-our-firm #hero-template #top-bg-image {
    position: absolute !important;
    top: 10px;
  }
  body.page-template-single-our-firm #hero-template {
    padding-top: 250px;
    padding-top: 220px;
  }
}
#hero-template {
  padding-top: 2rem;
  padding-bottom: 100px;
  min-height: 75vh;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  background-size: cover;
}
@media (max-width: 1200px) {
  #hero-template {
    padding-bottom: 0px !important;
  }
}
#hero-template .section-with-padding, #hero-template .content-block-2 {
  width: 100%;
}
#hero-template #hero-title-container {
  max-width: 45%;
  margin-bottom: 25px;
  color: white;
}
#hero-template h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "geo", "serif" !important;
  line-height: 1;
}
#hero-template #top-bg-image {
  width: 50%;
  height: 82%;
  position: absolute;
  top: 0;
  right: 0;
}
#hero-template #top-bg-image > div {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
}
#hero-template #top-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 699px) {
  #hero-template {
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    background-position: 50% 50%;
    background-size: cover;
  }
  .post-template-default #hero-template {
    padding-bottom: 350px;
  }
  #hero-template #hero-title-container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    color: white;
    text-align: center;
  }
  #hero-template h1 {
    margin-top: 40px;
    font-size: 32px;
    font-family: "geo", "serif" !important;
  }
  #hero-template #top-bg-image {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0;
    top: unset;
    right: 0;
  }
  #hero-template #top-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}

.position-above-svg {
  position: relative;
  z-index: 2;
}

.styled-button, .wpcf7-submit {
  background: #0bb5dd !important;
  color: white !important;
  padding: 6px 12px !important;
  border-radius: 3px !important;
  border: none;
  cursor: pointer;
  font-size: 16px;
  z-index: 2;
  position: relative;
}
.styled-button p:after, .wpcf7-submit p:after {
  content: ">";
  margin-left: 10px;
  vertical-align: top;
}
.styled-button:hover, .wpcf7-submit:hover {
  background: #005c9b !important;
}

.grid-bg {
  background-repeat: repeat-y;
  background-position: 100%;
}

.overflowed-section {
  overflow: visible !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.overflowed-section .image-section-container {
  position: relative;
  width: 70%;
}
.overflowed-section .images-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 70vw;
  justify-content: flex-end;
  margin-right: 50px;
  display: flex;
}
.overflowed-section .images-container img {
  margin-left: 25px !important;
  margin-right: 0px !important;
  width: 600px;
  height: 300px !important;
  object-fit: cover;
}
.overflowed-section .text-container {
  width: 32% !important;
}

.overflowed-section.reverse-overflow .images-container {
  right: unset;
  left: 0;
  justify-content: flex-start;
  margin-left: 50px;
}

@media (max-width: 1200px) {
  .overflowed-section {
    flex-wrap: wrap;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .overflowed-section > * {
    width: 100% !important;
    margin-top: 30px;
  }
}
h1 {
  font-family: "geo-thin", "serif" !important;
}

.office-address {
  display: flex;
  align-items: center;
}
.office-address span {
  font-size: 20px;
}
.office-address span > * {
  width: 100%;
}
.office-address i {
  font-size: 40px;
  margin-right: 20px;
}

.info-wrap {
  width: 100%;
}

.featured-title {
  font-family: "geo", "serif";
  margin-bottom: 25px;
  color: #001738;
  text-transform: capitalize;
}

.top-border-title {
  border-top: solid 1px #0bb5dd;
}

.single-image-overflow {
  width: 100vw !important;
}

.square-image {
  width: 380px;
  height: 380px;
  object-fit: cover;
}

.rectangular-image {
  width: 350px;
  height: 240px;
  object-fit: cover;
}

.text-container h2, .text-block h2 {
  font-size: 24px;
  color: #005c9b;
}
.text-container p, .text-block p {
  margin-top: 30px;
  font-size: 16px;
}
.two-column-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.two-column-container > .container {
  width: 100%;
}

@media (max-width: 1200px) {
  .mobile-flex {
    flex-wrap: wrap;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .mobile-flex > * {
    width: 100% !important;
    margin-top: 30px;
  }
}
.main {
  overflow: hidden;
}

.backshadow, .lightblue-offset, .single-person-page-wrapper .person-tagline, .single-person-page-wrapper .person-favorite, .project-related-content .related-content-section .zoom, .year-li img, .blog-no-image img, .wpcf7-form-control {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.25) !important;
}

.backshadow-2 {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}

.textshadow, .blog-with-image .project-title, .blog-with-image .blog-info {
  filter: drop-shadow(5px 6px 16px rgba(0, 0, 0, 0.55));
}

.related-content-section, .related-content-grid {
  overflow: visible !important;
}
@media (max-width: 699px) {
  .related-content-section, .related-content-grid {
    max-width: 100% !important;
  }
}

.extralight-title, #frontpage-footer-banner h4, #frontpage-footer-banner h3, #process-hero-title, .single-person-page-wrapper .related-content-section .related-content-title, .person-tagline > h2, .front-page-wrapper h2.featured-content-title, .image-wrapper h1, .featured-title {
  font-family: "geo-thin", "serif" !important;
  font-weight: 100 !important;
}

.light-title, #process-hero-count p, .blog-post-wrapper .quote-banner .quote-title, .blog-post-wrapper p, .award-item.slick-slide p, .award-item.slick-slide ul li, #milestones-timeline .year-summary .part.tooltip, .contact-wrapper section input::placeholder, .contact-wrapper section textarea::placeholder, .text-container p, .text-block p {
  font-family: "geo", "serif" !important;
  font-weight: 100 !important;
}

.bold-title, .person-tagline > h2 > span, #person-hero-social a, #top-hero h3, #top-hero h2, .project-details-wrapper #hero-template h1, #process-hero-count h2 span, .people-archive-wrapper .studio-filter #studio-select .studios:hover,
.people-archive-wrapper .studio-filter #studio-select .studios:active,
.people-archive-wrapper .studio-filter #studio-select .studios.active-studio,
.people-archive-wrapper .studio-filter #studio-select .studios:focus, .wpcf7-submit, footer .footer-content .news-signup, footer .footer-content .site-map .menu-mobile_main_nav-container > ul:not(.sub-menu) > li, .styled-title {
  font-family: "geo-med", "serif" !important;
  font-weight: normal !important;
  -webkit-font-smoothing: revert !important;
}

.med-title, #process-hero-count h2, #person-hero-social i + span, #hero-template h1, .blog-post-wrapper .button-wrap .prev-post p,
.blog-post-wrapper .button-wrap .next-post p, .blog-post-wrapper .quote-banner .quote-title span, .recent-posts-grid .blog-with-image .project-title, .blog-with-image .project-title, .wrapper-blog-index #blog-content .blog-header, .key-contacts .numbers-block a, .key-contacts h5, .pre-design-item-list p,
.engineering-item-list p,
.post-design-item-list p, .related-content-grid.project-team-grid h5, .related-content-section .related-content-title, .contact-wrapper section label, .styled-button, .wpcf7-submit, .styled-button p, .wpcf7-submit p, .styled-button a, .wpcf7-submit a, .styled-button span, .wpcf7-submit span, .info-wrap, .text-container h2, .text-block h2 {
  font-family: "geo-med", "serif" !important;
  font-weight: normal !important;
  -webkit-font-smoothing: revert !important;
}

.reg-title, #hero-title-container p, .recent-posts-grid .blog-date,
.recent-posts-grid .blog-cat, .blog-date, .blog-cat, .key-contacts .key-contact-title, .key-contacts .numbers-block p, .project-details-wrapper #hero-template h2, .related-content-grid.project-team-grid h6, #process-hero-count h2, .blog-with-image .project-title, .blog-with-image .blog-info, .contact-wrapper section a {
  font-family: "geo", "serif" !important;
  font-weight: 400 !important;
}

.fz-64, #process-hero-title, .wrapper-blog-index .blog-filter #blog-filter h1 {
  font-size: 64px !important;
}

.fz-48, #frontpage-footer-banner h4, #frontpage-footer-banner h3, #hero-title-container h1, #milestones-timeline .year-summary .drop-year .font-med, .featured-title {
  font-size: 48px !important;
}

.fz-32, #process-hero-count h2, .blog-post-wrapper .quote-banner .quote-title {
  font-size: 32px !important;
}

.fz-24, #process-hero-count p, #top-hero h3,
.single-person-page-wrapper .project-title p span, #hero-title-container p, .blog-with-image .project-title, .wrapper-blog-index #blog-content .blog-header, .person-tagline > h2 > span, .styled-title, .info-wrap {
  font-size: 24px !important;
}

.fz-20, .single-person-page-wrapper .project-title p, .blog-date, .blog-cat, .single-default .project-title,
.blog-with-image .project-title,
.content-block .project-title,
.highlight-wide:not(.blog-with-image) .project-title,
.highlight-tall:not(.blog-with-image) .project-title,
.zoom:not(.blog-with-image) .project-title {
  font-size: 20px !important;
}

.fz-40, .person-tagline > h2 {
  font-size: 40px !important;
}

.fz-18, #person-hero-social i + span, .key-contacts h5 {
  font-size: 18px !important;
}

.fz-16, .blog-post-wrapper .button-wrap .prev-post p,
.blog-post-wrapper .button-wrap .next-post p, .blog-post-wrapper p, .recent-posts-grid .blog-with-image .project-title, .recent-posts-grid .blog-date,
.recent-posts-grid .blog-cat, .key-contacts .key-contact-title, .key-contacts .numbers-block p, .award-item.slick-slide p, .text-block p, .contact-wrapper section input::placeholder, .contact-wrapper section textarea::placeholder, .process-wrapper .text-container p, .process-wrapper .text-container ul, .process-wrapper .text-block p, .process-wrapper .text-block ul {
  font-size: 16px !important;
}

.fz-12 {
  font-size: 12px !important;
}

@media (max-width: 1200px) {
  .fz-64, #process-hero-title, .wrapper-blog-index .blog-filter #blog-filter h1 {
    font-size: 48px !important;
  }
  .fz-48, #frontpage-footer-banner h4, #frontpage-footer-banner h3, #hero-title-container h1, #milestones-timeline .year-summary .drop-year .font-med, .featured-title {
    font-size: 32px !important;
  }
  .fz-32, #process-hero-count h2, .blog-post-wrapper .quote-banner .quote-title {
    font-size: 24px !important;
  }
  .fz-24, #process-hero-count p, #top-hero h3,
  .single-person-page-wrapper .project-title p span, #hero-title-container p, .blog-with-image .project-title, .wrapper-blog-index #blog-content .blog-header, .person-tagline > h2 > span, .styled-title, .info-wrap {
    font-size: 20px !important;
  }
  .fz-20, .single-person-page-wrapper .project-title p, .blog-date, .blog-cat, .single-default .project-title,
  .blog-with-image .project-title,
  .content-block .project-title,
  .highlight-wide:not(.blog-with-image) .project-title,
  .highlight-tall:not(.blog-with-image) .project-title,
  .zoom:not(.blog-with-image) .project-title {
    font-size: 18px !important;
  }
  .fz-18, #person-hero-social i + span, .key-contacts h5 {
    font-size: 16px !important;
  }
  .fz-16, .blog-post-wrapper .button-wrap .prev-post p,
  .blog-post-wrapper .button-wrap .next-post p, .blog-post-wrapper p, .recent-posts-grid .blog-with-image .project-title, .recent-posts-grid .blog-date,
  .recent-posts-grid .blog-cat, .key-contacts .key-contact-title, .key-contacts .numbers-block p, .award-item.slick-slide p, .text-block p, .contact-wrapper section input::placeholder, .contact-wrapper section textarea::placeholder, .process-wrapper .text-container p, .process-wrapper .text-container ul, .process-wrapper .text-block p, .process-wrapper .text-block ul {
    font-size: 14px !important;
  }
  .fz-12 {
    font-size: 12px !important;
  }
}
.single-default .blog-date {
  display: none !important;
}

.reg-lh, ul, .blog-post-wrapper p, .project-text, .text-container p, .text-block p {
  line-height: 1.75;
}

.styled-title {
  text-transform: capitalize !important;
  color: #005c9b !important;
}

#curve {
  position: relative;
  top: -250px;
  left: 0;
  width: 100%;
  z-index: -1;
  margin-bottom: -520px;
}
@media (max-width: 1500px) {
  #curve {
    margin-bottom: -480px;
  }
}
#curve img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  #curve {
    top: -150px;
    margin-bottom: -250px;
  }
}
@media (max-width: 699px) {
  #curve {
    top: -100px;
    margin-bottom: -150px;
  }
}

@media screen and (max-width: 500px) {
  .mobile-me {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  .mobile-left {
    text-align: left !important;
  }
}

@media screen and (max-width: 1200px) {
  .mfz-32 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper-blog-index .blog-filter #blog-filter .mfz-32 {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 1200px) {
  .mfz-48 {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 1200px) {
  #milestones-timeline .year-summary .part.drop-year .mfz-48.font-med {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 1200px) {
  .mfz-18 {
    font-size: 18px !important;
  }
}

.featured-title.top-border-title {
  padding-top: 30px;
}

@media (max-width: 699px) {
  .mconvenience {
    width: 100% !important;
    height: 225px !important;
    min-height: 100% !important;
  }
}
/**********************************************************
  Header Area Styling
**********************************************************/
header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sub-navigation {
  display: none;
}

@media (min-width: 700px) {
  header {
    grid-area: header;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo" "nav" "sub-nav";
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
  }
  header .logo {
    grid-area: logo;
    display: flex;
    height: 6.5rem;
    padding-left: 0;
    margin-left: 6rem;
    place-items: center start;
  }
  header .logo a {
    line-height: 0;
  }
  header .logo svg {
    width: 14rem;
    height: auto;
  }
  header nav {
    grid-area: nav;
    position: relative;
    top: 0;
  }
  header #main-navigation ul {
    margin: 0;
    padding: 0 6rem;
    display: grid;
    grid-template-columns: repeat(7, auto);
    list-style: none;
  }
  header #main-navigation ul li {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header #main-navigation ul a {
    font-size: 1.2rem;
    font-family: "geo", "serif";
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: unset;
    color: #001738;
  }
  header #main-navigation ul li:hover a,
  header #main-navigation ul .menu-item.current-menu-item a,
  header #main-navigation ul .menu-item.current-menu-parent.menu-item-has-children a {
    color: #0bb5dd;
  }
  header #main-navigation .sub-menu {
    display: none;
  }
  header #sub-navigation {
    grid-area: sub-nav;
    margin: 0;
    padding: 0 7rem;
    align-items: center;
    background-color: #e6e7e8;
    display: flex;
    justify-content: flex-end;
    flex-flow: row nowrap;
  }
  header #sub-navigation ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  header #sub-navigation ul.menu li {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
  }
  header #sub-navigation ul.menu li a {
    font-size: 1.1rem;
    font-family: "geo", "serif";
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: unset;
    color: #001738;
  }
  header #sub-navigation ul.menu li:hover a, header #sub-navigation ul.menu li.menu-item.active a {
    color: #0bb5dd;
  }
}
@media (min-width: 900px) {
  header {
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo     main-nav" "sub-nav  sub-nav";
  }
  header nav {
    grid-area: main-nav;
  }
  header #main-navigation ul {
    display: flex;
    justify-content: flex-end;
    background-color: white;
  }
  header #main-navigation ul li {
    height: 6.5rem;
    padding: 0 1rem;
  }
}
@media (min-width: 900px) and (min-width: 1000px) {
  header #main-navigation ul li {
    padding: 0 1.5rem;
  }
  header #main-navigation ul li a {
    font-size: 1.3rem;
  }
}
@media (min-width: 900px) {
  header #main-navigation ul li.menu-item:hover,
  header #main-navigation ul li.menu-item.current-menu-item {
    height: auto;
  }
  header #sub-navigation {
    padding: 0 6rem;
    background-color: #f1f2f2;
  }
}
@media (min-width: 900px) and (min-width: 1000px) {
  header #sub-navigation ul.menu li {
    padding: 0 1.5rem;
  }
  header #sub-navigation ul.menu li a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  header .logo {
    height: 7.5rem;
    margin-left: 0;
  }
  header .logo svg {
    width: 16rem;
  }
  header #main-navigation ul {
    padding: 0;
  }
  header #main-navigation ul li {
    height: 7.5rem;
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  header #main-navigation ul li {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  header #main-navigation ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  header #main-navigation ul li a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  header #sub-navigation {
    padding: 0 15rem;
  }
  header #sub-navigation ul.menu li {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  header #sub-navigation ul.menu li {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  header #sub-navigation ul.menu li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  header #sub-navigation ul.menu li a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  header #main-navigation ul li {
    padding: 0 2.5rem;
  }
  header #sub-navigation ul.menu li {
    height: 5rem;
    padding: 0 3rem;
  }
}
.project-title {
  text-transform: capitalize;
}

header {
  align-items: center;
}

/**********************************************************
  Footer Area Styling
**********************************************************/
footer {
  grid-area: footer;
  position: relative;
  bottom: 0;
  z-index: 8;
  padding: 2rem;
  background-color: #001738;
  color: white;
  width: 100vw;
}
footer .uptab {
  position: absolute;
  top: -35px;
  right: 2rem;
  width: 3.7rem;
}
footer .footer-content {
  display: flex;
}
footer .footer-content .misc-container {
  width: 30%;
}
footer .footer-content .logo {
  grid-area: logo;
  justify-self: start;
}
footer .footer-content .logo svg {
  width: 12.5rem;
}
footer .footer-content .social {
  grid-area: social;
  display: grid;
  place-content: start end;
  grid-template-columns: repeat(4, auto);
}
footer .footer-content .social svg {
  margin-left: 0.8rem;
  width: 2.5rem;
}
footer .footer-content .social svg:hover .foregroundcolor {
  fill: #9adaf4;
}
footer .footer-content .social a:first-of-type svg {
  margin-left: 0;
}
footer .footer-content .news-signup {
  position: relative;
  grid-area: news-signup;
  padding: 3.2rem 0 1.4rem;
}
footer .footer-content .news-signup p {
  margin: 0 0 1rem 0;
  color: #9adaf4;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: unset;
}
footer .footer-content .news-signup .news-forminput {
  display: flex;
  flex-flow: row nowrap;
  height: 3.75rem;
}
footer .footer-content .news-signup .news-forminput input,
footer .footer-content .news-signup .news-forminput .submit-newsletter-signup-btn {
  border: 0;
  border-radius: 0;
  font-size: 1.3rem;
}
footer .footer-content .news-signup .news-forminput input {
  flex-grow: 1;
  padding-left: 0.8rem;
}
footer .footer-content .news-signup .news-forminput .submit-newsletter-signup-btn {
  width: 10rem;
  padding: 0;
  background-color: #0bb5dd;
  color: white;
  font-family: "geo-med", "serif";
  font-size: 14px;
  letter-spacing: unset;
  text-transform: capitalize;
  text-align: center;
}
footer .footer-content .news-signup .news-forminput .submit-newsletter-signup-btn:hover {
  background-color: #005c9b;
  color: white;
}
footer .footer-content .news-signup .news-forminput .submit-newsletter-signup-btn:visited {
  background-color: #005c9b;
  color: white;
}
footer .footer-content #mc4wp-form-1 {
  grid-column: span 2;
}
footer .footer-content #mc4wp-form-1 .mc4wp-response {
  margin-top: -1.8rem;
  margin-bottom: 1.6rem;
}
footer .footer-content .site-map {
  grid-area: site-map;
}
footer .footer-content .site-map .menu-mobile_main_nav-container ul {
  padding: 0;
  list-style: none;
}
footer .footer-content .site-map .menu-mobile_main_nav-container ul li {
  text-align: center;
}
footer .footer-content .site-map .menu-mobile_main_nav-container ul li a {
  padding: 1.2rem 2rem;
  display: block;
  color: #9adaf4;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: unset;
}
footer .footer-content .site-map .menu-mobile_main_nav-container ul li a:hover {
  font-family: "geo-med", "serif";
}
footer .footer-content .site-map .menu-mobile_main_nav-container .sub-menu {
  display: none;
}

@media (min-width: 700px) {
  footer {
    padding: 4rem 6rem 6rem;
  }
  footer .footer-content {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo       news-signup   social" "site-map   site-map      site-map";
  }
  footer .footer-content .logo {
    margin-right: 3.5rem;
  }
}
@media (min-width: 700px) and (min-width: 850px) {
  footer .footer-content .logo {
    margin-right: 6rem;
  }
}
@media (min-width: 700px) {
  footer .footer-content .logo svg {
    width: 17.5rem;
  }
  footer .footer-content .news-signup {
    padding: 0;
  }
}
@media (min-width: 700px) and (min-width: 768px) {
  footer .footer-content .news-signup p {
    font-size: 1.3rem;
  }
}
@media (min-width: 700px) {
  footer .footer-content .news-signup .news-forminput .submit-newsletter-signup-btn {
    width: 12rem;
  }
}
@media (min-width: 700px) and (min-width: 750px) {
  footer .footer-content .news-signup .news-forminput .submit-newsletter-signup-btn {
    width: 10rem;
  }
}
@media (min-width: 700px) {
  footer .footer-content #mc4wp-form-1 {
    grid-column: span 1;
  }
  footer .footer-content .social {
    margin: 2.5rem 0 0 3.5rem;
  }
}
@media (min-width: 700px) and (min-width: 850px) {
  footer .footer-content .social {
    margin-left: 6rem;
  }
}
@media (min-width: 700px) {
  footer .footer-content .site-map {
    margin-top: 3.6rem;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1.65fr 0.97fr 0.9fr 1fr 0.97fr 0.6fr 1fr;
    grid-template-columns: 1.66fr 0.98fr 0.89fr 1.06fr 1fr 0.67fr 1fr;
  }
}
@media (min-width: 700px) and (min-width: 750px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.52fr 0.96fr 0.91fr 1.04fr 0.98fr 0.64fr 0.91fr;
  }
}
@media (min-width: 700px) and (min-width: 768px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.56fr 0.96fr 0.91fr 1.04fr 0.98fr 0.64fr 1fr;
  }
}
@media (min-width: 700px) and (min-width: 800px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.52fr 0.96fr 0.91fr 1.04fr 0.98fr 0.64fr 0.95fr;
  }
}
@media (min-width: 700px) and (min-width: 825px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.49fr 0.96fr 0.91fr 1.04fr 0.98fr 0.64fr 0.95fr;
  }
}
@media (min-width: 700px) and (min-width: 850px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.46fr 0.96fr 0.91fr 1.04fr 0.98fr 0.64fr 0.85fr;
  }
}
@media (min-width: 700px) and (min-width: 950px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.4fr 0.96fr 0.91fr 1.04fr 0.98fr 0.7fr 0.75fr;
  }
}
@media (min-width: 700px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul li {
    border-bottom: none;
    text-align: left;
    line-height: 1.3;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul li:first-child {
    border-top: none;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul li a {
    padding: 0;
  }
}
@media (min-width: 700px) and (min-width: 768px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul li a {
    font-size: 1.3rem;
  }
}
@media (min-width: 700px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container ul.sub-menu {
    margin: 0;
    display: unset;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container ul.sub-menu li {
    font-family: "geo-thin", "serif";
    display: block;
    margin-top: 1.3rem;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container ul.sub-menu li:first-child {
    margin-top: 2.5rem;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container ul.sub-menu li a {
    color: white;
    font-size: 1rem;
  }
}
@media (min-width: 700px) and (min-width: 768px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container ul.sub-menu li a {
    font-size: 1.1rem;
  }
}
@media (min-width: 700px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container ul.sub-menu li a:hover {
    font-family: "geo", "serif";
  }
}
@media (min-width: 1000px) {
  footer .footer-content {
    grid-template-columns: 0.85fr 2.35fr;
    grid-template-areas: "logo         site-map" "news-signup  site-map" "social       site-map";
  }
  footer .footer-content .social {
    margin: 3.5rem 0 0;
    place-content: start start;
  }
  footer .footer-content .news-signup {
    justify-self: start;
    margin: 3.1rem 0 0;
  }
  footer .footer-content .news-signup input {
    width: calc(100% - 10rem);
    max-width: 25rem;
    padding-left: 1.5rem;
  }
  footer .footer-content .site-map {
    margin-top: 0;
    margin-left: 0rem;
  }
}
@media (min-width: 1000px) and (min-width: 1024px) {
  footer .footer-content .site-map {
    margin-left: 4rem;
  }
}
@media (min-width: 1000px) and (min-width: 1100px) {
  footer .footer-content .site-map {
    margin-left: 0rem;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.62fr 0.98fr 0.91fr 1.03fr 1fr 0.63fr 1fr;
  }
}
@media (min-width: 1000px) and (min-width: 1050px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.59fr 0.98fr 0.91fr 1.03fr 1fr 0.63fr 1fr;
  }
}
@media (min-width: 1000px) and (min-width: 1100px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.55fr 0.98fr 0.91fr 1.03fr 1fr 0.63fr 1fr;
  }
}
@media (min-width: 1000px) and (min-width: 1150px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.55fr 0.98fr 0.91fr 1.03fr 1fr 0.66fr 1fr;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 4rem 0;
  }
  footer .uptab {
    right: 8rem;
  }
  footer .footer-content .logo svg {
    width: 20rem;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  footer .footer-content .news-signup p {
    font-size: 1.5rem;
  }
  footer .footer-content .news-signup .news-forminput input {
    padding-left: 1rem;
  }
  footer .footer-content .news-signup .news-forminput .submit-newsletter-signup-btn {
    width: 10rem;
  }
}
@media (min-width: 1200px) and (min-width: 1550px) {
  footer .footer-content .site-map {
    margin-left: 6.5rem;
  }
}
@media (min-width: 1200px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.6fr 0.98fr 0.91fr 1.03fr 1fr 0.66fr 0.75fr;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.9fr 1.14fr 1.05fr 1.24fr 1.17fr 0.75fr 1fr;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul li a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (min-width: 1350px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.77fr 1.1fr 1.05fr 1.23fr 1.2fr 0.75fr 1fr;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.77fr 1.1fr 1.05fr 1.2fr 1.14fr 0.75fr 0.9fr;
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.7fr 1.1fr 1.05fr 1.2fr 1.14fr 0.75fr 0.9fr;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.6fr 1.1fr 1.05fr 1.2fr 1.14fr 0.75fr 0.9fr;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container ul.sub-menu li a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1700px) {
  footer .footer-content {
    grid-template-areas: "logo site-map news-signup" "logo site-map social" "logo site-map .";
  }
  footer .footer-content .site-map {
    margin: 0 7rem 0 0;
    width: 100%;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.55fr 0.95fr 0.95fr 1.05fr 1fr 0.65fr 1fr;
  }
}
@media (min-width: 1700px) and (min-width: 1750px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.45fr 0.95fr 0.9fr 1fr 0.95fr 0.7fr 1fr;
  }
}
@media (min-width: 1700px) and (min-width: 1900px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
    grid-template-columns: 1.34fr 0.9fr 0.9fr 1fr 0.95fr 0.7fr 1fr;
  }
}
@media (min-width: 1700px) {
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul li a {
    font-size: 16px;
  }
  footer .footer-content .site-map .menu-mobile_main_nav-container ul.sub-menu li a {
    font-size: 14px;
  }
  footer .footer-content .news-signup {
    margin: 0;
  }
  footer .footer-content .social {
    margin: 2rem 0 0;
  }
}
.site-map ul.sub-menu {
  margin: unset !important;
  margin-top: 15px !important;
  display: inline-block !important;
}

.site-map .sub-menu li {
  border-left: solid 2px #0bb5dd;
  padding-left: 8px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: unset !important;
}

footer .footer-content .site-map .menu-mobile_main_nav-container > ul {
  grid-template-columns: repeat(4, 1fr);
}

footer .footer-content {
  width: 100%;
}

footer .footer-content .misc-container {
  margin-left: auto;
}

.menu > .menu-item {
  margin-bottom: 16px;
}

footer .footer-content .site-map .menu-mobile_main_nav-container > ul:not(.sub-menu) > li:nth-child(-n+4) {
  margin-bottom: 32px;
}

.news-forminput {
  margin-bottom: 16px;
}

.misc-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) and (min-width: 396px) {
  .misc-container > * {
    min-width: 120px;
    margin-right: 5px;
  }
}

.misc-container .logo {
  margin-top: 80px;
  margin-right: unset !important;
  display: inline-block;
  margin-left: auto;
}

/**********************************************************
  Contact Page Styling
**********************************************************/
.contact-wrapper {
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-wrapper .city-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  background-position: center center;
  z-index: 0;
}
.contact-wrapper .city-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  background-position: center center;
  filter: grayscale(100%);
}
.contact-wrapper .city-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #005c9b;
  mix-blend-mode: multiply;
}
.contact-wrapper section {
  padding: 5rem 2rem 8rem;
  display: grid;
  grid-template-areas: "location-info" "contact-form";
}
.contact-wrapper section a,
.contact-wrapper section h1,
.contact-wrapper section p,
.contact-wrapper section label {
  color: white;
  margin: 0;
}
.contact-wrapper section a,
.contact-wrapper section p,
.contact-wrapper section label {
  font-size: 1.8rem;
}
.contact-wrapper section textarea {
  border-radius: 2px 2px 0 0;
}
.contact-wrapper section .recaptcha-block {
  border-radius: 0 0 2px 2px;
}
.contact-wrapper section .location-info {
  z-index: 5;
  grid-area: location-info;
  display: flex;
  justify-content: flex-start;
}
.contact-wrapper section .location-info h1 {
  font-size: 3.6rem;
  text-transform: uppercase;
  font-family: "geo", "serif";
  font-weight: normal;
}
.contact-wrapper section .location-info .office-address {
  margin: 2.5rem 0 3rem;
}
.contact-wrapper section .location-info .director-name {
  font-family: "geo-med", "serif";
  margin-bottom: 1.2rem;
}
.contact-wrapper section .location-info .numbers-block {
  display: flex;
  align-items: center;
}
.contact-wrapper section .location-info .numbers-block p {
  font-family: "geo-med", "serif";
  color: white;
  width: 2.5rem;
}
.contact-wrapper section .location-info .numbers-block a {
  display: inline-block;
  margin: 1rem 1rem 1rem 0.75rem;
}
.contact-wrapper section .contact-form {
  z-index: 5;
  grid-area: contact-form;
  margin-top: 6rem;
}
.contact-wrapper section .contact-form .form-intro {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "geo-med", "serif";
}
.contact-wrapper section .contact-form .form-intro .intro-line {
  background-color: #9adaf4;
  height: 4px;
  width: calc(100% - 1.5rem);
  margin-left: 1.5rem;
}
.contact-wrapper section .contact-form form {
  display: grid;
  grid-template-areas: "name" "email" "message" "recaptcha" "submit";
}
@media (min-width: 550px) {
  .contact-wrapper section .contact-form form {
    grid-template-areas: "name email" "message message" "recaptcha recaptcha" "submit submit";
  }
}
.contact-wrapper section .contact-form #name-input,
.contact-wrapper section .contact-form #email-input,
.contact-wrapper section .contact-form #message-area {
  display: block;
  padding-top: 2.5rem;
}
.contact-wrapper section .contact-form #name-input span,
.contact-wrapper section .contact-form #email-input span,
.contact-wrapper section .contact-form #message-area span {
  display: block;
  padding-top: 0.5rem;
}
.contact-wrapper section .contact-form #name-input input,
.contact-wrapper section .contact-form #email-input input,
.contact-wrapper section .contact-form #message-area input {
  display: block;
  height: 40px;
  width: 100%;
  border: none;
  padding-left: 1rem;
}
.contact-wrapper section .contact-form #name-input textarea,
.contact-wrapper section .contact-form #email-input textarea,
.contact-wrapper section .contact-form #message-area textarea {
  display: block;
  border: none;
  width: 100%;
  padding: 1rem;
  height: 25rem;
  resize: none;
}
.contact-wrapper section .contact-form #name-input {
  grid-area: name;
}
@media (min-width: 550px) {
  .contact-wrapper section .contact-form #name-input {
    margin-right: 1.5rem;
  }
}
.contact-wrapper section .contact-form #email-input {
  grid-area: email;
}
@media (min-width: 550px) {
  .contact-wrapper section .contact-form #email-input {
    margin-left: 1.5rem;
  }
}
.contact-wrapper section .contact-form #message-area {
  grid-area: message;
}
.contact-wrapper section .contact-form .recaptcha-block {
  grid-area: recaptcha;
  background-color: #f1f2f2;
  padding: 1rem;
  font-size: 1.1rem;
  color: #b1b4b7;
  border-top: 1px solid #e6e7e8;
  text-align: center;
}
.contact-wrapper section .contact-form .recaptcha-block a {
  font-size: 1.1rem;
  color: #b1b4b7;
}
.contact-wrapper section .contact-form .wpcf7-submit {
  grid-area: submit;
  width: 18rem;
  background-color: #0bb5dd;
  font-size: 1.8rem;
  font-family: "geo", "serif";
  text-transform: uppercase;
  color: white;
  padding: 1rem;
  justify-self: end;
  cursor: pointer;
  border: none;
  margin-top: 65px;
  margin-bottom: 100px;
}
.contact-wrapper section .contact-form .wpcf7-submit:hover {
  border: none;
  background-color: #005c9b;
}
.contact-wrapper section .contact-form .wpcf7-response-output {
  color: white;
  margin-top: 1.6rem;
}
.contact-wrapper section .contact-form .wpcf7-validation-errors {
  border-color: #9adaf4;
}

@media (min-width: 700px) {
  .contact-wrapper section {
    padding: 8rem 6rem;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "contact-form location-info";
  }
  .contact-wrapper section a,
  .contact-wrapper section p,
  .contact-wrapper section label {
    font-size: 1.5rem;
  }
  .contact-wrapper section .location-info {
    margin-left: 3rem;
    justify-content: center;
  }
}
@media (min-width: 700px) and (min-width: 800px) {
  .contact-wrapper section .location-info {
    margin-left: 5rem;
  }
}
@media (min-width: 700px) {
  .contact-wrapper section .contact-form {
    margin-top: 0;
    margin-right: 3rem;
  }
}
@media (min-width: 700px) and (min-width: 1000px) {
  .contact-wrapper section .contact-form {
    margin-right: 0;
  }
}
@media (min-width: 700px) {
  .contact-wrapper section .contact-form form {
    grid-template-areas: "name" "email" "message" "recaptcha" "submit";
  }
}
@media (min-width: 700px) and (min-width: 1000px) {
  .contact-wrapper section .contact-form form {
    grid-template-areas: "name email" "message message" "recaptcha recaptcha" "submit submit";
  }
}
@media (min-width: 700px) {
  .contact-wrapper section .contact-form #name-input,
  .contact-wrapper section .contact-form #email-input {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 700px) and (min-width: 1000px) {
  .contact-wrapper section .contact-form #name-input {
    margin-right: 1.5rem;
  }
}
@media (min-width: 700px) and (min-width: 1000px) {
  .contact-wrapper section .contact-form #email-input {
    margin-left: 1.5rem;
  }
}
@media (min-width: 700px) {
  .contact-wrapper section .location-info .numbers-block p {
    width: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .contact-wrapper section {
    padding: 8rem 14rem;
  }
  .contact-wrapper section a,
  .contact-wrapper section p,
  .contact-wrapper section label {
    font-size: 2rem;
  }
  .contact-wrapper section .key-title p:not(.key-contact-title) {
    font-size: 20px;
  }
  .contact-wrapper section .location-info {
    margin-left: 9rem;
  }
  .contact-wrapper section .location-info h1 {
    font-size: 4.2rem;
  }
  .contact-wrapper section .contact-form {
    margin-right: 3rem;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .contact-wrapper section .contact-form {
    margin-right: 6rem;
  }
}
@media (min-width: 1200px) {
  .contact-wrapper section .location-info .numbers-block p {
    width: 2.5rem;
  }
}
@media (min-width: 1700px) {
  .contact-wrapper section {
    padding: 12.5rem 14rem;
  }
  .contact-wrapper section a,
  .contact-wrapper section p,
  .contact-wrapper section label {
    font-size: 2.2rem;
  }
  .contact-wrapper section .location-info h1 {
    font-size: 4.8rem;
  }
  .contact-wrapper section .location-info .office-address {
    margin: 3.5rem 0 4rem;
  }
  .contact-wrapper section .contact-form {
    margin-right: 8rem;
  }
  .contact-wrapper section .contact-form form {
    grid-template-areas: "name email" "message message" "recaptcha recaptcha" "submit submit";
  }
  .contact-wrapper section .contact-form #name-input,
  .contact-wrapper section .contact-form #email-input {
    font-size: 2rem;
    padding-top: 3.5rem;
  }
  .contact-wrapper section .contact-form #name-input span,
  .contact-wrapper section .contact-form #email-input span {
    padding-top: 1.5rem;
  }
  .contact-wrapper section .contact-form #name-input {
    margin-right: 3rem;
  }
  .contact-wrapper section .contact-form #email-input {
    margin-left: 3rem;
  }
  .contact-wrapper section .contact-form #message-area {
    font-size: 2rem;
    padding-top: 6rem;
  }
  .contact-wrapper section .contact-form #message-area span {
    padding-top: 1.5rem;
  }
  .contact-wrapper section .contact-form #message-area textarea {
    height: 21.5rem;
  }
  .contact-wrapper section .contact-form .wpcf7-submit {
    width: 24rem;
    margin-top: 3.5rem;
    font-size: 2.2rem;
    background: #005c9b;
  }
  .contact-wrapper section .location-info .numbers-block p {
    width: 3.2rem;
  }
}
.main-wrapper {
  grid-area: main;
}

.image-wrapper {
  position: relative;
  padding-top: 120px;
}
.image-wrapper h1 {
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
  color: #fff;
  z-index: 10;
  position: relative;
}

.contact-wrapper section .contact-form form p {
  display: contents !important;
}

.image-wrapper {
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
}

.image-wrapper h1 {
  font-size: 64px;
}

.contact-wrapper section {
  padding: unset;
  padding-top: 80px;
}

.contact-wrapper section .contact-form #name-input span, .contact-wrapper section .contact-form #email-input span {
  padding-top: 20px;
}

.contact-wrapper section .contact-form label {
  font-size: 24px !important;
}

.contact-wrapper section .contact-form {
  margin-right: 20px !important;
}

.contact-wrapper section .contact-form #message-area textarea {
  height: 400px !important;
}

.contact-wrapper section .contact-form #name-input input, .contact-wrapper section .contact-form #email-input input, .contact-wrapper section .contact-form #message-area input {
  height: 45px !important;
  border-radius: 2px;
}

.contact-wrapper section .location-info {
  justify-content: flex-start;
  margin-left: 150px;
  margin-top: 40px;
}

.contact-wrapper section .location-info .office-address {
  margin: 15px 0 !important;
}

.key-contacts {
  margin-top: 52px;
}
.key-contacts h5 {
  color: white;
  font-size: 18px;
  margin: 18px 0px 0;
}
.key-contacts .key-contact-title {
  margin-top: 4px;
  font-weight: normal;
  font-family: "geo", "serif";
}
.key-contacts .numbers-block {
  margin: 4px 0px;
}
.key-contacts .numbers-block, .key-contacts .numbers-block a, .key-contacts .key-contact-title {
  font-size: 16px !important;
}

.contact-wrapper section .location-info .numbers-block p {
  width: 90px !important;
  font-size: 14px;
  font-family: "geo", "serif";
}

.contact-wrapper section .location-info .numbers-block a {
  margin: 0;
}

.office-address i {
  color: #005c9b;
}

.wpcf7-submit {
  text-transform: capitalize !important;
  font-size: 14px !important;
  width: 150px !important;
}
.wpcf7-submit::after {
  content: ">";
}
/**********************************************************
  Core Page Styling
**********************************************************/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  min-width: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "geo", "serif";
  font-size: 1.8rem;
  color: #001738;
  line-height: 1.25;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.5rem;
  }
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  color: #0bb5dd;
}

h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

.darkblue-gradient {
  background: #005c9b;
  background: -moz-linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #005c9b), color-stop(40%, #2976b4), color-stop(70%, #4490cd), color-stop(85%, #5dace6), color-stop(100%, #77c8ff));
  background: -webkit-linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  background: -o-linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  background: -ms-linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  background: linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#005c9b, endColorstr=#77c8ff, GradientType=1);
}

.transparent-darkblue-gradient {
  background: linear-gradient(to top right, #005c9b 0%, rgba(0, 92, 155, 0.9) 60%, rgba(0, 92, 154, 0.8) 70%, rgba(0, 92, 155, 0.75) 80%, rgba(0, 92, 155, 0.9) 1000%);
}

.darkblue-overlay {
  display: inline-block;
  background: #005c9b;
}
.darkblue-overlay img {
  mix-blend-mode: multiply;
  filter: grayscale(100%);
}

.lightblue-offset {
  -webkit-box-shadow: -5px 5px 0 0 #9adaf4;
  -moz-box-shadow: -5px 5px 0 0 #9adaf4;
  box-shadow: -5px 5px 0 0 #9adaf4;
}
@media (min-width: 1200px) {
  .lightblue-offset {
    -webkit-box-shadow: -10px 10px 0 0 #9adaf4;
    -moz-box-shadow: -10px 10px 0 0 #9adaf4;
    box-shadow: -10px 10px 0 0 #9adaf4;
  }
}

.font-normal {
  font-family: "geo", "serif";
  font-weight: normal;
}

.font-thin {
  font-family: "geo-thin", "serif";
}

.font-med {
  font-family: "geo-med", "serif";
}

.medblue {
  color: #0bb5dd;
}
.medblue .icon-foregroundcolor {
  fill: #0bb5dd;
}

.white {
  color: white;
}
.white .icon-foregroundcolor {
  fill: white;
}

.ma-lightblue {
  color: #9adaf4;
}
.ma-lightblue .icon-foregroundcolor {
  fill: #9adaf4;
}

.ma-medblue {
  color: #0bb5dd;
}
.ma-medblue .icon-foregroundcolor {
  fill: #0bb5dd;
}

.ma-darkblue {
  color: #005c9b;
}
.ma-darkblue .icon-foregroundcolor {
  fill: #005c9b;
}

.ma-blueblack {
  color: #001738;
}
.ma-blueblack .icon-foregroundcolor {
  fill: #001738;
}

#page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 60px auto auto;
  grid-template-areas: "header" "main" "footer";
}
@media (min-width: 700px) {
  #page {
    grid-template-areas: "header" "main" "footer";
  }
}
#page .home {
  grid-template-areas: "header" "hero" "main" "mainfooter" "footer";
}

main, .main {
  grid-area: main;
  margin-top: 38px;
}
@media (min-width: 700px) {
  main, .main {
    margin-top: unset;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.home #page {
  grid-template-areas: "header" "hero" "main" "mainfooter" "footer";
}

/**********************************************************
  Project Archive Styling
**********************************************************/
.project-archive-wrapper .spotlight-gallery {
  margin: 0 0 3.5rem;
}
.project-archive-wrapper .spotlight-gallery,
.project-archive-wrapper .spotlight-gallery-images img {
  height: 25rem;
}
.project-archive-wrapper .slide {
  position: relative;
}
.project-archive-wrapper .slide-caption {
  position: absolute;
  max-width: 85%;
  color: white;
  z-index: 90;
  bottom: 1.5rem;
  padding: 1rem 1.5rem 1rem 2rem;
  background: #0bb5dd;
  visibility: visible;
  text-transform: uppercase;
}
.project-archive-wrapper .darkblue-overlay .slide-caption {
  visibility: hidden;
}
.project-archive-wrapper .market-sector-filter {
  margin: 4.5rem 0 3rem;
  padding: 2rem;
  background-color: #f1f2f2;
}
.project-archive-wrapper .market-sector-filter #market-sector-filter-form {
  display: grid;
  grid-template-columns: 13rem auto auto;
  grid-template-areas: "label      display-controls" "ms-select  ms-select";
  /* IE11 hide native button */
}
@media (min-width: 500px) {
  .project-archive-wrapper .market-sector-filter #market-sector-filter-form {
    grid-template-areas: "label ms-select display-controls";
  }
}
.project-archive-wrapper .market-sector-filter #market-sector-filter-form label {
  grid-area: label;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.project-archive-wrapper .market-sector-filter #market-sector-filter-form select {
  grid-area: ms-select;
  display: flex;
  justify-items: start;
  margin-top: 1.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0bb5dd;
  background-image: url("../images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  font-family: "geo", "serif";
  text-transform: uppercase;
  color: white;
  border: none;
  outline: none;
  padding: 1rem 4rem 1rem 1.3rem;
  max-width: 27rem;
}
@media (min-width: 500px) {
  .project-archive-wrapper .market-sector-filter #market-sector-filter-form select {
    margin-top: 0;
  }
}
.project-archive-wrapper .market-sector-filter #market-sector-filter-form select::-ms-expand {
  display: none;
}
.project-archive-wrapper .market-sector-filter #market-sector-filter-form .display-style-controls {
  grid-area: display-controls;
  display: flex;
  align-items: center;
  justify-content: end;
}
.project-archive-wrapper .market-sector-filter #market-sector-filter-form .display-style-controls .grid-button-wrap,
.project-archive-wrapper .market-sector-filter #market-sector-filter-form .display-style-controls .list-button-wrap {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin-left: 1rem;
}
.project-archive-wrapper .market-sector-filter #market-sector-filter-form .display-style-controls .grid-button-wrap .icon-foregroundcolor,
.project-archive-wrapper .market-sector-filter #market-sector-filter-form .display-style-controls .list-button-wrap .icon-foregroundcolor {
  fill: #e6e7e8;
}
.project-archive-wrapper #market-sector-select {
  border-radius: 0;
}
.project-archive-wrapper .projects-grid {
  margin: 0 2rem 4rem;
  display: grid;
  grid-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: calc((100vw - 6rem) / 2);
  grid-auto-flow: dense;
}
@media (max-width: 1200px) {
  .project-archive-wrapper .projects-grid {
    grid-gap: 16px;
  }
}
@media (min-width: 550px) {
  .project-archive-wrapper .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: calc((100vw - 8rem) / 3);
  }
}
.project-archive-wrapper .projects-grid a {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center bottom;
  background-size: cover;
}
.project-archive-wrapper .projects-grid a.highlight-wide {
  grid-row: span 2;
  grid-row: span 1;
  grid-column: span 2;
}
.project-archive-wrapper .projects-grid a.highlight-tall {
  grid-row: span 2;
}
.project-archive-wrapper .projects-grid .featured-content-no-image .ms-icon {
  height: 100%;
  width: 100%;
}
.project-archive-wrapper .projects-grid .featured-content-no-image .ms-icon svg {
  position: absolute;
  top: 7%;
  right: -20%;
  opacity: 0.25;
  height: 86%;
  width: 86%;
}
.project-archive-wrapper .projects-grid .featured-content-no-image .ms-icon svg .icon-backgroundcolor {
  display: none;
}
.project-archive-wrapper .projects-grid .titlebar-with-overlay .project-title {
  text-align: center;
  justify-content: center;
}
.project-archive-wrapper .projects-grid .project-title {
  z-index: 1;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.project-archive-wrapper .projects-grid .go-arrow {
  display: none;
}

@media (min-width: 700px) {
  .project-archive-wrapper .spotlight-gallery {
    margin: 0 0 3.5rem;
  }
  .project-archive-wrapper .spotlight-gallery,
  .project-archive-wrapper .spotlight-gallery-images img {
    height: 40rem;
  }
  .project-archive-wrapper .market-sector-filter {
    margin: 6rem 6rem 3rem;
    padding: 1rem 2rem;
  }
  .project-archive-wrapper .projects-grid {
    margin: 0 6rem 6rem;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: calc((100vw - 16rem) / 3);
  }
}
@media (min-width: 900px) {
  .project-archive-wrapper .projects-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: calc((100vw - 18rem) / 4);
  }
}
@media (min-width: 1200px) {
  .project-archive-wrapper .spotlight-gallery {
    margin: 0 0 3.5rem;
  }
  .project-archive-wrapper .spotlight-gallery,
  .project-archive-wrapper .spotlight-gallery-images img {
    height: 45rem;
  }
  .project-archive-wrapper .market-sector-filter {
    margin: 8rem 14rem 4.5rem;
    padding: 1rem 3rem;
  }
  .project-archive-wrapper .market-sector-filter #market-sector-filter-form {
    grid-template-columns: 16rem auto auto;
  }
  .project-archive-wrapper .market-sector-filter #market-sector-filter-form select {
    max-width: 32rem;
  }
  .project-archive-wrapper .market-sector-filter #market-sector-filter-form .display-style-controls .grid-button-wrap,
  .project-archive-wrapper .market-sector-filter #market-sector-filter-form .display-style-controls .list-button-wrap {
    height: 2.33rem;
    width: 2.8rem;
    margin-left: 2rem;
  }
  .project-archive-wrapper .projects-grid {
    margin: 0 14rem 6rem;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 435px;
  }
  .project-archive-wrapper .projects-grid .titlebar,
  .project-archive-wrapper .projects-grid .titlebar-with-overlay {
    padding: 1.5rem 2rem;
  }
  .project-archive-wrapper .projects-grid .project-title {
    font-size: 1.6rem;
    width: calc(100% - 4.5rem);
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  .project-archive-wrapper .projects-grid .project-title {
    font-size: 1.8rem;
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1200px) {
  .project-archive-wrapper .projects-grid .go-arrow {
    display: flex;
    align-items: flex-end;
    z-index: 1;
  }
  .project-archive-wrapper .projects-grid .go-arrow svg {
    height: 3.5rem;
    width: 3.5rem;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  .project-archive-wrapper .projects-grid .go-arrow svg {
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1200px) {
  .project-archive-wrapper .projects-grid .go-arrow svg g {
    fill: #fed16d;
  }
}
@media (min-width: 1700px) {
  .project-archive-wrapper .spotlight-gallery,
  .project-archive-wrapper .spotlight-gallery-images img {
    height: 60rem;
  }
  .project-archive-wrapper .projects-grid .titlebar,
  .project-archive-wrapper .projects-grid .titlebar-with-overlay {
    padding: 2.5rem 2rem;
  }
  .project-archive-wrapper .projects-grid .project-title {
    width: 100%;
  }
  .project-archive-wrapper .projects-grid .go-arrow svg {
    height: 4.5rem;
    width: 4.5rem;
  }
}
.project-filter {
  color: #001738;
  padding-bottom: 8px;
  border-bottom: solid 2px #001738;
}
.project-filter #project-filter {
  display: grid;
  grid-template-areas: "label" "filters";
  grid-gap: 0.5rem;
}
.project-filter #project-filter h1 {
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 0;
  grid-area: label;
}
@media (min-width: 445px) {
  .project-filter #project-filter {
    grid-template-areas: "label filters" "button button";
  }
}
@media (min-width: 560px) {
  .project-filter #project-filter {
    grid-template-areas: "label filters button";
  }
}
.project-filter #project-filter label {
  grid-area: label;
  align-self: center;
  color: #001738;
}
.project-filter #project-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0bb5dd;
  background-image: url("../images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  font-family: "geo", "serif";
  font-weight: normal;
  color: white;
  border: none;
  outline: none;
  padding: 1rem 4rem 1rem 1.3rem;
  max-width: 27rem;
}
.project-filter #project-filter .filter-buttons {
  justify-self: end;
  grid-area: filters;
}
.project-filter #project-filter .filter-btn {
  grid-area: filters;
  display: inline-block;
}
.project-filter #project-filter .filter-btn + .filter-btn {
  margin-left: 1rem;
}
.project-filter #project-filter .apply-filters {
  grid-area: button;
  align-self: center;
  justify-self: end;
  max-width: 11rem;
  color: white;
  background-color: #b1b4b7;
  padding: 1rem;
  border: none;
}
.project-filter #project-filter .apply-filters:hover {
  background-color: #7c8186;
}

.project-filter #project-filter .filter-btn select {
  background: transparent !important;
  color: #001738 !important;
  font-weight: bold;
  font-size: 16px;
}

.project-filter #project-filter .filter-btn {
  margin-top: 25px;
}

.project-filter #project-filter {
  grid-template-columns: 2fr 5fr;
  margin-top: 50px !important;
}

.projects-grid {
  margin-top: 50px !important;
}

.project-filter #search {
  border: 1px solid #001738;
  padding: 6px 12px;
  padding-left: 32px; /* Adjust the padding as needed */
  border-radius: 2px;
  min-width: 200px;
}
.project-filter #search::placeholder {
  color: gray;
}
.project-filter #search + i.fa-magnifying-glass {
  position: absolute;
  left: 10px; /* Adjust the position as needed */
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.project-filter .title-filter {
  position: relative;
}

/*
  Team Page (People Archive)
*/
.people-archive-wrapper .culture-image {
  background: #005c9b;
  display: inline-block;
  grid-column: span 2;
}
.people-archive-wrapper .culture-image img {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center bottom;
  background-size: cover;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
}
.people-archive-wrapper .team-page-header-grid {
  display: grid;
  grid-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  grid-template-areas: "header header" "text text" "image image" "filter filter";
}
@media (max-width: 1200px) {
  .people-archive-wrapper .team-page-header-grid {
    grid-gap: 16px;
  }
}
.people-archive-wrapper .team-page-header-grid .team-page-header,
.people-archive-wrapper .team-page-header-grid .team-page-text {
  grid-column: span 2;
}
.people-archive-wrapper .team-page-header-grid .team-page-header {
  grid-area: header;
  padding-top: 2rem;
  text-align: center;
}
.people-archive-wrapper .team-page-header-grid .team-page-header h1 {
  display: inline-block;
  font-size: 2rem;
  color: #001738;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #9adaf4;
}
.people-archive-wrapper .team-page-header-grid .team-page-header .blue-title-line {
  width: calc(50vw + 2rem);
  margin: -2px 0 1.6rem -2rem;
  border-top: 2px solid #9adaf4;
}
.people-archive-wrapper .team-page-header-grid p.team-page-text {
  grid-area: text;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (max-width: 699px) {
  .people-archive-wrapper .team-page-header-grid p.team-page-text {
    text-align: left;
  }
}
.people-archive-wrapper .team-page-header-grid p.team-page-text span {
  color: #0bb5dd;
}
.people-archive-wrapper .team-page-header-grid .culture-image {
  grid-area: image;
}
.people-archive-wrapper .studio-filter {
  grid-area: filter;
  grid-column: span 2;
  background-color: #e6e7e8;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
.people-archive-wrapper .studio-filter #studio-select {
  display: grid;
}
@media (min-width: 350px) {
  .people-archive-wrapper .studio-filter #studio-select {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 475px) {
  .people-archive-wrapper .studio-filter #studio-select {
    grid-template-columns: repeat(3, 1fr);
  }
}
.people-archive-wrapper .studio-filter #studio-select .studios {
  color: #001738;
  display: inline-block;
  cursor: pointer;
  line-height: 1.25;
  margin: 5px 0;
  text-transform: lowercase;
  text-transform: capitalize;
  font-size: 16px;
}
.people-archive-wrapper .studio-filter #studio-select .studios:hover,
.people-archive-wrapper .studio-filter #studio-select .studios:active,
.people-archive-wrapper .studio-filter #studio-select .studios.active-studio,
.people-archive-wrapper .studio-filter #studio-select .studios:focus {
  color: #005c9b;
}
.people-archive-wrapper .studio-filter #studio-select .active-studio {
  color: #005c9b;
}
.people-archive-wrapper .content-grid {
  display: grid;
  grid-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: calc((100vw - 6rem) / 2);
  grid-auto-flow: dense;
}
@media (max-width: 1200px) {
  .people-archive-wrapper .content-grid {
    grid-gap: 16px;
  }
}
.people-archive-wrapper .content-grid .content-block {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center bottom;
  background-size: cover;
}
.people-archive-wrapper .content-grid .single-default {
  grid-column: 1;
}
.people-archive-wrapper .content-grid .highlight-wide {
  grid-column: span 2;
}
.people-archive-wrapper .content-grid .resume-cta {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: #001738;
  background-image: url("../../images/crest_background.svg");
  background-size: 10rem;
}
.people-archive-wrapper .content-grid .resume-cta h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: normal;
}
.people-archive-wrapper .content-grid .resume-cta .resume-send {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #0bb5dd;
  font-family: "geo", "serif";
  text-transform: uppercase;
  font-weight: normal;
  color: white;
}
.people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button:hover {
  background-color: #005c9b;
}
.people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button #send-resume-arrow {
  margin-left: 10px;
}
.people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button #send-resume-arrow svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

@media (min-width: 700px) {
  .people-archive-wrapper .team-page-header-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "header header" "text image" "filter filter";
  }
  .people-archive-wrapper .team-page-header-grid .team-page-header {
    padding-top: 4rem;
  }
  .people-archive-wrapper .team-page-header-grid .team-page-header h1 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #9adaf4;
  }
  .people-archive-wrapper .team-page-header-grid .team-page-header .blue-title-line {
    width: calc(50vw + 6rem);
    margin: -3px 0 2rem -6rem;
    border-top: 3px solid #9adaf4;
  }
  .people-archive-wrapper .team-page-header-grid .culture-image {
    margin-right: -6rem;
  }
  .people-archive-wrapper .studio-filter {
    width: auto;
    margin-right: -6rem;
    margin-left: -6rem;
    padding: 1.5rem 6rem;
  }
  .people-archive-wrapper .studio-filter #studio-select {
    display: flex;
    justify-content: space-between;
  }
  .people-archive-wrapper .content-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: calc((100vw - 16rem) / 3);
  }
  .people-archive-wrapper .content-grid .resume-cta {
    grid-column: span 1;
  }
  .people-archive-wrapper .content-grid .resume-cta h2 {
    font-size: 1.4rem;
  }
  .people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button p {
    font-size: 1.2rem;
  }
  .people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button #send-resume-arrow {
    margin-left: 5px;
  }
  .people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button #send-resume-arrow svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (min-width: 900px) {
  .people-archive-wrapper .team-page-header-grid .team-page-text {
    align-self: center;
    margin-right: 0;
  }
}
@media (min-width: 900px) and (min-width: 1000px) {
  .people-archive-wrapper .team-page-header-grid .team-page-text {
    margin-right: 2rem;
  }
}
@media (min-width: 900px) and (min-width: 1100px) {
  .people-archive-wrapper .team-page-header-grid .team-page-text {
    margin-right: 4rem;
  }
}
@media (min-width: 900px) {
  .people-archive-wrapper .team-page-header-grid .culture-image {
    margin-right: 0;
  }
  .people-archive-wrapper .studio-filter {
    width: 100%;
    margin: 0 0rem 80px;
    text-transform: capitalize;
  }
  .people-archive-wrapper .studio-filter .section-with-padding, .people-archive-wrapper .studio-filter .content-block-2 {
    max-width: 900px !important;
  }
  .people-archive-wrapper .content-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: calc((100vw - 18rem) / 4);
  }
  .people-archive-wrapper .content-grid .resume-cta {
    grid-column: span 2;
  }
  .people-archive-wrapper .content-grid .resume-cta h2 {
    font-size: 2.4rem;
  }
  .people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button p {
    font-size: 1.5rem;
  }
  .people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button #send-resume-arrow {
    margin-left: 10px;
  }
  .people-archive-wrapper .content-grid .resume-cta .resume-send .resume-button #send-resume-arrow svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .people-archive-wrapper .team-page-header-grid .team-page-header {
    padding-top: 6.4rem;
  }
  .people-archive-wrapper .team-page-header-grid .team-page-header h1 {
    font-size: 3.2rem;
    padding-bottom: 2.1rem;
    border-bottom: 4px solid #9adaf4;
  }
  .people-archive-wrapper .team-page-header-grid .team-page-header .blue-title-line {
    width: calc(50vw + 14rem);
    margin: -4px 0 2rem -14rem;
    border-top: 4px solid #9adaf4;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .people-archive-wrapper .team-page-header-grid .team-page-text {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .people-archive-wrapper .content-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 325px;
  }
  .people-archive-wrapper .content-grid .resume-cta h2 {
    line-height: 1.5;
  }
}
@media (min-width: 1700px) {
  .people-archive-wrapper .team-page-header-grid .team-page-text {
    font-size: 2.2rem;
  }
  .people-archive-wrapper .content-grid .resume-cta h2 {
    font-size: 3.6rem;
  }
  .people-archive-wrapper .content-grid .resume-cta .resume-send {
    margin-top: 4rem;
  }
}
.people-archive-wrapper {
  grid-area: main;
}

/**********************************************************
  Blog Index Styling
**********************************************************/
.wrapper-blog-index {
  margin-top: 50px !important;
  width: 100%;
}
.wrapper-blog-index .blog-filter {
  color: #001738;
  padding-bottom: 8px;
  border-bottom: solid 2px #001738;
}
.wrapper-blog-index .blog-filter #blog-filter {
  display: grid;
  grid-template-areas: "label" "filters" "button";
  grid-gap: 0.5rem;
}
.wrapper-blog-index .blog-filter #blog-filter h1 {
  font-weight: 400;
  margin-bottom: 0;
  grid-area: label;
}
@media (min-width: 445px) {
  .wrapper-blog-index .blog-filter #blog-filter {
    grid-template-areas: "label filters" "button button";
  }
}
@media (min-width: 560px) {
  .wrapper-blog-index .blog-filter #blog-filter {
    grid-template-areas: "label filters button";
  }
}
.wrapper-blog-index .blog-filter #blog-filter label {
  grid-area: label;
  align-self: center;
  color: #001738;
}
.wrapper-blog-index .blog-filter #blog-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0bb5dd;
  background-image: url("../images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  font-family: "geo", "serif";
  font-weight: normal;
  color: white;
  border: none;
  outline: none;
  padding: 1rem 4rem 1rem 1.3rem;
  max-width: 27rem;
}
.wrapper-blog-index .blog-filter #blog-filter .filter-buttons {
  justify-self: end;
  grid-area: filters;
}
.wrapper-blog-index .blog-filter #blog-filter .filter-btn {
  grid-area: filters;
  display: inline-block;
}
.wrapper-blog-index .blog-filter #blog-filter .filter-btn + .filter-btn {
  margin-left: 1rem;
}
.wrapper-blog-index .blog-filter #blog-filter .apply-filters {
  grid-area: button;
  align-self: center;
  justify-self: end;
  max-width: 11rem;
  color: white;
  background-color: #b1b4b7;
  padding: 1rem;
  border: none;
}
.wrapper-blog-index .blog-filter #blog-filter .apply-filters:hover {
  background-color: #7c8186;
}
.wrapper-blog-index #year-select,
.wrapper-blog-index #topic-select {
  border-radius: 0;
}
.wrapper-blog-index .load-more-btn {
  display: grid;
  grid-column: 1/-1;
  justify-items: center;
  position: relative;
}
.wrapper-blog-index #load-more-recent-posts {
  max-width: 20rem;
  color: white;
  background-color: #005c9b;
  padding: 1rem;
  border: none;
  margin-top: 2rem;
}
.wrapper-blog-index #load-more-recent-posts:hover {
  background-color: #7c8186;
}
.wrapper-blog-index .filter-results {
  display: none;
}
.wrapper-blog-index .filter-results .blog-header {
  margin: 3.5rem 0 1rem;
  font-size: 2.2rem;
}
.wrapper-blog-index .filter-results .filter-results-grid {
  display: grid;
  grid-auto-rows: calc((100vw - 4rem) / 2);
  grid-gap: 45px;
}
@media (max-width: 1200px) {
  .wrapper-blog-index .filter-results .filter-results-grid {
    grid-gap: 16px;
  }
}
.wrapper-blog-index .filter-results .filter-results-grid a {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  width: 100%;
}
.wrapper-blog-index .filter-results .filter-results-grid .featured-content-no-image .ms-icon {
  height: 100%;
  width: 100%;
}
.wrapper-blog-index .filter-results .filter-results-grid .featured-content-no-image .ms-icon svg {
  position: absolute;
  top: 7%;
  right: -20%;
  opacity: 0.25;
  height: 86%;
  width: 86%;
}
.wrapper-blog-index .filter-results .filter-results-grid .featured-content-no-image .ms-icon svg .icon-backgroundcolor {
  display: none;
}
.wrapper-blog-index .filter-results .filter-results-grid .blog-with-image {
  grid-row: span 2;
}
.wrapper-blog-index .filter-results .filter-results-grid .blog-no-image img {
  object-fit: cover;
}
.wrapper-blog-index .filter-results .filter-results-grid .blog-no-image .ms-icon {
  height: 100%;
  width: 100%;
}
.wrapper-blog-index .filter-results .filter-results-grid .blog-no-image .ms-icon svg {
  position: absolute;
  top: -15%;
  right: -39%;
  opacity: 0.25;
  height: 130%;
  width: 130%;
}
.wrapper-blog-index .filter-results .filter-results-grid .blog-no-image .ms-icon svg .icon-backgroundcolor {
  display: none;
}
.wrapper-blog-index #blog-content {
  display: grid;
}
.wrapper-blog-index #blog-content .blog-header {
  font-family: "geo", "serif";
  font-weight: normal;
  margin: 3.5rem 0 1rem;
  font-size: 2.2rem;
}
.wrapper-blog-index #blog-content .featured-articles .featured-articles-grid {
  display: grid;
  grid-template-rows: repeat(4, calc(100vw - 4rem));
  grid-gap: 45px;
}
@media (max-width: 1200px) {
  .wrapper-blog-index #blog-content .featured-articles .featured-articles-grid {
    grid-gap: 16px;
  }
}
.wrapper-blog-index #blog-content .featured-articles .featured-articles-grid a {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.wrapper-blog-index #blog-content .featured-articles .featured-articles-grid .featured-content-no-image .ms-icon {
  height: 100%;
  width: 100%;
}
.wrapper-blog-index #blog-content .featured-articles .featured-articles-grid .featured-content-no-image .ms-icon svg {
  position: absolute;
  top: 7%;
  right: -20%;
  opacity: 0.25;
  height: 86%;
  width: 86%;
}
.wrapper-blog-index #blog-content .featured-articles .featured-articles-grid .featured-content-no-image .ms-icon svg .icon-backgroundcolor {
  display: none;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid {
  display: grid;
  grid-auto-rows: calc((100vw - 4rem) / 2);
  grid-gap: 15px;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid a {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .featured-content-no-image {
  background-color: #005c9b;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .featured-content-no-image .ms-icon {
  height: 100%;
  width: 100%;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .featured-content-no-image .ms-icon svg {
  position: absolute;
  top: 7%;
  right: -20%;
  opacity: 0.25;
  height: 86%;
  width: 86%;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .featured-content-no-image .ms-icon svg .icon-backgroundcolor {
  display: none;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-with-image {
  grid-row: span 2;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image {
  display: flex;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image .blog-container {
  width: 50%;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image img {
  width: 50%;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image .project-title, .wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image .blog-info span {
  color: #001738 !important;
  width: unset;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image .ms-icon {
  height: 100%;
  width: 100%;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image .ms-icon svg {
  position: absolute;
  top: -15%;
  right: -39%;
  opacity: 0.25;
  height: 130%;
  width: 130%;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image .ms-icon svg .icon-backgroundcolor {
  display: none;
}
.wrapper-blog-index .footer-image-section {
  line-height: 0;
}
.wrapper-blog-index .footer-image-section .footer-image {
  width: 100vw;
  margin: -10rem -2rem -2rem;
}

@media (min-width: 550px) {
  .wrapper-blog-index .filter-results {
    margin-bottom: 15rem;
  }
  .wrapper-blog-index .filter-results .filter-results-grid {
    grid-auto-rows: calc((100vw - 4rem) / 4);
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapper-blog-index #blog-content {
    margin-bottom: 15rem;
  }
  .wrapper-blog-index #blog-content .featured-articles .featured-articles-grid {
    grid-template-rows: repeat(4, calc((100vw - 4rem) / 2));
  }
  .wrapper-blog-index #blog-content .featured-articles .featured-articles-grid .featured-content-no-image .ms-icon svg {
    top: -15%;
    right: -39%;
    opacity: 0.25;
    height: 130%;
    width: 130%;
  }
  .wrapper-blog-index #blog-content .recent-posts .recent-posts-grid {
    grid-auto-rows: calc((100vw - 4rem) / 4);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 700px) {
  .wrapper-blog-index {
    margin: 0 6rem;
  }
  .wrapper-blog-index .blog-filter #blog-filter {
    grid-template-columns: 42rem auto auto;
  }
  .wrapper-blog-index .footer-image-section .footer-image {
    margin: -10rem -6rem 0;
  }
}
@media (min-width: 900px) {
  .wrapper-blog-index .filter-results .filter-results-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: calc((100vw - 14rem) / 6);
  }
  .wrapper-blog-index #blog-content {
    grid-template-columns: 2fr 1fr;
  }
  .wrapper-blog-index #blog-content .featured-articles {
    grid-column: 1/2;
    padding-right: 45px;
  }
  .wrapper-blog-index #blog-content .featured-articles .featured-articles-grid {
    grid-template-rows: repeat(4, calc((100vw - 13rem) * 0.666667 / 2));
  }
  .wrapper-blog-index #blog-content .recent-posts {
    grid-column: 2/3;
  }
  .wrapper-blog-index #blog-content .recent-posts .recent-posts-grid {
    height: calc((100vw - 13rem) * 0.666667 / 2 * 4 + 3rem);
    overflow: auto;
    grid-auto-rows: calc((100vw - 16rem) * 0.333333 / 2);
    grid-template-columns: 1fr;
  }
  .wrapper-blog-index .footer-image-section .footer-image {
    margin: -10rem -6rem 0;
  }
}
@media (min-width: 1200px) {
  .wrapper-blog-index .blog-filter #blog-filter {
    grid-template-columns: 48rem auto auto;
  }
  .wrapper-blog-index .blog-filter #blog-filter .apply-filters {
    max-width: 13rem;
  }
  .wrapper-blog-index #blog-content .featured-articles .featured-articles-grid {
    grid-template-rows: repeat(5, 450px);
  }
  .wrapper-blog-index #blog-content .recent-posts .recent-posts-grid {
    height: calc((100vw - 27rem) * 0.666667 / 2 * 4 + 3rem);
    grid-auto-rows: calc((100vw - 30rem) * 0.333333 / 2);
  }
  .wrapper-blog-index .footer-image-section .footer-image {
    margin: -10rem -14rem 0;
  }
}
.wrapper-blog-index .filter-results .filter-results-grid {
  grid-auto-rows: 200px !important;
}

.filter-results-grid a {
  display: flex;
  flex-direction: row;
}
.filter-results-grid a .blog-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  width: 60%;
}
.filter-results-grid a .blog-info {
  flex: unset;
}
.filter-results-grid a h2, .filter-results-grid a .blog-info span {
  color: #001738 !important;
}
.filter-results-grid a h2 {
  font-size: 14px;
  font-weight: bold;
}
.filter-results-grid a img {
  display: inline-block;
  max-width: 100%;
}

.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-no-image .project-title {
  font-size: 12px;
  font-weight: bold;
}

.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid {
  grid-auto-rows: 150px !important;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  width: 60%;
}
.wrapper-blog-index #blog-content .recent-posts .recent-posts-grid .blog-info {
  flex: unset;
  margin-bottom: 8px;
}

.wrapper-blog-index .blog-filter #blog-filter .filter-btn select {
  background: transparent !important;
  color: #001738 !important;
  font-weight: bold;
  font-size: 16px;
}

.wrapper-blog-index .blog-filter #blog-filter .filter-btn {
  margin-top: 25px;
}

.wrapper-blog-index .blog-filter #blog-filter {
  grid-template-columns: 2fr 5fr;
  align-items: center;
}

.wrapper-blog-index #blog-content .blog-header {
  font-weight: bold;
}

.blog-no-image img {
  object-fit: cover;
}

.recent-posts-grid::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.blog-with-image .blog-info {
  margin-bottom: 6px;
}
.blog-with-image .project-title {
  font-size: 18px;
}

/**********************************************************
  Front-page Styling
**********************************************************/
.spotlight-gallery img.slick-arrow {
  -webkit-appearance: none;
}

#frontpage-footer-banner {
  background-color: transparent;
  color: white;
  padding: 50px;
}
#frontpage-footer-banner h2 {
  font-size: 48px;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}

.front-page-wrapper {
  padding: 0 2rem;
}
.front-page-wrapper h2.featured-content-title {
  font-size: 72px;
  font-family: "geo-thin", "serif";
  border-bottom: solid 1px #0bb5dd;
  margin-bottom: 100px;
}
.front-page-wrapper .project-title {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0 10px 0px;
}
.front-page-wrapper .blog-info + .project-title {
  padding: 10px;
}
.front-page-wrapper .big4-market-sector-grid {
  display: grid;
  grid-gap: 3rem;
  grid-auto-rows: calc((100vw - 4rem) / 2);
  margin-bottom: 25px;
}
@media (min-width: 550px) {
  .front-page-wrapper .big4-market-sector-grid {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: calc((100vw - 6rem) / 4);
  }
}
.front-page-wrapper .big4-market-sector-grid a {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  width: 100%;
}
@media (max-width: 699px) {
  .front-page-wrapper .big4-market-sector-grid a {
    background-position: top;
  }
}
.front-page-wrapper .big4-market-sector-grid .titlebar-with-solid {
  padding: 0.8rem 1.6rem;
  text-align: center;
}
.front-page-wrapper .big4-market-sector-grid .ms-icon {
  position: absolute;
  width: 4rem;
  height: 4rem;
  z-index: 1;
  bottom: 0.6rem;
  left: 1rem;
}
.front-page-wrapper .sub-sectors-grid {
  padding-top: 2rem;
  display: grid;
  grid-gap: 40px 50px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 7rem;
}
.front-page-wrapper .sub-sectors-grid a {
  position: relative;
}
.front-page-wrapper .sub-sectors-grid a.mobile-no-bgimage {
  display: block;
}
.front-page-wrapper .sub-sectors-grid a.tablet-and-above {
  display: none;
}
.front-page-wrapper .sub-sectors-grid a:nth-child(1) .titlebar-with-overlay::after, .front-page-wrapper .sub-sectors-grid a:nth-child(7) .titlebar-with-overlay::after, .front-page-wrapper .sub-sectors-grid a:nth-child(9) .titlebar-with-overlay::after {
  background: #005c9b;
  background: -moz-linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #005c9b), color-stop(40%, #2976b4), color-stop(70%, #4490cd), color-stop(85%, #5dace6), color-stop(100%, #77c8ff));
  background: -webkit-linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  background: -o-linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  background: -ms-linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  background: linear-gradient(45deg, #005c9b 0%, #2976b4 40%, #4490cd 70%, #5dace6 85%, #77c8ff 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#005c9b, endColorstr=#77c8ff, GradientType=1);
}
.front-page-wrapper .sub-sectors-grid a:nth-child(3) .titlebar-with-overlay::after, .front-page-wrapper .sub-sectors-grid a:nth-child(5) .titlebar-with-overlay::after, .front-page-wrapper .sub-sectors-grid a:nth-child(11) .titlebar-with-overlay::after {
  background: #5eb3e4;
  background: -moz-linear-gradient(45deg, #5eb3e4 0%, #75bce8 40%, #8bc5ec 70%, #9fcfef 85%, #b3d8f2 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #5eb3e4), color-stop(40%, #75bce8), color-stop(70%, #8bc5ec), color-stop(85%, #9fcfef), color-stop(100%, #b3d8f2));
  background: -webkit-linear-gradient(45deg, #5eb3e4 0%, #75bce8 40%, #8bc5ec 70%, #9fcfef 85%, #b3d8f2 100%);
  background: -o-linear-gradient(45deg, #5eb3e4 0%, #75bce8 40%, #8bc5ec 70%, #9fcfef 85%, #b3d8f2 100%);
  background: -ms-linear-gradient(45deg, #5eb3e4 0%, #75bce8 40%, #8bc5ec 70%, #9fcfef 85%, #b3d8f2 100%);
  background: linear-gradient(45deg, #5eb3e4 0%, #75bce8 40%, #8bc5ec 70%, #9fcfef 85%, #b3d8f2 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#5eb3e4, endColorstr=#b3d8f2, GradientType=1);
}
.front-page-wrapper .sub-sectors-grid .titlebar-with-overlay {
  height: 100%;
  align-items: center;
  padding: 0 1rem;
  justify-content: center;
  text-align: center;
}
.front-page-wrapper .front-page-slide-divider {
  position: relative;
  z-index: 1;
}
.front-page-wrapper .front-page-slide-divider .sketch-to-splash {
  float: right;
  width: 16rem;
  margin: 3rem 2rem 0 0;
  font-size: 1.8rem;
}
@media (min-width: 550px) {
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash {
    width: 100%;
    margin: 2rem 2rem 0 0;
    text-align: right;
  }
}
.front-page-wrapper .front-page-slide-divider .sketch-to-splash :first-child {
  display: block;
  text-align: left;
  line-height: 1;
  margin-left: 3rem;
}
@media (min-width: 500px) {
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash :first-child {
    display: unset;
    text-align: unset;
    line-height: unset;
    margin-left: -2rem;
  }
}
.front-page-wrapper .front-page-slide-divider .sketch-to-splash :last-child {
  display: block;
  text-align: right;
  line-height: 1.5;
  margin-top: -0.3rem;
}
@media (min-width: 500px) {
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash :last-child {
    display: unset;
    text-align: unset;
    line-height: unset;
  }
}
.front-page-wrapper .front-page-slide-divider img {
  margin-top: -3.5rem;
  width: 100%;
}
@media (min-width: 360px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -4.5rem;
  }
}
@media (min-width: 400px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -5rem;
  }
}
@media (min-width: 450px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -5.5rem;
  }
}
@media (min-width: 500px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -4rem;
  }
}
@media (min-width: 600px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -5.5rem;
  }
}
.front-page-wrapper .front-page-slide-divider .featured-content-title {
  font-size: 2rem;
  margin: -2rem 0 0 2rem;
}
@media (min-width: 550px) {
  .front-page-wrapper .front-page-slide-divider .featured-content-title {
    margin: -5rem 0 0 2rem;
  }
}
@media (min-width: 600px) {
  .front-page-wrapper .front-page-slide-divider .featured-content-title {
    margin: -7rem 0 0 2rem;
  }
}
.front-page-wrapper #featured-content-grid {
  padding-top: 2rem;
  display: grid;
  grid-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: calc((100vw - 6rem) / 2);
  grid-auto-flow: dense;
  width: 100%;
}
@media (max-width: 1200px) {
  .front-page-wrapper #featured-content-grid {
    grid-gap: 16px;
  }
}
.front-page-wrapper #featured-content-grid a {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
.front-page-wrapper #featured-content-grid a.highlight-tall {
  grid-row: span 2;
}
.front-page-wrapper #featured-content-grid a.highlight-wide {
  grid-column: span 2;
  grid-column: span 2;
}
.front-page-wrapper #featured-content-grid .featured-content-no-image .ms-icon {
  height: 100%;
  width: 100%;
}
.front-page-wrapper #featured-content-grid .featured-content-no-image .ms-icon svg {
  position: absolute;
  top: 7%;
  right: -20%;
  opacity: 0.25;
  height: 86%;
  width: 86%;
}
.front-page-wrapper #featured-content-grid .featured-content-no-image .ms-icon svg .icon-backgroundcolor {
  display: none;
}
.front-page-wrapper .footer-image {
  margin: 4rem -2rem 0;
  line-height: 0;
}
.front-page-wrapper .footer-image img {
  width: 100vw;
}

@media (min-width: 700px) {
  .front-page-wrapper {
    padding: 0 6rem;
  }
  .front-page-wrapper .big4-market-sector-grid {
    padding-top: 2rem;
    grid-auto-rows: calc((100vw - 7rem) / 4);
  }
  .front-page-wrapper .big4-market-sector-grid .project-title {
    font-size: 1.8rem;
  }
  .front-page-wrapper .sub-sectors-grid {
    padding-top: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 235px;
  }
  .front-page-wrapper .sub-sectors-grid a {
    background-size: cover;
    background-position: center bottom;
    height: 100%;
    width: 100%;
  }
  .front-page-wrapper .sub-sectors-grid a.mobile-no-bgimage {
    display: none;
  }
  .front-page-wrapper .sub-sectors-grid a.tablet-and-above {
    display: block;
  }
  .front-page-wrapper .sub-sectors-grid a.tablet-and-above .titlebar-with-solid {
    padding: 0.8rem 1.6rem;
  }
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash {
    margin: 2rem 6rem 0 0;
    font-size: 2rem;
  }
}
@media (min-width: 700px) and (min-width: 800px) {
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash {
    margin: 3rem 6rem 0 0;
  }
}
@media (min-width: 700px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -5rem;
  }
}
@media (min-width: 700px) and (min-width: 800px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -6rem;
  }
}
@media (min-width: 700px) {
  .front-page-wrapper .front-page-slide-divider .featured-content-title {
    margin: -13.86vw 0 0 6rem;
  }
  .front-page-wrapper #featured-content-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: calc((100vw - 14rem) / 3);
  }
  .front-page-wrapper .footer-image {
    margin: 8rem -6rem 0;
  }
}
@media (min-width: 900px) {
  .front-page-wrapper #featured-content-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: calc((100vw - 15rem) / 4);
  }
}
@media (min-width: 1200px) {
  .front-page-wrapper {
    padding: 0 0rem;
    padding-top: 50px;
  }
  .front-page-wrapper .big4-market-sector-grid {
    grid-auto-rows: 450px;
  }
  .front-page-wrapper .big4-market-sector-grid .titlebar-with-solid .project-title {
    font-size: 2rem;
  }
  .front-page-wrapper .sub-sectors-grid {
    grid-auto-rows: 300px;
  }
  .front-page-wrapper .sub-sectors-grid a.tablet-and-above .titlebar-with-solid .project-title {
    font-size: 2rem;
  }
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash {
    margin: 4rem 14rem 0 0;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -8.5rem;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -9.5rem;
  }
}
@media (min-width: 1200px) {
  .front-page-wrapper .front-page-slide-divider .featured-content-title {
    font-size: 3rem;
    margin: -12vw 0 0 14rem;
  }
}
@media (min-width: 1200px) and (min-width: 1300px) {
  .front-page-wrapper .front-page-slide-divider .featured-content-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .front-page-wrapper #featured-content-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 350px;
  }
  .front-page-wrapper .footer-image {
    margin: 10rem -14rem 0;
  }
}
@media (min-width: 1700px) {
  .front-page-wrapper .big4-market-sector-grid .titlebar-with-solid {
    padding: 1rem 2rem;
  }
  .front-page-wrapper .big4-market-sector-grid .titlebar-with-solid .project-title {
    font-size: 2.4rem;
  }
  .front-page-wrapper .sub-sectors-grid a.tablet-and-above .titlebar-with-solid {
    padding: 1rem 2rem;
  }
  .front-page-wrapper .sub-sectors-grid a.tablet-and-above .titlebar-with-solid .project-title {
    font-size: 2.4rem;
  }
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash {
    margin: 4rem 14rem 0 0;
    font-size: 4rem;
  }
}
@media (min-width: 1700px) and (min-width: 1800px) {
  .front-page-wrapper .front-page-slide-divider .sketch-to-splash {
    font-size: 4.5rem;
  }
}
@media (min-width: 1700px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -11rem;
  }
}
@media (min-width: 1700px) and (min-width: 1800px) {
  .front-page-wrapper .front-page-slide-divider img {
    margin-top: -11.5rem;
  }
}
@media (min-width: 1700px) {
  .front-page-wrapper .front-page-slide-divider .featured-content-title {
    font-size: 4rem;
    margin: -12vw 0 0 14rem;
  }
}
@media (min-width: 1700px) and (min-width: 1800px) {
  .front-page-wrapper .front-page-slide-divider .featured-content-title {
    font-size: 4.5rem;
  }
}
#frontpage-footer-banner {
  background-color: none !important;
  mix-blend-mode: darken;
  color: white;
  padding: 50px;
  text-align: center;
  font-size: 40px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
#frontpage-footer-banner h4 {
  margin-bottom: 0;
}

/* MARTINAQUATIC 2023 */
.front-page-wrapper {
  background-repeat: repeat-y;
  background-position: 100%;
  padding-bottom: 100px;
}

.front-page-slide-divider {
  margin-top: -300px;
  margin-bottom: 50px;
  z-index: -1 !important;
}
.front-page-slide-divider img {
  box-sizing: border-box;
  box-shadow: inset -350px 0 100px 0 #000;
  padding: 0;
  margin: 0;
  margin-top: unset !important;
}
.front-page-slide-divider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(white 20%, transparent 40%);
}

.sub-sectors-grid {
  z-index: 10;
}

#featured-content-container {
  margin-top: -30px;
}

.front-page-wrapper .big4-market-sector-grid {
  grid-auto-rows: 350px !important;
}

.sub-sectors-grid .titlebar-with-overlay {
  max-height: 75px;
}

.big4-market-sector-grid, .sub-sectors-grid {
  display: none !important;
}

#difference {
  background-position: 0 0;
  background-size: fill;
  background-repeat: no-repeat;
}
#difference h2 {
  color: #005c9b;
  font-family: "geo-med", "serif";
}

#difference .section-with-padding, #difference .content-block-2 {
  display: flex;
  flex-direction: row;
  background-size: cover;
  min-height: 700px;
  align-items: center;
}
#difference .section-with-padding #difference-video, #difference .content-block-2 #difference-video {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -5%;
}
#difference .section-with-padding #difference-video img, #difference .content-block-2 #difference-video img {
  position: absolute;
  z-index: 1;
  right: -10px;
  /* top: 50%; */
  width: 100%;
  height: 530px;
  transform: translate(0%, -50%);
}
#difference .section-with-padding .text-container, #difference .content-block-2 .text-container {
  max-width: 40%;
  height: 100%;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 35px;
  margin: 20px;
  margin-left: auto;
  z-index: 2;
}

.front-page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

#frontpage-footer-banner {
  position: relative;
  overflow: visible;
  margin-top: 100px;
}
#frontpage-footer-banner .absolute-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

#frontpage-footer-banner {
  overflow: hidden;
}
#frontpage-footer-banner svg {
  max-width: 525px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/**********************************************************
  Front Page Hero Styling
**********************************************************/
#front-page-hero {
  grid-area: hero;
  width: 100vw;
  margin-top: 1.3rem;
}
#front-page-hero .slick-dots {
  z-index: 6;
  bottom: 50px;
}
#front-page-hero .slick-dots li button:before {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 30px;
}
#front-page-hero .slide-title {
  position: absolute;
  border-bottom: solid 2px white;
  color: white;
  font-size: 2.5rem;
  position: absolute;
  width: 80%;
  bottom: 100px;
  left: 10%;
  border-bottom: solid 2px white;
  font-size: 64px;
  font-weight: 400 !important;
}
@media (max-width: 699px) {
  #front-page-hero .slide-title {
    width: 90%;
    left: 5%;
  }
}
#front-page-hero .spotlight-gallery {
  margin: 0;
}
#front-page-hero .slide--has-caption.slick-slide a {
  display: inline-block;
  position: relative;
}
#front-page-hero a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), 30%, rgba(0, 0, 0, 0.7));
  z-index: 0;
}
#front-page-hero .spotlight-gallery,
#front-page-hero .spotlight-gallery-images img {
  height: 27rem;
  width: 100vw;
  object-fit: cover;
  object-position: center center;
}
#front-page-hero .slick-slider .slick-current {
  margin: 0;
}
#front-page-hero .spotlight-gallery-images {
  position: relative;
}
#front-page-hero .spotlight-gallery-images .slide-caption {
  position: fixed;
  display: inline-block;
  max-width: 80vw;
  background-color: white;
  z-index: 90;
  bottom: 1.5rem;
  padding: 1rem 1.5rem 1rem 2rem;
  color: #001738;
  bottom: unset;
  top: 20px;
  right: 0;
  position: absolute;
  font-size: 20px !important;
  padding-right: 40px !important;
}

@media (min-width: 700px) {
  #front-page-hero {
    height: auto;
    margin-top: unset;
  }
  #front-page-hero .spotlight-gallery,
  #front-page-hero .spotlight-gallery-images img {
    height: calc(100vh - 10rem);
    width: 100vw;
  }
  #front-page-hero .spotlight-gallery-images .slide-caption {
    font-size: 1.8rem;
    bottom: 1.8rem;
    padding: 1.2rem 1.8rem 1.2rem 6rem;
    bottom: unset;
    top: 100px;
    right: 0;
  }
}
@media (min-width: 900px) {
  #front-page-hero {
    height: auto;
  }
}
@media (min-width: 1200px) {
  #front-page-hero {
    height: calc(100vh - 75px);
  }
  .admin-bar #front-page-hero {
    height: calc(100vh - 110px);
  }
  #front-page-hero .spotlight-gallery,
  #front-page-hero .spotlight-gallery-images img {
    height: calc(100vh - 7.5rem);
  }
  #front-page-hero .spotlight-gallery-images .slide-caption {
    font-size: 16px;
    bottom: 2.4rem;
    padding: 10px;
    bottom: unset;
    top: 50px;
    right: 0;
  }
}
.slide-caption {
  font-weight: bold;
}

#front-page-hero .slide-title {
  font-weight: 100 !important;
  padding-bottom: 25px;
  border-bottom: solid 2px white;
  font-family: "geo-thin", "serif" !important;
  filter: drop-shadow(5px 6px 16px rgba(0, 0, 0, 0.55));
}

/**********************************************************
  title-bars (used throughout site)
**********************************************************/
.titlebar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: normal;
  text-transform: uppercase;
}

.titlebar-with-solid {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #005c9b;
  font-weight: normal;
  text-transform: uppercase;
}

.titlebar-with-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: inherit;
  background-size: cover;
  background-position: center bottom;
  padding: 1.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: normal;
  text-transform: uppercase;
  min-height: 65px;
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 699px) {
  .titlebar-with-overlay {
    min-height: 45px;
  }
}
.titlebar-with-overlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-position: center bottom;
  background-size: cover;
}
.titlebar-with-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #001738 0%, #001738 40%, #001738 70%, #001738 85%, #001738 100%);
  opacity: 0.8;
}

.blog-info {
  flex: 0 0 100%;
  z-index: 1;
}

.single-default .blog-info {
  text-align: center;
}

.blog-cat,
.blog-date {
  display: inline-block;
  font-size: 1.3rem;
  font-family: "geo-thin", "serif";
  color: white;
  text-transform: capitalize;
}

.project-title {
  z-index: 1;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: "geo", "serif";
}

.go-arrow {
  display: none;
}

@media (min-width: 1200px) {
  .titlebar,
  .titlebar-with-overlay {
    padding: 1.5rem 2rem;
  }
  .project-title {
    font-size: 1.6rem;
    width: calc(100% - 4.5rem);
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  .project-title {
    font-size: 1.5rem;
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1200px) {
  .go-arrow {
    display: flex;
    align-items: flex-end;
    z-index: 1;
  }
  .go-arrow svg {
    height: 3.5rem;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  .go-arrow svg {
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1200px) {
  .go-arrow svg g {
    fill: #fed16d;
  }
}
@media (min-width: 1700px) {
  .titlebar,
  .titlebar-with-overlay {
    padding: 2.5rem 2rem;
  }
  .project-title {
    font-size: 2.2rem;
    width: calc(100% - 5.5rem);
  }
  .go-arrow svg {
    height: 4.5rem;
  }
}
@media (max-width: 699px) {
  .studio-descriptions {
    margin: 50px auto !important;
  }
}

.market-sectors-wrapper .ms-title-block {
  padding: 2rem 0 0;
  background: #005c9b;
  height: 80vh;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 100px;
  padding-left: 25rem;
  position: relative;
}
.market-sectors-wrapper #ms-title-container {
  max-width: 50%;
  padding: 0 2rem;
}
.market-sectors-wrapper .top-bg-image {
  width: 40%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
}
.market-sectors-wrapper .top-bg-image img {
  width: 100%;
  height: 100%;
}

.ms-content-area {
  margin: 0 auto;
  width: 100%;
}

#first-ms-section {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 25rem;
  overflow: hidden;
  margin: 100px 0;
}
#first-ms-section .first-text-block {
  max-width: 30%;
  padding: 0 2rem;
}
#first-ms-section .first-image {
  width: 100%;
  max-height: 500px;
  overflow: visible;
}

#second-ms-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 25rem;
  overflow: hidden;
  margin: 100px 0;
  min-height: 500px;
  position: relative;
}
#second-ms-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("https://placehold.co/600x400");
  filter: brightness(50%);
}
#second-ms-section .second-text-block {
  max-width: 30%;
  padding: 0 2rem;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  margin: 20px;
  z-index: 10;
}
#second-ms-section .second-image {
  width: 100%;
  max-height: 500px;
}

#third-ms-section {
  padding: 0;
  overflow: hidden;
  margin: 100px 0;
  position: relative;
  flex-direction: row-reverse;
}
#third-ms-section #third-text-container {
  overflow: hidden;
  z-index: 10;
  width: 30%;
}
#third-ms-section .third-text-block {
  padding: 0;
}
#third-ms-section .third-image {
  max-height: 530px;
  display: flex;
  flex-direction: row;
}
#third-ms-section .third-image img {
  width: 500px;
  height: 500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-right: 50px;
}

#fourth-ms-section {
  overflow: hidden;
  margin: 100px 0;
  position: relative;
}
#fourth-ms-section #fourth-text-container {
  overflow: hidden;
  z-index: 10;
  width: 30%;
}
#fourth-ms-section .fourth-text-block {
  padding: 0 2rem;
}
#fourth-ms-section .fourth-image {
  max-height: 500px;
  display: flex;
  flex-direction: row;
}
#fourth-ms-section .fourth-image img {
  width: 1000px;
  height: 500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: 50px;
}

#fifth-ms-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 25rem;
  overflow: hidden;
  margin: 100px 0 0;
  min-height: 80vh;
  position: relative;
  justify-content: flex-end;
}
#fifth-ms-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("https://placehold.co/600x400");
  filter: brightness(50%);
}
#fifth-ms-section .fifth-text-block {
  max-width: 36%;
  padding: 0 2rem;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  margin: 20px;
  margin-left: auto;
  z-index: 10;
  height: auto;
}
#fifth-ms-section .fifth-image {
  width: 100%;
  max-height: 500px;
}

#first-ms-section, #third-ms-section, #fourth-ms-section, #second-ms-section {
  padding: unset;
}

#second-ms-section, #fifth-ms-section {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 950px;
}
#second-ms-section .section-with-padding, #second-ms-section .content-block-2, #fifth-ms-section .section-with-padding, #fifth-ms-section .content-block-2 {
  position: relative;
  margin-bottom: auto;
  margin-top: 120px;
}
#second-ms-section::before, #fifth-ms-section::before {
  background: rgba(0, 0, 0, 0.5);
}

#second-ms-section .second-text-block {
  max-width: 36%;
}

#first-ms-section .first-image {
  max-width: 65%;
  max-height: 540px;
}
#first-ms-section .first-image img {
  width: 100%;
}

#first-ms-section .first-text-block {
  max-width: 35%;
  padding-left: 55px;
  margin-top: 20px;
}

.text-block h2 {
  font-size: 24px;
}
.text-block p {
  margin-top: 30px;
  line-height: 1.7;
}

#first-ms-section {
  padding-top: 100px !important;
  margin: 0 100px 0;
}

#third-ms-section {
  margin: 150px 0;
}

.overflowed-section .images-container img {
  margin-left: 25px !important;
  margin-right: 0px !important;
  height: 530px !important;
  object-fit: cover;
}

.overflowed-section .images-container {
  overflow: hidden;
}

#fourth-ms-section .fourth-image img {
  width: 100vw !important;
}

#fourth-ms-section {
  margin-top: 320px;
}

#fifth-ms-section {
  margin-top: 150px;
  padding: unset !important;
}

.text-block button:nth-child(1) {
  margin: 10px 0;
}

.text-block button p {
  margin-top: 0px;
  color: white;
  line-height: 1.5;
  font-size: 14px;
}

.fifth-para-wrap .button-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
}
.fifth-para-wrap .button-group .button-wrap {
  width: auto;
}

#process-hero {
  background: grey;
}
#process-hero-content {
  padding: 15rem 25rem;
  color: #fff;
}
#process-hero h1 {
  font-size: 36px;
  border-bottom: 2px white solid;
  margin-bottom: 50px;
}

#process-hero-count {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#process-hero-count h2 {
  font-size: 24px;
  text-transform: capitalize;
}
#process-hero-count h2 span {
  font-size: 96px;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}
#process-hero-count p {
  font-size: 18px;
}

#pre-design-section {
  padding: 5rem 25rem;
}
#pre-design-section #pre-design-first-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}
#pre-design-section #pre-design-summary {
  width: 30%;
  margin-right: 45px;
}
#pre-design-section #pre-design-summary-images {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 65%;
}
#pre-design-section #pre-design-summary-images img {
  width: 400px;
  height: 400px;
  margin-left: 40px;
}
#pre-design-second-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 50px;
}
#pre-design-second-section .media-container {
  width: 70%;
  margin-right: 45px;
}
#pre-design-second-section .media-container img, #pre-design-second-section .media-container iframe {
  width: 100%;
  min-height: 450px;
}
#pre-design-second-section #pre-design-context-container {
  width: 33%;
  padding: 0 2rem;
}

#pre-design-third-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}
#pre-design-third-section img {
  width: 33%;
  margin: 0 2rem;
  height: 300px !important;
}

#engineering {
  margin-top: 150px;
}
#engineering-summary {
  width: 30%;
}
#engineering-second-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 25rem;
  justify-content: space-around;
  margin-top: 50px;
}
#engineering-second-row img {
  width: 40%;
  height: 100%;
  border: solid 1px black;
}
#engineering-third-row {
  margin-top: 50px;
}
#engineering .media-container {
  width: 1000px;
}
#engineering .media-container img {
  width: 100%;
  height: 100%;
}
#engineering-context-container {
  width: 33%;
  padding: 0 2rem;
}

#post-design-first-section {
  display: flex;
  flex-direction: row;
  margin-top: 150px;
  margin-bottom: 75px;
  align-items: center;
}
#post-design-first-section #post-design-summary {
  width: 30%;
}
#post-design-first-section #post-design-summary-images {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: auto;
}
#post-design-first-section #post-design-summary-images img {
  width: 1000px;
  height: 450px;
  margin-left: 120px;
  object-fit: cover;
}

#process-hero-content, #pre-design-section, #engineering, #post-design-first-section {
  padding: 100px 0;
  margin: 0;
}

#pre-design-section #pre-design-summary-images img {
  object-fit: cover;
}

#engineering {
  padding: 50px 0;
}

#process-hero {
  background: #005c9b;
}

#pre-design-summary::before {
  content: "1";
}

#engineering-summary::before {
  content: "2";
}

#post-design-summary::before {
  content: "3";
}

.numbered-section {
  position: relative;
  z-index: 1;
}
.numbered-section::before {
  content: "1";
  position: absolute;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  font-size: 400px;
  transform: translate(-50%, -50%);
}

#pre-design-second-section {
  margin-top: 200px;
}

#engineering-summary-image {
  mix-blend-mode: darken;
}

#engineering-second-row {
  padding: 0;
  margin-top: 200px;
  display: flex;
}
#engineering-second-row img {
  width: 45%;
  height: 430px;
  border: none;
  object-fit: cover;
}

#engineering-third-row {
  margin-top: 100px;
}

.footer-image {
  mix-blend-mode: darken;
  margin-bottom: -5px;
}

/* expanding-grid */
#expanding-grid .expanding-row {
  display: flex;
}

.expanding-column, .smaller-expanding-column {
  width: 20%;
  height: 550px;
  padding: 2%;
  background: #001738;
  background-size: cover;
  margin: 0;
  transition: all 0.5s ease;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.expanding-column h2, .smaller-expanding-column h2 {
  color: white;
  font-size: 24px;
  font-family: "geo-med", "serif";
  z-index: 1;
  position: relative;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.expanding-column::before, .smaller-expanding-column::before {
  content: "";
  background: #005c9b;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.expanding-column.wide::before, .smaller-expanding-column.wide::before {
  opacity: 0.1;
}
.expanding-column.wide, .smaller-expanding-column.wide {
  width: 30% !important;
}
.expanding-column.wide h2, .smaller-expanding-column.wide h2 {
  font-size: 40px;
}
.expanding-column:hover p, .smaller-expanding-column:hover p {
  opacity: 1;
}

.smaller-expanding-column {
  padding: 1%;
  height: 300px;
}
#process-hero {
  background-size: cover;
}

#process-hero-count > div {
  width: 30%;
}
#process-hero-count > div:not(:last-child) {
  margin-right: 45px;
}

.pre-design-content-text {
  margin-top: 0 !important;
}

#title-container {
  max-width: 50%;
  padding: 0 2rem;
}

.top-bg-image {
  width: 40%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
}
.top-bg-image img {
  width: 100%;
  height: 100%;
}

#firm-first-section {
  margin-top: 150px;
}

#firm-second-section {
  margin: 200px 0px 100px;
}
#firm-second-section-gallery {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 20px;
  margin: 0 auto;
}

#milestones-summary {
  padding: 0 10rem;
  text-align: center;
}
#milestones-summary p {
  max-width: 600px;
  margin: 24px auto;
  font-size: 16px;
}

#milestones-timeline {
  margin-top: 100px;
}
#milestones-timeline ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#milestones-timeline .year-li.odd img {
  width: 350px;
  height: 300px;
  object-fit: cover;
  margin-left: auto;
}
#milestones-timeline .year-li.even:nth-of-type(4) img, #milestones-timeline .year-li.even:nth-of-type(8) img {
  width: 350px;
  height: 400px;
  object-fit: cover;
}
#milestones-timeline .year-summary {
  max-height: 420px;
}
#milestones-timeline .year-summary .drop-year .font-med {
  font-family: "geo-thin", "serif";
}
#milestones-timeline .year-summary .part.tooltip {
  line-height: 1.6;
  font-size: 16px;
  max-width: 380px;
}

.year-li {
  overflow: hidden;
  display: grid;
  grid-template-columns: 4fr 2fr 4fr;
}
.year-li.even {
  grid-auto-flow: dense;
}
.year-li.even > img {
  grid-column: 3;
}
.year-li.even .year-summary {
  grid-column: 1;
}
.year-li.even .milestone-divider {
  grid-column: 2;
}

.milestone-divider {
  margin: 0 2rem;
  position: relative;
}
.milestone-divider .milestone-divider-horizontal-line {
  width: 100%;
  height: 2px;
  background: #001738;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.milestone-divider .milestone-divider-vertical-line {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  border-left: solid 2px #001738;
  left: 50%;
  transform: translate(-1px, -50%);
}
.milestone-divider .milestone-divider-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  /* font-size: 15px; */
  height: 20px;
  transform: translate(-50%, -50%);
  width: 18px;
  color: #0BB5DD;
  background-size: contain;
  background-repeat: no-repeat;
}
.milestone-divider .milestone-divider-circle:before {
  height: 36px;
  width: 24px;
  font-size: 36px;
  left: -11px;
  position: absolute;
  top: -17px;
  line-height: 0.75;
}

.year-li .drop-year {
  font-size: 36px;
}
.year-li .year-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.year-li.even .year-summary, .year-li.even .part.tooltip {
  text-align: right;
  margin-left: auto;
}

.logo-section {
  display: flex-root;
  margin-bottom: 100px;
}
.logo-section .logo-header {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 8.5rem;
  margin-bottom: 2.5rem;
}
.logo-section ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  justify-content: space-evenly;
  align-items: center;
}

.associations .associations-list .assoc-logo {
  height: 200px;
  margin: 0.5rem 0.25rem;
}
.associations .associations-list .assoc-logo img {
  height: 80%;
}
.associations .associations-list li:nth-child(2) {
  height: 70px;
}

.development-partners .dev-partners-list .dev-partner-logo {
  height: 6rem;
  margin: 1.6rem 1rem;
}
.development-partners .dev-partners-list .dev-partner-logo img {
  height: 90%;
}
@media (max-width: 638px) {
  .development-partners .dev-partners-list .dev-partner-logo img {
    max-height: 85px;
  }
}

.awards-container {
  margin-top: 50px;
}
.awards-container .slick-track {
  padding: 10px 0;
}

.award-item.slick-slide {
  width: 300px;
  border-radius: 15px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  margin: 0 25px;
  padding: 25px 35px;
  text-align: center;
  background: white;
  height: auto;
}
.award-item.slick-slide img {
  max-width: 50%;
  max-height: 80px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.award-item.slick-slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.award-item.slick-slide ul li {
  font-size: 14px;
  padding-right: 6px;
  display: inline-block;
}
.award-item.slick-slide ul li:not(:first-child)::after {
  content: ",";
}
.awards-container .slick-list {
  height: 350px !important;
}

.people-archive-wrapper #frontpage-footer-banner {
  margin-top: 50px;
}
@media (max-width: 699px) {
  .people-archive-wrapper #frontpage-footer-banner h3 {
    margin-bottom: 12px;
  }
}

.associations-list {
  max-width: 700px;
}

.associations .associations-list .assoc-logo {
  height: 120px;
}

#firm-second-section-summary {
  width: 30% !important;
}

#firm-second-section-gallery {
  width: 65% !important;
  grid-gap: 45px;
}
@media (max-width: 1200px) {
  #firm-second-section-gallery {
    grid-gap: 16px;
  }
}
#firm-second-section-gallery img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  #firm-second-section-gallery {
    width: 100% !important;
    margin: 0;
  }
}

.associations-list.section-with-padding, .associations-list.content-block-2 {
  max-width: 800px !important;
}

.dev-partners-list.section-with-padding, .dev-partners-list.content-block-2 {
  max-width: 1000px !important;
}

iframe body {
  justify-content: flex-end !important;
}

/**********************************************************
  Blog Post Styling
**********************************************************/
.blog-post-wrapper {
  padding-bottom: 6rem;
}
.blog-post-wrapper p {
  text-align: justify;
}
@media screen and (max-width: 699px) {
  .blog-post-wrapper p {
    text-align: left;
  }
}
.blog-post-wrapper .main-post-image {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
}
.blog-post-wrapper .intro-block {
  margin: 2.5rem 2rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "author title" "para1  para1";
}
.blog-post-wrapper .intro-block .author-area {
  grid-area: author;
  margin-right: 2rem;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-areas: "avatar" "name";
  justify-items: center;
}
.blog-post-wrapper .intro-block .author-area .avatar {
  grid-area: avatar;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
}
.blog-post-wrapper .intro-block .author-area .name {
  grid-area: name;
  text-align: center;
  margin-top: 1rem;
  max-width: 10rem;
}
.blog-post-wrapper .intro-block .title-area {
  grid-area: title;
  border-left: 3px solid #9adaf4;
  padding-left: 2rem;
}
.blog-post-wrapper .intro-block .title-area .blog-date {
  display: inline-block;
  background-color: #0bb5dd;
  padding: 0.5rem 1rem;
  color: white;
}
.blog-post-wrapper .intro-block .title-area .blog-title {
  margin-top: 1rem;
  font-size: 2rem;
  color: #001738;
  text-transform: uppercase;
}
.blog-post-wrapper .intro-block .intro-paragraph {
  grid-area: para1;
  padding-top: 2.5rem;
}
.blog-post-wrapper .content-block-2 {
  margin: 3.5rem 2rem 0;
  display: grid;
  grid-template-areas: "para2-image" "para2";
}
.blog-post-wrapper .content-block-2 .para2-image {
  grid-area: para2-image;
}
.blog-post-wrapper .content-block-2 .para2-image img {
  width: calc(100% - 0.5rem);
  margin-left: 0.5rem;
}
.blog-post-wrapper .content-block-2 .para2 {
  grid-area: para2;
  margin-top: 3rem;
}
.blog-post-wrapper .quote-banner {
  background-position: center center;
  background-size: cover;
  margin-top: 3rem;
}
.blog-post-wrapper .quote-banner .overlay {
  position: relative;
}
.blog-post-wrapper .quote-banner .overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #001738 25%, rgba(0, 23, 56, 0.8) 50%, rgba(0, 23, 56, 0.6) 75%, rgba(0, 23, 56, 0.2));
  mix-blend-mode: multiply;
}
.blog-post-wrapper .quote-banner .quote-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: white;
  padding: 3rem 2rem;
  display: block;
  font-size: 2rem;
  text-align: center;
}
.blog-post-wrapper .content-block-3 {
  margin: 3.5rem 2rem 0;
  display: grid;
  grid-template-areas: "para3" "cta" "para3-image";
}
.blog-post-wrapper .content-block-3 .para3 {
  grid-area: para3;
}
.blog-post-wrapper .content-block-3 .final-cta {
  grid-area: cta;
  margin-top: 2.5rem;
}
.blog-post-wrapper .content-block-3 .para3-image {
  grid-area: para3-image;
  margin-top: 3rem;
}
.blog-post-wrapper .content-block-3 .para3-image img {
  width: calc(100% - 0.5rem);
  margin-left: 0.5rem;
}
.blog-post-wrapper .hacky-paragraph {
  margin: 3rem 2rem;
}
@media (min-width: 640px) {
  .blog-post-wrapper .hacky-paragraph {
    margin: 3rem auto;
    max-width: 60rem;
  }
}
.blog-post-wrapper .vid-container {
  background-image: url("../../images/crest_background.svg");
  background-size: 10rem;
}
.blog-post-wrapper .vid-container .hacky-vid {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.blog-post-wrapper .vid-container .hacky-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-post-wrapper .hacky-image-container {
  margin: 3rem 2rem 0;
}
@media (min-width: 640px) {
  .blog-post-wrapper .hacky-image-container {
    margin: 0 auto;
    max-width: 60rem;
  }
}
.blog-post-wrapper .hacky-image-container .hacky-image {
  width: 100%;
}
.blog-post-wrapper .button-wrap {
  margin: 4rem 2rem 0;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "prev next";
  max-width: 38rem;
}
@media (min-width: 400px) {
  .blog-post-wrapper .button-wrap {
    margin: 4rem auto 0;
  }
}
.blog-post-wrapper .button-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0bb5dd;
  font-family: "geo", "serif";
  text-transform: uppercase;
  color: white;
}
@media (min-width: 360px) {
  .blog-post-wrapper .button-wrap a {
    justify-content: space-between;
  }
}
@media (min-width: 385px) {
  .blog-post-wrapper .button-wrap a {
    padding: 0.75rem 1.5rem;
  }
}
.blog-post-wrapper .button-wrap svg {
  display: none;
}
@media (min-width: 360px) {
  .blog-post-wrapper .button-wrap svg {
    display: block;
    height: 2.2rem;
    width: 2.2rem;
  }
}
.blog-post-wrapper .button-wrap .prev-post {
  grid-area: prev;
  margin-right: 0.5rem;
}
@media (min-width: 330px) {
  .blog-post-wrapper .button-wrap .prev-post {
    margin-right: 1rem;
  }
}
.blog-post-wrapper .button-wrap .prev-post a {
  padding: 0.75rem 0 0.75rem 0;
}
@media (min-width: 360px) {
  .blog-post-wrapper .button-wrap .prev-post a {
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  }
}
.blog-post-wrapper .button-wrap .prev-post p {
  white-space: nowrap;
}
@media (min-width: 360px) {
  .blog-post-wrapper .button-wrap .prev-post p {
    margin-left: 1rem;
  }
}
.blog-post-wrapper .button-wrap .next-post {
  grid-area: next;
  margin-left: 0.5rem;
}
@media (min-width: 330px) {
  .blog-post-wrapper .button-wrap .next-post {
    margin-left: 1rem;
  }
}
.blog-post-wrapper .button-wrap .next-post a {
  padding: 0.75rem 0 0.75rem 0;
}
@media (min-width: 360px) {
  .blog-post-wrapper .button-wrap .next-post a {
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  }
}
.blog-post-wrapper .button-wrap .next-post p {
  white-space: nowrap;
}
@media (min-width: 360px) {
  .blog-post-wrapper .button-wrap .next-post p {
    margin-right: 1rem;
  }
}
.blog-post-wrapper .button-wrap .next-post a:hover,
.blog-post-wrapper .button-wrap .prev-post a:hover {
  background-color: #005c9b;
}

@media (min-width: 700px) {
  .blog-post-wrapper .main-post-image {
    height: 40rem;
  }
  .blog-post-wrapper .intro-block {
    margin: 4rem 6rem 0;
    grid-template-areas: "author title" "author para1";
  }
  .blog-post-wrapper .intro-block .author-area {
    margin-right: 2.5rem;
  }
  .blog-post-wrapper .intro-block .author-area .avatar {
    height: 9rem;
    width: 9rem;
  }
  .blog-post-wrapper .intro-block .title-area {
    padding-left: 2.5rem;
  }
  .blog-post-wrapper .intro-block .title-area .blog-title {
    margin-top: 1.2rem;
    font-size: 2.4rem;
  }
  .blog-post-wrapper .intro-block .intro-paragraph {
    border-left: 3px solid #9adaf4;
    padding-top: 1.2rem;
    padding-left: 2.5rem;
  }
  .blog-post-wrapper .content-block-2 {
    margin: 4.5rem 6rem 0;
    grid-template-areas: "para2 para2-image";
  }
  .blog-post-wrapper .content-block-2 .para2-image {
    width: 47vw;
    height: 38vw;
    margin-left: 3.5rem;
  }
  .blog-post-wrapper .content-block-2 .para2-image img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
  }
  .blog-post-wrapper .content-block-2 .para2 {
    margin-top: 0;
  }
  .blog-post-wrapper .quote-banner {
    margin-top: 4.5rem;
  }
  .blog-post-wrapper .quote-banner .quote-title {
    padding: 4rem 6rem;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .blog-post-wrapper .content-block-3 {
    margin: 4.5rem 6rem 0;
  }
  .blog-post-wrapper .content-block-3 .final-cta {
    margin-top: 4rem;
  }
  .blog-post-wrapper .content-block-3 .para3-image {
    margin-top: 5rem;
  }
  .blog-post-wrapper .hacky-paragraph {
    margin: 4rem auto;
    max-width: 60rem;
  }
  .blog-post-wrapper .hacky-image-container {
    max-width: 60rem;
  }
}
@media (min-width: 900px) {
  .blog-post-wrapper .content-block-2 {
    margin: 4.5rem 6rem 0;
  }
  .blog-post-wrapper .content-block-2 .para2-image {
    width: 39vw;
    height: 33vw;
    margin-left: 4rem;
  }
  .blog-post-wrapper .quote-banner {
    margin-top: 4.5rem;
  }
  .blog-post-wrapper .quote-banner .quote-title {
    padding: 5rem 6rem;
  }
  .blog-post-wrapper .content-block-3 {
    grid-template-areas: "para3-image para3" "para3-image cta";
    grid-template-rows: auto 1fr;
  }
  .blog-post-wrapper .content-block-3 .para3 {
    margin-top: 0;
  }
  .blog-post-wrapper .content-block-3 .final-cta {
    margin-top: 2.5rem;
  }
  .blog-post-wrapper .content-block-3 .para3-image {
    width: 39vw;
    height: 33vw;
    margin: 0 4rem 0 0;
  }
  .blog-post-wrapper .content-block-3 .para3-image img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
  }
  .blog-post-wrapper .vid-container .hacky-vid {
    width: calc(100% - 12rem);
    padding-bottom: 49.8%;
    margin: 0 auto;
  }
}
@media (min-width: 900px) and (min-width: 1040px) {
  .blog-post-wrapper .vid-container .hacky-vid {
    width: 92rem;
    height: 51.7rem;
    padding-bottom: unset;
  }
}
@media (min-width: 900px) {
  .blog-post-wrapper .button-wrap {
    margin: 5rem auto 0;
    max-width: 40rem;
  }
  .blog-post-wrapper .button-wrap svg {
    height: 2.6rem;
    width: 2.6rem;
  }
  .blog-post-wrapper .button-wrap .prev-post a {
    padding: 0.75rem 2rem 0.75rem 1rem;
  }
  .blog-post-wrapper .button-wrap .next-post a {
    padding: 0.75rem 1rem 0.75rem 2rem;
  }
}
@media (min-width: 1200px) {
  .blog-post-wrapper .main-post-image {
    height: 45rem;
  }
  .blog-post-wrapper .intro-block {
    margin: 5rem 14rem 0;
  }
  .blog-post-wrapper .intro-block .author-area {
    margin-right: 4rem;
  }
  .blog-post-wrapper .intro-block .author-area .avatar {
    height: 10.5rem;
    width: 10.5rem;
  }
  .blog-post-wrapper .intro-block .author-area .name {
    margin-top: 1.5rem;
    max-width: 10.5rem;
  }
  .blog-post-wrapper .intro-block .title-area {
    padding-left: 4rem;
    border-left: 5px solid #9adaf4;
  }
  .blog-post-wrapper .intro-block .title-area .blog-title {
    font-size: 3.2rem;
  }
  .blog-post-wrapper .intro-block .intro-paragraph {
    border-left: 5px solid #9adaf4;
    padding-top: 1.2rem;
    padding-left: 4rem;
  }
  .blog-post-wrapper .content-block-2 {
    margin: 5.5rem 0;
  }
  .blog-post-wrapper .content-block-2 .para2-image {
    width: 41vw;
    height: 21vw;
    margin-left: 5.5rem;
  }
  .blog-post-wrapper .quote-banner {
    margin-top: 5.5rem;
  }
  .blog-post-wrapper .quote-banner .quote-title {
    padding: 6rem 14rem;
    font-size: 3rem;
    line-height: 1.5;
  }
  .blog-post-wrapper .content-block-3 {
    margin: 4.5rem 14rem 0;
  }
  .blog-post-wrapper .content-block-3 .final-cta {
    margin-top: 4rem;
  }
  .blog-post-wrapper .content-block-3 .para3-image {
    width: 41vw;
    height: 35vw;
    margin: 0 5.5rem 0 0;
  }
  .blog-post-wrapper .hacky-paragraph {
    margin: 6rem auto;
    max-width: 75rem;
  }
  .blog-post-wrapper .hacky-image-container {
    max-width: 75rem;
  }
  .blog-post-wrapper .button-wrap {
    margin: 9rem auto 0;
    max-width: 55rem;
  }
  .blog-post-wrapper .button-wrap svg {
    height: 3rem;
    width: 3rem;
  }
  .blog-post-wrapper .button-wrap .prev-post {
    margin-right: 3rem;
  }
  .blog-post-wrapper .button-wrap .prev-post a {
    padding: 1rem 3rem 1rem 2rem;
  }
  .blog-post-wrapper .button-wrap .next-post {
    margin-left: 3rem;
  }
  .blog-post-wrapper .button-wrap .next-post a {
    padding: 1rem 2rem 1rem 3rem;
  }
}
@media (min-width: 1700px) {
  .blog-post-wrapper .main-post-image {
    height: 60rem;
  }
  .blog-post-wrapper .intro-block {
    margin: 7rem 14rem 0;
  }
  .blog-post-wrapper .intro-block .author-area {
    margin-right: 6rem;
  }
  .blog-post-wrapper .intro-block .author-area .avatar {
    height: 15.5rem;
    width: 15.5rem;
  }
  .blog-post-wrapper .intro-block .author-area .name {
    margin-top: 2rem;
    max-width: 15.5rem;
  }
  .blog-post-wrapper .intro-block .title-area {
    padding-left: 6rem;
  }
  .blog-post-wrapper .intro-block .title-area .blog-date {
    padding: 0.75rem 1.5rem;
  }
  .blog-post-wrapper .intro-block .title-area .blog-title {
    margin-top: 1.2rem;
    font-size: 4.8rem;
  }
  .blog-post-wrapper .intro-block .intro-paragraph {
    border-left: 5px solid #9adaf4;
    padding-top: 2rem;
    padding-left: 6rem;
  }
  .blog-post-wrapper .content-block-2 .para2-image {
    width: 40vw;
    height: 20vw;
    margin-left: 7rem;
  }
  .blog-post-wrapper .quote-banner {
    margin-top: 7rem;
  }
  .blog-post-wrapper .quote-banner .quote-title {
    padding: 8rem 14rem;
    font-size: 4.2rem;
    line-height: 1.4;
  }
  .blog-post-wrapper .content-block-3 {
    margin: 7rem 14rem 0;
  }
  .blog-post-wrapper .content-block-3 .final-cta {
    margin-top: 4rem;
  }
  .blog-post-wrapper .content-block-3 .para3-image {
    width: 40vw;
    height: 26vw;
    margin: 0 7rem 0 0;
  }
}
#hero-title-container p {
  margin-bottom: 32px;
}

.blog-post-wrapper .quote-banner .overlay::before {
  background: transparent !important;
}
.blog-post-wrapper .quote-banner .quote-title {
  padding: unset !important;
  color: #001738 !important;
  padding: 6rem 14rem;
  font-size: 3rem;
  line-height: 1.5;
}
.blog-post-wrapper .quote-banner .quote-title span {
  font-weight: bold;
}

.quote-banner {
  margin-top: 150px;
  margin-bottom: 150px;
}

.blog-post-wrapper .button-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.blog-post-wrapper .button-wrap hr {
  background-color: #0bb5dd;
  border: 0;
  height: 1px;
  margin-bottom: auto;
  flex-grow: 1;
  margin-top: auto;
}

.blog-post-wrapper .button-wrap .prev-post a,
.blog-post-wrapper .button-wrap .next-post a {
  padding: 8px 8px;
}

.blog-post-wrapper .related-content-section .related-content-grid {
  justify-content: space-between;
}

.blog-post-wrapper .related-content-section .related-content-grid a {
  width: 30%;
  max-width: 30%;
}

.project-text p:not(:empty) {
  margin-bottom: 24px;
}

/**********************************************************
  Related Content Styling
**********************************************************/
.related-content-section {
  text-align: center;
}
.related-content-section .related-content-title {
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: "geo", "serif";
  color: #0bb5dd;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.75;
}
.related-content-section .related-content-grid {
  height: 13.5rem;
  overflow: hidden;
  margin: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, max-content));
  grid-gap: 1rem;
  justify-content: center;
}
@media (min-width: 600px) {
  .related-content-section .related-content-grid {
    margin: 0 7rem;
  }
}
.related-content-section a {
  height: 13.5rem;
  width: 13.5rem;
  position: relative;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 600px) {
  .related-content-section a {
    height: 200px;
    margin-bottom: 12px;
  }
}
.related-content-section a .titlebar-with-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: inherit;
  background-position: center bottom;
  background-size: cover;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  min-height: 65px;
}
.related-content-section a .titlebar-with-overlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-position: center bottom;
  background-size: cover;
}
.related-content-section a .titlebar-with-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.related-content-section a .project-title {
  z-index: 1;
  margin: 0;
  padding: 10px;
  color: white;
  font-size: 1.5rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
  text-align: center;
}
.related-content-section a .go-arrow {
  display: none;
}

@media (min-width: 700px) {
  .related-content-section .related-content-title {
    margin-top: 6rem;
    font-size: 2.4rem;
  }
  .related-content-section .related-content-grid {
    height: 15rem;
    margin: 0 10rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, max-content));
    grid-gap: 2rem;
  }
}
@media (min-width: 700px) and (min-width: 800px) {
  .related-content-section .related-content-grid {
    margin: 0 14rem;
  }
}
@media (min-width: 700px) {
  .related-content-section a {
    height: 15rem;
    width: 15rem;
  }
  .related-content-section a .titlebar-with-overlay {
    padding: 1rem;
  }
  .related-content-section a .titlebar-with-overlay .project-title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .related-content-section a .titlebar-with-overlay .go-arrow {
    display: none;
  }
}
@media (min-width: 1200px) {
  .related-content-section .related-content-title {
    margin-top: 0;
    font-size: 3.2rem;
  }
  .related-content-section .related-content-grid {
    height: 22rem;
    grid-template-columns: repeat(auto-fit, minmax(22rem, max-content));
    grid-gap: 2rem;
  }
  .related-content-section a {
    height: 310px;
    width: 22rem;
  }
  .related-content-section a .titlebar-with-overlay {
    padding: 1.5rem 2rem;
  }
  .related-content-section a .titlebar-with-overlay .project-title {
    font-size: 1.6rem;
    width: calc(100% - 4.5rem);
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  .related-content-section a .titlebar-with-overlay .project-title {
    font-size: 1.8rem;
    width: calc(100% - 5rem);
  }
}
@media (min-width: 1200px) {
  .related-content-section a .titlebar-with-overlay .go-arrow {
    display: flex;
    align-items: flex-end;
    z-index: 1;
  }
  .related-content-section a .titlebar-with-overlay .go-arrow svg {
    height: 3.5rem;
    width: 3.5rem;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1450px) {
  .related-content-section a .titlebar-with-overlay .go-arrow svg {
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1200px) {
  .related-content-section a .titlebar-with-overlay .go-arrow svg g {
    fill: white;
  }
}
.related-content-section .related-content-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.related-content-section a {
  width: 100%;
}

.project-related-content .related-content-section {
  margin-top: 50px;
}
/**********************************************************
  Project Details Styling
**********************************************************/
.project-details-wrapper {
  padding-bottom: 6rem;
}
.project-details-wrapper h2 {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.75;
  font-family: "geo", "serif";
  font-weight: normal;
  color: #0bb5dd;
}
.project-details-wrapper .spotlight-gallery {
  margin: 0 0 3.5rem;
}
.project-details-wrapper .spotlight-gallery,
.project-details-wrapper .spotlight-gallery-images img {
  height: 25rem;
}
.project-details-wrapper .project-details-title {
  grid-area: project-title;
  padding-top: 2rem;
  text-align: center;
}
.project-details-wrapper .project-details-title h1 {
  display: inline-block;
  font-size: 2rem;
  color: #001738;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 2rem 0.8rem;
  border-bottom: 2px solid #9adaf4;
}
.project-details-wrapper .project-details-title .blue-title-line {
  width: calc(50vw + 2rem);
  margin: -2px 0 0 -2rem;
  border-top: 2px solid #9adaf4;
}
.project-details-wrapper .project-info {
  margin: 3rem 2rem 0;
  display: grid;
  grid-template-areas: "project-text" "project-services" "project-attributes" "project-links";
}
.project-details-wrapper .project-text {
  grid-area: project-text;
  text-align: justify;
}
@media screen and (max-width: 699px) {
  .project-details-wrapper .project-text {
    text-align: left;
  }
}
.project-details-wrapper .project-services {
  grid-area: project-services;
  padding-top: 4rem;
}
.project-details-wrapper .project-attributes {
  grid-area: project-attributes;
  margin: 4rem -2rem 0;
  padding: 2rem 2rem 2rem;
  border-left: solid 3px #0bb5dd;
}
.project-details-wrapper .project-attributes li a {
  margin-bottom: 6px;
  display: inline-block;
}
.project-details-wrapper .project-attributes li::marker {
  color: #0bb5dd;
  font-size: 18px;
}
.project-details-wrapper .project-attributes h2 {
  color: #005c9b;
  font-weight: bold;
}
.project-details-wrapper .project-attributes h2 ~ h2 {
  padding-top: 2.25rem;
}
.project-details-wrapper .project-attributes .project-market-sectors h2 {
  padding-top: 2.25rem;
}
.project-details-wrapper .project-attributes .project-market-sectors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.project-details-wrapper .project-attributes .project-market-sectors a {
  color: #001738;
  font-size: 16px;
}
.project-details-wrapper .project-attributes .project-market-sectors a:hover {
  color: #0bb5dd;
}
.project-details-wrapper #additional-project-pages {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 300px) {
  .project-details-wrapper #additional-project-pages {
    justify-content: start;
  }
}
.project-details-wrapper #additional-project-pages .button-wrap {
  margin-top: 4rem;
}
@media (min-width: 300px) {
  .project-details-wrapper #additional-project-pages .button-wrap + .button-wrap {
    margin-left: 2rem;
  }
}
.project-details-wrapper #additional-project-pages .button-wrap a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #0bb5dd;
  font-family: "geo", "serif";
  text-transform: uppercase;
  color: white;
  background: unset !important;
  color: #0bb5dd !important;
  font-weight: bold !important;
}
.project-details-wrapper #additional-project-pages .button-wrap p {
  white-space: nowrap;
}
@media (min-width: 355px) {
  .project-details-wrapper #additional-project-pages .button-wrap p {
    margin-right: 1rem;
  }
}
@media (min-width: 375px) {
  .project-details-wrapper #additional-project-pages .button-wrap p {
    margin-right: 1.5rem;
  }
}
.project-details-wrapper #additional-project-pages .button-wrap svg {
  display: none;
}
@media (min-width: 355px) {
  .project-details-wrapper #additional-project-pages .button-wrap svg {
    display: block;
    height: 2.2rem;
    width: 2.2rem;
  }
}

@media (min-width: 700px) {
  .project-details-wrapper {
    padding-bottom: 7rem;
  }
  .project-details-wrapper .spotlight-gallery {
    margin: 0 0 3.5rem;
  }
  .project-details-wrapper .spotlight-gallery,
  .project-details-wrapper .spotlight-gallery-images img {
    height: 40rem;
  }
  .project-details-wrapper .project-details-title {
    padding-top: 5.3rem;
  }
  .project-details-wrapper .project-details-title h1 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #9adaf4;
  }
  .project-details-wrapper .project-details-title .blue-title-line {
    width: calc(50vw + 6rem);
    margin: -3px 0 0 -6rem;
    border-top: 3px solid #9adaf4;
  }
  .project-details-wrapper .project-info {
    margin: 3rem 6rem 0;
    display: grid;
    grid-template-columns: 1fr 32rem;
    grid-template-areas: "project-text     project-attributes" "project-services project-attributes" "project-links    project-attributes";
  }
  .project-details-wrapper .project-text {
    padding: 2.4rem 0 0 0;
  }
  .project-details-wrapper .project-attributes {
    margin: 0 0 0 4rem;
    padding: 2.4rem 3rem 4rem;
  }
  .project-details-wrapper .project-attributes h2 ~ h2,
  .project-details-wrapper .project-attributes .project-market-sectors > h2 {
    padding-top: 4rem;
  }
  .project-details-wrapper #additional-project-pages .button-wrap p {
    margin-right: 0;
  }
}
@media (min-width: 700px) and (min-width: 754px) {
  .project-details-wrapper #additional-project-pages .button-wrap p {
    margin-right: 1rem;
  }
}
@media (min-width: 700px) and (min-width: 780px) {
  .project-details-wrapper #additional-project-pages .button-wrap p {
    margin-right: 1.5rem;
  }
}
@media (min-width: 700px) {
  .project-details-wrapper #additional-project-pages .button-wrap svg {
    display: none;
  }
}
@media (min-width: 700px) and (min-width: 755px) {
  .project-details-wrapper #additional-project-pages .button-wrap svg {
    display: block;
    height: 2.2rem;
    width: 2.2rem;
  }
}
@media (min-width: 900px) {
  .project-details-wrapper #additional-project-pages .button-wrap svg {
    height: 2.6rem;
    width: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .project-details-wrapper {
    padding-bottom: 10rem;
  }
  .project-details-wrapper h2 {
    font-size: 1.8rem;
  }
  .project-details-wrapper .spotlight-gallery {
    margin: 0 0 3.5rem;
  }
  .project-details-wrapper .spotlight-gallery,
  .project-details-wrapper .spotlight-gallery-images img {
    height: 45rem;
  }
  .project-details-wrapper .project-details-title {
    padding-top: 6.4rem;
  }
  .project-details-wrapper .project-details-title h1 {
    font-size: 3.2rem;
    padding-bottom: 2.1rem;
    border-bottom: 4px solid #9adaf4;
  }
  .project-details-wrapper .project-details-title .blue-title-line {
    width: calc(50vw + 14rem);
    margin: -4px 0 0 -14rem;
    border-top: 4px solid #9adaf4;
  }
  .project-details-wrapper .project-info {
    margin: 3.7rem 14rem 0;
    grid-template-columns: 1fr 38rem;
  }
  .project-details-wrapper .project-text {
    padding: 0;
    max-width: 828px;
    font-size: 16px !important;
    margin: 0 auto;
  }
  .project-details-wrapper .project-attributes {
    margin: 0 0 0 6rem;
    padding: 3rem 4rem 4rem;
  }
  .project-details-wrapper .project-attributes h2 ~ h2,
  .project-details-wrapper .project-attributes .project-market-sectors > h2 {
    padding-top: 5rem;
  }
  .project-details-wrapper #additional-project-pages .button-wrap {
    margin-top: 6rem;
  }
  .project-details-wrapper #additional-project-pages .button-wrap p {
    margin-right: 1.75rem;
    padding: 0px;
  }
  .project-details-wrapper #additional-project-pages .button-wrap svg {
    height: 3rem;
    width: 3rem;
  }
  .project-details-wrapper #additional-project-pages .button-wrap + .button-wrap {
    margin-left: 0;
  }
  .project-details-wrapper #additional-project-pages .button-wrap p {
    text-transform: capitalize;
  }
  .project-details-wrapper #additional-project-pages .button-wrap a {
    padding: 0;
  }
}
@media (min-width: 1700px) {
  .project-details-wrapper .spotlight-gallery,
  .project-details-wrapper .spotlight-gallery-images img {
    height: 60rem;
  }
}
.project-details-wrapper {
  grid-area: main;
  padding-bottom: 0;
}

.container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.column {
  flex: 0 0 calc(33.333% - 45px);
}

.column .hover-overlay {
  position: relative;
  width: 100%;
  margin-top: 5%;
  cursor: pointer;
}

.column .hover-overlay img {
  display: block;
  width: 100%;
  height: auto;
}

.column .hover-overlay .icon {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #fff;
  text-align: center;
  line-height: 100%;
}

.column .hover-overlay:hover .icon {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s ease;
}

.column img:first-child {
  margin-top: 0;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

dialog {
  width: 100vw; /* 80% of the viewport width */
  height: 100vh; /* 80% of the viewport height */
  max-width: 100%; /* Ensure the dialog doesn't exceed the viewport width */
  max-height: 100%; /* Ensure the dialog doesn't exceed the viewport height */
  margin: auto; /* Center the dialog in the viewport */
  border: none; /* Remove the default border */
  background: transparent;
  justify-content: center; /* Center the image horizontally */
  align-items: center; /* Center the image vertically */
  outline: none;
  overflow: hidden;
}

dialog img {
  max-width: 80%; /* Ensure the image doesn't exceed the dialog width */
  max-height: 80%; /* Ensure the image doesn't exceed the dialog height */
  width: auto;
  height: auto;
  object-fit: contain; /* Preserve the image's aspect ratio */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

dialog .left-arrow, dialog .right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
}
dialog .left-arrow i, dialog .right-arrow i {
  font-size: 50px;
  color: #fff;
}

dialog .left-arrow {
  left: 10%;
}

dialog .right-arrow {
  right: 10%;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.project-details-wrapper article main + .section-with-padding, .project-details-wrapper article main + .content-block-2 {
  padding-top: 100px;
}

.related-content-section {
  width: 100%;
  margin: 0;
}

.related-content-section .related-content-grid {
  display: flex;
  flex-direction: row;
  height: auto;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  padding-bottom: 50px;
  justify-content: flex-start;
}
.related-content-section .related-content-grid a {
  width: 48%;
  max-width: 48%;
}

.related-content-section .related-content-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #005c9b;
  text-align: left;
}

.related-content-section {
  text-align: left;
}

.column:nth-child(3) .hover-overlay:nth-of-type(3) img,
.column:nth-child(1) .hover-overlay:nth-of-type(3) img .column:nth-child(2) .hover-overlay:nth-of-type(3) img {
  height: 180px;
  object-fit: cover;
}
@media (max-width: 699px) {
  .column:nth-child(3) .hover-overlay:nth-of-type(3) img,
  .column:nth-child(1) .hover-overlay:nth-of-type(3) img .column:nth-child(2) .hover-overlay:nth-of-type(3) img {
    height: auto;
  }
}

.column:nth-child(1) .hover-overlay:nth-of-type(3) img,
.column:nth-child(3) .hover-overlay:nth-of-type(2) img,
.column:nth-child(2) .hover-overlay:nth-of-type(1) img {
  height: 250px;
  object-fit: cover;
}
@media (max-width: 699px) {
  .column:nth-child(1) .hover-overlay:nth-of-type(3) img,
  .column:nth-child(3) .hover-overlay:nth-of-type(2) img,
  .column:nth-child(2) .hover-overlay:nth-of-type(1) img {
    height: auto;
  }
}

.column:nth-child(1) .hover-overlay:nth-of-type(1) img,
.column:nth-child(2) .hover-overlay:nth-of-type(2) img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 699px) {
  .column:nth-child(1) .hover-overlay:nth-of-type(1) img,
  .column:nth-child(2) .hover-overlay:nth-of-type(2) img {
    height: auto;
  }
}

.column:nth-child(3) .hover-overlay:nth-of-type(1) img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 699px) {
  .column:nth-child(3) .hover-overlay:nth-of-type(1) img {
    height: auto;
  }
}

.related-content-grid.project-team-grid {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}
.related-content-grid.project-team-grid a {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 110px;
  max-width: unset;
  margin-bottom: 10px;
  background-position: 0 0px;
}
.related-content-grid.project-team-grid div {
  width: 30%;
  display: inline-block;
  margin-bottom: 50px;
}
.related-content-grid.project-team-grid h5 {
  color: #005c9b;
}
.related-content-grid.project-team-grid h6 {
  color: #001738;
  font-size: 12px !important;
}
.related-content-grid.project-team-grid h5, .related-content-grid.project-team-grid h6 {
  margin: 0;
}

.project-details-wrapper #hero-template {
  background: unset;
}
.project-details-wrapper #hero-template h1, .project-details-wrapper #hero-template h2 {
  color: #001738;
}
.project-details-wrapper #hero-template h2 {
  font-size: 20px;
  display: block;
}

.project-attributes ul li {
  font-size: 16px;
}
.project-attributes ul li::marker {
  color: #0bb5dd;
  font-size: 18px;
}

.project-attributes p {
  font-size: 16px !important;
}

.detailed-images-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.detailed-images-section > div {
  margin-bottom: 75px;
}
.detailed-images-section > div img {
  margin-bottom: 16px;
}

.detailed-images-section > div:nth-child(-n+2) {
  flex: 0 0 calc(50% - 45px);
}
.detailed-images-section > div:nth-child(-n+2) img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}

.detailed-images-section > div:nth-child(n+3) {
  flex: 0 0 calc(33.333% - 45px);
}
.detailed-images-section > div:nth-child(n+3) img {
  max-height: 250px;
  min-height: 250px;
  width: 100%;
  object-fit: cover;
}

.detailed-image {
  text-align: center;
}

.hover-overlay img {
  margin-bottom: 45px;
}

dialog {
  position: fixed;
}

/**********************************************************
  Project Spotlight Template Styling
**********************************************************/
.project-spotlight-wrapper p {
  line-height: 1.5;
}
.project-spotlight-wrapper .ps-title-block {
  margin-top: 2rem;
  text-align: center;
}
.project-spotlight-wrapper .ps-title-block h1 {
  display: inline-block;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 2rem 0.8rem;
  border-bottom: 2px solid #9adaf4;
}
.project-spotlight-wrapper .ps-title-block .blue-title-line {
  width: calc(50vw + 2rem);
  margin: -2px 0 0 -2rem;
  border-top: 2px solid #9adaf4;
}
.project-spotlight-wrapper .ps-content-area {
  display: grid;
  grid-template-columns: 2rem 20fr 17fr 24fr 39fr 2rem;
  grid-template-rows: auto 14vw 20vw 40vw 13.5vw auto 85vw auto 24.2vw 11vw 24vw auto auto;
  position: relative;
}
.project-spotlight-wrapper .ps-content-area h2 {
  margin: 3.5rem 0 1rem;
  font-family: "geo", "serif";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 3rem;
  color: #0bb5dd;
}
.project-spotlight-wrapper .ps-content-area p {
  margin-bottom: 2rem;
  text-align: justify;
}
.project-spotlight-wrapper .ps-content-area img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.project-spotlight-wrapper .ps-content-area .text-block-1 {
  grid-column: 2/6;
}
.project-spotlight-wrapper .ps-content-area .img-1a {
  grid-column: 1/6;
  grid-row: 3/5;
}
.project-spotlight-wrapper .ps-content-area .white-gradient-overlay {
  position: relative;
}
.project-spotlight-wrapper .ps-content-area .white-gradient-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.001) 40%, white 80%);
  z-index: 0;
}
.project-spotlight-wrapper .ps-content-area .img-1b {
  z-index: 2;
  grid-column: 4/6;
  grid-row: 2/4;
}
.project-spotlight-wrapper .ps-content-area .text-block-2 {
  grid-column: 2/6;
  grid-row: 6/7;
}
.project-spotlight-wrapper .ps-content-area .text-block-2 .title-2 {
  margin-top: 0;
}
.project-spotlight-wrapper .ps-content-area .diagonal-image-c {
  grid-column: 1/7;
  grid-row: 7/8;
  clip-path: polygon(0 0, 100% 23vw, 100% 100%, 0 calc(100% - 23vw));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.project-spotlight-wrapper .ps-content-area .text-block-3 {
  grid-column: 2/6;
  grid-row: 8/9;
  position: relative;
  bottom: 8px;
}
.project-spotlight-wrapper .ps-content-area .text-block-3 .title-3 {
  margin-top: 0;
}
.project-spotlight-wrapper .ps-content-area .img-3d {
  grid-column: 2/5;
  grid-row: 9/11;
}
.project-spotlight-wrapper .ps-content-area .img-3f {
  grid-column: 3/6;
  grid-row: 10/12;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  position: relative;
}
.project-spotlight-wrapper .ps-content-area .text-block-4 {
  grid-column: 1/7;
  grid-row: -3/-2;
  z-index: 5;
  margin-top: 40px;
  padding: 2rem;
}
.project-spotlight-wrapper .ps-content-area .text-block-4 .title-4,
.project-spotlight-wrapper .ps-content-area .text-block-4 .text-4 {
  color: white;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 0;
}
.project-spotlight-wrapper .ps-content-area .text-block-4 .details-button .button-wrap {
  display: flex;
  justify-content: center;
  margin: 3rem 0 1rem;
}
.project-spotlight-wrapper .ps-content-area .text-block-4 .details-button .button-wrap a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #0bb5dd;
  font-family: "geo", "serif";
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  border: 1px solid transparent;
}
.project-spotlight-wrapper .ps-content-area .text-block-4 .details-button .button-wrap p {
  margin: 0;
  padding: 0;
  line-height: 1.25;
  margin-right: 1rem;
}
@media (min-width: 370px) {
  .project-spotlight-wrapper .ps-content-area .text-block-4 .details-button .button-wrap p {
    margin-right: 1.5rem;
  }
}
.project-spotlight-wrapper .ps-content-area .text-block-4 .details-button .button-wrap svg {
  display: block;
  height: 2.2rem;
  width: 2.2rem;
}
.project-spotlight-wrapper .ps-content-area .text-block-4 .details-button .button-wrap:hover a {
  background-color: #005c9b;
  border: 1px solid white;
}
.project-spotlight-wrapper .footer-image {
  grid-column: 1/-1;
  grid-row: -2/-1;
  display: flex;
}

@media (min-width: 700px) {
  .project-spotlight-wrapper .ps-title-block {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
  .project-spotlight-wrapper .ps-title-block h1 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #9adaf4;
  }
  .project-spotlight-wrapper .ps-title-block .blue-title-line {
    width: calc(50vw + 6rem);
    margin: -3px 0 0 -6rem;
    border-top: 3px solid #9adaf4;
  }
  .project-spotlight-wrapper .ps-content-area {
    grid-template-columns: 6rem 20fr 28fr 14fr 15fr 24fr 6rem;
    grid-template-rows: auto 6.25vw 26vw 11.2vw 9vw auto 60vw auto 20.5vw 13vw 20vw auto auto;
  }
  .project-spotlight-wrapper .ps-content-area h2 {
    font-size: 3.6rem;
  }
  .project-spotlight-wrapper .ps-content-area p {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-1 {
    grid-column: 2/7;
    grid-row: 1/2;
    margin-bottom: 3.6rem;
  }
  .project-spotlight-wrapper .ps-content-area .img-1a {
    grid-column: 1/6;
    grid-row: 2/5;
  }
  .project-spotlight-wrapper .ps-content-area .img-1b {
    grid-column: 4/7;
    grid-row: 3/4;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-2 {
    grid-column: 3/7;
    grid-row: 6/7;
  }
  .project-spotlight-wrapper .ps-content-area .diagonal-image-c {
    grid-column: 1/8;
    grid-row: 7/8;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-3 {
    grid-column: 2/7;
    grid-row: 8/9;
    margin-bottom: 3.6rem;
    position: relative;
    bottom: 3rem;
  }
  .project-spotlight-wrapper .ps-content-area .img-3d {
    grid-column: 2/5;
    grid-row: 9/11;
  }
  .project-spotlight-wrapper .ps-content-area .img-3f {
    grid-column: 3/7;
    grid-row: 10/12;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-4 {
    grid-column: 2/7;
    margin-top: 10.4vw;
    padding: 3rem;
    margin-bottom: -3.5rem;
    z-index: 9;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-4 .button-wrap {
    margin-top: 3rem;
  }
}
@media (min-width: 900px) {
  .project-spotlight-wrapper p {
    line-height: 2;
  }
  .project-spotlight-wrapper .ps-title-block {
    margin-bottom: 2.5rem;
  }
  .project-spotlight-wrapper .ps-content-area {
    grid-template-columns: 6rem 22fr 19fr 8.7fr 21.7fr 28.5fr 6rem;
    grid-template-rows: auto 20.8vw 20vw 6.9vw 5.8vw auto 52.4vw auto 7.4vw 20.4vw 6.7vw auto auto;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-1 {
    grid-column: 4/7;
    grid-row: 1/2;
    z-index: 1;
    margin-bottom: -12rem;
  }
  .project-spotlight-wrapper .ps-content-area .img-1a {
    grid-column: 1/6;
    grid-row: 2/4;
  }
  .project-spotlight-wrapper .ps-content-area .white-gradient-overlay::before {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.001) 20%, white 75%);
  }
  .project-spotlight-wrapper .ps-content-area .img-1b {
    grid-column: 5/7;
    grid-row: 3/5;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-2 {
    grid-column: 3/7;
    grid-row-start: 6;
  }
  .project-spotlight-wrapper .ps-content-area .diagonal-image-c {
    grid-column: 1/8;
    grid-row: 7/8;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-3 {
    grid-column: 2/6;
    grid-row: 8/9;
    bottom: 8rem;
    margin-bottom: -2rem;
  }
  .project-spotlight-wrapper .ps-content-area .img-3d {
    grid-column: 2/5;
    grid-row: 9/11;
  }
  .project-spotlight-wrapper .ps-content-area .img-3f {
    grid-column: 4/7;
    grid-row: 10/12;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-4 {
    grid-column: 2/6;
    margin-top: 7.5vw;
    margin-bottom: -10rem;
  }
}
@media (min-width: 1200px) {
  .project-spotlight-wrapper p {
    line-height: 1.6;
  }
  .project-spotlight-wrapper .ps-title-block {
    margin-top: 6rem;
    margin-bottom: 4.5rem;
  }
  .project-spotlight-wrapper .ps-title-block h1 {
    font-size: 3.2rem;
    padding-bottom: 2.1rem;
    border-bottom: 2px solid #9adaf4;
  }
  .project-spotlight-wrapper .ps-title-block .blue-title-line {
    width: calc(50vw + 14rem);
    margin: -4px 0 0 -14rem;
    border-top: 2px solid #9adaf4;
  }
  .project-spotlight-wrapper .ps-content-area {
    grid-template-columns: 14rem 25.5fr 13fr 7.6fr 17fr 7.5fr 29fr 14rem;
    grid-template-rows: auto 19.7vw 17.6vw 8vw 5vw auto 46.3vw auto 6.6vw 16.5vw 7.9vw auto auto;
  }
  .project-spotlight-wrapper .ps-content-area h2 {
    font-size: 4.6rem;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-1 {
    grid-column: 4/8;
    grid-row: 1/3;
    margin-bottom: 8rem;
  }
  .project-spotlight-wrapper .ps-content-area .img-1a {
    grid-column: 1/6;
    grid-row: 2/4;
    margin-top: 4rem;
  }
  .project-spotlight-wrapper .ps-content-area .img-1b {
    grid-column: 5/8;
    grid-row: 3/5;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-2 {
    grid-column: 3/8;
    grid-row: 6/7;
  }
  .project-spotlight-wrapper .ps-content-area .diagonal-image-c {
    grid-column: 1/9;
    grid-row: 7/8;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-3 {
    grid-column: 2/7;
    grid-row: 8/9;
  }
  .project-spotlight-wrapper .ps-content-area .img-3d {
    grid-column: 2/5;
    grid-row: 9/11;
  }
  .project-spotlight-wrapper .ps-content-area .img-3f {
    grid-column: 4/8;
    grid-row: 10/12;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-4 {
    grid-column: 2/6;
    margin-top: 6.9vw;
    margin-bottom: -10rem;
    padding: 5rem;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-4 .details-button .button-wrap {
    margin: 4rem 0 0;
  }
}
@media (min-width: 1700px) {
  .project-spotlight-wrapper .ps-title-block {
    margin-top: 8rem;
  }
  .project-spotlight-wrapper .ps-content-area {
    grid-template-columns: 14rem 32.3fr 13.7fr 7.2fr 7.6fr 7.9fr 31.2fr 14rem;
    grid-template-rows: 2.1vw auto 16vw 8.1vw 5.2vw auto 46vw auto 7vw 17.8vw 10.4vw auto auto;
  }
  .project-spotlight-wrapper .ps-content-area h2 {
    font-size: 6rem;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-1 {
    grid-column: 4/8;
    grid-row: 2/3;
  }
  .project-spotlight-wrapper .ps-content-area .img-1a {
    grid-column: 1/7;
    grid-row: 1/4;
  }
  .project-spotlight-wrapper .ps-content-area .white-gradient-overlay::before {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.001) 20%, white 80%);
  }
  .project-spotlight-wrapper .ps-content-area .img-1b {
    grid-column: 5/8;
    grid-row: 3/5;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-2 {
    grid-column: 3/8;
    grid-row: 6/7;
  }
  .project-spotlight-wrapper .ps-content-area .diagonal-image-c {
    grid-column: 1/9;
    grid-row: 7/8;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-3 {
    grid-column: 2/6;
    grid-row: 8/9;
    bottom: 12rem;
    margin-bottom: 1rem;
  }
  .project-spotlight-wrapper .ps-content-area .img-3d {
    grid-column: 2/4;
    grid-row: 9/11;
  }
  .project-spotlight-wrapper .ps-content-area .img-3f {
    grid-column: 3/8;
    grid-row: 10/12;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-4 {
    grid-column: 2/4;
    margin-top: 7.8vw;
    margin-bottom: -30rem;
    padding: 6rem;
  }
  .project-spotlight-wrapper .ps-content-area .text-block-4 h2.title-4 {
    font-size: 5.4rem;
  }
}
/**********************************************************
  Team Member Individual Page Styling
**********************************************************/
.single-person-page-wrapper {
  color: white;
}
.single-person-page-wrapper .single-person-header-section {
  font-family: "geo-thin", "serif";
  text-transform: uppercase;
  position: relative;
}
.single-person-page-wrapper .single-person-header-section .person-header-text {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1;
}
.single-person-page-wrapper .single-person-header-section .person-header-text > h2 {
  font-family: "geo", "serif";
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 6.2vw;
}
.single-person-page-wrapper .single-person-header-section .person-header-text > p {
  font-size: 4vw;
}
.single-person-page-wrapper .single-person-header-section .person-header-headshot {
  width: 100%;
}
.single-person-page-wrapper .person-favorite {
  position: relative;
  background-size: cover;
  background-position: center bottom;
}
.single-person-page-wrapper .person-tagline {
  padding: 1.5rem;
  font-size: 3vw;
}
.single-person-page-wrapper .single-person-details-section {
  display: grid;
  grid-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "bio                bio" "contact_info       favorite_proj" "contact_info       aquatic_insp" "first_tagline      favorite_hobby" "favorite_vacation  second_tagline" "bag                bag";
  grid-template-rows: auto calc((100vw - 6rem) / 2) calc((100vw - 6rem) / 2) calc((100vw - 6rem) / 2) calc((100vw - 6rem) / 2) auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  .single-person-page-wrapper .single-person-details-section {
    grid-gap: 16px;
  }
}
.single-person-page-wrapper .person-bio {
  grid-area: bio;
  font-family: "geo", "serif";
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 1.5rem;
  background-color: #0bb5dd;
}
.single-person-page-wrapper .person-contact-info {
  grid-area: contact_info;
  padding-top: 5vw;
  padding-left: 5vw;
  background-color: #005c9b;
}
.single-person-page-wrapper .person-contact-info .contact-info-heading,
.single-person-page-wrapper .person-contact-info .personality-heading {
  display: block;
  font-size: 4vw;
}
.single-person-page-wrapper .person-contact-info .personality-link {
  display: flex;
  margin-top: 3.2vw;
}
.single-person-page-wrapper .person-contact-info .personality-link svg {
  margin-right: 2rem;
}
.single-person-page-wrapper .person-contact-info .personality-link a {
  color: #fff;
  align-self: center;
  font-size: 3vw;
}
.single-person-page-wrapper .person-contact-info .personality-info {
  margin-top: 16%;
}
.single-person-page-wrapper .person-contact-info .personality-info .personality-bullets {
  padding-left: 1.8rem;
  font-size: 3vw;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.single-person-page-wrapper .favorite-project {
  grid-area: favorite_proj;
}
.single-person-page-wrapper .aquatic-inspiration {
  grid-area: aquatic_insp;
}
.single-person-page-wrapper .first-tagline {
  grid-area: first_tagline;
  background-color: #0bb5dd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-person-page-wrapper .favorite-hobby {
  grid-area: favorite_hobby;
  background-color: #0bb5dd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-person-page-wrapper .favorite-vacation {
  grid-area: favorite_vacation;
  background-color: #0bb5dd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-person-page-wrapper .second-tagline {
  grid-area: second_tagline;
  background-color: #0bb5dd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-person-page-wrapper .person-bag-desk {
  grid-area: bag;
  display: grid;
  grid-template-areas: "bag-text" "bag-image";
}
.single-person-page-wrapper .person-bag-desk .bag-desk-text {
  grid-area: bag-text;
  font-family: "geo", "serif";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 8vw;
  color: #0bb5dd;
  white-space: nowrap;
  justify-self: end;
}
.single-person-page-wrapper .person-bag-desk .bag-desk-photo.in-my-bag,
.single-person-page-wrapper .person-bag-desk .bag-desk-photo.on-my-desk {
  grid-area: bag-image;
  width: 100%;
  z-index: -1;
}
.single-person-page-wrapper .person-bag-desk .bag-desk-photo.in-my-bag {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 700px) {
  .single-person-page-wrapper .single-person-details-section {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "contact_info       bio             bio" "first_tagline      favorite_hobby  favorite_proj" "favorite_vacation  second_tagline  aquatic_insp" "bag                bag             bag";
    grid-template-rows: auto calc((100vw - 16rem) / 3) calc((100vw - 16rem) / 3) auto;
    margin-bottom: 0;
  }
  .single-person-page-wrapper .single-person-header-section .person-header-text {
    padding-top: 0.5rem;
    padding-left: 1rem;
  }
  .single-person-page-wrapper .single-person-header-section .person-header-text > h2 {
    font-size: 3vw;
  }
  .single-person-page-wrapper .single-person-header-section .person-header-text > p {
    font-size: 2vw;
  }
  .single-person-page-wrapper .person-bio {
    padding: 2rem;
    font-size: 2.4vw;
    line-height: 1.4;
  }
  .single-person-page-wrapper .person-contact-info {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .single-person-page-wrapper .person-contact-info .contact-info-heading,
  .single-person-page-wrapper .person-contact-info .personality-heading {
    font-size: 2.6vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-link {
    margin-top: 2.6vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-link svg {
    width: 4vw;
    height: 4vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-link a {
    font-size: 2.6vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-info {
    margin-top: 2.6rem;
  }
  .single-person-page-wrapper .person-contact-info .personality-info .personality-bullets {
    padding-left: 2rem;
    font-size: 2.6vw;
  }
  .single-person-page-wrapper .person-tagline {
    padding: 2rem;
    font-size: 1.8vw;
  }
  .single-person-page-wrapper .project-title p span {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .single-person-page-wrapper .person-bag-desk {
    grid-template-areas: "bag-image bag-image bag-text";
  }
  .single-person-page-wrapper .person-bag-desk .bag-desk-text {
    font-size: 4.2rem;
  }
  .single-person-page-wrapper .person-bag-desk .bag-desk-photo.in-my-bag {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 900px) {
  .single-person-page-wrapper .single-person-details-section {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "contact_info       bio               bio   favorite_proj" "contact_info       bio               bio   aquatic_insp" "first_tagline      favorite_hobby    bag   bag" "favorite_vacation  second_tagline    bag   bag";
    grid-template-rows: calc((100vw - 18rem) / 4) calc((100vw - 18rem) / 4) calc((100vw - 18rem) / 4) calc((100vw - 18rem) / 4);
    margin-bottom: 4rem;
  }
  .single-person-page-wrapper .person-bio {
    font-size: 1.7vw;
  }
  .single-person-page-wrapper .person-contact-info .contact-info-heading,
  .single-person-page-wrapper .person-contact-info .personality-heading {
    font-size: 2vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-link {
    margin-top: 2vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-link svg {
    width: 3vw;
    height: 3vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-link a {
    font-size: 2vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-info .personality-bullets {
    font-size: 2vw;
  }
  .single-person-page-wrapper .person-tagline {
    font-size: 1.4vw;
  }
  .single-person-page-wrapper .person-bag-desk {
    grid-template-areas: "bag-image";
  }
  .single-person-page-wrapper .person-bag-desk .bag-desk-text {
    grid-area: bag-image;
    align-self: end;
    justify-self: center;
  }
}
@media (min-width: 1200px) {
  .single-person-page-wrapper .single-person-header-section .person-header-text > h2 {
    font-size: 2.8vw;
  }
  .single-person-page-wrapper .single-person-header-section .person-header-text > p {
    font-size: 1.6vw;
  }
  .single-person-page-wrapper .single-person-details-section {
    margin-bottom: 8rem;
    grid-template-rows: calc((100vw - 40rem) / 4) calc((100vw - 40rem) / 4) calc((100vw - 40rem) / 4) calc((100vw - 40rem) / 4);
  }
  .single-person-page-wrapper .person-bio {
    padding-top: 2vw;
    padding-left: 2vw;
    font-size: 1.5vw;
    line-height: 1.4;
  }
  .single-person-page-wrapper .person-contact-info {
    padding-top: 2vw;
    padding-left: 2vw;
  }
  .single-person-page-wrapper .person-contact-info .contact-info-heading,
  .single-person-page-wrapper .person-contact-info .personality-heading {
    font-size: 1.8vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-link {
    margin-top: 1.2vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-link a {
    font-size: 1.6vw;
  }
  .single-person-page-wrapper .person-contact-info .personality-info {
    margin-top: 2.6rem;
  }
  .single-person-page-wrapper .person-contact-info .personality-info .personality-bullets {
    padding-left: 2vw;
    font-size: 1.4vw;
  }
  .single-person-page-wrapper .person-tagline {
    font-size: 1.4vw;
  }
  .single-person-page-wrapper .person-bag-desk .bag-desk-text {
    font-size: 3.8vw;
  }
  .single-person-page-wrapper .person-bag-desk .bag-desk-photo.in-my-bag {
    width: 95%;
    justify-self: center;
  }
}
@media (min-width: 1700px) {
  .single-person-page-wrapper .single-person-details-section {
    grid-gap: 4rem;
  }
  .single-person-page-wrapper .project-title {
    font-size: 2.4rem;
  }
  .single-person-page-wrapper .project-title p span {
    font-size: 22px;
  }
  .single-person-page-wrapper .project-title p {
    font-size: 18px;
  }
}
.no-img {
  background-color: #005c9b !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#image {
  animation: slide 1s linear infinite; /* adjust the duration (5s here) to your preference */
  height: 100%;
  width: 100%;
  object-fit: none;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(820px);
  } /* shifts the image by the difference between image width and viewport width */
  100% {
    transform: translateX(1640px);
  } /* shifts the image by the difference between image width and viewport width */
}
#container {
  overflow: hidden;
  display: inline-block;
  width: 546.6666666667px; /* maintains aspect ratio of the image */
}

#image-gif-container {
  max-width: 546.6666666667px;
  height: 407px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

#image-gif {
  width: 425px;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-position: 0% 0;
  animation: revealAnimation 2s infinite ease-in-out;
}

@keyframes revealAnimation {
  0% {
    background-position: 0% 0;
  }
  50% {
    background-position: 50% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
#person-hero {
  position: relative;
}
#person-hero #top-hero {
  background-size: cover;
  padding-top: 110px;
  position: relative;
}
#person-hero .section-with-padding, #person-hero .content-block-2 {
  position: relative;
}
#person-hero #bottom-hero {
  color: #001738 !important;
  padding-bottom: 110px;
  max-width: 60%;
}
#person-hero #image-gif-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 460px;
}

.person-contact-info {
  display: none;
}

.single-person-details-section {
  display: flex;
  flex-direction: row;
}

.single-person-page-wrapper .single-person-details-section {
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-areas: "first_tagline      favorite_hobby  favorite_proj" "favorite_vacation  second_tagline  aquatic_insp" !important;
  grid-template-rows: repeat(2, 390px) !important;
}

.person-bag-desk {
  max-width: 50%;
}

#top-hero h2 {
  font-size: 48px;
  text-transform: capitalize;
}
#top-hero h3 {
  margin-top: 12px;
  text-transform: capitalize;
}

.single-person-page-wrapper {
  grid-area: main;
}

#person-hero-social {
  margin-top: 62px;
  padding-bottom: 32px;
}
#person-hero-social a {
  color: white;
  text-transform: capitalize;
  margin-right: 42px;
}
#person-hero-social i {
  z-index: 2;
  position: relative;
  margin-right: 8px;
}
#person-hero-social i::before {
  z-index: 2;
  position: relative;
  color: #005c9b;
}
#person-hero-social a i::after {
  content: "⬢";
  color: #0bb5dd;
  font-size: 50px;
  position: absolute;
  left: -8px;
  top: -21px;
  height: auto;
  z-index: 0;
}

#bottom-hero {
  margin-top: 36px;
}
#bottom-hero p {
  text-transform: none;
  font-family: "geo", "serif";
  font-size: 16px;
  line-height: 1.7;
}

.single-person-page-wrapper .project-title {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 22px;
}

#person-footer {
  display: flex;
  align-items: flex-start;
}

#person-footer > div {
  width: 50%;
}

.single-person-page-wrapper .related-content-section .related-content-title {
  font-size: 48px;
  margin-bottom: 25px;
  color: #001738;
  padding-top: 0px;
  text-transform: capitalize;
  line-height: 1.25;
}

.single-people #page {
  grid-template-areas: "header" "main" "footer";
}

/* CONTACT */
@media (max-width: 699px) {
  .contact-wrapper section .location-info {
    margin-left: 0;
  }
}

@media (max-width: 699px) {
  .contact-wrapper section {
    grid-template-areas: "contact-form" "location-info";
    padding-top: 0;
    padding-bottom: 100px;
  }
}

/* FIRM */
@media (max-width: 1200px) {
  #firm-second-section {
    margin-top: 0;
  }
  #firm-second-section-gallery {
    width: 100%;
    margin-top: 16px;
  }
  #milestones-timeline ul {
    padding: 0;
  }
  #milestones {
    margin-top: 32px;
  }
}
/* TEAM */
@media (max-width: 1200px) {
  #person-hero #image-gif {
    width: 55%;
    margin-right: 20px;
    margin-left: auto;
  }
  #person-hero #image-gif-container {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .person-bag-desk {
    max-width: 100%;
    mix-blend-mode: darken;
  }
  #person-footer {
    flex-wrap: wrap;
  }
  #person-footer > div {
    width: 100%;
  }
}
@media (max-width: 699px) {
  #person-hero #image-gif-container {
    top: unset;
    bottom: -110px;
    height: 260px;
  }
  #person-hero #image-gif {
    width: 100%;
  }
  #person-hero #top-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #person-hero #bottom-hero {
    width: 100%;
    max-width: 100%;
    margin-top: 56px;
    padding-bottom: 46px;
  }
  .single-person-page-wrapper .single-person-details-section {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-areas: "first_tagline" "favorite_hobby" "favorite_proj" "favorite_vacation" "second_tagline" "aquatic_insp" !important;
    grid-template-rows: repeat(6, 390px) !important;
  }
  #frontpage-footer-banner h3 {
    font-size: 20px;
  }
}
/* Process */
@media (max-width: 1200px) {
  #pre-design-section #pre-design-summary-images img {
    width: 100%;
    margin-left: 0;
  }
  #pre-design-section #pre-design-summary, .overflowed-section .text-container {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .overflowed-section .images-container {
    position: relative;
    width: 100%;
    margin-left: 0 !important;
    transform: unset;
  }
  .overflowed-section .images-container > img {
    margin-left: 0 !important;
  }
  #post-design-first-section #post-design-summary-images img {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
/* Home */
@media (max-width: 1200px) {
  #difference {
    display: block !important;
    padding-top: 50px;
    background-image: unset !important;
  }
  dialog .right-arrow {
    right: -12px;
  }
  dialog .left-arrow {
    left: 4px;
  }
  #frontpage-footer-banner svg {
    display: none;
  }
  #hero-template::before, #process-hero::before {
    display: none;
  }
  .slick-dots li,
  #front-page-hero .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 14px !important;
  }
  #difference .section-with-padding .text-container, #difference .content-block-2 .text-container {
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px !important;
  }
  #difference .section-with-padding, #difference .content-block-2 {
    flex-direction: column-reverse;
  }
  .related-content-section .related-content-title {
    margin-top: 0;
  }
  .front-page-wrapper .sub-sectors-grid a:nth-child(3) .titlebar-with-overlay::after, .front-page-wrapper .sub-sectors-grid a:nth-child(5) .titlebar-with-overlay::after, .front-page-wrapper .sub-sectors-grid a:nth-child(11) .titlebar-with-overlay::after,
  .front-page-wrapper .sub-sectors-grid a:nth-child(1) .titlebar-with-overlay::after, .front-page-wrapper .sub-sectors-grid a:nth-child(7) .titlebar-with-overlay::after, .front-page-wrapper .sub-sectors-grid a:nth-child(9) .titlebar-with-overlay::after {
    background: #005c9b;
    opacity: 1;
  }
  .site-map ul.sub-menu {
    display: none !important;
  }
  .menu > .menu-item,
  footer .footer-content .site-map .menu-mobile_main_nav-container > ul:not(.sub-menu) > li:nth-child(-n+4) {
    margin: 0;
  }
  .grid-bg {
    background-size: contain;
  }
  .front-page-wrapper .sub-sectors-grid {
    grid-gap: 20px;
  }
  #front-page-hero .spotlight-gallery-images .slide-caption {
    padding-right: 20px !important;
    text-align: right;
    max-width: 65vw;
    font-size: 12px !important;
    padding-left: 8px !important;
  }
  .home #page {
    grid-template-areas: "header" "hero" "main" "mainfooter" "footer";
  }
  .home #page .front-page-wrapper {
    grid-area: main;
  }
  #frontpage-footer-banner .absolute-bg {
    object-fit: cover;
  }
  #wprmenu_bar {
    background: #001738;
  }
  #front-page-hero .slide-title {
    font-size: 32px !important;
  }
  #front-page-hero .spotlight-gallery, #front-page-hero .spotlight-gallery-images img {
    height: 60vh;
  }
  #front-page-hero .slide-title {
    bottom: 50px;
  }
  #front-page-hero .slick-dots {
    bottom: 20px;
  }
  .front-page-wrapper h2.featured-content-title {
    font-size: 32px;
  }
  .front-page-wrapper h2.featured-content-title {
    margin-bottom: 25px;
  }
  .front-page-wrapper .big4-market-sector-grid {
    grid-auto-rows: 200px !important;
  }
  .big4-market-sector-grid, .sub-sectors-grid {
    display: grid !important;
  }
  #expanding-grid, #difference {
    display: none;
  }
  .front-page-wrapper {
    padding: 0;
  }
  .front-page-slide-divider {
    margin-top: 0px;
  }
  #frontpage-footer-banner .absolute-bg {
    width: auto;
  }
  #market-sectors + .section-with-padding, #market-sectors + .content-block-2 {
    margin-top: 50px;
  }
}
@media (max-width: 699px) {
  .front-page-wrapper {
    padding: 0;
  }
  .front-page-slide-divider {
    margin-top: 0px;
  }
  #frontpage-footer-banner .absolute-bg {
    width: auto;
  }
  #market-sectors + .section-with-padding, #market-sectors + .content-block-2 {
    margin-top: 50px;
  }
}
/* Projects */
@media (max-width: 1200px) {
  .project-filter #project-filter {
    grid-template-columns: 1fr !important;
  }
  .column {
    flex: 0 0 calc(50% - 8px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .column .hover-overlay img {
    margin-bottom: 0;
  }
  .column:nth-child(3) {
    flex: 0 0 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
  .column:nth-child(3) .backshadow.hover-overlay, .column:nth-child(3) .hover-overlay.lightblue-offset, .column:nth-child(3) .hover-overlay.wpcf7-form-control, .column:nth-child(3) .blog-no-image img.hover-overlay, .blog-no-image .column:nth-child(3) img.hover-overlay, .column:nth-child(3) .year-li img.hover-overlay, .year-li .column:nth-child(3) img.hover-overlay, .column:nth-child(3) .project-related-content .related-content-section .hover-overlay.zoom, .project-related-content .related-content-section .column:nth-child(3) .hover-overlay.zoom, .column:nth-child(3) .single-person-page-wrapper .hover-overlay.person-favorite, .single-person-page-wrapper .column:nth-child(3) .hover-overlay.person-favorite, .column:nth-child(3) .single-person-page-wrapper .hover-overlay.person-tagline, .single-person-page-wrapper .column:nth-child(3) .hover-overlay.person-tagline {
    width: calc(50% - 8px);
  }
  .container {
    flex-wrap: wrap;
  }
  .related-content-grid.project-team-grid {
    flex-wrap: wrap;
  }
  .related-content-grid.project-team-grid div {
    flex: 0 0 100% !important;
  }
  .related-content-grid.project-team-grid a {
    min-height: 230px;
  }
}
/* GENERAL */
@media (max-width: 1200px) {
  h1 {
    font-size: 22px !important;
  }
}
@media (max-width: 1200px) {
  .single-people #page,
  #page {
    grid-template-rows: auto auto;
    grid-template-areas: "header" "main" "footer";
  }
}
.social-icon svg g {
  fill: #0bb5dd;
}

.news-signup p, .menu-item a {
  text-transform: capitalize !important;
}

header {
  padding: 5px 0;
}

header #main-navigation ul li, header .logo {
  height: auto;
  margin-bottom: 0;
}

.slick-cloned {
  opacity: 0.3;
}

.zoom {
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: bottom !important;
  background-size: 100% !important;
  background: transparent !important;
  position: relative;
  overflow: hidden;
}
.zoom img {
  position: absolute;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.zoom:hover img {
  transform: scale(1.15);
}

.zoom > div::before {
  transition: all 0.3s;
  background-size: 100% !important;
  background-position: bottom center !important;
}

.zoom:hover, .zoom:hover > div::before {
  background-size: 110% !important;
}

.single-default .project-title,
.blog-with-image .project-title,
.content-block .project-title,
.highlight-wide:not(.blog-with-image) .project-title,
.highlight-tall:not(.blog-with-image) .project-title,
.zoom:not(.blog-with-image) .project-title {
  text-align: center;
  width: 100% !important;
  display: inline-block !important;
  font-family: "geo-med", "serif" !important;
  font-weight: normal !important;
  filter: drop-shadow(5px 6px 16px rgba(0, 0, 0, 0.55));
}
@media (max-width: 699px) {
  .single-default .project-title,
  .blog-with-image .project-title,
  .content-block .project-title,
  .highlight-wide:not(.blog-with-image) .project-title,
  .highlight-tall:not(.blog-with-image) .project-title,
  .zoom:not(.blog-with-image) .project-title {
    font-size: 12px !important;
  }
}

.blog-with-image .blog-info + .project-title {
  text-align: left !important;
}

.slick-dots li button:before {
  content: "○";
  font-size: 20px !important;
}

.slick-dots li.slick-active button:before {
  content: "•";
  font-size: 30px !important;
}

iframe {
  max-width: 130%;
}

ul {
  padding-inline-start: 0 !important;
  margin-block-start: 0;
  margin-left: 18px;
}

/* FOOTER */
@media (max-width: 1200px) {
  .footer-content {
    flex-direction: column-reverse;
  }
  footer .footer-content .misc-container {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-evenly;
  }
  footer .footer-content .social,
  footer .footer-content .logo {
    width: 40%;
    margin: 0;
    flex: 10%;
  }
  footer .footer-content .misc-container {
    width: 100%;
    margin-bottom: 50px;
  }
}
/* Utils */
@media (max-width: 1200px) {
  .zoom {
    background-size: cover !important;
  }
}
/* BLOG */
@media (max-width: 1200px) {
  .wrapper-blog-index .blog-filter #blog-filter .filter-btn {
    margin-top: 0;
  }
}
@media (max-width: 699px) {
  .wrapper-blog-index .blog-filter #blog-filter {
    grid-template-columns: 1fr;
  }
  .wrapper-blog-index .blog-filter #blog-filter select {
    padding: 10px;
  }
  .wrapper-blog-index .blog-filter #blog-filter {
    grid-template-areas: "label" "filters";
  }
}
/* MARKET SECTORS */
@media (max-width: 1200px) {
  #second-ms-section .second-text-block,
  #fifth-ms-section .fifth-text-block {
    margin: 0;
    max-width: 100%;
  }
  #first-ms-section .first-text-block, #fourth-ms-section .fourth-text-block {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  #first-ms-section, #fourth-ms-section {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 20px 0;
    padding-top: 20px !important;
  }
  #fourth-ms-section img {
    max-height: 220px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.25) !important;
  }
  main, .main {
    margin-top: 0;
  }
  #second-ms-section, #fifth-ms-section {
    margin-top: 0;
    background-size: 500px !important;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
    min-height: unset !important;
  }
  #fifth-ms-section {
    background-position: bottom !important;
  }
  #second-ms-section::before, #fifth-ms-section::before {
    height: auto;
  }
  #second-ms-section .section-with-padding, #second-ms-section .content-block-2 {
    margin-bottom: 10px !important;
  }
  #third-ms-section {
    margin-top: -100px !important;
    flex-direction: column-reverse;
  }
  #third-ms-section .third-image {
    max-height: 200px;
  }
  .overflowed-section .images-container img {
    max-height: 200px !important;
  }
  .overflowed-section .images-container img:first-child {
    margin-right: 12px !important;
  }
  #fifth-ms-section {
    margin-top: 0;
  }
  #fifth-ms-section .section-with-padding, #fifth-ms-section .content-block-2 {
    margin-bottom: 150px;
    margin-top: 5px;
  }
}
/* MISC */
@media (max-width: 1200px) {
  .image-wrapper, #process-hero {
    margin-left: -2px;
  }
  .image-wrapper::before, #process-hero::before {
    bottom: -2px !important;
    width: 100% !important;
    height: 235px !important;
  }
  /* OUR FIRM */
  #milestones-timeline .year-li.odd img {
    padding: 80px 0;
    object-fit: cover;
    box-shadow: unset !important;
  }
  .year-li.even > img {
    padding: 110px 0;
    object-fit: cover;
    box-shadow: unset !important;
  }
  .three-columns > *:nth-child(1), .two-columns > *:nth-child(1) {
    margin-right: 0;
  }
  #firm-second-section-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
  }
  #firm-second-section-gallery img {
    max-height: 300px;
  }
  #milestones-summary {
    padding: 0;
  }
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }
  /* OUR PROCESS */
  #process-hero-content, #pre-design-section, #engineering, #post-design-first-section {
    padding: 0 0;
  }
  #pre-design-section #pre-design-first-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #process-hero-count {
    padding-bottom: 36px;
    margin-top: 0;
  }
  #process-hero h1 {
    padding-top: 20px;
  }
  .image-wrapper::before, #process-hero::before {
    display: none;
  }
  #pre-design-second-section .media-container,
  #pre-design-section #pre-design-summary {
    margin-right: 0;
  }
  .mobile-flex {
    max-width: 100%;
  }
  #process-hero h1 {
    margin-bottom: 0;
  }
  /* Market Sectors */
  #first-ms-section .first-image {
    max-width: 100%;
  }
  #third-ms-section,
  #fourth-ms-section {
    margin: 0px;
  }
  .project-details-wrapper article main + .section-with-padding, .project-details-wrapper article main + .content-block-2 {
    padding: 0;
    margin: 0;
  }
  .mobile-flex,
  .project-related-content .related-content-sections,
  .project-related-content .related-content-section,
  article.project {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .blog-post-wrapper .related-content-section .related-content-grid a {
    max-width: 100%;
    width: 100%;
  }
  /* HOME VIDEO */
  #difference-video iframe {
    max-width: 100%;
    max-height: 100%;
  }
  #person-hero-social {
    flex-direction: column;
    display: flex;
  }
  #person-hero-social > * {
    margin-bottom: 8px;
  }
  #milestones, #milestones-timeline {
    margin-top: 50px;
  }
}
#mobile-timeline {
  display: none !important;
}
@media (max-width: 699px) {
  #mobile-timeline {
    display: grid !important;
  }
}

@media (max-width: 699px) {
  #desktop-timeline {
    display: none !important;
  }
}

@media (max-width: 699px) {
  .milestone-divider {
    margin-left: 0;
    margin-left: -50px;
  }
  .milestone-divider .milestone-divider-horizontal-line {
    width: 50%;
    transform: translate(90%, -50%);
    top: 44px;
  }
  .milestone-divider .milestone-divider-circle {
    top: 44px;
  }
  #milestones-timeline .year-summary {
    max-height: unset;
  }
  #milestones-timeline .year-li.odd img {
    padding: 40px 0;
  }
  .year-li {
    grid-template-columns: 1fr 3fr;
    overflow: visible;
  }
}
@media (max-width: 1200px) {
  .project-details-wrapper .project-attributes {
    margin-left: 0;
  }
  .project-details-wrapper article main + .section-with-padding, .project-details-wrapper article main + .content-block-2 {
    margin-top: 16px;
  }
  .related-content-grid.project-team-grid {
    justify-content: space-between;
  }
  .related-content-grid.project-team-grid div {
    flex: 0 0 calc(50% - 8px) !important;
  }
  .related-content-grid.project-team-grid a {
    min-height: 150px;
    height: 150px;
  }
  .related-content-grid.project-team-grid div {
    margin-bottom: 0;
  }
  #pre-design-section #pre-design-summary-images {
    justify-content: space-between;
  }
  #pre-design-section #pre-design-summary-images img {
    width: 48% !important;
    height: 200px;
  }
  #pre-design-second-section {
    margin-top: 70px;
  }
  #pre-design-third-section,
  #engineering-second-row,
  #post-design-second-section {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #pre-design-third-section img,
  #engineering-second-row img,
  #post-design-second-section img {
    width: 48% !important;
    height: 150px !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #engineering-third-row .images-container,
  #engineering-summary-image,
  #post-design-summary-images {
    height: 200px;
    position: relative;
    overflow: visible;
  }
  #engineering-third-row .images-container img,
  #engineering-summary-image img,
  #post-design-summary-images img {
    max-height: 200px !important;
    position: absolute;
    min-width: 110vw !important;
    width: 110vw !important;
    margin: 0% !important;
    right: 0;
    left: -12%;
  }
  #engineering-second-row,
  #engineering-third-row {
    margin-top: 48px;
  }
}
@media (max-width: 1200px) {
  .project-filter #project-filter .filter-btn select {
    padding-left: 0;
  }
  .project-filter #project-filter .filter-btn + .filter-btn {
    margin-left: 0;
  }
  .project-details-wrapper .project-info {
    margin-top: 40px;
  }
  .column .hover-overlay {
    margin-top: 16px;
  }
  #process-hero-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .milestone-divider {
    margin-right: 28px;
  }
  #milestones-timeline {
    margin-bottom: 50px;
  }
  .logo-section .logo-header {
    margin-top: 20px;
  }
  .logo-section {
    margin-bottom: 0;
    margin-bottom: 40px;
  }
  .associations .associations-list .assoc-logo {
    height: 70px;
  }
  .development-partners .dev-partners-list .dev-partner-logo {
    height: 100%;
    width: 25%;
  }
  .logo-section ul {
    align-items: center;
  }
  #hero-title-container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #hero-title-container p {
    text-align: center;
    line-height: unset;
  }
  #hero-title-container p:last-child {
    font-size: 18px !important;
  }
  .blog-post-wrapper .quote-banner .quote-title {
    font-size: 20px !important;
  }
  .related-content-section {
    padding-top: 40px;
  }
  .image-wrapper {
    padding-top: 60px;
  }
  .contact-wrapper section .contact-form label {
    font-size: 20px !important;
  }
  .contact-wrapper section .contact-form {
    margin-right: 0 !important;
  }
  .contact-wrapper section .contact-form .wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .location-info {
    margin-bottom: 100px;
  }
  .image-wrapper::before {
    width: 97% !important;
    bottom: -10px !important;
  }
  #second-ms-section .section-with-padding, #second-ms-section .content-block-2 {
    margin-top: 200px;
  }
  #fifth-ms-section {
    margin-bottom: -2px;
  }
  #fifth-ms-section .section-with-padding, #fifth-ms-section .content-block-2 {
    margin-bottom: 200px;
  }
  #second-ms-section, #fifth-ms-section {
    background-size: auto 270px !important;
  }
  .front-page-wrapper .sub-sectors-grid a.mobile-no-bgimage:nth-last-child(2) {
    grid-row: 1;
    grid-column: 1;
  }
  .associations {
    margin-top: -30px;
  }
}
/* TABLET STYLES */
@media (min-width: 699px) and (max-width: 1199px) {
  #process-hero-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #hero-template #top-bg-image {
    width: 140%;
  }
  #hero-template .section-with-padding, #hero-template .content-block-2 {
    padding-left: 5%;
  }
  .related-content-grid.project-team-grid div {
    flex: 0 0 calc(33% - 24px) !important;
  }
  #hero-template {
    height: 50vh;
    margin-top: -40px;
    padding-top: 0;
    text-align: left;
  }
  #hero-template #hero-title-container {
    max-width: 90%;
  }
  .project-details-wrapper .project-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .related-content-grid.project-team-grid,
  .related-content-section .related-content-grid {
    grid-gap: 24px;
    max-width: 100% !important;
  }
  #pre-design-section #pre-design-first-section {
    margin-top: 100px;
  }
  .related-content-section a {
    height: 230px;
  }
  .project-details-wrapper .project-attributes {
    margin-left: 32px;
  }
  .related-content-grid.project-team-grid {
    justify-content: flex-start;
  }
  .related-content-grid.project-team-grid a {
    min-height: 230px;
  }
  #pre-design-section #pre-design-summary,
  #engineering-first-row {
    margin-bottom: 150px;
  }
  #pre-design-third-section img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #pre-design-section #pre-design-summary-images img,
  #pre-design-third-section img,
  #engineering-second-row img,
  #post-design-second-section img {
    height: 300px !important;
  }
  #engineering-summary,
  #post-design-summary {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  #hero-title-container p {
    text-align: left;
  }
  .post-type-archive-people #hero-template {
    height: 60vh;
    padding-bottom: 0px !important;
  }
  #person-hero #top-hero {
    padding-top: 40px;
  }
  #person-hero #bottom-hero {
    max-width: 100%;
  }
  #person-footer {
    margin-top: 50px;
  }
  .person-tagline > h2.fz-40, .person-tagline > h2 {
    font-size: 30px !important;
  }
  #hero-template #top-bg-image iframe {
    transform: unset;
  }
  .page-template-single-our-firm-php #hero-template .backshadow, .page-template-single-our-firm-php #hero-template .lightblue-offset, .page-template-single-our-firm-php #hero-template .wpcf7-form-control, .page-template-single-our-firm-php #hero-template .blog-no-image img, .blog-no-image .page-template-single-our-firm-php #hero-template img, .page-template-single-our-firm-php #hero-template .year-li img, .year-li .page-template-single-our-firm-php #hero-template img, .page-template-single-our-firm-php #hero-template .project-related-content .related-content-section .zoom, .project-related-content .related-content-section .page-template-single-our-firm-php #hero-template .zoom, .page-template-single-our-firm-php #hero-template .single-person-page-wrapper .person-favorite, .single-person-page-wrapper .page-template-single-our-firm-php #hero-template .person-favorite, .page-template-single-our-firm-php #hero-template .single-person-page-wrapper .person-tagline, .single-person-page-wrapper .page-template-single-our-firm-php #hero-template .person-tagline {
    box-shadow: unset !important;
  }
  #hero-template #top-bg-image {
    width: 100% !important;
    position: relative !important;
  }
  .contact-wrapper section .location-info {
    margin-left: auto;
    margin-right: 16px;
  }
  .related-content-section a {
    height: 300px;
  }
}
@media (max-width: 699px) {
  #firm-first-section > .square-image,
  #firm-second-section-gallery img {
    max-height: 160px !important;
    height: 160px !important;
  }
  #firm-second-section-gallery {
    grid-auto-rows: 160px;
  }
}
@media (min-width: 699px) and (max-width: 1199px) {
  #second-ms-section, #fifth-ms-section {
    background-size: auto 100vw !important;
  }
  .image-wrapper::before, #process-hero::before {
    background-position: right;
  }
  footer {
    padding: 30px;
  }
  footer .footer-content .social, footer .footer-content .logo {
    margin-right: 30px;
  }
  .first-text-block, .first-image {
    margin-top: 50px !important;
  }
}
@media (max-width: 1200px) {
  #hero-template {
    min-height: 70vh;
  }
}
@media (max-width: 699px) {
  #hero-template {
    min-height: auto;
    padding-top: 10px;
  }
}
.sm-logo {
  height: 70px !important;
}

#primary {
  min-height: 100%;
}

.numbered-section::before {
  color: #D5F2F7;
  z-index: -1;
}

.pre-design-item-list p,
.engineering-item-list p,
.post-design-item-list p {
  color: #005c9b;
}

#frontpage-footer-banner {
  background-size: cover;
}

.summary-title {
  color: #005c9b;
}

.wrapper-blog-index #blog-content .blog-header {
  margin-bottom: 12px;
}

.blog-post-wrapper .quote-banner .quote-title span {
  font-weight: normal;
}

.blog-post-wrapper .button-wrap .prev-post p,
.blog-post-wrapper .button-wrap .next-post p {
  text-transform: capitalize;
  line-height: 1;
}
.blog-post-wrapper .button-wrap .prev-post p::after,
.blog-post-wrapper .button-wrap .next-post p::after {
  content: "";
}

.process-wrapper .text-container p strong {
  font-weight: normal;
}

.content-block-2 {
  margin: 5.5rem 0;
}

article.project {
  margin-bottom: 150px;
}

.wrapper-blog-index #load-more-recent-posts {
  margin-top: 80px;
}
@media (max-width: 699px) {
  .wrapper-blog-index #load-more-recent-posts {
    margin-bottom: 80px;
  }
}

#search-results-container {
  margin-top: 100px;
  margin-bottom: 50px;
}

.hero-social svg {
  max-width: 25px;
  vertical-align: middle;
}

.slick-prev, .slick-next {
  filter: brightness(0.5);
  width: 30px;
  height: 30px;
}

.content-block-2, .quote-banner, .content-block-3 {
  margin: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

textarea, input {
  font-size: 16px !important;
}

#nav-header {
  padding-left: 2.5%;
  padding-right: 2.5%;
  z-index: 100;
}

#wprmenu_menu_ul {
  padding-top: 20px;
}

* {
  -webkit-font-smoothing: antialiased;
}

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