@font-face {
    font-family: 'Proxima Nova Condensed Semibold';
    src: url("../fonts/Proxima-Nova-Cond-Sbold.eot");
    src: url("../fonts/Proxima-Nova-Cond-Sbold.woff") format("woff"),
    url("../fonts/Proxima-Nova-Cond-Sbold.otf") format("opentype");
}

@font-face {
    font-family: 'proxima-nova';
    src: url("../fonts/ProximaNova-Regular.eot");
    src: url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.otf") format("opentype");
}

.add-padding {
    padding-top: 125px !important;
}

#block-mptf-local-tasks ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}

.mptf-chart {
    /* height: 30vh; */
    font-family: proxima-nova, sans-serif;
}

.is-active-map-text {
    position: relative;
    color: #15385f;
    font-weight: 700;
}

.highcharts-root {
    font-family: proxima-nova, sans-serif !important;
    /* font-size: 1.6rem!important; */
    text-align: left !important;
}

.tooltipNumber {
    font-family: proxima-nova, sans-serif !important;
    font-size: 18px;
}

.tooltipHead {
    font-family: proxima-nova, sans-serif !important;
    font-size: 13px;
    font-weight: bold;
}

.highcharts-label text, .highcharts-label tspan {
    font-size: 0.7rem !important;
}
.page-node-type-contributor #commitments_chart .highcharts-subtitle, .page-node-type-contributor #deposits_chart .highcharts-subtitle {
  display: none;
}

.inline-map {
    height: 600px;
}

#country .hero, #news .hero {
    margin-bottom: 0 !important;
}

.more-results {
    float: right;
}

.tabs-title > a:hover {
    color: unset;
}

#divFlag {
    float: right;
    margin: 0 209px 0 0;
}

small.map-text {
    color: gray;
    font-size: 12px;
}

/* Style the tab */
.tab-map {
    overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab-map button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab-map button:hover {
    color: #aaa;
}

/* Create an active/current tablink class */
.tab-map button.active {
    background-color: #15385f;
    color: #fff;
}

.cross-button {
    color: #CC4B37;
    cursor: pointer;
    font-size: 0.8em;
}

.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
}

.drpdown {
    position: relative;
    display: inline-block;
}

select.button.dropdown {
    background-position: right 1px center;
    padding-right: 10px;
    margin-right: 1px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.drpdown:hover .dropdown-content {
    display: block;
}

.drpdown:hover .dropbtn {
    background-color: #15385f;
    color: white;
}

.innerDiv {
    margin: 12px;
}

#countryLevelFilters, #countributorsFilters {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#countryLevelFilters button.hollow, #countributorsFilters button.hollow {
    width: 100%;
    margin: 0;
}

#countryLevelFilters [type=search], #countributorsFilters [type=search] {
    margin: 0;
}

.currentCluster {
    background: #15385f !important;
    color: #fefefe !important;
}

.doc .card {
    word-break: break-word !important;
}

.block-block-content {
    display: none !important;
}

.analyzeDate {
    width: 20%;
}

/* Override for pages that use col1 filters layout */
.medium-up-1 .filters .analyzeDate, .medium-8.filters .analyzeDate {
    width: 15%;
}

.medium-up-1 .filters span {
    text-align: right;
}

.amounts-notice span {
    padding: 5px;
    display: block;
}

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/*header{
  height: 0px!important;
}*/

.fund-title {
    display: inline-block;
}

.fund-logo {
    float: right;
    width: 7em;
}

#fundOperationallyClosed {
    max-width: 100px;
    margin-left: 5px;
}

#fundOperationallyClosed.completed {
    content: url(../img/icons/completed-label-final.svg);
    vertical-align: top;
    height: 48px;
    margin-left: 20px;
    max-width: 104px;
}

.layout-container header {
    display: none;
}

form#document-search-form {
    width: fit-content;
}

.video-para iframe {
    width: auto !important;
}

.imgCenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.all-news-data .card-image {
    height: auto;
}

.view-id-allnews .view-content {
    text-align: -webkit-center;
}

.filter-data {
    max-width: 784px;
}

.row {
    width: 100%;
    float: none;
    clear: both;
}

.col-md-5 {
    width: 45%;
    float: left;
}

.col-md-2 {
    width: 10%;
    float: left;
}

.col-md-4 {
    width: 33.33%;
    float: left;
}

a.btn-white-blue {
    font-family: Proxima Nova Condensed Semibold;
    color: #15385F;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
}

.button-container > div:hover a {
    color: #787878;
}

.button-container > div:hover:after {
    color: #787878;
    display: inline-block;
    content: '\279E';
    width: 40px;
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-family: Proxima Nova Condensed Semibold;
    font-size: 20px;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: row;
    align-items: center;
}

.button-container > div {
    width: 187px;
    padding: 15px;
    min-height: 150px;
    border: 5px solid #15385F;
    border-radius: 23px;
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.commitments.button-container > div {
    width: 300px;
}

.mt-5 {
    margin-top: 50px;
}

.m-5 {
    margin: 50px 0;
}

.news-image-wrap {
    float: right;
    margin: 10px;
}

.content-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 10px 10px 0;
    float: left;
    clear: left;
}

.content-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 10px 10px;
    float: right;
    clear: right;
}

.w-100 {
    width: 100%;
    float: left;
    clear: left;
}

.align-center.media {
    text-align: center;
}

.region.region-footer-third .menu, .region.region-footer-third .menu li ul,
.region.region-footer-forth .menu, .region.region-footer-forth .menu li ul {
    margin: 0 0 0 10px;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
}

.region.region-footer-third .menu li, .region.region-footer-third .menu li ul li,
.region.region-footer-forth .menu li, .region.region-footer-forth .menu li ul li {
    text-align: left;
}

