/**
 * Theme Name: Quartermaster
 * Template:   ShiftAgency
 */

/* This is a Tailwind CSS project. All styles are contained in output.css */

@font-face {
  font-family: 'FoundrySterling';
  src: url('fonts/FoundrySterling-Book.eot');
  src: url('fonts/FoundrySterling-Book.eot?#iefix') format('embedded-opentype'),
       url('fonts/FoundrySterling-Book.woff2') format('woff2'),
       url('fonts/FoundrySterling-Book.woff') format('woff'),
       url('fonts/FoundrySterling-Book.ttf')  format('truetype'),
       url('fonts/FoundrySterling-Book.svg#FoundrySterling-Book') format('svg');
  font-weight: 400;
}

@font-face {
  font-family: 'FoundrySterling';
  src: url('fonts/FoundrySterling-Bold.eot');
  src: url('fonts/FoundrySterling-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/FoundrySterling-Bold.woff2') format('woff2'),
       url('fonts/FoundrySterling-Bold.woff') format('woff'),
       url('fonts/FoundrySterling-Bold.ttf')  format('truetype'),
       url('fonts/FoundrySterling-Bold.svg#FoundrySterling-Bold') format('svg');
  font-weight: 700;
}

@font-face {
  font-family: 'FoundrySterling';
  src: url('fonts/FoundrySterling-ExtraBold.eot');
  src: url('fonts/FoundrySterling-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/FoundrySterling-ExtraBold.woff2') format('woff2'),
       url('fonts/FoundrySterling-ExtraBold.woff') format('woff'),
       url('fonts/FoundrySterling-ExtraBold.ttf')  format('truetype'),
       url('fonts/FoundrySterling-ExtraBold.svg#Foundry Sterling') format('svg');
  font-weight: 800;
}

:root {
  --body: #274275;
  --primary: #66c86e;
  --primary-hover: #5cb764;
  --secondary: #006c96;
  --secondary-hover: #005779;
  --services: #06a29e;
  --services-hover: #04827f;
  --services-reverse-hover: #f0f0f0;
  --medium-blue: #a3ccf5;
  --light-blue: #f3f9ff;
  --medium-grey: #06a29e99;
  --medium-gold: #ffd255;
  --medium-gold-reverse-hover: #ffe4b3;
  --light-green: #e8ffee;
  --serve-support: #612767;
  --serve-food: #009e92;
  --serve-education: #06466f;
  --serve-health: #ca4335;
  --serve-family: #eec153;
  --default: #0b0b0b;
}


.bg-serve-support {
  background-color: var(--serve-support);
}
.bg-serve-food {
  background-color: var(--serve-food);
}
.bg-serve-education {
  background-color: var(--serve-education);
}
.bg-serve-health {
  background-color: var(--serve-health);
}
.bg-serve-family {
  background-color: var(--serve-family);
}
.text-serve-support {
  color: var(--serve-support) !important;
}
.text-serve-food {
  color: var(--serve-food) !important;
}
.text-serve-education {
  color: var(--serve-education) !important;
}
.text-serve-health {
  color: var(--serve-health) !important;
}
.text-serve-family {
  color: var(--serve-family) !important;
}
.fadeInUp {
    animation: fadeInUp 1s forwards;
    animation-delay: 0s;
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        transform:translateY(20%)
    }
    to{
        opacity:1;
        transform:translateY(0)
    }
}

.fadeOutUp {
    animation: fadeOutUp 1s forwards;
    animation-delay: 0s;
}
@keyframes fadeOutUp{
    0%{
        opacity:1;
    }
    to{
        opacity:0;
    }
}

.service-shadow {
	box-shadow: 0px 4px 20px 0px #00000040;
}

