/*
Theme Name: Insure Our Future - Global & US
Theme URI: http://rubystudio.dk/
Author: Ruby Studio
Author URI: http://rubystudio.dk/
Description: Custom Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ruby_studio
Template: insureourfuture
 */

/*
4. Form Elements
    4.2. Inputs
    4.3. Dropdown
5. Header
7. Scorecard Table
8. Sections
    8.1. Earlier Reports
    8.2. Our partners
    8.3. Page Intro
    8.4. Methodology
    8.5. Statistic
    8.6. Exit Policies
    8.7. Testimonials
    8.8. Demands
    8.9. Latest News
    8.10. Related articles
    8.11. Report
    8.12. Contact
    8.13. Video
    8.14. GWA Text
    8.15. Gallery
    8.16. Campaigns
    8.17 Mailchimp form
    8.18 Circle slider
    8.19 Resources slider
    8.20 Map
	8.21 Logo wall
9. Filter
10. Single Company
11. Page
12. Newsletter
13. Single Post
14. Latest Page
15. About Page
16. Campaigns Page
17. Get involved Page
*/

.page-container {
    padding-top: 30px;
}

/* 4. Form Elements */

/* 4.2. Inputs */

/* Dataset toggle */
.chart-dataset-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.chart-dataset-toggle .custom-radio-hidden {
    cursor: pointer;
}

.chart-dataset-toggle .custom-radio-hidden input {
    display: none;
}

.dataset-toggle-input {
    position: relative;
    display: block;
    width: 27px;
    height: 14px;
    border: 1px solid var(--black);
    border-radius: 8px;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
}

.dataset-toggle-input:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    width: 10px;
    height: 10px;
    background-color: var(--black);
    border-radius: 50%;
    transition: transform 0.3s ease;
    left: 1px;
}

.right .dataset-toggle-input:after {
    transform: translateX(13px);
}

/* 4.3. Dropdown */

.dropdown.compare-dropdown,
.dropdown.sortby-dropdown {
    width: 125px;
    transition: width 0.3s ease;
}

.dropdown.companies-dropdown {
    width: 185px;
    transition: width 0.3s ease;
}

.dropdown.compare-dropdown.show,
.dropdown.sortby-dropdown.show {
    width: 230px;
}

.compare-dropdown.dropdown .dropdown-toggle + .dropdown-menu,
.sortby-dropdown.dropdown .dropdown-toggle + .dropdown-menu {
    padding: 0;
}

.compare-dropdown.dropdown.showing .dropdown-toggle + .dropdown-menu,
.sortby-dropdown.dropdown.showing .dropdown-toggle + .dropdown-menu {
    transition: 0.3s background-color 0.2s ease, 0.3s height 0.3s ease;
}

.compare-dropdown.dropdown.showing .dropdown-toggle:after,
.companies-dropdown.dropdown.showing .dropdown-toggle:after,
.sortby-dropdown.dropdown.showing .dropdown-toggle:after {
    transition: 0.3s transform 0.2s ease;
}

.companies-dropdown.dropdown.showing .dropdown-toggle + .dropdown-menu {
    transition: background-color 0.2s ease, height 0.3s ease;
}

.companies-dropdown.dropdown.showing .dropdown-toggle:after {
    transition: transform 0.2s ease;
}

.dropdown .companies-search,
.dropdown .compare-search {
    position: relative;
    border-bottom: 1px solid #F4F4F4;
}

.dropdown .companies-search input,
.dropdown .compare-search input {
    font-size: 1.6rem;
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 9px 10px 9px 36px;
}

.dropdown .companies {
    max-height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown .compare-companies {
    padding: 13px;
    height: 340px;
    overflow-y: auto;
    position: relative;
}

.dropdown .compare-companies ul {
    position: absolute;
    padding-bottom: 32px;
}

.dropdown .compare-companies::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.dropdown .compare-companies::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.dropdown .companies-search .icon-search,
.dropdown .compare-search .icon-search {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 21px;
    height: auto;
}

.dropdown .compare-action {
    padding: 14px 25px 14px;
    border-top: 1px solid #F4F4F4;
    position: relative;
}

.compare-action:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    left: 0;
    bottom: calc(100% + 1px);
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.dropdown .compare-action .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}

.companies-dropdown .dropdown-menu {
    padding-left: 13px;
    padding-right: 13px;
}

.dropdown .companies-search {
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 13px;
}

.companies-dropdown .companies a {
    color: var(--black) !important;
    display: flex;
}

.companies-dropdown .companies .company-title {
    font-weight: 700;
}

