/* fonts */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("/fonts/Montserrat-Light.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: 'BigShouldersInlineText';
  font-style: normal;
  font-weight: 600;
  src: local("BigShouldersInlineText"), local("BigShouldersInlineText-SemiBold"), url("/fonts/BigShouldersInlineText-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'BigShouldersInlineText';
  font-style: normal;
  font-weight: 900;
  src: local("BigShouldersInlineText"), local("BigShouldersInlineText-Black"), url("/fonts/BigShouldersInlineText-Black.ttf") format("truetype"); }

/* colors */
/* fonts */
/* breakpoints */
/**
* Reset some basic elements
*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/* base styles, using foundation 6 defaults */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: baseline; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  background: white;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 18px;
  margin: 0;
  min-height: 100%;
  padding: 0; }
  @media screen and (min-width: 48em) {
    body {
      font-size: 18px;
      line-height: 22px; } }

article,
header,
section {
  display: block; }

a {
  background-color: transparent;
  border-bottom: 2px solid black;
  color: black;
  text-decoration: none; }
  a:hover {
    border-bottom: 2px solid #5c2bf5; }

img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

h1, h2, h3, h4, .site-title {
  color: #5c2bf5;
  font-family: "BigShouldersInlineText", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

h1, .site-title {
  color: #b1edfe;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 3.5rem; }
  @media (min-width: 48em) {
    h1, .site-title {
      font-size: 9rem;
      margin: 0;
      min-width: none; }
      h1 img, .site-title img {
        margin: 2rem 0;
        width: 55%; } }
  h1 img, .site-title img {
    margin: 0 0 1rem;
    max-width: 350px;
    width: 90%; }

h2 {
  font-size: 2.1rem;
  line-height: 1.25;
  margin: 2rem 0 1rem; }
  @media (min-width: 48em) {
    h2 {
      font-size: 2.8rem; } }

h3 {
  font-size: 1.8rem;
  line-height: 1.25; }
  @media (min-width: 48em) {
    h3 {
      font-size: 2.4rem;
      margin: 1.6rem 0; } }

h4 {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 1.4rem 0; }
  @media (min-width: 48em) {
    h4 {
      font-size: 2rem; } }

h5 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 1.2rem 0 1rem; }

p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 23em) {
    p {
      margin: 0 4% 1rem; } }

ul {
  margin: 0 0 1rem 2rem; }
  ul li {
    line-height: 26px;
    margin-bottom: 0.5rem; }
    ul li ul {
      margin: 0.5rem 0 1rem 1.3rem; }

ol {
  list-style-type: decimal; }
  ol li {
    margin-bottom: 1rem; }
    ol li:before {
      content: " "; }

blockquote {
  border-left: 0.7rem solid #595959;
  margin-bottom: 2.3rem;
  padding-left: 2rem;
  padding-right: 3rem; }

pre {
  background-color: #c9c9c9;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem 0.5rem; }

code {
  display: inline-block;
  font-size: 1.1rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-all; }

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.no-scroll {
  height: 100%;
  margin: 0;
  overflow: hidden; }

.container {
  margin: 0 auto;
  padding: 2%;
  width: 100%; }
  @media (min-width: 23em) {
    .container {
      min-width: 300px; } }
  @media screen and (min-width: 48em) {
    .container {
      padding: 2% 0;
      width: 750px; } }
  @media screen and (min-width: 66em) {
    .container {
      width: 800px; } }

.griddy {
  display: grid;
  grid-column-gap: 10%;
  grid-row-gap: 2rem;
  grid-template-columns: 35% 65%;
  grid-template-rows: auto;
  margin-top: 2rem;
  width: 100%; }

.flex-parent {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 48em) {
    .flex-parent {
      flex-direction: column; } }

.flex-child {
  height: auto;
  margin: 0;
  text-align: left;
  width: 50%; }
  @media screen and (max-width: 34em) {
    .flex-child {
      width: 100%; } }
  .flex-child:nth-child(1) {
    padding-right: 1rem; }
  .flex-child:nth-child(2) {
    padding-left: 1rem; }

table {
  border: 0;
  display: inline-table;
  font-size: .8rem;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  @media screen and (min-width: 48em) {
    table {
      font-size: 1rem;
      overflow: none;
      width: 100%; } }
  table th {
    font-weight: 400;
    line-height: 1.3rem;
    padding: 0.5rem;
    text-align: center;
    vertical-align: bottom; }
    @media screen and (min-width: 48em) {
      table th {
        padding: 1rem 1rem .5rem; } }
  table th:nth-child(1) {
    border-left: 2px solid #c9c9c9;
    text-align: left; }
  table th:last-child {
    border-right: 2px solid #c9c9c9; }
  table td {
    border: 2px solid #c9c9c9;
    line-height: 1.3rem;
    padding: 1rem;
    text-align: center; }
    table td:nth-child(1) {
      background: none;
      text-align: left; }

table.data-stripes th,
table.data-stripes thead tr td {
  background-color: #2b2b2b;
  border-left: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  color: white;
  display: none;
  font-weight: bold;
  text-align: center; }

table.data-stripes tr:nth-child(odd) {
  background-color: #c9c9c9; }

table.data-stripes th, table.data-stripes td {
  border-bottom: 0;
  border-top: 0;
  text-align: left; }

table.data-stripes th {
  display: none; }

table.data-stripes td {
  display: block; }

table.data-stripes th, table.data-stripes td, table.data-stripes thead tr td {
  display: table-cell; }
  table.data-stripes th th, table.data-stripes td th, table.data-stripes thead tr td th {
    text-align: center; }
  table.data-stripes th tr:last-child td, table.data-stripes td tr:last-child td, table.data-stripes thead tr td tr:last-child td {
    border-bottom: 2px solid #969696; }

table.mobile-table th:nth-child(1) {
  font-weight: 600; }

table.mobile-table td:nth-child(1) {
  font-weight: 600; }

@media screen and (max-width: 48em) {
  table.mobile-table th {
    background: #c9c9c9;
    color: #2b2b2b; }
  table.mobile-table td:nth-child(1) {
    background: #c9c9c9;
    color: #2b2b2b; } }

.dropdowns {
  width: 100%; }
  .dropdowns ul {
    background: none;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: 100%; }
    .dropdowns ul li {
      color: black;
      display: block;
      float: left;
      padding: 1rem;
      position: relative;
      text-decoration: none;
      transition-duration: 0.5s; }
      .dropdowns ul li a {
        color: black; }
      .dropdowns ul li:hover {
        color: white;
        cursor: pointer; }
      .dropdowns ul li ul {
        background: #595959;
        display: none;
        left: 0;
        margin-top: 1rem;
        min-width: 5rem;
        opacity: 0;
        position: absolute;
        transition: all 0.5s ease;
        visibility: hidden;
        width: 100%; }
        .dropdowns ul li ul li {
          clear: both;
          width: 100%; }
          .dropdowns ul li ul li a {
            border: 0; }
            .dropdowns ul li ul li a:hover {
              color: white;
              cursor: pointer; }
  .dropdowns ul li:hover > ul,
  .dropdowns ul li ul:hover {
    display: block;
    opacity: 1;
    visibility: visible; }

.page-wrapper {
  margin: 1rem auto;
  max-width: 1024px;
  width: 95%; }
  @media screen and (min-width: 48em) {
    .page-wrapper {
      width: 100%; } }
  .page-wrapper .main-content .bg-color1 {
    background-color: white; }
  .page-wrapper .main-content .top {
    background-color: white;
    bottom: 0.5rem;
    color: black;
    position: fixed;
    right: 0;
    text-align: center; }
    .page-wrapper .main-content .top a {
      border: 0;
      color: black;
      font-size: 0.8rem;
      text-decoration: none; }

@media screen and (min-width: 66em) {
  #signatories ul {
    column-gap: 3rem;
    columns: 20rem 2; } }

footer {
  background: #5c2bf5;
  clear: both;
  color: #b1edfe;
  display: none;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (min-width: 48em) {
    footer {
      display: block; } }
  footer .footer-wrapper {
    padding-top: 2rem; }
    footer .footer-wrapper a {
      border: 0;
      color: #b1edfe; }
      footer .footer-wrapper a:hover {
        border-bottom: 2px solid white;
        color: white; }
  footer .griddy {
    grid-column-gap: 1%;
    grid-template-columns: 33% 33% 33%; }
  footer h2 {
    color: #b1edfe;
    font-size: 4rem;
    margin-bottom: 0; }
  footer .tagline {
    font-weight: 500;
    text-transform: none; }

body {
  margin-top: 0; }
  @media screen and (min-width: 48em) {
    body {
      margin-top: 60px; } }

nav {
  background-color: transparent;
  color: white;
  display: block;
  height: 60px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 48em) {
    nav {
      background-color: #5c2bf5; } }
  nav .container {
    padding: 0; }
  nav a.open-menu {
    border: 0;
    color: white;
    display: inline-block;
    margin-right: 3px;
    margin-top: 0; }
    @media screen and (min-width: 48em) {
      nav a.open-menu {
        display: none; } }
  nav ul {
    display: flex;
    font-size: 0.75rem;
    height: 2rem;
    justify-content: space-around;
    line-height: 1rem;
    list-style: none;
    margin: 0.2rem auto 0 12%;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      nav ul {
        max-width: 1024px; } }
    nav ul:after {
      content: ""; }
    nav ul li {
      display: none;
      font-size: 0.9rem;
      font-weight: 700;
      text-align: center;
      text-transform: none; }
      nav ul li a {
        border: 0;
        color: #b1edfe;
        display: inline-block;
        text-decoration: none; }
        nav ul li a.active {
          color: white;
          text-decoration: none; }
        nav ul li a:hover:not(.donate) {
          border-bottom: 2px solid white;
          color: white;
          text-decoration: none; }
      @media screen and (min-width: 48em) {
        nav ul li {
          display: inline-block;
          flex-grow: 1;
          margin: 0.9rem auto 0;
          text-align: left; } }
      nav ul li.logo-li {
        display: inline-block;
        margin: 0;
        text-align: left; }
    nav ul li.close-menu {
      display: none !important; }

header {
  background: #5c2bf5; }

.tagline {
  color: #b1edfe;
  font-size: 1.3rem;
  margin-top: 0; }

#off-canvas {
  background-color: black;
  display: block;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.3s ease;
  width: 0;
  z-index: 100; }
  #off-canvas ul {
    list-style-type: none;
    margin-left: 2.5em;
    margin-top: 2.5em; }
    #off-canvas ul li {
      line-height: 1.2;
      margin-bottom: 0.5em; }
    #off-canvas ul li.menu-logo {
      display: none; }
  #off-canvas a {
    border: 0;
    color: white; }
    #off-canvas a:hover {
      color: #969696; }
  #off-canvas a.open-menu {
    display: none; }
  #off-canvas .close-menu a {
    text-decoration: none; }
  #off-canvas .social-media {
    margin-left: 2.5rem; }
    #off-canvas .social-media img {
      height: auto;
      margin-right: 0.7rem;
      width: 30px; }

#off-canvas:target {
  width: 260px; }

#off-canvas:target + .page-wrapper {
  margin-top: -60px;
  position: relative;
  right: 260px; }
  #off-canvas:target + .page-wrapper a.open-menu {
    display: none; }
  #off-canvas:target + .page-wrapper .close-menu {
    display: block; }
  #off-canvas:target + .page-wrapper .main-nav {
    position: relative; }

