.elementor-226583 .elementor-element.elementor-element-d53dadd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS for html, class: .elementor-element-b99d2ff *//* ===========================
   POLICY HERO
=========================== */

.policy-hero{
    position:relative;
    width:100vw;
    min-height:82vh;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    display:flex;
    align-items:center;
    overflow:hidden;

    background-image:
        linear-gradient(
            135deg,
            rgba(0,0,0,.85),
            rgba(0,0,0,.55),
            rgba(13,177,75,.18)
        ),
        url('https://photoheads.co.uk/wp-content/uploads/2018/04/Should-you-cross-your-arms-in-a-headshot2.jpg');

    background-size:cover;
    background-position:center;
}
.policy-hero::before{
    content:"";
    position:absolute;
    top:-220px;
    right:-180px;
    width:700px;
    height:700px;
    background:radial-gradient(circle,
        rgba(13,177,75,.28),
        transparent 70%);
    filter:blur(70px);
    pointer-events:none;
}

.policy-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,.15),
        rgba(0,0,0,.35) 40%,
        rgba(0,0,0,.65)
    );
}

.policy-hero-container{
    position:relative;
    z-index:2;
    width:90%;
    max-width:1300px;
    margin:auto;
}

.policy-hero-content{
    max-width:700px;
    padding:70px;
    background:rgba(18,18,18,.45);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
}

.policy-label{
    display:inline-block;
    margin-bottom:22px;
    color:#0db14b;
    font-size:1rem;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
}

.policy-hero h1{
    margin:0 0 28px;
    color:#fff;
    font-size:clamp(3rem,5vw,5rem);
    line-height:1.05;
    font-weight:700;
    text-transform:none;
}

.policy-hero p{
    margin:0 0 40px;
    color:rgba(255,255,255,.88);
    
    line-height:1.3;
}

.policy-hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.policy-btn-primary,
.policy-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    border-radius:999px;
    text-decoration:none;
    font-weight:600;
    text-transform:none;
    transition:all .3s ease;
}

.policy-btn-primary{
    background:#0db14b;
    color:#fff;
}

.policy-btn-primary:hover{
    background:#0a9940;
    transform:translateY(-3px);
}

.policy-btn-secondary{
    color:#fff;
    border:1px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.04);
}

.policy-btn-secondary:hover{
    background:rgba(255,255,255,.08);
    transform:translateY(-3px);
}

.scroll-indicator{
    position:absolute;
    left:50%;
    bottom:30px;
    transform:translateX(-50%);
    width:34px;
    height:56px;
    border:2px solid rgba(255,255,255,.45);
    border-radius:30px;
}

.scroll-indicator span{
    position:absolute;
    top:10px;
    left:50%;
    width:6px;
    height:6px;
    background:#fff;
    border-radius:50%;
    transform:translateX(-50%);
    animation:scrollWheel 2s infinite;
}

@keyframes scrollWheel{
    from{
        opacity:1;
        transform:translate(-50%,0);
    }
    to{
        opacity:0;
        transform:translate(-50%,18px);
    }
}

/* ===========================
   MOBILE
=========================== */

