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

/*
 * 100 - thin
 * 200 - extra light
 * 300 - light
 * 400 - regular
 * 500 - medium
 * 600 - semibold
 * 700 - bold
 * 800 - extra bold
 * 900 - black.
 */

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

/* --- Inter Font. --- */

@font-face {
  font-family: 'Inter';
  src: url(fonts/inter-regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url(fonts/inter-medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url(fonts/inter-semibold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url(fonts/inter-bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

.swop25,
.swop25 .r-font,
.swop25 .m-font,
.swop25 .sb-font,
.swop25 .b-font {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.swop25 .m-font {
  font-weight: 500;
}

.swop25 .sb-font {
  font-weight: 600;
}

.swop25 .b-font {
  font-weight: 700;
}

/* --- Roboto Font. --- */

.swop25 .rob-font {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.swop25 .robb-font {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.swop25 .robc-font {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

body > img {
  display: none !important;
}

.toolbar {
  display: none !important;
}

.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-inline-start: 0;
}

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;
}

.main-nav nav h2.sr-only {
  width: 0;
}

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

/* Top level container. */
.swop25 {
  width: 100%;
  background: #fff url(images/body-bg.webp) 0 0 repeat;
  color: #474545;
  font-size: 18px;
  line-height: 1.55em;
  overflow: hidden;
}

.swop25 * {
  box-sizing: border-box;
  outline: 0 none;
}

.swop25 a {
  color: inherit;
}

.swop25 p {
  margin: 1.45em 0;
}

::selection {
  background: #f18a00;
  color: #fff;
}

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

button {
  padding: 0;
  border: 0;
  background: none;
  outline: 0 none;
  cursor: pointer;
}

.swop25 a:focus,
.swop25 button:focus {
  outline: thin dotted;
}

/* --- Headers --- */

.swop25 h1,
.swop25 h2,
.swop25 h3,
.swop25 h4 {
  margin: 0;
  color: #4b4e5d;
}

.swop25-h2 {
  font-size: 46px;
  line-height: 55px;
}

.swop25-h3 {
  font-size: 33px;
  line-height: 39px;
}

@media all and (min-width: 768px) {
  .swop25-h2 {
    font-size: 56px;
    line-height: 66px;
  }

  .swop25-h3 {
    font-size: 41px;
    line-height: 47px;
  }
}

@media all and (min-width: 1200px) {
  .swop25-h2 {
    font-size: 66px;
    line-height: 78px;
  }

  .swop25-h3 {
    font-size: 48px;
    line-height: 56px;
  }
}

/* --- Layout --- */

.swop25-width-wrap {
  display: block;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.swop25-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

  .swop25-section-padd-top {
    padding-top: 60px;
  }

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

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

  .swop25-section-padd-top {
    padding-top: 158px;
  }

  .swop25-section-padd-bottom {
    padding-bottom: 158px;
  }
}

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

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

.swop25-img-holder img,
.swop25-img-holder svg,
.swop25-img-holder video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* --- Video Holder --- */

.swop25-video-holder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.swop25-video-holder iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* .full-video div fix */
.swop25 .swop25-video-holder .full-video {
  margin: 0;
  width: 100%;
  height: 100%;
}

.swop25 .swop25-video-holder .full-video iframe {
  min-height: 0;
}

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

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

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

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

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

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

/*
 * .-----------------------------------------------------.
 * |                      DOWNLOADS                      |
 * '-----------------------------------------------------'
 */

.swop25-downloads {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.swop25-downloads-inner {
  padding: 10px 16px;
  border: 1px solid #f6be8e;
  border-radius: 10px;
  background: rgba(161, 87, 35, 0.40);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.swop25-downloads-label {
  display: inline-block;
  padding: 3px 0;
}

.swop25 .swop25-downloads a {
  display: inline-block;
  padding: 3px;
  color: inherit;
  font-size: 14px;
  text-decoration: underline;
}

.swop25 .swop25-downloads a:hover {
  color: inherit;
}

@media all and (max-width: 520px) {
  .swop25-downloads-label {
    display: block;
  }
}
