@charset "UTF-8";

body {
  position: relative;
  font-size: 18px;
  line-height: 1.8333333333;
  color: #2C2C2C;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  background: #fff;
  width: 100%;
  padding-top: 121px;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color, background, border;
  -o-transition: color, background, border;
  transition: color, background, border;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 1.3em;
  line-height: 1.2;
  color: #000;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: block;
}

h1 {
  font-size: 50px;
  line-height: 1.1428571429;
  margin-bottom: 39px;
}

h2 {
  font-size: 35px;
  line-height: 1.6;
}

p {
  margin-bottom: 20px;
}

.button {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  padding: 16px 32px 15px;
  text-decoration: none !important;
  display: inline-block;
  background: #0073AE;
  border: 2px solid #0073AE;
}

.button.button-pdf {
  padding-right: 60px;
}

.button.button-pdf:after {
  content: "";
  position: absolute;
  top: 0;
  right: 36px;
  width: 11px;
  height: 100%;
  display: inline-block;
  background: url("../images/file-pdf-light.svg") no-repeat center center/100% 100%;
}

.button.button-arrow {
  padding-right: 60px;
}

.button.button-arrow:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: calc(50% - 10px);
  right: 33px;
  width: 15px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.button.button-arrow:hover:after {
  right: 26px;
}

.button.button-hollow {
  color: #2C2C2C;
  background: #fff;
  border: 2px solid #2C2C2C;
}

.button.button-hollow:after {
  background-image: url("../images/file-pdf-dark.svg");
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.button.button-hollow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 36px;
  width: 11px;
  height: 100%;
  display: inline-block;
  background: url("../images/file-pdf-light.svg") no-repeat center center/100% 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.button.button-hollow:hover:after {
  opacity: 0;
}

.button.button-hollow:hover:before {
  opacity: 1;
}

.button:hover {
  color: #fff;
  background: #006295;
  border-color: #006295;
}

.button-wrapper {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.button-wrapper .button {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

figure img {
  width: auto;
  height: auto;
}

figure.img img {
  max-width: 100%;
}

figure.full img {
  width: 100%;
}

figure.centered {
  text-align: center;
}

figure.centered img {
  display: inline-block;
}

figure.right {
  text-align: right;
}

figure.right img {
  display: inline-block;
}

figure.align-right {
  float: right;
  width: auto;
  max-width: 50%;
  margin: 0 -10% 20px 20px;
}

figure.align-right img {
  max-width: 100%;
}

figure.sig {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 18px;
}

figure.sig img {
  max-width: 100%;
  margin-bottom: 39px;
}

figure.sig strong {
  font-size: 29px;
  line-height: 1.5517241379;
  font-weight: 300;
  display: block;
}

blockquote {
  margin: 50px 0 60px;
}

blockquote q {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
}

blockquote p {
  font-size: 1.1em;
}

blockquote.has-border {
  padding: 30px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

blockquote.has-border p:last-of-type,
blockquote.has-border q:last-of-type {
  margin-bottom: 0;
}

cite {
  font-size: 0.8em;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin: 30px 0;
}

cite:before {
  content: "—";
}

#header {
  z-index: 9999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  background: #fff;
  padding-top: 20px;
}

#logo {
  z-index: 5;
  position: relative;
  color: #000;
  width: 335px;
  max-width: calc(100% - 70px);
  float: left;
  display: table;
  text-decoration: none !important;
}

#logo .logo {
  position: relative;
  width: 139px;
  height: 80px;
  max-width: 139px;
  display: table-cell;
}

#logo .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logo .slogan {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  width: 166px;
  max-width: 166px;
  display: table-cell;
  vertical-align: middle;
}

#main-menu {
  z-index: 10;
}

#main-menu a {
  color: #000;
  letter-spacing: -0.1px;
  text-decoration: none !important;
}

#navicon {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0 none;
  display: block;
}

.navicon {
  top: calc(50% - 2px);
}

