@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BEBASNEUE.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.node-type-parallax-page .at-image-sharing-tool.addthis-animated {
display: none;
}
#admin-menu, #admin-menu .dropdown {
  z-index: 99999; 
}
div#page-header-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
header#page-header {
  border-bottom: 3px solid #ffff;
  z-index: 99;
  width: 100%;
  background: unset;
  min-width: 320px;
}
.navigation-bar.w-nav {
  position: sticky;
  background: unset;
  z-index: inherit;
}
.navbar_divider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background-image: url(../images/header_divider.svg);
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
#page-header-wrap .container [class*="col-"],
#page-header-wrap .container-fluid [class*="col-"] {
  padding: 0;
  margin:0;
}
#main-container {
  position: relative;
  
}

.node-type-parallax-page a {
  background-color: transparent;
}

.node-type-parallax-page img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.logo_link.wb {
  /* padding-left: 1em;
  border-left: 1px solid #949493; */
}
.menus .region.region-navigation {
  position: fixed;
  z-index: 999;
  right: 0;
  margin-right:9vw;
}
.menus .nav>li>a {
  padding-right: 1em;
  padding-left: 1em;
  color: #008475;
  font-size: 0.9em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.menus .nav {
  
}
.menus .nav>li {
  display: inline-block;
}
#page-header-wrap .container-fluid,
#page-header-wrap .container {
  padding: 0;
  margin: 0;
}

#page-header-wrap .container-fluid .row,
#page-header-wrap .container .row {
  padding: 0;
  margin: 0;
}
#page-footer {
  position: relative;
  padding-top: 6em;
  padding-bottom: 4em;
  background-color: #008475;
  color: #fff;
  z-index: 1;
  padding: 3em 10vw;
  margin-top:0;
}
.wrapper.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-left-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: #037063;
}
.footer-right-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: #008275;
}
.footer-left-inner {
  padding-right: 3em;
}
.footer-left-inner p {
  margin-bottom: 0px;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 1em;
  background-image: url(../images/footer-paragraph-bg.svg);
  background-position: 0px 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  
  font-family: Graphik, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
  font-size: 110%;
}
.footer-right-inner {
  margin-left: 4em;
}
.social-media-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-right: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.text-block-5 {
  font-family: Bebasneue, sans-serif;
  font-size: 1.5em;
}
.social-medias-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fb {
  width: 2em;
}

.twitter {
  width: 2em;
}

.instagram {
  width: 2em;
}

.youtube {
  width: 2em;
}

.linkedin {
  width: 2em;
}

.logos-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-footer {
  margin-right: 1em;
  text-decoration: none;
}

.link-footer.c4c {
  padding-right: 1em;
  border-right: 1px solid #fff;
}

.c4c-logo-footer {
  width: 20em;
}

.wb-logo-footer {
  width: 20em;
}

.logos-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.federal-ministry-logo {
  width: 10em;
}

.second-partner-logo {
  width: 8em;
}

.partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* Superfish CSS */
.sf-menu.sf-style-default {
  font-size: 15px;
}
.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active,
.sf-menu.sf-style-default span.nolink:hover {
  background: #008275;
  outline: 0;
}
.sf-menu.sf-style-default li,
.sf-menu.sf-style-default.sf-navbar {
  background: #037063;
}
.sf-menu.sf-style-default li li {
  background: #037063;
}
.sf-menu.sf-style-default a,
.sf-menu.sf-style-default a:visited,
.sf-menu.sf-style-default span.nolink {
  border-left: 1px solid #fff;
  border-top: 1px solid #037063;
  color: #fff;
  padding: 0.75em 1em;
}
ul.sf-menu.sf-accordion.sf-expanded,
ul.sf-menu.sf-accordion li.sf-expanded > ul {
  left: auto !important;
  
  top: auto !important;
  right: 0;
  
  
}
ul.sf-menu.sf-accordion.sf-expanded {
  margin-top: 20px;
  position: fixed;
}
.sf-accordion-toggle.sf-style-default span {
  display: none;
}
div.sf-accordion-toggle.sf-style-default a {
  background: unset;
  border: 0;
  padding: 0;
  color: #000;
}
.sf-accordion-toggle.sf-style-default a:before {
  content: '\f0c9';
  font-family: FontAwesome;
  border: 0;
}
.sf-menu.sf-style-default li, .sf-menu.sf-style-default.sf-navbar {
    background: #ffff;
    /* color: #000; */
    border: 0;
}
.sf-menu.sf-style-default li li a.active {
  /* color: #037063;
  background-color: #e0f6ea;
  border-top: 0;
  border-left: 0; */
}
.sf-menu.sf-style-default a, .sf-menu.sf-style-default a:visited, .sf-menu.sf-style-default span.nolink {
    border-left: 1px solid #fff;
    border-top: 0px solid #037063;
    color: #008475;
    font-weight: 600;
    margin-bottom:2px;}
