@font-face {
  font-family: 'ocr-aregular';
  src: url('font/ocr-abt-webfont.woff2') format('woff2'),
       url('font/ocr-abt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body, html {
  font-family: roboto, monospace;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  font-size: 20px;
  color: #0f0f0f;
  overflow-x: hidden;
  background-color: black;
}

h1, h2, h3, h4, .stat {
  font-family: ocr-a-std, monospace;
  font-weight: 400;
  font-style: normal;
}

.statSource {
  font-family: roboto, monospace;
}

.noWrap {
  white-space: nowrap;
}

h1 {
  word-spacing: -10px;
}

h2 {
  font-size: 60px;
  word-spacing: -20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 50px;
  word-spacing: -15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  word-spacing: -5px;
  margin-bottom: 0px;
  line-height: 28px;
}

[type="checkbox"] {
  margin: 5px;
}

.white {
  color: white;
}

.white a {
  color: white !important;
}

.center {
  text-align: center;
}

section {
  position: relative;
  min-height: 100vh;
  padding: 5em 0;
  z-index: 5;
}

section.hAuto {
  min-height: auto;
  padding: 80px 0;
  transition: 1s;
}

select {
  border: 1px solid white;
  background-color: #ED8B00;;
  padding: 5px;
  color: white;
  height: 45px;
}

select.form-control {
  color: black;
}

select::selection {
  color: black;
  background: white;
}

.mTop20 {
  margin-top: 20px;
}

.mBottom20 {
  margin-top: 20px;
}

.mTop40 {
  margin-top: 40px;
}

.mBottom40 {
  margin-top: 40px;
}

.row img {
  width: 100%;
}

.bgWhite {
  background: white;
}

.bgOrange {
  background: #ED8B00;
  color: white;
}

.bgBlack {
  background: black;
  color: white;
}

.container {
  z-index: 5;
  position: relative;
}

.reducedContainerWidth {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

#mainNavigation {
  position: fixed;
  width: 100%;
  top: 0;
  color: white;
  z-index: 10;
  transition: 1s;
}

#mainNavigation .unfpaLogo {
  width: 30%;
  max-width: 150px;
  margin: 30px;
  height: 50px;
  background-image: url('../../assets/2021/images/logo-white.svg');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  transition: 1s;
}

#mainNavigation .langSelector {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-family: 'ocr-a-std';
  font-size: 16px;
}

#mainNavigation .langSelector .lang {
  display: inline-block;
  margin: 15px;
  color: white;
  text-decoration: none;
}

#mainNavigation .langSelector .lang.active {
  font-weight: bold;
  border-bottom: 1px solid white;
}

#mainNavigation.active {
  background: white;
  color: #0f0f0f;
}

#mainNavigation.active .unfpaLogo {
  height: 30px;
  margin: 10px 30px;
  background-image: url('../../assets/2021/images/logo-colour.svg');
}

#mainNavigation.active .langSelector .lang {
  color: #0f0f0f;
}

#mainNavigation.active .langSelector .lang.active {
  border-bottom: 1px solid #0f0f0f;
}

.imageBackground {
  background-position: center;
  background-size: cover;
}

#bodyrightSection.imageBackground {
  background-image: url("../../assets/2021/images/bodyright_tool.jpg");
  padding: 200px 0;
  background-position: left;
}

#shareSection.imageBackground {
  background-image: url("../../assets/2021/images/Karoline Kamel.jpg");
  padding: 200px 0;
  background-position: center;
  background-position-y: 20%;
}

#campaignSection.imageBackground {
  background-image: url("../../assets/2021/images/glass.jpg");
  padding: 200px 0;
}

.orangeMark {
  background-color: #ED8B00;
  padding: 2px 10px 11px;
  display: inline-block;
  margin: 5px 0;
  color: white;
  font-size: 2.3rem;
  font-family: "ocr-aregular";
}

