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

.swop18,
.swop18 .reg-font {
  font-family: robotoregular, sans-serif;
}

.swop18 strong,
.swop18 .b-font {
  font-family: robotobold, sans-serif;
  font-weight: normal;
}

.swop18 .sb-font {
  font-family: robotomedium, sans-serif;
  font-weight: normal;
}

.swop18 .light-font {
  font-family: robotolight, sans-serif;
  font-weight: normal;
}

.swop18 .conl-font,
.swop18-loading .conl-font {
  font-family: roboto_condensedlight, sans-serif;
  font-weight: normal;
}

.swop18 .conr-font {
  font-family: roboto_condensedregular, sans-serif;
  font-weight: normal;
}

.swop18 .conb-font {
  font-family: roboto_condensedbold, sans-serif;
  font-weight: normal;
}

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

body {
  min-width: 320px;
}

body #main .max_wrapper {
  margin: 0;
  max-width: none!important;
  padding: 0!important;
  background: none;
}

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

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

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

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

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

.swop18 button {
  border: 0;
  background: none;
  outline: 0 none;
}

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

.swop18 {
  min-width: 320px;
  font-size: 18px;
  line-height: 1.4em;
  color: #4e4f62;
}

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

.swop18-width-wrap {
  max-width: 1392px;
  margin: 0 auto;
}

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

.swop18-dash {
  display: block;
  width: 100px;
  height: 4px;
  overflow: hidden;
  margin: 0 auto;
}

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

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

.swop18-svg-mask {
  display: none;
  width: 102%;
  height: 102%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 4;
  pointer-events: none;
}

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

/* --- Share Icons --- */

.swop18-share {
  overflow: hidden;
  padding: 1px;
}

.swop18 .swop18-share a {
  display: block;
  width: 27px;
  height: 27px;
  float: left;
  margin-right: 10px;
  color: #fff;
  font-size: 27px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  outline: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.swop18-share a span {
  color: inherit;
}

.swop18-share a:last-child {
  margin-right: 0;
}

.swop18-share a:hover {
  text-decoration: none;
}

/*
 * .-----------------------------------------------------.
 * |                         NAV                         |
 * '-----------------------------------------------------'
 */

.swop18-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 100%;
  z-index: 6;
}

/* Nav fades in once user scrolls. */
html.js .swop18-nav {
  display: none;
}

.swop18-nav ul {
  padding: 0;
  margin: -78px 0 0 0;
  width: 100%;
  position: relative;
  top: 50%;
  z-index: 2;
}

.swop18-nav ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.swop18-nav ul a {
  display: block;
  width: 100%;
  height: 24px;
  padding: 1px 0;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  outline: 0;
}

.swop18-nav ul a:hover,
.swop18-nav ul a.active {
  color: #fff;
  text-decoration: none;
}

.swop18-nav-circle {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: 5px;
  background: #07081b;
}

.swop18-nav-circle-fill {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  position: relative;
  left: 2px;
  top: 2px;
}

.swop18-nav-label {
  display: block;
  position: relative;
  height: 100%;
  text-align: left;
  width: 0;
  margin-left: 36px;
  overflow: hidden;
  text-indent: -800px;
  transition: width 0.4s, text-indent 0.45s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}

.swop18-nav-label span {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-left: 12px;
}

.swop18-no-touchmobile .swop18-nav a:hover .swop18-nav-label,
  /* Keep opened until scrolls to section - $.blur() */
.swop18-nav a:focus .swop18-nav-label,
  /* For on-load animation */
.swop18-nav a.js-hover .swop18-nav-label {
  width: 200px;
  text-indent: 0;
}

.swop18-no-touchmobile .swop18-nav a:hover .swop18-nav-circle-fill,
.swop18-nav a:focus .swop18-nav-circle-fill,
.swop18-nav a.active .swop18-nav-circle-fill,
.swop18-nav a.js-hover .swop18-nav-circle-fill {
  opacity: 0;
}

/* --- Nav Top And Bottom Lines --- */

.swop18-nav-line-top,
.swop18-nav-line-bottom {
  display: block;
  width: 0;
  /* 50% - 0.5 * <ul> height - 24px (top) - 6px (bottom) */
  height: calc(50% - 108px);
  overflow: hidden;
  border-right: 1px solid #e9e9ea;
  position: absolute;
  left: 18px;
  z-index: 1;
}

.swop18-nav-line-top {
  top: 24px;
}

.swop18-nav-line-bottom {
  bottom: 24px;
}

@media all and (min-width: 640px) {
  .swop18-nav {
    width: 48px;
  }
  
  .swop18-nav-circle {
    left: 17px;
  }

  .swop18-nav-label {
    margin-left: 48px;
  }

  .swop18-nav-line-top,
  .swop18-nav-line-bottom {
    left: 24px;
  }
}

@media all and (min-width: 1050px) {
  .swop18-nav-tint.shown {
    width: 900px;
  }
}