/*
 * .-----------------------------------------------------.
 * |                        FONTS                        |
 * '-----------------------------------------------------'
 */

@font-face {
  font-family: 'DroidSerif_Regular';
  src: url('fonts/droid-serif-regular.woff2') format('woff2'), url('fonts/droid-serif-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSerif_Bold';
  src: url('fonts/droid-serif-bold.woff2') format('woff2'), url('fonts/droid-serif-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSerif_Italic';
  src: url('fonts/droid-serif-italic.woff2') format('woff2'), url('fonts/droid-serif-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSerif_BoldItalic';
  src: url('fonts/droid-serif-bold-italic.woff2') format('woff2'), url('fonts/droid-serif-bold-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/**
 * @license
 * MyFonts Webfont Build ID 3908325, 2020-05-29T10:13:40-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: PantonRustBlack-Gr by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/panton-rust/black-grunge/
 * Copyright: Copyright (c) 2018 by Fontfabric LLC. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/
/*@import url('//hello.myfonts.net/count/3ba2e5');*/

@font-face {
  font-family: 'PantonRustBlack';
  src: url('fonts/panton-rust-black.woff2') format('woff2'), url('fonts/panton-rust-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.swop20 * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Default font. */
.swop20,
.swop20 .t-font {
  font-family: 'DroidSerif_Regular', serif;
  font-weight: normal;
  font-style: normal;
}

.swop20 .b-font {
  font-family: 'DroidSerif_Bold', serif;
  font-weight: normal;
  font-style: normal;
}

.swop20 .i-font {
  font-family: 'DroidSerif_Italic', serif;
  font-weight: normal;
  font-style: normal;
}

.swop20 .bi-font {
  font-family: 'DroidSerif_BoldItalic', serif;
  font-weight: normal;
  font-style: normal;
}

/* Headings font. */
.swop20 .h-font {
  font-family: 'PantonRustBlack', sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* Roboto font used in some places. */
.swop20 .rbr-font,
.swop20 .swop20-credit {
  font-family: robotoregular, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/*
 * .-----------------------------------------------------.
 * |            COMPATIBILITY WITH UNFPA SITE            |
 * '-----------------------------------------------------'
 */

body {
  min-width: 320px;
  letter-spacing: -0.02em;
}

body.toolbar-drawer {
  padding-top: 0!important;
}

.max_wrapper {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

body #main .breadcrumb,
.btn.btn-primary,
#page-title,
#toolbar,
.tabs-wrapper,
.block-workbench {
  display: none !important;
}

/* --- Resets --- */

body strong {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.swop20 * {
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
}

.swop20 h1,
.swop20 h2,
.swop20 h3,
.swop20 h4,
.swop20 h5,
.swop20 h6 {
  color: inherit;
}

.swop20 blockquote {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  border: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.swop20 button {
  padding: 0;
  border: 0;
  background: none;
  outline: 0 none;
}

/*
 * .-----------------------------------------------------.
 * |                       GENERAL                       |
 * '-----------------------------------------------------'
 */

.swop20 {
  min-width: 320px;
  width: 100%;
  color: #07081b;
  font-size: 22px;
  line-height: 32px;
  overflow: hidden;
}

.swop20 * {
  outline: 0 none !important;
}

.swop20 a {
  text-decoration: none;
}

/* --- Titles / Subtitles --- */

.swop20 .swop20-title-1 {
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: 65px;
}

.swop20 .swop20-title-2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 46px;
}

.swop20 .swop20-subtitle {
  font-size: 24px;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .swop20 .swop20-title-1 {
    font-size: 80px;
    line-height: 92px;
  }

  .swop20 .swop20-title-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .swop20 .swop20-subtitle {
    font-size: 32px;
    line-height: 44px;
  }
}

@media all and (min-width: 1200px) {
  .swop20 .swop20-title-1 {
    font-size: 140px;
    line-height: 140px;
  }

  .swop20 .swop20-title-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .swop20 .swop20-subtitle {
    font-size: 44px;
    line-height: 56px;
  }
}

/* --- Paragraphs --- */

.swop20 .swop20-text-lg {
  font-size: 22px;
  line-height: 33px;
}

.swop20 .swop20-text-xlg {
  font-size: 22px;
  line-height: 33px;
}

@media all and (min-width: 768px) {
  .swop20 .swop20-text-lg {
    font-size: 20px;
    line-height: 30px;
  }

  .swop20 .swop20-text-xlg {
    font-size: 24px;
    line-height: 34px;
  }
}

@media all and (min-width: 1200px) {
  .swop20 .swop20-text-lg {
    font-size: 26px;
    line-height: 38px;
  }

  .swop20 .swop20-text-xlg {
    font-size: 32px;
    line-height: 48px;
  }
}

/* --- Layout --- */

.swop20-width-wrap {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: content-box;
}

.swop20-clear {
  display: block;
  height: 0;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.swop20-side-padd {
  padding-left: 12px;
  padding-right: 12px;
}

@media all and (min-width: 640px) {
  .swop20-side-padd {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media all and (min-width: 900px) {
  .swop20-side-padd {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.swop20-section-padd {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media all and (min-width: 768px) {
  .swop20-section-padd {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (min-width: 1200px) {
  .swop20-section-padd {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/* --- Fix Margins --- */

.swop20-fix-margins > *:first-child {
  margin-top: 0;
}

.swop20-fix-margins > *:last-child {
  margin-bottom: 0;
}

/* --- Photo Credits --- */

.swop20-credit {
  display: block;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  opacity: 0.7;
  /* Credit white: */
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.swop20-credit-black {
  color: #07081b;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}

/* --- Scroll Position Keeper --- */

/* Javascript use. Helps keep page position on device orientation change. */
.swop20-scrollpos-keeper {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

/* --- Effects --- */

/* Stamp. */
html.js .swop20-stamp {
  opacity: 0;
  -webkit-transform: scale3d(2.5, 2.5, 2.5) rotateZ(5deg);
  -ms-transform: scale3d(2.5, 2.5, 2.5) rotateZ(5deg);
  transform: scale3d(2.5, 2.5, 2.5) rotateZ(5deg);
  -webkit-transition: opacity 0.3s, transform 0.35s;
  -moz-transition: opacity 0.3s, transform 0.35s;
  -ms-transition: opacity 0.3s, transform 0.35s;
  -o-transition: opacity 0.3s, transform 0.35s;
  transition: opacity 0.3s, transform 0.35s;
}

html.js .swop20-stamping {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

html.js .swop20-stamped {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* Fade In. */
html.js .swop20-fadein,
html.js .swop20-fadeout {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

html.js .swop20-fadein,
html.js .swop20-fadeout.swop20-faded {
  opacity: 0;
}

html.js .swop20-fadout,
html.js .swop20-fadein.swop20-faded {
  opacity: 1;
}


/*
 * .-----------------------------------------------------.
 * |                    SECTIONS CORE                    |
 * '-----------------------------------------------------'
 */

/* Required by nav links highlighting to work properly for last section. */
.swop20-section-last {
  min-height: calc(100vh + 1px);
}

/* --- Locakable Section. --- */

/* When this element reaches the top of viewport, .swop20-lock-stick becomes *.
/* fixed positioned until this element goes out of viewport. */
.swop20-lock {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

html.js .swop20-lock {
  height: 300vh;
}

@media all and (max-width: 800px) {
  html.js .swop20-lock {
    height: 200vh;
  }
}

/* This will be changed to absolute positioned when js is on. */
/* Becomes fixed positioned once .swop20-stick reaches the top of viewport. */
.swop20-lock-stick {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

/* Anchor push div - pushes down another div that has html id and is used */
/* as a point in document to which to scroll to upon a nav link click. */
.swop20-lock-anchor-push {
  height: 0;
  overflow: hidden;
}

html.js .swop20-lock-anchor-push {
  height: 200vh;
}

@media all and (max-width: 800px) {
  html.js .swop20-lock-anchor-push {
    height: 100vh;
  }
}

/* Anchor div - is positioned so that it takes one viewport height at the */
/* end of the .swop20-lock wrapper. */
.swop20-lock-anchor {
  height: 100vh;
  overflow: hidden;
}

.swop20-lock-content {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.swop20-lock-content-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* Reserve .swop20-navbar height on top of the lock content. */
.swop20-lock-content-align {
  padding-top: 52px;
}

.swop20-lock .swop20-lock-credit {
  right: 10px;
  bottom: 10px;
  z-index: 4;
}

.swop20-lock-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  z-index: 2;
  overflow: hidden;
  transition: opacity 0.1s;
}

.swop20-lock-bg-2 {
  z-index: 1;
}

/*
 * .-----------------------------------------------------.
 * |                   SECTION COLORS                    |
 * '-----------------------------------------------------'
 */

/* --- Sharelink colors --- */

/* Default color is: Red on white background. */

/* Red on gray background. */
.swop20-covid .swop20-sharelink-hover path {
  fill: #d8d8d8;
}

/* White on red/black background. */
.swop20-divider .swop20-sharelink-nohover circle,
.swop20-divider .swop20-sharelink-hover circle,
.swop20-topic .swop20-sharelink-nohover circle,
.swop20-topic .swop20-sharelink-hover circle {
  stroke: #fff;
}

.swop20-divider .swop20-sharelink-nohover path,
.swop20-divider .swop20-sharelink-hover circle,
.swop20-topic .swop20-sharelink-nohover path,
.swop20-topic .swop20-sharelink-hover circle {
  fill: #fff;
}

.swop20-divider .swop20-sharelink-hover path {
  fill: #e05837;
}

.swop20-topic .swop20-sharelink-hover path {
  fill: #7c7d7f;
}

/* --- Text colors --- */

.swop20 .swop20-color-red {
  color: #e05837;
}

.swop20 .swop20-color-orange {
  color: #f8bc1c;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
}
.path-swop-2020 .container-fluid {
  padding: 0;
}
.path-swop-2020 .element-hidden {
  display: none;
}
.path-swop-2020 #toolbar-administration {
  display: none;
}

p.swop20-covid-description.swop20-text-xlg.swop20-color-red {
  margin-bottom: 1.5em;
}
.swop20 img {
  max-width: 100%;
}

p.swop20-topic-copy,
.swop20-harm-description.swop20-fix-margins.b-font p,
.swop20-defiant-copy p {
  margin: 0 0 1.5em 0;
  line-height: 1.5;
  letter-spacing: -0.014em;
}

@media (max-width: 1090px){
  .path-swop-2020 .header {
    height: 88px;
  }
  .path-swop-2020 .swop20 .swop20-navbar a.fgma-nav-lang {
    display: none;
  }
}

.swop20-grid-txt-content.swop20-side-padd.swop20-fix-margins p:first-child {
  margin-bottom: 1.5em;
}

.swop20-covid-col p:first-child {
  margin-bottom: 1.5em;
}

/* RTL */
@font-face {
  font-family: 'Frutiger_LT_Arabic_Roman';
  src: url('fonts/frutiger-lt-arabic-roman.woff2') format('woff2'), url('fonts/frutiger-lt-arabic-roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger_LT_Arabic_Bold';
  src: url('fonts/frutiger-lt-arabic-bold.woff2') format('woff2'), url('fonts/frutiger-lt-arabic-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html[lang="ar"] {
  overflow-x: hidden !important;
}

.lang-ar .swop20,
.lang-ar .swop20 .t-font,
.lang-ar .swop20 .i-font,
.lang-ar .swop20 .bi-font {
  font-family: 'Frutiger_LT_Arabic_Roman', 'DroidSerif_Regular', serif;
}

.lang-ar .swop20 .h-font,
.lang-ar .swop20 .b-font {
  font-family: 'Frutiger_LT_Arabic_Bold', 'DroidSerif_Bold', serif;
}

.lang-ar .swop20 {
  text-align: right;
  direction: rtl;
}

.lang-ar .swop20 .swop20-title-1,
.lang-ar .swop20 .swop20-title-2 {
  text-align: right;
}
.lang-ar footer a.btn.donate span.icon {
  margin-right: 10px;
  margin-left: auto;
}

.swop20-harm-counter.swop20-stamp.swop20-stamping.swop20-stamped,
.swop20-harm-counter-value.swop20-color-orange.h-font {
  line-height: 1.5;
}