.region.region-footer-third .menu a, .region.region-footer-third .menu span,
.region.region-footer-forth .menu a, .region.region-footer-forth .menu span {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .4rem 1rem;
}

#fund .header {
    width: 100%;
    clear: both;
}

.header #fundDescription {
    display: inline-block;
}

.header #fundDescription.w-80 {
    width: 79%;
}

.header #fundDescription.w-100 {
    width: 100%;
}

.header #fund-logo-wrap.w-20 {
    width: 20%;
}

.header #fund-logo-wrap {
    float: right;
    margin: 0 0 0 1%;
    text-align: right;
}

.box-container {
    display: flex;
    flex-wrap: wrap;
}

.box-container .box-item {
    flex: 50%;
    margin: 0 0 20px 0;
}

.box-container .box-item .item {
    width: 100%;
    display: grid;
}

table {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}
table .footer-total .right-align {
  text-align: right;
  padding-right: 24px;
}

@media print, screen and (min-width: 64em) {
    figure.align-right {
        float: right;
        width: auto !important;
        margin-left: 5%;
    }

    figure.align-left {
        float: left;
        width: auto !important;
        margin-right: 5%;
    }
}

@media only screen and (min-width: 1601px)  {
    .doc .card-image{
        height: 270px;
    }
}

@media only screen and (max-width: 1600px)  {
    .doc .card-image{
        height: 270px;
    }
}

@media only screen and (max-width: 1366px) {
    .doc .card-image{
        height: 240px;
    }
}

@media only screen and (max-width: 1024px) {
    .doc .card-image{
        height: 175px;
    }
}

/*Responsive start*/
/*Tab Ipad start*/
@media only screen and (max-width: 769px) {
    ul.vertical.large-horizontal.menu {
        position: absolute;
        width: 100%;
        left: 0;
        right: auto;
        background: #fff;
        z-index: 2;
        text-align: right;
        display: none;
    }

    .in-canvas-for-large {
        width: 100%;
        left: 0;
        right: auto;
        background: #fff;
        z-index: 2;
    }

    header > .grid-container {
        position: relative;
    }

    header .main-navigation nav {
        padding-top: 0;
    }

    ul.vertical.large-horizontal.menu > * {
        position: inherit;
        display: contents;
    }

    #content-area iframe {
        width: 100% !important;
    }

    figure.align-left, figure.align-right, .media.align-left, .media.align-right {
        float: none;
        clear: both;
        width: 100%;
    }

    #toolbar-administration {
        margin-bottom: 40px;
    }


    #countryLevelFilters button.hollow, #countributorsFilters button.hollow {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #countryLevelFilters [type=search], #countributorsFilters [type=search] {
        margin: 0 0 10px 0;
    }

    .news-image-wrap {
        float: right;
        margin: 10px;
    }

    .region.region-footer-third .menu, .region.region-footer-third .menu li ul,
    .region.region-footer-forth .menu, .region.region-footer-forth .menu li ul {
        margin: 0;
        padding: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: block;
    }

    .region.region-footer-third .menu li, .region.region-footer-third .menu li ul li,
    .region.region-footer-forth .menu li, .region.region-footer-forth .menu li ul li {
        text-align: center;
        font-size: 14px;
    }

    .region.region-footer-third .menu a, .region.region-footer-third .menu span,
    .region.region-footer-forth .menu a, .region.region-footer-forth .menu span {
        line-height: 1;
        text-decoration: none;
        display: block;
        padding: .4rem 1rem;
    }

    .header #divFlag {
        float: right;
        margin: 0;
    }

    #fund .header #fundDescription.w-80 {
        display: block;
        width: 100%;
    }

    #fund .header #fund-logo-wrap.w-20 {
        float: none;
        width: 60%;
        margin: 0 auto 5% auto;
        text-align: center;
    }

    .box-container .box-item {
        flex: 100%;
    }

    .front-figures .highcharts-container, .front-figures .card.icon.front {
        margin: 0 auto 0 auto;
    }

    .front-figures {
       margin-bottom: 10px;
    }

    #fund .toc ul li.is-active a span {
        border-bottom-color: transparent;
    }

    .footer-bottom-region ul.menu.policy-menus li {
        width: 100%;
        padding: 5px;
    }
}

.filters span {
    width: auto;
    display: inline-block;
}

/* .pagination-wrapper {
    text-align: right;
    margin-right: 240px;
    position: relative;
    display: block;
} */

.pagination-wrapper {
    text-align: left;
    display: block;
    margin-bottom: 27px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}

/*.document-thumbnail-fig img {
    height: 240px;
}

.document-thumbnail-fig figcaption {
    text-align: center;
}*/

/*Mobile view strat*/
@media only screen and (max-width: 767px) {
    ul.vertical.large-horizontal.menu {
        position: absolute;
        width: 100%;
        left: 0;
        right: auto;
        background: #fff;
        z-index: 2;
        text-align: right;
        display: none;
    }

    .in-canvas-for-large {
        width: 100%;
        left: 0;
        right: auto;
        background: #fff;
        z-index: 2;
    }

    header > .grid-container {
        position: relative;
    }

    header .main-navigation nav {
        padding-top: 0;
    }

    ul.vertical.large-horizontal.menu > * {
        position: inherit;
        display: contents;
    }

    .col-md-4, .col-md-2, .col-md-5 {
        width: 100%;
    }

    .col-sm-12 {
        width: 100%;
        float: none;
    }

    .button-container > div:after {
        color: #787878;
        display: inline-block;
        content: '\279E';
        width: 40px;
        position: absolute;
        bottom: 0px;
        right: 5px;
        font-family: Proxima Nova Condensed Semibold;
        font-size: 20px;
    }

    .header #divFlag {
        float: left !important;
        margin: 0;
    }

    .filters span {
        width: 100%;
        display: block;
    }

    .filters .analyzeDate, #goingMapFilters .analyzeDate, .medium-up-1 .filters .analyzeDate, .medium-8.filters .analyzeDate {
        width: 49%;
    }

    .medium-up-1 .filters span {
        text-align: left;
    }

    .pagination-wrapper {
        text-align: right;
        margin-right: 0;
        display: inline-block;
    }
    .dropdown.menu>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: auto;
    }

}