.navicon,
.navicon:before,
.navicon:after {
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  display: block;
  -webkit-transition: top, background, -webkit-transform;
  transition: top, background, -webkit-transform;
  -o-transition: top, transform, background;
  transition: top, transform, background;
  transition: top, transform, background, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.navicon:before,
.navicon:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navicon:before {
  top: -8px;
}

.navicon:after {
  top: 8px;
}

.mobile-style .navicon {
  background: transparent;
}

.mobile-style .navicon:before,
.mobile-style .navicon:after {
  top: 0;
}

.mobile-style .navicon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-style .navicon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-hero {
  z-index: 10;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 121px);
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-hero:before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#1D6B91), to(rgba(0, 115, 174, 0.4)));
  background-image: -o-linear-gradient(top left, #1D6B91, rgba(0, 115, 174, 0.4));
  background-image: linear-gradient(to bottom right, #1D6B91, rgba(0, 115, 174, 0.4));
}

.page-hero:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 744px;
  height: 732px;
  max-width: 40vw;
  display: block;
  background: url("../images/lines-hero-topright.png") no-repeat right top/100% auto;
}

.page-hero .hero-scrollto {
  position: absolute;
  bottom: 30px;
  right: 10%;
  width: 40px;
  height: 50px;
  display: block;
  border: 0 none;
  background: url("../images/scroller.svg") no-repeat center center/21px 34px;
  -webkit-transition: background-position 0.3s ease-in-out;
  -o-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
}

.page-hero .hero-scrollto:hover {
  background-position: center bottom;
}

.page-hero .wrapper {
  position: relative;
}

.page-hero .slick-slider {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-hero .slick-slider .slick-list,
.page-hero .slick-slider .slick-track {
  height: 100%;
}

.page-hero .slick-slider .page-hero-slide {
  position: relative;
}

.page-hero .slick-slider .page-hero-slide figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-hero .slick-slider .page-hero-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.page-hero .page-hero-content {
  z-index: 20;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 2%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.page-hero .page-hero-content h1 {
  color: #fff;
  margin-bottom: 20px;
}

.homepage-hero-rows .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.homepage-stats {
  padding-top: 70px;
  padding-bottom: 25px;
}

.homepage-stats .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage-stats .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.number {
  font-size: 50px;
  line-height: 1.2;
  color: #0073AE;
  font-weight: bold;
  margin-bottom: 15px;
}

.stat {
  font-size: 18px;
  line-height: 1.1428571429;
  font-weight: 300;
  text-align: center;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

#ceo-message {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

#ceo-message:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 66.6667%;
  height: 100%;
  background: #000;
  display: block;
}

#ceo-message:after {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 66.6667%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  display: block;
}

#ceo-message .ceo-message-lines {
  z-index: 1;
  position: absolute;
  left: -74%;
  width: 158%;
  height: 100%;
  background: url("../images/lines-ceo-message.png") no-repeat center bottom/auto 100%;
}

#ceo-message .ceo-left {
  z-index: 10;
  position: relative;
}

#ceo-message .ceo-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 560px;
  height: 100%;
  max-width: 100%;
  background: url("../images/ceo-thumbnail.png") no-repeat right bottom/100% auto;
}

#ceo-message .ceo-right {
  position: relative;
  color: #fff;
}

#ceo-message .ceo-message-content {
  z-index: 10;
  position: relative;
  max-width: 660px;
  padding: 100px 0 81px;
  margin: 0 auto;
}

#ceo-message .ceo-name {
  font-size: 16px;
  line-height: 1.5;
  margin: 40px 0;
}

#ceo-message .ceo-name strong {
  display: block;
  font-size: 23px;
  line-height: 1.5;
}

#stories {
  position: relative;
}

#stories .story-heading {
  font-size: 28px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 83px;
}

#stories .story-heading img {
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}

.column-people .story-column-wrap {
  background: rgba(0, 115, 174, 0.1);
}

.column-planet .story-column-wrap {
  background: rgba(101, 187, 140, 0.1);
}

.column-purpose .story-column-wrap {
  background: rgba(250, 164, 0, 0.1);
}

.story-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story-column-wrap {
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 80px 8% 20px;
}

