/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Libre Baskerville', serif;
   background:#ffffff;
}
.fullSize {
  display: none;
}
/* ACCESSIBILITY AIDS */
.skip-link {
  position: fixed;
  top: -200px;
  left: 0;
  z-index: 9999999;
  background: #fff;
  padding: 10px;
}
.skip-link:focus {
  top: 10px;
  left: 10px;
}
#container {
  max-width: 1300px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 10px 2px #00000066;
  position: relative;
   overflow-x:hidden;
}
main {
  max-width: 1528px;
  margin: 0 auto;
  width: 92%;
  line-height: 180%;
  transition: all 1s;
}
main p, main ul {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 180%;
}
main ul {
  padding-left: 1.2em;
}
main p a {
  color: #66879b;
  text-decoration: none;
  transition: color .3s;
  font-size: inherit;
   font-weight:600;
}
main p a:hover, main p a:active, main p a:focus {
  color: #002339;
}
main div.dropcap p:first-child:first-letter {
  color: #66879b;
  float: left;
  font-size: 180%;
  line-height: .75;
  padding-top: 0;
  padding-right: 1px;
  padding-left: 0;
  font-weight: 600;
}
p.dropcap:first-child:first-letter{
  color: #66879b;
  float: left;
  font-size: 120%;
  line-height: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  font-weight: 600;}
#hero {
  position: relative;
  z-index: 0;
  aspect-ratio: 2/1;
  margin-bottom: 60px;
  overflow: hidden;
  font-family: "Libre Baskerville", sans-serif;
  text-shadow: 0 0 20px #000;
}
#hero .slide {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 120%;
  height: 110%;
}
#hero .slide img {
  width: 100%;
}
#hero::after {
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: clamp(30px, 8vw, 120px);
  font-weight: 400;
  z-index: 2;
}
body.design #hero::after {
  content: "Design";
}
body.build #hero::after {
  content: "Build";
}
body.build main {
  text-align: center;
}
body.maintain #hero::after {
  content: "Maintain";
}
body.contact #hero {
  max-width: 1300px;
  margin-left: -86px;
  width: calc(100% + 200px);
  aspect-ratio: 34/15;
  border-bottom: 1.5vw #fff solid;
}
body.contact #hero::after {
  content: "Contact";
}
body.contact #container {
  background: #002339;
}
body.contact main {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
body.contact main p {
  color: #ebebeb;
  font-size: 19px;
}
body.contact main p strong {
  font-weight: 600;
  color: #fff;
}
body.contact a.phone {
  color: #fff;
  font-weight: 600;
}
body.contact a.email:hover {
  color: #ffffff;
}
body.contact #relatedTitle, body.contact #relatedLinks .horizontalLine {
  display: none;
}
body.contact #relatedLinks {
  margin: 25px auto 15px auto;
}
img {
  max-width: 100%;
}
.row {}
h1, h2, h3, h4 {
  font-family: "Libre Baskerville", serif;
  color: #66879b;
  font-weight: 400;
   line-height:120%;
}
h1 {
  font-size: clamp(27px, 2.5vw, 36px);
  font-style: italic;
}
h2 {
  font-size: clamp(20px, 2vw, 24px);
   margin-top:26px;
}
h2 span {
  font-size: 30px;
}
.date {
  color: #66879b;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
   font-weight:600;
}
label {
  display: inline-block;
  width: 130px;
  font-size: 13px;
  margin-top: 5px;
  transition: margin 1s, padding 1s;
}
#interests label, #howHearDiv label {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
ul input[type="text"] {
  margin: 3px 0 0 22px;
  width: 70%;
}
#interests label input, #howHearDiv label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formFlex {
  display: block;
}
input, textarea {
  color: #ffffff;
  background-color: #002339;
  outline: none;
  display: inline-block;
  border: 1px solid #ffffff3f;
  font-family: "Libre Baskerville", sans-serif;
  padding: 1px 4px;
}
button {
  background-color: transparent;
  outline: none;
  border: none;
  font-weight: 700;
  color: #ffffff;
  padding: 6px 0;
  margin: 0;
  cursor: pointer;
  transition: color .3s;
  font-size: 15px;
}
textarea {
  width: 80%;
  height: 60px;
}
button:hover, a:focus button {
  color: #aaaaaa;
}
#frmContact {
  margin-bottom: 20px;
  font-size: 13px;
}
.screen {
  width: 100%;
  max-width: 600px;
  height: 100%;
  background: #002339;
  position: fixed;
  top: 0;
  left: -12px;
  z-index: 201;
  text-align: right;
  padding: 150px 50px;
  color: #ffffff;
  transition: width 1s, left 1s, padding 1s, transform 1s, background 1s;
  box-sizing: border-box;
  font-size: 14px;
   box-shadow: 2px 0 12px 0 #00000099;
   overflow-y:auto;
}
.screen ul {
  list-style: none;
  line-height: 140%;
  margin: 25px 0 0 0;
  padding: 0;
  transition: padding 1s;
}
#inquire-panel a {
  text-decoration: none;
  color: #ffffffbb;
  transition: color .3s;
}
#inquire-panel a:hover {
  color: #ffffff;
}
#inquire-panel {
  transform: translateX(-100%);
  padding: 18px 30px;
  font-size: 12px;
  transition: transform 1s, padding 1s;
}
body.inquire{overflow:hidden;}
body.inquire #inquire-panel {
  transform: translateX(0%) !important;
}
.close {
  position: absolute;
  top: 21px;
  right: 25px;
  font-size: 20px;
  cursor: pointer;
  transition: color .3s;
}
.close:hover {
  color: #ffffff;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #002339;
  border: 1px solid #ffffff3f;
  transition: background-color .3s;
}
/* On mouse-over, add a grey background color */
#interests label:hover input ~ .checkmark, #howHearDiv label:hover input ~ .checkmark {
  background-color: #fff;
  transition: background-color .3s;
}
/* When the checkbox is checked, add a blue background */
#interests label input:checked ~ .checkmark, #howHearDiv label input:checked ~ .checkmark {
  background-color: #002339;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