.mt-6 {
  margin-top: 1.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

/*CUSTOM CSS*/

.cust-spacing{
    padding: 100px 0px;
}
a{
    display: inline-block;
    text-decoration: none;
}
p{
    margin-bottom: 0px;
    font-size: 18px;
}
.container-fluid {
    max-width: 1600px;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
/*img {*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/
.main-title h3 {
    color: rgb(255 255 255);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 50px;
}

/*OUR SERVICES CSS*/

.s-p-banner-content {
    padding-left: 50px;
}
.s-p-banner-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 1.5;
}
.serv-p-item {
    border-radius: 10px;
    overflow: hidden;
}
.green-box-news .green-box-bg {
    padding: 100px 0px;
    border-radius: 20px;
    overflow: hidden;
}
.s-p-support-bg {
    background: rgba(254, 247, 255, 1);
    padding: 100px 100px;
    border-radius: 20px;
}
.s-p-support-bg .main-title h3 {
    color: #000;
    margin-bottom: 15px;
}
.blue-btn {
    padding: 12px 30px;
    background: rgba(0, 108, 150, 1);
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s;
}
.blue-btn:hover {
    background-color: rgb(0 0 0);
    color: rgb(255 255 255);
}
.s-p-support-content p {
    margin-bottom: 30px;
}
.s-p-support-bg .main-title p {
    font-weight: 500;
    color: #000;
}
.green-box-news .green-box-content {
    padding: 0px;
}

/*HEADER*/

.cust-logo {
    width: 180px;
}
.cust-head-nav ul {
    display: flex;
    gap: 40px;
}
.cust-head-nav-main {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: end;
}
.cust-head-nav ul li a {
    color: #000;
    font-weight: 500;
    transition: all .5s;
}
.green-btn {
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    background: rgba(102, 200, 110, 1);
    border-radius: 50px;
    transition: all .5s;
}
.green-btn:hover {
    background-color: #000;
    color: #fff;
}
.green-btn:has(img), .blue-btn:has(img) {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 10px;
    padding: 15px 30px;
}
.green-btn:has(img) img, .blue-btn:has(img) img {
    width: 10px;
}
.purple-btn {
  padding: 10px 30px;
  color: #fff;
  font-weight: 500;
  background: #781D7E; /* Deep purple */
  border-radius: 50px;
  transition: all 0.5s;
  text-decoration: none;
  display: inline-block;
}

.purple-btn:hover {
  background-color: #5a1460; /* Darker hover state */
  color: #fff;
}

.cust-head-nav ul li a:hover {
    color: rgba(102, 200, 110, 1);
}
.cust-header {
    padding: 15px 0px;
}
.cust-gap {
    row-gap: 24px;
}

/*ABOUT PAGE CSS*/

.ab-title span, span.intro-sub {
    display: inline-block;
    font-size: 26px;
    color: rgb(0 0 0);
    margin-bottom: 15px;
}
.ab-title h2, .s-p-banner-content h1 {
    color: rgb(0 0 0);
    font-size: 50px;
    font-weight: 700;
}
.title-gap {
    margin-bottom: 50px;
}
.ab-purpose-item-content {
    text-align: center;
    margin-top: 18px;
}
.ab-purpose-item-img {
    border-radius: 20px;
    overflow: hidden;
}
.ab-purpose-item-img img {
    transition: all .7s;
    width: 100%;
    display: block;
}
.ab-purpose-item-img:hover img {
    transform: scale(1.1);
}
.ab-history-content h2 {
    color: rgb(255 255 255);
}
.ab-history-content {
    color: rgb(255 255 255);
}
.ab-history-content h3 {
    font-weight: 400;
    margin: 20px 0px 40px 0px;
}
.ab-history-bg {
    padding: 150px 0px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ab-report-bg {
    background: rgb(226 241 255);
    border-radius: 20px;
}
.ab-report-content h2 {
    color: rgb(0 0 0);
    font-weight: 700;
    margin-bottom: 20px;
}
.ab-report-content p {
    color: rgb(0 0 0);
    font-weight: 500;
}
.ab-report-content {
    padding-left: 100px;
}
.only-btn {
    font-size: 14px;
    color: rgba(0, 108, 150, 1);
    font-weight: 700;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 10px;
    transition: all .5s;
    text-transform: uppercase !important;
}
.only-btn:hover {
    color: rgb(0 0 0);
}
.ab-report-btns {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 80px;
}
.ab-leadership .zigzag-boxes .row::before {
    background-color: rgb(226 241 255);
    z-index: -1;
}
.ab-leadership .zigzag-boxes .row {
    z-index: 2;
    position: relative;
}
.ab-leader-item h4, .ab-tabs-item h4 {
    color: rgb(0 0 0);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px !important;
}
.ab-leader-item {
    margin-bottom: 70px;
}
.ab-leader-item:last-child {
    margin-bottom: 0px;
}
.ab-leader-content {
    padding-left: 30px;
}
.ab-leader-item h6, .ab-tabs-item h6 {
    color: rgb(0 0 0);
    margin-top: 10px;
}
.only-btn img {
    width: 10px;
}
.ab-tabs-btn button {
    padding: 12px 35px;
    background: rgb(226 241 255);
    color: #000000;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s;
}
.ab-tabs-btn button.active {
    background: rgba(0, 108, 150, 1);
    color: #fff;
}
.ab-tabs-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 60px;
}
.ab-tabs-item, .ab-tabs-last-item {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    transition: all .5s;
}
.ab-tabs-item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 55px;
    margin-bottom: 30px;
}
.ab-tabs-last-item h4 {
    font-weight: 700;
    color: #000;
}
.ab-tabs-last-item p {
    margin-bottom: 30px;
}
.ab-tabs-item:hover, .ab-tabs-last-item:hover {
    box-shadow: 0px 0px 40px -25px;
}
.his-intro-sec .s-p-banner-content {
    padding: 0px;
    position: relative;
}
.his-intro-sec .s-p-banner-content h1 {
    margin-bottom: 30px;
}
.his-intro-sec .s-p-banner-content::before {
    position: absolute;
    content: '';
    left: 50%;
    height: 100px;
    top: 115%;
    border: 1px solid rgb(128 128 128);
    transform: translateX(-50%);
}
.his-side-navs div {
    font-size: 16px;
    margin-bottom: 5px;
}
.his-timiline-item h1 {
    font-size: 56px;
    font-weight: 400;
    color: #000;
}
.his-timiline-item h2 {
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.his-donate-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.his-donate-title h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
}
.ct-hist-galery-item img {
    width: 100%;
}
.ct-hist-galery-item.one {
    width: 100px;
    margin-bottom: 100px;
    animation: up-down 8s infinite linear;
}
.ct-hist-galery-item.two {
    width: 100px;
    margin: 0px 50px 0px auto;
    animation: left-right 6s infinite linear;
}
.ct-hist-galery-item.three {
    width: 150px;
    animation: flip 8s infinite linear;
}
.ct-hist-galery-item.four {
    width: 150px;
    margin-bottom: 200px;
    animation: up-down 4s infinite linear;
}
.ct-hist-galery-item.five {
    width: 300px;
    margin: 0px auto 200px auto;
    animation: up-down 10s infinite linear;
}
.ct-hist-galery-item.six {
    width: 200px;
    margin: 0 auto;
    animation: left-right 10s infinite linear;
}
.ct-hist-galery-item.seven {
    width: 280px;
    margin-bottom: 80px;
    animation: up-down 14s infinite linear;
}
.ct-hist-galery-item.eight {
    width: 130px;
    margin: 0 auto 150px auto;
    animation: left-right 6s infinite linear;
}
.ct-hist-galery-item.nine {
    width: 160px;
    animation: flip 6s infinite linear;
}
.ct-hist-galery-item.ten {
    width: 250px;
    margin-left: auto;
    animation: up-down 6s infinite linear;
}
.ct-hist-gallery {
    background-color: rgba(232, 255, 238, 1);
}
.ct-hist-galery-item{
    bottom: 30px;
    left: 25%;
    width: 150px;
    animation-direction: reverse;
}

