@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700;800&display=swap');

/*
 * Base
 */

body, html {
    height: 100%;
}

body {
    font-size: 1rem;
    color: #363636;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

body, input, button, textarea {
    font-family: Poppins, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal !important;
}

h1 {
    font-family: 'Libre Caslon Text', serif;
    font-size: 1.5rem;
}

h2 {
    font-family: 'Libre Caslon Text', serif;
    font-size: 3.25rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}

h3 {
    font-weight: 700;
    color: #e36340;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    margin-bottom: 30px;
}

p a,
ul a,
ol a,
h4 a {
    color: #e36340;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a, input, textarea, button, select {
    transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
}

*, *:focus {
    outline: none !important;
}

::-moz-selection {
  color: #fff;
  background: #e36340;
}

::selection {
  color: #fff;
  background: #e36340;
}

hr {
    height: 2px !important;
    /*width: 90%;*/
    margin: 1rem auto;
    opacity: 1;
    background-color: #363636;
}

img {
    max-width: 100%;
}

.container-wide {
    max-width: 1640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.bg--gray {
    background-color: #dfdfdf;
}

.text-large {
    font-size: 28px;
}

/*
 * Buttons
 */
.btn {
    font-size: 16px;
    font-weight: 700;
    border: 1px solid;
    border-radius: 0;
    padding: 0.69rem;
}

.btn:hover,
.btn:focus,
.btn[aria-expanded="true"]{
    background-color: #363636;
    color: #fff;
}

.btn:focus {
    box-shadow: none;
}

.btn--wide {
    width: 100%;
    max-width: 210px;
}

.btn--full {
    width: 100%;
}

.btn--large {
    font-size: 28px;
}

.btn--dark {
    background-color: #363636;
    color: #fff;
}

/* WPML Dev */
.otgs-development-site-front-end {
    display: none;
}

/*
 * Header
 */

.header {
    /*position: fixed;*/
    width: 100%;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    transition: all .3s;
    padding-top: 30px;
}
    .home .header {
        position: absolute;
    }

    .header__menu {
        
        height: 60px;
    }
    
        .header__menu a {
            color: #1a1a1a;
        }
    
    .header .page-title {
        display: inline-block;
        color: #1a1a1a;
    }
        
        .header .page-title h1 {
            margin-bottom: 0;
            letter-spacing: 0.1rem;
        }
        
    .header__menu .menu a {
        padding: 10px;
        letter-spacing: 0.25rem;
    }
    
/*
 * Panel
 */
.panel {
    position: relative;
    padding-top: 3vw;
    padding-bottom: 3vw;
}

/*
 * Hero
 */
.hero {
    position: relative;
    height: 85vw;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20vw;
}

    .hero__prologue {
        position: relative;
        max-width: 50rem;
        width: 100%;
        margin: 0 10px;
    }

    .hero__prologue .circle {
        display: block;
        width: 40vw;
        height: 40vw;
        background-color: rgba(255,255,255,0.9);
        border-radius: 50%;
        transition: all .3s;
    }
    
    .hero__prologue .hero__prologue-content {
        position: absolute;
        top: 5vw;
        left: 15vw;
    }
    
        .hero__prologue .title {
            font-size: 4vw;
            font-weight: 700;
            color: #1a1a1a;
            line-height: 1.1;
            margin-bottom: 2vw;
            letter-spacing: 1.75px;
        }
            
        .hero__prologue .subtitle {
            font-size: 4vw;
            font-weight: 700;
            color: #e36340;
            letter-spacing: 4px;
            margin-bottom: 1vw;
        }
        
    .hero__prologue:hover .circle {
        transform: scale(1.76);
    }
    
    .hero__prologue:hover .subtitle {
        color: #fff;
    }
    
/*
 * Side Nav
 */
.side-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    .side-nav ul li {
        margin: 2rem 0;
        padding-bottom: 2rem;
    }
        .side-nav ul li a {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #1a1a1a;
            letter-spacing: 5px;
            text-transform: uppercase;
            padding-bottom: 3rem;
            background-image: url('../img/forward.svg');
            background-repeat: no-repeat;
            background-position: bottom left;
            transition: color .3s, background-image .3s;
        }
        
        .side-nav ul li a:hover {
            color: #e36340;
            background-image: url('../img/forward-color.svg');
        }
        
/*
 * Accordion
 */
.accordion {
    
}

.accordion-item {
    border: none;
    background-color: transparent;
}
.accordion-button {
    font-size: 18px;
    font-weight: 700;
    padding-left: 32px;
    padding-right: 42px;
    background-color: transparent;
}
    .accordion-button span {
        position: absolute;
        top: 14px;
        left: 0;
        display: block;
        width: 26px;
        height: 26px;
        text-align: center;
        background-color: #e36340;
        color: #fff;
        line-height: 26px;
        border-radius: 50%;
    }
.accordion-button:not(.collapsed) {
    color: inherit;
    box-shadow: none;
    background-color: transparent;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url('../img/arrow.svg');
    margin-right: -42px;
}

/*
    Letter list
*/
.letter-list {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.letter-list .marker {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #e36340;
    text-transform: uppercase;
    margin-bottom: 15px;
}

    .letter-list .col {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    
    .letter-list .col a {
        color: inherit;
    }
    
    .letter-list .letter-list__item {
        padding-right: 100px;
    }
    
    .letter-list .col .logo {
        position: absolute;
        top: 0;
        max-width: 85px;
        max-height: 85px;
        right: 25px;
    }
    
        .letter-list .name {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 5px;
        }
        .letter-list .time {
            font-size: 18px;
            margin-bottom: 5px;
        }
        .letter-list .link {
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            color: #363636;
        }
        
/*
    Label item
*/
.label-item {
    margin-bottom: 35px;
}
    .label-item .label-item__inner {
        position: relative;
        height: auto;
        min-height: 85px;
        padding-left: 100px;
    }
        .label-item .logo {
            position: absolute;
            top: 0;
            left: 0;
            max-width: 85px;
            max-height: 85px;
        }
        .label-item h3 {
            font-size: 28px;
            color: #363636;
            margin-bottom: 5px;
        }
        .label-item p {
            font-size: 18px;
            margin-bottom: 5px;
        }
        .label-item p a {
            color: inherit;
        }
        .label-item p a:hover {
            color: #e36340;
        }

/*
 * Sections
 */
#sign-the-charter {
    background-image: url('../img/bird.png');
    background-position: center left;
    background-repeat: no-repeat;
}

/*
 * Styled Form
 */

.styled-form select {
    background-image: url('../img/dropdown.svg');
    background-position: center right 1vw;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.styled-form select:hover,
.styled-form select:focus {
    background-image: url('../img/dropdown-white.svg');
}

.styled-form button {
    font-size: 28px;
    font-weight: 700;
    border: none;
    background-color: #fff;
    padding: 20px 60.5px;
}

.styled-form button:hover {
    background-color: #363636;
    color: #fff;
}

/*
 * SpeakOut
 */
.dk-speakout-petition {
    margin: 0 -5px;
}

.dk-speakout-petition-wrap h3 {
    display: none;
}

.styled-form .dk-speakout-full {
    padding: 3px;
}

.styled-form .dk-speakout-full input,
.styled-form .dk-speakout-full select {
    display: block;
    height: auto;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #363636;
    padding: 18px;
    line-height: 1.5;
    border-width: 2px;
    border-style: solid;
}

.styled-form .dk-speakout-full input:hover,
.styled-form .dk-speakout-full input:focus,
.styled-form .dk-speakout-full select:hover,
.styled-form .dk-speakout-full select:focus {
    background-color: #363636;
    color: #fff;
}

.styled-form .dk-speakout-full select:hover {
    color: #fff;
}

.dk-speakout-optin-wrap {
    clear: both;
    padding-top: 30px;
}

.dk-speakout-submit-wrap {
    margin-top: 35px;
    text-align: center;
}

.dk-speakout-optin-wrap,
.dk-speakout-privacypolicy-wrap {
    margin-bottom: 25px;
    padding-left: 5px;
}

.dk-speakout-options {
    width: auto;
    max-width: 83%;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}
    .dk-speakout-options a {
        display: inline-block;
        color: inherit;
    }
    .dk-speakout-options a:hover {
        text-decoration: underline;
    }
    .dk-speakout-options span {
        display: none;
    }

.dk-speakout-optin-checkbox input[type=checkbox],
.dk-speakout-options-checkbox input[type=checkbox] {
    width: 39px;
    height: 39px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dk-speakout-optin-checkbox input[type=checkbox]:checked,
.dk-speakout-optin-checkbox input[type=checkbox]:hover,
.dk-speakout-options-checkbox input[type=checkbox]:checked,
.dk-speakout-options-checkbox input[type=checkbox]:hover {
    background-image: url('../img/check.svg');
}

.dk-speakout-optin-checkbox input[type=checkbox]:hover,
.dk-speakout-options-checkbox input[type=checkbox]:hover {
    opacity: 0.5;
}

.dk-speakout-optin-checkbox input[type=checkbox]:checked,
.dk-speakout-options-checkbox input[type=checkbox]:checked {
    opacity: 1;
}

.dk-speakout-options-checkbox input[type=checkbox].dk-speakout-error,
.dk-speakout-optin-checkbox input[type=checkbox].error,
.styled-form .dk-speakout-full input.dk-speakout-error {
    border-color: #f00;
}

/*
    Title symbol
*/
.title-symbol {
    position: relative;
    margin: 4vw 0 8vw;
}

.title-symbol:before {
    content: '';
    display: block;
    position: absolute;
    width: 12.75vw;
    height: 12.75vw;
    max-width: 244px;
    max-height: 244px;
    /*background: red;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
}
.title-symbol:after {
    content: '';
    display: block;
    position: absolute;
    width: 16.75vw;
    height: 16.75vw;
    max-width: 322px;
    max-height: 322px;
    top: 0;
    right: 0;
    bottom: 3vw;
    left: 5vw;
    margin: auto;
    background-image: url('../img/bird_symbol.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

/*
    Title with image
*/
.title-with-image {
    position: relative;
    padding: 90px 0;
}
    .title-with-image img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 100%;
        max-height: 290px;
        z-index: -1;
    }

/*
    Alphabetical list
*/
.alphabet-navigation {
    margin: 10px 0 25px;
}
    .alphabet-navigation ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
        .alphabet-navigation ul li {
            display: inline-block;
        }
            .alphabet-navigation ul li a,
            .alphabet-navigation ul li span {
                display: inline-block;
                font-size: 28px;
                font-weight: 700;
                text-transform: uppercase;
                padding-right: 5px;
            }
            
            .alphabet-navigation ul li a {
                color: #363636;
            }
            
            .alphabet-navigation ul li span {
                color: #a5a5a5;
            }
            
            .alphabet-navigation ul li a:hover {
                color: #e36340;
            }

/*
 * Footer
 */
.footer {
    background: #363636;
    color: #fff;
}
    .footer__menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        font-weight: 600;
        list-style-type: none;
        justify-content: space-between;
    }
        .footer__menu a {
            color: #fff;
        }
        
        .footer__menu a:hover {
            color: #e36340;
        }
        
        .footer__menu.footer__menu_1 {
            font-size: 1.25rem;
        }
        
        .footer__menu.footer__menu_2 {
            font-size: 1rem;
        }
        
/* RTL Options
================================================== */

.rtl .text-end {
    text-align: left !important;
}

.rtl .accordion-button span {
    left: inherit;
    right: 0;
}

.rtl .accordion-button::after,
.rtl .accordion-button:not(.collapsed)::after {
    margin-right: auto;
    margin-left: -42px;
}

.rtl .side-nav ul li a {
    background-position: bottom right;
}

.rtl .dk-speakout-recaptcha {
    margin: -138px auto 0 0;
}

.rtl .styled-form select {
    background-position: center left 1vw;
}

.rtl .letter-list .col .logo {
    right: inherit;
    left: 25px;
}

.rtl .letter-list .letter-list__item {
    padding-right: 0;
    padding-left: 100px;
}

@media screen and (min-width: 768px) {
    
    .rtl .text-md-end {
        text-align: left !important;
    }
    
    .rtl .text-md-center {
        text-align: center !important;
    }
    
    .rtl .text-md-start {
        text-align: right!important;
    }
    
    .rtl .letter-list .marker {
        left: inherit;
        right: 0;
    }
    .rtl .letter-list .col:nth-child(odd):after {
        left: inherit;
        right: 0;
    }
    .rtl .letter-list .col:nth-child(odd) {
        padding-left: 0;
        padding-right: 5vw;
        border-right: 0;
        border-left: 1px solid #9a9a9a;
    }
    
}

@media screen and (min-width: 1200px) {
    
    .rtl .surplus-image img {
        width: 155%;
    }
    
    .rtl .surplus-image.right img {
        left: inherit;
        right: 0;
    }
    
}


/* RESPONSIVE
================================================== */

/*
	XS
*/

@media screen and (max-width: 575px) {
    
    h2 {
        font-size: 2.35rem;
    }
    
}

/*
	SM and down
*/

@media screen and (max-width: 767px) {
    
    /* Footer */
    .footer__menu.footer__menu_1 {
        display: block;
        text-align: center;
    }
        .footer__menu.footer__menu_1 li {
            margin-bottom: 15px;
        }
        
    /* Letter list */
    .letter-list .col {
        border-bottom: 1px solid #9a9a9a;
    }
    
}

/*
    SM and up
*/

@media screen and (min-width: 768px) {
    
    /* Letter list */
    .letter-list {
        position: relative;
    }
        .letter-list .marker {
            position: absolute;
            top: 0;
            left: 0;
        }
        .letter-list .col {
            margin-bottom: 50px;
        }
            .letter-list .col:nth-child(odd) {
                padding-left: 5vw;
                border-right: 1px solid #9a9a9a;
            }
            .letter-list .col:nth-child(odd):after {
                content: '';
                position: absolute;
                bottom: -25px;
                left: 0;
                display: block;
                width: 200%;
                height: 1px;
                background-color: #9a9a9a;
            }
            
            .letter-list:last-child .col:nth-child(odd):last-child:after {
                display: none;
            }
    
}

/*
    WordPress Admin bar Desktop
*/

@media screen and (min-width: 783px) {
    body.home.logged-in .header {
        top: 32px;
    }
}

/*
	MD and down
*/

@media screen and (max-width: 991px) {
    
    .mobile-bg {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
        z-index: -1;
        opacity: 0.35;
    }
    
}

/*
	LG and up
*/

@media screen and (min-width: 992px) {
    
    /* Base */
    h2 {
        font-size: 6vw;
    }
    
    .btn {
        /*font-size: 18px;*/
        padding: 0.69rem 1.9rem;
    }
    
    .btn:not(.btn--large) {
        font-size: 18px;
    }
    
    /* Header */
    .header .page-title h1 {
        font-size: 1.82vw;
    }
        
    /* Panel */
    .panel {
        padding: 4vw 5vw;
    }
    .panel.panel--pull {
        margin-top: -9.5vw;
        z-index: 10;
    }
    
    /* Hero */
    .hero {
        padding-top: 15rem;
    }
    
    .hero__prologue .circle {
        width: 416px;
        height: 416px;
    }
    
    .hero__prologue .hero__prologue-content {
        top: 2.5rem;
        left: 11rem;
    }
    
        .hero__prologue .title,
        .hero__prologue .subtitle {
            font-size: 28px;
        }
        
        .hero__prologue .title {
            margin-bottom: 45px;
        }
        
        .hero__prologue .subtitle {
            margin-bottom: 30px;
        }
    
    /* SpeakOut */
    .styled-form .dk-speakout-full {
        display: inline-block;
        width: 50%;
        float: left;
    }
    
    .styled-form .dk-speakout-full:nth-of-type(3) {
        width: 20%;
    }
    .styled-form .dk-speakout-full:nth-of-type(4) {
        width: 40%;
    }
    .styled-form .dk-speakout-full:nth-of-type(5) {
        width: 40%;
    }
    
    
    
    
}

/*
    LG and down
*/

@media screen and (max-width: 1199px) {
    
    /* Header */
    .header__menu {
        position: relative;
    }
        .header__menu .mobile-menu-btn {
            z-index: 200;
        }
        .header__menu .menu {
            position: fixed;
            display: flex;
            flex-direction: column;
            top: 0;
            right: 0;
            bottom: 0;
            width: 300px;
            height: 100%;
            background: #fff;
            visibility: hidden;
            z-index: 2;
            opacity: 0;
            transform: translate(100%, 0);
            transition: all .3s;
        }
            .header__menu .menu ul {
                margin: 0;
                padding: 20px;
                list-style-type: none;
                text-transform: uppercase;
                font-weight: 600;
            }
            
            .header__menu .menu a {
                display: block;
            }
            
            .language-switcher,
            .wpml-ls-current-language {
                border-top: 2px solid #e36340;
                margin-top: 15px;
                padding-top: 15px;
            }
        
        .menu--active .header__menu .menu {
            visibility: visible;
            opacity: 1;
            transform: translate(0, 0);
            z-index: 100;
        }
        
    /* Mobile */
    .mobile-menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
    }
    
    /* Surplus image */
    .surplus-image {
        position: absolute;
        z-index: -1;
        top: 0;
        opacity: 0.35;
    }
    
}

/*
    XL and up
*/

@media screen and (min-width: 1200px) {
    
    /* Header */
    .header__menu {
        padding-left: 5vw;
    }
    
    .header__menu .menu > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        list-style-type: none;
    }
    
    .header__menu .menu ul li a {
        display: block;
    }
    
    .header__menu .menu > ul > li {
        position: relative;
    }
    
        .header__menu .menu ul li a:hover {
            color: #e36340;
        }
        
        .header__menu .menu ul li.language-switcher a,
        .header__menu .menu ul li.wpml-ls-current-language a {
            border: 1px solid;
        }
        
        .header__menu .menu ul li.language-switcher > a,
        .header__menu .menu ul li.wpml-ls-current-language > a {
            padding-left: 20px;
            padding-right: 20px;
        }
        
        .header__menu .menu ul li.current-menu-item > a {
            border-bottom: 1px solid #e36340;
        }
        
        /* Submenu */
        .header__menu .menu ul li ul {
            position: absolute;
            width: 100%;
            text-align: center;
            list-style-type: none;
            margin: 0;
            padding: 0;
            visibility: hidden;
            opacity: 0;
            z-index: 10;
        }
        
            .header__menu .menu ul li ul li a {
                white-space: nowrap;
            }
        
        .header__menu .menu > ul > li:hover > ul {
            visibility: visible;
            opacity: 1;
        }
        
        
    .header .page-title {
        position: fixed;
        z-index: 10;
    }
    
    /* SpeakOut */
    .dk-speakout-optin-wrap,
    .dk-speakout-privacypolicy-wrap {
        width: 50%;
    }
    
    .dk-speakout-recaptcha {
        width: 50%;
        margin: -138px 0 0 auto;
    }
    
    .styled-form .dk-speakout-full input,
    .styled-form .dk-speakout-full select {
        font-size: 28px;
    }
    
    /* Surplus image */
    .surplus-image {
        position: relative;
        height: 100%;
    }
        .surplus-image img {
            position: absolute;
            bottom: 0;
            width: 175%;
            max-width: 900px;
        }
        .surplus-image.right img {
            left: 0;
        }
    
    /* Footer */
    .footer__menu.footer__menu_1 {
        font-size: 1.4rem;
    }
    
    .footer__menu.footer__menu_2 {
        font-size: 1.125rem;
    }
    
}

/*
    XXL and up
*/
@media screen and (min-width: 1520px) {
    
    .header__menu .menu > ul {
        font-size: 18px;
    }
    
    .side-nav ul li a {
        font-size: 20px;
    }
    
    .footer__menu.footer__menu_1 {
        font-size: 1.75rem;
    }
    
}


/*
    RTL Options
*/
.rtl .header__menu .menu ul li.language-switcher > a,
.rtl .header__menu .menu ul li.wpml-ls-current-language > a {
    padding-left: 35px;
    padding-right: 35px;
}

/*
    Placeholders
*/

input::-webkit-input-placeholder { color: #363636; }
input:-moz-placeholder { color: #363636; }

input:hover::-webkit-input-placeholder { color: #fff; }
input:hover:-moz-placeholder { color: #fff; }​