.stories-heading {
  z-index: 20;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 93px;
  padding-bottom: 50px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(top, #FFFFFF, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
}

.story {
  position: relative;
  width: 530px;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
}

.story a {
  display: block;
  text-decoration: none !important;
}

.story .story-figure {
  position: relative;
  width: 100%;
  margin-bottom: 49px;
  display: block;
}

.story .story-figure:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -10px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
  -webkit-box-shadow: 0 3px 0 rgba(169, 206, 236, 0.2);
  box-shadow: 0 3px 0 rgba(169, 206, 236, 0.2);
  background: url("../images/icon-people.svg") no-repeat center center/60% 60% #fff;
}

.story .story-figure-inner {
  position: relative;
  width: 100%;
  padding: 53.5% 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story .story-figure-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.story.story-planet .story-figure:after {
  background-image: url("../images/icon-planet.svg");
}

.story.story-purpose .story-figure:after {
  background-image: url("../images/icon-purpose.svg");
}

.story .story-title {
  position: relative;
  padding-right: 20%;
  display: block;
}

.story .story-title:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 14px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.story .story-title:hover:after {
  right: 0;
}

#downloads {
  position: relative;
  padding-top: 150px;
  padding-bottom: 70px;
}

.page-home #downloads {
  padding-top: 100px;
  padding-bottom: 136px;
}

.page-home #downloads:before {
  top: -50px;
  height: calc(100% + 50px);
}

.page-home #downloads:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(241, 244, 249, 0)), color-stop(105%, #F1F4F9));
  background-image: -o-linear-gradient(top, rgba(241, 244, 249, 0) 0, #F1F4F9 105%);
  background-image: linear-gradient(to bottom, rgba(241, 244, 249, 0) 0, #F1F4F9 105%);
}

#downloads:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/lines-downloads.png") no-repeat 60% top/auto auto;
}

body:not(.page-home) #downloads:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  background: #F1F4F9;
}

#downloads h2 {
  margin-bottom: 29px;
}

#downloads p {
  margin-bottom: 28px;
}

#downloads .downloads-text {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
}

#downloads .downloads-text a {
  display: inline-block;
}

#downloads .downloads-background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#downloads .downloads-background .homepage-rows,
#downloads .downloads-background .row {
  height: 100%;
}

#downloads .downloads-title {
  z-index: 10;
  position: relative;
  text-align: center;
}

#downloads .downloads-buttons {
  z-index: 10;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
  text-align: center;
  font-size: 0;
}

#downloads .downloads-buttons .inner {
  margin-left: -15px;
  margin-right: -15px;
}

#downloads .downloads-buttons .inner .button {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.story-heading {
  text-align: center;
  margin-bottom: 65px;
}

.story-heading h1 {
  margin-bottom: 0;
}

.story-hero {
  position: relative;
  margin-bottom: 64px;
}

.story-hero:after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
  -webkit-box-shadow: 0 3px 0 rgba(169, 206, 236, 0.2);
  box-shadow: 0 3px 0 rgba(169, 206, 236, 0.2);
  background: url("../images/icon-people.svg") no-repeat center center/60% 60% #fff;
}

.story-planet .story-hero:after {
  background-image: url("../images/icon-planet.svg");
}

.story-purpose .story-hero:after {
  background-image: url("../images/icon-purpose.svg");
}

.story-hero img {
  width: 100%;
}

.more-stories {
  margin-top: 59px;
}

.story-stats .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1500px;
}

.wrapper.thin {
  max-width: 940px;
}

.wrapper.thinx {
  max-width: 1040px;
}

.wrapper.nav {
  max-width: 1800px;
}

.wrapper.full {
  max-width: 100%;
}

.row.row0 {
  margin-left: 0;
  margin-right: 0;
}

.row.row0 > * {
  padding-left: 0;
  padding-right: 0;
}

.row.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row.row7 > * {
  padding-left: 7px;
  padding-right: 7px;
}

.row.row20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.row20 > * {
  padding-left: 20px;
  padding-right: 20px;
}