#off-canvas:not(:target) + .page-wrapper {
  right: 0; }

.open-menu {
  color: black;
  display: none;
  font-size: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1000; }
  .open-menu:hover {
    cursor: pointer; }
  @media screen and (min-width: 48em) {
    .open-menu {
      display: inline-block; } }

.close-menu {
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem; }
  .close-menu:hover {
    cursor: pointer; }

.share-links.mobile {
  clear: both;
  display: block;
  margin: 1rem auto 2rem;
  text-align: center; }
  .share-links.mobile > a {
    border: 0;
    display: inline-block;
    height: 4rem;
    overflow: hidden;
    position: relative;
    width: 4rem; }
    .share-links.mobile > a i {
      background-color: white;
      background-size: 4rem;
      display: inline-block;
      height: 4rem;
      position: relative;
      width: 4rem;
      z-index: 2; }
    .share-links.mobile > a:nth-child(1) {
      margin-right: 2rem; }
    .share-links.mobile > a span {
      background-color: transparent;
      box-sizing: content-box;
      display: inline-block;
      font-size: 1.2rem;
      height: 4rem;
      line-height: 4rem;
      opacity: 0.9;
      padding-left: 1rem;
      position: absolute;
      right: 0;
      text-align: left;
      text-transform: uppercase;
      top: 0;
      visibility: hidden;
      width: 14.7rem;
      z-index: 1; }
  .share-links.mobile > a.share-facebook i {
    background: url("/images/icon-facebook.svg") no-repeat; }
  .share-links.mobile > a.share-twitter i {
    background: url("/images/icon-twitter.svg") no-repeat; }