#interests label input:checked ~ .checkmark:after, #howHearDiv label input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
#interests label .checkmark:after, #howHearDiv label .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header {
  background: #fff;
}
nav a {
  letter-spacing: 1px;
}
header nav {
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
}
body.menuOpen nav {
  max-height: 260px;
  transition: all 1s;
}
header nav a {
  font-size: 16px;
  color: #002339;
  text-decoration: none;
  padding: 2px 11px 10px 11px;
  display: block;
  font-weight: 600;
  transition: color .3s;
}
header nav a.currentPage, header nav a:hover, header nav a:active, header nav a:focus {
  color: #66879b;
}
header .mobileMenu {
  display: block;
  width: 26px;
  margin: 0 auto 10px auto;
}
body:not(.home) header {
  text-align: center;
  position: relative;
  height: 241px;
  box-sizing: border-box;
  padding-top: 55px;
  z-index: 200;
  transition: all 1s;
}
#logo, .logo {
  width: 70%;
  max-width: 500px;
}
body:not(.home) header #logo {
  max-width: 380px;
  margin-bottom: 25px;
}
footer nav {
  line-height: 1.1;
  margin-top: 17px;
}
footer nav a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  padding: 5px 0;
  display: block;
}
footer nav a.currentPage, footer nav a:hover, footer nav a:active, footer nav a:focus, footer nav a.currentPage {
  color: #66879b;
}
footer .innerDiv {
  text-align: center;
  color: #fff;
  padding: 25px 5% 50px 5%;
}
.home footer .innerDiv {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  box-sizing: border-box;
}
#follow {
  display: none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
body.contact #follow {
  display: block;
}
#follow .socialIcons{
  margin: 10px auto 50px auto;}
