.header-container {
  width: 100%;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #cccdd2;
}

.header-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 48px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 54%;
  -ms-flex: 0 54%;
  flex: 0 54%;
  background-color: #f5f5f5;
}

.body-container {
  font-family: acumin-pro, sans-serif;
  color: #000;
  font-weight: 300;
}

.header-text {
  display: block;
  max-width: 32em;
  margin: 16px auto 12px;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.header-text.alt {
  font-family: aktiv-grotesk, sans-serif;
}

.header-img {
  width: auto;
}

.titles {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.quote {
  margin-bottom: 0px;
  padding: 8px 0px;
  border-left-style: none;
  font-family: aktiv-grotesk, sans-serif;
  color: #003b6b;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  font-weight: 800;
}

.content-wrapper {
  padding-top: 144px;
  padding-bottom: 144px;
  background-color: #fff;
  box-shadow: none;
}

.content-wrapper.hire {
  padding-bottom: 96px;
  background-color: #f5f5f5;
}

.down-arrow {
  position: absolute;
  left: 50%;
  top: -64px;
  margin-left: -43px;
  padding: 18px;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: none;
}

.arrow {
  width: 50px;
}

.content-nav {
  position: relative;
  display: none;
  overflow: hidden;
  margin-top: -44px;
  background-color: #003b6b;
  box-shadow: none;
}

.nav-link {
  padding: 12px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.75;
  color: #89afce;
}

.link-text {
  border-bottom: 1pt solid #1a679e;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #1a679e;
  font-weight: 400;
  text-decoration: none;
}

.link-text:hover {
  border-bottom-color: #fff;
  color: #000;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: #003b6b;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 124px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-block {
  width: 24px;
  height: 24px;
}

.social-block.dribbble {
  display: none;
  background-image: url('../images/dribbble-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-block.dribbble:hover {
  background-image: url('../images/dribbble-color.svg');
}

.social-block.linked-in {
  background-image: url('../images/linked-in-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-block.linked-in:hover {
  background-image: url('../images/linked-in-color.svg');
}

.social-block.instagram {
  background-image: url('../images/instagram-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-block.instagram:hover {
  background-image: url('../images/instagram-color.svg');
}

.social-block.twitter {
  background-image: url('../images/twitter-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-block.twitter:hover {
  background-image: url('../images/twitter-color.svg');
}

.heading {
  margin-top: 12px;
  margin-bottom: 16px;
  font-family: aktiv-grotesk, sans-serif;
  color: #003b6b;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.1px;
}

.nav-text {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-text:hover {
  color: #89afce;
}

.image:hover {
  opacity: 0;
}

.paragraph {
  max-width: 40em;
  margin-right: 32px;
  margin-bottom: 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.container-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-block.portfolio-block {
  display: block;
  max-width: 91.43em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.section-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 24px;
  font-family: aktiv-grotesk, sans-serif;
  color: #003b6b;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

.paragraph-2 {
  display: block;
  max-width: 40em;
  margin-right: 32px;
  margin-bottom: 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 16px;
  line-height: 24px;
}

.numbers {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

.banner-wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #e9eaeb;
}

.column-header {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: aktiv-grotesk, sans-serif;
  color: #003b6b;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 800;
}

.column-list {
  font-size: 15px;
  line-height: 30px;
}

.column-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-item-box {
  margin-bottom: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.83%;
  -ms-flex: 0 0 23.83%;
  flex: 0 0 23.83%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.portfolio-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.grid-image-box {
  position: relative;
  -webkit-transition: box-shadow 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out;
}

.grid-text-box {
  display: none;
  margin-top: 0px;
  padding: 8px 8px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.heading-2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.heading-3.process {
  width: 100%;
  max-width: 29.1em;
  margin-right: 32px;
  margin-bottom: 24px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.text-block {
  display: none;
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
}

.grid-image {
  position: relative;
  z-index: 1;
}

.link-portfolio-item {
  display: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: aktiv-grotesk, sans-serif;
  color: #263644;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.link-portfolio-item:hover {
  color: rgba(0, 59, 107, 0.05);
  text-decoration: none;
  text-shadow: 0 0 12px #003b6b;
}

.heading-3-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  text-align: center;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  border-color: rgba(0, 59, 107, 0.5);
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.banner-header {
  margin-top: 0px;
  margin-bottom: 54px;
  font-family: aktiv-grotesk, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner-header.lined {
  padding: 26px;
  border-top: 1px solid rgba(0, 59, 107, 0.5);
  border-bottom: 1px solid rgba(0, 59, 107, 0.5);
}

.banner-header.logo {
  margin-bottom: 16px;
  padding-left: 0px;
}

.banner-header.footer {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #7998b3;
}

.banner-header.footer.first {
  margin-top: 0px;
}

.banner-header.port {
  margin-bottom: 8px;
  font-weight: 700;
}

.container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.border-wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
}

.border-block {
  width: 100%;
  margin-top: 96px;
}

.list-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: aktiv-grotesk, sans-serif;
  color: #003b6b;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.text-span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.banner-list-box {
  padding-top: 12px;
  padding-bottom: 12px;
}

.left-box {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.right-box {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.banner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo-block {
  padding-top: 96px;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-left: 1px solid #d3d3d3;
}

.logo-img {
  padding: 0px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.column-box {
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 12px;
  padding-bottom: 8px;
  border: 1px none #dbe3e9;
  border-radius: 6px;
  background-color: #f1f2f3;
}

.grid-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(26, 53, 92, 0.3);
}

.text-block-2 {
  position: absolute;
  padding: 10px 16px;
  border-radius: 20px;
  background-color: #fff;
  font-family: aktiv-grotesk, sans-serif;
  color: #003b6b;
  line-height: 14px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.ordered-list {
  width: 32em;
  max-width: 36em;
  margin-top: 24px;
  padding-left: 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: aktiv-grotesk, sans-serif;
  color: #363636;
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
}

.link-button {
  display: none;
  margin-top: 16px;
  padding: 10px 20px;
  border: 1px solid #003b6b;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: aktiv-grotesk, sans-serif;
  color: #003b6b;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-button:hover {
  background-color: #003b6b;
  color: #fff;
}

.right-text-block {
  max-width: 36em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.left-text-block {
  max-width: 42em;
  margin-right: 32px;
  margin-left: 70px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.quote-source {
  padding: 8px;
  font-family: aktiv-grotesk, sans-serif;
  color: #363636;
  font-size: 18px;
  font-weight: 300;
}

.quote-box-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 48px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.quote-left {
  padding-right: 16px;
  padding-left: 16px;
}

.quote-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span-2 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'PT Sans', sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.qmark {
  margin-bottom: -24px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: rgba(0, 59, 107, 0.8);
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
}

.qmark.right {
  margin-top: -32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #15446b;
}

.footer-text {
  color: #7998b3;
  font-size: 12px;
  line-height: 15px;
}

.footer-graph {
  margin-bottom: 14px;
  color: #c1cad1;
  line-height: 21px;
}

.footer-link {
  color: #6f99b8;
  text-decoration: underline;
}

.footer-download {
  margin-bottom: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: aktiv-grotesk, sans-serif;
  color: #c1cad1;
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
  font-weight: 800;
}

.footer-download:hover {
  color: #7dbef3;
}

.text-span-3 {
  font-family: Inconsolata, monospace;
}

.port-head {
  display: block;
  max-width: 45.7em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 58px;
}

.body {
  font-family: acumin-pro, sans-serif;
  color: #000;
  font-weight: 300;
}

.port-link {
  color: #003b6b;
}

.port-images {
  padding-top: 48px;
  padding-bottom: 96px;
}

.port-text {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.port-nav {
  padding-right: 5%;
  padding-left: 5%;
}

.port-copy {
  display: block;
  max-width: 45.71em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none;
}

.heading-4 {
  width: 95%;
  max-width: 40em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.emphasized-text {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.side-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 44px;
  height: 100vh;
  background-color: #003b6b;
}

.side-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
}

.image-2:hover {
  opacity: 1;
}

.image-3 {
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.image-3:hover {
  opacity: 1;
}

.image-4 {
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
}

.image-4:hover {
  opacity: 1;
}

.image-5 {
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(.39, .575, .565, 1);
  transition: all 350ms cubic-bezier(.39, .575, .565, 1);
}

.image-5:hover {
  opacity: 1;
}

.image-6 {
  height: 100vh;
  max-width: none;
  opacity: 1;
}

.important-text {
  font-weight: 800;
}

.heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #003b6b;
  border-bottom: 1px solid #003b6b;
}

.heading-box {
  display: inline-block;
  padding: 24px;
  background-color: #003b6b;
}

.nav-label {
  font-weight: 800;
}

.quote-box-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 32px;
  padding-right: 16px;
  padding-left: 198px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.email-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: aktiv-grotesk, sans-serif;
  color: #1a679e;
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.email-link:hover {
  color: #000;
  text-decoration: none;
}

.nav-portfolio {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.96);
  box-shadow: none;
}

.port-container {
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.port-container.portnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.port-nav-item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-family: aktiv-grotesk, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.port-nav-item:hover {
  opacity: 0.5;
}

.port-nav-item.back {
  background-image: url('../images/backward.png');
  background-position: 0px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.port-nav-item.return {
  margin-left: 24px;
  padding-left: 20px;
  background-image: url('../images/grid.png');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.port-nav-item.forward {
  padding-right: 24px;
  padding-left: 0px;
  background-image: url('../images/forward.png');
  background-position: 100% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.nav-item-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-item-block.center {
  text-align: center;
}

.nav-item-block.right {
  text-align: right;
}

.main-content {
  margin-top: 40px;
  margin-bottom: 110px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-heading {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
}

.portfolio-company {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.portfolio-roles {
  margin-top: 0px;
  margin-bottom: 42px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.grid-shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  z-index: 2;
  display: block;
  width: 90%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.grid-overlay-text {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.97);
  opacity: 0;
}

.important-text-2 {
  font-weight: 700;
}

.list-item {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
}

.text-span-4 {
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.text-span-5 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.foot-site-name {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: aktiv-grotesk, sans-serif;
  color: #6f99b8;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.foot-site-name:hover {
  text-decoration: underline;
}

.foot-site-name.w--current {
  display: none;
}

.foot-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 48px;
  font-size: 14px;
  line-height: 14px;
}

.footer-container {
  padding-right: 70px;
  padding-left: 70px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="bottom-nav-load"] {
  -webkit-transform: translate(0px, 44px);
  -ms-transform: translate(0px, 44px);
  transform: translate(0px, 44px);
}

html.w-mod-js *[data-ix="top-nav-load"] {
  -webkit-transform: translate(0px, -44px);
  -ms-transform: translate(0px, -44px);
  transform: translate(0px, -44px);
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="h1-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="h-text-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="h-soc-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="image-fade-in"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .header-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header-white {
    padding-right: 36px;
    padding-left: 36px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .paragraph {
    margin-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-block {
    padding-right: 28px;
    padding-left: 28px;
  }

  .container-block.portfolio-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .paragraph-2 {
    margin-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .portfolio-item-box {
    margin-bottom: 12px;
    -webkit-flex-basis: 32.25%;
    -ms-flex-preferred-size: 32.25%;
    flex-basis: 32.25%;
  }

  .portfolio-item-box._3col1 {
    padding-right: 8px;
  }

  .portfolio-item-box._3col3 {
    padding-left: 8px;
  }

  .heading-3.process {
    margin-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-header {
    font-size: 18px;
    line-height: 23px;
  }

  .banner-block {
    padding-right: 70px;
    padding-left: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-box {
    margin: 8px;
  }

  .image-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .quote-box-right {
    padding-left: 16px;
  }

  .footer-container {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    position: relative;
  }

  .header-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-photo {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-white {
    padding: 24px 48px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .main-container {
    padding-top: 0px;
  }

  .content-nav {
    display: none;
    margin-top: 0px;
    opacity: 0;
  }

  .nav-link {
    padding: 8px 12px;
  }

  .fixed-nav {
    display: block;
    opacity: 1;
  }

  .social-box {
    margin-right: auto;
  }

  .nav-text {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-text:hover {
    background-color: #003b6b;
  }

  .container-block {
    padding-right: 48px;
    padding-left: 48px;
  }

  .container-block.portfolio-block {
    padding-right: 48px;
    padding-left: 48px;
  }

  .paragraph-2 {
    float: none;
  }

  .banner-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .column-header {
    font-size: 18px;
    line-height: 22px;
  }

  .portfolio-item-box {
    margin-bottom: 8px;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .portfolio-item-box:hover {
    box-shadow: none;
  }

  .portfolio-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-text-box {
    display: block;
  }

  .border-block {
    margin-top: 48px;
  }

  .left-box {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .banner-block {
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logo-box {
    padding-top: 8px;
    border-left-style: none;
  }

  .logo-img {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }

  .column-box {
    margin: 5px;
  }

  .port-head {
    padding-top: 48px;
  }

  .port-images {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .port-copy {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-6 {
    height: auto;
    max-width: 100%;
  }

  .nav-label {
    display: none;
  }

  .port-container {
    padding-right: 64px;
    padding-left: 64px;
  }

  .port-container.portnav {
    min-height: 40px;
  }

  .port-nav-item {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }

  .port-nav-item.back {
    padding-left: 22px;
    background-position: 0% 52%;
    background-size: 18px;
  }

  .port-nav-item.return {
    padding-left: 20px;
    background-position: 0px 50%;
    line-height: 14px;
  }

  .port-nav-item.forward {
    padding-right: 22px;
    background-position: 100% 52%;
  }

  .portfolio-heading {
    margin-bottom: 32px;
  }

  .portfolio-roles {
    margin-bottom: 32px;
  }

  .grid-overlay-text {
    display: none;
  }

  .footer-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .header-white {
    padding: 32px 32px 20px;
  }

  .header-text {
    font-size: 14px;
    line-height: 22px;
  }

  .main-container {
    padding-top: 0px;
  }

  .quote {
    font-size: 20px;
    line-height: 29px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .nav-text {
    font-size: 12px;
  }

  .container-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-block.portfolio-block {
    padding-right: 4%;
    padding-left: 4%;
  }

  .section-heading {
    padding-left: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .numbers {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
  }

  .portfolio-item-box {
    margin-bottom: 18px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .grid-text-box {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .heading-3 {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-3-block {
    min-height: 32px;
  }

  .row {
    padding-right: 6%;
    padding-left: 6%;
  }

  .banner-block {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-box {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 16px;
  }

  .quote-source {
    font-size: 15px;
    line-height: 16px;
  }

  .quote-box-left {
    margin-top: 16px;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .quote-left {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .qmark {
    font-size: 45px;
    line-height: 45px;
  }

  .port-head {
    padding-top: 48px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .port-images {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .port-nav {
    padding-right: 8%;
    padding-left: 8%;
  }

  .div-block {
    padding-right: 8%;
    padding-left: 8%;
  }

  .port-copy {
    padding: 12px 8%;
  }

  .heading-box {
    padding: 9px;
  }

  .quote-box-right {
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-portfolio {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }

  .port-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .port-container.portnav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .port-nav-item.return {
    margin-left: 20px;
  }

  .main-content {
    margin-top: 40px;
  }

  .nav-item-span {
    display: none;
  }

  .grid-shadow {
    display: none;
  }

  .grid-overlay-text {
    display: none;
  }

  .footer-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