.share-links.desktop {
  display: none;
  left: 0;
  position: absolute;
  top: 22.5rem;
  z-index: 3; }
  .share-links.desktop > a {
    border: 0;
    display: block;
    height: 3rem;
    left: 0;
    margin-top: 1rem;
    overflow: visible;
    position: relative;
    width: 3rem; }
    .share-links.desktop > a:hover, .share-links.desktop > a:focus {
      opacity: 0.8;
      transition: width 130ms;
      width: 22rem; }
      .share-links.desktop > a:hover i, .share-links.desktop > a:focus i {
        left: 0;
        position: absolute;
        z-index: 2; }
        .share-links.desktop > a:hover i:after, .share-links.desktop > a:hover i:before, .share-links.desktop > a:focus i:after, .share-links.desktop > a:focus i:before {
          display: none;
          right: 0;
          transform: none; }
      .share-links.desktop > a:hover span, .share-links.desktop > a:focus span {
        visibility: visible; }
    .share-links.desktop > a:nth-child(2) {
      margin-top: 1.5rem; }
  .share-links.desktop > a i {
    background-color: none;
    background-size: 3rem;
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem;
    z-index: 2; }
  .share-links.desktop > a.share-facebook i {
    background: url("/images/icon-facebook.svg") no-repeat; }
  .share-links.desktop > a.share-twitter i {
    background: url("/images/icon-twitter.svg") no-repeat; }
  .share-links.desktop > a span {
    background-color: white;
    box-sizing: content-box;
    color: black;
    display: inline-block;
    font-size: 1.2rem;
    height: 2.5rem;
    left: 4rem;
    line-height: 2.5rem;
    opacity: 0.9;
    padding-left: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    visibility: hidden;
    width: 15.7rem;
    z-index: 1; }

