html, nav, header, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: #020202;
    background: #fff;
    margin: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}
blockquote, q {
    quotes: "" ""
}

.row {
    display: flex;
}

.container {
    max-width: 1460px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.align-center {
    align-items: center;
}

.right-align {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

header {
    position: relative;
    z-index: 99;
}

.top-header {
    background: #1C2940;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 12;
}

.btn {
    font-size: 16px;
    line-height: 16px;
    padding: 14px 44px;
    border: 2px solid;
    border-radius: 27px;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
}

.text-dec-none {
    text-decoration: none;
}

svg path {
    transition: all 0.3s ease;
}

.btn-gap {
    gap: 10px;
}

.orangebtn {
    background-color: #E97029;
    border-color: #E97029;
    color: #fff;
}

.orangebtn:hover {
    background-color: #fff;
    color: #E97029;
}

.orangeborbtn {
    background-color: #FAF2ED;
    border-color: #E97029;
    color: #E97029;
}

.orangeborbtn:hover {
    background-color: #E97029;
    color: #fff;
}

.orangeborbtn:hover svg path {
    fill: #fff;
}

.orangebtn:hover svg path {
    fill: #E97029;
}

.redbtn {
    background-color: #E84E60;
    border-color: #E84E60;
    color: #fff;
}

.redbtn:hover {
    background-color: #fff;
    color: #E84E60;
}

.redbtn:hover svg path {
    fill: #E84E60;
}

.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#hero-slider {
   height: 70vh; 
   display: flex;
}

.hero-slide {
    position: relative;
    height: 100%;
    width: 7vw;
    height: 70vh; 
    display: flex;
    transition: 0.5s ease;
    overflow: hidden;
    cursor: pointer;
}

.hero-active {
    width: 79vw;
    cursor: default;
}

.slider-vertical-text {
    position: relative;
    z-index: 4;
    display: inline-block;
    transform: rotate(270deg);
    transform-origin: bottom left;
    position: absolute;             
    bottom: 30px;                      
    left: 3.5vw; 
    width: calc(70vh - 60px);
}

.slider-vertical-text h2 {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 700;
}

.hero-slide .container {
    opacity: 0;
    position: relative;
    z-index: 3;
    color: #fff;
    height: 100%;
    gap: 30px;
    min-height: 70vh;
    width: 100%;
    transition: all 0s ease-in;
}


.hero-active .container {
    opacity: 1;
    transition: all 0.9s ease-in;
}

.hero-active .slider-vertical-text {
    display: none;
}

.orange-gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(233, 112, 41, 0.54) 0%,
        rgba(240, 156, 106, 0.54) 50%,
        rgba(255, 255, 255, 0) 100%
        );
}