@media only screen and (max-width: 647px) {
    .content-left, .content-right {
        float: none;
        clear: both;
    }

    .doc .card-image{
        height: 440px;
    }
    .dropdown.menu>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: auto;
    }
}

@media only screen and (max-width: 480px) {
    .doc .card-image {
        height: 308px;
    }
    .dropdown.menu>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: auto;
    }
}

@media only screen and (max-width: 320px) {
    .doc .card-image {
        height: 234px;
    }
    .dropdown.menu>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: auto;
    }
}

/*Responsive end*/

/*For Mac*/
@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1400px) {
}

/*
.contributorTab {
    font-size: 1.3rem;
}*/

#latest-feature .card {
    height: 240px;
    overflow: hidden !important;
    width: 100% !important;
    padding: 0 10px;
}

#latest-feature .card img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: auto;
}

@supports (object-fit: cover) {
    #latest-feature .card img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-bottom: 2px solid #2eabe1;
    }

    /*.card.icon img{
    object-fit: none;
    border-bottom: none;
  }*/
}


.front-figures {
    height: 300px;
}

.card-section {
    padding: 0 1rem 1rem 1rem !important;
}

.card-section p {
    margin-bottom: 0;
}

.card.icon .card-section {
    padding: 15px 0 !important;
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
}

.card.icon.front .card-image {
    float: left;
    width: 46%;
    overflow: revert;
    min-height: revert;
    text-align: right;
    padding: 0 8% 0 0;
}

.front-figures .card.icon.front {
    height: inherit;
    padding: 70px 15px 20px 15px;
    display: block;
}

.card.icon.front .card-image img {
    height: 80px;
    width: 80px;
    min-width: 80px;
}

#fund-count, #contributors-count, #organizations-count, #countries-count {
    width: 54%;
    float: right;
    height: 80px;
    text-align: left;
    padding: 6% 0 6% 0%;
}

.front .yellow-text h3 {
    font-weight: bold;
    font-size: 5rem;
    line-height: 0.7;
}

.flag-icon-ngo {
    background-image: url(../img/icons/ngo-office.svg)
}

.flag-icon-mul {
    background-image: url(../img/icons/diplomatic-mission.svg)
}

.flag-icon-fdt {
    background-image: url(../img/icons/building.svg)
}

.flag-icon-one {
    background-image: url(../img/icons/partnership.sv.svg)
}

.flag-icon-generic {
    background-image: url(../img/flags/4x3/generic.svg);
}

.flag-icon-prv {
    background-image: url(../img/icons/partnership.sv.svg);
}

.flag-icon-cs_removed {
    background-image: url(../img/flags/4x3/cs.svg);
}
#project-country-flag.flag-icon-cs {
  border: none;
}

.pooledfunds .results > div {
    padding: .5rem;
}

.downloadCsv, .downloadXml, .downloadExcel, .downloadPrint {
    float: right;
}

.imgPrint {
    height: 30px;
    margin-bottom: 15px;
}

.imgCsv {
    height: 30px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.imgXml {
    height: 30px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.imgExcel {
    height: 30px;
    margin-bottom: 15px;
    padding-right: 10px;
}

table.dataTable thead th.tablesorter-headerAsc {
  background-image: url(/themes/custom/mptf/assets/img/metro-white-asc.png);
  background-size: 9px;
}
table.dataTable thead th.tablesorter-headerDesc {
  background-image: url(/themes/custom/mptf/assets/img/metro-white-desc.png);
  background-size: 9px;
}

.container-inline.js-form-wrapper.form-wrapper {
    padding-bottom: 40px;
}

.search-box {
  background: #fff;
  z-index: 500;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
  display: none;
}

#search-input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  border-radius: 0;
  width: 2rem;
  transition: width 0s;
  margin: 0;
}
#search-text {
  color: #66809d;
}

.animation-search {
    width: 100% !important;
    transition: width 2s !important;
}

.search-results.node_search-results > li {
    display: block;
}

.analyze_records {
    margin-bottom: -2rem;
    margin-top: 1rem;
}

.input-container {
    max-height: 330px;
    overflow: auto;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
}

#donorsCb {
    display: none;
}

.path-analyze-all-contributions .content, .path-analyze-all-projects .content, .path-tools .content {
    position: relative;
}

.path-analyze-all-contributions .pooledfunds .dropdown-pane .cell, .path-analyze-all-projects .pooledfunds .dropdown-pane .cell {
    max-height: 478px;
}

.grid-x .cell .contributions-pane {
    left: 16px;
    top: 0;
    width: 860px;
}

.doc .card-section {
    text-align: center;
}

#slider1 .slick-slide, #slider2 .slick-slide, #slider3 .slick-slide, #slider4 .slick-slide {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .grid-x .cell .contributions-pane {
        left: 0;
        top: 0;
        width: 100%;
    }
}

.grid-x .cell .contributions-pane .button {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.grid-x .cell .contributions-pane .grid-x {
    padding-top: 16px;
}

.grid-x .cell .contributions-pane .cell {
    border-right: none !important;
}

.grid-x .cell .contributions-pane span {
    margin-left: 15px;
    font-size: 1.5625rem;
}

.path-analyze-all-contributions .results .button-group, .path-analyze-all-projects .results .button-group {
    display: inline-block !important;
    margin-right: 10px;
}

.is-dropdown-submenu li a {
    color: #66809d;
}

.navigation__item ul ul {
    padding: 0;
    margin: 0 0 0 10px;
}

.navigation__item ul ul li {
    background-color: #F3F4F8;
    list-style: none;
    font-size: 12px;
}

#loader {
    font-size: 12px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 50%;
    left: 50%;
    display: block;
    z-index: 999;
}

