

/**************/
/* Typography */
/**************/

@font-face {
    font-family: 'Oxfam TSTAR PRO Medium';
    src: 
        url('../fonts/OxfamTSTARPRO-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OxfamTSTARPRO-Medium.woff2') format('woff2'),
        url('../fonts/OxfamTSTARPRO-Medium.woff') format('woff'),
        url('../fonts/OxfamTSTARPRO-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Oxfam TSTAR PRO Heavy';
    src: url('../fonts/T-StarPro-Heavy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/T-StarPro-Heavy.woff2') format('woff2'),
         url('../fonts/T-StarPro-Heavy.woff') format('woff'),
         url('../fonts/T-StarPro-Heavy.ttf') format('truetype');
}

:root {

    /* COLORS */
    --black: #000000;
    --green: #44841A;

    /* FONTS */
    --tstarpro-heavy: 'Oxfam TSTAR PRO Heavy', Arial, Helvetica, sans-serif;
    --tstarpro-medium: 'Oxfam TSTAR PRO Medium', Arial, Helvetica, sans-serif;
}

html, body { 
    /* font-size: 10px !important; */
}

h1, .h1, .h1 p, .h1 .fl-heading {
    font-family: var(--tstarpro-heavy);
    font-weight: 900;
    font-size: 60px;
    font-size: 6rem;
    line-height: 64px;
    line-height: 6.4rem;
    text-transform:uppercase;
}



h2, .h2, .h2 p, .h2 .fl-heading {
    font-family: var(--tstarpro-heavy);
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 50px;
    line-height: 5rem;
    text-transform:uppercase;
}

h2 .fl-heading-text span, 
span.highligh_green {
    color: #fff !important;
    background: #44841A;
    line-height: 24px;
    white-space: nowrap;
    display: inline-block;
    padding: 10px 10px 16px;
}
body.os_MacOS h2 .fl-heading-text span, 
body.os_MacOS .h2 .fl-heading-text span, 
body.os_MacOS span.highligh_green {
    padding: 20px 10px 12px;
}





h3, .h3, .h3 p, .h3 .fl-heading {
    font-family: var(--tstarpro-heavy);
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    line-height: 3.3rem;
    text-transform:uppercase;
}

.h3 h2:before, 
.fl-module:not(.h2):not(.h4):not(.h5):not(.h6) h3:not(.h2):not(.h4):not(.h5):not(.h6):not(.slideup_cont_over):not(.uabb-ultb3-title):before, 
.fl-rich-text h2.h3:before {
    display:none;
}

p, .p, ul, ol {
    font-family: var(--tstarpro-medium);
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 30px;
    line-height: 3rem;
}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
}

.small, p.small, p .small, .small p,
.small ol, ol.small, .small ul, ul.small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem;
}


.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
    padding-left: 50px;
    padding-right: 50px;
}

.hoverfocus a.fl-button:hover {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}



.home-page-tab.nofocus:focus {
    outline-style: none;
    outline-width: 0;
}

.home-page-tab:focus {
    outline-style: auto;
    outline-width: thick;
    outline-offset: 0;
}

a.fl-button, a.fl-button:visited, a.fl-button:focus, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, .fl-builder-content a.fl-button:focus {
    font-weight: initial !important;
}

a.oxfam_button, a.oxfam_button:visited, button.oxfam_button, button.oxfam_button:visited, div.fl-module-button.oxfam_button a, div.fl-module-button.oxfam_button a:visited {
    font-weight: initial !important;
}





/* Accordion werid font */
.uabb-module-content .uabb-text-editor.uabb-accordion-desc :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 19px;
    line-height:30px;
}



/***************/
/* JoinUs Form */
/***************/

#joinusform_0,
#joinusform_header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.en__submit {position:relative;    right: initial;}
.en__field--text {
    width: 95% !important;
}
.joinus-form .joinusform .en__submit{
    order:4;
    position:relative;
}

.en__field--question.en__field--147505.en__field--opt-in, .en__field--question.en__field--147505_inheader.en__field--opt-in 
{
    order:5;
    grid-column: 1/5;
}




