body.page-template-paid-leave-page #main > .container {
    max-width: 100%;
    padding: 0;
}
.container {
    max-width: 1200px;
    width: 100%;
}
.heading2 {
    /* font-size: 35px; */
    line-height: 1.11;
    text-align: center;
    text-transform: uppercase;
    color: #496951;
}

/* Banner  */
.banner-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
    padding: 250px 0 120px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.banner-section:before {
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #49695199;
}
.banner-inner {
    max-width: 622px;
    width: 100%;
    position: relative;
    display: grid; 
    gap: 20px;
}
.banner-inner h1 {
    color: #fff;
    font-size: 60px;
    /* font-family: 'GT America Exp Rg'; */
}
.info {
    font-size: 24px;
    color: #fff;
    /* font-family: 'GT America Rg'; */
}
.button {
    background: #fff;
    padding: 25px 43px;
    border-radius: 65px;
    font-weight: bold;
    display: block;
    width: fit-content;
    color: #000;
    font-size: 20px;
    /* font-family: 'GT America Exp Rg'; */
    text-decoration: none !important;
    transition: all .4s linear;
    text-transform: uppercase;
}
.button:hover {
    background: #000;
    color: #fff;
}
#report-download .btn-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#report-download .button:hover {
    background: #496951;
}


/* Description */
.description-section {
    padding: 70px 0 65px;
    background: #B2CFDF;
}
.description-section .description-inner {
    max-width: 987px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 24px;
    /* font-family: 'GT America Rg'; */
}



/* Steps Boxes */
.key-finding-section {
    background: #fff;
    padding: 70px 0;
}
.key-finding-inner .hd {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #496951;
}
.key-finding-inner .info {
    color: #496951;
    font-weight: 700;
    max-width: 580px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.step-boxes {
    display: grid;
    grid-template-columns: 1fr 74px 1fr 74px 1fr;
    gap: 30px;
    margin: 90px 0;
}
.box-title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #496951;
}
.box-info {
    font-size: 20px;
}
.arrow-con {
    align-self: center;
}
.step-boxes2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 85px;
    margin-top: 50px;
}
.box-num {
    width: 74px;
    height: 74px;
    background: #4d6c54;
    color: #fff;
    font-size: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 30px;
}


/* Report Section */
.report-section {
    padding: 50px 0;
    background: #DAE8CD;
}
.report-inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    align-items: center;
    gap: 50px;
}
.report-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.single-report:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.single-report img {
    width: 100%;
}
.report-inner .button {
    margin: 0 auto;
}


/* Four Boxes Section */
.four-boxes-section {
    padding: 85px 0 110px;
    background: #B2CFDF;
    color: #000;
}
.four-boxes-inner .heading2 {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    color: #000;
}
.four-boxes-inner .info {
    color: #496951;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    max-width: 570px;
    width: 100%;
    margin: 20px auto 50px;
}
.four-col-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 50px;
}
.four-col-boxes .single-box {
    background: #ebf3f7;
    border-radius: 50px;
    padding: 30px 25px 40px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.four-col-boxes .single-box .icon img {
    width: 81px;
    aspect-ratio: 1;
    border-radius: 50%;
}
.four-col-boxes .single-box .box-hd {
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto", serif;
}
.four-col-boxes .single-box .desc {
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto", serif;
    line-height: 1.2;
    color: #000;
}
.four-col-boxes .sep {
    width: 100%;
    height: 1px;
    background: #000;
}





/* footer form */
.footer-section {
    padding: 50px 0 120px;
    background: #000;
    color: #fff;
}
.footer-section .heading2 {
    color: #fff;
}
.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 55px;
    gap: 60px;
}
.footer-content-inner {
    max-width: 510px;
    width: 100%;
}
.ft-report-gallery {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    max-width: 510px;
    width: 100%;
}
.report-for {
    width: inherit;
    max-width: 370px;
}
.report-nav {
    width: inherit;
    max-width: 120px;
}

.footer-from,
.footer-from a  {
    background-color: transparent !important;
    color: #fff !important;
}
.footer-from fieldset:after {
    color: #fff !important;
}

