body{
    background:#eaeae6;
    font-family:'avenir-next-lt-pro';
    color:#171a1d;
    font-size:18px;
    font-weight:400;
}

h1, h2, h3, h4{
    font-family:'aktiv-grotesk-extended';
    font-weight:600;
}

h1, h2, h3{
    color:#4a6c6a;
}

h4{
    color:#a4917e;
}

h1.text-color{
    color:#4a6c6a !important;
}

.custom-container{
    max-width:1575px;
    padding-left:30px;
    padding-right:30px;
    margin:auto;
}

.header-image.text-container{
    height: calc(100vh - 137px);
    padding-top: 0;
}

.header-image .intro-heading {
    background: transparent !important;
    background-image: unset !important;
    width: 100%;
    height: 100px;
    bottom: 50px;
    top: unset;
    display: flex;
    padding-right: 0;
    padding-left: 0;
    justify-content: space-between;
}

.header-image .pagetitle{
    font-family: 'aktiv-grotesk-extended';
    font-weight: 600;
    transform: unset;
    color: #eaeae6;
    font-size: 44px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#hero-image{
    margin-bottom:227px;
}

#hero-image #header::before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background-image:linear-gradient(to bottom, #33333388, #33333300);
}

.header-image .left-accent{
    width: 20%;
    max-width:400px;
    align-self: flex-start;
}

.header-image .right-accent{
    width: 20%;
    max-width:400px;
    align-self: flex-end;
}

.header-image .intro-subheading{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 137px;
    transform: translateY(137px);
    background: #a4917e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "avenir-next-lt-pro";
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 33px;
    text-transform: capitalize;
    color: #eaeae6;
    line-height: 1.10;
}

header .navbar.navbar-static-top{
    height: 115px;
    background: transparent;
    box-shadow: none; 
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:27px 40px;
    transition:background ease 0.3s;
}

.logo-nav-wrapper img{
    width:250px;
}

header .navbar::before, header .navbar::after{
    display:none !important;
}

.navbar-static-top .nav-items a{
    font-size: 18px;
    font-family: 'avenir-next-lt-pro';
    font-weight: 600;
    color: #eaeae6;
    transition:ease all 0.3s;
}

.navbar-static-top .nav-items a:hover{
    color:#4a6c6a;
}

.navbar-static-top .nav-items{
    display: flex;
    column-gap: 40px;
}

.navbar-static-top .nav-items a i{
    margin-right: 5px;
}

.navbar-static-top.solid{
    background: #171a1d !important;
}

@media only screen and (max-width:991px){
    .intro-heading img{
        display:none;
    }

    .navbar-static-top .nav-items {
        display: flex;
        column-gap: 20px;
    }

    .navbar-static-top .nav-items a {
        font-size: 16px;
    }

      
    .header-image .intro-heading{
        justify-content:center;
    }

}

@media only screen and (max-width:767px){
    header .navbar.navbar-static-top {
        padding: 27px 10px;
    }

    .header-image .pagetitle {
        font-size:34px;
    }

    .header-image .intro-subheading {
        text-align: center;
        font-size: 22px;
        padding: 0 15px;
        height: 80px;
        transform: translateY(80px);
    }

    #hero-image {
        margin-bottom: 140px;
    }

    .header-image.text-container {
        height: calc(100vh - 80px);
    }

    .navbar-static-top .nav-items a{
        display:none;
    }

    .navbar-static-top .nav-items a:last-child{
        display:block;
        font-size:0;
    }

    .navbar-static-top .nav-items a:last-child i{
        font-size:30px;
    }
}

footer.wp-footer{
    padding:0;
    border:none;
}

.footer-cols{
    display:flex;
    min-height: 800px;
}

.footer-left{
    width: 60%;
    background: #171a1d;
    display: flex;
    flex-direction: column;
}

.footer-right{
    width:40%;
    background: url(/Themes/SouthwestWordPress/Assets/Images/footer-new-right-bg.jpg);
    background-size:cover;
    display:flex;
    flex-direction: column;
    padding: 100px 40px;
    align-items: center;
}

.footer-left-accent{
    max-width:40%;
}

.footer-nav{
    padding: 0px 5% 20px 12%;
    display: flex;
    flex-direction: column;
}

.footer-nav a{
    padding: 10px;
    font-family: 'aktiv-grotesk-extended';
    font-weight: 600;
    transform: unset;
    color: #eaeae6;
    font-size: 36px;
    transition: ease all 0.3s;
    border-radius:8px;
}

.footer-nav a:hover{
    background:#4a6c6a;
}

.footer-copy a{
    filter: brightness(1.5);
}

