a {
  color: #383739;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #383739;
  text-decoration: underline;
}
a.no-underline {
  text-decoration: none;
}
a.no-underline:hover {
  text-decoration: none;
}
.white {
  color: #fff;
}
.dark-grey {
  color: #666666;
}
.dark-green {
  color: #187469;
}
.dark-blue {
  color: #1f4471;
}
.green {
  color: #00806d;
}
.grey {
  color: #838383;
}
.black {
  color: #050505;
}
.dark-grey {
  color: #393939;
}
.logo-type {
  font-size: 38px;
  margin-bottom: 0;
  font-family: 'Barlow Condensed', sans-serif;
}
.h1,
h1 {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 15px;
}
.h2,
h2 {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .h2,
  h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.h3,
h3 {
  font-size: 20px;
  font-weight: 500 !important;
}
.h4,
h4 {
  font-size: 18px;
  font-weight: 500 !important;
}
h1,
.h1,
h2,
.h2 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
}
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.thinner {
  font-weight: 300;
}
.hero-box h1 {
  font-size: 140px;
  color: #fff;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 100;
  text-shadow: 1px 1px 2px #000;
  line-height: 140px;
  letter-spacing: 3px;
}
.hero-box h2 {
  font-size: 32px;
  letter-spacing: 3.5px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
  font-weight: 300;
  padding-bottom: 32px !important;
  border-bottom: solid 1px #fff;
  width: fit-content;
  margin: 0 auto 30px auto !important;
}
.hero-box p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  max-width: 920px;
}
@media screen and (max-width: 767px) {
  .hero-box p {
    width: 100%;
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .hero-box h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-box h2 {
    font-size: 22px;
    max-width: 220px;
    margin: 25px auto 40px auto;
    margin-bottom: 40px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .hero-box p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    font-weight: 300;
  }
}
.back-link {
  color: #383739;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.homepage-wrapper {
  background-color: #fcfcfc;
}
.hero-box {
  background: url(../img/home-bg-lg-v3.jpg);
  background-repeat: repeat;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  position: relative;
  padding-bottom: 24px;
}
.hero-box:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.81);
}
@media screen and (max-width: 767px) {
  .hero-box {
    background-position: center;
    background-size: cover;
    height: calc(100vh - 60px);
  }
}
.hero-box-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(top, #187469 0%, #1f4471 100%);
  background: -webkit-linear-gradient(top, #187469 0%, #1f4471 100%);
  background: linear-gradient(to bottom, #187469 0%, #1f4471 100%);
}
.hero-box .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 640px;
}
@media screen and (max-width: 767px) {
  .hero-box .headline .row.margin-top {
    margin-top: -18%;
  }
}
.home-columns {
  padding-top: 40px;
}
.home-column-content {
  margin-top: -114px;
}
.statement {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  width: 90%;
  padding: 46px 16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .statement {
    width: 100%;
  }
}
.statement p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
/*.home-project-container {
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-top:32px;
    padding-top:32px;
    border-top:solid 2px #e8e8e8;
    width:100%;
    h2 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size:2.5rem;
        margin-bottom:10px;
        color: #1f4471;
    }
    .subhead {
        margin-bottom: 14px;
        font-size: 18px;
        line-height:24px;
        font-weight: 500;
        color:#00806d;
        @media screen and (max-width: 767px) {
            max-width: 90%;
            margin: 0 auto 14px auto;
        }
    }
    p {
        font-size:1.1rem;
        line-height:1.6rem;
        margin-bottom:20px;
        @media screen and (max-width: 767px) {
            max-width: 90%;
            margin: 0 auto 20px auto;
        }
    }
    .text-box {
        width:50%;
        max-width: 394px;
        margin-top:-20px;
        @media screen and (max-width: 767px) {
            margin: 0 auto;
            text-align:center;
            width:100%;
            max-width:360px;
        }
    }
    .image-box {
        width:50%;
        height:420px;
        display:flex;
        align-items:center;
        justify-content: center;
        img {
            max-width: 100%;
            height: auto;
            max-height: 380px;
        } 
        @media screen and (min-width: 768px) and (max-width: 991px) {
            width:46%;
        }
        @media screen and (max-width: 767px) {
            margin: 28px auto 20px auto;
            width:90%;
            img {
                height: auto;
                max-height: initial; 
            }
            .tall-img {
                width:60%;
            }
        }
    }
    .learn-more-button {
        border: solid 1px #000;
        border-radius: 3px;
        font-size: 1rem;
        line-height: 34px;
        width: 100%;
        max-width: 160px;
        text-align: center;
        font-weight: 600;
        &:hover {
            background:#000;
            color:#fff;
        }
        @media screen and (max-width: 767px) {
            margin: 0 auto;
        }
    }
    @media screen and (max-width: 767px) {
        display:block;
        .image-box {
            height:auto;
            img {
                height:auto;
                width:100%;
            } 
        }
    }
    &:hover {
        text-decoration: none;
    }
}*/
.no-border {
  border-top: none;
  margin-top: 0;
}
.home-show-mobile {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .home-show-mobile {
    display: flex !important;
  }
}
.home-hide-mobile {
  display: flex !important;
}
@media screen and (max-width: 960px) {
  .home-hide-mobile {
    display: none !important;
  }
}
.twenty-twenty-five-layout {
  width: 100%;
}
.twenty-twenty-five-layout .home-project-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .twenty-twenty-five-layout .home-project-container {
    display: block;
  }
}
.twenty-twenty-five-layout .home-project-container .text-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.twenty-twenty-five-layout .home-project-container .text-box.right {
  justify-content: flex-start;
}
.twenty-twenty-five-layout .home-project-container .text-box.right .content {
  padding-left: 20%;
}
.twenty-twenty-five-layout .home-project-container .text-box .content {
  width: 90%;
  max-width: 432px;
}
.twenty-twenty-five-layout .home-project-container .text-box .content div {
  max-width: 320px;
}
@media screen and (max-width: 960px) {
  .twenty-twenty-five-layout .home-project-container .text-box .content div {
    margin: 0 auto;
  }
}
.twenty-twenty-five-layout .home-project-container .text-box .content h2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}
.twenty-twenty-five-layout .home-project-container .text-box .content .subhead {
  font-family: 'Inter Tight', sans-serif;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .twenty-twenty-five-layout .home-project-container .text-box .content .subhead {
    margin: 0 auto 14px auto;
  }
}
.twenty-twenty-five-layout .home-project-container .text-box .content p {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .twenty-twenty-five-layout .home-project-container .text-box .content p {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 960px) {
  .twenty-twenty-five-layout .home-project-container .text-box .content {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 960px) {
  .twenty-twenty-five-layout .home-project-container .text-box {
    width: 100%;
    justify-content: center;
  }
  .twenty-twenty-five-layout .home-project-container .text-box.right {
    justify-content: center;
  }
  .twenty-twenty-five-layout .home-project-container .text-box.right .content {
    padding-left: 0;
  }
}
.twenty-twenty-five-layout .home-project-container .text-box .learn-more-button {
  border: solid 1px #000;
  border-radius: 1px;
  font-size: 16px;
  height: 42px;
  line-height: 40px;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 200px;
  text-align: center;
  font-weight: 500;
  display: block;
  color: #000;
  background: #fff;
}
.twenty-twenty-five-layout .home-project-container .text-box .learn-more-button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .twenty-twenty-five-layout .home-project-container .text-box .learn-more-button {
    margin: 0 auto;
  }
}
.twenty-twenty-five-layout .home-project-container .image-box {
  width: 50%;
  display: flex;
  align-items: center;
  height: 380px;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.968);
}
@media screen and (max-width: 767px) {
  .twenty-twenty-five-layout .home-project-container .image-box {
    height: 280px !important;
  }
}
.twenty-twenty-five-layout .home-project-container .image-box.p1 {
  background-image: url('../img/homepage/p1-bg3.jpg');
}
.twenty-twenty-five-layout .home-project-container .image-box.p1a {
  background-image: url('../img/homepage/p1a-bg3.jpg');
}
.twenty-twenty-five-layout .home-project-container .image-box.p2 {
  background-image: url('../img/homepage/p2-bg3.jpg');
}
.twenty-twenty-five-layout .home-project-container .image-box.p3 {
  background-image: url('../img/homepage/p3-bg3.jpg');
}
.twenty-twenty-five-layout .home-project-container .image-box.p4 {
  background-image: url('../img/homepage/p4-bg3.jpg');
}
@media screen and (max-width: 960px) {
  .twenty-twenty-five-layout .home-project-container .image-box {
    width: 100%;
  }
}
.twenty-twenty-five-layout .home-project-container-left .image-box {
  background-position: left center;
}
.brand-color {
  width: 52px;
  height: 52px;
  margin: 40px 20px 0 0;
  float: left;
}
#project-one .logo-box-dark {
  background: #004769;
}
#project-one .logo-box {
  padding: 20px;
  width: 100%;
}
#project-one .image-only-container .four-images.outlined img {
  border: solid 1px #666;
}
#project-two .logo-box {
  max-width: 400px;
  width: 100%;
}
#project-two .logo-box img {
  max-width: 100%;
}
#project-two .project-container-header .image-box {
  height: 420px;
}
@media screen and (max-width: 767px) {
  #project-two .project-container-header .image-box {
    height: auto;
  }
}
#project-two .image-only-container .one-image img {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
#project-three {
  /*.text-image-grey-container-box {
	    padding: 60px 0 20px 0 !important;
	}
	.text-image-grey-container-box .text-image-white-container {
		padding-top:40px;
	}
	.image-only-container {
	    padding-top: 80px;
	}*/
}
#project-three .image-only-container .one-image-lg img {
  width: 100%;
  max-width: 100%;
  /*margin-bottom: 80px;*/
}
#project-three .image-only-container .one-image img {
  margin-bottom: 20px;
}
#project-four .image-only-container .five-images.outlined img {
  border: solid 1px #666;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  justify-content: center;
  display: flex;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: rgba(0, 0, 0, 0.65);
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 8px;
}
.glide__arrow--right {
  right: 8px;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.55);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
