﻿body {
    font-size: 16px;
}
.container {
    min-width: unset !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 5px 10px;
}
[class*="col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 15px;
    padding-left: 15px;*/
}
@media (min-width: 768px) {
    .col-two-thirds {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-one-third {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-half {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.show-mobile {
    display: none;
}

.hide-mobile {
    display: initial;
}
@media (max-width: 767px) {
    .show-mobile {
        display: initial;
    }
    .hide-mobile {
        display: none;
    }
    /*[class*="col-"] {
    }*/
}

h3 {
    color: #444;
    margin-bottom: 16px;
    padding-bottom: 10px;
    margin-right: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid;
}

    h3 i {
        margin-right: 3px;
    }
div.list {
    margin-right: 20px;
}

div.list ul {
    list-style: square inside;
    margin-bottom: 15px;
    padding-left: 5px;
    margin-top: 0;
}

    div.list ul li {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0;
        padding: 2px 0;
        /*color: #1eaedb;*/
        color: #0072BC;
        background: none;
        list-style: square inside;
    }


.search-box.section-label.section-label-text-1 {
    max-height: unset;
    margin-right: 20px;
    text-align: center;
}

form#wsisKeywordSearchForm {
    padding: 0;
    margin: 0;
}

input#keywordSearchTerms {
    display: block;
    width: 100%;
    max-width: calc(100% - 15px);
    min-width: unset;
    padding: 25px 10px 10px 5px;
    margin: 0 !important;
    font-size: 1.5em;
    border-width: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #444 !important;
    border-bottom: 1px solid #d3dce0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #444;
    opacity: 0.95;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #444;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #444;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #444;
}

.search-button {
    margin-right: 0;
}

.submit-button-box {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    padding-right: 20px;
}
.submit-button-box a {
    background-color: #d3dce0;
    border: 1px solid #787878;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin: 0 auto;
    width: auto;
    color: #444;
}

.sdgs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
}

    .sdgs a {
        flex-basis: 32%;
        align-items: center;
        padding: 2px;
        margin: 0 auto;
        max-width: 108px;
        display: inline-block;
    }

        .sdgs a:hover {
            opacity: 0.8;
        }

        .sdgs a img {
            max-width: 100%;
            width: auto;
            height: auto;
            border-radius: 4px;
            border-width: 0px;
        }