.hero-gradient {
    height: 100%;
    width: 70vh;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.hero-slide:nth-child(1) .hero-gradient {
    background: linear-gradient(
        90deg,
        rgba(233, 112, 41, 0.54) 0%,
        rgba(240, 156, 106, 0.54) 50%,
        rgba(255, 255, 255, 0) 100%
        );
}

.hero-slide:nth-child(2) .hero-gradient {
    background: linear-gradient(
    90deg,
    rgba(232, 78, 96, 0.54) 0%,
    rgba(232, 128, 141, 0.54) 70%,
    rgba(255, 255, 255, 0) 100%
    );
}

.hero-slide:nth-child(3) .hero-gradient {
    background: linear-gradient(
    90deg,
    rgba(28, 41, 64, 0.54) 0%,
    rgba(82, 93, 116, 0.54) 70%,
    rgba(255, 255, 255, 0) 100%
    );
}

.hero-slide:nth-child(4) .hero-gradient {
    background: linear-gradient(
        90deg,
        rgba(233, 112, 41, 0.54) 0%,
        rgba(240, 156, 106, 0.54) 50%,
        rgba(255, 255, 255, 0) 100%
        );
}

.hero-slide:nth-child(5) .hero-gradient {
    background: linear-gradient(
    90deg,
    rgba(232, 78, 96, 0.54) 0%,
    rgba(232, 128, 141, 0.54) 70%,
    rgba(255, 255, 255, 0) 100%
    );
}

.column {
    display: flex;
    flex-direction: column;    
}

.py-normal {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-large {
    padding-top: 190px;
    padding-bottom: 90px;
}

.pb-normal {
    padding-bottom: 90px;
}

.pb-large {
    padding-bottom: 190px;
}

.pt-normal {
    padding-top: 90px;
}


.pb-small {
    padding-bottom: 20px;
}

.pb-sm {
    padding-bottom: 30px;
}

.pb-medium {
    padding-bottom: 50px;
}

.mb-med {
    margin-bottom: 30px !important;
}

.mt-med {
    margin-top: 30px !important;
}

.mb-xsmall {
    margin-bottom: 6px !important;
}

.mb-ml {
    margin-bottom: 60px;
}

.mb-large {
    margin-bottom: 75px;
}

.mb-small {
    margin-bottom: 10px;
}

.width-50 {
    width: 50%;
}

.width-33 {
    width: 33.3%;
}

.width-100 {
    width: 100%;
}

.border-bottom {
    border-bottom: 2px solid #020202;
}

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

.justify-end {
    justify-content: flex-end;
}

.align-end {
    align-items: flex-end;
}

.semibold {
    font-weight: 600;
}

.medium-weight {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.center-text {
    text-align: center;
}

.center-div {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.extrabold {
    font-weight: 800;
}

.h1 {
    font-size: 54px;
    line-height: 1.22em;
}

.h2 {
    font-size: 40px;
    line-height: 1.25em;
}

.h3 {
    font-size: 27px;
    line-height: 1.25em;
}

.h6 {
    font-size: 22px;
    line-height: 1.2em;
}

.h5 {
    font-size: 20px;
    line-height: 1.2em;
}

.h4 {
    font-size: 18px;
    line-height: 1.2em;
}

.uppercase {
    text-transform: uppercase;
}

.grey-bg {
    background-color: #F4F4F4;
}

.light-orange-bg {
    background-color: #FAF2ED;
}

.dark-grey-bg {
    background-color: #434343;
}

.orange-bg {
    background-color: #E97029;
}

.black-bg {
    background-color: #242424;
}

.navy-bg {
    background-color: #1C2940;
}

.red-bg {
    background-color: #E84E60;
}

.orange-bg {
    background-color: #E97029;
}

p,
a,
ul,
ol {
    font-size: 16px;
    line-height: 1.375em;
}

.overflow-hide {
    overflow: hidden;
}

.content p,
.content ul,
.content ol {
    margin-bottom: 1.375em;
}

ul {
    list-style-type: initial;
    padding-left: 20px;
}

.hero-meta {
    max-width: 494px;
}

#hero-slider a {
    text-decoration: none;
}

.hero-meta p {
    font-size: 16px;
    line-height: 24px;
}

.hero-slide button {
    max-width: 291px;
}

#hero-image {
    width: 100%;
    height: 60vh;
}

#hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-heading p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}

.header-content {
    width: 700px;
}

.page-meta {
    width: calc(100% - 700px);
    padding-left: 50px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.gap-20 {
    gap: 20px;
}

.gap-50 {
    gap: 50px;
}

.gap-100 {
    gap: 100px;
}

.row-gap-20 {
    row-gap: 20px;
}

.grid {
    display: grid;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#projects-goals .grid-item {
    padding: 50px 100px;
}

#projects-goals .grid-item img {
    height: 100px;
    width: auto;
}

#projects-location .orange-bg {
    padding: 120px 50px 60px 50px;
    position: relative;
}

.white-text {
    color: #fff;
}

#projects-location p {
    padding: 0 24px 10px 20px;
    position: relative;
}

#projects-location p::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
}

#projects-location p:last-child:after {
    display: none;
}

.wrap {
    flex-wrap: wrap;
}

#top-footer {
    padding: 40px 0 25px 0;
}