.footer-copy{
    padding: 0 5% 40px 12%;
    color: #eaeae6;
    font-family: 'avenir-next-lt-pro';
    font-size: 16px;
    margin-top: 50px;
}

.footer-right-accent{
    position: absolute;
    max-width: 25%;
    right: 0;
    bottom: 0;
}

.footer-button{
    margin-top: 20px;
    color: #eaeae6;
    font-family: 'avenir-next-lt-pro';
    font-weight: 600;
    font-size: 17px;
    text-transform:uppercase;
    letter-spacing: 1px;
    height: 55px;
    display: flex;
    justify-content: center;
    width: 300px;
    align-items: center;
    border: 3px solid #f5f1ea;
    border-radius: 0px;
    transition:ease all 0.3s;
}

.footer-button:hover{
    background:#171a1d;
    border-color:#171a1d;
}

.footer-button:hover i{
    color: #eaeae6;
}

.footer-button i{
    margin-right: 10px;
}

.footer-right h4{
    margin-top: 35px;
    margin-bottom: 10px;
    font-family: 'aktiv-grotesk-extended';
    font-size: 28px;
    color: #eaeae6;
}

.footer-socials svg{
    width:46px;
    height:46px;
}

.footer-socials svg path{
    fill:#eaeae6;
    stroke:#eaeae6;
}

.footer-socials .fa-globe{
    font-size: 30px;
    color: #4a6c6a;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaeae6;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.footer-socials{
    display:flex;
    column-gap: 10px;
}

