/*
 * .-----------------------------------------------------.
 * |                        FONTS                        |
 * '-----------------------------------------------------'
 */

.swop19 .conl-font,
.swop19-loading .conl-font {
  font-family: roboto_condensedlight, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.swop19 .cond-font,
.swop19 .swop19-credit,
.swop19-colorbox #cboxTitle {
  font-family: roboto_condensedregular, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.swop19 .conb-font,
.swop19-copy-content strong,
.swop19-collage-text strong,
.swop19-colorbox #cboxTitle strong {
  font-family: roboto_condensedbold, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.swop19 .coni-font {
  font-family: robotoitalic, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.swop19 .light-font {
  font-family: robotolight, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/*
 * .-----------------------------------------------------.
 * |            COMPATIBILITY WITH UNFPA SITE            |
 * '-----------------------------------------------------'
 */

body {
  min-width: 320px;
}

body #header {
  -moz-box-shadow: inset 0 -2px 0 0 #ffd451;
  -webkit-box-shadow: inset 0 -2px 0 0 #ffd451;
  box-shadow: inset 0 -2px 0 0 #ffd451;
  border-bottom: 2px solid #deaa1b;
}

body #main .max_wrapper {
  margin: 0;
  max-width: none!important;
  padding: 0!important;
  background: none;
}

body.toolbar-drawer {
  padding-top: 0!important;
}

body #main .breadcrumb,
.btn.btn-primary,
#page-title,
#toolbar,
.tabs-wrapper,
.block-workbench {
  display: none!important;
}

body strong {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.swop19 * {
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
}

.swop19 h1,
.swop19 h2,
.swop19 h3,
.swop19 h4,
.swop19 h5,
.swop19 h6 {
  color: inherit;
}

.swop19 blockquote {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  border: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.swop19 button {
  border: 0;
  background: none;
  outline: 0 none;
}

/*
 * .-----------------------------------------------------.
 * |                       GENERAL                       |
 * '-----------------------------------------------------'
 */

.swop19 {
  min-width: 320px;
  color: #07081b;
  font-size: 22px;
  line-height: 32px;
}

.swop19 * {
  outline: 0 none!important;
}

.swop19 a {
  text-decoration: none;
}

.swop19-width-wrap {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.swop19-clear {
  display: block;
  height: 0;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.swop19-side-padd {
  padding-left: 12px;
  padding-right: 12px;
}

@media all and (min-width: 640px) {
  .swop19-side-padd {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media all and (min-width: 900px) {
  .swop19-side-padd {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.swop19-section-padd {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media all and (min-width: 768px) {
  .swop19-section-padd {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (min-width: 1200px) {
  .swop19-section-padd {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/* --- Photo Credits --- */

.swop19-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);
}

.swop19-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. */
.swop19-scrollpos-keeper {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

/*
 * .-----------------------------------------------------.
 * |                    SECTIONS CORE                    |
 * '-----------------------------------------------------'
 */

/* Required by nav links highlighting to work properly for last section. */
.swop19-section-last {
  min-height: calc(100vh + 1px);
}

/* --- Locakable section. --- */

/* When this element reaches the top of viewport, .swop19-lock-stick becomes *.
/* fixed positioned until this element goes out of viewport. */
.swop19-lock {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

html.js .swop19-lock {
  height: 300vh;
}

@media all and (max-width: 800px) {
  html.js .swop19-lock {
    height: 200vh;
  }
}

/* This will be changed to absolute positioned when js is on. */
/* Becomes fixed positioned once .swop19-stick reaches the top of viewport. */
.swop19-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. */
.swop19-lock-anchor-push {
  height: 0;
  overflow: hidden;
}

html.js .swop19-lock-anchor-push {
  height: 200vh;
}

@media all and (max-width: 800px) {
  html.js .swop19-lock-anchor-push {
    height: 100vh;
  }
}

/* Anchor div - is positioned so that it takes one viewport height at the */
/* end of the .swop19-lock wrapper. */
.swop19-lock-anchor {
  height: 100vh;
  overflow: hidden;
}

.swop19-lock-content {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.swop19-lock-content-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.swop19-lock .swop19-lock-credit {
  right: 10px;
  bottom: 10px;
  z-index: 4;
}

.swop19-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;
}

.swop19-lock-bg-2 {
  z-index: 1;
}