.companies-dropdown .companies .year {
    margin-left: auto;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.companies-dropdown .companies .year .icon-arrow {
    transform: rotate(135deg);
    width: 17px;
    height: auto;
    margin-left: 10px;
}

.companies-dropdown .companies .year .icon-arrow-path {
    fill: var(--blue);
}

.companies-dropdown .btn.dropdown-toggle {
    justify-content: space-between;
}

/* 5. Header */


.header .report .dropdown-toggle:after {
    border-top-color: var(--orange);
}

.header .nav-button .btn {
    padding-right: 10px;
}

.header .nav-button .short-title {
    display: none;
}

.header .nav-button .icon-arrow,
.header .header-button .icon-arrow {
    width: 17px;
    height: auto;
    margin-top: -1px;
}

.header .nav-button .icon-arrow-path {
    fill: var(--orange);
}

.header .header-button .icon-arrow-path {
    fill: var(--blue);
}

.header .header-button .btn {
    color: var(--blue);
    height: 41px;
}

/* Share buttons */

.sticky-share {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    color: var(--orange);
    font-size: 1.2rem;
    width: 30px;
    transition: opacity 0.1s ease-in, visibility 0.1s ease-in;
    z-index: 10;
}

.sticky-share.fixed {
    position: absolute;
    bottom: calc(25px + var(--padding-bottom));
}

.entry-share .share-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entry-share .btn-share {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    border: none;
    transition: 0.4s ease;
}

@media (hover: hover) {
    .entry-share .btn-share:hover {
        transform: scale(1.1);
    }
}

.entry-share .btn-share.toggle {
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.sticky-share .btn-share + .btn-share {
    margin-top: 6px;
}

.entry-share .btn-share svg {
    max-height: 11px;
}

.entry-share .btn-share path,
.entry-share .btn-share polygon {
    fill: var(--orange);
}

.entry-share .btn-share.copied {
    animation: bounce 0.5s linear;
}

.share-buttons.collapsing .btn-share[data-type="copy"],
.share-buttons.collapsed .btn-share[data-type="copy"],
.share-buttons.expanding .btn-share[data-type="copy"] {
    transform: translateY(0);
}

.share-buttons.collapsing .btn-share[data-type="linkedin"],
.share-buttons.collapsed .btn-share[data-type="linkedin"],
.share-buttons.expanding .btn-share[data-type="linkedin"] {
    transform: translateY(36px);
}

.share-buttons.collapsing .btn-share[data-type="twitter"],
.share-buttons.collapsed .btn-share[data-type="twitter"],
.share-buttons.expanding .btn-share[data-type="twitter"] {
    transform: translateY(72px);
}

.share-buttons.collapsing .btn-share[data-type="facebook"],
.share-buttons.collapsed .btn-share[data-type="facebook"],
.share-buttons.expanding .btn-share[data-type="facebook"] {
    transform: translateY(108px);
}

.share-buttons.collapsing .btn-share.toggle {
    opacity: 1 !important;
}

.share-buttons.collapsed .btn-share.toggle {
    transform: scale(1.35);
    opacity: 1;
}

@media (hover: hover) {
    .share-buttons.collapsed .btn-share.toggle:hover {
        transform: scale(1.45);
    }
}

.share-buttons.expanding .btn-share.toggle {
    transform: scale(1);
    opacity: 1;
}

@media (hover: hover) {
    .share-buttons.expanding .btn-share.toggle:hover {
        transform: scale(1);
        opacity: 1;
    }
}

.share-buttons.expanded .btn-share.toggle {
    opacity: 0;
    pointer-events: none;
}



/* 7. Scorecard Table */

.page-scorecard .page-intro {
    margin-bottom: 30px;
    min-height: 480px;
    height: 40vw;
}

.top-bar-active .page-scorecard .page-intro {
    height: 40vw;
}

.page-scorecard .page-intro .page-intro-title {
    font-size: 5rem;
    line-height: 1.15;
    letter-spacing: -2px;
    max-width: 720px;
    margin-bottom: 20px;
}

.page-scorecard .page-intro .page-intro-subtitle {
    max-width: 670px;
    font-size: 1.6rem;
}

.page-scorecard .page-intro:before,
.page-scorecard .page-intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-scorecard .page-intro:before {
    background: var(--background-image) no-repeat 60% bottom;;
    background-size: cover;
}

.page-scorecard .page-intro:after {
    background: transparent linear-gradient(243deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%) 0 0 no-repeat;
}

.companies-table {
    table-layout: fixed;
}

.companies-head .download-report-dropdown {
    margin-right: auto;
}

.companies-table-wrap {
    min-width: 960px;
}

.page-company #companies {
    margin-bottom: 32px;
}

.page-company #companies .sc-scroll-indicator {
    margin-top: 15px;
}

.site-main:not(.page-company) #companies-table th:first-child,
.site-main:not(.page-company) #companies-table td:first-child {
    min-width: 180px;
}

.page-company #companies-table tbody tr {
    pointer-events: none;
}

#companies-table td {
    transition: background-color 0.2s ease;
}

#companies-table tr:hover td.col-rank {
    text-decoration: none;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.scrollable-wrap .table,
.scrollable-wrap.disabled .table {
    table-layout: fixed;
}

.scrollable-wrap.initialized .table {
    table-layout: auto;
}

.table th,
.table td {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
}

.table tbody td {
    padding: 4px 16px;
}

.table .empty {
    width: 10%;
    padding: 0;
}

.page-company .table .empty {
    width: 4%;
}

.table th:first-child,
.table td:first-child,
.table .col-ceo {
    text-align: left;
}

.table .thead-row th.sortable {
    cursor: pointer;
}

.table .thead-row th {
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}

.table thead th {
    font-size: 1.3rem;
}

.table .thead-row th.country {
    width: 10%;
}

.table .thead-row th.col-ceo {
    padding-left: 16px;
    padding-right: 16px;
    width: 12%;
}

.table .thead-row th.col-fossil-fuel-insurance,
.table .thead-row th.col-fossil-fuel-divestment {
    width: 25%;
}

