/* reset all browser presets */
@import url("/css/font-awesome/css/font-awesome.min.css?5.13.0");
@import url("/css/iface/fonts.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1;
    font-family: 'Roboto', Arial, sans-serif;
    height: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
div * {
    box-sizing: border-box;
}

/* filter/info box */

.filterbox {
    position: fixed;
    display: grid;
    grid-template-rows: auto auto 1fr;
    background: #eff0f0;
    color: #444444;
    height: 100%;
    min-width: 290px;
    max-width: 290px;
    width: 290px;
    -webkit-box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.2);
    z-index: 200;
}
.filterbox .header {
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    background: #fff;
    max-width: 300px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.filterbox .header img {
    float: left;
    width: 160px;
    text-align: left;
}
span.selected {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 15px;
    margin: 0;
    margin-top: -2px;
    background: #bfdcec;
    box-sizing: border-box;
}
.filterbox h2 {
    padding: 5px 0;
    background: #0070c1;
    -webkit-box-shadow: 0px 7px 4px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 7px 4px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 7px 4px -5px rgba(0,0,0,0.1);
}
.filterbox h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 12px 15px 0 12px;
}
.filterbox .impact {
    display: none;
}
#view1 {
    position: relative;
}
.filter > div {
    padding: 0 15px;
}
#optionpanel {
    padding-top: 10px;
}
#optionpanel > div {
    margin-bottom: 25px;
}
#optionpanel label {
    display: block;
    margin: 15px 0 8px 0;
    font-size: 15px;
    font-weight: bold;
}
#optionpanel input, #optionpanel select {
    font-size: 13px;
    width: 100%;
    padding: 8px;
    border-radius: initial;
    border: 1px solid #d9d9d9;
}
#optionpanel select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#optionpanel input:focus-visible, #optionpanel select:focus {
    border: 1px solid #000000 !important;
    box-shadow: none !important;
    outline: none;
}
.multiple-select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 100px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: left;
}
.dropdownmenu {
    position: relative;
}
.dropdownmenu .arrow {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
    cursor: pointer;
    font-size: 13px;
}
.select2-container {
    z-index: 1000;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid transparent;
    outline: 0;
    padding: 7px 30px 7px 7px !important;
    border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000000 1px !important;
    box-shadow: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: auto;
    font-size: 13px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 5px 5px 0;
    padding: 4px 6px;
    border-radius: 0;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    white-space: pre-wrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:only-child {
    margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #22282c;
    background-color: #ebebeb;
    font-size: 12px;
    line-height: 14px;
    float: right;
    position: relative;
    border-radius: 50%;
    border-right: 0;
    height: 14px;
    width: 14px;
    padding: 0 4px;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #d1d1d1;
}
.select2-results__option {
    font-size: 13px;
    line-height: 15px;
    word-break: break-word;
    padding: 3px 6px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-size: 13px;
    line-height: 15px;
    background: #002664;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-weight: normal;
    color: #a6a6a6;
    margin-top: 0px;
    margin-right: 05px;
    top: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear:hover {
    color: #22282c;
}
.select2-container .select2-search--inline .select2-search__field {
    vertical-align: middle;
    margin-top: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 18px;
    box-sizing: border-box;
    border: none !important;
    box-shadow: none !important;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple, :not(a).disabled {
    background-color: #f4f4f4 !important;
    border-color: #e7e7e7 !important;
    cursor: default !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 0;
}

#optionpanel select + span.select2 {
    width: 100% !important;
    max-width: initial !important;
}
::placeholder  {
    color: #444 !important;
}
input[type="checkbox"]+label {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: normal !important;
}
input[type="checkbox"]+label:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: bold;
    content: '\f0c8';
}
input[type="checkbox"]:checked+label:after {
    content: '\f14a';
}
.mobilepanel .filter {
    display: grid;
}
.filter {
    grid-template-rows: 1fr auto;
    grid-gap: 10px;
    overflow: auto;
    position: absolute;
    height: 100%;
    width: 100%;
}
input[type=checkbox]:focus-visible + label:after {
    box-shadow: 0 0 0 1px lightblue;
}
input.Button {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    color: #fff;
    background: #002664;
    border: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
}
.search {
    position: relative;
    background: #f5f5f5;
    padding: 5px 10px 5px 15px;
}
.search input {
    float: left;
    position: relative;
    vertical-align: middle;
    padding: 5px 20px 5px 5px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    color: #4c4c4c;
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    width: calc(100% - 35px);
}
.search input:focus {
    outline: 0;
    border: 1px solid #000;
}
.search button {
    float: inherit;
    border-radius: 0;
    width: 35px;
    padding: 0;
    margin: 0;
    height: 30px;
    box-sizing: border-box;
    box-shadow: none;
    border: 0;
    background: #8A0062;
}
.search button i {
    padding-top: 2px;
}
.search a {
    font-size: 16px;
}
.search button:hover, .search button:focus, input.Button:hover, input.Button:focus {
    background: #002664;
}
.country_div ul {
    padding: 0 15px;
    margin: 15px 0;
}
.country_div ul li {
    margin: 0 0 10px 0;
}
#map {
    position: fixed !important;
    width: calc(100% - 290px);
    left: 290px;
    top: 0px;
    height: 100%;
}
#clusterpin-container {
    display: grid;
}
.clusterpin:not(:first-child) {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #d1d1d1;
}
.mapinfo {
    color: #444;
    min-width: 400px;
    width: min-content;
}
.mapinfo:not(.noimage) {
    float: left;
    max-width: 350px;
}
.mapinfo .title {
    color: #024f86;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}	
.mapinfo span {
    display: inline-block;
    width: 100%;
}
.picture {
    margin-left: 20px;
    float: right;
    max-width: 155px;
    max-height: 230px;
}
.picture img {
    width: 100%;
}
.content, .description {
    font-size: 12px;
    padding: 0 0 1px 0;
}
.content p {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    line-height: 130%;
}
.content p:empty {
    display: none;
}
.content span {
    display: inline;
    font-weight: 500;
    margin-bottom: 2px;
    padding-right: 3px;
}
.content a {
    display: inline-block;
    font-size: 12px;
    color: #0070c1;
}
.content a i {
    padding-left: 3px;
}
.description {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 5px;
}
.expandpanel {
    display: none;
    position: absolute;
    right: -23px;
    top: 10px;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
}
.expandpanel i {
    color: #0a2c4a;
    font-size: 22px;
    padding: 9px 5px;
}
.expandpanel i.fas.fa-caret-right {
    padding-left: 8px;
}
.gmnoprint {
    left: 15px !important;
}

/* media queiries */

.filterbox.mobilepanel {
    min-width: 220px;
    max-width: 220px;
    width: 220px;
}
.mobilepanel + #map {
    width: calc(100% - 220px);
    left: 220px;
}

