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

/* --- Roboto --- */

.swop22,
.swop22 .l-font {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.swop22 .r-font {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.swop22 .sb-font {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.swop22 .b-font {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.swop22 .bl-font {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.swop22 .bi-font {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* --- Summer Loving --- */

@font-face {
  font-family: 'SummerLoving';
  src: url(fonts/summer-loving-regular.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

.swop22 .hw-font {
  font-family: 'SummerLoving', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* --- Noticia --- */

@font-face {
  font-family: 'NoticiaText';
  src: url(fonts/noticia-text-regular.woff2) format('woff2'), url(fonts/noticia-text-regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NoticiaText';
  src: url(fonts/noticia-text-bold.woff2) format('woff2'), url(fonts/noticia-text-bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}

.swop22 .nr-font {
  font-family: 'NoticiaText', serif;
  font-weight: 400;
  font-style: normal;
}

.swop22 .nb-font {
  font-family: 'NoticiaText', serif;
  font-weight: 700;
  font-style: normal;
}

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

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

body {
  min-width: 320px;
  padding-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.toolbar {
  display: none !important;
}

body .header {
  z-index: 120;
  position: relative;
  top: auto;
}

.main-nav {
  top: 80px !important;
}

.container-fluid.page {
  min-height: 0 !important;
  padding: 0 !important;
}

.footer-pad {
  margin-top: 0 !important;
}

.alert {
  margin-bottom: 0 !important;
}

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

/* Fixed background that works on mobile. */
body:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff url(images/body-bg.jpg) center center no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

/* Top level container. */
.swop22 {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}

.swop22-subpage {
  /* Base on bottom-paint image size: 170 height / 1800 width * 100. */
  padding-bottom: 9.44vw;
  background: url(images/bottom-paint.png) center bottom no-repeat;
  background-size: 100% auto;
}

.swop22 * {
  outline: 0 none !important;
  box-sizing: border-box;
  font-weight: inherit;
}

.swop22 a {
  color: #000;
}

.swop22 h1,
.swop22 h2,
.swop22 h3,
.swop22 h4 {
  margin: 0;
}

.swop22 iframe {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

.swop22-inline-block {
  display: inline-block;
}

/* --- Layout --- */

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

/* --- Side Padding --- */

.swop22-side-padd {
  padding-left: 18px;
  padding-right: 18px;
}

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

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

@media all and (min-width: 1200px) {
  .swop22-side-padd {
    padding-left: 48px;
    padding-right: 48px;
  }
}

/* --- Section Padding --- */

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

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

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

  .swop22-section-padd-bottom {
    padding-bottom: 60px;
  }
}

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

  .swop22-section-padd-bottom {
    padding-bottom: 110px;
  }
}

/* --- Image Holder --- */

.swop22-img-holder {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.swop22-img-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* --- Vertical Aligner --- */

.swop22-valign {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swop22-valign > .swop22-valign-this {
  width: 100%;
}

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

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

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

/* --- Animated text highlight styling override. --- */

.animated-text-highlight {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(244, 230, 91, 1) 50%);
}

.animated-text-highlight-2 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(250, 172, 208, 1) 50%);
}