.table .thead-sub-row th {
    background-color: #FFFFFF;
    border-bottom: 4px solid #F8F8F8;
    letter-spacing: -0.5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.table .thead-sub-row th:first-child,
.table tbody td:first-child {
    border-radius: 4px 0 0 4px;
}

.table .thead-sub-row th:last-child,
.table tbody td:last-child {
    border-radius: 0 4px 4px 0;
}

.table td {
    background-color: #FFFFFF;
    border-bottom: 4px solid #F8F8F8;
}

.table .col-country img {
    width: 36px;
}

.table td.col-ceo {
    font-weight: 700;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.table td.col-rank {
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: underline;
    white-space: nowrap;
}

.page-company .table td.col-rank,
.table tr:not([data-url]) td.col-rank {
    text-decoration: none;
}

.table .company-score {
    font-size: 1.8rem;
}

.table .score-max {
    font-size: 1rem;
    opacity: 0.5;
}

.table .company-risk {
    font-size: 1rem;
    opacity: 0.5;
}

.table .sortable span {
    cursor: pointer;
    white-space: nowrap;
}

.table .sortable.asc path.icon-sort-down {
    fill: var(--black);
}

.table .sortable.desc path.icon-sort-up {
    fill: var(--black);
}

.table td .company-score .score-current {
    font-size: 1.4rem;
}

.table .company-data-container {
    border-radius: 4px;
    line-height: 1.2;
    padding-bottom: 6px;
    padding-top: 1px;
    max-width: 72px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.table td.col-fossil-fuel-insurance .score-current,
.table td.col-fossil-fuel-divestment .score-current {
    font-weight: 700;
}

.table td.col-fossil-fuel-insurance.low .company-data-container,
.table td.col-fossil-fuel-divestment.low .company-data-container {
    background-color: var(--score-low);
}

.table td.col-fossil-fuel-insurance.moderate .company-data-container,
.table td.col-fossil-fuel-divestment.moderate .company-data-container {
    background-color: var(--score-moderate);
}

.table td.col-fossil-fuel-insurance.high .company-data-container,
.table td.col-fossil-fuel-divestment.high .company-data-container {
    background-color: var(--score-high);
}

.table td.col-fossil-fuel-insurance.green .company-data-container,
.table td.col-fossil-fuel-divestment.green .company-data-container {
    background-color: var(--score-green);
}

#companies .scroll-arrows {
    display: none;
}

/* 8. Sections */

.section-head {
    text-align: center;
    padding-bottom: 20px;
}

.section-title {
    font-size: 5rem;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.section-notice {
    font-size: 1.2rem;
    color: #707070;
    margin-bottom: -15px;
    padding-top: 15px;
    font-style: italic;
}

.section-head .text {
    font-size: 2rem;
    padding-bottom: 30px;
    padding-top: 10px;
}

.section-head .section-subtitle {
    font-size: 3rem;
}

.section-head .text + .section-subtitle {
    padding-top: 30px;
}

/* 8.1. Earlier Reports */
.section-earlier-reports {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--black);
}

.section-earlier-reports .section-head {
    padding-bottom: 0;
}

.section-earlier-reports .section-title {
    font-size: 2rem;
    margin-bottom: 5px;
}

.report-items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.report-item {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 8.2. Our partners */
.section-our-partners {
    /*margin-top: 50px;*/
    margin-bottom: 50px;
    padding: 40px 35px;
    background-color: var(--white);
}

.section-our-partners .section-title {
    text-align: center;
    font-size: 3rem;
}

.section-our-partners .section-subtitle {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.partner-item img {
    transition: opacity 0.3s ease;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    max-height: 78px;
    width: auto;
}

@media (hover: hover) and (min-width: 641px) {
    .partner-item a:hover img {
        opacity: 0.6;
    }
}

.partners-row {
    justify-content: center;
}

/* 8.3. Page Intro */
.page-intro {
    margin-top: -68px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 480px;
    background-position: right bottom;
    height: calc(100svh - 66px);
}

.top-bar-active .page-intro {
    height: calc(100svh - 86px);
}

.page-intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent linear-gradient(243deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%) 0 0 no-repeat;
}

.page-intro .container {
    position: relative;
    flex-grow: 1;
    z-index: 1;
}

.page-intro-header {
    color: var(--white);
}

.page-intro-title {
    letter-spacing: -2px;
    max-width: 900px;
    font-size: 7rem;
    margin-bottom: 20px;
    line-height: 1;
}

.page-intro-subtitle {
    max-width: 670px;
    font-size: 1.6rem;
}

.page-intro-content {
    color: var(--white);
    font-size: 2rem;
    max-width: 850px;
}

.page-intro-content a {
    color: var(--white);
}

.page-intro-content .btn {
    margin-top: 30px;
    min-width: 150px;
}

@media (min-width: 641px) {
    .page-intro-subtitle {
        height: auto !important;
    }
}

.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
}

.scroll-down.bounce {
    animation: shake 2.5s 0s infinite;
}

.scroll-down.show {
    opacity: 1;
    pointer-events: all;
}

.scroll-down-btn {
    display: flex;
    padding: 5px;
}

.scroll-down-btn .icon-arrow {
    transform: rotate(-90deg);
    width: 30px;
    height: auto;
}

/* 8.4. Methodology */
.white-bg {
    background-color: var(--white);
    padding: 25px 15px;
}

.section-methodology {
    margin-bottom: 15px;
}

.page-scorecard .section-methodology {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--black);
    margin-bottom: 40px;
}

.section-methodology .section-head {
    padding-bottom: 0;
}

.section-methodology .section-title {
    font-size: 2rem;
    margin-bottom: 5px;
}

.section-methodology .section-text {
    margin-bottom: 15px;
}

/* 8.5. Statistic */
.section-statistic .section-head {
    padding-bottom: 15px;
}

.section-statistic .section-title {
    font-size: 1.8rem;
    margin-bottom: 0;
}

.section-statistic {
    padding-bottom: 35px;
}

.section-statistic .content-area-inner svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.section-statistic .section-head {
    display: flex;
    align-items: flex-end;
}

.section-statistic .years {
    display: flex;
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 700;
}

.section-statistic .years li {
    display: flex;
    align-items: center;
}

.section-statistic .years li + li {
    margin-left: 10px;
}

.section-statistic .years li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
}

.section-statistic .years li:nth-child(1):before {
    background-color: #DF3423;
}

.section-statistic .years li:nth-child(2):before {
    background-color: #F28C1B;
}

.section-statistic .years li:nth-child(3):before {
    background-color: #F7A823;
}

.section-statistic .years li:nth-child(4):before {
    background-color: #FACA53;
}

.section-statistic .years li:nth-child(5):before {
    background-color: #FFE452;
}

/* 8.6. Exit Policies */

.section-exit-policies {
    padding-bottom: 40px;
}