.bodyrightLogo {
  width: 80%;
  max-width: 350px;
  margin-top: 2%;
  margin-bottom: 5%;
}

.backgroundVideo {
  position: fixed;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.backgroundOverlay, .imageBackground::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.6);
}

.backgroundOverlay {
  background: radial-gradient(rgba(0,0,0,.3),rgba(0, 0, 0, 0.7));
  position: fixed;
}

.backgroundOverlay.scrollAnimate {
  opacity: 0.3;
  background: radial-gradient(rgba(0,0,0,.5),rgba(0, 0, 0, 1));
  position: fixed;
  transition: 0.2s;
}



.buttonContainer {
  text-align: center;
}

.buttonContainer .button, .buttonContainer button {
  margin: 10px;
}

.button, button {
  padding: 10px 30px;
  padding-top: 15px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid white;
  border-radius: 30px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: ocr-a-std, monospace;
  font-weight: 400;
  font-style: normal;
  background: none;
  outline: none;
  transition: 0.5s;
  width: auto;
}

.button:hover, button:hover {
  background-color: white;
  color: black;
}

.button.black, button.black {
  border: 1px solid #0f0f0f;
  color: #0f0f0f;
}

.button.black:hover, button.black:hover {
  background-color: #0f0f0f;
  color: white;
}
.scrollArrow {
  background-image: url("../../assets/2021/images/arrow.svg");
  background-size: contain;
  height: 50px;
  width: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 30px;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

#orangeTable {
  margin: 0;
}

#orangeTable .stat {
  border: 1px solid #ED8B00;
  padding: 30px;
}

#orangeTable .animatedStat {
  color:#ED8B00;
  font-size: 50px;
}

#orangeTable .statSource {
  margin-top: 10px;
  font-size: 12px;
}