.footer-right .nap{
    color: #eaeae6;
    margin-top: 30px;
    font-family: 'avenir-next-lt-pro';
    font-size: 19px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer-right .map-pin{
    margin-right: 15px;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #171a1d;
    color: #eaeae6;
}

@media only screen and (max-width:991px){
    .footer-cols{
        flex-direction:column;
        min-height:unset;
    }

    .footer-left{
        width:100%;
    }

    .footer-left-accent{
        display:none;
    }

    .footer-nav{
        margin-top:41px;
        padding: 0 0 20px 0;
    }

    .footer-nav a{
        font-size: 26px;
        text-align: center;
        padding: 5px 10px;
    }

    .footer-copy{
        text-align:center;
        margin-top:15px;
    }

    .footer-right{
        width: 100%;
    }
}

.events-dates{
    opacity:1;
    font-size: 18px;
}

.events-wrapper .row.margin-t-lg{
    margin-top: 0 !important;
}

.events-wrapper .btn-group.hidden-print{
    display:none;
}

.btn{
    border-radius:0px;
    font-size: 17px;
    padding: 17px 29px;
    line-height: 17px;
    letter-spacing: 1px;
}

.btn-primary, .btn-default{
    color:#eaeae6;
}

.btn-primary:hover, .btn-default:hover{
    background: #171a1d !important;
 
}

.btn-authentication-v2{
    justify-content:center;
}

.login-block fieldset legend{
    font-family: 'aktiv-grotesk-extended';
    font-size: 40px;
    color: #4a6c6a;
    font-weight: 600;
}

.btn-action{
    color:#eaeae6;
    background: #a4917e;
}

.btn-link{
    border: 2px solid #4a6c6a;
}

.btn-link:hover{
    color:#eaeae6;
    background:#8ec9ce;
    text-decoration:none;
}

@media only screen and (max-width:767px){
    .volunteer-wrapper .cc22-container{
        padding:0;
    }
}

/* Give Page Blocks */
.split-col{
    display: flex;
    column-gap: 50px;
    max-width: 1300px;
    padding: 80px 20px;
    align-items: center;
    margin: auto;
}

.split-col h2{
  color: #4a6c6a;
  text-transform:uppercase;
line-height: 60px;
margin-bottom: 15px;
font-size: 60px;
margin-top: 0;
}

.split-col p{
       font-size: 18px;
letter-spacing: 0;
line-height: 30px;
}

.split-right{
flex:1;
}
.split-left{
flex:1;
}
.rounded-image{
border-radius:0px;
max-width:100%;
}

.slide-up{
transform: translateY(60px);
transition: ease all .5s;
}

.slide-up.in-viewport{
    transform: translateY(0);
}

.slide-down{
    transform: translateY(-60px);
    transition: ease all .5s;
    }
    
.slide-down.in-viewport{
       transform: translateY(0);
}


.give-cta-button{
    margin-top: 20px;
}

.give-cta-button button{
    min-width:286px;
}

.manage-cta-button{
    margin-top:20px;
}

@media only screen and (max-width:991px){
    .split-col{
        flex-direction:column;
        row-gap:20px;
    }

    .split-col.mobile-reverse{
        flex-direction:column-reverse;
    }
    
    .split-col h2{
        font-size:50px;
        line-height:50px;
        text-align:center;
    }
    
    .split-col p{
        text-align:center;
    }

    .give-cta-button{
        text-align:center;
    }

    .manage-cta-button{
        text-align:center;
    }
}

@media only screen and (max-width:767px){
    .split-col h2{
    font-size:40px;
    line-height:40px;
    }
}

.banner-text{
    background:#171a1d;
    padding:70px 20px;
}

.banner-text p{
    text-align:center;
    margin:auto;
    max-width:980px;
    color:#eaeae6;
    line-height:1.2em;
    font-size:32px;
}

@media only screen and (max-width:767px)
{
    .banner-text p{
        font-size:28px;
    }
    
    .banner-text{
        padding:50px 20px;
    }
}

.button-banner{
    background:#4a6c6a;
    padding:70px 20px;
    text-align:center;
}

.button-banner h3{
    color:#eaeae6;
    line-height: 60px;
    margin-bottom: 10px;
    margin-top:0;
    font-size: 60px;
    text-transform: uppercase;
}

.button-banner p{
    color:#eaeae6;
    line-height:1.2em;
    font-size:24px;
}

.button-banner p a{
   color:#eaeae6;
}

.button-banner p a:hover{
    color:#eaeae6;
}

.banner-ctas a{
    border-radius: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 17px 29px;
    display: inline-block;
    font-weight: 600;
    min-width: 200px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #eaeae6;
    border: 1px solid #eaeae6;
    background: transparent;
    transition:ease all 0.4s;
}

.banner-ctas{
    margin-top:20px;
}

.banner-ctas a i{
    margin-right: 18px;
}

.banner-ctas a:hover{
    background: #171a1d !important;
 
}


@media only screen and (max-width:991px){
    .button-banner h3{
        font-size:50px;
        line-height:50px;
    }

    .button-banner p{
        font-size:22px;
    }
}

@media only screen and (max-width:767px){
    .button-banner h3{
        font-size:40px;
        line-height:40px;
    }
    
    .button-banner p{
        font-size:20px;
    }

    .banner-ctas a{
        font-size: 20px;
    }
    
}

.four-cards-wrapper{
    background: #171a1d;
    padding:60px 20px;
}

.four-cards-inner{
    max-width:1260px;
    margin:auto;
}

.four-cards-inner h2{
    color:#eaeae6;
    font-size:60px;
    line-height:60px;
    margin-bottom:30px;
    text-transform: uppercase;
}

.four-cards{
    display:flex;
    column-gap:20px;
}

.bg-card{
   padding:300px 15px 40px 15px;
   flex:1;
   text-align:center;
   background-position:center center !important;
   background-size:cover !important;
   border-radius:0px;
   width:calc(25% - 15px);
}

.bg-card .buttons{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.bg-card .buttons button{
    width:100%;
}

.bg-card h3{
   color:#eaeae6;
   font-size:34px;
   line-height:34px;
   margin-top:0;
   margin-bottom:20px;
   font-family: "Birdie";
    font-style: normal;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    --fontSize: 34;
    line-height: 1.10;
}

.bg-card p{
    color:#eaeae6;
    font-size:18px;
    line-height:32px;
    letter-spacing: 0;
}

@media only screen and (max-width:1200px){
    .four-cards{
        flex-wrap:wrap;
        row-gap:20px;
    }

    .bg-card{
        width:calc(50% - 10px);
        flex:auto;
    }
}

@media only screen and (max-width:991px){
    .four-cards-inner h2{
        font-size:50px;
        line-height:50px;
        text-align:center;
    }
}

@media only screen and (max-width:767px){
    .four-cards-inner h2{
        font-size:40px;
        line-height:40px;
        margin-bottom:20px;
    }
}

@media only screen and (max-width:650px){
    .bg-card{
        width:100%;
    }
}

#filter-box-top.bg-theme-1{
    background-color:#4a6c6a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.group-card .card-top{
    background-color: #8ec9ce;
    border-radius: 4px;
}

.group-card .bg-theme-selected h4{
    background-color: #171a1d !important;
}

.group-card{
    border-radius:4px !important;
}

#filter-container{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#clear-filters-button{
    border-radius: 0px !important;
}

.searchbar{
    border-radius:0px !important;
}

.tray .filter-btn{
    border-radius: 0px !important;
}

#groupDetailModal{
    border-radius: 0 !important;
}

#groupDetailModal .btn-primary{
    border-radius: 0 !important;
} 

#group-details-container .leader-pic{
    border-radius:0;
}

.events-image{
    border-radius:0px;
}