.page-template-front-page .section-exit-policies {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.section-exit-policies .section-title {
    text-align: center;
    font-size: 3rem;
}

.section-exit-policies .policy-item {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 6px;
    padding-right: 6px;
}

.section-exit-policies .number-company {
    font-size: 1rem;
    text-transform: uppercase;
}

.section-exit-policies .number {
    font-size: 1.6rem;
}

.section-exit-policies .name {
    font-size: 2rem;
    letter-spacing: -0.05rem;
}

.section-exit-policies .exit-policies {
    max-width: 842px;
    margin-left: auto;
    margin-right: auto;
}

.section-exit-policies .lines {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 6px;
    padding-bottom: 12px;
}

.section-exit-policies .lines span {
    display: block;
    border-radius: 2px;
    height: 4px;
    background-color: #FECC4E;
    user-select: none;
}

.section-exit-policies .lines span + span {
    margin-top: 4px;
}

.section-exit-policies .policy-item:nth-child(2) .lines span {
    background-color: var(--orange);
}

.section-exit-policies .policy-item:nth-child(3) .lines span {
    background-color: #E64126;
}

/* 8.7. Testimonials */

.section-testimonials {
    position: relative;
    color: var(--white);
    padding-top: 75px;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.section-testimonials:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(184deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) 0% 0% no-repeat padding-box;
}

.section-testimonials .container {
    position: relative;
}

.section-testimonials .content-area-inner {
    padding-top: 40px;
}

.section-testimonials .section-title {
    max-width: 810px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
}

.section-testimonials .section-text {
    font-size: 2rem;
    max-width: 750px;
}

.section-testimonials .section-text p {
    margin-bottom: 10px;
}

.section-testimonials .section-text h2 {
    font-size: 2rem;
}

.quotes-slider {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.quote-item {
    text-align: center;
    display: none;
}

.quote-item:first-child {
    display: block;
}

.slick-initialized .quote-item {
    display: block;
}

.quote-item .text {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.quote-item .text:before {
    content: '“';
    font-size: 20rem;
    letter-spacing: -4px;
    color: var(--orange);
    line-height: 1;
    display: inline-block;
    width: 76px;
    height: 77px;
    overflow: hidden;
    transform: translateY(-20px);
}

.quote-item .name {
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 700;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.quotes-slider .slick-arrow {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url('./assets/images/arrow-right.svg') no-repeat center center;
}

.quotes-slider .slick-prev {
    transform: rotate(180deg);
}

.quotes-slider .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.quotes-slider .paged {
    font-size: 1.3rem;
    padding-right: 10px;
    padding-left: 10px;
}

/* 8.8. Demands */

.section-demands .section-title {
    font-size: 4rem;
    margin-bottom: 0;
}

.section-demand-title {
    color: var(--white);
    padding-top: 25px;
}

.section-demands {
    color: var(--white);
    padding-top: 25px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.section-demands .container {
    padding-top: 50px;
}

.section-demands .section-head {
    border-top: 1px solid var(--white);
    padding-top: 65px;
    padding-bottom: 50px;
}

.section-demands .section-head h4 {
    line-height: 1.2;
}

.section-demand-title .section-head {
    padding-top: 50px;
    padding-bottom: 40px;
}

.demands-item .number {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.demands-item .text {
    font-size: 2rem;
}

.demands-button-wrap {
    text-align: center;
    padding-top: 45px;
}

.section-exit-policies-gwa.section-exit-policies {
	padding: 0 0 70px 0;
}

.section-exit-policies-gwa .container {
	padding-top: 70px;
	border-top: 1px solid #000;	
}

.section-exit-policies-gwa .summary-item .section-head {
    margin-bottom: 30px;
}

.section-exit-policies-gwa .summary-item .title {
    padding-bottom: 10px;
}

.section-exit-policies-gwa.section-exit-policies .summary-item .text {
    max-width: none;
	font-size: 1.8rem;
}

/* 8.9. Latest News */
.section-latest-news {
    padding-top: 70px;
}

.section-latest-news .section-head {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--black);
}

.section-latest-news .section-head .btn {
    margin-right: 10px;
}

.section-latest-news .section-head .btn.right {
    margin-right: 0;
    margin-left: auto;
}

.section-latest-news .section-title {
    font-size: 4rem;
    padding-right: 40px;
    margin-bottom: 0;
}

.article-post {
    display: flex;
}

.article-post + .article-post {
    margin-top: 34px;
}

.article-post .entry-thumbnail {
    margin-right: 40px;
    flex-basis: 35%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
}

.article-post .entry-thumbnail img {
    display: block;
    border-radius: 8px;
    will-change: transform;
    transition: transform .25s ease-out;
    width: 100%;
}

.article-post .entry-post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
}

.article-post.has-post-thumbnail .entry-post {
    flex-basis: 65%;
}

.article-post .entry-date {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.article-post .entry-title {
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color .25s ease;
}

.article-post:hover .entry-thumbnail img {
    transform: scale(1.025);
}

.article-post:hover .entry-title {
    color: var(--orange);
}

.article-post .entry-excerpt,
.article-post .entry-bottom-meta,
.article-post .entry-bottom-meta a {
    color: var(--grey);
}

.article-post .entry-bottom-meta {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.article-post .entry-bottom-meta .separator {
    margin-left: 6px;
    margin-right: 6px;
}

/* 8.10. Related articles */

.section-related {
    margin-top: 40px;
}

.section-related .section-head {
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--black);
}

.page-company .section-related .section-title {
    font-size: 3rem;
    margin-bottom: 0;
}

.section-related .article-post + .article-post {
    margin-top: 50px;
}

/* 8.11. Report section */

.entry-section.section-report {
    margin-bottom: 0;
}

.section-report {
    margin-bottom: 50px;
}

.section-report .section-head {
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-report .section-title {
    font-size: 2rem;
    margin-bottom: 5px;
}

.section-report .section-text {
    margin-bottom: 15px;
}

.section-report .btn .icon-arrow {
    transform: rotate(135deg);
    width: 17px;
    height: auto;
    margin-top: -1px;
}

/* 8.12. Contact */

.section-contact .section-head {
    padding-bottom: 0;
}

.section-contact .section-title {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 15px;
}

.section-contact .content-area-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid var(--black);
}

.section-contact .text a {
    color: var(--blue);
    text-decoration: underline;
}

.section-contact .text a:hover {
    text-decoration: none;
}

.section-contact-buttons {
    padding-top: 15px;
}

.section-contact-buttons .btn {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.section-contact .wpcf7-form {
    max-width: 850px;
}

.section-contact .form-inline .wpcf7-submit {
    min-width: 160px;
}

.section-contact .form-inline .field-textarea label {
    display: inline-block;
    margin-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

/* 8.13. Video */
.page-template-gwa .section-video {
    margin: 70px 0;
}

.page-template-gwa .section-video video,
.page-template-gwa .section-video__container {
    aspect-ratio: 1 / 0.563;
	margin-inline: 0;
}

.section-video__description {
    margin-inline: auto;
    margin-top: 1.4em;
    max-width: 700px;
}

/* 8.14. GWA Text */
.page-template-gwa .page-container .section-title {
    font-size: 4.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -2px;
    margin: 0 auto 0.3em;
	max-width: 700px;
}

.page-template-gwa .page-container .section-exit-policies .section-title {
	margin-bottom: 0.4em;
    text-align: center;
}

.page-template-gwa .page-container .section-gallery .section-title {
	margin-bottom: 0.2em;
}

.page-template-gwa .page-container .section-gwa-text .section-title {
    margin-bottom: 0.5em;
}

.page-template-gwa .page-container .section-map .section-title {
    margin-left: 0;
}

.page-template-gwa .page-container {
    padding-top: 0;
}

.page-template-gwa .entry-content {
    font-size: 2.2rem;
}

.section-gwa-text {
    margin-block: 70px;
}

.section-gwa-text .content-area-inner {
    max-width: 700px;
    margin-inline: auto;
}

.section-gwa-text .description > :last-child {
    margin-bottom: 0;
}

.section-gwa-text .section-button-wrap {
    margin-top: 30px;
}

@media (max-width: 640px) {
    .page-template-gwa .page-container .section-title {
        font-size: 3rem;
    }

    .page-template-gwa  .section-exit-policies .summary-item .title {
        font-size: 2.6rem;
    }

    .page-template-gwa .entry-content {
        font-size: 1.8rem;
    }
}

/* 8.15. Gallery */
.section-gallery {
    margin-block: 70px;
}

.section-gallery__item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.section-gallery__item .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-gallery img,
.section-gallery video {
    display: block;
    object-fit: cover;
    aspect-ratio: 1.5 / 1;
    background-color: #F2F2F2;
    transition: transform .25s ease-out;
}

.section-gallery__item:hover img,
.section-gallery__item:hover video {
    transform: scale(1.025);
}

.section-gallery .row {
    row-gap: var(--grid-gap);
}


/* 8.16. Campaigns */
.section-gwa-cta.section-campaigns {
    margin-block: 70px;
}

.section-gwa-cta.section-past-issues .section-head {
    padding-bottom: 0;
    border-bottom: none;
}

.section-gwa-cta .button-wrap {
    padding-top: 20px;
    margin-top: auto;
}

/* 8.17 Mailchimp form */
.section-mailchimp-form {
    margin-block: 70px 50px;
}

.section-mailchimp-form .container {
    max-width: 700px;
}

.section-mailchimp-form .container .form-inline {
    padding-top: 10px;
}

.section-mailchimp-form .helper_text {
    display: none;
}

.section-mailchimp-form .btn {
	width: 100%;
}

#mc_embed_signup div.mce_inline_error {
    display: none !important;
}

.section-mailchimp-form__description.entry-content p {
    margin-bottom: 0.8em;
}

#mce-responses {
    font-size: 2.3rem;
    text-align: center;
    width: 100%;
}

.content__gdprLegal {
    font-size: 1.2rem;
}

.content__gdprLegal p {
    margin-bottom: 1.3em;
}

/* 8.18 Circle slider */
.section-circle-slider {
    overflow: hidden;
    background-color: var(--black);
	color: var(--white);
    padding-top: 70px;
}

.circle-slider-wrap {
    position: relative;
}

.circle-slider-wrap .slick-list {
    overflow: visible;
}

.section-circle-slider .slick-track {
    display: flex !important;
}

.section-circle-slider .entry-content {
	max-width: 600px;
	margin: 0 auto;
}

.section-circle-slider .entry-content p {
	margin-bottom: 0;
}

.circle-slider__container {
    position: relative;
}

.circle-slider__slide {
    --clip-radius: 13.5vw;
    width: 33.33vw;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding-bottom: 70px;
    height: inherit !important;
}

.circle-slider__title {
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    color: var(--white);
    font-size: 2rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding-inline: var(--grid-gap);
    box-sizing: border-box;
    text-wrap: balance;
}

@media (max-width: 850px) {
    .circle-slider__slide {
        --clip-radius: 25vw;
        padding-top: 40px;
    }

    .circle-slider__title {
        margin-top: 1.5em;
    }
}

@media (max-width: 640px) {
    .circle-slider__slide {
        --clip-radius: 30vw;
    }
}



.hide-slide-title .circle-slider__title,
.hide-slide-title .circle-slider__description {
    opacity: 0 !important;
    pointer-events: none !important;
}

.circle-slider__description {
    font-size: 1.6rem;
	padding: 0 30px;
}

@media (max-width: 640px) {
    .circle-slider__description {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        padding-inline: var(--grid-gap);
        box-sizing: border-box;
        text-wrap: balance;
    }
}

.circle-slider__image {
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    position: relative;
}

.circle-slider__image .circle-slider__image-wrap {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: transform 0.5s ease;
    transform: scale(0.8);
}

.circle-slider__image-clip {
    aspect-ratio: 1 / 1;
    clip-path: circle(var(--clip-radius) at center);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-slider__slide .circle-slider__image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: none;
    width: max(110vw, 110vh);
}

/* Fix animations bug between last and first slide if centerMode */
.circle-slider__slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .circle-slider__image .circle-slider__image-wrap,
.circle-slider__slide.slick-current .circle-slider__image .circle-slider__image-wrap {
    transform: scale(1);
}

.circle-slider__title, .circle-slider__description {
    transition: opacity 0.5s ease;
    opacity: 0;
}

/* Fix animations bug between last and first slide if centerMode */
.circle-slider__slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .circle-slider__title,
.circle-slider__slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .circle-slider__description,
.circle-slider__slide.slick-current .circle-slider__title,
.circle-slider__slide.slick-current .circle-slider__description {
    opacity: 1;
}

/* Arrows navigation */
.circle-slider__arrows {
    display: none;
    gap: 20px;
    align-content: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.circle-slider__arrows .slick-arrow {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(./assets/images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 0;
    border: none;
}

.circle-slider__arrows .slick-next {
    transform: rotate(180deg);
}

/* Overlay Navigation */
.section-circle-slider .overlay-nav__arrow {
    position: absolute;
    top: 0;
    width: 33.33%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
}

.section-circle-slider .overlay-nav__arrow:active {
    -webkit-tap-highlight-color: transparent !important;
}

.section-circle-slider .overlay-nav__arrow.prev {
    left: 0;
}

.section-circle-slider .overlay-nav__arrow.next {
    right: 0;
}


/* Progress circle */
.progress-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: calc(var(--clip-radius) * 2);
    height: auto;
}

.progress-ring-circle {
    stroke-dasharray: 308;
    stroke-dashoffset: 308;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-ring-circle.animate {
    animation-timing-function: linear;
    animation-duration: var(--autoplay-speed);
    animation-name: circleAnimation;
}

@keyframes circleAnimation {
    to {
        stroke-dashoffset: 0; /* End with no stroke (full progress) */
    }
}

/* Meta popup */
.circle-slider__meta {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    color: var(--white);
    z-index: 10;
    display: none;
}

.show-meta .circle-slider__meta {
    pointer-events: auto;
    display: flex;
}

.section-circle-slider .circle-slider__meta .section-title {
    max-width: 100%;
	margin-bottom: 0.5em;
}

.circle-slider__close-meta {
    position: absolute;
    top: 70px;
    left: 48px;
    width: 86px;
    justify-content: center;
    margin: 0;
}

.circle-slider__close-meta .svg-icon__close {
    display: none;
}

.circle-slider__close-meta .icon-arrow {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .circle-slider__close-meta {
        left: 15px;
    }
}

.circle-slider__meta-content {
    padding: 60px 0 0;
    overflow-y: auto;
    text-align: left;
    width: 100%;
    background: rgba(0,0,0,.7);
}

.circle-slider__meta-content .project-meta {
    max-width: 824px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
}

.circle-slider__meta-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 11px;
}

.circle-slider__meta-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255,255,255,.6);
    box-shadow: none;
}

.circle-slider__meta-content .entry-content {
	margin: 0;
	font-size: 1.8rem;
	max-width: 100%;
}

.circle-slider__meta-content .entry-content ul,
.circle-slider__meta-content .entry-content ol {
    margin-left: 20px;
	margin-bottom: 1.36em;
}

.circle-slider__meta-content .entry-content li {
    margin-bottom: 10px;
	line-height: 1.4;
}

.circle-slider__meta-content .entry-content h3 {
    margin-top: 0;
	font-weight: 700;
}

.circle-slider__meta-content .entry-content p {
    margin-bottom: 0.8em;
}

.project-meta__text {
    margin-bottom: 1.36em;
	font-size: 1.8rem;
}
.project-meta__text strong {
	font-size: 2.4rem;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.4;
}

.project-meta__text div.subtitle {
    margin-bottom: 22px;
}

/* 8.19 Resources slider */
.section-ressource {
    margin-block: 50px 20px;
}

.section-ressource .slick-slide {
    margin-inline: calc(var(--grid-gap) / 2);
}

.section-ressource .slick-list {
    margin-inline: calc(-1 * var(--grid-gap) / 2);
}

.section-ressource .slick-slide .image {
    overflow: hidden;
    border-radius: 8px;
}

.section-ressource .slick-slide img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    transition: transform .25s ease-out;
}

.section-ressource .slick-slide img:hover {
    transform: scale(1.025);
}

.section-ressource .slick-slide .title {
    font-size: 2.4rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5em;
}

.section-ressource .slick-slide .text {
    font-size: 1.6rem;
    margin-top: 1.5rem;
}

.ressources-slider-content .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-content: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    background-image: url(./assets/images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center;
    font-size: 0;
    border: none;
    border-radius: 50%;
    z-index: 1;
}

.ressources-slider-content .slick-prev {
    left: -60px;
}

.ressources-slider-content .slick-next {
    right: -60px;
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1360px) {
    .ressources-slider-content .slick-prev {
        left: 15px;
    }

    .ressources-slider-content .slick-next {
        right: 15px;
    }
}

/* 8.20 Map */
.section-map {
    margin: 70px 0;
}

.section-map .entry-content {
	max-width: 700px;
}

.section-map__embed iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    display: block;
}

/* 8.21 Logo wall */
.page-template-gwa .section-our-partners .section-subtitle {
	font-size: 2.2rem;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

/* 9. Filter */
.sidebar-body .filter-body {
    display: flex;
    width: 100%;
}

.sidebar-body .filter-body > form {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.sidebar-body .filter-footer {
    margin-top: auto;
    padding: 13px 20px 20px;
    text-align: center;
    border-top: 1px solid var(--black);
    position: relative;
}

.sidebar-body .filter-footer:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 90%);
}

.filter-footer .total-posts {
    font-size: 1.2rem;
    color: var(--grey);
    margin-bottom: 10px;
}

.sidebar-body .filter-wrapper {
    max-height: calc(var(--vh, 1vh) * 100 - 199px);
    overflow-y: auto;
    padding: 20px 20px 30px;
}

.sidebar-body .filter-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.sidebar-body .filter-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.sidebar-body .filter-wrapper h3 {
    font-size: 1.6rem;
    margin-bottom: 1em;
}

.sidebar-body .filter-terms {
    padding-bottom: 12px;
}

.sidebar-body .taxonomy-filter ul {
    padding-left: 11px;
}

.taxonomy-filter .term-label {
    margin-bottom: 16px;
    font-size: 1.6rem;
    color: var(--grey);
}

.btn-reset-filter {
    background-color: var(--white);
    color: var(--grey);
    font-weight: 400;
}

.taxonomy-search-wrap + .taxonomy-filter {
    background-color: var(--white);
    padding: 12px;
    border-radius: 0 0 4px 4px;
    display: none;
}

#filter_countries .taxonomy-filter {
    display: block;
}

.taxonomy-search-wrap + .taxonomy-filter > li > .term-label {
    color: var(--black);
}

.hierarchy .taxonomy-search-wrap + .taxonomy-filter > li {
    padding-bottom: 5px;
    display: none;
}

.taxonomy-search-wrap + .taxonomy-filter li {
    display: none;
}

#filter_countries .taxonomy-filter li {
    display: block;
}

