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

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

@font-face {
    font-family: 'oswald-medium';
    src: url('fonts/oswald-medium.woff2') format('woff2'), url('fonts/oswald-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

/* Default font. */
.ar20,
.ar20 .t-font {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}

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

.ar20 .i-font {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: italic;
}

.ar20 .tl-font {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-style: normal;
}

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

.ar20 .ti-font {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-style: italic;
}


/* Headings font. */
.ar20 .h-font {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.02em;
}

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

body {
    min-width: 320px;
}

.container-fluid.page {
    padding: 0;
}
.element-hidden {
    display: none;
}

body.toolbar-drawer {
    padding-top: 0!important;
}

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

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

.messages {
    max-width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --- Resets --- */

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

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

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

.ar20 button {
    padding: 0;
    border: 0;
    background: none;
    outline: 0 none;
    color: #fff;
}

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

/* Top level container. */
.ar20 {
    min-width: 320px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;/* 24px */
    color: #fff;
    overflow: hidden;
}

.ar20 * {
    outline: 0 none !important;
}

body .ar20 a {
    color: #f7a81c;
    text-decoration: none;
}

body .ar20 a:hover {
    color: #f7a81c;
    text-decoration: none;
}

.ar20 h2,
.ar20 h3,
.ar20 h4,
.ar20 p {
    color: inherit;
}

.ar20 h2,
.ar20 h3,
.ar20 h4 {
    margin: 0;
}

.ar20 p {
    margin: 10px 0 20px 0;
}

.ar20-uppercase {
    text-transform: uppercase;
}

.ar20-invisible {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

/* --- Layout --- */

.ar20-width-wrap {
    display: block;
    max-width: 1110px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

/* --- Photo Credits --- */

.ar20-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);
}

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

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

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

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

/* --- Dotted lines ---*/

.ar20-line {
    display: block;
    background: 0 0 repeat;
    background-size: 9px 9px;
}

.ar20-line-gray {
    background-image: url('../../images/2020/icon-dot-gray.svg');
}

.ar20-line-white {
    background-image: url('../../images/2020/icon-dot-white.svg');
}

.ar20-line-horiz {
    width: 100%;
    height: 3px;
}

.ar20-line-vertic {
    width: 3px;
    height: 100%;
}

/*
 * .-----------------------------------------------------.
 * |                  LOCKABLE SECTION                   |
 * '-----------------------------------------------------'
 */

/* When this section reaches the top of the viewport, ar20-video-stick  */
/* becomes fixed positioned until this element goes out of viewport. */
.ar20-lock {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ar20-video {
    display: none;
}

html.js .ar20-video {
    display: block;
    width: 100vw;
    height: 300vh;
}

.ar20-video-stick {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1;
}

.ar20-video video,
.ar20-video video img,
.ar20-video-tint,
.ar20-video-title {
    display: block;
    width: 100%;
    height: 100%;
}

.ar20-video video,
.ar20-video video img {
    object-fit: cover;
}

.ar20-video video {
    position: relative;
    z-index: 1;
}

.ar20-video-tint,
.ar20-video-title {
    position: absolute;
    top: 0;
    left: 0;
}

html.js .ar20-video-tint,
html.js .ar20-video-title {
    opacity: 0;
}

.ar20-video-tint {
    background: rgba(34, 52, 66, 0.75);
    z-index: 2;
}

.ar20-video-title {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 1;
}

.ar20-video-title-inner {
    padding-top: 26px;
}

.ar20-video-title-logo {
    display: block;
    width: 104px;
    height: 48px;
    margin: 0 auto 24px;
}

.ar20 .ar20-video-title h2 {
    padding: 0;
    font-size: 48px;
    line-height: 56px;
}

.ar20-video-scroll-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 12px);
    z-index: 3;
}

.ar20-video-scroll-icon div {
    content: '';
    width: 100%;
    height: 100%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(45deg) translate(-5px, -5px);
}

.ar20-lock-content {
    position: relative;
    z-index: 2;
}

@media all and (min-width: 1000px) {
    .ar20-video-scroll-icon {
        bottom: 45px;
    }
}

/*
 * .-----------------------------------------------------.
 * |                  EXPANDABLE TABLE                   |
 * '-----------------------------------------------------'
 */

html.js .ar20-table-more-rows,
.ar20-table-more-button {
    display: none;
}

html.js .ar20-table-more-button {
    display: block;
    font-weight: 700;
}

button.ar20-table-more-button {
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.ar20-table-more-button:after {
    content: '';
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    position: absolute;
    top: calc(50% - 8px);
    right: 2px;
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ar20-table-more-active:after {
    border-width: 4px 0 0 4px;
    top: calc(50% - 3px);
}

/*
 * .-----------------------------------------------------.
 * |                       COLORS                        |
 * '-----------------------------------------------------'
 */

.ar20-section-white .color-text {
    color: #fff;
}

.ar20-section-red .color-text {
    color: #f26531;
}

.ar20-section-blue .color-text {
    color: #61c1d6;
}

.ar20-section-lime .color-text {
    color: #c1d82f;
}

.ar20-section-green .color-text {
    color: #72bf44;
}

.ar20-section-yellow .color-text {
    color: #f8991f;
}

/* Sharelink colors. */

.ar20-section-red .ar20-sharelink-nohover circle,
.ar20-section-red .ar20-sharelink-nohover path,
.ar20-section-green .ar20-sharelink-nohover circle,
.ar20-section-green .ar20-sharelink-nohover path {
    stroke: #364755;
}

.ar20-section-red .ar20-sharelink-hover circle,
.ar20-section-red .ar20-sharelink-hover path {
    stroke: #f26531;
}

.ar20-section-blue .ar20-sharelink-hover circle,
.ar20-section-blue .ar20-sharelink-hover path {
    stroke: #61c1d6;
}

.ar20-section-lime .ar20-sharelink-hover circle,
.ar20-section-lime .ar20-sharelink-hover path {
    stroke: #c1d82f;
}

.ar20-section-green .ar20-sharelink-hover circle,
.ar20-section-green .ar20-sharelink-hover path {
    stroke: #72bf44;
}

.ar20-section-yellow .ar20-sharelink-hover circle,
.ar20-section-yellow .ar20-sharelink-hover path {
    stroke: #f8991f;
}

/* Loading colors. */

.ar20-loading-progress-piece-1 {
    background: #f26531;
}

.ar20-loading-progress-piece-2 {
    background: #61c1d6;
}

.ar20-loading-progress-piece-3 {
    background: #c1d82f;
}

.ar20-loading-progress-piece-4 {
    background: #72bf44;
}

.ar20-loading-progress-piece-5 {
    background: #f8991f;
}

@media (min-width: 1024px) {
  #intro .ar20-section-padd {
    box-sizing: content-box;
  }
  #cover .ar20-section-padd,
  #covid-content .ar20-section-padd,
  #deliver-content .ar20-section-padd,
  #region-aes-content .ar20-section-padd,
  #region-awc-content .ar20-section-padd,
  #region-ars-content .ar20-section-padd,
  #region-apc-content .ar20-section-padd,
  #region-eca-content .ar20-section-padd,
  #expenses .ar20-section-padd {
    box-sizing: content-box;
  }
}

.ar20-nav-links {
    margin-top: -3px;
}

@media (max-width: 767px) {
    .ar20-expenses-table-row .ar20-expenses-table-value {
        color: #556b7b !important;
    }
}

@media (max-width: 480px) {
    .ar20 h2, .ar20 h3, .ar20 h4 {
        font-size: 1em;
    }
    .ar20-expenses-table-row .ar20-expenses-table-value {
        color: #556b7b;
    }
    .ar20-nav-links {
        margin-top: 0;
    }
    .ar20-video-title-inner {
        width: 100%;
    }
    .path-annual-report-2020 .footer-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ar20-expenses-panes .ar20-expenses-table-row .ar20-expenses-table-value a {
    color: #556b7b !important;
    font-weight: 700;
}