#heroSection {
  position: relative;
}

  #brUploadTool {
    width: 100%;
    max-width: 850px;
    margin: auto;
  }

  .backgroundBoverlay {
    position: absolute;
    opacity: 0.2;
    transform: rotate(20deg);
    right: -2%;
    width: 20%;
    min-width: 200px;
    filter: invert(1);
    top: 120px;
  }

  #uploadImage {
    cursor: pointer;
    background: white;
    width: 100%;
    min-height: 60vh;
    background-image: url(../../assets/2021/images/upload_target.svg);
    background-size: 15%;
    background-position: center;
    background-repeat: no-repeat;
  }

  #uploadImage.loading {
    background-image: url(../../assets/2021/images/b-logo-animated.svg);
  }

  #uploadedContainer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    z-index: 8;
  }

  #uploadedContainer.loading #userImage {
  opacity: 0.2;
}

  #uploadedContainer.loading::after {
    content: '';
    cursor: pointer;
    background: white;
    width: 100%;
    background-image: url(../../assets/2021/images/b-logo-animated.svg);
    background-size: 15%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    z-index: 103;
    left: 0;
    top: 0;
    opacity: 0.5;
  }

  #uploadedContainer #userImage {
    width: 100%;
    height: auto;
  }

  #overlay-image {
    height: auto;
    width: 60px;
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
  }

  #sloganOverlay {
    height: auto !important;
    width: 50%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
  }

  #sloganOverlay img {
    width: 100%;
  }

  .black #brImage {
    fill: black;
  }
  .black.grey #brImage {
    fill: black;
  }

  .grey #brImage {
    fill: #CCCCCC;
  }

  .white #brImage {
    fill: white;
  }
  .white.grey #brImage {
    fill: white;
  }

  .orange #brImage {
    fill: #ED8B00;
  }
  .orange.grey #brImage {
    fill: #ED8B00;
  }

  #brToolBar {
    display: flex;
    margin-bottom: 30px;
  }

  .selectHolder {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
  }

  .selectHolder label {
    font-weight: bold;
    font-family: "ocr-a-std";
    font-size: 16px;
    white-space: nowrap;
    word-spacing: -5px;
    text-transform: uppercase;
  }

  #brToolBar .selectHolder:last {
    margin-right: 0px;
  }

  #overlay-image img {
    width: 100%;
  }

  #tempCanvas {
    position: absolute;
    left: -1000px;
    max-width: 850px;
    width: 100%;
  }

  .ui-resizable-handle.ui-resizable-e {
    border-right: 5px solid black; /*4px*/
    border-bottom: 5px solid black; /*4px*/
    position: absolute;
    right: -10px;
    height: 25px; /*15px*/
    width: 25px; /*15px*/
    bottom: -10px;
    cursor: pointer;
  }

  .ui-rotatable-handle {
    position: absolute;
    right: -10px;
    height: 15px;
    width: 15px;
    top: -10px;
    cursor: pointer;
    font-size: 30px;
    line-height: 15px;
    color: black;
    font-family: arial;
  }

  .black .ui-resizable-handle {
    border-color: black;
  }
  .black.grey .ui-resizable-handle {
    border-color: black;
  }

  .grey .ui-resizable-handle {
    border-color: #CCCCCC;
  }

  .white .ui-resizable-handle {
    border-color: white;
  }
  .white.grey .ui-resizable-handle {
    border-color: white;
  }

  .orange .ui-resizable-handle {
    border-color: #ED8B00;
  }
  .orange.grey .ui-resizable-handle {
    border-color: #ED8B00;
  }

  .black .ui-rotatable-handle {
    color: black;
  }
  .black.grey .ui-rotatable-handle {
    color: black;
  }

  .grey .ui-rotatable-handle {
    color: #CCCCCC;
  }

  .white .ui-rotatable-handle {
    color: white;
  }
  .white.grey .ui-rotatable-handle {
    color: white;
  }

  .orange .ui-rotatable-handle {
    color: #ED8B00;
  }
  .orange.grey .ui-rotatable-handle {
    color: #ED8B00;
  }

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

  #share {
    text-align: center;
    font-size: 30px;
    display: none;
  }
  #share a {
    display: inline-block;
    margin: 20px;
    color: black;
    cursor: pointer;
  }

  #share a:hover {
    color: #ED8B00;
  }

  .gallery {
    clear: both;
  }

  .gallery > div {
    cursor: pointer;
  }

  .gallery .squareImage {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
  }

  .gallery .squareImage.contain {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .accordion {
    border: 1px solid white;
  }

  .accordion h4 {
    cursor: pointer;
  }

  .accordion h4, .accordion div {
    padding: 10px 20px;
    margin: 0;
    padding-right: 80px;
  }

  .accordion h4:not(:first-child) {
    border-top: 1px solid white;
  }

  .accordion h4:not(:first-child) {
    border-top: 1px solid white;
  }

  .upIcon, .downIcon {
    background-image: url('../../assets/2021/images/chevron-up-light.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: 50px;
  }

  .downIcon {
    background-image: url('../../assets/2021/images/chevron-down-light.svg') !important;
  }

  .shareCopy {
    display: none;
  }

  #shareImage {
    width: 100%;
  }

i {
  height: 50px;
  width: 50px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: 0.5s;
}

i:hover {
  opacity: 1;
}

.facebookIcon {
  background-image: url('../../assets/2021/images/social-facebook.svg');
}

.instagramIcon {
  background-image: url('../../assets/2021/images/social-instagram.svg');
}

.twitterIcon {
  background-image: url('../../assets/2021/images/social-twitter.svg');
}

.linkedinIcon {
  background-image: url('../../assets/2021/images/social-linkedin.svg');
}

.pinterestIcon {
  background-image: url('../../assets/2021/images/social-pinterest.svg');
}

.emailIcon {
  background-image: url('../../assets/2021/images/social-email.svg');
}

.downloadIcon {
  background-image: url('../../assets/2021/images/social-download.svg');
}

.playIcon {
  background-image: url('../../assets/2021/images/play-icon.svg');
}

.share i {
  margin: 30px;
  margin-bottom: 0;
}

.playVideo {
  position: relative;
}

.playVideo::before {
  content: '';
  background-image: url('../../assets/2021/images/play-icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}


@media all and (max-width: 980px) {
  #brToolBar {
    flex-direction: column;
  }
  #brToolBar .selectHolder:not(:first-child) {
    margin-top: 30px;
  }
  .hideMobile {
    display: none;
  }

  .orangeMark {
    font-size: 23px;
    padding: 6px 10px 10px;
  }

  h2 {
    font-size: 40px;
    word-spacing: -15px;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 30px;
    word-spacing: -10px;
    margin-bottom: 10px;
  }

  .centerMobile {
    text-align: center;
  }

  #mainNavigation .langSelector .lang {
    margin: 2px;
    font-size: 16px;
  }

  .share i {
    margin: 10px;
  }
}