/*WAYS TO GIVE CSS*/

.cust-way-g-box {
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    padding: 25px 25px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}
.cust-way-g-box .card-content h4 {
    margin-bottom: 20px;
}
.cust-way-g-box .card-content p {
    margin-bottom: 20px;
}
.cust-way-g-box::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #006c96;
    transform: scaleX(0);
    transition: all .5s;
}
.cust-way-g-box:hover::before {
    transform: scaleX(1);
}

/* ANIMATION CSS */

@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(20px);
    }

    60% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes left-right {
    0% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(20px);
    }

    60% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes round {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*HOME PAGE CSS*/

.home-news-title h2 {
    font-weight: 700;
    color: rgb(0 0 0);
    margin-bottom: 15px;
}
.home-s-blue-box h2, .multi-box-item h2 {
    font-weight: 700;
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}
.home-s-box-default h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 10px 0px;
}
.home-s-box-default {
    color: #fff;
}
.home-s-box-default h2 {
    font-size: 22px;
}
.home-s-box-cont {
    color: #fff;
}
.home-s-box-cont h2 {
    margin: 10px 0px 15px 0px;
}
.home-ways-btns {
    display: flex;
    gap: 30px;
    margin: 50px 0px;
}
.home-ways-btns .ways-btn-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px auto;
    padding: 12px;
}
.home-ways-btns div {
    text-align: center;
    cursor: pointer;
}
.home-ways-give .cust-service-content p {
    margin-top: 0px;
}
.home-s-blue-box {
    padding: 30px;
}
.home-three-color {
    color: #fff;
}
.home-three-color h1 {
    font-size: 50px;
    font-weight: 700;
}
.home-three-color h2 {
    font-weight: 500;
    font-size: 28px;
}
.multi-boxes-bg {
    border-radius: 20px;
    padding: 50px;
    background-color: #f3f9ff;
}
.multi-box-item > img {
    width: 60px;
}
.multi-box-item h3 {
    font-size: 24px;
    margin: 15px 0px 15px 0px;
}
.multi-box-item p {
    margin-bottom: 40px;
}
.multi-box-item {
    padding: 25px;
    transition: all .5s;
    border-radius: 10px;
    height: 100%;
}
.multi-box-item:hover {
    background-color: #fff;
}
.multi-box-news-p .multi-box-item:hover {
    box-shadow: 0px 0px 50px -45px;
}
.cust-news-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cust-news-banner-inner {
    padding: 200px 0px;
}
.multi-box-item span.sub-head {
    color: rgba(122, 220, 130, 1);
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 8px;
}
.yellow-zig-box .green-box-bg:before {
    /*background-color: #ffd255;*/ /*Campaign Edit*/
    background-color: #1178A5;
}
.yellow-zig-box .green-box-content {
    /*color: rgb(0 0 0);*/ /*Campaign Edit*/
    color: rgb(255 255 255);
}
.yellow-zig-box .green-box-content a.web-btn {
    /*Update Nov 13th*/
    color: #fff; 
    background-color: #69BE28;
}
.yellow-zig-box .green-box-content a.web-btn:hover {
    color: rgb(255 255 255);
}
body.page-template-template-q:has(.yellow-zig-box) .cst-home-banner {
    display: none;
}
.wg-cont-box-img {
    margin-left: 20px;
}
.wg-box-content h2 {
    color: rgb(0 0 0);
    font-weight: 700;
    margin-bottom: 20px;
}
.wg-box-content p a {
    color: #006c96;
}
.page-ways-to-give section#main_content_2 .container .row {
    flex-direction: row-reverse;
}
.page-ways-to-give section#main_content_2 .container .row .wg-cont-box-img {
    margin-left: 0px;
    margin-right: 20px;
}
.cust-way-bg-img img {
    height: 270px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}

/*Volunteering*/