#footer-logo img {
    width: 250px;
}

#footer {
    padding: 70px 0 50px 0;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#bottom-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

#bottom-footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.desktop-nav {
    list-style-type: none;
    gap: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.desktop-nav a {
    color: #020202;
    text-decoration: none;
    font-weight: 600;
}

#home-featured .featured-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

#home-featured .grid-item {
    border-radius: 15px;
    overflow: hidden;
}

.featured-icon {
    width: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: -55px;
}

#home-featured .grid-item:nth-child(3n + 1) .colour-block {
    background-color: #E84E60;
}

#home-featured .grid-item:nth-child(3n + 2) .colour-block {
    background-color: #E97029;
}

#home-featured .grid-item:nth-child(3n + 3) .colour-block {
    background-color: #000;
}

.colour-block {
    position: relative;
    padding: 100px 50px 0px 50px;
    border-radius: 15px;
    margin-top: -15px;
}

#home-featured .grid-item {
    position: relative;
    padding-bottom: 98px;
}

#home-featured .grid-item button,
#home-involved .grid-item button {
    background: #fff;
    margin: auto;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 82px);
}

#home-featured .grid-item a {
    text-decoration: none;
    cursor: pointer;
}

#home-featured .grid-item:nth-child(3n + 2) button {
    border-color: #E97029;
    color: #E97029;
}

#home-featured .grid-item:nth-child(3n + 1) button {
    border-color: #E84E60;
    color: #E84E60;
}

#home-featured .grid-item:nth-child(3n + 3) button {
    border-color: #000;
    color: #000;
}

#home-featured .grid-item:nth-child(3n + 1) button:hover {
    border-color: #fff;
    background-color: #E84E60;
    color: #fff;
}

#home-featured .grid-item:nth-child(3n + 2) button:hover {
    border-color: #fff;
    background-color: #E97029;
    color: #fff;
}

#home-featured .grid-item:nth-child(3n + 3) button:hover {
    border-color: #fff;
    background-color: #000;
    color: #fff;
}

#home-featured .grid-item:nth-child(3n + 2) {
   background-color: #E97029; 
}

#home-featured .grid-item:nth-child(3n + 1) {
    background-color: #E84E60;
}

#home-featured .grid-item:nth-child(3n + 3) {
    background-color: #000;
}

.home-about {
    width: calc(33% - 100px);
    max-width: 466px;
    border-radius: 15px;
}

.relative {
    position: relative;
}

.three-leaf-abs {
    width: 220px;
    height: auto;
    position: absolute;
    top: 75px;
    left: 0px;
}

#about-section .container {
    padding-left: 115px;
}

#about-section p {
    font-weight: 600;
}

#about-section p:not(:last-child) {
    margin-bottom: 22px;
}

.youtube-embed iframe {
    width: 100%;
    aspect-ratio: 560 / 315;
    height: auto !important;
}

#home-involved .grid-item {
    position: relative;
    padding: 100px 50px 118px 50px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

#home-involved .grid-item:nth-child(1) {
    background-color: #000;
}

#home-involved .grid-item:nth-child(2) {
    background-color: #E84E60;
}

#home-involved .grid-item:nth-child(3) {
    background-color: #E97029;
}

#home-involved .grid-item button {
    width: 160px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: block;
}

#home-involved .grid-item:nth-child(2) button {
    border-color: #E84E60;
    color: #E84E60;
}

#home-involved .grid-item:nth-child(3) button {
    border-color: #E97029;
    color: #E97029;
}

strong {
    font-weight: 700;
}

#home-involved .grid-item:nth-child(1) button:hover {
    border-color: #fff;
    background-color: #000;
    color: #fff;
}

#home-involved .grid-item:nth-child(2) button:hover {
    border-color: #fff;
    background-color: #E84E60;
    color: #fff;
}

#home-involved .grid-item:nth-child(3) button:hover {
    border-color: #fff;
    background-color: #E97029;
    color: #fff;
}