/* Sankey Charts */
div#sankey-map-desc {
    font-size: 13px;
    width: 100%;
    text-align: left;
    padding: 5px;
    border: 1px solid #CACACA;
    margin: 0 0 20px 0;
}
.labelPosition {
  color: black;
  position: relative;
}
.label-column-0 {
    left: 25px;
}
.label-column-1 {
    right: 25px;
}
.label-column-2 {
    right: 25px;
}

img.sdg-xAxis-icon {
    max-width: none !important;
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

.paragraph--type--resource-list-group {
    margin-bottom: 20px;
}

.paragraph--type--resource-list-group .field--name-field-title {
    font-weight: bold;
    margin-bottom: 12px;
}

/* Superfish expandable menu theme */
ul.sf-menu.sf-style-none {
    padding: 0;
}

ul.sf-menu.sf-style-none.sf-navbar {
    width: 100%;
}

ul.sf-menu.sf-style-none ul {
    background-color: #fff;
    margin: 10px 0;
    padding: 20px 0 20px 30px;
}

ul.sf-menu.sf-style-none a,
ul.sf-menu.sf-style-none a:visited,
ul.sf-menu.sf-style-none span.nolink {
    border: 0 none;
    color: #0a0a0a;
    padding: 1em;
}

ul.sf-menu.sf-style-none ul a,
ul.sf-menu.sf-style-none ul a:visited,
ul.sf-menu.sf-style-none ul span.nolink {
    padding: 1em 1.5em;
}

ul.sf-menu.sf-style-none a.sf-with-ul,
ul.sf-menu.sf-style-none span.nolink.sf-with-ul {
    padding-right: 2em;
}

ul.sf-menu.sf-style-none.rtl a.sf-with-ul,
ul.sf-menu.sf-style-none.rtl span.nolink.sf-with-ul {
    padding-left: 2em;
    padding-right: 1em;
}

ul.sf-menu.sf-style-none li,
ul.sf-menu.sf-style-none.sf-navbar {
    background-color: #fff;
}

ul.sf-menu.sf-style-none ul li {
    border-left: #2FAAE1 solid 4px;
}

ul.sf-menu.sf-style-none li:hover > a,
ul.sf-menu.sf-style-none li.sfHover > a,
ul.sf-menu.sf-style-none span.nolink:hover {
    background-color: #15385f;
    color: #fff;
    outline: 0;
}

ul.sf-menu.sf-style-none ul li:hover > a,
ul.sf-menu.sf-style-none ul li.sfHover > a,
ul.sf-menu.sf-style-none ul span.nolink:hover {
    background-color: #ddd;
    color: #0a0a0a;
    outline: 0;
}

.sf-menu.sf-style-none.sf-navbar li ul li ul {
    background-color: transparent;
}

ul.sf-menu.sf-style-none .sf-sub-indicator {
    width: 15px;
    font-size: 10px;
}

div.sf-accordion-toggle.sf-style-none {
    width: 40px;
    top: -50px;
    right: 0;
    position: absolute;
}

div.sf-accordion-toggle.sf-style-none a {
    display: inline-block;
    font-weight: bold;
    padding: 0;
}

div.sf-accordion-toggle.sf-style-none > a:after {
    content: "≡";
    font-size: 3em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    speak: none;
}

div.sf-accordion-toggle.sf-style-none > a span {
    display: none;
}

div.sf-accordion-toggle.sf-style-none a.sf-expanded,
ul.sf-menu.sf-style-none.sf-accordion li.sf-expanded > a,
ul.sf-menu.sf-style-none.sf-accordion li.sf-expanded > span.nolink {
    font-weight: bold;
}

ul.sf-menu.sf-style-none.sf-accordion li a.sf-accordion-button {
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 499;
}

ul.sf-menu.sf-style-none.sf-accordion li li a,
ul.sf-menu.sf-style-none.sf-accordion li li span.nolink {
    padding-left: 1em;
}

ul.sf-menu.sf-style-none.rtl.sf-accordion li li a,
ul.sf-menu.sf-style-none.rtl.sf-accordion li li span.nolink {
    padding-left: auto;
    padding-right: 1em;
}

ul.sf-menu.sf-style-none.sf-accordion li.sf-clone-parent span.nolink {
    display: none;
}

.dd-mid {
    width: 20%;
    margin: 0 0.5rem 1rem;
}

#sdg-map {
    text-align: center;
}

.px-1 {
    padding: 0 1rem;
}

@media only screen and (max-width: 1025px) {
    ul.sf-menu.sf-style-none {
        margin-top: 10px;
    }

    ul.sf-menu.sf-style-none a,
    ul.sf-menu.sf-style-none a:visited,
    ul.sf-menu.sf-style-none span.nolink {
        font-size: 1em;
    }

    ul.sf-menu.sf-style-none ul {
        padding: 0;
        float: left !important;
    }

    ul.sf-menu.sf-style-none ul ul {
        padding: 20px 0;
        margin: 0 0 0 10px;
    }

    ul.sf-menu.sf-style-none ul ul li {
        border-left: none;
    }
}

/* Tracking tool record detail view popup */
.detail-header dl {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: auto;
}