.taxonomy-search-wrap + .taxonomy-filter > li > label.custom-checkbox span:before {
    border-color: var(--black);
}

.taxonomy-search-wrap + .taxonomy-filter > li > label.custom-checkbox :checked + span:before {
    border-color: var(--blue);
}

.taxonomy-search-wrap {
    background-color: var(--white);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #F8F8F8;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.taxonomy-search-wrap .icon-search {
    flex-shrink: 0;
    margin-right: 6px;
    width: 21px;
    height: auto;
}

.taxonomy-search-wrap input {
    padding: 9px 0;
    flex-grow: 1;
    font-size: 1.6rem;
}

/* 10. Single Company */
.page-company .section-title {
    font-size: 2.4rem;
    margin-bottom: 10px;
    letter-spacing: normal;
}

.chart-container {
    position: relative;
    height: 100%;
    width: 100%;
}

#scorecard-criteria-modal .modal-dialog {
    width: 745px;
}

.modal-dialog p {
    margin-bottom: 20px;
}

.modal-dialog ul {
    list-style: disc;
    margin-bottom: 20px;
    margin-left: 15px;
}

.modal-dialog ul:last-child {
    margin-bottom: 0;
}

.modal-dialog ul li {
    line-height: 1.7;
}

/* Section Score Rank Chart */
.section-score-rank-chart,
.section-rank-over-time {
    background-color: var(--white);
    padding: 30px 15px;
    margin-bottom: 50px;
}