.spacing{
    padding:100px 0;
}
.what-is_section h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
.what-is_paragraph {
    padding-right: 3rem;
}
.what-is_section p {
    color: #364347;
    font-family: 'Proxima-Nova', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.375;
    margin-bottom:1rem;
}
.what-is_video img {
    width: auto !important;
    height: 330px !important;
    box-shadow: 35px 35px #ffd133;
}
.what-is_paragraph p a {
    display: flex
;
    align-items: center;
    color: #0079ad;
}
.card-col {
    padding-right: 0px;
    padding-left: 0px;
    display: flex
;
    justify-content: center;
}
.volunteer-opportunities_section h2, .questions-section h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #000;
}
.volunteer-opportunities_card-container, .ambassadors-join-team, .ambassadors-section, .banner-section {
    padding: 50px 0px;
}
.volunteer-page-card {
    background: #D2F4FC;
    padding-bottom: 14px;
    margin-bottom: 30px;
    margin-left:10px;
    margin-right:10px;
    width:100%;
}
.volunteer-opportunities_img, .ambassadors_img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}
.volunteer-opportunities_info {
    padding: 20px 20px;
    background: rgba(0, 58, 97, 0.8);
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #FFFFFF !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:all.5s;
}
.volunteer-opportunities_info:hover {
    opacity: 1;
}
.volunteer-opportunities_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.volunteer-opportunities_text h3 {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    width: fit-content;
    padding: 8px 20px;
    background-color: #FFD133;
}
.volunteer-opportunities_text p {
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    padding: 0 20px;
    margin-bottom: 1rem;
}
.volunteer-opportunities_link {
    text-decoration-line: underline;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #0678AD;
}
.contact-cta-container {
    padding: 30px 0px 50px 0px;
}
.contact-cta-row {
    justify-content: center;
}
.contact-cta_text p {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}
.contact-cta_link a {
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: #0678AD !important;
    border-radius: 0px !important;
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 700;
    text-transform: uppercase;
}
.stats-slider-section {
    background-color: #62CAE3;
    padding: 60px 0px;
}
.stats-slider-section h2, .banner-section h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #000000;
}
.carousel-cell {
    margin-right: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
}
.carousel-cell {
    width: 180px;
    height: 180px;
    background: white;
    border-radius: 50%;
    counter-increment: carousel-cell;
}
.carousel-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #003A61;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 130px;
    max-height: 160px;
    padding: 10px;
    margin-bottom: 0;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    cursor: grab;
}
.flickity-enabled:focus {
    outline: 0;
}
.ambassadors-section h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #000;
}
.ambassadors-section h4 {
    color: #000;
    text-align: center;
}
.ambassadors-section .card-col {
    margin: 30px;
}
.hover-container {
    position: relative;
    display: block !important;
    width: max-content;
}
.hover-target:hover + .hover-popup, .hover-target:focus + .hover-popup, .hover-popup:hover {
    transform: scale(1);
}
.hover-popup {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 10%;
    left: 50%;
    width: 75vw;
    max-width: 750px;
    margin-top: 100px;
    background-color: #fff;
    box-shadow: 8px 8px 20px -7px #7a7a7a;
    padding: 1em;
    z-index: 42;
    transform: scale(0);
    transition: transform 200ms ease;
    background: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.ambassador-text-container {
    box-shadow: 1.5em 1.5em 0px -0.5em #fcd233, 3em 3em 0 -40px #fcd233;
    padding: 20px;
}
.ambassador-header {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 15px;
}
.hover-popup :not(:first-child) {
    margin-top: 1rem;
}
.ambassadors_img {
    background-repeat: no-repeat;
    background-size: cover;
}
.ambassador-name {
    margin: 15px 0px;
    font-weight: 600;
    text-align: center;
    height: 60px;
    line-height: 1;
    width: auto;
    max-width: 180px;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size:2rem;
    font-weight:bold;
}
.hover-target {
    position: relative;
    font-size: 2rem;
}
.ambassadors_img {
    position: relative;
    display: flex
;
    margin: auto;
}
.contact-cta-container {
    padding: 30px 0px 50px 0px;
}
/*.row.contact-cta-row a {*/
/*    font-weight: 700;*/
/*    background-color: #62CAE3 !important;*/
/*    color: #003A61 !important;*/
/*    font-size: 22px !important;*/
/*    border-radius: 0px !important;*/
/*    text-transform: uppercase;*/
/*    display: flex;*/
/*    margin: auto;*/
/*    white-space: pre-wrap;*/
/*    width: fit-content;*/
/*    line-height: 1.3 !important;*/
/*    padding: 22px 25px !important;*/
/*}*/
.banner-section {
    background-color: #FFD133;
}
.questions-section {
    padding: 70px 0px;
    text-align: center;
}
.ambassadors-section{
    padding: 50px 0px 0px;
}
.whm__ambassador a {
    text-align: center !important;
    margin: 0 auto !important;
    display: flex
;
    justify-content: center;
    padding: 16px 22px;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #62CAE3 !important;
    color: #003A61 !important;
    font-weight: 650;
}

/*CAREERS */
.about-careers_section {
    padding: 80px 0px;
}
.about-careers_section h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1.5em;
}
.about-careers_paragraph {
    padding-right: 3rem;
}
.about-careers_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.bg-teal {
    background-color: #62CAE3;
    color: #003A61;
}
.about-careers_link, .about-careers_link-box {
    height: 158px;
    text-align:center;
}
.about-careers_link h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #003A61;
}
.bg-blue {
    background-color: #0678AD;
    color: #fff;
}
.bg-navy {
    background-color: #003A61;
    color: #fff;
}
.bg-yellow {
    /*background-color: #FFD133;*/
    background-color: #1178A5;
}
.about-careers_link-box {
    margin: 5px;
    padding: 0px;
}
.popup-process .popup-text-container {
    box-shadow: -1.5em -1.5em 0px -0.5em #1b88c2;
    padding: 20px;
}
.popup-header {
    color: #364347;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 15px;
}
.stats-module {
    background: #62cae3;
    padding-bottom: 2em;
}
.stats-module h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    color: #000 !important;
    margin: 2em;
}
.item-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #003A61;
}
.ambassadors-custom-col h3 {
    color: #000;
}
.item-content {
    text-align: center;
}
.ambassadors-section {
    padding: 50px 0px 0px;
    text-align: center;
}
.popup-text-container {
    box-shadow: 1.5em 1.5em 0px -0.5em #fcd233, 3em 3em 0 -40px #fcd233;
    padding: 20px;
    margin-top: 15px;
}
.cta-section {
    background-color: #62CAE3;
    padding: 60px 0px;
}
.open__positions {
    background-color: #FFD133;
    border-radius: 0% !important;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 23px;
    white-space: pre-wrap;
    padding: 10px;
    line-height: 1.2;
    font-weight: 500;
}
.questions-section {
    background: #D2F4FC;
}
.questions-section p {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    margin-bottom:1rem;
}
.faq-section {
    padding: 70px 0px;
    text-align: center;
}
.faq-section section h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 2.5em;
}
.toggle .toggle-title {
    position: relative;
    display: block;
    border-bottom: 1px solid #62CAE3;
    margin-bottom: 6px;
}
.toggle .toggle-title h3 {
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}
.toggle .toggle-title i {
    position: absolute;
    background: url(http://arielbeninca.com/Storage/plus_minus.png) 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 20px;
    right: 0;
}
.toggle .toggle-title .title-name {
    display: flex
;
    justify-content: space-between;
    padding: 25px 25px 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}
.toggle .toggle-inner {
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px;
    border-bottom: 1px solid #62CAE3;
}
.toggle .toggle-inner p {
    text-align: left;
    padding: 10px 25px;
}
.main-content h1 {
    color: #0079ad;
    font-weight: 600
    font-size: 36px;
}
.main-content h5 {
    color: #0079ad;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
}
.main-content p {
    margin-bottom: 10px;
}
.his-overlap-box {
    margin-bottom: 150px;
}
.page-disclosure-statement section#main_content_1 .container .row .col-lg-6,.page-contact-us section#main_content_1 .container .row .col-lg-6 {
    width: 100% !important;
}
.page-disclosure-statement section#main_content_1 .container .row .col-lg-6:nth-child(2),.page-contact-us section#main_content_1 .container .row .col-lg-6:nth-child(2) {
    display: none !important;
}
.google-map {
    text-align: center;
    padding: 30px 0;
}
.page-opener h1 {
    color: #0079ad;
    margin: 23px auto;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-collection h3 {
    color: #0079ad;
    font-size: 30px;
    margin-bottom:1rem;
}
.video-collection-title {
    font-size: 20px;
    line-height: 1.25;
    padding-right: 10px;
    font-weight:600;
    margin-top:10px;
}
.info-mission p {
    color: #FFF;
     margin-bottom:1rem;
}
.video-collection-posting-date {
    font-size: 14px;
    padding-top: 5px;
}
.info-mission-content a{
    background-color: transparent;
    border: 1px solid #fff;
    color: #FFF;
    padding: 4px 20px 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.9;
    border-radius: 3px;
}
.info-mission-content a:hover{
    color:#fff;
}
.annual-reports-row a.btn.btn-alt{
    background-color: #fff;
    border: 1px solid #d6e1e5;
    color: #0079ad;
    font-size: 18px;
    line-height: 1.9;
    border-radius: 3px;
    padding: 4px 20px 4px;

}
.main-content h2 {
    color: #5e696d;
    font-size: 24px;
    font-weight: 700;
    margin-bottom:.5rem;
}
#main_content_1 h2, #main_content_1 p {
    color: #364347;
}
.secondary-cta {
    padding: 50px;
}
.secondary-cta .img-wrapper {
    background-color: #edfbff;
    display: flex
;
    text-align: center;
    padding: 10px;
}
.secondary-cta .col-sm-6 {
    min-height: 404px;
}
.secondary-cta .right-align-image .img-left {
    display: none !important;
}
.secondary-cta .content-wrapper {
    background-color: white;
    padding: 65px 44px 25px;
}
.secondary-cta .text-main {
    color: #364347;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1rem;
}
.secondary-cta h5.headline {
    color: #0079ad;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
}
.secondary-cta .btn-wrapper .btn {
    font-weight: bold;
    margin: 7px auto;
    background-color: #0079ad;
    border-width: 0px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
    padding: 4px 20px 4px;
}
#main_content_2 h4 {
    color: #364347;
}
.main-content h4 {
    color: #5e696d;
    font-size: 22px;
    margin-bottom: 0;
    font-weight:600;
    margin-bottom:.5rem;
}
section.buttons {
    padding: 20px 20px 50px !important;
}
section#buttons_1 a {
    background-color: #0079ad;
    border-width: 0px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
    padding: 4px 20px 4px;
    min-width: 130px;
    text-align: center;
    font-weight: 600;
}
section.buttons a {
    font-size: 24px;
    line-height: 1.2;
    padding: 16px 24px 16px;
    white-space: normal;
    word-wrap: break-word;
    background-color: #0079ad;
    border-width: 0px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    min-width: 130px;
}
.btn-wrapper.centre {
    text-align: center;
}
.btn-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}
.gform_legacy_markup_wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
}
.gform_legacy_markup_wrapper ul li.gfield {
    clear: both;
}
 .gform_wrapper .top_label .gfield_label {
        color: #364347;
        font-family: 'Ubuntu', Ubuntu, Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-transform: none;
    }