.detail-header dt, .detail-header dd {
    flex: 0 0 25%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail-header dd {
    margin-left: auto;
}

.detail-popup-container {
    position: relative;
}

.detail-popup-container .dropdown-pane {
    position: fixed;
    width: 80%;
    min-height: 300px;
    max-width: 1200px;
    margin: 6% auto;
    left: 0;
    right: 0;
}

.dropdown-pane .content {
    position: relative;
}

.dropdown-pane .content > ul, .dropdown-pane .content > .grid-x {
    margin-top: 50px;
}

.content .button.close {
    position: absolute;
    right: -5px;
    top: 0px;
}

.button-group .button.close {
    position: initial;
    right: initial;
    top: initial;
}

.detail-popup-container .downloadData {
    display: none;
}

.detail-popup-container a.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.carousel .slick-prev:before, .carousel .slick-next:before {
    color: #15385f;
}

.grid-margin-x.medium-up-3 > .carousel.cell {
    width: 33%;
}

@media only screen and (max-width: 700px) {
    .grid-margin-x.medium-up-3 > .carousel.cell {
        width: 100%;
    }
}

.grid-margin-x.medium-up-3 > .carousel.cell img {
    width: 100%;
}

.year-select {
    width: 50%;
}

.impact .video {
    margin-bottom: 15px;
}

.impact .video .media--type-remote-video iframe {
    width: 100%;
    height: 226px;
}

.user-login-form, .user-register-form, .user-pass {
    padding: 0 15px;
}

#projectsAndFundsReportAggregated, #projectsAndFundsReport {
    width: 70%;
}

#contributorsRealTimeCommitmentsTableId td:nth-child(1), #contributorsRealTimeCommitmentsTableFooter td:nth-child(1) {
    width: 30% !important;
}

#selectFromDate, #selectToDate {
    width: 150px;
    display: inline-block;
}
#latest-feature .slider-for {
    width: 80%;
    margin: 0 auto 30px auto;
}

figure figcaption {
    font-size: 15px;
}

.slick-prev:before, .slick-next:before {
    color: #15385F !important;
}

.media.align-center {
    margin: 5% 0;
}

.media.align-left {
    margin: 0 5% 5% 0;
}

.media.align-right {
    margin: 0% 0 5% 5%;
}

.media video {
    object-fit: cover;
}

footer .button:focus, footer .button:hover {
    background-color: #15385f !important;
}

footer .linkedin {
  margin-left: 10px;
}

footer .linkedin  img{
  margin-top: 2px;
}

.filters span.search-filter-label {
    width: 50px;
}

.front-figures a.front-figures-link {
    height: inherit;
}

.yellow-text {
    color: #f5af02;
}

#fund .toc ul li a {
    padding: .7rem 1.8rem .7rem 0px !important; 
}

#project-infocus-heading {
    float: left;
    width: 68%;
}

#project-country-flag {
    width: 30%;
    float: right;
    background-size: cover;
    height: 150px;
    border: 1px solid  #E3E3E3;
}

#project-country-flag .flag-icon:before {
   display: none;
} 

#countrysPortfolioDiv .flag-icon:before {
    content: '\00a0';
    width: 22px;
    height: 18px;
    border: 1px solid  #E3E3E3;
    float: left;
    margin-top: 0px;
}

.leaflet-pane .leaflet-popup .leaflet-popup-content h4 .flag-icon:before {
    content: '\00a0';
    width: 33px;
    height: 23px;
    border: 1px solid #E3E3E3; /*E3E3E3*/
    float: left;
    margin-top: 0px;
}

#topCurrentYearContributorsTable table tr td .flag-icon, 
#transactions-commitments-table table tr td .flag-icon,
#fundTopContributorsTableC table tr td .flag-icon,
#fundTopContributorsTableO table tr td .flag-icon {
    float: left;
    margin-right: 15px;
}

#topCurrentYearContributorsTable table tr td .flag-icon:before, 
#transactions-commitments-table table tr td .flag-icon:before, 
#fundTopContributorsTableC table tr td .flag-icon:before,
#fundTopContributorsTableO table tr td .flag-icon:before {
    content: '\00a0';
    width: 42px;
    height: 32px;
    border: 1px solid  #E3E3E3;
    float: left;
    margin-top: 0px;
}

.project-infolist {
    width:100%;
    float: none;
}

#content-area p {
    margin-bottom: 1rem;
}

#content-area table {
    width: 100% !important;
}

.front-figures h4 {
    color: #000;
}

.menu a.footer-menu-item {
    padding: 0 1rem;
}

.disable-link {
   cursor: not-allowed;
}

#contributor_menu.is-dropdown-submenu .tabs-title > a:hover {
    color: #123052;
}

#contributor_menu.is-dropdown-submenu .is-active>a {
    background: #15385f;
    color: #fefefe;
}

#contributor_menu.is-dropdown-submenu .is-active>a:hover {
    color: #fefefe;
}

.contributor-dd-menus .is-dropdown-submenu-parent div::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}