#follow a {
  opacity: 1;
  transition: all .3s;
   margin:auto 5px;
}
#follow a img {
  width: 32px;
}
#follow a:hover {
  opacity: .6;
}
footer .logo {
  max-width: 270px;
}
.horizontalLine {
  height: 2px;
  background: #808080;
  position: relative;
}
blockquote {
  border: 2px solid #808080;
  border-left: none;
  border-right: none;
  font-size: clamp(22px, 2.7vw, 40px);
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  text-align: center;
  color: #66879b;
  font-weight: 300;
  line-height: 150%;
  padding: 20px 5%;
  box-sizing: border-box;
  margin: 30px 0;
  transition: all 1s;
}
.careers blockquote{font-size:clamp(18px, 2em, 25px);margin:24px 0;padding:0;border:none;text-align:left;font-family:"Libre Baskerville", serif;font-weight:500;color:#808080;margin-bottom:40px}
blockquote span {
  white-space: nowrap;
}
blockquote h1, blockquote h2 {
  font-size: clamp(22px, 3.5vw, 40px);
   text-transform: none !important;
}
.blockquote2 p {
  font-size: clamp(16px, 2.5vw, 26px);
  color: #6c7479;
  line-height: 160%;
  font-family: "Libre Baskerville", serif;
}
blockquote.dropcap p:first-child:first-letter {
  color: #66879b;
  font-size: clamp(30px, 6vw, 60px);
  line-height: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  font-weight: 600;
  letter-spacing: -5px;
}
#relatedLinks .horizontalLine {
  top: 10px;
  max-width: 1390px;
  margin: 0 auto;
  width: calc(100% - 140px);
}
.home #relatedLinks {
  display: none;
}
#relatedLinks {
  text-align: center;
  margin: 65px auto;
  position: relative;
}
#relatedLinks a {
  text-decoration: none;
}
#relatedLinks button {
  font-family: "Libre Baskerville", serif;
  background: #66879b;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 14px;
  width: 140px;
  transition: all .3s;
}
#relatedLinks button:hover {
  background: #002339;
}
body.contact #relatedLinks button:hover {
  background: #fff;
  color: #002339;
}
#relatedLinks button.currentPage {
  display: none;
}
#relatedTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto 6px auto;
  color: #66879b;
  padding: 0 11px;
  background: #ffffff;
  z-index: 90;
  width: fit-content;
  position: relative;
}
.relatedInquire, .relatedSignup {
  display: none !important;
}
.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.grid-thumb {
  position: relative;
   cursor:pointer;
   outline:none;
  aspect-ratio: 4/3;
}
.grid-thumb-back {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-color: #e9e9e9;
  overflow: hidden;
background-position: center center;
}
.project-info {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 15px auto;
  font-size: clamp(15px, 2vw, 18px);
   font-weight:600;
   font-family: "Montserrat", sans-serif;
}
.grid-thumb-back .credit {
  position: absolute;
  bottom: 0;
  background: #ffffff99;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-style: italic;
  font-family: "Libre Baskerville", sans-serif;
  transform: translateY(100%);
  transition: transform .3s;
  box-sizing: border-box;
  font-size: 18px;
}
.grid-thumb:hover .grid-thumb-back .credit {
  transform: translateY(0);
}
body.contact .relatedInquire, body.contact .relatedSignup {
  display: inline-block !important;
}
body.contact .relatedProjects, body.contact .relatedBuild, body.contact .relatedDesign, body.contact .relatedMaintain, body.contact .relatedContact, body.contact .relatedAbout {
  display: none !important;
}
body.build .relatedContact, body.build .relatedAbout, body.build .relatedCareers, body.build .relatedBuild {
  display: none !important;
}
body.maintain .relatedContact, body.maintain .relatedAbout, body.maintain .relatedCareers, body.maintain .relatedMaintain {
  display: none !important;
}
body.design .relatedContact, body.design .relatedAbout, body.design .relatedCareers, body.design .relatedDesign {
  display: none !important;
}
body.careers .relatedProjects, body.careers .relatedDesign, body.careers .relatedBuild, body.careers .relatedMaintain {
  display: none !important;
}
body.about .relatedDesign, body.about .relatedBuild, body.about .relatedMaintain, body.about .relatedAbout {
  display: none !important;
}
body.team .relatedProjects, body.team .relatedDesign, body.team .relatedBuild, body.team .relatedMaintain, body.team .relatedContact {
  display: none !important;
}
body.projects .relatedProjects, body.projects .relatedContact, body.projects .relatedAbout, body.projects .relatedCareers {
  display: none !important;
}
.home footer .logo {
  display: none;
}
.home #logo {
    max-width: 500px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 99;
    pointer-events: none;
}
.cycle-slideshow {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  box-sizing: border-box;
  z-index: 2;
  cursor: pointer;
  aspect-ratio: 9 / 5;
}
.slide-wrapper {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  box-sizing: border-box;
  transition: height 1s;
}
.hideme {
  display: none;
}
.sidebar {
  display: none;
}
.rotateMe {
  position: absolute;
  top: 54px;
  right: 9px;
  transform: rotate(270deg);
  transform-origin: bottom right;
  text-align: right;
  width: 400px;
  line-height: 1;
   letter-spacing: 1px;
}
#background .credits {
  display:none;
   white-space: nowrap;
  background: #000000bb;
  position: fixed;
  top: -39px;
  right: 0;
  letter-spacing: 0.5px;
  font-size: 9px;
  z-index: 97;
  transform: rotate(270deg);
  transform-origin: bottom right;
  text-align: right;
  color: #ffffffaa;
  max-height: 44px;
  text-transform: uppercase;
  width: calc(100vh - 35px);
  padding: 14px 35px 11px 0;
}
#background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 999998;
  transition: height 1s;
}
footer {
  background-color: #002339;
  position: relative;
}
.home header {
  aspect-ratio: 9 / 5;
  position: absolute;
  width: 100%;
  top: 0;
}
.home footer {
  position: relative;
  width: 100%;
  height: calc(100vh - 100vw*(5 / 9));
  border-top: 2px #fff solid;
  background-color: transparent;
}
#address {
  margin-top: 24px;
  color: #ffffff;
  font-size: 12px;
   line-height:140%;
}
#address span, #copyright span{display:block;font-size:0;opacity:0;line-height:0;}
#address span.gap, #copyright span.gap{font-size:inherit;line-height:1;}
#copyright {
  margin-top: 14px;
  font-size: 12px;
}
#copyright a {
  color: #ffffff;
  text-decoration: none;
}
#copyright a:hover {
  color: #ffffffbb;
}
#address a {
  color: #ffffff;
  transition: color .3s;
  text-decoration: none;
}
#address a:hover {
  color: #ffffffbb;
}
.teamMember {
  padding-bottom: 30px;
  position: relative;
}
.team #hero img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:1;}
.team #hero .image1{
   animation: hero1 forwards;
   animation-duration: 5s;
   opacity:0;
   z-index:2;
}
.team #hero .image2{
   animation: hero2 forwards;
   animation-duration: 5s;
   opacity:0;
   z-index:3;
}
@keyframes hero1{
   0%{opacity:0;}
   60%{opacity:0;}
   70%{opacity:1;}
   100%{opacity:1;}
}
@keyframes hero2{
   0%{opacity:0;}
   90%{opacity:0;}
   100%{opacity:1;}
}
#teamGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.teamMember * {
  text-align: center;
  font-family: "Montserrat", sans-serif;
   pointer
}
.teamMember .name {
  font-weight: 600;
  color: #002339;
  margin: 20px auto 0 auto;
  font-size: 20px;
}
.teamMember img {
  width: 100%;
   cursor:pointer;
}
.accordion h3 {
  /* text-transform: uppercase; */
  color: #66879b;
  transition: all .3s;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 18px;
  margin: 10px auto 15px auto;
   font-family:"Montserrat", sans-serif;
}
.teamMember .accordion h3 {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 auto;
}
.teamMember .accordion .expandable {
  font-size: 13px;
   white-space: pre-line;
}
.accordions {
  margin-top: 10px;
}
.teamMember.expanded .accordion h3, .accordion.expanded h3, .accordion h3:hover {
  color: #002339;
}
.build .accordion h3 {
  /* text-transform: uppercase; */
   color: #002339;
}
.build .accordion.expanded h3, .build .accordion h3:hover {
  color: #66879b;
}
.accordion h3::after {
  content: " +";
}
.accordion.expanded h3::after{
   content: " -";
}
.teamMember.expanded .accordion h3::after{
   content:"";
}
.teamMember.expanded .accordion h3{cursor:default;}
.accordion ul, .accordion .expandable {
  max-height: 0;
  transition: all 1s;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  line-height: 180%;
}
.accordion.expanded .expandable, .teamMember.expanded .accordion .expandable {
  max-height: 300px;
  padding: 0 0 10px 0;
}