.page-copy p:not(:last-child) {
    margin-bottom: 22px;
}

#vision-mission .grid-item {
    position: relative;
    padding: 100px 50px 50px 50px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.smaller-iframe iframe {
    max-width: 1000px;
    margin: auto;
}

.volunteer-cta {    
    padding: 100px 50px 50px 50px;
    border-radius: 25px;
}

.volunteer-cta .vol-p {
    max-width: 819px;
}

.volunteer-cta h2 {
    max-width: 608px;
}

.blog-intro p:not(:last-child) {
    margin-bottom: 22px;
}

i {
    font-style: italic;
}

.blog-intro i {
    font-size: 20px;
}

.post-date img {
    height: 16px;
    width: auto;
}

.image-box img {
    width: calc(100% - 20px);
    height: 100%;
    object-fit: cover;
}

.page-content blockquote {
    background: #F4F4F4;
    padding: 50px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-content blockquote p {
    font-size: 20px;
    max-width: 1122px;
    margin: auto;
    font-style: italic;
}

.blog-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

#blog-grid a {
    color: #000;
    text-decoration: none;
}

#blog-grid .grid-item {
    box-shadow: 4px 1px 20px #00000029;
}

.blog-page-meta {
    padding: 20px;
}

.read-more img {
    height: 16px;
    width: auto;
    transform: translateX(-20px);
    transition: 0.3s ease;
}

.read-more:hover img {
    transform: translateX(0px);
}

.modal {
    position: fixed;
    inset: 0;
    height: 100dvh;
    width: 100vw;
    display: none;
    justify-content: center;
    align-items: flex-start;  
    overflow-y: auto;               
    background-color: #FAF2EDD9;
    z-index: 999;
    padding: 20px;
}

.modal-box {
    border: 2px solid #E97029;
    background: #fff;
    position: relative;
    max-height: calc(100dvh - 40px); 
    overflow-y: auto;
    scrollbar-width: none;      
    -ms-overflow-style: none;   
    width: 100%;
    max-width: 555px;
}
.modal-box::-webkit-scrollbar {
    display: none;
}

.modal-box.overflow-hide {
    overflow-y: auto;
}

.modal-header {
    padding: 30px 20px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.close-modal img {
    width: 100%;
}

.modal-body {
    background: #fff;
    padding: 33px 20px;
}

.form input,
.form select {
    padding: 0 10px;
    border: 1px solid #000;
    width: calc(100% - 22px);
    height: 47px;
    margin-bottom: 6px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
}

.form textarea {
    padding: 0 10px;
    border: 1px solid #000;
    width: calc(100% - 22px);
    margin-bottom: 6px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    height: 150px;
}

.form select {
    width: 100%;
}

.formbtn {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 44px;
    border: 2px solid;
    border-radius: 27px !important;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #E97029;
    border-color: #E97029 !important;
    border-width: 2px !important;
    color: #fff !important;
    margin-top: 30px;
}

.formbtn:hover {
    background-color: #fff;
    color: #E97029 !important;
}

.formredbtn {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 44px;
    border: 2px solid;
    border-radius: 27px !important;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #E84E60;
    border-color: #E84E60 !important;
    border-width: 2px !important;
    color: #fff !important;
    margin-top: 20px;
    width: 150px !important;
}

.formredbtn:hover {
    background-color: #fff;
    color: #E84E60 !important;
}

#login-modal .formbtn,
#reg-modal .formbtn {
    max-width: 214px;
}

.field-row {
    margin-bottom: 30px;
}

#register-campaign input {
    margin-top: 5px;
}

.three-line-field .field {
    width: calc(33.3% - 6.67px);
}

#register-campaign form {
    max-width: 720px;
}

#register-campaign .file_existing {
    display: none;
}

.add-images tr th:nth-child(3),
.add-images tr td:nth-child(2) {
    display: none;
}

#register-campaign .grid-field {
    margin-top: 5px;
}

.modal-radius {
    border-radius: 22px;
}

.pw-field {
    padding-top: 20px;
}