@media (max-width:768px){

    .policy-hero{
        min-height:75vh;
    }

    .policy-hero-content{
        padding:40px 30px;
    }

    .policy-hero h1{
        font-size:2.6rem;
    }

    .policy-hero p{
        font-size:1rem;
        line-height:1.7;
    }

    .policy-hero-buttons{
        flex-direction:column;
    }

    .policy-btn-primary,
    .policy-btn-secondary{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9610300 *//*==================================================
STICKY NAVIGATION
==================================================*/

.policy-nav{

    position:sticky;
    top:0;
    z-index:100;

    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    background:rgba(255,255,255,.96);

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    border-bottom:1px solid #e8e8e8;

    box-shadow:0 2px 12px rgba(0,0,0,.04);

}

.policy-nav-container{

    width:90%;
    max-width:1400px;

    margin:0 auto;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px;

    padding:18px 0;

}

.policy-nav a{

    position:relative;

    text-decoration:none;

    color:#666;


    font-weight:600;

    text-transform:none;

    transition:all .3s ease;

}

.policy-nav a:hover,
.policy-nav a.active{

    color:#121212;

}

.policy-nav a.active::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-19px;

    width:100%;
    height:3px;

    background:#0db14b;

    border-radius:20px;

}


/*==================================================
OVERVIEW
==================================================*/

.policy-overview{

    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:120px 0;

    background:#fff;

}

.policy-overview-container{

    width:90%;
    max-width:1400px;

    margin:0 auto;

    display:grid;

    grid-template-columns:1.3fr .9fr;

    gap:100px;

    align-items:center;

}

.policy-overview-content{

    max-width:720px;

}

.policy-overview h2{

    margin:15px 0 30px;


    line-height:1.1;

    color:#121212;

    text-transform:none;

}

.policy-overview p{

    margin-bottom:25px;

    color:#555;

   

    line-height:1.3;

}

.policy-text-link{

    display:inline-block;

    margin-top:10px;

    color:#0db14b;

    font-weight:700;

    text-decoration:none;

    text-transform:none;

    transition:.3s;

}

.policy-text-link:hover{

    color:#154b43;

}

.policy-stats{

    display:grid;

    gap:25px;

}

.stat-card{

    padding:40px;

    background:#f2eee8;

    border-radius:22px;

    transition:.3s;

}

.stat-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.number{

    display:block;

    margin-bottom:12px;

    color:#0db14b;

    font-size:3rem;

    font-weight:700;

    line-height:1;

}

.label{

    color:#555;

    line-height:1.7;

}


/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:991px){

    .policy-nav-container{

        justify-content:flex-start;

        gap:30px;

        overflow-x:auto;

        white-space:nowrap;

        padding:18px 0;

    }

    .policy-nav-container::-webkit-scrollbar{

        display:none;

    }

    .policy-overview-container{

        grid-template-columns:1fr;

        gap:60px;

    }

}