#main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body:not(.page-home) #main {
  padding-top: 148px;
}

#main:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 744px;
  height: 732px;
  max-width: 40vw;
  display: block;
  background: url("../images/lines-main-topright.png") no-repeat right top/100% auto;
}

.dark-background {
  background: #F1F4F9;
}

.breadcrumbs {
  font-size: 0;
  margin-bottom: 26px;
}

.breadcrumbs .breadcrumb-item {
  font-size: 20px;
  display: inline-block;
  margin-right: 1em;
}

.breadcrumbs a.breadcrumb-item:after {
  content: "|";
  display: inline-block;
  margin-left: 1em;
}

.story-breadcrumb {
  font-size: 0;
  text-align: center;
  margin-bottom: 28px;
}

.story-breadcrumb a {
  font-size: 20px;
  display: inline-block;
}

#footer {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 91px 0 75px;
  background: #2C2C2C;
}

#footer .footer-left-top {
  margin-bottom: 22px;
}

#footer .footer-left-top a {
  opacity: 1;
  display: inline-block;
}

#footer .footer-left-top a:hover {
  opacity: 0.6;
}

#footer a {
  color: #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#footer a:hover {
  opacity: 1;
}

#footer .footer-left-bottom {
  opacity: 0.6;
  margin-bottom: 50px;
}

#footer .footer-right a {
  text-decoration: none !important;
}

#footer .footer-social {
  font-size: 23px;
  margin-bottom: 12px;
}

.d-ib {
  display: inline-block;
}

.rel {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-15 {
  z-index: 15;
}

.z-20 {
  z-index: 20;
}

.z-25 {
  z-index: 25;
}

.z-30 {
  z-index: 30;
}

@media screen and (min-width: 567px) {
  .homepage-stats .col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .story-stats .col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .d-ib-sm {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .homepage-hero-rows .col:first-child {
    width: 355px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 355px;
    flex: 1 0 355px;
  }

  .homepage-hero-rows .col:last-child {
    width: calc(100% - 355px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 355px);
    flex: 1 0 calc(100% - 355px);
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage-hero-rows .col:last-child .col-inner {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .homepage-stats .col {
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }

  .d-ib-md {
    display: inline-block;
  }
}

@media screen and (min-width: 800px) {
  #main-menu {
    position: relative;
    width: calc(99% - 380px);
    float: right;
    text-align: right;
  }

  #main-menu .menu {
    margin: 0 0 auto;
    padding: 0;
    list-style: none;
    display: inline-table;
  }

  #main-menu .menu .menu-item {
    display: table-cell;
  }

  #main-menu .menu .menu-item + .menu-item {
    padding-left: 50px;
  }

  #main-menu a {
    position: relative;
    font-size: 16px;
    line-height: 4.875;
    display: block;
  }

  #main-menu a:before {
    content: "";
    position: absolute;
    top: calc(100% - 25px);
    left: 0;
    width: 0;
    height: 4px;
    background: rgba(0, 115, 174, 0.6);
    display: block;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: width 0.3s ease-in-out, opacity 0.45s ease-in-out;
    -o-transition: width 0.3s ease-in-out, opacity 0.45s ease-in-out;
    transition: width 0.3s ease-in-out, opacity 0.45s ease-in-out;
  }

  #main-menu a:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #main-menu .is-current-item a:before {
    width: 100%;
    opacity: 1;
    background: rgba(0, 115, 174, 0.8);
  }

  #navicon {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  .column-people .story-column-wrap:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 20px;
    height: 100%;
    background: rgba(0, 115, 174, 0.1);
  }

  .column-purpose .story-column-wrap:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 100%;
    background: rgba(250, 164, 0, 0.1);
  }

  .page-home .story {
    min-height: 400px;
  }

  .page-home .story + .story {
    min-height: auto;
  }

  .story-stats .col {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  #footer {
    text-align: left;
  }

  #footer .footer-nav {
    display: inline-block;
  }

  #footer .footer-left-bottom {
    margin-bottom: 0;
  }

  #footer .footer-right {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .homepage-stats .col {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }
}

