@import url("https://use.typekit.net/wsv2jid.css");
@font-face {
    font-family: 'surveyorMedium';
    src: url('fonts/SurveyorDisplay-Medium.woff2') format('woff2'),
         url('fonts/SurveyorDisplay-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  color: #222;
  font-size: 1.1em;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: white;
  height: 100%;
}

h1, h2, h3 {
  font-family: "surveyorMedium", serif;
  font-weight: 100;
}

h1 {
  font-size: 100px;
  line-height: .9em;
  letter-spacing: -2px;
  margin: 0 0 40px;
}


body {
  margin: 0px;
  height: 100%;
}

.wrap {
  max-width: 1800px;
  margin: auto;
  display: block;
  min-height: 100%;
  margin-bottom: -200px; 
}

.wrap:after {
  content: "";
  display: block;
}

.footer, .wrap:after {
  /* .push must be the same height as footer */
  height: 200px; 
}

::-moz-selection {
  background: none;
  text-shadow: none;
}

::selection {
  background: none;
  text-shadow: none;
}

.hide {
  display: none;
}

.overflowHide {
  overflow: hidden;
}

/* --------------------- */

#nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

#nav .content {
  display: flex;
  width: 100%;
  text-align: center;
}

#MobileNav .content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: white;
}

body #nav .content {
  max-width: 1800px;
  margin: auto;
}

body#home #nav .content {
  max-width: 1000px;
  margin: auto;
}

#nav .link {
  color:#85B7C6;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 30px;
  display: flex;
  flex: 1;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

#nav a:hover {
  background-color: white;
  color:#85B7C6 !important;
}

#nav .downselect {
  position: relative;
}

#nav #dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

#nav .downselect:hover #dropdown {
  display: block;
}

#nav .downselect span {
  color:#85B7C6;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 30px;
  display: inline-block;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

#nav #dropdown .link.sub{
  background-color: white;
  color:#85B7C6;
}
#nav #dropdown .link.sub:hover {
  color: white !important;
  background-color:#85B7C6;
}



body.dark.lifestyle #nav a, body.dark.lifestyle .holding-links a {
  color: #111;
}
body.dark.lifestyle #nav a.selected {
  color: white;
}


body #nav .logo, body.dark #nav .logo:hover {
  background-image: url('../img/logo-header.svg');
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: center center;
  display: flex;
  flex: 1;
}

body #nav .logo:hover, body.dark #nav .logo {
  background-image: url('../img/logo-header-WT.svg');
}

body.white #nav a:hover {
  background-color:#85B7C6;
  color: white !important;
}

#nav a.selected {
  color: #222;
}

body.dark #nav a.selected, body.dark #nav span.selected {
  color:white;
}

#hero-White {
  padding: 120px 60px 100px;
  background-color: white;
}

#hero-White p {
  max-width: 1000px;
}

#hero {
  width: 100%;
  height: calc(100vh - 40px);
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
}

.holding-links {
  float: left;
  width: calc(33.3vw - 40px);
}
.holding-links a {
  text-decoration: none;
  color: #85B7C6;
}
.holding-links a.selected, .holding-links a:hover {
  color: white !important;
}

#holdings.casestudy .intro {
  max-width: 750px;
}

#holdings.casestudy .intro a {
  text-decoration: none;
  color:#85B7C6;
}

#holdings.casestudy.lifestyle .intro a {
  color:#222;
}

#holdings #hero .content {
  position: absolute;
  bottom: 0px;
  padding: 40px;  
}
#holdings #hero .content {
  position: absolute;
  bottom: 0px;
  padding: 40px;  
}

#hero .logo {
  margin-bottom: 20px;
  width: 80%;
  max-width: 500px;
}

#hero .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;

}
#hero .center p {
  padding: 0 40px;
  max-width: 500px;
  margin: 20px auto;
}

#team #split .content {
  padding-top: 80px;
}
#square-row .content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.square {
  background-color: #FFFFFF;
  color: #FFFFFF;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  display: flex;
  position: relative;
  background-size: cover;
}
.square.half.text {
  text-align: left;
  height: auto;
  color: #222222;
}

.square .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.square .center h2 {
  position: relative;
  text-align: center;
  left: auto;
  top: auto;
  transform: none;
  font-size: 35px;
  line-height: 30px;
  margin-top: 0px;
  padding: 0px;
}

.square .center p {
  padding-left: 20px;
  padding-right: 20px;
}

.news-square {
  display: block;
  background-color: white;
  width: 25vw;
  text-align: left;
}

.news-square p {
  white-space: normal;
  font-size: .9em;
  padding: 0px 20px;
}

.newsImg {
  background-size: cover;
  display: block;
}

.square.half {
  width: 50vw;
  height: 50vw;
}
.square.third {
  width: 33.33vw;
  height: 33.33vw;
}
.square.fourth, .newsImg.fourth {
  width: 25vw;
  height: 25vw;
}

.square.fifth {
  width: 20vw;
  height: 20vw;
}

.square.twofifths {
  width: 40vw;
  height: 40vw;
}

.square.threefifths {
  width: 60vw;
  height: 40vw;
}

#team .square .overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}

#team .square:hover .overlay {
  transition: .2s ease all;
  opacity: 1;
}

.square.blk {
  background-color: #257d97;
}
.square.dkblue {
  background-color: #5D9FB2;
}
.square.blue {
  background-color: #85B8C7;
}
.square.ltblue {
  background-color: #BFD7DE;
}
.square.white {
  background-color: white;
}
.square.grey {
  background-color: #ddd;
}
.square.LTgrey {
  background-color: #eee;
}