.login-field {
    margin-top: 5px;
}

.signup {
    padding-top: 10px;
}

.signup a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.signup a:hover {
    text-decoration: underline;
}

.reg-field {
    padding-bottom: 10px;
}

.contact-left {
    padding: 150px 50px;
}

.contact-left form {
    max-width: 360px;
}

.contact-section {
    border: 2px solid #000;
    border-radius: 25px;
    overflow: hidden;
}

span.required {
    color: red;
    font-size: 8px;
}

.contact-section label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.contact-bottom {
    padding: 30px 20px;
}

.contact-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-bottom img {
    height: 16px;
    width: auto;
}

.contact-bottom a {
    text-decoration: none;
    color: #fff;
}

.contact-bottom a:hover {
    text-decoration: underline;
}

.contact-div .row {
    margin-top: 10px;
}

.modal.open {
    display: flex;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 999;
    display: none;
}

.search-container {
    position: relative;
}
.search-results div {
    padding: 10px;
    cursor: pointer;
}

.search-results.visible {
    display: block;
}

#search-box input {
    border-radius: 0;
    background: transparent;
    border: none;
    height: 27px;
    margin-bottom: 0;
}

.search-projects {
    border: 1px solid #000;
    padding: 10px 0px;
}

#searchProjects {
    border-right: 1px solid #000 !important;
}

.project-filter {
    max-width: 215px;
    width: 100%;
}

.image-container {
    width: 355px;
}

.project-list-img {
    width: 100%;
    height: calc(100% - 64px);
    object-fit: cover;
    margin-bottom: 10px;
}

.image-container button {
    padding: 12px 0;
}

.image-container .donate-pro {
    width: 214px;
    justify-content: center;
}

.image-container .share-pro {
    width: 132px;
    justify-content: center;
}

.project-item {
    border-top: 1px solid #000;
    padding: 60px 0;
}

.nav_categories {
    list-style-type: none;
    padding: 0;
}

.nav_categories li {
    margin-bottom: 10px;
    font-weight: 500;
}

.project-filters {
    border-top: 1px solid #000;
    padding-top: 20px;
}

#pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.prev-btn,
.next-btn {
    background: #fff;
    border: 2px solid #000;
    padding: 5px 20px;
    color: #000;
    font-weight: 800;
    cursor: pointer;
}

.page-no {
    background: #fff;
    border: none;
    font-weight: 800;
    color: #989898;
    cursor: pointer;
}

.page-no.active {
    color: #000;
    cursor: default;
}

#pagination :disabled {
    opacity: 0.5;
    cursor: default;
}

.header-cta li {
    color: #fff;
    font-weight: 600;
}

.down-chev {
    transform: rotate(90deg);
}

.drop-down .down-chev {
    width: 10px;
    height: auto;
    margin-left: 5px;
}

.drop-down {
    position: relative;
}

.drop-down-content {
    padding: 20px 20px 5px 20px;
    position: absolute;
    top: 22px;
    left: 0;
    background: #F4F4F4;
    color: #000;
    border-radius: 15px;
    display: none;
    box-shadow: 4px 1px 20px #00000029;
}

.drop-down:hover .drop-down-content {
    display: block;
}

.account-drop {
    width: 140px;
}

.drop-down-content li {
    color: #000;
}

.col-nav {
    list-style-type: none;
    padding: 0;
}

.col-nav li {
    margin-bottom: 15px;
}

.crowd-cta p {
    max-width: 450px;
}

.crowd-cta {
    padding: 50px;
}

.crowd-drop {
    width: 200px;
}

.share-div {
    background: #E97029;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-div img {
    height: 16px;
}

.share-box {
    background-color: #f4f4f4;
    padding: 20px;
    width: 150px;
    position: absolute;
    top: 50px;
    left: calc(50% - 95px);
    border-radius: 15px;
    box-shadow: 4px 1px 20px #00000029;
    display: none;

}

.social-share:hover > .share-box {
    display: block;
}