.contributor-dd-menus.dropdown.menu>li.is-dropdown-submenu-parent>div::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #66809d transparent transparent;
    right: 0px;
    left: auto;
    margin-top: -3px;
}
#pCategoriesDS {
  display: none;
}
.slidetogglewrap {
    padding: 0.5rem  1rem;
}
.page-node-type-fund #projects-section .contributions-pane {
  top: auto;
  width: 260px;
}
#projects-section .pooledfunds {
  position: relative;
}
.page-node-type-fund #projects-section #projectCountry-dropdown {
  left: 230px;
  width: 300px
}
.page-node-type-fund #projects-section #projectTheme-dropdown {
  left: 445px;
  width: 300px;
}
.page-node-type-fund #projectStatus-dropdown, .page-node-type-project #projectStatus-dropdown {
  top: auto;
  left: auto;
  width: 260px;
}
.page-node-type-fund #selected-projectStatus .button-group, .page-node-type-project #selected-projectStatus .button-group {
  display: inline-block;
  margin-right: 20px;
}
.page-node-type-fund #countryLevelFilters, .page-node-type-project #countryLevelFilters  {
  justify-content: flex-start;
}
.page-node-type-fund #countryLevelFilters .cell, .page-node-type-project #countryLevelFilters .cell {
  display: none;
}
.page-node-type-fund #countryLevelFilters #All, .page-node-type-fund #countryLevelFilters #Search, .page-node-type-fund #pCategoriesDS,
.page-node-type-project #countryLevelFilters #All, .page-node-type-project #countryLevelFilters #Search, .page-node-type-project #pCategoriesDS {
  display: block;
}
.page-node-type-fund .fund-document-search ul, .page-node-type-fund .fund-document-search #tabs-1, .page-node-type-fund #fund_completed,
.page-node-type-fund #General, .page-node-type-fund label[for=General], .page-node-type-fund #fund_established, .page-node-type-project .fund-document-search ul, .page-node-type-project .fund-document-search #tabs-1, 
.page-node-type-project #document_search_checkboxes,
.page-node-type-contributor .contributor-document-search #tabs-1, .page-node-type-contributor .contributor-document-search ul,
.page-node-type-contributor #General, .page-node-type-contributor #document_search_checkboxes, .page-node-type-contributor #p-countryDS, .page-node-type-contributor #tabs, .page-node-type-contributor #pagination {
  display: none;
}
.page-node-type-fund #keys2, .page-node-type-project #keys2  {
  margin-bottom: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .tabcontent-map {
  min-height: 100px !important;
  max-height: 200px !important;
  overflow-y: auto !important;
}
.path-document h1 {
  font-weight: 700;
}
.path-document #tabs, .page-node-type-fund #tabs, .page-node-type-project #tabs, .page-node-type-contributor #tabs {
  width: 100%;
  display: none;
  margin: 0 14px;
  margin-top: 18px;
}
.page-node-type-fund #tabs, .page-node-type-project #tabs, .page-node-type-contributor #tabs {
  display: block;
}
.path-document #tabs .ui-state-active, .page-node-type-fund #tabs .ui-state-active, .page-node-type-project #tabs .ui-state-active, .page-node-type-contributor #tabs .ui-state-active {
  background-color: #15385f;
  color: #fefefe;
  border: 1px solid #15385f;
}
.path-document .ui-widget-header, .page-node-type-fund .ui-widget-header, .page-node-type-project .ui-widget-header, .page-node-type-contributor .ui-widget-header {
  background: #f3f4f8 !important;
}
.path-document .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.page-node-type-fund .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.page-node-type-contributor .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #15385f !important;
}
.path-document .select2-container--default .select2-results__option--selected,
.page-node-type-fund .select2-container--default .select2-results__option--selected,
.page-node-type-contributor .select2-container--default .select2-results__option--selected{
  background-color: #f3f4f8 !important;
}
.path-document #paginationWrapper {
  display: none;
}
.path-document .title {
  margin-bottom: 18px;
}
.path-document .featured {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #002060;
}
.path-document #documentTableId th, .path-document #documentTableId td {
  word-break: break-word;
}
.path-icons .image-wrapper {
  position: relative;
}
.path-icons .image-wrapper .delete {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(/themes/custom/mptf/assets/img/delete.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.path-icons .button.upload-icon {
  margin-left: 30px;
  margin-top: 15px;
}

.view-featured-documents {
  background-color: #14395e;
  padding-top: 15px;
  width: 100%;
  margin-bottom: 42px;
}
.path-document .view-featured-documents {
  background-color: #fff;
  margin-bottom: 20px;
}
.view-featured-documents .views-row {
  width: calc(100% - 1.25rem);
  padding: 0 15px;
}
@media only screen and (min-device-width: 768px) {
  .view-featured-documents .views-row {
    width: 49.5%;
    display: inline-block;
  }
}
 @media only screen and (min-device-width: 1454px) {
  .view-featured-documents .views-row {
    width: 24.74%;
  }
}
.view-featured-documents .views-row .doc .card-image {
  height: 270px;
}
.view-featured-documents .views-row a {
  color: #bfc1c2;
  font-size: 1.25rem;
  line-height: 1.4;
}
.path-frontpage .view-featured-documents {
  padding-top: 0;
  margin-bottom: 0;
}
.path-frontpage #hero-knowledge .grid-x {
  flex-flow: column;
}
.card.portrait .card-image .document-thumbnail {
  background-color: #fff;
}
select, .slidetogglewrap{
  cursor: pointer;
}
div#country-impact-desc {
    font-size: 13px;
    width: 100%;
    text-align: left;
    padding: 5px;
}
.page-node-type-fund #peacebuilding-projects #projectInfo {
  display: none;
}
#homepage #transactions-commitments-table .downloadData, #homepage #transactions-transfers-table .downloadData {
  display: none;
}
/* Screens that are 1200px or less */
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .card.icon.front .card-image img {
        height: 65px;
        width: 65px;
        min-width: 65px;
    }
    .front .yellow-text h3 {
        font-size: 4rem;
    }
}
.page-node-type-project #peacebuilding-overview-label {
    padding: 0.7rem 1.8rem 0.7rem 0px;
}
.page-node-type-project .toc, .page-node-type-project .cell.shrink {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.page-node-type-project .tools {
    border: 1px solid #fefefe;
    font-size: 80%;
    width: auto;
}
.page-node-type-project .tools>li.is-dropdown-submenu-parent>a {
    color: #fefefe;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
}
.page-node-type-project .tools>li.is-dropdown-submenu-parent>a span {
    margin-right: 0.5rem;
}
.page-node-type-project .tools>li.is-dropdown-submenu-parent>a::after {
    border-top-color: #fefefe;
    right: 0.5rem;
}
.page-node-type-project .toc ul li.is-active a span {
    border-bottom-color: #fefefe;
}
.page-node-type-project .toc ul li a span {
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}
.page-node-type-project .toc ul li a:hover span {
    border-bottom-color: #cacaca;
}
.page-node-type-project #p-fundsDS, .page-node-type-project #p-countryDS, .page-node-type-project #pTypesDS {
  display: none;
}
td span.isnumber {
  padding-right: 14px;
  float: right;
  width: 100%;
  text-align: right;
  font-family: Arial;
  font-size: 14px;
}
th.isnumber {
  text-align: right;
}
#commitmentTableId .nobreak {
  float: right;
}
#commitmentTableId .nobreak .isnumber {
  width: auto;
}
#commitmentTableId .nobreak .currency {
  position: relative;
  top: -2px;
  font-family: Arial;
  font-size: 14px;
}
#commitmentTableId tbody td:nth-child(4) {
    text-align: right;
}
table#documentTableId td:nth-child(2), table#documentTableId th:nth-child(2) {
    display: none;
}
.midnight.hero .sticky-container {
  position: static;
}