.square h2 {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  line-height: 30px;
  margin-top: 0px;
  padding: 0px;
}

.square img {
  width: 60%;
  max-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.square h4 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0px;
  letter-spacing: 2px;
  font-size: 12px;
  margin: auto;
  padding: 0px;
  color: #222222;
}

.square.white h2, .square.grey h4 {
  color:#85B7C6;
}

#split .content {
  display: flex;
  width: 100%;
  color: #222 !important;
}
#split .half {
  flex: 1;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.pad40 {
  padding: 40px;
}

.square.threefifths {
  color: #222 !important;
  text-align: left;
}

.half h3, .threefifths h3 {
  font-size: 50px;
  margin: 0px;
  padding: 0px;
  line-height: 40pxß
}

.half a, .threefifths a {
  letter-spacing: 2px;
  font-size: 12px;
  color:#85B7C6;
  text-decoration: none;
  font-weight: bold;
}

.experience-logos img {
  max-height: 40px;
  max-width: 100px;
  padding: 30px 60px 30px 0;
}

#footer {
  background-color: #111;
  clear: both;
}


#footer .logo {
  width: 200px;
  margin: auto;
  display: block;
  padding: 80px;
}

img,
svg {
  vertical-align: middle;
}
@media only screen and (min-width: 1800px) {
  .holding-links {
    width: calc(33.3% - 40px);
  }
  .news-square {
    width: 450px;
  }
  .square.fourth, .news-square .newsImg.fourth {
    width: 450px;
    height: 450px;
  }
  .square.half {
    width: 900px;
    height: 900px;
  }
  .square.third {
    width: 600px;
    height: 600px;
  }
  .square.fourth, .newsImg.fourth {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-square {
    width: 50vw;
  }
  .square.fourth, .news-square .newsImg.fourth {
    width: 50vw;
    height: 50vw;
  }
}

.mobileShow {
  display: none !important;
}
#toggle {
  position: absolute;
  top: 30px;
  right: 20px;
  height: 30px;
  width: 30px;
  z-index: 102;
  cursor: pointer;
}

body.lifestyle #toggle .bar {
  background-color: white;
}

#toggle .bar {
  position: absolute;
  width: 30px;
  top: 8px;
  right: 0px;
  height: 4px;
  background-color: #85B7C6;
  transition: all .2s ease;
}

#toggle .bar.two {
  top: 18px;
}


#toggle.cross .bar {
  position: absolute;
  width: 30px;
  top: 13px;
  right: 0px;
  background-color: #85B7C6 !important;
  transform: rotate(45deg);
}

#toggle.cross .bar.two {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 900px) {
  #hero {
    height: 85vh;
  }
  #holdings #hero .content {
    padding: 20px;  
  }
  .mobileShow {
    display: block !important;
  }
  .mobileHide {
    display: none !important;
  }
  .mobileHide.show {
    display: block !important;
  }
  .mobileLogo {
    position: absolute;
    top: 35px;
    width: 170px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/logo-header.svg');
    background-size: cover;
    z-index: 101;
  }
  .mobileLogo.white {
    background-image: url('../img/logo-header-WT.svg');
  }
  #nav {
    background-color: white;
    width: 100vw;
    height: 100vh;
  }
  #nav .content {
    display: block;
    padding-top: 100px;
  }
  #nav a.logo {
    padding-bottom: 50px;
    background-size: 170px auto;
  }
  #nav a {
    font-size: 18px;
    padding: 30px 30px 0;
    display: block;
    justify-content: center;
    white-space: normal;
    position: relative;
    color:#85B7C6 !important;
  }
  body #nav a.selected {
    color: #222 !important;
  }
  body.white .wrap #nav a.selected:hover {
    background:none !important;
    color:#222 !important;
  }
  body.white .wrap #nav a:hover, #nav #dropdown .link.sub:hover {
    background:none !important;
    color:#85B7C6 !important;
  }

  #nav .link {
    padding: 15px;
  }

  #nav #dropdown {
    position: relative;
    left: 0;
    transform: none;
    display: block;
  }

  #nav .downselect span {
    display: none;
  }


  #hero-White {
    padding: 100px 40px 40px;
  }
  #hero-White h1 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 20px;
  }
  #split .content, #split .half, #square-row .content, #square-row .square {
    flex: none;
    display: block;
  }
  .square h2 {
    font-size: 9vw;
    line-height: 8vw;
    width: 80%;
  }
  .experience-logos {
    text-align: center;
  }
  .experience-logos img {
    max-height: 30px;
    max-width: 80px;
    padding: 40px 20px 20px;
  }
  .square {
    width: 100vw !important;
    height: 100vw !important;
    float: none !important;
  }
  .news-square {
    width: 100vw;
    float: none;
  }
  .square.fourth, .news-square .newsImg.fourth {
    width: 100vw;
    height: 100vw;
  }
  .square.half.text {
    height: auto !important;
  }
  #team #square-row .square .overlay {
      opacity: 1;
      width: 100%;
      height: auto;
      background-color: none;
      white-space: nowrap;
      position: absolute;
      bottom: 40px;
  }
  .holding-links {
    display: none;
  }
  h1 {
    font-size: 60px;
    margin: 0 0 20px;
  }
  #MobileNav {
    display: block;
  }
  body.dark #nav a.selected {
    color: #222 !important;
  }
  #team #split .content {
    padding-top: 100px;
  }
  .pad40 {
    padding: 20px;
  }
}