@media screen and (min-width: 66em) {
  .share-links.mobile {
    display: none; }
  .share-links.desktop {
    display: block; } }

.language {
  background: white;
  display: inline-block;
  position: relative;
  z-index: 9; }
  @media screen and (min-width: 48em) {
    .language {
      height: auto; } }

.translations-menu {
  height: 2rem;
  margin: 0;
  position: relative;
  text-align: left;
  width: 12rem;
  z-index: 10; }
  .translations-menu ul {
    border: 2px solid #5c2bf5;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    position: absolute; }
    .translations-menu ul li {
      background-color: white;
      color: #5c2bf5;
      display: none;
      font-size: 1rem;
      font-weight: bold;
      height: 2rem;
      line-height: 1rem;
      list-style-image: url("");
      list-style-type: none;
      margin: 0;
      padding: 0.5rem 1rem;
      text-transform: uppercase;
      width: 12rem; }
      .translations-menu ul li.current {
        background-image: url("/images/arrow-down.svg");
        background-position: 96%;
        background-repeat: no-repeat;
        background-size: 11px;
        color: #5c2bf5;
        display: block; }
      .translations-menu ul li a {
        border-bottom: 0;
        color: #2b2b2b;
        text-decoration: none; }
        .translations-menu ul li a:hover {
          color: #5c2bf5;
          text-decoration: underline; }

body.ar,
body.he {
  text-align: right; }
  body.ar ol,
  body.ar ul,
  body.he ol,
  body.he ul {
    direction: rtl; }
  body.ar .flex-child,
  body.he .flex-child {
    text-align: right; }
  body.ar .share-links.desktop,
  body.he .share-links.desktop {
    right: 0; }
    body.ar .share-links.desktop > a,
    body.he .share-links.desktop > a {
      right: 0; }
      body.ar .share-links.desktop > a:hover, body.ar .share-links.desktop > a:focus,
      body.he .share-links.desktop > a:hover,
      body.he .share-links.desktop > a:focus {
        width: 20rem; }
        body.ar .share-links.desktop > a:hover i, body.ar .share-links.desktop > a:focus i,
        body.he .share-links.desktop > a:hover i,
        body.he .share-links.desktop > a:focus i {
          left: unset;
          right: 0; }
          body.ar .share-links.desktop > a:hover i:after, body.ar .share-links.desktop > a:hover i:before, body.ar .share-links.desktop > a:focus i:after, body.ar .share-links.desktop > a:focus i:before,
          body.he .share-links.desktop > a:hover i:after,
          body.he .share-links.desktop > a:hover i:before,
          body.he .share-links.desktop > a:focus i:after,
          body.he .share-links.desktop > a:focus i:before {
            left: 0;
            right: unset; }
    body.ar .share-links.desktop > a span,
    body.he .share-links.desktop > a span {
      font-size: 1.4rem;
      left: 0;
      line-height: 1.5;
      right: unset;
      text-align: right; }
  body.ar .open-menu,
  body.he .open-menu {
    left: 15px;
    right: unset; }
  body.ar .close-menu,
  body.he .close-menu {
    left: 9px;
    right: unset; }
  body.ar #off-canvas,
  body.he #off-canvas {
    left: 0;
    right: unset; }
    body.ar #off-canvas ul,
    body.he #off-canvas ul {
      margin-right: 2.5em; }
  body.ar #off-canvas:target + .page-wrapper,
  body.he #off-canvas:target + .page-wrapper {
    left: 260px;
    right: unset; }
  body.ar #off-canvas:not(:target) + .page-wrapper,
  body.he #off-canvas:not(:target) + .page-wrapper {
    left: 0;
    right: unset; }
  body.ar .translations-menu,
  body.he .translations-menu {
    text-align: right; }
  body.ar .page-wrapper .main-content .top,
  body.he .page-wrapper .main-content .top {
    left: 0;
    right: auto; }
