@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 4018808, 2021-02-22T16:49:24-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ZurichXCnBTWXX-Regular by Bitstream
 * URL: https://www.myfonts.com/fonts/bitstream/zurich/std-roman-extra-condensed-176111/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d5278");
@font-face {
  font-family: "zurich";
  src: url("/webfonts/zurich-font.woff2") format("woff2"), url("/webfonts/zurich-font.woff") format("woff");
  font-weight: normal; }

/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2021 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Latinotype
 * License URL: https://www.fontspring.com/licenses/latinotype/webfont
 *
 *
 */
@font-face {
  font-family: 'isidorasans';
  src: url("/webfonts/isidorasans-medium-webfont.woff2") format("woff2"), url("/webfonts/isidorasans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'isidorasans';
  src: url("/webfonts/isidorasans-mediumit-webfont.woff2") format("woff2"), url("/webfonts/isidorasans-mediumit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'isidorasans';
  src: url("/webfonts/isidorasans-bold-webfont.woff2") format("woff2"), url("/webfonts/isidorasans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'isidorasans';
  src: url("/webfonts/isidorasans-black-webfont.woff2") format("woff2"), url("/webfonts/isidorasans-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

*:not(svg), header, input, button {
  position: relative;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
  transition: .2s;
  box-sizing: border-box;
  outline: none;
  border: 0 solid;
  background: none; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.orange_gradient, article, .mission, nav.menu:before {
  background: linear-gradient(180deg, #ff9e00 0%, #f0802c 100%); }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

p a {
  text-decoration: underline;
  color: white; }

form {
  width: 100%;
  font-size: calc(20px + .3vw); }

input {
  padding: 0.6em 1em;
  margin-bottom: .6em;
  font-family: isidorasans;
  font-size: inherit;
  font-weight: 900;
  cursor: pointer;
  width: 100%; }
  input[type="submit"] {
    font-family: isidorasans;
    width: auto; }

p, ul {
  margin-bottom: 1em; }

section {
  min-height: 5vw; }

h1, h2, h3, h4, h4, h6 {
  font-family: zurich;
  margin-bottom: .5em;
  font-weight: normal; }

h1 {
  font-size: calc(22px + 2.6vw);
  line-height: 1.1;
  text-transform: uppercase; }

h2 {
  font-size: calc(18px + 1.2vw);
  line-height: 1.15; }

h3 {
  font-size: calc(18px + .8vw);
  line-height: 1.2; }

body {
  color: #ffffff;
  font-family: isidorasans, sans-serif;
  padding: 0;
  margin: 0;
  font-size: calc(14px + .4vw);
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 400;
  background: #00a1ba;
  min-height: 100vh; }

.main_text a {
  color: inherit;
  text-decoration: underline; }

.hide {
  display: none; }

button {
  font-size: calc(14px + .4vw);
  font-family: isidorasans;
  text-transform: uppercase;
  font-weight: 900;
  bottom: 0;
  right: 0;
  padding: 0.2em 0.65em 0.25em;
  cursor: pointer; }
  button a {
    color: white; }

form button {
  font-size: inherit; }

.btn_style-1 {
  transition: .15s;
  color: white;
  background: #ff5321;
  letter-spacing: .2em; }
  .btn_style-1:hover {
    padding-right: 1.6em; }
    .btn_style-1:hover .arrow {
      opacity: 1;
      transition: .3s; }
  .btn_style-1 .arrow {
    content: url(/images/icon_arrow-1.svg);
    width: 0.5em;
    height: 0.7em;
    position: absolute;
    top: 0.5em;
    right: 0.65em;
    opacity: 0;
    transition-delay: .05s;
    transition: .1s; }
    .btn_style-1 .arrow * {
      stroke: white; }

.full_width_photo {
  background-size: cover;
  height: 50vw; }

footer {
  padding: 0 9vw 6vw;
  text-align: center; }
  footer .social_icons {
    justify-content: center;
    font-size: 17px; }

.page_bottom_graphic {
  height: calc(3 * 10px);
  background: #f0802c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .page_bottom_graphic:before {
    content: '';
    height: 10px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #5dd2d2; }
  .page_bottom_graphic:after {
    content: '';
    height: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #ff5321; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video_preview {
  margin-bottom: calc(20px + 2vw);
  display: flex;
  justify-content: center;
  align-items: center; }
  .video_preview img {
    width: 100%; }

.play_button {
  content: '';
  background: #00a1ba;
  position: absolute;
  border-radius: 50%;
  width: calc(40px + 3vw);
  height: calc(40px + 3vw);
  display: flex;
  justify-content: center;
  align-items: center; }
  .play_button img {
    width: 35%;
    margin-left: 7%;
    position: absolute; }
  .play_button:hover {
    width: calc(55px + 3vw);
    height: calc(55px + 3vw); }
    .play_button:hover img {
      width: 22%; }

.video_overlay {
  width: 0;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; }
  .video_overlay.open {
    width: 100%; }
  .video_overlay .embed_container-wrapper {
    border: 1vw white solid;
    width: 85%;
    opacity: 0;
    max-width: 143vh; }
    .video_overlay .embed_container-wrapper.open {
      opacity: 1;
      width: 95%;
      transition-delay: .3s;
      transition-duration: .5s; }
  .video_overlay .embed_container {
    border: 10px white solid; }
  .video_overlay .video_close_button {
    display: none; }
    .video_overlay .video_close_button.open {
      display: block; }

.video_close_button {
  position: fixed; }
  .video_close_button * {
    stroke-width: 3vw;
    stroke: #ffffff; }

header {
  height: 65vw;
  background-image: url("/images/header_background_image-home.jpg");
  background-size: cover;
  background-position: top left;
  border-bottom: 10px #5dd2d2 solid; }

.latest_updates header {
  background-image: url("/images/header_background_image-latest_updates.jpg"); }

.take_action header {
  background-image: url("/images/header_background_image-take_action.jpg"); }

.about header {
  background-image: url("/images/header_background_image-about.jpg"); }

.team header {
  background-image: url("/images/header_background_image-team.jpg"); }

.header_content_wrapper {
  position: absolute;
  height: 100%;
  width: 65%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  padding-left: 9vw;
  padding-right: 6vw;
  font-weight: 700;
  line-height: 1.6; }
  .header_content_wrapper h1 {
    font-size: 6vw;
    margin-bottom: 1.6vw; }
  .header_content_wrapper p {
    margin-bottom: 0;
    font-size: 1.7vw;
    text-shadow: -0.2em 0.2em 3em rgba(0, 0, 0, 0.8); }

p.home_intro {
  display: none; }

.logo {
  width: 30vw;
  margin-right: 3em;
  cursor: pointer; }

.content_wrapper {
  padding: 0 9vw;
  top: -10vw; }
  .content_wrapper.unboxed {
    top: 0; }

.standard_content_wrapper {
  padding: 6vw 9vw; }

article {
  border-bottom: 10px #5dd2d2 solid;
  border-top: 10px #ff5321 solid;
  padding: 3% 4% 6%;
  margin-bottom: 4%;
  width: 100%; }
  article:after {
    content: '';
    width: 3vw;
    height: 3vw;
    background: url(/images/icon-checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(-1.5vw - (10px/2));
    left: calc(50% - 1.5vw); }
  article .btn_style-1 {
    position: absolute;
    bottom: 1.5vw;
    right: 0; }
  article.excerpt b {
    font-weight: 400; }
  article.excerpt .date {
    font-weight: 700; }
  article .date {
    font-weight: 700; }
  article.full {
    padding: 6% 8%; }
    article.full h2 {
      font-size: calc(22px + 3.4vw); }
    article.full:after {
      width: 4vw;
      height: 4vw;
      top: calc(-2vw - (10px/2));
      left: calc(50% - 2vw); }
    article.full img {
      margin: auto;
      display: block; }

.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.two_column article {
  width: 48%; }

.single_column {
  justify-content: center; }
  .single_column article {
    width: 80%; }
  .single_column h2 {
    font-size: calc(22px + 2.4vw); }

.three_column article {
  flex-grow: 1;
  margin-right: 3%;
  width: 30%; }
  .three_column article:last-child {
    margin-right: 0; }
  .three_column article:nth-child(n+4) {
    display: none; }

.simple_text_block {
  width: 80%;
  margin: 4vw auto; }

.about h3 {
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 0.2em 0.3em 0;
  background: #ff5321;
  left: 10%;
  font-size: calc(22px + 2.8vw);
  line-height: 0.9;
  display: inline-block;
  margin-bottom: 0;
  border-bottom: 3px #ff5321 solid; }

.mission {
  border-top: 10px #ff5321 solid;
  padding: 6% 10%;
  width: 100%;
  z-index: 2; }
  .mission .leader_sentence {
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 8%;
    background: url(/images/icon-arrow-inner-page.png) no-repeat top left;
    background-size: 6%;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid white 1px; }

.floating_wrapper {
  background: #00a1ba;
  border-top: 10px #5dd2d2 solid;
  padding: 6% 10%;
  width: 100%;
  z-index: 2;
  margin-bottom: 6%; }
  .floating_wrapper ul {
    padding-left: 10%;
    padding-right: 10%; }

.values_wrapper .inner_wrapper {
  top: -11vw; }

h3.values {
  background: #5dd2d2;
  display: inline-block;
  border-bottom-color: #5dd2d2; }

.values_wrapper {
  z-index: 3; }
  .values_wrapper .simple_text_block {
    margin-bottom: 0; }
    .values_wrapper .simple_text_block.arrowed {
      padding-left: 8%;
      background: url(/images/icon-arrow-inner-page.png) no-repeat top left;
      background-size: 6%; }

.values_bullet_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em; }

.values_bullet {
  width: 48%; }
  .values_bullet p {
    padding-left: 2.7em; }
  .values_bullet h4 {
    font-family: isidorasans;
    display: inline-block;
    font-weight: 900;
    background-color: #000e68;
    padding: 0.2em 0.5em;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ff9e00;
    padding-left: 2.7em;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em; }
    .values_bullet h4:after {
      content: '';
      width: 2em;
      height: 2em;
      position: absolute;
      left: 0;
      top: -.1em;
      background: url(/images/icon-checkmark.png) no-repeat;
      background-size: contain; }

.shift_up {
  margin-top: -11%; }

.about_photo-1 {
  width: 100%;
  display: block; }

.about_photo-1 {
  width: 100%;
  display: block; }

.content_wrapper.what_we_do {
  width: 100%;
  padding: 0;
  background: #f0802c; }
  .content_wrapper.what_we_do b {
    color: #000e68; }
  .content_wrapper.what_we_do ul {
    margin-top: 3vw; }
  .content_wrapper.what_we_do li {
    list-style-type: none;
    padding-right: 10%;
    padding-left: 4.5em;
    background: url(/images/icon-checkmark.png);
    background-position: top left 3%;
    background-size: 2em 2em;
    background-repeat: no-repeat;
    margin-bottom: 1em; }
  .content_wrapper.what_we_do .simple_text_block {
    margin-top: 0; }
  .content_wrapper.what_we_do .floating_wrapper {
    padding-left: 9vw;
    padding-right: 10%; }

.team_member {
  margin-bottom: 4em;
  display: flex;
  align-items: flex-start; }
  .team_member img {
    width: 9%;
    min-width: 200px;
    border: 6px solid white;
    border-radius: 50%;
    margin-right: 3%; }
  .team_member h2 {
    color: #000e68;
    text-transform: uppercase;
    margin-bottom: .2em; }

.job_title {
  font-weight: 700; }

.bio {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ffffff; }

.email {
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 1em; }
  .email a {
    color: white; }

.inner_page header {
  height: 57vw; }

.inner_page .header_content_wrapper {
  padding-left: 0;
  align-items: flex-start; }

.inner_page h1 {
  border-bottom: 5px solid #ff5321;
  padding-bottom: .3em;
  padding-left: 9vw; }

nav {
  font-family: isidorasans; }

nav.desktop {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 4vw;
  z-index: 2;
  display: flex;
  justify-content: space-between; }

.main_tabs {
  font-size: 1vw; }
  .main_tabs > a > div {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .2em;
    vertical-align: top;
    color: white;
    margin-right: 1em; }
    .main_tabs > a > div:hover {
      transform: translateY(-0.2vw);
      color: #5dd2d2; }

.nav_wrapper_left {
  top: -.5vw; }

.nav_wrapper_right {
  font-size: 1vw;
  display: flex;
  top: .7vw; }
  .nav_wrapper_right .social_icons {
    top: -0.3vw; }

.social_icons {
  display: flex;
  justify-content: right; }
  .social_icons div {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    margin-right: .5em;
    display: flex;
    align-items: center;
    justify-content: center; }
  .social_icons.filled div:hover svg * {
    fill: #5dd2d2; }
  .social_icons.bordered div {
    border: 3px solid;
    border-color: #00a1ba; }
    .social_icons.bordered div:hover {
      background: #00a1ba; }
  .social_icons svg {
    height: .8em;
    display: block; }
    .social_icons svg * {
      fill: #ffffff; }
    .social_icons svg.facebook {
      height: 1.1em; }
    .social_icons svg.video {
      margin-left: .2em; }

.paginate {
  text-align: center;
  width: 100%; }

.paginate div {
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.2em 0.5em;
  border: 1px solid #5dd2d2;
  margin-left: .7em;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer; }
  .paginate div a {
    color: inherit; }

.paginate div:hover {
  background: #ffffff;
  color: #f0802c; }

.tab.open:nth-child(1n) {
  transition-delay: 0.03s !important; }

.tab.open:nth-child(2n) {
  transition-delay: 0.06s !important; }

.tab.open:nth-child(3n) {
  transition-delay: 0.09s !important; }

.tab.open:nth-child(4n) {
  transition-delay: 0.12s !important; }

.tab.open:nth-child(5n) {
  transition-delay: 0.15s !important; }

.tab.open:nth-child(6n) {
  transition-delay: 0.18s !important; }

.tab.open:nth-child(7n) {
  transition-delay: 0.21s !important; }

nav.menu {
  font-size: 6vw;
  position: fixed;
  padding: 15vw;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: -1; }
  nav.menu.open {
    overflow: auto;
    z-index: 6; }
  nav.menu:before {
    content: '';
    position: fixed;
    height: 200%;
    width: 0;
    left: 0;
    top: 0;
    transition: .2s;
    overflow: hidden; }
  nav.menu.open:before {
    width: 100%; }
  nav.menu a {
    text-decoration: none;
    color: #ffffff; }
  nav.menu .tab {
    opacity: 0;
    margin-bottom: 0.9em;
    transition-delay: 0s;
    transition-duration: .1s;
    display: block;
    cursor: pointer;
    right: 3vw;
    text-transform: uppercase;
    letter-spacing: .1em; }
    nav.menu .tab:hover {
      transition: .3s; }
    nav.menu .tab.open {
      opacity: 1;
      right: 0;
      transition-duration: .2s; }
  nav.menu .social_icons {
    justify-content: center;
    font-size: 80%;
    margin-top: 3.5vw;
    opacity: 0;
    transition-duration: .1s;
    transition-delay: 0s; }
    nav.menu .social_icons.open {
      opacity: 1;
      transition-duration: .2s;
      transition-delay: .2s; }

.menu_button, .video_close_button, .open_button, .close_button {
  height: 3vw;
  width: 3.5vw;
  right: 5vw;
  top: 4vw;
  z-index: 7;
  display: none;
  cursor: pointer; }

.open_button {
  position: fixed; }
  .open_button * {
    stroke-width: 3vw;
    stroke: #ff9e00; }
  .open_button.open * {
    stroke: #ffffff; }
  .open_button.open {
    display: none; }
  .open_button.hide {
    display: none !important; }

.close_button {
  position: fixed; }
  .close_button * {
    stroke-width: 3vw;
    stroke: #ff9e00; }
  .close_button.open {
    display: block; }

@media screen and (min-width: 1030px) and (max-width: 1366px) and (max-height: 1000px) {
  header {
    height: 100vh; } }

@media only screen and (max-width: 1300px) {
  .main_tabs {
    font-size: 1.3vw; } }

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: calc(22px + 1.6vw); }
  h2 {
    font-size: calc(20px + 0.8vw); }
  h3 {
    font-size: calc(18px + .5vw); }
  .open_button {
    display: block; }
  .nav_wrapper_right {
    display: none; }
  nav.menu {
    font-size: 4vw; }
  header {
    border-bottom-width: 7px; }
  .header_content_wrapper {
    font-size: calc(14px + -0.1vw); }
    .header_content_wrapper p {
      font-size: 1.9vw; }
  .logo {
    width: 45vw; }
  .content_wrapper {
    padding: 0 6vw; }
  .columns article {
    font-size: calc(13px + .2vw); }
  article {
    border-top-width: 7px;
    border-bottom-width: 7px;
    padding-bottom: 8%; }
  .page_bottom_graphic {
    height: calc(3 * 7px); }
    .page_bottom_graphic:before {
      height: 7px; }
    .page_bottom_graphic:after {
      height: 7px; }
  button {
    font-size: calc(13px + 0.3vw); }
  .content_wrapper.what_we_do .simple_text_block {
    margin-top: 0; }
  .content_wrapper.what_we_do .floating_wrapper {
    padding-left: 6vw;
    padding-right: 6vw; }
  .content_wrapper.what_we_do li {
    padding-left: 3.9em; }
  .values_bullet h4 {
    background: none;
    color: #000e68;
    font-size: calc(17px + .4vw);
    line-height: 1.1;
    padding-left: 5.5vw; }
    .values_bullet h4:after {
      width: 1.5em;
      height: 1.5em; }
  .values_bullet p {
    padding-left: 5.5vw; }
  .team_member h2 {
    font-size: calc(30px + 1.2vw); } }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 8vw; }
  h2 {
    font-size: 8vw; }
  .logo {
    width: 75%; }
  header {
    height: 117vw !important;
    background-image: url("/images/header_background_image-home-mobile.jpg");
    background-size: 100%;
    background-position: top left; }
  .latest_updates header {
    background-image: url("/images/header_background_image-mobile-latest_updates.jpg"); }
  .take_action header {
    background-image: url("/images/header_background_image-mobile-take_action.jpg"); }
  .about header {
    background-image: url("/images/header_background_image-mobile-about.jpg"); }
  .team header {
    background-image: url("/images/header_background_image-mobile-team.jpg"); }
  .header_content_wrapper {
    position: relative;
    height: 35vh;
    width: 70%; }
    .header_content_wrapper .social_icons {
      display: none !important; }
    .header_content_wrapper h1 {
      font-size: 10vw; }
    .header_content_wrapper p {
      display: none; }
  p.home_intro {
    display: block;
    font-weight: 700;
    margin-bottom: 8vw; }
  nav.desktop {
    padding-top: 5vw;
    padding-left: 7vw; }
  .inner_page header {
    height: 97vw !important; }
  .inner_page .header_content_wrapper {
    justify-content: flex-end;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0; }
  .inner_page h1 {
    border-bottom: 3px solid #ff5321;
    padding-bottom: .2em;
    margin-top: .3em;
    margin-bottom: 1em; }
  .open_button, .close_button {
    max-width: 60%;
    width: 9vw;
    top: 5vw;
    right: 7vw;
    height: 7vw; }
    .open_button *, .close_button * {
      stroke-width: 6vw; }
  .open_button * {
    stroke: #ff9e00; }
  nav.menu {
    font-size: 6vw; }
  .content_wrapper {
    top: auto;
    padding-top: 8vw;
    padding-bottom: 8vw; }
    .content_wrapper.unboxed {
      padding-right: 0;
      padding-left: 0; }
  .columns article {
    font-size: calc(15px + 0.4vw); }
  article {
    width: 100% !important;
    padding: 6% 8% 5% !important;
    margin-bottom: 8vw !important; }
    article .btn_style-1 {
      bottom: 7%; }
    article:after, article.full:after {
      width: 8vw;
      height: 8vw;
      left: calc(50% - 4vw);
      top: calc(-4vw - (10px/2)); }
    article.excerpt {
      padding-bottom: 20% !important; }
  .mission {
    padding-left: 7vw;
    padding-right: 7vw; }
  .floating_wrapper {
    padding-left: 7vw;
    padding-right: 7vw; }
  .simple_text_block {
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw; }
  .about h3 {
    margin-top: 6vw;
    padding-top: .3em; }
  .content_wrapper.what_we_do h3 {
    margin-top: 0; }
  .content_wrapper.what_we_do .simple_text_block {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.6em;
    margin-top: 0; }
  .content_wrapper.what_we_do ul {
    padding-left: 0;
    padding-right: 0; }
  .content_wrapper.what_we_do li {
    padding-right: 0;
    padding-left: 2.8em;
    background-position: top left; }
  .content_wrapper.what_we_do .floating_wrapper {
    padding-left: 7vw;
    padding-right: 7vw; }
  .values_wrapper .inner_wrapper {
    top: -17vw; }
  .values_wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    .values_wrapper .simple_text_block {
      padding-bottom: 0;
      margin-bottom: 0; }
      .values_wrapper .simple_text_block.arrowed {
        padding-left: calc(7vw + 8%);
        background-position: top left 6%; }
  .values_bullet {
    width: 100%;
    margin-bottom: 0.5em; }
    .values_bullet p {
      padding-left: 8.8vw; }
    .values_bullet h4 {
      padding-left: 8.8vw;
      margin-bottom: 0.2em; }
      .values_bullet h4:after {
        width: 1.3em;
        height: 1.3em;
        top: .1em; }
  .team_member {
    display: block; }
    .team_member img {
      display: block;
      margin: 1em auto; }
    .team_member h2 {
      text-align: center; }
    .team_member .job_title {
      text-align: center; } }

/*# sourceMappingURL=style.map */