.chart-container .chart-tooltip {
    color: var(--black);
    position: absolute;
    transform: translate(-50%, -100%);
    transition: opacity .1s ease;
    opacity: 1;
    pointer-events: none;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 4px;
    background-color: var(--white);
    white-space: nowrap;
}

.chart-container .chart-tooltip .company-score {
    font-size: 2rem;
}

.chart-container .chart-tooltip .score-max {
    font-size: 1rem;
    color: var(--grey);
}

.chart-tooltip.chart-label {
    opacity: 0;
}

.chart-tooltip.chart-tooltip-rank {
    text-align: left;
}

.chart-tooltip .chart-tooltip-point {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.chart-tooltip .chart-tooltip-point .icon {
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 5px;
    border-radius: 50%;
}

.chart-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.chart-categories-dropdown {
    display: none;
}

.chart-categories-dropdown .btn.dropdown-toggle {
    min-width: 225px;
    font-weight: 400;
    font-size: 1.2rem;
    color: var(--black);
    padding-left: 21px;
    padding-right: 16px;
    height: 34px;
    justify-content: space-between;
}

.chart-categories-dropdown .btn.dropdown-toggle .icon-triangle-path {
    fill: var(--black);
}

.dropdown.chart-categories-dropdown .dropdown-menu:before {
    height: 34px;
}

.chart-categories-dropdown .btn.dropdown-toggle:after {
    border-top-color: var(--black);
}

.chart-categories-dropdown .dropdown-menu {
    border-color: transparent;
    background-color: var(--white);
    text-align: left;
    height: 34px;
    padding-left: 21px;
    padding-right: 16px;
}

.dropdown.chart-categories-dropdown .dropdown-menu a {
    color: var(--black);
}

.chart-categories li {
    margin: 8px 15px;
}

.section-score-rank-chart .scroll-arrows {
    right: 50%;
    transform: translateX(50%);
    top: 35px;
}

.section-rank-over-time .chart-container .company-rank {
    white-space: nowrap;
}

.chart-container .chart-tooltip.chart-tooltip-first {
    transform: translate(7px, -100%);
}

.chart-container .chart-tooltip.chart-tooltip-last {
    transform: translate(calc(-100% - 7px), -100%);
}


/* Section Company Data */

.section-company-data {
    margin-bottom: 60px;
}

.section-company-data a {
    color: var(--orange);
    text-decoration: underline;
    white-space: nowrap;
}

.section-company-data a:hover {
    text-decoration: none;
}

.section-company-data p {
    font-size: 1.4rem;
}

/* Table View */
.table-view {
    border-radius: 4px 4px 0 0;
    background-color: var(--white);
    margin-bottom: 20px;
}

.table-view .table__head {
    background-color: #F2F2F2;
    font-size: 1.4rem;
}

.table-view .table__col {
    padding: 22px;
}

.table-view .table__row:not(.table__head) .table__col:first-child {
    font-weight: 700;
}

.table-view .table__head .table__col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-view .table__row {
    display: flex;
}

.table-view .table__row:not(.table__head) {
    border-bottom: 2px solid #F8F8F8;
}

.table-view-2-column .table__col {
    width: 50%;
}

.table-view-2-column.table-company-info .table__col {
    width: 100%;
}

.table-view-3-column .table__col {
    width: 33.333%;
}

.table-view-3-column.table-company-policy .table__col:nth-child(1) {
    width: 50%;
}

.table-view-3-column.table-company-policy .table__col:nth-child(2) {
    width: 25%;
    text-align: center;
}

.table-view-3-column.table-company-policy .table__col:nth-child(3) {
    width: 25%;
    text-align: center;
}

.table-view .icon-arrow {
    transform: rotate(135deg);
    width: 22px;
    height: 22px;
    display: block;
}

.table-view .icon-arrow-path {
    fill: var(--blue);
}

.table-view .table__col-view {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 11. Page */
.page-template-default .container {
    max-width: 800px;
}

/* 12. Newsletter */
.page-template-newsletter .page-container .container {
    position: relative;
    max-width: 700px;
}

.newsletter-form-wrapper {
    padding-top: 20px;
    position: relative;
}

.newsletter-subtext {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.newsletter-subtext a {
    color: inherit;
    text-decoration: none;
}

#newsletter-form-modal .modal-header .btn-close {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

#newsletter-form-modal h3 {
    font-size: 2.6rem;
}

#newsletter-form-modal label.custom-checkbox span:before {
    border-color: var(--white);
}

#newsletter-form-modal label.custom-checkbox a {
    color: var(--white);
}