.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover {
  background: #ffff;
  border:0px;
}
.sf-menu.sf-style-default a.sf-with-ul, .sf-menu.sf-style-default span.nolink.sf-with-ul {
    padding-right: 1.5em;
}
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active,
.sf-menu.sf-style-default span.nolink:hover {
  border-bottom:0px solid #48e1be;
  background: #ffff;
  outline: 0;
    
}
ul.sf-menu.sf-style-default > li > a:focus,
ul.sf-menu.sf-style-default > li > a:hover,
ul.sf-menu.sf-style-default > li > a:active,
ul.sf-menu.sf-style-default > li > span.nolink:hover {
  border-bottom:3px solid #48e1be;
    
}
ul.sf-menu.sf-style-default > li > a,
ul.sf-menu.sf-style-default > li > a,
ul.sf-menu.sf-style-default > li > a,
ul.sf-menu.sf-style-default > li > span.nolink {
  border-bottom:3px solid transparent;
    
}
.sf-menu.sf-style-default a,
.sf-menu.sf-style-default a,
.sf-menu.sf-style-default a,
.sf-menu.sf-style-default span.nolink {
  border-bottom:0px solid transparent;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.sf-menu ul {
  width: fit-content !important;
}

.sf-menu.sf-style-default li li a, .sf-menu.sf-style-default li li a:visited {color: #fff;border-left: 0px solid #fff;
    border-top: 0px solid #037063;
    color: #fff;
    padding: 0.75em;
    text-transform: uppercase;}
span.sf-sub-indicator {
  background: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: center !important;
  top: 0.3em !important;
  right: 0.3em;
  height: 20px;
}
.sf-menu.sf-style-default li li a:focus,
.sf-menu.sf-style-default li li a:hover,
.sf-menu.sf-style-default li li a:active,
.sf-menu.sf-style-default li li span.nolink:hover {
  border-bottom:0px solid #48e1be;
  background: #ffff;
  color:#008475;
  outline: 0;
    
}
.sf-menu.sf-style-default a, .sf-menu.sf-style-default a:visited {
  color: #008475;
  font-weight: 600;
  margin-bottom:2px;}
a:focus, a:hover {
  text-decoration: none;
}
.section.newsletter .form-block {
  display: flex;
  align-items: center;
}
.section.newsletter div.clear {
  display: inline-block;
}
.section.newsletter input[type="email"], .section.newsletter #mc_embed_signup input.email {
  width: 20em;
  height: 3em;
  margin-bottom: 0px;
  padding: 0em 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 1.1em;
  /* margin: 0; */
  margin-right: -5px;
}
.section.newsletter input[type="email"]::placeholder {
  color:#fff;
  visibility:hidden;
}
.section.newsletter input[type="email"]::placeholder {
  color:#fff;
  visibility:hidden;
}
.section.newsletter input[type="submit"], .section.newsletter #mc_embed_signup .button {
  height: 3em;
  padding: 0.5em 2em;
  background-color: #fff;
  color: #26d07c;
  font-size: 1.1em;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  /* margin-top: -14px; */
  /* padding: 0; */
}
#mc_embed_signup label.field-label {
  margin-right: 0.5em;
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline;
}
#mc_embed_signup form[style="display: none;"] #mc_embed_signup_scroll {
display: none;
}
#mc_embed_signup form[style="display: none;"] .w-form-done {
  display:block;
}
#mc_embed_signup form[style="display: none;"] {
  display: block !important;
}
.section.newsletter .webform-component-email label, .section.newsletter .webform-component-email input {
  display: inline-block;
}
.section.newsletter .webform-component-email label span.form-required {
  display:none;
  margin-left:15px;
}
.section.newsletter .webform-component-email label {
  margin-right: 0.3em;
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}
.section.newsletter .alert-block {
  position: absolute;
  top: 90%;
  padding: 10px;
  width: 60%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.section.newsletter .webform-component-email input {
  width: 250px;
  height: 2.5em;
  margin-bottom: 0px;
  padding: 0em 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 1.1em;
  border-radius: 0;
}
.section.newsletter .alert-block {
  position: absolute;
  top: 90%;
  padding: 10px;
  width: 60%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.section.newsletter .webform-confirmation {
  background-color: #dddd;
  padding: 15px;
  width: 100%;
  text-align: center;
  /* color: #ffff; */
  position: relative;
}

.section.newsletter .links {
  margin: 0;
}

.section.newsletter .links a {
  color: #fff;
  font-weight: bold;
}

.section.newsletter .links a:hover {
  font-weight: normal;
}
.section.newsletter .form-actions,.section.newsletter .form-actions button {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: -5px;
}
.section.newsletter .form-actions button {
  color: inherit;
  font: inherit;
  margin: 0;
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  height: 2.5em;
  padding: 0.5em 0.5em;
  background-color: #fff;
  color: #26d07c;
  font-size: 1.1em;
  text-transform: uppercase;
  border-radius: 0;
  /* margin-right: 1.1em; */
  /* width: 150px; */
  text-align: center;
}
.section.newsletter form {
  display: inline;
  /* width: fit-content; */
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.newsletter .webform-component-email {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}
.section.newsletter .webform-client-form {
  /* margin: 0 auto; */
}

.sm-link .sm-ico-hover {
  display: none;
}

.sm-link:hover > .sm-ico-hover {
  display: inline-block;
}

.sm-link:hover > .sm-ico {
  display: none;
}
.section.footer {
  padding: 3em 10vw;
}
.nav-menu.w-nav-menu li {
  display: inline-block;
  margin-right: 2em;
  padding: 0px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 350ms cubic-bezier(.409, .007, .596, .989);
  transition: border-color 350ms cubic-bezier(.409, .007, .596, .989);
  color: #008475;
  font-size: 0.9em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.section-text {
  width: auto;
  margin-top: 2em;
}
.nav-menu.w-nav-menu li:hover {
  border-bottom: 3px solid #48e1be;
}
.section.footer {
  padding: 3em 10vw;
}
.nav-menu.w-nav-menu li.w--current {
  border-bottom-color: #48e1be;
  color: #008475;
}
.wb-logo-footer {
  width: 16em;
}
@media screen and (max-width: 991px) {
  .navigation-bar {
    
  }
  .node-type-parallax-page .heading-highlight-mobile {
    padding-top: 0em;
    padding-bottom: 0.2em;
    font-size: 42px;
  }
  .section.newsletter .webform-component-email label, .section.newsletter .webform-component-email input {
    display: block;
  }
  .section.newsletter .webform-component-email label {
    font-size: 32px;
    text-align: center;
    margin-bottom:20px;
  }
  .section.newsletter .webform-component-email {
    display: block;
    margin-bottom: 15px;
  }
  .section.newsletter .webform-component-email input {
    width: 100%;
    height: 53px;
    font-size: 26px;
  }
  .section.newsletter form {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .node-type-parallax-page .section {
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
      padding-right: 4vw;
      padding-left: 4vw;
  }
  .section.newsletter .form-actions, .section.newsletter .form-actions button {
    display:block;
  }
  .section.newsletter .form-actions button{
    width:100%;
    font-size:20px;
  }
  .node-type-parallax-page .heading-3 {
    font-size: 60px;
  }
  .marker.wwd {
    left: 16%;
    bottom: -28%;
  }
  
  .section-list {
    margin-top: 60px;
  }
  .main-article-title-link{
    font-size: 30px;
  }
  .node-type-parallax-page p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .article-title-link{
    font-size: 23px;
  }
  .node-type-parallax-page .wb-figures p {
    font-size: 52px;
  }
  
  .footer-left {
    width:100%;
  }
  .footer-right {
    width: 100%;
  }
  .wrapper.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-right-bg {
    display: none;
  }
  .footer-left-bg {
    width: 100%;
  }
  .footer-paragraph {
    padding-top: 0em;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: left;
  }
  .text-block-5 {
    font-family: Bebasneue, sans-serif;
    font-size: 26px;
  }
  .sm-ico {
    width: 40px;
    margin-right: 16px;
  }
  .node-type-parallax-page .footer-left-inner p {
    font-size: 20px;
    margin-top: 2em;
    padding-bottom: 4em;
    padding-left: 0em;
    background-image: none;
  }
  .logos-footer {
    justify-content: left;
  }
  .wb-logo-footer {
    width: 130px;
  }
  .footer-right-inner {
    margin-left: 0em;
  }
  .partners-wrapper {
    margin-top: 20px;
  }
  .footer-left-inner {
    padding-right: 0em;
    margin-bottom:0;
  }
  .c4c-logo-footer {
    width: 130px;
  }
  body.node-type-parallax-page {
    font-family: Graphik, sans-serif;
    color: #008475;
    font-size: 18px;
    line-height: 1.6;
  }
  .node-type-parallax-page .news-section-intro p {
    font-size: 52px;
  }
  
}
@media screen and (max-width: 479px) {
  .arrow-section-2.htc {
    left: 13.3em;
  }
  .section-text p {
    width: 100%;
    font-size: 19px;
  }
  .list_item_marker_wrapper.mission {
    left: 11em;
  }
  .list_item_marker_wrapper.community {
    left: 8.1em;
  }
  .list_item_marker_wrapper.team {
    left: 6.9em;
  }
  .list_item_marker_wrapper.legacy {
    left: 8.7em;
  }
  .marker-wrapper.mobile {
    top: 0em;
  }
  .sf-menu.sf-style-default li, .sf-menu.sf-style-default.sf-navbar {
      background: #037063;
      /* color: #000; */
      border: 0;
  margin-right: 2em;}

  .sf-menu.sf-style-default a, .sf-menu.sf-style-default a:visited, .sf-menu.sf-style-default span.nolink {
      border-left: 1px solid #fff;
      border-top: 0px solid #037063;
      color: #ffff;
      font-weight: 600;
      margin-bottom:2px;}
  .sf-menu.sf-style-default li:hover,
  .sf-menu.sf-style-default li.sfHover {
    background: #037063;
    border: 1px solid #ffff;
  color: #ff;color: #ffff;}
  .sf-menu.sf-style-default a.sf-with-ul, .sf-menu.sf-style-default span.nolink.sf-with-ul {
      padding-right: 1.5em;
  }
  .sf-menu.sf-style-default a:focus,
  .sf-menu.sf-style-default a:hover,
  .sf-menu.sf-style-default a:active,
  .sf-menu.sf-style-default span.nolink:hover {
    border-bottom: 0px solid #48e1be;
    background: initial;
    outline: 0;
      
  color: #ffff;}
  a:focus > .sf-sub-indicator, 
  a:hover > .sf-sub-indicator, 
  a:active > .sf-sub-indicator, 
  li:hover > a > .sf-sub-indicator, 
  li.sfHover > a > .sf-sub-indicator, 
  span.nolink:hover > .sf-sub-indicator, 
  li:hover > span.nolink > .sf-sub-indicator, 
  li.sfHover > span.nolink > .sf-sub-indicator,
  a > .sf-sub-indicator, span.nolink > .sf-sub-indicator {
    background-color:#008275;
    width: 12px;
  height: 12px;margin: 0 auto;right: 0em;}

  .sf-menu.sf-style-default li li a {color: #fff;border-left: 1px solid #fff;
      border-top: 1px solid #037063;
      color: #fff;
      padding: 0.75em;}

  .sf-menu.sf-style-default li li a:focus > .sf-sub-indicator, 
  .sf-menu.sf-style-default li li a:hover > .sf-sub-indicator, 
  .sf-menu.sf-style-default li li a:active > .sf-sub-indicator, 
  .sf-menu.sf-style-default li li:hover > a > .sf-sub-indicator, 
  .sf-menu.sf-style-default li li.sfHover > a > .sf-sub-indicator, 
  .sf-menu.sf-style-default li li span.nolink:hover > .sf-sub-indicator, 
  .sf-menu.sf-style-default li li:hover > span.nolink > .sf-sub-indicator, 
  .sf-menu.sf-style-default li li.sfHover > span.nolink > .sf-sub-indicator,
  a > .sf-sub-indicator, span.nolink > .sf-sub-indicator {
    background-color:#037063;
    width: 12px;
  height: 12px;margin: 0 auto;right: 0em;

  }
  .sf-menu.sf-style-default li li a:focus,
  .sf-menu.sf-style-default li li a:hover,
  .sf-menu.sf-style-default li li a:active,
  .sf-menu.sf-style-default li li span.nolink:hover {
    border-bottom:0px solid #48e1be;
    background: initial;
    color:#000;
    outline: 0;
      
  }
  .list_item_marker.platforms {
    top: -2.5em;
    width: 87%;
  }
  .list_item_marker_wrapper.organization {
    left: 7.1em;
  }
  .list_item_marker_wrapper.young-person {
    left: 6.7em;
    top: 3%;
    width: 50%;
  }
  .list_item_marker_wrapper.feeling-creative {
    left: 25%;
  }
  .section.newsletter .form-block {
    width: 100%;
  }
  .section.newsletter #mc_embed_signup label.field-label, .section.newsletter input[type="email"], .section.newsletter #mc_embed_signup input.email {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .section.newsletter #mc_embed_signup label.field-label {
    font-size: 32px;
    text-align: center;
    margin-bottom:20px;
  }
  .section.newsletter .form-block {
    display: block;
    margin-bottom: 15px;
  }
  .section.newsletter input[type="submit"] {
    width: 100%;
    height: 53px;
    font-size: 26px;
  }
  .section.newsletter form {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
   
  .section.newsletter .form-actions, .section.newsletter #mc_embed_signup .button {
    display:block;
  }
  .section.newsletter #mc_embed_signup .button{
    width:100%;
    font-size:20px;
    text-align: center;
    align-items: center;
  }
}