.share-img {
    height: 10px;
}

.btn-mod {
    border: 1px solid #E97029;
    color: #E97029;
    font-weight: 700;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-mod:hover {
    background-color: #E97029;
    color: #fff;
}

.donate-row {
   border: 1px solid #E97029;
   border-radius: 4px; 
}

.amount-active,
.freq-active {
    background-color: #E97029;
    color: #fff;
}

.project-filter {
    display: none;
}

.dk-hide {
    display: none;
}

.mobile-nav-box {
    background: #1C2940;
    border: none;
    width: calc(80vw - 40px);
    min-height: calc(100dvh - 60px);
    padding: 10px 20px 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-logo {
    width: 150px;
}

.mobile-logo img {
    height: 50px;
    width: auto;
}

.mobile-nav-box a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.mobile-nav-modal {
    background-color: transparent;
    z-index: 998;
}

.mobile-nav-modal.open {
    display: block;
}

.page-meta p:not(:last-child) {
    margin-bottom: 22px;
}

.page-meta i {
    font-size: 20px;
}

.btn-mod p {
    font-size: 12px;
}

.donate-btn-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.submit-button {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid;
    border-radius: 27px !important;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #E84E60;
    border-color: #E84E60 !important;
    color: #fff !important;
    margin-top: 30px;
    max-width: 310px;
    height: 38px;
}

.submit-button:hover {
    background-color: #fff !important;
    color: #E84E60 !important;
}

.submit-button .campaign-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: transparent;
    border: none;
    color: #fff !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    cursor: pointer;
}

.launch-svg svg {
    position: absolute;
    height: 24px;
    width: auto;
    left: 39px;
    top: 7px;
    transition: all 0.3s ease;
}

.submit-button:hover .launch-svg svg {
    transform: translateY(-5px);
}

.submit-button:hover .campaign-btn {
    color: #E84E60 !important;
}

.submit-button:hover .launch-svg svg path {
    fill: #E84E60 !important;
}

.page-content h2 {
    font-size: 40px;
    line-height: 1.25em;
    margin-bottom: 24px;
}

.page-content h3 {
    font-size: 32px;
    line-height: 1.25em;
    margin-bottom: 24px;
}

.page-content h4 {
    font-size: 27px;
    line-height: 1.25em;
    margin-bottom: 24px;
}

.page-content h5 {
    font-size: 21px;
    line-height: 1.25em;
    margin-bottom: 24px;
}

.page-content h6 {
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 24px;
}

.height-16 p {
    height: 16px;
    line-height: 16px !important;
    margin-bottom: 0 !important;
}

.center-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.drop-down-mega-content {
    position: absolute;
    top: 138px;
    left: 0px;
    color: rgb(0, 0, 0);
    display: none;
    box-shadow: rgba(0, 0, 0, 0.16) 4px 1px 20px;
    padding: 20px;
    background: #FAF2ED;
    width: 100vw;
}

.drop-down-mega:hover .drop-down-mega-content{
    display: block;
}

.drop-down-mega .down-chev {
    width: 10px;
    height: auto;
    margin-left: 5px;
}

.drop-down-mega-content h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.drop-down-mega-content a {
    display: block;
    font-weight: 400;
}

.search-projects-input {
    position: relative;
}

#team-grid .featured-img {
    height: 250px;
    width: auto;
    display: block;
    margin: 0;
    max-width: 100%;
    object-fit: contain;
}

#team-grid .grid-item {
    border: 5px solid #E84E60;
    border-radius: 15px;
    padding-top: 30px;
}

#team-grid .colour-block {
    background-color: #E84E60;
    padding: 75px 50px 50px 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.team-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.info-container a {
    color: #000;
    text-decoration: none;
}

.thank-you-box {
    padding-bottom: 83px;
}

.thank-you-box .social-share {
    width: 180px;
}

.redbtn p {
    margin: 0 !important;
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

#volunteering .grid-item {
    box-shadow: rgba(0, 0, 0, 0.16) 4px 1px 20px;
}