html {
  color: #0d0d0d;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
}
body,
h3 {
  color: #0d0d0d;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .container-header {
    max-width: 1280px;
  }
}
.navbar {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0.25rem 0.5rem 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    margin-bottom: 10px;
  }
}
.navbar-brand {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    position: initial;
    top: initial;
  }
}
.navbar-brand img {
  width: 52px;
  height: 52px;
  margin: 0;
}
header {
  background-color: #fff;
  border-bottom: solid 1px #e8e8e8;
}
.navbar-expand-sm .navbar-nav {
  justify-content: space-between;
  margin: 0 auto;
}
.nav-item {
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .nav-item {
    padding: 0.25rem 0;
    text-align: right;
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.show-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1460px;
  }
}
a.nav-link {
  color: #000;
  font-size: 15px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 400;
}
.nav-link {
  padding: 1rem;
}
.back-arrow {
  width: 10px;
  margin: -2px 5px 0 0;
}
.my-role p {
  font-size: 1.1rem !important;
  font-weight: 300;
}
.my-role p:first-child {
  font-weight: 510;
  margin: 20px 0 0 0;
}
.project-container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 20px;
}
.project-container-header h1,
.project-container-header h2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .project-container-header h1,
  .project-container-header h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.project-container-header p {
  font-size: 1.25rem;
  line-height: 1.85rem;
  font-weight: 300;
}
.project-container-header .text-box {
  max-width: 640px;
}
.project-container-header .image-box {
  height: 460px;
}
.project-container-header .image-box img {
  height: 90%;
}
@media screen and (max-width: 991px) {
  .project-container-header .text-box {
    max-width: 250px;
  }
  .project-container-header .image-box {
    height: auto;
    text-align: center;
  }
  .project-container-header .image-box img {
    height: auto;
    width: 90%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .project-container-header {
    display: block;
  }
  .project-container-header .text-box {
    max-width: 100%;
    margin-bottom: 36px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .project-container-header .text-box {
    max-width: 300px;
    margin: 0 auto;
  }
}
.text-only-white-container {
  padding: 60px 16px;
  display: flex;
  justify-content: space-between;
}
.text-only-white-container div {
  padding: 36px;
  width: 44%;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .text-only-white-container div {
    width: 100%;
  }
}
.text-only-white-container p {
  width: 100%;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .text-only-white-container {
    justify-content: space-between;
  }
  .text-only-white-container div {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .text-only-white-container {
    display: block;
    height: auto;
    padding-bottom: 36px;
  }
  .text-only-white-container div {
    width: 100%;
    margin-bottom: 40px;
  }
}
.text-image-grey-container-box {
  background: #ededed;
}
.text-image-grey-container {
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-image-grey-container .text-box {
  max-width: 290px;
}
.text-image-grey-container .text-box-lg {
  max-width: 370px;
}
.text-image-grey-container .image-box {
  text-align: center;
  height: 380px;
}
.text-image-grey-container .image-box img {
  height: 100%;
}
.text-image-grey-container div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .text-image-grey-container {
    display: block;
    height: auto;
  }
  .text-image-grey-container div {
    width: 100%;
  }
}
.full-width {
  width: 100%;
}
.image-only-container {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-only-container div {
  text-align: center;
}
.image-only-container p {
  width: 100%;
  max-width: 620px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}
.image-only-container .image-container {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.image-only-container .text-box {
  text-align: left;
  width: 100%;
  max-width: 680px;
}
.image-only-container .one-image-lg {
  justify-content: center;
}
.image-only-container .one-image-lg img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 767px) {
  .image-only-container .one-image-lg img {
    max-width: 90%;
    margin: 20px auto 40px auto;
  }
}
.image-only-container .one-image {
  justify-content: space-around;
  text-align: center;
}
.image-only-container .one-image img {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .image-only-container .one-image img {
    max-width: 100%;
    margin: 20px auto 40px auto;
  }
}
.image-only-container .two-images img {
  max-width: 47%;
  margin-bottom: 60px;
}
.image-only-container .two-images div {
  width: 48%;
  margin-bottom: 48px;
}
.image-only-container .two-images div img {
  max-width: 96%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .image-only-container .two-images div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .image-only-container .two-images img {
    max-width: 96%;
    margin: 10px auto;
  }
}
.image-only-container .three-images img {
  max-width: 30%;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .image-only-container .three-images img {
    max-width: 96%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .image-only-container {
    height: auto;
  }
}
.image-only-container .four-images img {
  max-width: 22%;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .image-only-container .four-images img {
    max-width: 90%;
    margin: 10px auto;
  }
}
.image-only-container .five-images {
  justify-content: flex-start;
}
.image-only-container .five-images img {
  max-width: 18%;
  margin-bottom: 36px;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .image-only-container .five-images img {
    max-width: 90%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .image-only-container {
    height: auto;
  }
}
.text-container-white-tall {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 24px;
}
.text-container-white-tall div {
  width: 47%;
}
@media screen and (max-width: 991px) {
  .text-container-white-tall div:nth-child(2) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .text-container-white-tall div {
    width: 100%;
  }
}
.text-container-white-tall div img {
  width: 100%;
  height: auto;
}
.text-image-white-container {
  width: 100%;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-image-white-container .text-box-lg {
  max-width: 400px;
}
.text-image-white-container .text-box-3 {
  width: 33%;
}
.text-image-white-container .image-box-3 {
  height: auto;
  width: 66%;
  padding: 0;
}
.text-image-white-container .image-box-3 img {
  width: 100%;
}
.text-image-white-container .image-box-4 {
  height: auto;
  width: 66%;
  padding: 0;
}
.text-image-white-container .image-box-4 img {
  width: auto;
  max-height: 460px;
}
.text-image-white-container .image-box {
  height: 580px;
  text-align: center;
  display: flex;
  align-items: center;
}
.text-image-white-container .image-box img {
  height: 90%;
}
@media screen and (max-width: 991px) {
  .text-image-white-container {
    height: auto;
    display: block;
    padding: 60px 24px;
  }
  .text-image-white-container .text-box-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .text-image-white-container .image-box-3 {
    width: 100%;
  }
  .text-image-white-container .image-box {
    height: auto;
  }
  .text-image-white-container .image-box img {
    height: auto;
    width: 100%;
    margin: 20px auto;
  }
  .text-image-white-container .image-box-4 {
    width: 100%;
  }
  .text-image-white-container .image-box-4 img {
    width: 100%;
    max-height: initial;
  }
}
@media screen and (min-width: 768px) {
  .text-image-white-container .text-box-pad-left {
    padding-left: 80px;
  }
}
.text-box-sm {
  max-width: 240px;
}
.shadowed-img {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12);
}
.user-persona-container {
  padding: 80px 0;
}
.user-persona-container h2 {
  margin-bottom: 28px;
}
.user-persona-container .left-side-container {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .user-persona-container .left-side-container {
    padding-left: 15px;
  }
}
.user-persona-container .name-header {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .user-persona-container .name-header {
    margin-bottom: 15px;
  }
}
.user-persona-container .main-body-copy {
  font-size: 16px;
  line-height: 26px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .user-persona-container .main-body-copy {
    margin-top: 48px;
  }
}
.user-persona-container .bio-info-row {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  font-size: 15px;
}
.user-persona-container .bio-info-row .left-side {
  width: 38%;
  padding-right: 5px;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .user-persona-container .bio-info-row .left-side {
    width: initial;
    padding-left: 10px;
  }
}
.user-persona-container .bio-info-row .right-side {
  width: 62%;
  padding-left: 5px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .user-persona-container .bio-info-row .right-side {
    width: initial;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-persona-container .bio-info-row {
    font-size: 14px;
  }
}
.user-persona-container .quote-container {
  background-color: #e9e9e9;
  font-size: 20px;
  padding: 26px 40px;
}
@media screen and (max-width: 767px) {
  .user-persona-container .quote-container {
    font-size: 16px;
    padding: 20px 20px;
  }
}
.user-persona-container .info-box-row {
  margin: 40px 0 48px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .user-persona-container .info-box-row {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.user-persona-container .info-box {
  border: solid 3px #e9e9e9;
  padding: 20px;
  width: 100%;
}
.user-persona-container .info-box h3 {
  margin-bottom: 15px;
}
.user-persona-container .info-box ul {
  padding-left: 20px;
  line-height: 14px;
}
.user-persona-container .info-box li {
  margin-bottom: 15px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .user-persona-container .info-box {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.user-persona-container .info-box-column {
  display: flex;
  padding: 0;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .user-persona-container .info-box-column {
    padding: 0;
    width: 100%;
  }
}
.conclusion-wrapper {
  background-image: url("../img/turtle-tracks/conclusion-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  height: 680px;
}
@media screen and (max-width: 991px) {
  .conclusion-wrapper {
    background-image: none;
    height: auto;
  }
  .conclusion-wrapper .text-image-white-container {
    height: auto;
  }
  .conclusion-wrapper .text-box {
    width: 100%;
  }
  .conclusion-wrapper img {
    width: 100%;
  }
}
.conclusion-wrapper .text-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  max-width: 480px;
  width: 100%;
}
.conclusion-wrapper a {
  font-weight: 510;
  text-decoration: underline;
}
.conclusion-wrapper-2 {
  background-image: url("../img/trail-buddy/conclusion-bg-2.jpg");
}
@media screen and (max-width: 991px) {
  .conclusion-wrapper-2 {
    background-image: none;
  }
}
.conclusion-wrapper-3 {
  background-image: url("../img/trail-buddy/conclusion-bg-3.jpg");
}
@media screen and (max-width: 991px) {
  .conclusion-wrapper-3 {
    background-image: none;
  }
}
.conclusion-wrapper-3 .text-box {
  background: rgba(255, 255, 255, 0.75);
}
.expandable-image-box {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.expandable-image-box.is-open {
  height: auto;
}
.expandable-image-box.is-open .overlay {
  background: none;
}
.expandable-image-box .view-more-button {
  background: #000;
  color: #fff;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 34px;
  width: 100%;
  max-width: 160px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 4px;
  left: calc(50% - 80px);
  cursor: pointer;
}
.expandable-image-box .view-more-button:hover {
  border: solid 1px #000;
  background: #fff;
  color: #000;
  text-decoration: n;
}
.expandable-image-box .view-more-button:focus {
  border: solid 1px #000;
  background: #fff;
  color: #000;
}
.expandable-image-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.expandable-image-box img {
  width: 100%;
  height: auto;
}
