.wf-loading {
  visibility: hidden;
}
body {
  background-color: #161616;
  color: #fff;
  font-family: 'Marr Sans Cond Web',  'Avenir Next Condensed', 'Arial Narrow', Arial;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-feature-settings: "liga", "kern";
  font-size: 30px;
  margin: 0 0 100px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grid {
  margin: 0 auto;
  max-width: 1600px;
  box-sizing: border-box;
  padding: 0 75px;
}
#logo {
  height: 156px;
  background: url(assets/logo.svg) no-repeat;
}
.row {
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.fullImage {
  background-size: cover;
  background-repeat: no-repeat;
}
ul {
  list-style-type: none;
}
#menu {
  display: flex;
  font-size: 25px;
  font-weight: 500;
  margin: 0 auto;
  padding: 50px 0;
  width: 450px;
  height: 50px
}
#menu li {
  margin: 0 20px;
  padding: 0;
}
#hiringButton {
  width: 250px;
  height: 50px;
  background-color: #08e1ec;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  border-radius: 25px;
  box-sizing: border-box;
  padding: 9px 0 0 25px;
  color: black;
  font-weight: 600;
  font-size: 25px;
}
#hiringButton img {
  position: absolute;
  right: 19px;
  top: 4px;
}
#hiringButton:hover {
  border:0;
}
#mission {
  font-size: 55px;
  font-weight: 600;
  max-width: 700px;
  text-align: center;
  margin: 200px auto 191px auto;
}
#mission .text {
  line-height: 60px;
  margin-top: -10px
}
#aboutSection {
  /* margin-bottom: 100px; */
  margin-bottom: 92px;
}
.section {
  border-top: 4px solid white;
  padding: 25px 0 0 0;
  /* Account for line height */
  padding-top: 19px;
  display: flex;
}
.left {
  display: flex;
  width: 450px;
  font-size: 23px;
  font-weight: 500;
}
.left .number {
  flex: 1;
}
.left::after{
  content: '';
  flex: 1;
  display: block
}
.left .title {
}
.right {
  line-height: 37px;
  width: 950px;
  margin-left: 50px;
  /* Offset line height */
  margin-top: -3px;
}
.right.indent p {
  text-indent: 36px;
  margin: 0;
  padding: 0;
}
.imageRow, .section, #hiringSection {
  margin-bottom: 200px;
}
.imageRow {
  display: flex;
}
.imageRow .image {
  width: 50%;
  padding-bottom: 50%;

  background-size: cover;
  background-repeat: no-repeat;
}

.section .right h2:first-child {
  margin-top: 5px;
}
h2 {
  font-size: 23px;
  margin: 0;
  line-height: 1;
}
.section h2 {
  font-weight: 400;
}
.right p {
  margin-top: 10px;
  margin-bottom: 48px;
}
.section .right > p:last-child {
  margin-bottom: -8px;
}

#hiringSection {
  height: 289px;
  color: #222;
  background-color: #08e1ec;
  text-align: center;
  box-sizing: border-box;
  padding: 45px 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#hiringSection h2 {
  font-weight: 600;
}
#hiringSection p {
  text-align: left;
  max-width: 700px;
  display: inline-block;
  flex: 1;
  padding-top: 77px;
  font-size: 17px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  border-bottom: 2px solid white;
}

.anchor {
  display:block;
  margin-top: -75px;
  height: 75px;
  visibility: hidden; 
}

#backToTop {
  padding-top: 100px;
  line-height: 30px;
}

#hiringSection, #hiringButton {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00f7d5+0,00c6fc+100 */
  background: #00f7d5; /* Old browsers */
  background: -moz-linear-gradient(left, #00f7d5 0%, #00c6fc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00f7d5 0%,#00c6fc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00f7d5 0%,#00c6fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7d5', endColorstr='#00c6fc',GradientType=1 ); /* IE6-9 */
}