@media (prefers-reduced-motion:no-preference) {
/*  .row img {
    animation: fadeIn ease-out forwards;
    animation-timeline: view();
    animation-range-start: 30%;
    animation-range-end: 50%;
     animation-duration: 1ms;
    scale: .8;
    opacity: 0;
  }
  @keyframes fadeIn {
    from {
      scale: .8;
      opacity: 0;
    }
    to {
      scale: 1;
      opacity: 1;
    }
  } */
}
@media screen and (min-width:420px) {}
@media screen and (min-width:541px) {
  main {
    width: calc(100% - 120px);
  }
  #teamGrid {
    grid-template-columns: 1fr 1fr;
  }
  .sidebar {
    background-color: #66879b80;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 1px;
    font-size: 17px;
    z-index: 201;
    color: #ffffffaa;
    height: 100%;
    text-transform: uppercase;
    width: 39px;
    font-weight: 600;
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (min-width:700px) {
  main {
    width: calc(100% - 172px);
  }
  .mobileSize {
    display: none;
  }
  .fullSize {
    display: block;
  }
  .projects-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
  }
}
@media screen and (min-width:825px) {
   
#address span{display:inline;font-size:inherit;opacity:1;line-height: inherit;}
  .row {
    display: flex;
    justify-content: space-between;
    gap: clamp(10px, 3vw, 40px);
    max-width: 1000px;
    margin: 0 auto clamp(10px, 3vw, 40px) auto;
  }
  .row > * {
    flex: 1;
  }
}
@media screen and (min-width:951px) {
  #inquireTab {
    position: absolute;
    top: 86px;
    left: 0;
    width: clamp(140px, 15%, 320px);
    color: #fff;
    background: #002339;
    text-align: right;
    box-sizing: border-box;
    padding: 8px 20px 6px 20px;
    line-height: 1;
     transition: width .3s;
  }
   #inquireTab:hover {
    width: clamp(150px, 16%, 340px);}
  body:not(.home) header {
    padding-top: 66px;
    height: 251px;
  }
  #teamGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  header nav {
    max-height: inherit;
    height: auto;
    border: none;
  }
  header nav a {
    border-left: 1px solid #002339;
    margin: 0;
    padding: 0 17px;
    display: inline-block;
  }
  header nav a:first-child {
    border-left: none;
    margin-left: 0;
  }
  header .mobileMenu {
    display: none;
  }
  #inquire-panel {
    padding: 50px 25px 50px 75px;
  }
  .screen {
    height: 100%;
  background: #002339;
  }
  .formFlex {
    display: flex;
    width: 100%;
  }
  .formCol {
    width: 100%;
  }
  .hideme {
    display: inline;
  }
  #logo {
    bottom: 250px;
  }
  .cycle-slideshow {
    height: calc(100% - 199px);
  }
  #background .credits {
    width: calc(100vh - 70px);
    padding: 14px 70px 11px 0;
    font-size: 11px;
  }
  #background::after {
    height: 100%;
  }
  blockquote {
    width: calc(100% - 100px);
    max-width: 1100px;
    padding: 20px 40px;
    margin: 30px auto;
  }
  .home header {
    aspect-ratio: initial;
    position: absolute;
    width: 100%;
    top: 0;
    height: calc(100vh - 199px);
  }
  .home #logo {
    max-width: 400px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    pointer-events: none;
  }
  .home footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    height: 199px;
  }
  .home footer .innerDiv {
    position: absolute;
  }
   .home footer nav {
    margin-top: 5px;
}
   footer nav a{transition:color .3s;}
   .home footer nav a:hover{color:#ffffffaa;}
  .cycle-slideshow {
    position: absolute;
    top: 0px;
    left: 0px;
    height: calc(100% - 199px);
    z-index: 2;
    cursor: pointer;
  }
  footer span {
    font-size: inherit;
    display: inline;
  }
  footer nav .lineBreak {
    height: 5px;
  }
  footer nav a {
    border-left: 1px solid #fff;
    margin: 0 auto;
    padding: 0 17px;
    display: inline-block;
  }
  footer nav a:first-child, footer nav a:nth-child(6) {
    border-left: none;
    margin-left: 0;
  }
}