#fundBannerSDG, #projectBannerSDG {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#fundBannerSDG .item, #projectBannerSDG .item {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    width: 64px;
    height: 64px;
}

.page-node-type-project .card-section h5, .page-node-type-fund .card-section h5, .path-frontpage #hero-knowledge .card-section h4 {
    font-size: 15px;
}
#fund-type-Filters .filter-btn {
   display: inline-block;
   margin: 0 10px;
  }

  .fundtype-year-Filters {
     display: inline-block;
     width: 40%;
 }
 
 div#fund-type-Filters {
    width: 59%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 15px 0 0 0;
  }

 .button.hollow:focus, .button.hollow:hover, .button.hollow.active {
    background-color: #15385f;
    color: #ffffff;
 }
 
.path-frontpage #hero-knowledge .card-section h4 {
    color: #66809d;
}

#views-exposed-form-search-page-1 .form-type-textfield, #views-exposed-form-search-page-1 .form-actions {
  display: inline-block;
}
.view-id-search .views-row {
  margin-bottom: 15px;
}
.path-search .facets-widget-checkbox ul {
  list-style: none;
}
.path-search .facet h4 {
  margin-left: 20px;
}
.path-search .views-field-type .field-content {
  font-weight: bold;
  font-size: 0.9em;
}
.path-search .pager {
  position: relative;
  top: 28px;
  left: 150px;
}
a.countrywithcount::after , a.themewithcount::after {
    content: "▼";
    margin-left: 4px;
}
.
element.style {
    transform: translate3d(603px, 300px, 0px);
}
#mapsection .leaflet-pane  {
  z-index: 1;
}
#mapsection .leaflet-top {
  z-index: 2;
}
p.project-info {
  display: none;
}
#projectsCountrySection, #projectsDeliveryAnalysisSection, #projectsByThemeSection {
  scroll-margin-top: 220px;
}
#sankey-image {
  float: right;
}
#sankey-image img {
  height: 30px;
  cursor: pointer;
}
#sankey-image-source {
  width: 100%;
  height: auto;
}
section.contributors .hollow.button {
  font-size: 1.2rem;
}
#document_search .results .button-group {
  display: inline-block;
  margin-right: 20px;
}
#document_search .results .button-group:last-child {
  margin-right: 0;
}
#document_search .results .button-group .close {
  color: #fff;
}
#csv_tables {
  display: none;
}
.path-document-dashboard select {
  margin: 0;
}
.path-document-dashboard .views-exposed-form {
  padding-left: 12px;
}
.path-document-dashboard .views-exposed-form div {
  display: inline-block;
}
.path-document-dashboard .views-exposed-form .form-actions {
  padding-top: 25px;
}
.path-document-dashboard .views-entity-form .form-actions {
  padding-left: 12px;
}
#contributor_text {
  display: none;
}
#fund_document_search .search-button .button {
  font-size: 1rem;
}
.tooltip-q {
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: #15385f; 
  -moz-border-radius: 11px; 
  -webkit-border-radius: 11px; 
  border-radius: 11px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  display: none;
}
.tippy-box {
  background: #15385f;
}
.tippy-arrow {
  color: #15385f;
}
header .main-navigation #superfish-mptf-menu input[type=search] {
  background: url(../img/search.png) no-repeat;
}
#terminology-table {
  border-left: none;
  border-right: none;
  margin: 1.5rem 0;
}
#terminology-table p {
  margin-bottom: 0;
}
#terminology-table tbody tr {
  background-color: #fff;
  border: none;
}
table.footer-table {
  display: none;
}
table tr.clear-background {
  background-color: #fff;
  font-weight: bold;
}
table tr.footer-spacer {
  border-bottom: 2px solid #2eabe1;
  height: 10px;
}
#liLocalLanguage a {
  color: #FCBA63;
}
#liLocalLanguage.is-active a span, #liLocalLanguage a:hover span {
  border-bottom-color: #FCBA63 !important;
}
#contacts_section #contacts {
  display: none;
}
body.path-postcards {
  background-image: url(/themes/custom/mptf/assets/img/post-background-pattern-new.png);
  background-size: 744px;
}
body.path-postcards #postcard_section {
  margin-top: 8rem;
}
body.path-postcards img.twitter {
  width: 34px;
}
body.path-postcards img.twitter.title {
  position: relative;
  left: 16px;
  top: -3px;
}
body.path-postcards .view-postcards .views-row {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
body.path-postcards .pager, body.path-postcards .field--name-field-body, body.path-postcards .a2a_kit {
  margin-top: 25px;
  display: block;
}
body.path-postcards article a, body.path-postcards article .a2a_kit {
  text-align: center;
}
body.path-postcards article h2 {
  display: none;
}
#block-mptf-local-tasks ul.tabs {
  margin: 0;
}
#block-mptf-local-tasks ul.tabs li.is-active a {
  color: #66809d;
}
#block-mptf-local-tasks ul.tabs li.is-active a:hover {
  color: #fefefe;
}
#views-exposed-form-leaning-center-with-solr-learning-center {
  width: 855px;
  border-radius: 3px;
  display: flex;
  margin: auto;
  position: relative;
  flex-direction: column;
  font-family: proxima-nova,sans-serif;
}
#views-exposed-form-leaning-center-with-solr-learning-center #edit-actions {
  position: absolute;
  right: 0;
}
#views-exposed-form-leaning-center-with-solr-learning-center #edit-actions  input {
  background: url(../img/search.png) no-repeat;
  width: 55px;
  height: 39px;
  z-index: 9999;
  font-size: 0px;
  background-position: center;
  background-size: 46%;
}
#views-exposed-form-leaning-center-with-solr-learning-center .form-item-search-api-fulltext{
  width: 100%;
}
#views-exposed-form-leaning-center-with-solr-learning-center .form-item-search-api-fulltext input {
  border: 1px solid #B7B7B7;
  border-radius: 3px;
  box-shadow: inset 0.5px 0.5px 5px #00000029;
  padding: 0 30px;
}
#views-exposed-form-leaning-center-with-solr-learning-center .form-item-search-api-fulltext label {
  display: none;
}
#views-exposed-form-leaning-center-with-solr-learning-center .form-item-field-resource-type-target-id {
  width: 100%;
}
#views-exposed-form-leaning-center-with-solr-learning-center  div[name="field_resource_type_target_id"] ul {
  display: flex; 
  align-items: center;
  justify-content: center;
}

