/* Page
    Case Studies Listings */
h2::before {
    content: ''  !important;
    scroll-margin-top: 125px !important;
    display: block !important;
    height:      125px !important;
    margin-top: -125px !important;
    visibility: hidden !important;
}
.impact {
    position: relative;
    padding: 70px 11rem 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 700px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.impact:before,
.news-single .post-thumbnail:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 1;
    z-index: 1;
}

.impact h1,
.impact h2,
.impact h3,
.impact h4,
.impact p,
.impact aside {
    position: relative;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    z-index: 2;
}

.impact h1 {
    margin-bottom: 2rem;
    width: 80%;
    color: #fff;
    font-size: 4rem;
    font-weight: 300;
}

.impact h2 {
    font-size: 2.5rem;
    font-weight: 500;
}

.impact h2 span {
    color: #3A85D9;
}

.impact h4 {
    font-size: 1rem;
}

.impact h4:before {
    display: inline-block;
    margin: 3px 8px 0 0;
    content: '';
    width: 25px;
    height: 25px;
    vertical-align: top;
    background: url('/wp-content/uploads/2019/05/icon-filter.svg') center top no-repeat;
    background-size: 18px 12px;
    -webkit-background-size: 18px 12px;
}

.impact .selected-case-studies-location {
    font-size: 1.2rem;
    font-weight: 400;
}

.impact-text {
    padding-bottom: 3rem;
    width: 90%;
    max-width: 660px;
}

.impact-case-study-listings {
    min-height: 800px;
    align-content: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: center;
    background-image: url('/wp-content/uploads/2019/05/impact-case-study-listings.jpg');
}

.impact-case-study {
    background-image: url('/wp-content/uploads/2019/05/impact-case-study-listings.jpg');
}

.impact-case-study .container-fluid {
    padding-top: 5rem;
    height: auto;
    min-height: 700px;
    -ms-align-items: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}

.single-studies .impact-case-study .container-fluid {
    align-content: flex-start;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: center;
}