@media (max-width:768px){

    .policy-overview{

        padding:80px 0;

    }

    .policy-overview h2{

        font-size:2.4rem;

    }

    .policy-overview p{

        font-size:1rem;

        line-height:1.8;

    }

    .stat-card{

        padding:30px;

    }

    .number{

        font-size:2.5rem;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b41ebf *//*==================================================
NATIONAL PRIORITIES
==================================================*/

.policy-priorities{

    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:120px 0;

    background:#f2eee8;

}

.policy-priorities-container{

    width:90%;
    max-width:1400px;

    margin:0 auto;

}

.policy-priorities-heading{

    max-width:720px;

    margin-bottom:70px;

}

.policy-priorities h2{

    margin:15px 0 30px;

    line-height:1.1;

    color:#121212;

    text-transform:none;

}

.policy-priorities-heading p{

    line-height:1.5;

    color:#555;

}


/* GRID */

.priority-grid{

    display:grid;

    grid-template-columns:repeat(6, 1fr);

    gap:30px;

}


/* CARDS */

.priority-card{

    grid-column:span 2;

    background:#fff;

    padding:40px;

    border-radius:24px;

    border:1px solid rgba(0,0,0,.05);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


/* Centre the final two cards */

.priority-card:nth-child(4){

    grid-column:2 / span 2;

}

.priority-card:nth-child(5){

    grid-column:4 / span 2;

}


.priority-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}


/* NUMBER */

.priority-number{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    width:52px;
    height:52px;

    margin-bottom:30px;

    border-radius:50%;

    background:#0db14b;

    color:#fff;

    font-weight:700;

}


/* TITLE */

.priority-card h3{

    margin:0 0 14px;

    line-height:1.25;

    color:#121212;

    text-transform:none;

}


/* SHORT INTRO */

.priority-intro{

    margin:0;

    color:#555;

    line-height:1.5;

}


/* EXPANDABLE CONTENT */

.priority-card details{

    margin-top:25px;

    border-top:1px solid #e5e5e5;

    padding-top:18px;

}


/* READ MORE */

.priority-card summary{

    cursor:pointer;

    list-style:none;

    color:#121212;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:space-between;

    transition:.25s ease;

}

.priority-card summary::-webkit-details-marker{

    display:none;

}

.priority-card summary::after{

    content:"+";

    display:flex;

    align-items:center;
    justify-content:center;

    width:28px;
    height:28px;

    border-radius:50%;

    background:#0db14b;

    color:#fff;

    font-size:20px;

    line-height:1;

    font-weight:400;

}

.priority-card details[open] summary::after{

    content:"−";

}

.priority-card summary:hover{

    color:#0db14b;

}


/* EXPANDED TEXT */

.priority-card details p{

    margin:18px 0 0;

    color:#555;

    line-height:1.6;

}


/* MOBILE */

@media(max-width:900px){

    .priority-grid{

        grid-template-columns:repeat(2, 1fr);

    }

    .priority-card,
    .priority-card:nth-child(4),
    .priority-card:nth-child(5){

        grid-column:span 1;

    }

}


@media(max-width:600px){

    .policy-priorities{

        padding:80px 0;

    }

    .policy-priorities-heading{

        margin-bottom:45px;

    }

    .priority-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

    .priority-card,
    .priority-card:nth-child(4),
    .priority-card:nth-child(5){

        grid-column:span 1;

    }

    .priority-card{

        padding:30px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25fc83d *//*==================================================
OUR WORK
==================================================*/

.policy-work{

    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:120px 0;

    background:#f8f8f8;

}

.policy-work-container{

    width:90%;
    max-width:1400px;

    margin:0 auto;

}

.policy-work-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.policy-work h2{

    margin:18px 0 30px;


    line-height:1.1;

    text-transform:none;

}

.policy-work-heading p{

    color:#555;


    line-height:1.9;

}

.policy-work-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.work-card{

    display:flex;

    flex-direction:column;

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    text-decoration:none;

    transition:.35s;

}

.work-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.work-image{

    aspect-ratio:16/9;

    overflow:hidden;

}

.work-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:.4s;

}

.work-card:hover img{

    transform:scale(1.05);

}

.work-content{

    padding:40px;

}

.work-tag{

    display:inline-block;

    margin-bottom:18px;

    color:#0db14b;

    font-weight:700;

}

.work-content h3{

    margin-bottom:18px;


    color:#121212;

    text-transform:none;

}

.work-content p{

    color:#555;

    line-height:1.9;

    margin-bottom:30px;

}

.work-link{

    color:#0db14b;

    font-weight:700;

}

@media(max-width:900px){

    .policy-work-grid{

        grid-template-columns:1fr;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0583b4 *//*==================================================
ADVOCACY IN NUMBERS
==================================================*/

.policy-numbers{

    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:120px 0;

    background:
        linear-gradient(
            135deg,
            #0db14b 0%,
            #154b43 100%
        );

}

.policy-numbers-container{

    width:90%;
    max-width:1400px;

    margin:0 auto;

    text-align:center;

}

.policy-numbers h2{

    margin:18px 0 60px;

    color:#fff!important;

    font-size:3rem;

    line-height:1.1;

    text-transform:none;

}

.numbers-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

}

.number-block{

    padding:50px 30px;

    border-radius:24px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    -webkit-backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.1);

}

.big-number{

    display:block;

    margin-bottom:18px;

    color:#fff;

    font-size:4rem;

    font-weight:700;

    line-height:1;

}

.number-block h3{

    margin-bottom:12px;

    color:#fff!important;

    

    text-transform:none;

}

.number-block p{

       color: #fff!important;

    line-height:1.8;

}

@media(max-width:900px){

    .numbers-grid{

        grid-template-columns:1fr;

    }

    .policy-numbers h2{

      
        color: #fff!important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-141f5c8 *//*==================================================
ACROSS AUSTRALIA
==================================================*/

.policy-chapters{

    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:120px 0;

    background:#f2eee8;

}

.policy-chapters-container{

    width:90%;
    max-width:1400px;

    margin:0 auto;

}

.policy-chapters-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.policy-chapters h2{

    margin:18px 0 28px;


    line-height:1.1;

    color:#121212;

    text-transform:none;

}

.policy-chapters-heading p{

    color:#555;


    line-height:1.9;

}

.chapter-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.chapter-card{

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    min-height:150px;

    padding:35px;

    background:#fff;

    border:1px solid rgba(0,0,0,.05);

    border-radius:24px;

    text-decoration:none;

    transition:all .35s ease;

}

.chapter-card:hover{

    background:#121212;

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.chapter-card h3{

    margin:0;


    line-height:1.3;

    color:#121212;

    text-transform:none;

    transition:.3s;

}

.chapter-card span{

    display:inline-flex;

    align-items:center;

    margin-top:25px;

    color:#0db14b;

    font-weight:700;

    text-transform:none;

    transition:.3s;

}

.chapter-card:hover h3{

    color:#fff;

}

.chapter-card:hover span{

    color:#0db14b;

}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:1100px){

    .chapter-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media (max-width:700px){

    .policy-chapters{

        padding:80px 0;

    }

    .policy-chapters h2{

        font-size:2.4rem;

    }

    .chapter-grid{

        grid-template-columns:1fr;

    }

    .chapter-card{

        min-height:130px;

        padding:30px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b58407a *//*==================================================
STATEMENT
==================================================*/

.policy-statement{

    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    padding:150px 0;

    background:
        linear-gradient(
            135deg,
            #111111 0%,
            #161616 55%,
            #154b43 100%
        );

    overflow:hidden;

}

.policy-statement-container{

    width:90%;
    max-width:1200px;

    margin:0 auto;

    text-align:center;

}

.policy-statement h2{

    margin:20px 0 40px;

    color:#fff;

    font-size:clamp(3rem,6vw,5.5rem);

    line-height:1.05;

    font-weight:700;

    text-transform:none;

}

.statement-divider{

    width:100px;
    height:4px;

    margin:0 auto 40px;

    border-radius:999px;

    background:#0db14b;

}

.policy-statement p{

    max-width:760px;

    margin:0 auto;

    color:rgba(255,255,255,.82);



    line-height:1.9;

}

@media(max-width:768px){

    .policy-statement{

        padding:100px 0;

    }

    .policy-statement h2{

        font-size:2.8rem;

    }

    .policy-statement p{

        font-size:1rem;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8432632 *//*==================================================
OUR IMPACT
==================================================*/

.policy-impact{

    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    background:#fff;

    padding:120px 0;

}

.policy-impact-container{

    width:90%;
    max-width:1400px;

    margin:0 auto;

}

.policy-impact-heading{

    max-width:760px;

    margin:0 auto 90px;

    text-align:center;

}

.policy-impact h2{

    margin:18px 0 30px;


    line-height:1.1;

    text-transform:none;

}

.policy-impact-heading p{

    color:#555;

    

    line-height:1.9;

}

.impact-story{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

    margin-bottom:120px;

}

.impact-story.reverse .impact-image{

    order:2;

}

.impact-story.reverse .impact-content{

    order:1;

}

.impact-image{

    overflow:hidden;

    border-radius:28px;

}

.impact-image img{

    width:100%;

    display:block;

    aspect-ratio:4/3;

    object-fit:cover;

    transition:.4s;

}

.impact-story:hover img{

    transform:scale(1.04);

}

.impact-tag{

    display:inline-block;

    margin-bottom:18px;

    color:#0db14b;

    font-weight:700;

}

.impact-content h3{

    margin-bottom:22px;

    font-size:2rem;

    line-height:1.2;

    text-transform:none;

}

.impact-content p{

    color:#555;

    line-height:1.9;

    margin-bottom:30px;

}

.impact-content a{

    color:#0db14b;

    font-weight:700;

    text-decoration:none;

}

.impact-content a:hover{

    color:#154b43;

}

@media(max-width:900px){

    .impact-story,
    .impact-story.reverse{

        grid-template-columns:1fr;

        gap:40px;

        margin-bottom:80px;

    }

    .impact-story.reverse .impact-image,
    .impact-story.reverse .impact-content{

        order:initial;

    }

}/* End custom CSS */