#newsletter-form-modal label.custom-checkbox :checked + span:before {
    color: var(--white);
    border-color: var(--white);
}

#newsletter-form-modal .field-checkbox.invalid input[type='checkbox'] + span:before {
    border-color: #c91931;
}

#newsletter-form-modal .form-inline .field-checkbox.invalid a {
    color: #c91931;
}

#newsletter-form-modal .modal-content {
    background-color: var(--orange);
    color: var(--white);
    min-height: 280px;
}

#newsletter-form-modal .form-content-thank-you {
    pointer-events: none;
}

#newsletter-form-modal .form-content-thank-you .email-address {
    margin-bottom: 0;
}

#newsletter-form-modal .form-inline .field {
    width: 100%;
}

#newsletter-form-modal .form-inline .field-checkbox {
    padding-top: 12px;
    padding-bottom: 20px;
}

#newsletter-form-modal .entry-content {
    font-size: 1.4rem;
}

/* Past Issues section */
.section-past-issues {
    padding-top: 50px;
}

.section-past-issues .section-head {
    border-bottom: 1px solid var(--black);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.section-past-issues .section-title {
    font-size: 3rem;
    margin-bottom: 0;
}

.section-past-issues .issue-item {
    display: flex;
    margin-bottom: 30px;
    min-height: 180px;
}

.section-past-issues .issue-item .icon {
    position: absolute;
    bottom: 5px;
    right: 16px;
    opacity: 0.15;
}

.section-past-issues .issue-item .icon svg {
    width: auto;
    height: 100px;
}

.section-past-issues .issue-item-container {
    background-color: var(--blue);
    border-radius: 8px;
    padding: 30px;
    color: var(--white);
    flex-grow: 1;
    position: relative;
    transition: background 0.3s ease;
}

.section-past-issues .issue-item-container:hover {
    background-color: var(--blue-hover);
}

.section-past-issues .issue-item-container > .icon-arrow {
    transform: rotate(135deg);
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
}

.section-past-issues .issue-item a {
    color: var(--white);
}

.section-past-issues .issue-item .date {
    font-size: 1.3rem;
    margin-bottom: 12px;
    display: block;
}

.section-past-issues .issue-item .title {
    font-size: 2.4rem;
    line-height: 1.1;
    letter-spacing: -0.05rem;
}

/* 13. Single Post */
.single-post .btn-back {
    position: absolute;
    left: 48px;
}

.entry-container {
    max-width: 824px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}

.entry-meta {
    font-size: 1.4rem;
    margin-bottom: 24px;
}

.entry-meta a,
.entry-meta span + span {
    color: #848484;
}

.entry-meta .separator.bar {
    margin-left: 10px;
    margin-right: 10px;
}

.entry-quote-item {
    display: flex;
    margin: 40px 0;
    margin-left: -90px;
    clear: both;
}

.quote-author {
    flex-shrink: 0;
    flex-basis: 190px;
    box-sizing: border-box;
    border-right: 4px solid var(--orange);
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    line-height: 1.2;
}

.quote-author .photo {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

.quote-author .photo img {
    display: block;
}

.quote-author .name {
    font-size: 1.6rem;
    color: var(--orange);
    margin-bottom: 4px;
}

.quote-author .title {
    font-size: 1.2rem;
    color: #6C6C6C;
}

.quote-text {
    font-size: 1.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: -0.05rem;
}

.quote-text p {
    margin-bottom: 9px;
}

.entry-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid var(--black);
}

.entry-section .section-head {
    padding-bottom: 15px;
}

.entry-section .section-title {
    font-size: 2rem;
    letter-spacing: -0.05rem;
    margin-bottom: 0;
}

.entry-section.press-release-section a {
    color: var(--blue);
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}

.entry-section.press-release-section a:hover {
    text-decoration: none;
}

.entry-section.companies-section {
    padding-top: 30px;
}

.entry-section.companies-section .btn {
    margin-right: 6px;
    margin-bottom: 10px;
}

.entry-container .entry-share {
    display: none;
}

/* WP Editor styles */

.entry-content img.alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline;
    float: left;
}