.case-studies-filter {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.impact aside {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding-top: 4rem;
    width: 50%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.impact-case-study aside {
    width: 60%;
}

.impact-case-study-listings .btn.btn-clear-filters {
    margin-top: 1.2rem;
}

.single-studies .impact-case-study .container-fluid aside {
    padding-top: 0;
    min-height: 600px;
}

.filter-case-studies {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

.impact .filter-case-studies aside {
    padding: 0;
    width: auto;
}

.filter-case-studies .dropdown {
    padding: 15px;
    width: 220px;
    height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-case-studies .dropdown button {
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.filter-case-studies .dropdown-menu.show {
    transform: translate3d(0px, 50px, 0px) !important;
    top: 20px !important;
    border: none;
    box-shadow: 0 60px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 60px 30px 0 rgba(0, 0, 0, 0.15);
}

.filter-case-studies .dropdown-location .dropdown-menu.show {
    left: auto !important;
    right: 0 !important;
}

.filter-case-studies .dropdown-menu {
    min-width: 458px;
}

.filter-case-studies .dropdown-menu a {
    padding: 8px 50px 8px 25px;
    color: #333;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.filter-case-studies .dropdown-menu a:hover,
.filter-case-studies .dropdown-menu a:active,
.filter-case-studies .dropdown-menu a.selected {
    color: #3A85D9;
    background: none;
}

.filter-case-studies .dropdown-menu a.selected:before {
    background-image: url('/wp-content/uploads/2019/05/checkmark-black.svg');
}

.filter-case-studies .dropdown-location {
    margin-left: 1.1rem;
    background-color: #3A85D9;
}

.filter-case-studies .dropdown-menu a .results-amount {
    margin-left: 0.6rem;
    color: #000;
    opacity: 0.2;
}

.filter-case-studies .dropdown-toggle:after {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 15px;
    height: 15px;
    border: none;
    background: url('/wp-content/uploads/2019/05/arrow-down.png') center center no-repeat;
    background-size: 12px 7px;
    -webkit-background-size: 12px 7px;
}

/* Impact
    Container Fluid */

.impact .container-fluid {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.impact .container-fluid aside {
    text-align: left;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

.impact .aside-explore {
    padding: 5rem 3rem;
    max-width: 400px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.impact .aside-explore h2 {
    font-size: 22px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.impact .aside-explore .date {
    font-size: 16px;
    opacity: 0.5;
}

.impact .btn {
    padding: 0;
    text-align: left;
}

.impact .btn-view-all-case-studies {
    margin-bottom: 3rem;
}

.impact .btn-explore-case-study-map {
    margin-top: 2rem;
}

/* Impact
    Case Study */

/* Impact
    Dashboard */

.impact-dashboard {
    padding: 140px 0 0;
    min-height: 370px;
    background-color: #222B7D;
    background: -webkit-linear-gradient(311deg, #222B7D 0%, #225FA3 100%);
    background: -o-linear-gradient(311deg, #222B7D 0%, #225FA3 100%);
    background: linear-gradient(41deg, #222B7D 0%, #225FA3 100%);
}

.impact-dashboard:before {
    display: none;
}

.impact-dashboard .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.impact-dashboard h1,
.impact-dashboard h2 {
    width: 50%;
}

.impact-dashboard h1 {
    font-size: 35px;
    font-weight: 300;
}

.impact-dashboard h1 span {
    display: block;
    font-size: 60px;
}

.impact-dashboard h2 {
    padding-top: 2.5rem;
    font-size: 30px;
    font-weight: 300;
    text-align: right;
}

.impact-dashboard h2 .saved-reports-amount {
    font-weight: 500;
}

.impact-dashboard .btn {
    position: absolute;
    bottom: -33px;
}

.impact-dashboard .btn-add-new-report {
    display: block;
    margin-left: 95px;
    height: 70px;
    width: 220px;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    border-radius: 100px;
    background-color: #3A85D9;
}

.impact-dashboard .btn-add-new-report:before,
.impact-dashboard .btn-add-new-report:after {
    position: absolute;
    display: block;
}

.impact-dashboard .btn-add-new-report:before {
    top: 0;
    left: -95px;
    margin-right: 10px;
    padding-top: 23px;
    content: '+';
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 45px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #3A85D9;
    border-radius: 100px;
}

.impact-dashboard .btn-add-new-report:after {
    top: 20px;
    left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #3A85D9;
}

/* Impact
    Saved Report END */

/* Impact */

/* Case
    Studies Listings */

.case-studies-results {
    padding: 5rem 0;
}

/* Case
    Study */

.case-study,
.report {
    display: block;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    height: auto;
    min-height: 450px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 30px 35px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 30px 35px 0 rgba(0, 0, 0, 0.15);
}

.case-study aside,
.report aside {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
}

.case-study .aside-information,
.report .aside-information {
    padding: 2rem 4rem;
    color: #333;
    font-size: 1.1rem;
}

.aside-information h2 {
    margin-bottom: 0;
    color: #333;
    class = "file
    font-size: 1.4rem;
    font-weight: 400;
}

.case-study .aside-information h2 {
    font-size: 20px;
    line-height: 1.6;
}

.aside-information h2:before {
    display: inline-block;
    margin-right: 15px;
    content: '';
    width: 30px;
    height: 50px;
    background: url('/wp-content/uploads/2019/05/icon-location-blue.svg') center top no-repeat;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
    vertical-align: top;
}

.aside-information p {
    margin: 0;
    font-weight: 300;
}

.aside-information .date {
    margin-bottom: 1rem;
    color: #555;
    font-size: 1rem;
}

.aside-information .date span {
    margin: 0 8px;
    color: #222;
}

.aside-information h3 {
    padding-top: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.aside-information h3:after,
.page-template-generic-content h1:after,
.news-single h1:after {
    margin: 2rem 0 1rem;
    display: block;
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 2.5px;
    background-color: rgba(58, 133, 217, 1);
}

.impact h1:after {
    margin: 2rem 0 1rem;
    display: block;
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 2.5px;
    background-color: rgba(58, 133, 217, 1);
}

.aside-map {
    justify-content: flex-end;
    max-width: 460px;
}

.aside-map map {
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2019/05/map-preview.jpg') center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.aside-map nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.aside-map a {
    padding-top: 20px;
    width: 50%;
    height: 70px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    background-color: #3A85D9;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.aside-map a:hover {
    color: #fff;
    background-color: #225FA3;
    text-decoration: none;
}

.aside-map a:active {
    background-color: rgba(58, 133, 217, 0.9);
}

.aside-map .btn-view-case-study {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.aside-map a:before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}

.aside-map .map-details {
    display: block;
    margin: 7rem auto;
    padding: 1rem;
    width: 90%;
    max-width: 210px;
    height: auto;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.aside-map .map-details h2,
.aside-map .map-details h3 {
    margin: 0 auto;
    font-weight: 400;
    line-height: 1;
}

.aside-map .map-details h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.aside-map .map-details h3 {
    font-size: 16px;
}

/* Case
    Study */

/* Case
    Studies Listings */


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

    .impact {
        padding: 6rem 5rem;
        min-height: auto;
    }

    .impact-case-study {
        padding-top: 0;
        padding-bottom: 0;
    }

    .impact aside {
        margin-bottom: 2rem;
    }

    .case-studies-filter {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .case-study,
    .report,
    .impact-case-study .container-fluid,
    .impact-dashboard .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .impact-case-study .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .case-study aside,
    .report aside,
    .case-study .aside-map,
    .report .aside-map,
    .impact .aside-explore {
        width: 100%;
        max-width: 100%;
    }

    .impact .aside-explore {
        padding: 2rem 0;
        border: none;
    }

}

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

    .impact-case-study,
    .impact-dashboard {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .impact-dashboard {
        padding-top: 3rem;
    }

    .impact-dashboard .container {

    }

    .aside-map button,
    .impact-dashboard h1,
    .impact-dashboard h2 {
        width: 100%;
    }

    .impact-dashboard h1 {
        font-size: 1rem;
    }

    .impact-dashboard h2,
    .impact-dashboard h1 span {
        font-size: 2rem;
        text-align: left;
    }

    .aside-map .btn-explore-map {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

}

/* Page
    Case Studies */


/* Sections */

.section-content {
    display: block;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 8rem 0;
    width: 100%;
    height: auto;
    align-content: center;
    -ms-align-items: flex-start:;
    align-items: flex-start:;
    justify-content: center;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-content h2 {
    margin-bottom: 2rem;
    color: #333;
    font-size: 50px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 58px;
    text-align: center;
}

.section-content h2:after {
    display: block;
    margin: 1.5rem auto 0;
    content: '';
    height: 5px;
    width: 100px;
    border-radius: 2.5px;
    background-color: #3A85D9;
}

.section-content p {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    line-height: 1.8;
    font-weight: 400;
}

.content-two-col .icon {
    right: -96px;
}

.content-two-col.content-reversed {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content-two-col.content-reversed .icon {
    left: -96px;
    right: auto;
}

.section-challenge {
    min-height: 800px;
    background-image: url('/wp-content/uploads/2019/05/bg-challenge.jpg');
}

.section-how .aside-img {
    background-image: url('/wp-content/uploads/2019/05/bg-how-was-openet-used.jpg');
}

.section-the-result .aside-img {
    background-image: url('/wp-content/uploads/2019/05/bg-the-result.jpg');
}

.section-the-result .aside-content {
    background-color: #F3F4F9;
}


/* In the News */

.section-in-the-news {
    padding: 5rem 0;
    background-color: #225FA3;
}

.section-in-the-news h2,
.section-in-the-news p {
    color: #fff;
}

.section-in-the-news aside {
    min-height: 550px;
}

.aside-news {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: start;
    padding: 8rem 4rem 8rem 0;
}

.nav-news {
    padding: 0;
    margin: 0;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.nav-news li {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

.nav-news li a {
    display: block;
    font-size: 22px;
}

.nav-news li a:link,
.nav-news li a:visited {
    color: #fff;
    text-decoration: none;
}

.nav-news li a:hover,
.nav-news li a:active {
    text-decoration: underline;
}

.nav-news li a:before,
.nav-news li a:after {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.nav-news li a:before {
    margin-right: 15px;
    background-image: url('/wp-content/uploads/2019/05/arrow-downward.svg');
    transform: rotate(-90deg);
}

.nav-news li a:after {
    margin-left: 15px;
    background-image: url('/wp-content/uploads/2019/05/icon-expand.svg');
}

.section-other-case-studies {
    padding-top: 0;
}

.section-other-case-studies {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #225FA3;
    z-index: 5;
}

.listings,
.listings .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    width: 100%;
}

.listings {
    position: absolute;
    top: -100px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.listings:before {
    position: absolute;
    top: 75px;
    left: 0;
    content: '';
    width: 100%;
    height: 505px;
    background-color: #225FA3;
}

.listings .section-headings {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
}

.listings .section-headings h3 {
    width: 50%;
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: left;
}

.listings .section-headings .btn-view-all {
    width: 50%;
}

.listings .container {
    padding: 2rem 0;
    max-width: 90%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.listings .article {
    padding: 0;
    height: auto;
    background-color: #fff;
    box-shadow: 0 60px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 60px 30px 0 rgba(0, 0, 0, 0.15);
}

.listings .article:nth-of-type(2) {
    margin: 0 20px;
}

.article img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.article-body {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3.5rem;
    width: 100%;
}


.article-body .location {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
}

.article-body .location:before {
    display: inline-block;
    margin-right: 15px;
    content: '';
    width: 26px;
    height: 40px;
    vertical-align: middle;
    background: url('/wp-content/uploads/2019/05/icon-location-blue.svg') center center no-repeat;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
}

.article-body .date {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 20px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    color: #000;
    font-size: 14px;
    Report font-weight: 400;
    opacity: 0.5;
    vertical-align: middle;
}

.article-body .organization-name:before {
    display: inline-block;
    margin: 5px 15px 0;
    width: 1px;
    height: 15px;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: top;
}

.article-body h3 {
    margin: 1rem 0;
    width: 100%;
    color: #333;
    font-size: 26px;
    font-weight: 400;
}

.article-body h3:after {
    display: block;
    margin: 2rem 0 0;
    width: 100px;
    height: 5px;
    content: '';
    background-color: #3A85D9;
    border-radius: 2.5px;
}

.article-body p {
    flex-grow: 2;
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 300;
}

.article .btn {
    padding: 20px 3.5rem 0;
    width: 100%;
    height: 70px;
    color: #3A85D9;
    font-size: 20px;
    font-weight: 400;
    background-color: #F3F4F9;
    text-align: left;
    border-radius: 0;
}

.article .btn:hover,
.article .btn:active {
    color: #F3F4F9;
    background-color: #3A85D9;
}

.article .btn span:after {
    display: inline-block;
    margin-left: 15px;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/uploads/2019/05/arrow-grey.svg');
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    vertical-align: middle;
}

.article .btn:hover span:after,
.article .btn:active span:after {
    background-image: url('/wp-content/uploads/2019/05/arrow-white.svg');
}

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

    .impact {
        padding-bottom: 3rem;
    }

    .impact h1 {
        font-size: 3rem;
    }

    .impact-dashboard h1,
    .impact-dashboard h2 {
        font-size: 2rem;
    }

    .impact-dashboard h1 span {
        font-size: 2.5rem;
    }

    .impact-text {
        padding-bottom: 0;
    }

    .impact aside {
        padding-top: 1rem;
        width: 100%;
    }

    .section-content {
        padding: 4rem 0;
        height: auto;
        min-height: auto;
    }

    .section-challenge {
        min-height: auto;
    }

    .section-challenge:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

    .section-challenge *,
    .section-challenge h2 {
        position: relative;
        color: #fff;
        z-index: 2;
    }

    section .icon-scroll {
        margin-left: -45px;
    }

    .article-body {
        padding: 1.5rem;
    }

    .article-body .date {
        margin-top: 0;
    }

    .article-body .location {
        font-size: 16px;
    }

    .article h3 {
        margin: 0 0 1rem 0;
        font-size: 18px;
    }

    .article-body h3:after {
        margin-top: 1rem;
    }

    .article-body p {
        font-size: 15px;
    }

    .article .btn {
        padding: 15px 1.5rem;
        height: 60px;
        font-size: 18px;
    }

}

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

    .impact h1,
    .section-content h2 {
        font-size: 2rem;
    }

    .section-in-the-news.content-two-col {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-the-result.content-two-col {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-in-the-news.content-two-col .aside-content,
    .section-in-the-news aside {
        padding: 4rem 4rem 2rem;
        min-height: auto;
    }

    .section-in-the-news.content-two-col .aside-news {
        padding: 1rem 4rem 4rem;
    }

    .section-in-the-news.content-two-col .aside-content {
        padding-bottom: 0;
    }

    .listings {
        position: relative;
        top: initial;
    }

    .listings .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }

    .listings .section-headings {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }

    .listings .section-headings h3 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .listings .article,
    .listings .article:nth-of-type(2) {
        display: block;
        margin: 0 auto 30px;
        width: 90%;
    }

    .listings .section-headings .btn-view-all {
        padding: 0;
        border: none;
        text-align: center;
    }

    .nav-news li a {
        font-size: 18px;
    }

}

/* In the News END */

/* Saved
    Reports */

.saved-reports {
    padding-top: 4rem;
}

/* Saved
    Reports END */

/* Pagination */

.page-navigation .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.page-navigation.page-navigation-bottom {
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1110px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 30px 35px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 30px 35px 0 rgba(0, 0, 0, 0.15);
}

.page-navigation .container aside {
    width: 50%;
}

.page-navigation .container aside:nth-of-type(2) {
    text-align: right;
}

.recently-saved-reports {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.recently-saved-reports:before {
    display: inline-block;
    margin-right: 10px;
    content: '';
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: transparent url('/wp-content/uploads/2019/05/icon-updated-grey.svg') center 1px no-repeat;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
}

.recently-saved-reports-amount {
    display: inline-block;
    margin-right: 3px;
    padding-top: 1px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #FF4200;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
}

.page-navigation.page-navigation-bottom .recently-saved-reports-amount {
    line-height: 1.3;
}

/* Reports */

.report {
    margin-bottom: 2rem;
    min-height: auto;
}

.report .aside-information {
    padding: 3rem 3rem 3rem 0;
}

.report-heading {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 2rem;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.report-heading p {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.report-heading p:before {
    display: inline-block;
    margin-right: 15px;
    content: '';
    width: 50px;
    height: 40px;
    background: #888 url('/wp-content/uploads/2019/05/icon-updated-white.svg') 8px center no-repeat;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    border-radius: 0 100px 100px 0;
    vertical-align: middle;
}

.report-heading p span {
    color: #333;
    font-weight: 500;
}

.report-details {
    width: 90%;
    padding-left: 4rem;
}

.report-details h2 {
    margin: 0 0 1rem;
    font-size: 26px;
    font-weight: 500;
}

.report-details h2:before {
    display: none;
}

.report-details p {
    font-size: 14px;
    color: #333;
}

.aside-information .report-details .date {
    margin-bottom: 2rem;
    color: #888;
    font-size: 14px;
}

.report-start-time span:nth-of-type(1) {
    display: inline-block;
    width: 120px;
    font-weight: 500;
    vertical-align: middle;
}

.report-details nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2rem;
}

/* Back */

.back-to {
    display: block;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding: 0 3%;
    height: 79px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-back-to {
    position: absolute;
    bottom: -79px;
    z-index: 2;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.back-to:before {
    display: inline-block;
    margin-right: 10px;
    content: '';
    width: 40px;
    height: 40px;
    background: #3A85D9 url('/wp-content/uploads/2019/05/arrow-white.svg') center center no-repeat;
    border-radius: 50px;
    vertical-align: middle;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

.footer-back-to:before {
    background: #fff url('/wp-content/uploads/2019/05/arrow-blue.svg') center center no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

.back-to a:link,
.back-to a:visited {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.back-to a:hover,
.back-to a:active {
    opacity: 0.7;
}

/* Back */

/* Add New Report &
   Sign In */

.impact-add-new-report {
    padding-top: 70px;
    min-height: 600px;
    background-color: #17235A;
    background: linear-gradient(135.41deg, #171F57 0%, #172B61 100%);
}

.impact-add-new-report h1 {
    margin-bottom: 0;
    width: 100%;
}

.impact-add-new-report aside {
    width: 50%;
}

.impact-add-new-report aside:nth-of-type(1),
.impact-add-new-report aside:nth-of-type(2) {
    padding: 3rem 0 4rem;
    justify-content: flex-end;
}

.impact-add-new-report .buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.impact-add-new-report .btn-question {
    margin-right: 15px;
}

.impact-add-new-report .privacy-policy {
    margin-bottom: 10px;
    font-size: 16px;
}

.impact-add-new-report .privacy-policy a {
    color: #3A85D9;
    text-decoration: underline;
}

.section-create-report,
.section-sign-in {
    position: relative;
    display: block;
    padding: 4rem 0;
    color: #fff;
    background: #225FA3;
    background: linear-gradient(135.41deg, #222B7D 0%, #225FA3 100%);
}

.section-create-report:after {
    position: absolute;
    top: -27px;
    left: 20.8%;
    content: '';
    width: 40px;
    height: 40px;
    background-color: #17245b;
    border-radius: 0 0 7px 0;
    transform: rotate(45deg);
}

.section-create-report .container,
.section-sign-in .container-fluid {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
}

.section-create-report aside {
    width: 48%;
    max-width: 465px;
}

.step-number {
    display: inline-block;
    margin: 5px 10px 0 0;
    padding-top: 7px;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #3A85D9;
    border-radius: 100px;
    vertical-align: middle;
}

.form-label,
.form-date {
    position: relative;
}

.form-label label {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
}

.form-date label {
    margin-right: 5px;
}

.section-create-report .form-date aside {
    width: 40%;
}

.section-create-report .form-date aside:nth-of-type(1) {
    margin-right: 10%;
}

.form-create-report .form-control,
.form-sign-in-account .form-control,
.form-create-your-account .form-control {
    padding-left: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}

.form-create-report .form-group,
.form-create-report .form-upload-selection,
.form-sign-in-account .form-group,
.form-create-your-account .form-group {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: center;
    height: 50px;
    font-size: 16px;
}

.form-create-report .form-upload-selection p {
    font-size: 14px;
    margin-bottom: 0;
}

.form-create-report .form-group,
.form-create-your-account .form-group,
.form-sign-in-account .form-group {
    margin-bottom: 40px;
    justify-content: flex-start;
}

.form-create-report .form-upload-selection {
    margin-bottom: 20px;
    justify-content: space-between;
}

.section-create-report .form-create-report .form-group .icon-dropdown {
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 5px;
    width: 15px;
    background-color: rgba(0, 0, 0, 0);
}

.section-sign-in .btn-show-hide {
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    border: none;
    background-image: url('/wp-content/uploads/2019/05/icon-visible.svg');
    background-color: rgba(0, 0, 0, 0);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 21px;
    -webkit-background-size: 24px 21px;
    opacity: 0.3;
    cursor: pointer;
}

.section-sign-in .btn-show-hide.hide-password {
    background-image: url('/wp-content/uploads/2019/05/icon-not-visible.svg');
}

.form-create-report .form-group input[type="text"],
.form-sign-in-account .form-group input[type="text"],
.form-sign-in-account .form-group input[type="password"],
.form-create-your-account .form-group input[type="text"],
.form-create-your-account .form-group input[type="password"],
.form-create-report .btn-date {
    width: 100%;
    height: 60px;
    color: #fff;
}

.form-create-report .form-group input[type="text"] {
    margin-left: 55px;
}

.form-create-report .form-group input[type="text"]:focus,
.form-sign-in-account .form-group input[type="text"]:focus,
.form-sign-in-account .form-group input[type="password"]:focus,
.form-create-your-account .form-group input[type="text"]:focus,
.form-create-your-account .form-group input[type="password"]:focus,
.form-create-your-account .form-group select:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-create-report .form-group input[type="text"]::placeholder,
.form-sign-in-account .form-group input[type="text"]::placeholder,
.form-sign-in-account .form-group input[type="password"]::placeholder,
.form-create-your-account .form-group input[type="text"]::placeholder,
.form-create-your-account .form-group input[type="password"]::placeholder {
    color: #fff;
    opacity: 1;
}

.form-create-report .form-group input[type="text"]:-ms-input-placeholder,
.form-sign-in-account .form-group input[type="text"]:-ms-input-placeholder,
.form-sign-in-account .form-group input[type="password"]:-ms-input-placeholder,
.form-create-your-account .form-group input[type="text"]:-ms-input-placeholder,
.form-create-your-account .form-group input[type="password"]:-ms-input-placeholder,
.form-sign-in-account .form-group input[type="text"]::-ms-input-placeholder,
.form-sign-in-account .form-group input[type="password"]::-ms-input-placeholder,
.form-create-your-account .form-group input[type="text"]::-ms-input-placeholder,
.form-create-your-account .form-group input[type="password"]::-ms-input-placeholder,
.form-create-report .form-group input[type="password"]::-ms-input-placeholder,
.form-create-report .form-group input[type="text"]::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.form-create-your-account .form-select select,
.form-create-your-account .form-select select.form-control:not([size]):not([multiple]) {
    padding: 0;
    height: 60px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-create-your-account .form-select {
    position: relative;
    height: 60px;
}

.form-create-your-account .form-select:after {
    position: absolute;
    top: 14px;
    right: 0;
    width: 14px;
    height: 20px;
    content: '';
    background: url('/wp-content/uploads/2019/05/arrow-down.svg') center center no-repeat;
    background-size: 13px 8px;
    -webkit-background-size: 13px 8px;
}

.form-create-report .form-group p {
    font-size: 14px;
    margin-bottom: 0;
}

.form-create-report .form-label label p,
.form-create-your-account .form-label label p,
.form-sign-in-account .form-label label p {
    position: absolute;
    top: -15px;
    left: 55px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.form-create-your-account .form-label label p,
.form-sign-in-account .form-label label p {
    left: 0;
}

.form-create-report .form-label > input[type="text"]:focus + label p,
.form-create-your-account .form-label > input[type="text"]:focus + label p,
.form-sign-in-account .form-label > input[type="text"]:focus + label p {
    visibility: visible;
    opacity: 1;
}

.form-create-report .form-group input[type="text"]:focus::placeholder,
.form-create-your-account .form-group input[type="text"]:focus::placeholder,
.form-sign-in-account .form-group input[type="text"]:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.form-create-report .form-create-report p {
    margin-bottom: 2rem;
}

.section-create-report .icon {
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    vertical-align: middle;
}

.section-create-report .icon.icon-cloud-download {
    position: absolute;
    top: 18px;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
}

.select-uploaded-shape-file {
    padding: 35px 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

.select-heading {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 90%;
    max-width: 365px;
}

.shape-file-selection {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.shape-file-selection .scroll {
    margin: 0 auto;
    width: 90%;
    height: 315px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.shape-file {
    position: relative;
    display: block;
    padding: 15px 30px;
    margin: 0 auto 12px;
    cursor: pointer;
    font-size: 18px;
    height: 70px;
    width: 90%;
    max-width: 365px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.shape-file input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.created {
    display: block;
    font-size: 10px;
    color: #fff;
    line-height: 1;
    opacity: 0.5;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.shape-file:hover {
    color: #3A85D9;
    background-color: #fff;
}

.section-create-report .shape-file:hover .icon.icon-cloud-download {
    background-image: url('/wp-content/uploads/2019/05/icon-cloud-download-blue.svg');
}

.shape-file:hover .created,
.shape-file:hover .created {
    color: #000;
}

.next-step {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    padding: 20px 50px 0;
    height: auto;
}

.section-create-report:before,
.section-sign-in:before {
    position: absolute;
    right: 0;
    content: '';
    width: 300px;
    height: 750px;
    background: url('/wp-content/uploads/2019/05/openet-drop.svg') top left no-repeat;
    -webkit-background-size: 600px auto;
    background-size: 600px auto;
    z-index: 1;
}

.form-create-report .btn-save-run-report {
    margin-top: 40px;
}

.section-create-report:before {
    top: 370px;
}

.section-create-report .container-save-report {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

/* Add New Report END */

/* Sign In */

.section-sign-in,
.aside-sign-in {
    position: relative;
}

.section-sign-in .img {
    position: absolute;
    top: 850px;
    left: 0;
    width: 60%;
    max-width: 1000px;
}

.section-sign-in:before {
    top: -150px;
    opacity: 0.2;
}

.section-sign-in .container-fluid {
    padding: 8rem 0 1rem;
}

.section-sign-in aside {
    padding: 0 4rem;
    width: 50%;
    max-width: 50%;
}

.aside-sign-in:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.section-sign-in h1 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 30px;
    font-weight: 400;
}

.sign-in-account {
    padding: 4rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.section-sign-in .container-fluid .sign-in-options,
.section-sign-in .container-fluid .sign-in-options aside {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section-sign-in .container-fluid .sign-in-options aside,
.section-sign-in .container-fluid .aside-create-account aside {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.section-sign-in .container-fluid .sign-in-options aside:nth-of-type(2),
.section-sign-in .container-fluid .create-your-account .account-agreement aside:nth-of-type(2),
.create-account-agreement {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-end;
    justify-content: flex-end;
}

.section-sign-in .container-fluid .sign-in-options .remember-me {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 15px;
}

.section-sign-in .sign-in-options aside p {
    margin-bottom: 0;
    line-height: 1.8;
}

.section-sign-in .sign-in-options aside a {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.section-sign-in .sign-in-options aside a:nth-of-type(1):after {
    display: inline-block;
    margin: 0 15px 0 18px;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
}

.section-sign-in .sign-in-options aside a:hover,
.section-sign-in .sign-in-options aside a:active {
    color: #fff;
}

.switch-remember {
    position: relative;
}

.switch-remember input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.switch {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 500;
    width: 60px;
    height: 26px;
    border-radius: 13px;
    background-color: #3CB878;
    text-align: left;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.switch:after {
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    font-size: 13px;
    background-color: #fff;
    border-radius: 20px;
    vertical-align: middle;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.switch:before {
    display: inline-block;
    content: 'On';
    vertical-align: middle;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.switch-remember input:checked + .switch {
    text-align: right;
    background-color: red;
}

.switch-remember input:checked + .switch:after {
    right: initial;
    left: 3px;
}

.switch-remember input:checked + .switch:before {
    content: 'Off';
}

.sign-in-account .btn-submit,
.btn-create-account {
    display: block;
    width: 90%;
    max-width: 200px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #3A85D9;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sign-in-account .btn-submit:hover,
.btn-create-account:hover {
    background-color: rgba(58, 133, 217, 0.7);
}

.sign-in-account .btn-submit:active,
.btn-create-account:active {
    background-color: rgba(58, 133, 217, 0.8);
}

.create-your-account .icon-account {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

.section-sign-in .aside-create-account {
    padding: 0 8rem;
}

.section-sign-in .aside-create-account .please-note {
    margin-bottom: 3rem;
    font-size: 16px;
}

.section-sign-in .aside-create-account .please-note span {
    font-weight: 500;
}

.create-your-account .form-label label p {
    color: #6BB0FF;
    font-weight: 500;
}

.google-earth-engine,
.account-agreement {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    justify-content: space-between;
    font-size: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.btn.btn-sign-up-google-earth-engine {
    padding-left: 0;
    color: #6BB0FF;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.btn.btn-sign-up-google-earth-engine:hover,
.btn.btn-sign-up-google-earth-engine:focus,
.btn.btn-sign-up-google-earth-engine:active {
    opacity: 0.7;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn.btn-sign-up-google-earth-engine:after {
    display: inline-block;
    margin-left: 10px;
    content: '';
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2019/05/icon-sign-up.svg') center top no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    vertical-align: middle;
}

.btn.btn-google-earth-engine {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.btn.btn-google-earth-engine:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.account-agreement {
    border: none;
}

.account-agreement button {
    margin: 0;
}

.create-account-agreement {
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

.create-account-agreement p {
    display: inline-block;
    margin: 0 0 30px 15px;
    font-size: 18px;
    vertical-align: middle;
}

.account-agreement p a {
    color: #6BB0FF;
    text-decoration: underline;
}

.create-account-agreement input[type="checkbox"] {
    margin-top: 5px;
}

.section-sign-in .icon-scroll {
    position: absolute;
    top: initial;
    bottom: -80px;
    left: 50%;
    margin-left: -62px;
}


/* Sign In End */

/* OpenEt App */

.openet-app {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 50px auto 100px;
    height: 840px;
    width: 1320px;
    opacity: 0.1;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/* OpenEt App */

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

    .impact h1 {
        font-size: 50px;
    }

    .impact .aside-explore {
        border: none;
    }

    .section-sign-in .container-fluid {
        padding: 5rem 0 1rem;
    }

    .section-sign-in .img {
        width: 50%;
    }

    .section-sign-in .aside-create-account {
        padding: 0 4rem;
    }

    .google-earth-engine,
    .account-agreement,
    .section-sign-in .container-fluid .sign-in-options {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-sign-in .container-fluid .sign-in-options aside:nth-of-type(2) {
        margin-top: 30px;
    }

    .section-sign-in aside aside,
    .section-sign-in .container-fluid .sign-in-options aside,
    .section-sign-in .container-fluid .sign-in-options aside div {
        width: 100%;
        max-width: 100%;
    }

    .section-sign-in .container-fluid .sign-in-options aside div,
    .section-sign-in .container-fluid .aside-create-account aside {
        text-align: center;
    }

    .section-sign-in .container-fluid .sign-in-options .remember-me,
    .create-account-agreement {
        justify-content: center;
    }

    .sign-in-account .btn-submit,
    .account-agreement button,
    .btn-sign-up-google-earth-engine {
        margin: 0 auto;
    }

    .account-agreement button,
    .btn.btn-google-earth-engine {
        margin-top: 30px;
    }

}

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

    .section-create-report .container {
        width: 90%;
        max-width: 90%;
    }

    .section-sign-in {
        padding-bottom: 0;
    }

    .section-sign-in .container-fluid {
        padding: 2rem 0 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }

    .section-sign-in .icon-scroll,
    .section-sign-in .img,
    .aside-sign-in::after {
        display: none;
    }

    .section-sign-in aside {
        padding: 0;
        width: 90%;
        max-width: 90%;
    }

    .sign-in-account {
        margin-bottom: 2rem;
    }

    .section-sign-in .aside-create-account {
        padding: 0;
    }

    .impact.impact-add-new-report {
        padding: 3rem 0;
        min-height: auto;
    }

    .impact-add-new-report .container {
        padding: 0;
        max-width: 98%;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-around
    }

    .impact.impact-add-new-report aside {
        width: 48%;
    }

    .impact.impact-add-new-report aside:nth-of-type(1),
    .impact.impact-add-new-report aside:nth-of-type(2) {
        margin-bottom: 0;
        padding: 3rem 0 0;
        justify-content: flex-start;
    }

    .impact.impact-add-new-report .question p {
        min-height: 56px;
    }

    .section-create-report .container,
    .impact.impact-add-new-report .container:nth-of-type(2) {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .impact-add-new-report .container:nth-of-type(2) aside,
    .section-create-report aside,
    .shape-file {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        max-width: 90%;
    }

    .impact.impact-add-new-report aside {
        width: 40%;
    }

    .impact.impact-add-new-report .question p {
        text-align: center;
    }

    .impact-add-new-report .buttons {
        justify-content: space-around;
    }

    .impact-add-new-report .btn-question {
        margin: 0 10px;
    }

    .form-create-report .btn-save-run-report {
        margin-bottom: 50px;
    }

    .section-create-report:before {
        display: none;
    }

    .single-studies .impact-case-study .container-fluid aside {
        min-height: auto;
    }

}

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

    .impact {
        padding: 4rem 1rem;
    }

    .impact h1 {
        width: 96%;
        font-size: 36px;
    }

    .impact-case-study .container-fluid {
        padding-top: 0;
    }

    .report-details {
        width: 100%;
        padding-left: 2rem;
        padding-right: 0;
    }

    .report-details nav,
    .filter-case-studies {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .filter-case-studies .dropdown-location {
        margin-left: 0;
    }

    .impact .filter-case-studies aside,
    .filter-case-studies .dropdown {
        width: 100%;
    }

    .btn.btn-download-csv {
        margin-bottom: 15px;
    }

    .page-template-saved-reports .site-footer {
        margin-top: initial;
    }

    .page-navigation .container {
        -webkit-flex-direction: column;
    . page-content h2,
    -ms-flex-direction: column;
        flex-direction: column;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }

    .page-navigation .container aside,
    .page-navigation .container aside:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }

    .page-navigation.page-navigation-bottom {
        max-width: 95%;
        margin-bottom: 2rem;
    }

    .section-sign-in aside {
        padding: 0;
        width: 86%;
        max-width: 86%;
    }

    .section-sign-in::before {
        top: -50px;
        width: 150px;
        background-size: 350px auto;
        -webkit-background-size: 350px auto;
    }

    .impact-add-new-report .container {
        width: 90%;
        text-align: center;
    }

    .impact-dashboard h1 span {
        text-align: center;
    }

    .impact.impact-add-new-report aside,
    .section-create-report aside {
        width: 100%;
        max-width: 100%;
    }

    .impact-add-new-report .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-create-report .form-upload-selection {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 80px;
    }

    .form-upload-selection a {
        margin-top: 20px;
    }

    .impact-add-new-report .buttons {
        justify-content: center;
    }

    .form-create-report .btn-save-run-report {
        margin: 20px auto 0;
    }

    .case-study .aside-information,
    .report .aside-information {
        padding: 2rem;
    }

}

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

    .aside-map a {
        font-size: 15px;
        line-height: 2;
    }

    .aside-map a:before {
        display: none;
    }

}

/* Reports END */

/* Pagination END */


/* Conten Page and News Details */

.impact-content-page {
    padding-top: 5em;
    min-height: 435px;
}

.page-content {
    padding: 70px 0;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.news-single h1 {
    margin-bottom: 1em;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.page-content h2,
.page-content h3,
.page-content h4,
.news-single h1 {
    font-weight: 300;
}

.page-content h5,
.page-content h6 {
    font-weight: 500;
}

.page-content h2 {
    font-size: 50px;
}

.page-content h3 {
    font-size: 40px;
}

.page-content h4 {
    font-size: 30px;
}

.page-content h5 {
    font-size: 24px;
}

.page-content h6 {
    font-size: 18px;
}

.page-content p,
.news-single p {
    margin-bottom: 1em;
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.page-content li {
    margin-bottom: 1em;
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.page-content table {
    margin-bottom: 1em;
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
}


.page-content .lead-paragraph,
.news-single .lead-paragraph {
    font-size: 22px;
}

.page-content .lead-paragraph strong,
.news-single .lead-paragraph strong {
    color: #3A85D9;
    font-weight: 500;
}

/*.page-content ul {*/
    /*margin: 2em 0;*/
    /*padding: 0;*/
    /*font-size: 16px;*/
    /*list-style-type: none;*/
/*}*/

/*.page-content ul li {*/
    /*padding-bottom: 10px;*/
/*}*/

/*.page-content ul li:before {*/
    /*display: inline-block;*/
    /*margin-right: 15px;*/
    /*content: '';*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*vertical-align: middle;*/
    /*background: url('/wp-content/uploads/2019/05/icon-checkmark.svg') center 6px no-repeat;*/
    /*background-size: 24px 24px;*/
    /*-webkit-background-size: 24px 24px;*/
/*}*/

.news-single .entry-header,
.news-single .entry-content,
.news-single .entry-footer {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
}

.news-single .entry-header {
    padding-top: 3em;
}

.news-single .entry-content,
.news-single .entry-footer {
    padding-bottom: 3em;
}

.news-single .entry-meta {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-single .posted-on,
.news-single .entry-footer {
    font-size: 0;
    font-weight: 300;
}

.news-single .entry-footer {
    height: 70px;
}

.news-single .posted-on a,
.news-single .byline,
.news-single .byline a {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}

.news-single .entry-footer a {
    font-size: 18px;
    font-weight: 500;
}

.news-single .post-thumbnail {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 350px;
}

.news-single .post-thumbnail:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.news-single .wp-post-image {
    margin-bottom: 2em;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

    .impact-content-page {
        padding-top: 3em;
        min-height: auto;
    }

    .page-content h2 {
        font-size: 36px;
    }

    .page-content h3 {
        font-size: 30px;
    }

    .page-content h4 {
        font-size: 26px;
    }

    .page-content h5 {
        font-size: 24px;
    }

    .page-content h6 {
        font-size: 18px;
    }

    .page-content ul li::before {
        width: 20px;
    }

}

/* Generic Content and News Details END */

/* Sections END */