.filterbox.mobilepanel .community_projects span {
    font-size: 11px;
}
.filterbox.mobilepanel input.Button {
    max-width: 220px;
}
.filterbox.mobilepanel .filter h2 {
    font-size: 15px;
}
.filterbox.mobilepanel .header {
    padding: 5px 10px;
}
.filterbox.mobilepanel .header img {
    width: 200px;
}
.filterwrapper {
    position: fixed;
    bottom: 0;
    width: 280px;
    background: #f5f5f5;
    padding: 5px 0 10px 0;
}
.poweredby {
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: rgba(34, 40, 44, 0.8);
    padding: 4px 6px; 
    box-sizing: border-box;
    z-index: 100;
}
.poweredby img {
    width: 100px;
}
.poweredby p {
    color: #fff;
    font-weight: 300;
    font-size: 9px;
    padding: 2px 0
}
.poweredby a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}
#map.mobilemap {
    width: 100%;
    left: 0px;
    position: relative;
}
.filterbox .sdg {
    background: #fff;
    padding: 8px 15px 0 12px;
    margin: 25px 0 0 0;
    text-align: center;
}
.filterbox .sdg img {
    width: 230px;
}
@media screen and (max-width: 479px) {
    .filterbox .impact ul {
        padding: 5px 0;
    }
    .filter ul {
        margin-top: 8px;
    }
    .filter ul li label {
        font-size: 14px;
        padding: 4px 0 1px 15px;
    }
    .mapinfo {
        min-width: initial;
        max-width: initial;
        width: initial;
    }
    .content span {
        display: block;
    }
    .filterbox.mobilepanel input.Button {
        z-index: 9999;
        -webkit-appearance: none;
    }
}