.entry-content img.alignright {
    margin-left: 1em;
    display: inline;
    float: right;
}

.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

/* 14. Latest Page */

.page-header.has-filter {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--black);
    margin-bottom: 30px;
}

.page-header.has-filter .page-title {
    font-size: 4rem;
    margin-right: 25px;
    margin-bottom: 0;
}

.page-header .filter-btn {
    margin-left: 20px;
}

.filter-selected-terms {
    overflow: hidden;
    width: 100%;
}

.header-selected-terms .filter-selected-terms {
    display: none;
}

.selected-terms-list {
    display: flex;
}

.selected-terms-list .term-label {
    margin-right: 10px;
}

.term-label .term {
    display: none;
}

.term-label .svg-icon__close {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.term-label .svg-icon__close path {
    fill: var(--blue);
}

.term-label .btn {
    padding-right: 16px;
}

.load-more-pagination {
    text-align: center;
    padding-top: 30px;
}

.load-more-progress {
    margin-bottom: 10px;
}

/* 15. About Page */
.page-template-about .page-intro:before {
    background: transparent linear-gradient(184deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) 0 0 no-repeat padding-box;
}

.home .page-container,
.page-template-about .page-container,
.page-template-newsletter .page-container,
.page-template-scorecard .page-container,
.page-template-campaign .page-container {
    padding-top: 0;
}

.page-template-about .section-demands .section-head,
.page-template-about .section-demand-title .section-head {
    max-width: 800px;
    padding-bottom: 20px;
}

.page-template-about .section-demands,
.page-template-about .section-demands .container,
.page-template-about .section-demands .section-head {
    padding-top: 0;
}

.page-template-about .section-demands .section-head {
    padding-top: 20px;
    border-top: none;
}

.page-template-about .section-demand-title .section-head {
    padding-bottom: 0;
}

.page-template-about .container-partners {
    padding-top: 50px;
}

.page-template-about .demands-item {
    margin-bottom: 30px;
    display: flex;
}

.page-template-about .demands-item-container {
    padding: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    width: 100%;
}

.page-template-about .section-demands {
    padding-bottom: 60px;
}

/* 16. Campaigns Page */

.page-template-campaign .page-intro:before {
    background: transparent linear-gradient(
            184deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) 0 0 no-repeat padding-box;
}

.page-template-campaign .page-intro-title {
    font-size: 6rem;
}

.page-template-campaign .page-intro-content {
    font-size: 3.2rem;
    font-style: italic;
}

.section-sectors {
    background-color: var(--black);
    color: var(--white);
    padding-top: 50px;
}

.section-sectors .section-head {
    position: sticky;
    top: 200px;
    padding-bottom: 55px;
}

.section-sectors .section-title {
    font-size: 4rem;
    padding-right: 5px;
}

.sectors-item {
    padding-bottom: 70px;
}

.sectors-item .head {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--white);
    display: flex;
    align-items: center;
}

.sectors-item .head .icon {
    margin-left: auto;
    padding-left: 10px;
    margin-right: 15px;
    margin-bottom: -7px;
}

.sectors-item .head .icon svg {
    width: 90px;
    height: auto;
    display: block;
}

.sectors-item .head .icon-oil-gas path:not(.icon-oil-gas-fill-none),
.sectors-item .head .icon-coal path:not(.icon-coal-fill-none),
.sectors-item .head .icon-tar-sand path:not(.icon-tar-sand-fill-none) {
    fill: #fff;
}

.sectors-item .title {
    margin-bottom: 0;
    font-size: 4rem;
}

.sectors-item .subtitle {
    font-size: 2.4rem;
    font-style: italic;
    margin-bottom: 25px;
    line-height: 1.3;
}

.sectors-item .text {
    font-size: 1.6rem;
}

.sectors-item .text p {
    margin-bottom: 20px;
}

.sectors-item .text h4 {
    padding: 15px;
    border-radius: 8px;
    font-size: 2rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 1.3;
}

.sectors-item .text a {
    color: var(--orange);
    text-decoration: underline;
}

.sectors-item .text a:hover {
    text-decoration: none;
}

/* Campaigns Section */

.section-campaigns .section-title {
    font-size: 4rem;
}

.section-campaigns .issue-item-container {
    min-height: 195px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}

.section-campaigns .issue-item-container .title {
    margin-bottom: 10px;
}

.section-campaigns .issue-item-container a {
    display: flex;
    flex-direction: column;
}

.section-campaigns .issue-item-container .sector {
    margin-top: auto;
    padding-top: 10px;
}

/* Exit Policies Section */

.section-exit-policies {
    padding-top: 30px;
}

.section-exit-policies .section-title {
    margin-bottom: 0;
    font-size: 4rem;
}

.section-exit-policies .content-area-inner .text {
    max-width: 800px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.section-exit-policies .summary-item .title {
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.section-exit-policies .summary-item .head {
    border-bottom: 1px solid var(--black);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.section-exit-policies .summary-item .head .icon {
    padding-left: 5px;
    margin-left: auto;
    margin-bottom: -5px;
}

.section-exit-policies .summary-item .head svg {
    width: auto;
    height: 58px;
    display: block;
    position: relative;
}

.section-exit-policies .summary-item .head svg.us {
    top: -6px;
}

.section-exit-policies .summary-item .text {
    font-size: 2rem;
    font-style: italic;
    line-height: 1.2;
    max-width: 72%;
}

.section-exit-policies .section-button-wrap {
    margin-top: 30px;
}

/* 17. Get involved Page */
.page-template-get-involved #main,
.page-template-get-involved #main-snd {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-get-involved #main,
.page-template-get-involved #main-snd {
    padding-top: 0;
    padding-bottom: 0;
}

.involved-page-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.involved-page-container a.content-item {
    position: relative;
    display: flex;
    width: 50%;
    height: calc(50vh - 47px);
    aspect-ratio: 2/1;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.involved-page-container a.content-item:before {
    content: "";
    background: #000000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.involved-page-container .content-item__inner {
    z-index: 1;
    max-width: 60%;
    text-align: center;
}

.involved-page-container a.content-item h3 {
    color: var(--white);
    font-size: 3rem;
    text-align: center;
}

.involved-page-container a.content-item .icon-arrow {
    opacity: 0;
    transition: opacity 0.2s ease;
    transform: rotate(180deg);
}

.involved-page-container a.content-item:hover .icon-arrow {
    opacity: 1;
}