/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.logo {
  width: 90%;
  height: 90%;
  margin-left: 5%;
  margin-top: 5%; }

.logo-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

.banner {
  height: calc(100vh - 56px);
  background-color: #2d3f61;
  overflow: hidden;
  position: relative;
  z-index: 3; }

.banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2d3f61;
  /*
  background-image: radial-gradient(
    map-get($banner, background-color-2),
    map-get($banner, background-color)
  );
  */
  animation: fade-in-banner-bg 4.5s 0s ease-out forwards; }

@keyframes fade-in-banner-bg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.banner-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  animation: fade-out-banner-animation 1s 4.5s ease-out forwards; }

@keyframes fade-out-banner-animation {
  from {
    opacity: 1; }
  to {
    opacity: 0.1; } }

.banner-message {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  opacity: 0;
  animation: fade-in-banner-message 1s 5s ease-in forwards; }

@keyframes fade-in-banner-message {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.banner-image {
  flex-grow: 0.25;
  position: relative;
  margin-left: 10%; }

.banner-content {
  flex-grow: 1;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: white; }

.banner-text {
  color: #8cc4eb;
  font-size: 2.4rem;
  margin-left: 30%;
  animation: slide-text 0.4s ease-out;
  text-shadow: 0px 0px 4px black; }
  .banner-text .banner-subtext {
    margin-left: -25%; }

@keyframes slide-text {
  from {
    padding-left: 10%;
    opacity: 0; }
  to {
    padding-left: 0px;
    opacity: 1; } }

.banner-gradient {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: var(--width);
  height: var(--height);
  border-radius: var(--radius);
  background-image: linear-gradient(to right, #2d3f61, var(--color));
  opacity: 0.5;
  transform: rotate(var(--angle)); }

@media only screen and (max-width: 500px) {
  .banner-message {
    flex-direction: column; }
  .banner-image {
    margin-left: 0%; }
  .banner-text {
    font-size: 1.2rem; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

.navbar {
  width: calc(100% - 2 * );
  height: auto;
  background-image: linear-gradient(to right, #2d3f61, #375378, #2d3f61);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  text-align: center;
  z-index: 4;
  border: 1px solid #283a66; }
  .navbar .navbar-item {
    display: inline-block;
    color: #ddd;
    display: inline;
    margin-top: 8px;
    cursor: pointer;
    font-size: 1em;
    vertical-align: middle;
    line-height: 56px;
    transition: color 0.4s, text-shadow 0.4s; }
  .navbar .navbar-item::before, .navbar ::after {
    display: inline-block;
    content: "";
    width: 2vw;
    margin: 0px 1vw 5px 1vw;
    padding: 0px 1vw 0px 1vw; }
  .navbar .navbar-item:hover {
    color: #dde; }
  .navbar .navbar-item[state="click"] {
    color: #8cc4eb;
    text-shadow: 0px 0px 4px #283a66; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

text, p, h1, h2, h3 {
  display: inline;
  line-height: 2em;
  padding: 8px;
  margin: 0px; }

p {
  color: #555;
  font-size: 1.2em; }

h1 {
  color: #777;
  font-size: 2em; }

h2 {
  color: #666;
  font-size: 1.6em; }

h3 {
  color: #666;
  font-size: 1.4em; }

.contact {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 1;
  border-color: #dde;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  line-height: 28px;
  color: #ddd;
  -webkit-transition: height 0.4s ease, background-color 0.4s ease;
  -moz-transition: height 0.4s ease, background-color 0.4s ease;
  -o-transition: height 0.4s ease, background-color 0.4s ease;
  transition: height 0.4s ease, background-color 0.4s ease; }

.contact[state="bar"] {
  cursor: pointer;
  height: 28px;
  background-color: white; }

.contact[state='menu'] {
  cursor: default;
  height: 360px; }

.contact:hover {
  background-color: #29292f;
  border-color: #283a66; }

.contact-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #29292f;
  opacity: var(--transition); }

.contact-icon {
  height: 100%;
  opacity: calc(1 - var(--transition));
  z-index: 0; }

.contact-wrapper {
  width: 100%;
  height: 100%;
  display: flex; }

.contact-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 20px; }
  .contact-rows .contact-rows-item {
    text-align: center; }
  .contact-rows .contact-key {
    height: 64px;
    margin-bottom: 5px;
    margin-top: 10px; }
  .contact-rows .contact-key[orientation='horizontal'] {
    width: 64px; }
  .contact-rows .contact-value {
    text-align: center;
    width: 100%;
    font-size: 1.2em;
    color: #8cc4eb;
    white-space: normal; }

.contact-content {
  opacity: var(--transition);
  z-index: 1;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 0.25; }

.contact-details {
  border-top: 2px solid #8cc4eb;
  height: auto;
  padding-top: 20px;
  color: #8cc4eb; }
  .contact-details .contact-details-title {
    font-size: 1.6em;
    padding-bottom: 20px; }
  .contact-details .contact-detail {
    display: flex;
    flex-direction: row;
    font-size: 1.2em; }
    .contact-details .contact-detail .contact-details-key {
      font-weight: 500;
      width: 56px;
      text-transform: uppercase; }

@media only screen and (max-width: 500px) {
  .contact-rows {
    padding-bottom: 10px; }
    .contact-rows .contact-key {
      height: 32px;
      margin: 5px; }
    .contact-rows .contact-value {
      font-size: 1em;
      margin: 5px;
      width: 95%; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.page {
  padding: 20px;
  min-height: 100vh; }

.page-background {
  top: 0;
  left: 0;
  z-index: -1;
  position: fixed;
  filter: opacity(0.5);
  background-color: black; }

.page-background[orientation='horizontal'] {
  height: auto;
  width: 100%; }

.page-background[orientation='vertical'] {
  width: auto;
  height: 100%; }

.footer-spacer {
  height: calc(360px + 200px); }

@media only screen and (max-width: 500px) {
  .page {
    padding: 0px; } }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

text, p, h1, h2, h3 {
  display: inline;
  line-height: 2em;
  padding: 8px;
  margin: 0px; }

p {
  color: #555;
  font-size: 1.2em; }

h1 {
  color: #777;
  font-size: 2em; }

h2 {
  color: #666;
  font-size: 1.6em; }

h3 {
  color: #666;
  font-size: 1.4em; }

.color--navy-blue {
  color: #2d3f61; }

.color--active-blue {
  color: #8cc4eb; }

.color--dark-active-blue {
  color: #467ea5; }

.copyright {
  font-size: 1em;
  width: 100%;
  text-align: center; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

text, p, h1, h2, h3 {
  display: inline;
  line-height: 2em;
  padding: 8px;
  margin: 0px; }

p {
  color: #555;
  font-size: 1.2em; }

h1 {
  color: #777;
  font-size: 2em; }

h2 {
  color: #666;
  font-size: 1.6em; }

h3 {
  color: #666;
  font-size: 1.4em; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

.App {
  width: 100vw;
  height: 100vh;
  position: relative;
  font-family: "Roboto", sans-serif;
  background-color: white;
  z-index: 0; }

.scroll-view {
  scroll-behavior: auto;
  z-index: 0; }

.scroll-thumb {
  width: 3px;
  background-color: #70baff;
  border: 1px solid #0a3070;
  border-radius: 100px; }

.content {
  color: #111;
  z-index: 0; }

body {
  margin: 0px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

@media only screen and (max-width: 800px) {
  .App {
    font-size: 16px; } }

@media only screen and (max-width: 500px) {
  .App {
    font-size: 13px; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

text, p, h1, h2, h3 {
  display: inline;
  line-height: 2em;
  padding: 8px;
  margin: 0px; }

p {
  color: #555;
  font-size: 1.2em; }

h1 {
  color: #777;
  font-size: 2em; }

h2 {
  color: #666;
  font-size: 1.6em; }

h3 {
  color: #666;
  font-size: 1.4em; }

.error-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #2d3f61;
  color: #8cc4eb;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center; }
  .error-wrapper .error {
    width: 75%; }
    .error-wrapper .error .error-title {
      text-align: center;
      font-size: 1.6em; }
    .error-wrapper .error .error-content {
      color: #8cc4eb;
      font-size: 1em; }
    .error-wrapper .error .error-content > a {
      text-decoration: none;
      color: inherit;
      filter: brightness(115%); }
    .error-wrapper .error .error-content > a:hover {
      filter: brightness(130%); }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper, .about .about-section {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper, .about .about-section {
    margin: 10px;
    padding: 10px; } }

.fade-in-page, .about {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.about {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  width: 60%;
  margin: 0% 20% 0% 20%; }
  .about .about-header {
    width: 100%;
    text-align: center;
    font-weight: 500; }
  .about .about-content {
    line-height: normal; }
  .about .about-image {
    border-radius: 4px;
    height: auto;
    width: 350px;
    float: right;
    filter: grayscale(50%);
    box-shadow: none;
    border: none;
    margin: 30px 30px 0px 20px; }
  .about .about-section {
    margin: 20px;
    padding: 20px;
    box-shadow: none;
    width: auto;
    border: none; }
  .about .about-section::first-line {
    font-size: 1.2em; }
  .about .about-section > ul {
    margin-top: 0px;
    font-size: 1.1em;
    color: #555; }
  .about .about-section > ul > li {
    display: inline-block; }
  .about .about-section > ul > li::before {
    content: "";
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eef;
    position: relative;
    display: inline-block; }
  .about .about-section:last-child > ul > li::after:last-child {
    content: "";
    width: 0px;
    height: 0px; }

@media only screen and (max-width: 800px) {
  .about {
    width: 100%;
    margin: 0px 0px 0px 0px; }
    .about .about-image {
      border: none;
      width: calc(100% - 80px);
      margin: 40px 40px 20px 20px; } }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper, .news-item {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper, .news-item {
    margin: 10px;
    padding: 10px; } }

.fade-in-page {
  animation: fade-in 0.4s ease-out; }

.news-item {
  width: 60vw;
  margin-left: 10vw;
  border-radius: 4px; }
  .news-item .news-item-title {
    font-weight: 500; }
  .news-item .news-item-date {
    color: #777;
    margin: 10px;
    border-bottom: 2px solid #eef;
    width: auto;
    font-weight: 500; }
  .news-item .news-item-description .news-item-description-img {
    border-radius: 4px;
    width: 400px;
    float: right;
    margin: 10px;
    padding: 10px;
    border: 2px solid #eef;
    background-color: white; }
  .news-item .news-item-description::after {
    content: "";
    clear: both;
    display: table; }

.news-item:nth-child(2n) {
  margin-right: 10vw;
  margin-left: auto;
  text-align: right; }
  .news-item:nth-child(2n) .news-item-description .news-item-description-img {
    float: left; }

@media only screen and (max-width: 500px) {
  .news-item {
    width: auto;
    margin-left: 0px;
    margin-right: 0px; }
    .news-item .news-item-date {
      text-align: right; }
    .news-item .news-item-description .news-item-description-img {
      width: calc(100% - 40px);
      margin-top: 0px; }
  /*
  .news-item:nth-child(2n) {
    margin-right: 2vw;
    margin-left: auto;
  }
*/ }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper {
    margin: 10px;
    padding: 10px; } }

.fade-in-page, .news {
  animation: fade-in 0.4s ease-out; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper, .initiatives .initiatives-content, .initiatives .initiatives-content .initiatives-document {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper, .initiatives .initiatives-content, .initiatives .initiatives-content .initiatives-document {
    margin: 10px;
    padding: 10px; } }

.fade-in-page, .initiatives {
  animation: fade-in 0.4s ease-out; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

.content {
  position: relative; }

.float {
  flex-grow: 1000; }

.item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.columns {
  display: flex;
  flex-direction: row;
  position: relative; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.spacer {
  flex-grow: 1;
  height: 100%; }

.paper, .initiatives .initiatives-content, .initiatives .initiatives-content .initiatives-document {
  margin: 20px;
  padding: 20px;
  border: 1px solid #eef;
  border-radius: 4px;
  background-color: white; }

@media only screen and (max-width: 500px) {
  .paper, .initiatives .initiatives-content, .initiatives .initiatives-content .initiatives-document {
    margin: 10px;
    padding: 10px; } }

.fade-in-page, .initiatives {
  animation: fade-in 0.4s ease-out; }

/*  BLUE PALETTE
$navy-blue: rgb(25,63,127);
$light-blue: rgb(30,75,150);
$active-blue: rgb(130, 186, 255);
$dark-blue: rgb(10,48,112);
*/
/* DIM-BLUE PALETTE
$navy-blue: rgb(25,63,107);
$light-blue: rgb(40,85,130);
$active-blue: rgb(140, 196, 235);
$dark-blue: rgb(20,58,102);
$opaque-blue: rgba(25,63,107,0.5);
*/
/* GREY-BLUE PALETTE */

text, p, h1, h2, h3 {
  display: inline;
  line-height: 2em;
  padding: 8px;
  margin: 0px; }

p {
  color: #555;
  font-size: 1.2em; }

h1 {
  color: #777;
  font-size: 2em; }

h2 {
  color: #666;
  font-size: 1.6em; }

h3 {
  color: #666;
  font-size: 1.4em; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.transition {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

h1 {
  width: 100%;
  text-align: center; }

h2 {
  width: 100%;
  text-align: center; }

h3 {
  width: 100%;
  text-align: center; }

.initiatives .initiatives-content {
  position: relative;
  float: left; }
  .initiatives .initiatives-content .initiatives-document {
    float: left; }
  .initiatives .initiatives-content .initiatives-document > * {
    float: left; }
  .initiatives .initiatives-content .initiatives-document > p::first-line {
    margin-left: 50px; }
  .initiatives .initiatives-content .initiatives-document > p > img {
    border-radius: 4px;
    float: right;
    width: auto;
    max-width: 100%;
    margin: 40px; }
  .initiatives .initiatives-content .initiatives-document > p:last-child::after {
    content: "";
    clear: both;
    display: block; }
  .initiatives .initiatives-content .initiatives-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: auto; }
    .initiatives .initiatives-content .initiatives-list .initiatives-list-item {
      cursor: pointer;
      font-size: 1em;
      color: #777;
      display: inline-block;
      padding: 10px;
      z-index: 5;
      border-radius: 4px;
      transition: border-width 0.4s;
      border: 2px solid #eef;
      border-top: 2px solid white; }
    .initiatives .initiatives-content .initiatives-list .initiatives-list-item[state='active'] {
      cursor: text;
      border: none; }
  .initiatives .initiatives-content .initiatives-list::before {
    content: "";
    position: absolute;
    width: calc(100% - 80px);
    border-bottom: 2px solid #eef; }

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

@media screen and (max-width: 500px) {
  .initiatives .initiatives-list::before {
    display: none; }
  .initiatives .initiatives-list {
    justify-content: center; }
    .initiatives .initiatives-list .initiatives-list-item {
      width: 100%;
      margin-bottom: 2px;
      border-top: 2px solid #eef !important; }
    .initiatives .initiatives-list .initiatives-list-item[state='active'] {
      border-top: none !important; }
  .initiatives-document > p > img {
    margin: 20px 0px 20px 0px !important; } }