#views-exposed-form-leaning-center-with-solr-learning-center  div[name="field_resource_type_target_id"] ul li:first-child  {
  display: none;
}
#views-exposed-form-leaning-center-with-solr-learning-center  div[name="field_resource_type_target_id"] li {
  display: inline; 
  float:left;
  margin: 10px;
  border: 1px solid #15385f;
  width: 200px;
  height: 50px;
}
.form-item-field-resource-type-target-id label {
  text-align: center;
  font-size: 24px;
}
#views-exposed-form-leaning-center-with-solr-learning-center  div[name="field_resource_type_target_id"] li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#views-exposed-form-leaning-center-with-solr-learning-center  div[name="field_resource_type_target_id"] li a:hover {
  cursor: pointer;
}
#views-exposed-form-leaning-center-with-solr-learning-center  div[name="field_resource_type_target_id"] li a.bef-link--selected {
  background-color: #15385f;
}
.view-leaning-center-with-solr .views-row {
  width: 90%;
  margin: 25px;
  height: auto;
  min-height: 293px;
  padding: 30px;
  border: 0.5px solid #707070;
  position: relative;
  border-bottom: 2px solid #2eabe1;;
}
.view-leaning-center-with-solr .view-header p {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 60px;
}
.view-leaning-center-with-solr .views-field-field-learning-image img,
.view-leaning-center-with-solr .views-field-nothing-1 img{
    width: 48%;
    height: 230px;
    background-color: grey;
    float: left;
    margin-right: 10px;
    clear: left;
    margin-right: 20px;
    max-width: 410px;
}
.views-field-field-video-learning  a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
    width: 48%;
    height: 230px;
    background-color: grey;
    float: left;
    margin-right: 10px;
    clear: left;
    margin-right: 20px;
    max-width: 410px;
}
.views-field-field-video-learning a:after {
  content: url(../img/icons/video.svg); 
  width: 75px;
  height: 75px;
  top: calc(50% - (75px/2));
  left: calc(50% - (75px/2));
  position: absolute;
}
.views-field-field-video-learning  a:hover::after {
  transform: scale(0.90);
}
.views-field-field-video-learning  a img {
  display: block;
  width: 100%;
  height: 100%;
}
.view-leaning-center-with-solr .views-field-title {
  font: normal normal bold 18px Proxima Nova;
  margin-bottom: 20px;
  height: 45px;
  overflow: hidden;
  font-family: proxima-nova,sans-serif;
  width: calc(52% - 20px);
}
.view-leaning-center-with-solr  .views-field-field-keywords {
  font: normal normal normal 14px Proxima Nova;
  /* margin-bottom: 17px; */
  max-width: 420px;
  float: left;
  max-height: 100px;
  overflow: hidden;
  width: calc(52% - 20px);
}
.view-leaning-center-with-solr  .views-field-field-keywords ul {
  line-height: 1;
}
.view-leaning-center-with-solr  .views-field-field-keywords ul li {
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 420px;
  font-family: proxima-nova,sans-serif;
}
.view-leaning-center-with-solr .views-field-nothing {
  height: 52px;
  width: 210px;
  float: left;
  position: absolute;
  bottom: 29px;
  left: calc(48% + 20px);
}
.view-leaning-center-with-solr .views-field-nothing  a{
  font: normal normal normal 18px Proxima Nova;
  border: 1px solid #15385F; 
  border-radius: 5px;
  padding: 14px 30px;
  font-weight: 400;
  color: #15385F; 
  display: block;
  text-align: center;
  font-family: proxima-nova,sans-serif;
}
.view-leaning-center-with-solr .views-field-nothing  a:hover {
  cursor: pointer;
  background-color: #15385f;
  color:#FFF;
}
#block-mptf-applicationtype h2 {
  border-left: none;
  font: normal normal normal 24px/29px Proxima Nova;
  color: #000; 
  padding-left: 0;
  margin-bottom: 30px;
  font-family: proxima-nova,sans-serif;
}
#block-mptf-applicationtype ul {
  margin-left: 0;
}
#block-mptf-applicationtype ul li {
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: proxima-nova,sans-serif;
}
.view-leaning-center-with-solr .view-footer {
  padding: 30px;
}
.path-learning-center .ui-dialog .ui-dialog-content,
.path-search .ui-dialog .ui-dialog-content {
  padding: 0;
}