.footer-from form {
    background: #000;
}
.footer-from .at label, 
.footer-from .at-checkbox-title {
    color: #fff !important;
}
.footer-from .at input[type=email], 
.footer-from .at input[type=email]:focus, 
.footer-from .at input[type=text], 
.footer-from .at input[type=text]:focus, 
.footer-from .at input[type=tel], 
.footer-from .at input[type=tel]:focus, 
.footer-from .at select, 
.footer-from .at select:focus {
    background-color: #DAE8CD !important;
    border-style: solid;
    border-width: 2px;
    color: #496951 !important;
    border-color: #fff;
    border-radius: 50px !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    /* font-family: 'GT America Exp Rg' !important; */
    font-weight: 400 !important;
    line-height: 1.3125 !important;
    text-transform: uppercase;
    height: 3.3125rem !important;
}
.footer-from .footer-form-heading  {
    color: #fff !important;
}

.page-id-1692 #footer-form fieldset:after,
.footer-from-form fieldset:after {
    color: #fff;
}
.footer-from .at-submit, 
.footer-from .at .btn-at-primary {
    line-height: 22px !important;
    border-radius: 30rem !important;
    padding-left: 3rem !important;
    background-color: #fff !important;
    padding-right: 3rem !important;
    color: #496951 !important;
    /* font-family: 'GT America Exp Rg' !important; */
    text-transform: uppercase !important;
    border-bottom: 1px solid #fff !important;
    border-color: #fff !important;
    transition: all .4s linear;
}
.footer-from .at-submit:hover, 
.footer-from .at .btn-at-primary:hover {
    color: #fff !important;
    background-color: #496951 !important;
}

#report-download footer {
    background-color: #000;
    color: #fff;
    display: none;
}
section.contributions {
    color: #fff; 
}


/* Hide Footer */
#colophon {
    display: none;
}


@media only screen and (max-width: 991px) {
    .heading2 {
        /* font-size: 28px; */
    }
    
    .description-section .description-inner, .info,
    .four-boxes-inner .info  {
        font-size: 20px;
    }
    .step-boxes {
        grid-template-columns: auto;
        justify-content: center;
    }
    .single-step-box {
        max-width: 500px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .arrow-con {
        justify-self: center;
    }
    .arrow-con img {
        transform: rotate(90deg);
    }
    .step-boxes2 {
        grid-template-columns: auto;
    }
    .step-boxes2 .single-box {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .box-num {
        margin: 0 auto 30px;
    }
    .button {
        font-size: 16px;
        padding: 20px 30px;
    }
    
    .four-col-boxes {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }
    .four-col-boxes .single-box .desc {
        font-size: 18px;
    }
    
    .footer-content-inner {
        max-width: 370px;
    }
    .ft-report-gallery {
        grid-template-columns: auto;
        margin: 0 auto;
    }
    .report-nav {
        max-width: 370px;
    }
    .report-nav .img {
        margin: 0 5px;
    }
    .report-nav .slick-slide {
        margin: 0 5px;
    }

    /* the parent */
    .report-nav .slick-list {
        margin: 0 -5px;
    }
    .footer-content {
        gap: 0;
    }

}

@media only screen and (max-width: 767px) {
    .banner-section {
        padding: 100px 0 30px;
    }
    .banner-inner h1 {
        font-size: 45px;
    }
    .description-section {
        padding: 50px 0;
    }
    .description-section .description-inner, .info, .four-boxes-inner .info {
        font-size: 18px;
    }

    .box-info, .four-col-boxes .single-box .desc {
        font-size: 16px;
    }
    .key-finding-inner .hd {
        font-size: 30px;
    }
    .heading2 {
        font-size: 28px;
    }
    .report-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .report-inner {
        grid-template-columns: auto;
    }
    .four-boxes-section {
        padding: 85px 0 50px;
    }
    .four-col-boxes {
        grid-template-columns: auto;
    }
    .four-col-boxes .single-box .box-hd {
        font-size: 20px;
    }
    .footer-section {
        padding: 50px 0;
    }
    
    .footer-content {
        grid-template-columns: auto;
        gap: 70px;
    }
    .footer-content-inner {
        margin: 0 auto;
    }
    .report-for, 
    .report-nav {
        max-width: 320px;
        margin: 0 auto;
    }

}