/*************/
/* Interface */
/*************/

.page-id-43112 .oxfam_sharing_container {display:none!important;}

/* .oxfam_sharing_container {display:none} */
body.fl-builder-edit footer {
    margin-top: 0;
}

.page-template-single-menuoverlap .fl-page-bar {
    border: 0;
    background-color: black;
}
.page-template-single-menuoverlap #main-menu {
    background: none;
}
.page-template-single-menuoverlap .scrollfixed #main-menu:before {height:165px;}
.page-template-single-menuoverlap #main-menu:before {
    content:"";
    width:100%;
    height:200px;
    pointer-events:none;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    background: linear-gradient(to bottom, #000 20%, rgba(0, 0, 0, 0) 100%);
}

.page-template-single-menuoverlap #main-menu:hover {
    background: white;
}

.fl-page-header #main-menu a.menu_main_donate,
.joinusform .joinus_button_submit {
font-family: var(--tstarpro-heavy);
    text-transform: uppercase;
    font-weight: initial !important;
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: 30px;
    line-height: 0;
    color: #fff;
    background-color: #E70052 !important;
    padding: 20px 35px 17px 30px;
    margin: 0;
    margin-left: 5px;
    border-radius:0;
    border:0;

}

.fl-page-header #main-menu a.menu_main_donate:after,
.joinusform .joinus_button_submit:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/01/hp2023_arrow_white.svg);
    width: 14px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: -1px;
        margin-left: 10px;
    left: 0;
}
.button_new2023 .fl-button:after {
    content: "";
    width: 15px;
    height: 13px;
    margin-left: 15px;
    display: inline-block;
    position: relative;
    position: relative;
    top: -1px;
        transition: all .25s ease;
}
.button_new2023.arrow_no .fl-button:after {
    display: none;
}
.button_new2023 .fl-button:hover:after {margin-left:25px;}

.button_new2023.arrow_white .fl-button:after { background:url(/wp-content/uploads/2024/01/hp2023_arrow_white.svg) center center / contain no-repeat;}
.button_new2023.arrow_black .fl-button:after { background:url(/wp-content/uploads/2024/01/hp2023_arrow_black.svg) center center / contain no-repeat;}
.button_new2023.arrow_pink .fl-button:after { background:url(/wp-content/uploads/2024/01/hp2023_arrow_pink.svg) center center / contain no-repeat;}
.button_new2023.arrow_green .fl-button:after { background:url(/wp-content/uploads/2024/01/hp2023_arrow_green.svg) center center / contain no-repeat;}
.button_new2023 .fl-button {
    transition:all .2s ease;
    text-transform:uppercase;
    font-family: var(--tstarpro-heavy);
}
.button_new2023 .fl-button:hover {transform:scale(1.1)}

#menu-top-menu button,
#menu-top-menu a {
    line-height: 20px;
    padding: 2px 10px;
    color: #fff;
    font-weight: bold !important;
    font-size: 1.2rem;
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    border-width: 1px;
    font-family: var(--tstarpro-heavy);
}

#main-menu >ul {
    max-width: 1366px;
    padding-left:50px;
    padding-right:50px;
        justify-content: flex-end;
}

#main-menu >ul>li:first-child {
    /* float: left; */
    margin-right: auto;
}

.fl-page-bar .fl-page-bar-container  {
    max-width: 1366px;
    margin: auto;
    padding-left:50px;
    padding-right:50px;
}

.top_bar_title.visible {opacity:1;}
.top_bar_title {
    padding: 7px 0 0;
    font-family: var(--tstarpro-heavy);
    text-transform:uppercase;
    transition:all .25s ease;
    color:#fff;
}




/*********/
/* Hero  */
/*********/
.hp2023.hero_box >.fl-col-content {
    box-shadow:-16px 44px #000;
}
.hp2023.hero_box h1 {
    text-transform:uppercase
}

.hero_credit .fl-rich-text {
    display: flex;
    height: 36px;
    align-items: center;
}
.hero_credit p {
    font-family: "Oxfam TSTAR PRO";
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color:#BFBFBF;
    margin:0;
}


