@font-face {
  font-family: 'fjalla_oneregular';
  src: url("../fonts/fjallaone-regular-webfont.woff2") format("woff2"), url("../fonts/fjallaone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-regular-italic-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/poppins-semibold-italic-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-italic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

body {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: normal; }

section {
  font-size: 1.1rem; }

h1, h2, h3 {
  font-family: 'fjalla_oneregular', sans-serif; }

h1 {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 1rem 0; }

h2 {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 1rem 0 2.5rem; }

ul {
  margin: 0;
  padding: 0 3rem; }
  @media (min-width: 980px) {
    ul {
      padding: 0 1.5rem; } }
  ul li {
    list-style-type: square;
    list-style-image: url(../images/bullet-square.png);
    padding: 1rem 2rem; }
    @media (min-width: 980px) {
      ul li {
        padding: 1rem 2rem; } }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0; }

section, .squeez {
  overflow: hidden;
  max-width: 1177px;
  margin: 0 auto; }

footer {
  padding: 1rem; }
  footer .footer-links {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between; }
    footer .footer-links a {
      color: #fff; }

.translations-menu {
  text-align: center;
  z-index: 1;
  width: 14rem;
  height: 2rem;
  margin: 2rem auto; }
  .translations-menu ul {
    padding: 0;
    cursor: pointer;
    position: absolute; }
    .translations-menu ul li {
      width: 14rem;
      list-style-type: none;
      list-style-image: url("");
      display: none;
      height: 3rem;
      padding: 0.5rem 1rem;
      background-color: #507B8B;
      border-bottom: 0.3rem solid #92C4C4;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.2rem; }
      .translations-menu ul li.current {
        display: block;
        background-image: url("/images/arrow.svg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 90%; }
      .translations-menu ul li a {
        color: #fff;
        text-decoration: none; }

a.button {
  height: 3rem;
  width: 14rem;
  padding: 0.5rem 1rem;
  background-color: #507B8B;
  border-bottom: 0.3rem solid #92C4C4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  text-align: center; }

a.large-button {
  height: 3rem;
  width: 14rem;
  padding: 0.5rem 1rem;
  background-color: #507B8B;
  border-bottom: 0.3rem solid #92C4C4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 20rem;
  margin-bottom: 2rem; }

.share-links {
  text-align: right; }
  .share-links > a {
    position: relative;
    width: 3rem;
    height: 3rem;
    overflow: hidden; }
    .share-links > a:hover {
      background-color: transparent !important; }
    .share-links > a i {
      position: relative;
      display: inline-block;
      height: 3rem;
      width: 3rem;
      z-index: 2;
      border-radius: 4rem;
      background: url("../images/social-icons.svg") no-repeat;
      background-color: #fff;
      background-size: 3rem; }
    .share-links > a span {
      position: absolute;
      visibility: hidden;
      display: inline-block;
      top: 0;
      right: 0;
      z-index: 1;
      opacity: 0.9;
      width: 14.7rem;
      height: 3rem;
      box-sizing: content-box;
      line-height: 3rem;
      padding-left: 0.52632rem;
      text-align: left;
      text-transform: uppercase;
      font-size: 1.2rem;
      background-color: #92C4C4; }
    .share-links > a:first-child {
      margin-top: 0;
      margin-left: 0; }
    .share-links > a.share-twitter i {
      background-position: 0 0rem; }
    .share-links > a.share-facebook i {
      background-position: 0 -3.67068rem; }
    .share-links > a.share-google i {
      background-position: 0 -7.38153rem; }
    .share-links > a.disabled {
      display: none; }
  .share-links > a {
    display: inline-block;
    margin-left: 0.75rem; }

.facebook-letter header {
  background: #507B8B url(../images/facebook-mobile-banner.png) no-repeat center center;
  background-size: cover; }
  @media (min-width: 740px) {
    .facebook-letter header {
      background: #507B8B url(../images/facebook-banner.png) no-repeat center center;
      background-size: cover;
      padding: 8.5em 20% 15.5rem; } }
  @media (min-width: 1220px) {
    .facebook-letter header h1 {
      font-size: 5rem; } }

.facebook-letter .translations-menu ul li {
  background-color: #233666;
  border-bottom: 0.3rem solid #6282bd; }

.cfp {
  margin-top: 1rem; }
  .cfp h1 {
    text-align: center;
    text-transform: none; }
  .cfp h2 {
    background: none;
    font-size: 36px; }
  .cfp span.date {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem; }
  .cfp ol {
    font-weight: bold; }
    .cfp ol li > p {
      font-weight: normal; }
    .cfp ol ol {
      list-style-type: lower-alpha;
      font-weight: normal; }
  .cfp a.back-link {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-left: -5rem; }

body.ar {
  direction: rtl; }

body {
  background-color: #fff; }

a {
  color: #507B8B; }
  a:hover {
    text-decoration: underline; }

header {
  color: #fff;
  padding: 8em 1.2rem 15.5rem;
  background: #507B8B url(../images/mobile-banner.png) no-repeat center center;
  height: 30rem;
  text-align: center; }
  @media (min-width: 980px) {
    header {
      background: #507B8B url(../images/header-bg.png) no-repeat center center;
      background-size: auto 100%; } }
  header h1 {
    font-size: 2.7rem;
    line-height: 1.1;
    margin: 0.4rem auto 2rem; }
    @media (min-width: 376px) {
      header h1 {
        margin: 0.4rem auto 1rem;
        font-size: 2.9rem;
        margin: 0.4rem auto 1rem;
        min-width: 376px; } }
    @media (min-width: 980px) {
      header h1 {
        font-size: 4rem;
        margin: 0 auto;
        min-width: none; } }
  header h2 {
    font-size: 1.2rem; }
    @media (min-width: 376px) {
      header h2 {
        font-size: 1.5rem;
        margin: 0.4rem auto;
        min-width: 376px; } }

section {
  padding: 1rem 2rem;
  font-size: 1.1rem; }
  @media (min-width: 980px) {
    section {
      font-size: 1.4rem;
      padding: 0.1rem 5.5rem;
      margin-bottom: 2rem; } }
  section h2 {
    background-color: #92C4C4;
    margin-top: 0; }
    @media (min-width: 980px) {
      section h2 {
        font-size: 3.8rem; } }
  section p:first-child {
    margin-top: 0; }
  section .text-wrap {
    padding: 0 2.5rem; }
    @media (min-width: 980px) {
      section .text-wrap {
        padding: 0 3rem 0 5rem; } }
    section .text-wrap img {
      float: left;
      margin-right: 2rem;
      display: none; }
      @media (min-width: 980px) {
        section .text-wrap img {
          display: block; } }
    section .text-wrap ul {
      clear: both;
      padding: 0 0 0 2rem; }
      section .text-wrap ul li {
        padding: 1rem 0 1rem 1.5rem; }
    section .text-wrap .header {
      overflow: hidden; }
      section .text-wrap .header p {
        line-height: 1.5;
        margin-top: 0; }
        @media (min-width: 980px) {
          section .text-wrap .header p {
            font-size: 1.6rem; } }
    @media (min-width: 980px) {
      section .text-wrap {
        padding: 0 3rem 0 9rem; } }
  @media (min-width: 980px) {
    section.odd, section.even, section.acknowledgments {
      padding: 0;
      margin: 0 auto 4em;
      max-width: 1000px; } }
  @media (min-width: 980px) {
    section.odd .text-wrap, section.even .text-wrap, section.acknowledgments .text-wrap {
      padding: 0 7rem 0 9rem; } }
  section.odd {
    padding: 0 0 2rem;
    background-color: #f4f6e8; }
    section.odd h2 {
      background-color: #ccd792; }
  section.even {
    padding: 0 0 2rem;
    background-color: #ecf7f8; }
    section.even h2 {
      background-color: #92C4C4; }

h3.intro-text {
  font-family: "Poppins", sans-serif;
  font-style: italic; }
  @media (min-width: 980px) {
    h3.intro-text {
      font-size: 1.5rem;
      line-height: 2.5rem; } }
  @media (min-width: 980px) {
    h3.intro-text {
      margin: 3rem 0; } }

h2 .number-label {
  color: #fff;
  background-color: #000;
  display: inline-block;
  text-align: center;
  min-width: 80px;
  margin-right: 10px;
  padding: 0.5rem; }
  @media (min-width: 980px) {
    h2 .number-label {
      min-width: 140px;
      margin-right: 20px;
      padding: 1.5rem; } }

.intro-text-wrapped strong {
  color: #467b89; }

@media (min-width: 980px) {
  .intro-text-wrapped {
    float: left;
    max-width: 52%;
    margin-right: 2rem; } }

ul.co-signers {
  padding: 0;
  margin: 2rem 0 1rem; }
  @media (min-width: 980px) {
    ul.co-signers {
      margin-top: 0;
      float: right;
      max-width: 42%; } }
  ul.co-signers li {
    padding: 0.1rem 1rem 1rem 1rem;
    list-style-type: square;
    list-style-image: url(../images/bullet-square.png);
    margin: 0 0 1.6rem;
    border-top: #92C4C4 solid 0.44rem;
    list-style-type: none;
    list-style-image: none;
    background-color: #cee7e6; }
    @media (min-width: 980px) {
      ul.co-signers li:nth-child(1), ul.co-signers li:nth-child(4), ul.co-signers li:nth-child(5), ul.co-signers li:nth-child(8) {
        background-color: #eaeed1; } }
    ul.co-signers li h3 {
      margin-bottom: 0.5rem;
      font-weight: normal;
      font-size: 1.2rem;
      line-height: 1.5rem; }
    ul.co-signers li p {
      font-size: 0.7rem;
      line-height: 1.2rem;
      margin: 0.3rem 0 0; }
    @media (min-width: 980px) {
      ul.co-signers li {
        float: left;
        max-width: 46%;
        min-height: 150px; }
        ul.co-signers li:nth-child(odd) {
          margin-right: 1rem; }
        ul.co-signers li:nth-child(even) {
          margin-left: 1rem; } }
    @media (max-width: 1208px) {
      ul.co-signers li {
        margin-bottom: 1rem;
        min-height: 0;
        float: none;
        min-width: 100%; }
        ul.co-signers li:nth-child(odd) {
          background-color: #eaeed1; }
        ul.co-signers li:nth-child(even) {
          background-color: #cee7e6; }
        ul.co-signers li:nth-child(odd) {
          margin-right: 0; }
        ul.co-signers li:nth-child(even) {
          margin-left: 0; } }

section.acknowledgments {
  padding: 0;
  position: relative;
  top: -1rem;
  margin-bottom: 2rem; }
  @media (max-width: 1060px) {
    section.acknowledgments {
      padding: 0 2.5rem; } }
  section.acknowledgments h3 {
    font-family: 'fjalla_oneregular', sans-serif;
    margin: 4.5rem 0 1rem; }
    @media (min-width: 980px) {
      section.acknowledgments h3 {
        margin: 0 0 1rem;
        font-size: 2rem;
        font-size: normal; } }
  section.acknowledgments p {
    font-size: 1.1rem; }

footer {
  background-color: #507B8B; }
  footer .squeez {
    padding: 0 2.5rem; }
    @media (min-width: 1220px) {
      footer .squeez {
        padding: 0 5.5rem 0 5rem; } }
  footer h2 {
    text-transform: uppercase; }
  footer h3 {
    font-weight: normal; }
  footer h2, footer h3 {
    color: #fff;
    margin: 0; }
  footer .name,
  footer .share-links {
    text-align: center;
    float: none;
    margin: 1.5rem 0 2rem; }
  @media (min-width: 1220px) {
    footer .name {
      float: left;
      max-width: 55%;
      text-align: left; }
    footer .share-links {
      float: right;
      margin-top: 3rem; } }

.open-letter {
  margin-top: 4rem; }
  .open-letter ul {
    padding: 0 1.5rem 0 5rem; }
  .open-letter .footnotes {
    font-size: 1.1rem; }