/*Specific*/
.main-content {
    margin: 30px 0;
}

section#buttons_1 a.btn-monthly {
    background-color: #781d7e;
    padding: 4px 20px;
}


/*RESPONSIVE CSS*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
    .cust-mission-slider .slick-list.draggable {
        padding: 0px 40px;
    }
    .cust-spacing {
        padding: 80px 0px;
    }
    .s-p-banner-content h1 {
        font-size: 40px;
    }
    .s-p-banner-content h3, .cust-banner-box p {
        font-size: 20px;
    }
    .green-box-content h3 {
        font-size: 30px;
    }
    .green-box-content {
        padding: 0px 50px 0px 20px;
    }
    .green-box-news .green-box-bg {
        padding: 60px 0px;
    }
    .web-btn {
        padding: 14px 40px;
        font-size: 16px;
    }
    .cust-logo {
        width: 160px;
    }
    .ab-title h2, .s-p-banner-content h1 {
        font-size: 40px;
    }
    .ab-title span, span.intro-sub {
        font-size: 22px;
    }
    .ab-history-content h3 {
        font-size: 22px;
    }
    .ab-history-bg {
        padding: 120px 0px;
    }
    .ab-report-content {
        padding-left: 50px;
    }
    .ab-leader-content {
        padding-left: 10px;
    }   
    .ab-tabs-btn {
        margin-bottom: 40px;
    }
    .cust-service-img {
        width: 100%;
    }
    .zigzag-title h2, .cust-service-content h2 {
        font-size: 24px;
    }
    .cust-service-content span.sub-head, .multi-box-item span.sub-head {
        font-size: 18px;
    }
    .cust-service-content {
        padding-right: 30px;
    }
    .cust-service-content p {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 130px;
    }
    .zigzag-boxes .row, .green-box-bg {
        padding: 60px 0px;
    }
    .his-timiline-item h1 {
        font-size: 46px;
    }
    .his-timiline-item h2 {
        font-size: 26px;
    }
    .his-intro-sec .s-p-banner-content::before {
        top: 110%;
    }
    .his-donate-title h2 {
        font-size: 28px;
    }
    .cust-banner-img {
        margin-top: 40px;
    }
    .cust-banner-box img {
        height: 500px;
    }
    .cust-banner-box h1 {
        font-size: 40px;
    }
    .zigzag-boxes .row {
        margin-bottom: 40px;
    }
    .zigzag-content {
        padding: 0px 40px;
    }
    .home-three-color h2 {
        font-size: 24px;
    }
    .multi-boxes-bg {
        padding: 40px;
    }
    .cust-head-nav-main {
        gap: 20px;
    }
    .cust-news-banner-inner {
        padding: 150px 0px;
    }
    .cust-inner-banner {
        height: 450px !important;
    }
}
@media only screen and (min-width: 100px) and (max-width: 1199px){
    .s-p-banner-content {
        padding-left: 10px;
    }
    .ab-title h2, .s-p-banner-content h1 {
        font-size: 34px;
    }
    .ab-title span, span.intro-sub {
        font-size: 20px;
    }
    .ab-history-bg {
        padding: 100px 0px;
    }
    .s-p-banner-content h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    p {
        font-size: 16px;
    }
    .cust-spacing {
        padding: 70px 0px;
    }
    .serv-p-img img {
        height: 180px;
    }
    .serv-p-content h3 {
        font-size: 20px;
    }
    .serv-p-content span {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .serv-p-content p {
        margin-bottom: 40px;
        padding-right: 0px;
    }
    .main-title h3 {
        font-size: 30px;
    }
    .serv-p-content a {
        font-size: 14px;
    }
    .zigzag-boxes .row::before, .green-box-bg::before {
        width: 80%;
    }
    .green-box-shape {
        width: 80%;
    }
    .green-box-content h3 {
        font-size: 25px;
    }
    .green-box-content p {
        font-size: 16px;
    }
    .web-btn {
        padding: 12px 30px;
        font-size: 15px;
    }
    .s-p-support-bg {
        padding: 70px 50px;
    }
    .blue-btn {
        font-size: 15px;
    }
    .ab-history-content h3 {
        font-size: 20px;
        margin: 20px 0px 30px 0px;
    }
    .ab-report-content h2 {
        font-size: 26px;
    }
    .ab-report-content {
        padding-left: 30px;
    }
    .ab-leader-item h4, .ab-tabs-item h4 {
        font-size: 16px;
    }
    .ab-tabs-btn button {
        font-size: 15px;
    }
    .cust-service-content {
        padding-right: 10px;
    }
    .cust-service-content p {
        font-size: 16px;
        margin-top: 110px;
    }
    .cust-service-content span.sub-head, .multi-box-item span.sub-head {
        font-size: 16px;
    }
    .cust-banner-box h1 {
        font-size: 34px;
    }
    .cust-banner-box p {
        font-size: 18px;
    }
    .cust-banner-box img {
        height: 400px;
    }
    .zigzag-content p {
        font-size: 16px;
    }
    .zigzag-content h3 {
        font-size: 24px;
    }
    .zigzag-content {
        padding: 0px 20px;
    }
    .home-s-box-default h1 {
        font-size: 32px;
    }
    .home-s-box-default h2 {
        font-size: 20px;
    }
    .home-three-color h1 {
        font-size: 40px;
    }
    .home-three-color h2 {
        font-size: 20px;
    }
    .green-btn:has(img), .blue-btn:has(img) {
        padding: 12px 25px;
    }
    .multi-box-item h3 {
        font-size: 20px;
    }
    .cust-news-banner-inner h1 {
        font-size: 46px;
        margin: 10px 0px 15px 0px !important;
    }
    .page-title {
        font-size: 40px !important;
    }
    .cust-way-g-box .card-content h4 {
        font-size: 20px;
    }
    .wg-cont-box-img {
        padding: 20px;
    }

}

@media only screen and (min-width: 100px) and (max-width: 991px){
    .s-p-banner .container .row {
        flex-direction: column-reverse;
    }
    .s-p-banner-content {
        padding-left: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    .serv-p-title {
        text-align: center;
    }
    .cust-spacing {
        padding: 60px 0px;
    }
    .green-box-shape {
        width: 100%;
    }
    .zigzag-boxes .row::before, .green-box-bg::before {
        width: 100%;
    }
    .zigzag-boxes .row, .green-box-bg {
        padding: 0px 0px 60px 0px;
    }
    .zigzag-image, .green-box-image {
        margin: 20px 20px 20px 20px;
    }
    .s-p-support-bg {
        padding: 50px 50px;
    }
    .s-p-support-content {
        margin-top: 20px;
    }
    .green-box-news .green-box-bg {
        padding: 60px 50px;
    }
    .ab-intro-sec .container .row {
        flex-direction: column-reverse;
    }
    .title-gap {
        margin-bottom: 40px;
    }
    .ab-history-content {
        padding: 0px 30px;
    }
    .ab-report-content {
        padding: 30px;
    }
    .ab-report-btns {
        margin-top: 25px;
    }
    .ab-leader-content {
        padding: 0px 20px;
    }
    .cust-service-content p {
        margin: 15px 0px;
    }
    .cust-banner-img {
        margin-top: 30px;
    }
    .zigzag-title {
        text-align: center;
    }
    .cust-service-content {
        padding-right: 0px;
    }
    .s-p-banner-content .green-btn {
        margin: 0 auto;
    }
    .home-s-blue-box p {
        margin-bottom: 20px;
    }
    .home-three-color h1 {
        margin: 10px 0px 10px 0px;
    }
    .multi-boxes-bg {
        padding: 40px 30px;
    }
    .multi-box-item p {
        margin-bottom: 20px;
    }
    .home-ways-btns {
        margin: 30px 0px;
    }
    .cust-news-banner-inner h1 {
        font-size: 40px;
        line-height: 1.1;
    }
    .cust-news-banner-inner h2 {
        font-size: 22px !important;
        margin: 20px 0px 30px 0px !important;
    }
    .cust-news-banner-inner {
        padding: 100px 0px;
    }
    .ct-hist-galery-item.one {
        margin-bottom: 0px;
    }
    .ct-hist-galery-item.four {
        margin-bottom: 0px;
    }
    .ct-hist-galery-item.five {
        margin: 0px 0px 50px auto;
    }
    .ct-hist-galery-item.eight {
        margin: 0 auto 0px auto;
    }
    .cust-inner-banner {
        height: 350px !important;
        text-align: center;
    }
    .page-title {
        font-size: 36px !important;
    }
    .wg-cont-box-img {
        margin-left: 0px;
        margin-top: 20px;
    }
    .what-is_paragraph {
        padding-right: 0px;
    }
    .about-careers_link, .about-careers_link-box {
        width: 170px;
    }
}


@media only screen and (min-width: 100px) and (max-width: 575px){
    .cust-mission-item {
        height: 320px !important;
    }
    .cust-mission-slider .slick-list.draggable {
        padding: 0px 20px;
    }
    .serv-p-cols {
        width: 100%;
    }
    .serv-p-img img {
        height: 180px;
    }
    .serv-p-content p {
        margin-bottom: 40px;
        padding-right: 0px;
    }
    .serv-p-title h3 {
        font-size: 26px;
        text-align: center;
    }
    .avg-space {
        padding: 50px 0px;
    }
    .cust-spacing {
        padding: 50px 0px;
    }
    .cust-gap {
        row-gap: 20px;
    }
    .green-box-content {
        padding: 0px 20px 0px 20px;
    }
    .green-box-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .green-box-content p {
        margin-bottom: 20px;
    }
    .zigzag-boxes .row, .green-box-bg {
        padding: 0px 0px 30px 0px;
    }
    .s-p-support-bg {
        padding: 30px 20px;
    }
    .main-title h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .blue-btn {
        padding: 10px 25px;
    }
    .green-box-news .green-box-bg {
        padding: 30px 20px;
    }
    .ab-title h2, .s-p-banner-content h1 {
        font-size: 26px;
    }
    .ab-title span, span.intro-sub {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .title-gap {
        margin-bottom: 30px;
    }
    .ab-history-bg {
        padding: 50px 0px;
    }
    .ab-history-content {
        padding: 0px 20px;
    }
    .ab-history-content h3 {
        font-size: 18px;
        margin: 20px 0px 20px 0px;
    }
    .ab-report-content h2 {
        font-size: 22px;
    }
    .ab-report-btns {
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .ab-leader-item {
        margin-bottom: 30px;
    }
    .ab-tabs-btn {
        margin-bottom: 30px;
        justify-content: center;
    }
    .ab-tabs-btn button {
        font-size: 15px;
        padding: 10px 25px;
    }
    .ab-report-content {
        padding: 25px;
    }
    .his-intro-sec .s-p-banner-content h1 {
        margin-bottom: 20px;
    }
    .his-timiline-item h1 {
        font-size: 35px;
    }
    .his-timiline-item h2 {
        font-size: 20px;
    }
    .his-timeline-sec .timeline-item {
        height: auto !important;
    }
    .his-donate-title h2 {
        font-size: 22px;
    }
    .his-donate-btns a {
        padding: 12px 24px;
        font-size: 15px;
    }
    .his-donate-btns {
        gap: 10px;
        justify-content: flex-start;
        margin-top: 15px;
    }
    .his-intro-sec .s-p-banner-content::before {
        height: 60px;
    }
    .cust-banner-box h1 {
        font-size: 26px;
    }
    .cust-banner-box img {
        height: 250px;
    }
    .zigzag-title h2 {
        margin-bottom: 30px;
    }
    .zigzag-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .green-btn:has(img), .blue-btn:has(img) {
        font-size: 15px;
    }
    .home-s-blue-box h2, .multi-box-item h2 {
        font-size: 24px;
    }
    .home-s-blue-box {
        padding: 30px 20px;
    }
    .home-s-box-default h2 {
        font-size: 18px;
    }
    .home-s-box-default h1 {
        font-size: 28px;
    }
    .home-three-color h1 {
        font-size: 30px;
    }
    .multi-boxes-bg {
        padding: 30px 20px;
    }
    .multi-box-item {
        padding: 20px;
    }
    .home-ways-btns .ways-btn-icon {
        width: 60px;
        height: 60px;
        padding: 6px;
    }
    .cust-news-banner-inner h1 {
        font-size: 30px;
    }
    .cust-news-banner-inner h2 {
        font-size: 20px !important;
        margin: 20px 0px 20px 0px !important;
    }
    .cust-news-banner-inner {
        padding: 50px 0px;
    }
    .ct-hist-galery-item.five {
        width: 200px;
    }
    .ct-hist-galery-item.six {
        width: 130px;
        margin: 0 auto 0 auto;
    }
    .ct-hist-galery-item.seven {
        width: 220px;
        margin: 0 0 0 auto;
    }
    .ct-hist-galery-item.ten {
        width: 160px;
    }
    .ct-hist-galery-item.eight {
        margin: 20px auto 20px auto;
        width: 90px;
    }
    .cust-inner-banner {
        height: auto !important;
        padding: 100px 0px;
    }
    .page-title {
        font-size: 28px !important;
    }
    .cust-header {
        padding: 10px 0px;
    }
    .cust-lang-main {
        text-align: center;
    }
    .what-is-content {
        flex-direction: column-reverse;
    }
    .what-is_paragraph {
        margin-top: 3em;
    }
    .contact-cta-container {
        padding: 30px 15px 50px 15px;
    }
    .contact-cta-row, .ambassadors-custom-col {
        text-align: center;
    }
    .contact-cta_text p{
        margin-bottom: 1rem;
    }
    .about-careers-content {
        flex-direction: column-reverse;
    }
    .about-careers_paragraph {
        padding: 30px 45px 0px 45px;
    }
    .his-overlap-box {
        margin-bottom: 50px;
    }
    .secondary-cta .col-sm-6 {
        min-height: 250px;
    }
    .secondary-cta .col-sm-6 {
        min-height: 250px;
    }
    .secondary-cta .content-wrapper {
        padding: 25px 15px 25px;
    }
    .secondary-cta .text-main {
        font-size: 21px;
    }

   /* Center Ways to Give on phones + tablets (everything below desktop) */
@media (max-width: 991.98px) {
  /* Center the heading, subhead, and body copy */
  .cust-our-service.home-ways-give .cust-service-content,
  .cust-our-service.home-ways-give .cust-service-content .sub-head,
  .cust-our-service.home-ways-give .cust-service-content h2 {
    text-align: center !important;
  }

  /* Center the icon row */
  .cust-our-service.home-ways-give .home-ways-btns {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
  }

  /* Optional: center the image when stacked */
  .cust-our-service.home-ways-give .cust-service-img { text-align: center; }
  .cust-our-service.home-ways-give .cust-service-img img { display: inline-block; }
}
/* Language Switcher Styling */
.language-wrap select {
    border: 2px solid #66c86e;
    padding: 5px 5px;
    width: 130px;
    outline: 0;
    border-radius: 10px !important;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
    background-color: #fff;
}
/* Remove global body padding only on the eNews template */
body.page-template-template-enews {
  padding-top: 0 !important;
}
/* Kill Slick arrows globally */
.slick-prev,
.slick-next,
.slick-arrow,
.slick-prev::before,
.slick-next::before {
  display: none !important;
  content: "" !important;
  pointer-events: none !important;
}