/******************/
/* HP2023 Content */
/******************/


.joinusform .en__submit button {    padding: 17px 40px;}
.joinusform .en__submit {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 160px;
    left:   initial;
}


.hp2023_stats p {
    font-family:var(--tstarpro-heavy);
    font-size: 86px;
    font-size: 8.6rem;
    line-height: 73px;
    line-height: 7.3rem;
}

.hp2023_stats_item >.fl-col-content >.fl-module.fl-module-rich-text {grid-column: 2 / 3;}
.hp2023_stats_item >.fl-col-content {
    display: grid;
    grid-template-columns: 110px auto;
}

.hp2023_donate_form_new .donate_second_row {
    grid-template-columns: 1fr;
}
.hp2023_donate_form_new .donate_radio_button_label {
    border: 1px solid #000;
    padding: 15px;
    cursor: pointer;
    display: table-cell;
    color: #000;
    text-align: center;
    font-weight: initial;
    font-size:28px;
    font-size:2.8rem;
    font-family:var(--tstarpro-heavy);
}

.hp2023_donate_form_new .donate_first_row {
    grid-template-columns: 1fr 1fr;
}

.hp2023_donate_form_new .donate_other_outer_wrapper {
    border: 1px solid #000;
    display:none;
}
.hp2023_donate_form_new .donate_other_outer_wrapper.visible {
    display:block;
}
.hp2023_donate_form_new .donate_other_inner_wrapper input {
    color: #000;
}
.hp2023_donate_form_new .donate_other_inner_wrapper label {
    background: #000;
    border: 2px solid #FFF;
    font-size: 14px;
}

.hp2023_donate_form_new .donate_radio_button_label:hover, .donation_form.emergency .donate_first_row input + .donate_radio_button_label:hover {
    color: black !important;
    background: rgba(0,0,0,0.15) !important;
}
.hp2023_donate_form_new .donate_first_row input:checked+.donate_radio_button_label {
    color: #fff;
    background: #000;
}
.hp2023_donate_form_new .fl-button-icon {display:none}
.hp2023_donate_form_new button.oxfam_button:after {
        content: "";
    width: 15px;
    height: 13px;
    margin-left: 15px;
    display: inline-block;
    position: relative;
    position: relative;
    top: -1px;
        transition: all .25s ease;
    background:url(/wp-content/uploads/2024/01/hp2023_arrow_white.svg) center center / contain no-repeat;
}
.hp2023_donate_form_new button.oxfam_button {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    color:#fff;
    background:#db0046 !important;
    text-transform:uppercase;
    font-family: var(--tstarpro-heavy);
    transition:all .25s ease;
}

.hp2023_donate_form_new button.oxfam_button:hover {transform:scale(1.05)}


.hp2023_modalvideo .uabb-module-content.uabb-creative-button-wrap a {
    border:0;
    border-radius:0;
    background:#44841A;
    text-decoration:none;
    font-family: var(--tstarpro-heavy);
    text-transform:uppercase;
    transition:all .25s ease;
}

.hp2023_modalvideo .uabb-module-content.uabb-creative-button-wrap a:hover {
    transform:scale(1.1);
}

.uabb-modal-parent-wrapper {
        position: fixed;
    z-index: 9999;
}

.uabb-modal-parent-wrapper .dashicons-no-alt, 
.uabb-modal-parent-wrapper .dashicons-no-alt:before {
    font-size: 60px;
    width:initial;
    height:initial;
}

.uabb-modal-parent-wrapper .uabb-close-icon {width:initial;height:initial;}
.uabb-modal-parent-wrapper .uabb-modal-close {    top: -14px;}
.uabb-modal-parent-wrapper .uabb-modal-close:focus {    outline-style: none;}



/* footer */
footer {
    background: #000;
}



/*
.uabb-show ~ .uabb-overlay {display:none !important}
.uabb-modal-custom {display:none !important}
*/
.uabb-show ~ .uabb-overlay {}