#graph {
  background-image:url(assets/graph-1.svg);
  padding-bottom: 64%;
  margin-left: -10%;
  margin-right: -10%;
  margin-top: -14%;
  margin-bottom: 100px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #graph {
    margin-bottom: 0;
    padding-bottom: 71%;
  }
}

#graphLegend {
  font-size: 25px;
  margin-bottom: 200px;
}
#graphLegend h2 {
  font-weight: 500;
  margin-bottom: 54px;
}
#graphLegend ul {
  margin: 0;
  padding: 0;
  max-width: 160px;
}
#graphLegend li {
  margin-bottom: 26px;
}
#graphLegend img {
  display: block;
  margin-bottom: 0px;
}

#iceberg-1 {
  background-image: url(assets/iceberg-1.jpg);
}
#iceberg-2 {
  background-image: url(assets/iceberg-2.jpg);
}
#iceberg-3 {
  background-image: url(assets/iceberg-3.jpg);
}
#iceberg-4 {
  background-image: url(assets/iceberg-4.jpg);
  padding-bottom: 66.666666%;
}
#explorer-1 {
  background-image: url(assets/explorer-1.jpg);
}
#explorer-2 {
  background-image: url(assets/explorer-2.jpg);
}

@media only screen and (max-width: 959px) {
  body {
    font-size: 27px;
    line-height: 32px;
  }
  .section .right {
    margin-left: 0;
    width: auto;
  }
  .section .left {
    width: auto;
    font-size: 20px;
  }
  .section {
    display: block;
    border-top: 2px solid white;
    padding-top: 6px;
  }
  #menu {
    display: none;
  }
  .right {
    margin-top: 24px;
  }
  #logo {
    width: 100%;
    position: relative;
    top: 50px;
  }
  #landing {
    padding-bottom: 75%
  }
}

@media only screen and (max-width: 600px) {
  #logo {
    height: 96px;
  }
  #mission {
    font-size: 33px;
    margin-top: 95px;
    margin-bottom: 70px;
  }
  #mission .text {
    line-height: 36px;
    margin-top: -8px;
  }
  .grid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row {
    padding-bottom: 100%;
    height: auto;
  }
  #landing {
    height: 0;
    padding-bottom: 100%;
  }
  #iceberg-4 {
    padding-bottom: 100%;
  }
  .imageRow {
    padding: 0;
    display: block;
  }
  .imageRow .image {
    width: 100%;
    padding-bottom: 100%;
  }

  #hiringButton {
    height: 40px;
    width: 200px;

    font-size: 20px;

    border-radius: 20px;
    padding: 4px 0 0 19px;
  }
  #graph, #aboutSection{
    margin-bottom: 50px;
  }
  .section {
    padding-top: 5px;
  }
  .right {
    margin-top: 22px;
    line-height: 32px;
  }
  .right.indent p {
    text-indent: 32px;
  }
  h2 {
    font-size: 20px;
  }
  #hiringSection {
    font-size: 16px;
    line-height: 21px;
    height: 325px;
    font-weight: 500;
    padding-top: 24px;
  }
  .imageRow, .section, #hiringSection, #graphLegend {
    margin-bottom: 75px;
  }
  body {
    margin-bottom: 50px;
  }
  #backToTop {
    padding-top: 75px;
    line-height: 28px;
  }
  #graph {
    background-image:url(assets/graph-1s.svg);
    padding-bottom: 82%;
    margin-left: -8%;
    margin-right: -8%;
    margin-top: -16%;
  }
  #graphLegend h2 {
    font-size: 11px;
    margin-bottom: 23px;
  }
  #graphLegend {
    font-size: 11px;
  }
  #graphLegend ul {
    max-width: 80px;
    line-height: 1;
  }
  #graphLegend li {
    margin-bottom: 13px;
  }
  
  #graphLegend img {
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transform: scale(0.48);
    margin-bottom: -3px;
  }
}