@media screen and (min-width: 1400px) {
  .page-home .story {
    min-height: 455px;
  }
}

@media screen and (max-width: 1200px) {
  figure.align-right {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  #downloads .downloads-buttons {
    max-width: 800px;
  }

  #downloads .downloads-buttons .inner {
    margin-left: -5px;
    margin-right: -5px;
  }

  #downloads .downloads-buttons .inner .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  #downloads .downloads-buttons .button {
    font-size: 14px;
  }
}

@media screen and (max-width: 1095px) {
  .page-hero .hero-scrollto {
    right: 5%;
    bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .story-hero:after {
    left: -10px;
  }
}

@media screen and (max-width: 991px) {
  .page-hero .button {
    font-size: 14px;
  }

  #ceo-message {
    font-size: 20px;
  }

  #ceo-message .ceo-message-content {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  #ceo-message .ceo-name {
    font-size: 16px;
  }

  #ceo-message .ceo-name strong {
    font-size: 22px;
  }

  #stories .story-heading {
    margin-bottom: 50px;
  }

  #stories .story-column-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 80px;
    padding-bottom: 80px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }

  .story + .story {
    margin-top: 80px;
  }

  #downloads .downloads-background {
    display: none;
  }

  .more-stories .story-column + .story-column {
    margin-top: 50px;
  }

  #footer .footer-left-bottom {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 799px) {
  body {
    padding-top: 100px;
  }

  .mobile-style body {
    overflow: hidden;
  }

  #header {
    padding-top: 10px;
    height: 100px;
  }

  #header:before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    -o-transition: transform, opacity, visibility;
    transition: transform, opacity, visibility;
    transition: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .mobile-open #header:before {
    width: 100vw;
    height: 120vh;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  .mobile-style #header:before {
    opacity: 1;
    visibility: visible;
  }

  #logo {
    display: block;
  }

  #logo .logo {
    display: block;
    float: left;
  }

  #logo .slogan {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    max-width: calc(99% - 139px);
    width: 100px;
    padding: 29px 0 0 15px;
    float: left;
    display: block;
  }

  #main-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 80%;
    background: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    -o-transition: transform, opacity, visibility;
    transition: transform, opacity, visibility;
    transition: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #main-menu .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
  }

  #main-menu .menu a {
    padding: 10px 20px;
    display: block;
  }

  #main-menu .menu a:hover {
    background: rgba(0, 115, 174, 0.1);
  }

  #main-menu .menu .is-current-item a {
    color: #fff;
    background: #0073AE;
  }

  .mobile-open #main-menu {
    width: 250px;
    height: 120vh;
    padding-top: 121px;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  .mobile-style #main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .page-hero {
    min-height: calc(100vh - 100px);
  }
}

@media screen and (max-width: 767px) {
  figure.sig {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero .hero-scrollto {
    right: 0;
    left: calc(50% - 20px);
    bottom: -62px;
  }

  .page-hero {
    text-align: center;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
  }

  .page-hero .page-hero-content img {
    width: 200px;
  }

  #ceo-message .ceo-message-lines {
    left: auto;
    right: -50%;
  }

  #ceo-message .ceo-message-content {
    padding-bottom: 80px;
  }

  #ceo-message:before,
  #ceo-message:after {
    left: 0;
    width: 100%;
  }

  #downloads .downloads-buttons {
    max-width: 500px;
  }

  #downloads .downloads-buttons .button {
    display: block;
  }

  #downloads {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .page-home #downloads {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .breadcrumbs .breadcrumb-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 567px) {
  figure.align-right {
    float: none;
    text-align: center;
    margin: 20px 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 566px) {
  .page-hero .button-wrapper {
    max-width: 280px;
    margin: 0 auto;
  }

  .page-hero .button-wrapper .button {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #footer .footer-left-bottom .d-ib {
    display: inline;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .page-hero .button-wrapper {
    max-width: 300px;
  }

  .page-hero .button-wrapper .button {
    display: block;
  }
}
/*# sourceMappingURL=maps/style.css.map */