#faqSection .accordion {
  border-top: none;
}
#faqSection h4.ui-state-default {
  background: none;
  color: #fff;
  border: none;
  border-top: 1px solid #fff;
  border-radius: 0;
  padding-right: 60px !important;
}
#faqSection .ui-widget-content {
  background: none;
  color: #fff;
  border: none;
}
#faqSection .ui-widget-content p {
  font-family: roboto, monospace;
  line-height: 30px;
}

#faqSection ul li {
  font-family: 'Roboto',monospace;
  font-size: 20px;
}

#overlay-image .ui-resizable-e {
  top: auto;
}

#overlay-image .ui-icon-gripsmall-diagonal-se {
  visibility: hidden;
}

.lang-ar .upIcon, .lang-ar .downIcon {
  left: 20px;
  right: auto;
}
.lang-ar #faqSection h4.ui-state-default {
  padding-right: 20px !important;
  padding-left: 60px !important;
}
#uploadedContainer #sloganOverlay {
  /*position: relative;*/
}

#uploadedContainer .ui-state-active,
#uploadedContainer .ui-widget-content .ui-state-active,
#uploadedContainer .ui-widget-header .ui-state-active,
#uploadedContainer a.ui-button:active,
#uploadedContainer .ui-button:active,
#uploadedContainer .ui-button.ui-state-active:hover {
  background: none;
  border: 0;
}

#uploadedContainer .ui-resizable {
  position: absolute;
}

.lang-es #brToolBar,
.lang-fr #brToolBar {
  flex-wrap: wrap;
}
.lang-es #brUploadTool .selectHolder,
.lang-fr #brUploadTool .selectHolder {
  margin: 0 0 25px;
  max-width: 100%;
}
.lang-es #brUploadTool .selectHolder label,
.lang-fr #brUploadTool .selectHolder label {
  margin-bottom: 10px !important;
}
.lang-es #brUploadTool .selectHolder label.hideMobile,
.lang-fr #brUploadTool .selectHolder label.hideMobile {
  display: none;
}

#brUploadTool p span.noWrap {
  white-space: initial;
}
#brUploadTool p span.noWrap a {
  margin: 0 5px;
}

@media all and (max-width: 850px) {
  .scrollArrow {
    bottom: 100px;
  }
}
@media all and (max-width: 480px) {
  .scrollArrow {
    bottom: 53px;
  }
  #heroSection .bodyrightLogo {
    max-width: 280px;
  }
  #heroSection .orangeMark {
    padding: 8px 10px 6px;
  }
  #heroSection .buttonContainer .button {
    margin: 7px 10px;
  }
}

#sloganOverlay .ui-icon-gripsmall-diagonal-se {
  right: -3px;
  bottom: -3px;
  width: 17px;
  height: 17px;
  background: url("images/resize-custom-arrow.png") no-repeat 0 0 / cover;
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .scrollArrow {
      bottom: 71px;
    }
}