
:root {
    --bg-AAA-primary-color: #367e3d;
    --bg-AAA-secondary-color: #93ae3c;
    --bg-AAA-tertiary-color: #18351c;
}

@media only screen and (max-width: 576px){
    #content{
        padding-right: 0px !important;
    }
    #page-wrapper{
        overflow: hidden;
    }
}
#page-wrapper{
    overflow-x: hidden;
}
.container{
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
}
.banner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.banner img{
    width: 130px;
    filter: drop-shadow(0px 1px 2px black);
}

#joinBtn{
    background: radial-gradient(#387c2c, #003502);
    color: white !important;
}
a.card {
    color: black;
}

.card {
    border-radius: 10px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 0px !important;
}

a.card:hover {
    filter: saturate(130%);
    transform: translate(-3px, -3px);
    transition: 0.2s;
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    text-decoration: none !important;
}

.card p {
    padding: 15px;
    font-size: 1.1rem;
}

.card ul {
    padding: 15px;
    list-style-type:disc;

}

.card .fullFor li::marker{
    color: #003502;
}
.card .studentFor li::marker{
    color: rgb(56,124,44);
}
.card .tycFor li::marker{
    color: #78401c;
}
.card .retiredFor li::marker{
    color: #00355f;
}
.card .fullBenefits li::marker{
    color: #003502;
}
.card .studentBenefits li::marker{
    color: rgb(56,124,44);
}
.card .tycBenefits li::marker{
    color: #78401c;
}
.card .retiredBenefits li::marker{
    color: #00355f;
}

.fa-chalkboard-teacher{
    filter:drop-shadow(1px 2px 2px rgb(0 0 0 / 80%));
}

.fa-user-clock{
    filter:drop-shadow(1px 2px 2px rgb(0 0 0 / 80%));
}
.fa-user-graduate{
    filter:drop-shadow(1px 2px 2px rgb(0 0 0 / 80%));
}
.fa-briefcase{
    filter:drop-shadow(1px 2px 2px rgb(0 0 0 / 80%));
}

.btn-group-vertical .btn {
    box-shadow: inset 0px -6px 5px -5px rgba(0,0,0,0.5);
}

.card h4 {
    text-align: center;
    color: white;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 80%);
    font-size: 1.4rem;
    margin: 0px;
}

.card span.price {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 2rem;
}

.shelf {
    border-bottom: 1px solid #003502;
    box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.9);
    
}

#btnGroupDrop1{
    text-shadow: 1px 1px 2px black !important;
}

div.btn-group.dropdown-group ul.dropdown-menu a{
    text-shadow: none !important;
}

#bannerImgArea{
    background: url(https://aaahq.org/portals/0/images/about/AAA_2192.JPG);
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    position: relative;
    box-shadow: inset 7px 0px 10px -1px rgba(0,0,0,0.6), inset -7px 0px 10px -1px rgba(0,0,0,0.6);
}

.description {
    padding: 35px !important;
    /* margin: 20px !important; */
    background: linear-gradient(135deg,#387c2c, #003502);
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); */
    color: white;
    font-size: 1.3rem !important;
    text-shadow: 1px 1px 2px black;
    box-shadow: inset -3px -3px 23px -10px rgba(0,0,0,0.3);
}

.description hr {
    border-color: white;
}

.description h1 {
    color: white;
}

div.menuColumn {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 0px;
}

div.menuColumn>div {
    background: linear-gradient(225deg,#387c2c, #003502);
    padding: 20px 15px;
    /* margin: 20px 0px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border-radius: 1rem 0px 0px 1rem; */
    text-shadow: 1px 1px 2px black;
    box-shadow: inset -3px -3px 25px -10px rgba(0,0,0,0.3);
}

a.miniMenuJoinBtn, a.miniMenuJoinBtn:link, a.miniMenuJoinBtn:visited{
    background-color: white;
    color:#0f3f0d !important;
    margin-top: 10px;
    font-weight: bold;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.8), inset -2px -3px 15px rgba(0,0,0,0.3);
    text-shadow: none !important;
}

div.for{
    font-size: 1.1rem !important;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.4);
    margin: 10px !important;
    border-radius: 5px;
}

div.for::before{
    content: "You are:";
    display: block;
    padding: 5px 12px;
    font-weight: bold;
    color: white;
    border-radius: 5px 5px 0px 0px;
    text-shadow: 0px 1px 2px black;
}
div.for.fullFor::before{
    background: linear-gradient(135deg, #387c2c, #003502);
}
div.for.studentFor::before{
    background: linear-gradient(135deg, rgb(48,175,56),rgb(56,124,44));
}
div.for.tycFor::before{
    background: linear-gradient(135deg, #cc8b29, #783f1b);
}
div.for.retiredFor::before{
    background: linear-gradient(135deg, #1482b8, #00355f)
}

div.benefits{
    font-size: 1.1rem;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.4);
    margin: 10px;
    border-radius: 5px;
   
}

div.benefits::before{
    content: "Benefits include:";
    display: block;
    padding: 8px 12px;
    font-weight: bold;
    color: white;
    border-radius: 5px 5px 0px 0px;
    text-shadow: 0px 1px 2px black;
    
}
div.benefits.fullBenefits::before{
    background: linear-gradient(135deg, #387c2c, #003502);
}
div.benefits.studentBenefits::before{
    background: linear-gradient(135deg, rgb(48,175,56),rgb(56,124,44));
}
div.benefits.tycBenefits::before{
    background: linear-gradient(135deg, #cc8b29, #783f1b);
}
div.benefits.retiredBenefits::before{
    background: linear-gradient(135deg, #1482b8, #00355f);
}

.become {
    background-image: url(https://aaahq.org/portals/0/images/membership/2022/people_bubbles-80.jpg);
    background-size: contain;
    margin: 40px;
    position: relative;
    width: 90%;
    height: 83%;
    box-shadow: 3px 3px 8px rgb(0 0 0 / 60%);
    cursor: pointer;
}

.become:hover {
    filter: saturate(130%);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8);
    transform: translate(-5px, -5px);
    transition: 0.2s;
}

.become h4 {
    position: absolute;
    bottom: -18px;
    left: -25px;
    padding: 20px;
    color: white;
    background-color: #008000;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    display: inline-block;

}

a.joinLink {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

#AMAdContainer{
    display: flex; 
    justify-content: flex-end;
    /* align-items: flex-end; */
}
#AMAd{
   background: white;
   padding: 30px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 50%;
   box-shadow: 2px 5px 10px rgb(0 0 0 / 50%);
}


#AMAd h2{
    font-family: 'Gotham-Book', sans-serif;
    font-weight: bold;
    text-align: center;
}
section#sections {
    background-image: url(https://aaahq.org/portals/0/images/meetings/2023/AM/Horizontal_flame.png);
    background-size: auto;
    box-shadow: 2px 3px 25px rgba(0,0,0,0.5);
    background-position: 50% 110%;
    padding: 40px;
    background-color: #30af380f;
}

section#sections>div.row{
    gap: 15px 0px;
}

/* section#sections{
    background-image: url(https://aaahq.org/portals/0/images/membership/Banner_sections-cropped.svg);
    background-size: cover;
    padding: 40px;
    background-color: #30af380f;
} */
div.sectionCard{
    padding: 40px;
    background-color: white;
    box-shadow:2px 5px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

div.sectionCard>h2{
    font-family: 'Gotham-Book' !important;
    font-weight: bold !important;
    font-size: 2rem !important;
    margin: 0px !important;
}

div.sectionCard>a.btn{
    align-self: flex-end;
}

div.sectionCard h2{
    margin-top: 0px !important;
}

#memTypesContainer{
    justify-content: center;
}
#memTypesContainer>div{
    padding:0px !important
}

.membershipTypes {
    justify-content: center;
    padding: 40px 0px 40px 0px;
    /* background-color: #30af380f; */
}

#membershipTypesContainer{
    background-color: #30af380f;
}

div.membershipTypes{
    display: grid;
    grid-template-columns: 150px 1fr 1fr 150px;
    grid-template-rows:1fr auto ;
    grid-template-areas:
        "leftside mid1 mid2 rightside"
        "leftside mid3 mid4 rightside";
    align-items: start;
    gap:40px 30px;
}
#fullCard{
    grid-area: mid1;
}
#studentCard{
    grid-area: mid2;
}
#tycCard{
    grid-area: mid3;
}
#retiredCard{
    grid-area: mid4
}
#scrollDown{
    grid-area: rightside;
    text-align: center;
    position: sticky;
    align-self: start;
    top: 100px;
    right:0px;
    /* background: aliceblue; */

}

.card .cardHead{
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:  80px;
}


#benefitsArea{
    background-color: #30af380f;
    padding-bottom: 40px;
    padding-top: 40px;
}

.full .cardHead {
    border-bottom: 2px solid black !important;
    background: linear-gradient(135deg, #387c2c, #003502)
}

.student .cardHead {
    border-bottom: 2px solid black !important;
    background: linear-gradient(135deg, rgb(48,175,56),rgb(56,124,44))
}

.tyc .cardHead {
    border-bottom: 2px solid black !important;
    background: linear-gradient(135deg, #cc8b29, #783f1b)
}

.retired .cardHead {
    border-bottom: 2px solid black !important;
    background: linear-gradient(135deg, #1482b8, #00355f)
}

.segments .cardHead{
    border-bottom: 2px solid black !important;
}

.full strong{
    color:#003502;
}

.student strong{
    color: rgb(56,124,44);
}

.tyc strong{
    color: #78401c;
}

.retired strong{
    color: #00355f;
}

.fullPrice{
    color:#003502;
}

.studentPrice{
    color: rgb(56,124,44);
}

.tycPrice{
    color: #78401c;
}

.retiredPrice{
    color: #00355f;
}

#carouselRow{
    box-shadow: 2px 3px 25px rgb(0 0 0 / 50%);
}


#carousel{
    margin:  0px;
    background: linear-gradient(135deg, #387c2c, #003502);
}

.carousel-inner{
    padding: 5% 10%;
}

.carousel-item{
    background: white;
    box-shadow: 2px 3px 20px rgba(0,0,0,0.5), inset -2px -2px 15px rgba(0,0,0,0.3);
    height: 300px;
    padding: 40px;
    
    
}

@media only screen and (max-width: 768px){
    .carousel-item{
        height: auto;
    }
}

.carousel-item>div.quoteWrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.carousel-item>div.quoteWrap>span.quoteAuthor{
    align-self: flex-end;
    font-size: 1.3rem;
}

.carousel-item div{
    font-size: 1.2rem;
}

button.carousel-control-next {
    justify-content: flex-end !important;
    padding-right: 15px !important;
}
button.carousel-control-prev {
    justify-content: flex-start !important;
    padding-left: 20px !important;
}
#carouselRowRight{
    background: url('https://aaahq.org/portals/0/images/membership/AAA_3248.JPG');
    background-size: cover;
    background-position: center bottom;
    position: relative;
    min-height: 300px;
}

div#joinCard{
    background-color: white;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 2rem 0px 0px 0px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-right: 45px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.joinCardHeader {
    color: #003502;
    background-image: linear-gradient( #387c2c, #003502);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem !important;
}

.joinBtn{
    text-decoration: none !important;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
    background: linear-gradient(135deg, #387c2c, #034c05);
    color: white;
    margin: 10px;
    padding: 13px;
}



@media only screen and (max-width: 992px){
    .btnColumn{
        min-height: 250px;
    }
    a.joinLink{
        margin-top: 0px;
    }
    #AMAd{
        width: 100%;
    }
    section#sections{
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
    }
}

#Form > main > div.container-fluid{
    padding: 0px !important;
}

#Form > header > div.home-header.bg-primary{
    display: none !important;
}
div.content.container > article{
    padding: 0px !important;
}
footer.site-footer>div.container {
    width: 90% !important;
}

:root {
    --bg-green: #93AE3C;
    --bg-teal: #4A99A2;
    --bg-bluegrey: #576C81;
    --bg-putty: #798378;
    --bg-plum: #882B51;
}

#grid-section {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "left main1 right"
        "left main2 right";
    padding: 0px;
    grid-gap: 12px;
    color: white;
    text-shadow: 1px 1px 3px black;
    line-height: 1.2;
}

left {
    grid-area: left;
}

main1 {
    grid-area: main1;
}

main2 {
    grid-area: main2;
}

right {
    grid-area: right;
}

section#grid-section>left, section#grid-section>right, section#grid-section>main1, section#grid-section>main2{
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6), inset -3px -3px 15px rgba(0,0,0,0.3);
}

#grid-section>left {
    cursor: pointer;
    background-position: 25% 0%;
    background: rgb(74, 153, 162);
    background: -moz-linear-gradient(-45deg, rgba(74, 153, 162, 1) 0%, rgba(43, 148, 160, 1) 73%, rgba(201, 222, 150, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(74, 153, 162, 1) 0%, rgba(43, 148, 160, 1) 73%, rgba(201, 222, 150, 1) 100%);
    background: linear-gradient(135deg, rgba(74, 153, 162, 1) 0%, rgba(43, 148, 160, 1) 73%, rgba(201, 222, 150, 1) 100%);
    color: white;
    border-radius: 1.5rem;
    padding: 1rem;
}

#grid-section>*:hover {
    transform: translate(-5px, -5px);
    transition: 0.2s;
    box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.7), inset -3px -3px 15px rgba(0,0,0,0.3);
    text-decoration: none !important;
}

#grid-section a:hover {
    text-decoration: none !important;
}

#grid-section>left .membership-left-bg {
    background-image: url(https://aaahq.org/portals/0/images/membership/2022/people_bubbles-80.jpg);
    background-size: contain;
    background-position: 0 50%;
    border-radius: 1.5rem;
    margin: 0 0 1rem 0;
    position: relative;
    min-height: 250px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}

#grid-section>main1 {
    grid-area: main1;
    background-color: var(--bg-green);
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    border-radius: 1.5rem;
    padding: 1rem;
}

#grid-section>main2 {
    grid-area: main2;
    background-color: var(--bg-bluegrey);
    padding: 1.5rem;
    border-radius: 1.5rem;
    color: white;
    background: rgb(87, 108, 129);
    background: -moz-linear-gradient(top, rgba(87, 108, 129, 1) 0%, rgba(87, 108, 129, 1) 73%, rgba(201, 222, 150, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(87, 108, 129, 1) 0%, rgba(87, 108, 129, 1) 73%, rgba(201, 222, 150, 1) 100%);
    background: linear-gradient(to bottom, rgba(87, 108, 129, 1) 0%, rgb(64 101 137) 73%, rgb(142 174 204) 100%);

}

#grid-section>right {
    grid-area: right;
    cursor: pointer;
    background-position: 25% 0%;
    background: var(--bg-putty);
    border-radius: 1.5rem;
    padding: 1rem;
    color: white;
    background: -moz-linear-gradient(45deg, rgba(201, 222, 150, 1) 1%, rgba(121, 131, 120, 1) 23%);
    background: -webkit-linear-gradient(45deg, rgba(201, 222, 150, 1) 1%, rgba(121, 131, 120, 1) 23%);
    background: linear-gradient(30deg, rgba(201, 222, 150, 1) 1%, rgba(121, 131, 120, 1) 23%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9de96', endColorstr='#798378', GradientType=1);
}

#grid-section>left .membership-left-bg h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000AA;
    color: white;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    margin: 0;
    padding: 0.5rem;
    width: 100%;
    font-size: 1.3rem;
}

#grid-section>main1 .membership-main1-bg {
    background-image: url(https://aaahq.org/portals/0/images/membership/2022/digital_library_books_on_keyboard.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    border-radius: 1.5rem;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    height: 100%;
    margin-left: 0.5rem;
    min-height: 150px;
}

#grid-section>main2 .membership-main2-bg {
    background-image: url(https://aaahq.org/portals/0/images/membership/2022/career_chalkboard%402x-50.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    border-radius: 1.5rem;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    height: 100%;
    margin-left: 0.5rem;
    min-height: 150px;
}

#grid-section>right .membership-right-bg {
    background-image: url(https://aaahq.org/portals/0/images/membership/2022/members_only_webinars.jpg);
    background-size: cover;
    background-position: 0 50%;
    border-radius: 1.5rem;
    margin: 0 0 1rem 0;
    position: relative;
    min-height: 250px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}

#grid-section>main1 .membership-main1-bg h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000AA;
    color: white;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    margin: 0;
    padding: 0.5rem;
    width: 100%;
    font-size: 1.2rem;
}

#grid-section>main2 .membership-main2-bg h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000AA;
    color: white;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    margin: 0;
    padding: 0.5rem;
    width: 100%;
    font-size: 1.2rem;
}

#grid-section>right .membership-right-bg h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000AA;
    color: white;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    margin: 0;
    padding: 0.5rem;
    width: 100%;
    font-size: 1.3rem;
}

#grid-section h3,
#grid-section h4,
#grid-section h5,
#grid-section h6 {
    color: white;
    letter-spacing: -0.03rem;
}

#grid-section h2 {
    font-size: 2rem;
}

#grid-section h3 {
    font-size: 1.7rem;
}

#grid-section h4 {
    font-size: 1.4rem;
    font-family: 'Gotham-Book', sans-serif;
}

#grid-section section.row {
    height: 100%;
}

#grid-section section.row div.col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#grid-section p.larger {
    font-size: 1.2rem !important;
    margin-bottom: 50px;

}

#grid-section p {
    padding: 10px;
    font-size: 1.2rem !important;

}

#grid-section a {
    color: inherit !important;

}

#grid-section a:visited {
    color: inherit !important;
}

#grid-section>header {
    grid-area: head;
}

@media screen and (max-width: 1069px) {
    #grid-section {
        grid-template-areas:
            "left right"
            "main1 main2";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto
    }

}

@media screen and (max-width: 576px) {
    #grid-section {
        grid-template-areas:
            "left "
            "main1"
            "right"
            "main2";
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
    }

    div.member-banner {
        padding: 0px !important;

    }

    div.banner {
        align-items: center;
    }

}

/* .member-banner {
    background-image: url(https://aaahq.org/portals/0/images/membership/2023/AM2022-Tuesday-Plenary-w03FOQZ0.jpeg);
    background-position: 50% 50%;
    background-size: cover;
} */


.become {
    background-image: none;
    box-shadow: none;
}

.become:hover {
    box-shadow: none;

}

.become h4 {
    padding: 25px;
    border-radius: 1rem;
}

div.membershipTypes {
    display: grid;
    grid-template-columns: 25px 1fr 1fr 1fr 1fr 150px;
    grid-template-rows: 1fr;
    grid-template-areas:
        "leftside mid1 mid2 mid3 mid4 rightside";
    gap: 40px 16px;
}

div.benefits::before {
    cursor: pointer;
}

div.benefits[aria-expanded="true"]::before {
    content: "Key Benefits:";
}

div.benefits::before {
    content: "Click here to see key benefits \2193";
}

div.benefits:hover::before {
    transform: translate(-2px, -4px);
    transition: 0.2s;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.card a.btn, #sections a.btn, .card button{
    box-shadow: 1px 2px 3px rgba(0,0,0,0.8), inset -2px -3px 15px rgba(0,0,0,0.3);
    text-shadow: 0px 1px 2px black;
}

a.btn.fullBtn {
    background: linear-gradient(135deg, #387c2c, #003502);
}

a.btn.studentBtn {
    background: linear-gradient(135deg, rgb(48,175,56),rgb(56,124,44));
}

a.btn.tycBtn {
    background: linear-gradient(135deg, #cc8b29, #783f1b);
}

#retiredAccordion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.retiredBtn {
    background: linear-gradient(135deg, #1482b8, #00355f);
    color:white !important;
}



.retiredBtn.collapsed:after{
    content: 'Click here to join';
}

.retiredBtn:not(.collapsed):after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
}

.retiredBtn:not(.collapsed){
    border-radius: 0.25rem 0.25rem 0px 0px !important;
    margin: 0px 1rem !important;
    color: #00355f;
    align-self: stretch;
}

#retiredAccordion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#retiredFormContainer{
    margin: 0px 1rem;
    align-self: stretch;
}



#retiredForm{
    background: linear-gradient(135deg, #1482b8, #00355f);
    color: white !important;
    border-radius: 0px 0px 0.25rem 0.25rem;
}

#retiredForm input{
    color: rgba(20,20,20,0.9)
}

div#retiredFormSuccess {
    padding: 1rem;
    background-color: #07365e;
    color: white;
    border-radius: 0px 0px 0.25rem 0.25rem;
}

.for {
    min-height: 212px;
}

h4#joinBtn {
    padding: 30px;
    margin: 20px;
    text-align: center;
    border-radius: 1rem;
}

a.joinLink {
    width: auto;
    height: auto;
}

a.joinLink:hover {
    text-decoration: none !important;
}

h4#joinBtn:hover {
    filter: saturate(105%);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8);
    transform: translate(-5px, -5px);
    transition: 0.2s;

}

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

a.btn {
    text-decoration: none !important;
}

a.btn:hover {
    transform: translate(-2px, -4px);
    transition: 0.2s;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5),  inset -2px -3px 15px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 1700px) {
    .card h4 {
        font-size: 1.3rem;
    }
}

#scrollDown {
    display: none;
}



@media only screen and (max-width: 1470px) {
    #scrollDown {
        display: inline-block;
        width: 200px;
        margin: 0 auto;
    }



    div.membershipTypes {
        grid-template-columns: 50px 1fr 1fr 1fr 150px !important;
        grid-template-rows: auto auto !important;
        grid-template-areas:
            "leftside mid1 mid2 mid3 rightside"
            "leftside mid4 mid5 mid5 rightside" !important;
    }
}

@media only screen and (max-width: 1000px) {
    #scrollDown {
        display: block;
        width: 200px;
        margin: 0 auto;
    }

    div.membershipTypes {
        grid-template-columns: 1fr 3fr 1fr !important;
        grid-template-rows: auto auto auto auto !important;
        grid-template-areas:
            "leftside mid1 rightside"
            "leftside mid2 rightside"
            "leftside mid3 rightside"
            "leftside mid4 rightside"
            "leftside mid5 rightside" !important;
    }
}

@media only screen and (max-width: 700px) {
    #scrollDown {
        display: none;
    }

    div.membershipTypes {
        grid-template-columns: 25px 1fr 25px !important;
        grid-template-rows: auto auto auto auto auto !important;
        grid-template-areas:
            "other mid1 other"
            "other mid2 other"
            "other mid3 other"
            "other mid4 other"
            "other mid5 other" !important;
    }
}

@media only screen and (max-width: 992px){
    #bannerImgArea{
        box-shadow: 0px 3px 15px rgba(0,0,0,0.8), 0px -3px 15px rgba(0,0,0,0.8);
    }
    .menuColumn{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
}

@media only screen and (max-width: 500px){
    .menuColumn>div{
        padding-right: 27px;
    }
    .row{
        --bs-gutter-x: 0rem !important;
    }

    div.member-banner>div.row{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

#segmentsCard {
    grid-area: mid5;
}

.segments .cardHead {
    border-bottom: 3px solid #003502;
    background: radial-gradient(#1482b8, #00355f);
    background: linear-gradient(45deg, #ce1c61 0%, #ed2a8b 7%, #ed2f52 13%, #dd3125 19%, #ce5127 25%, #dd7f27 31%, #cc8b2a 36%, #bc8f2d 42%, #ba992e 47%, #918631 53%, #5c843a 59%, #357c3b 65%, #5c61aa 71%, #61318e 77%, #803e91 83%, #a54893 88%, #aa2085 94%, #bf3f94 100%);
}

.segmentsBtn {
    background: linear-gradient(45deg, #ce1c61 0%, #ed2a8b 7%, #ed2f52 13%, #dd3125 19%, #ce5127 25%, #dd7f27 31%, #cc8b2a 36%, #bc8f2d 42%, #ba992e 47%, #918631 53%, #5c843a 59%, #357c3b 65%, #5c61aa 71%, #61318e 77%, #803e91 83%, #a54893 88%, #aa2085 94%, #bf3f94 100%);
}

.card span.price {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 2rem;
    padding: 0.3rem !important;
}

.segmentsPrice {
    color: #367c2b;
}



div.membershipTypes {
    display: grid;
    grid-template-columns: 25px 1fr 1fr 1fr 1fr 1fr 25px;
    grid-template-rows: 1fr;
    grid-template-areas: "leftside mid1 mid2 mid3 mid4 mid5 rightside";
    gap: 40px 30px;
}

/* div.menuColumn>div {
    background: radial-gradient(#387c2c, #003502);
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 15px;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem 0px 0px 1rem;
} */

a.miniMenuJoinBtn {
    background-color: white;
    font-family: 'Gotham-Black', sans-serif;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

#btnGroupDrop1{
    border-radius: 0px 0px 0.25rem 0.25rem !important;
}

.dropdown-group .dropdown-menu li{
    list-style-type: none !important;
}

div.btn-group-vertical{
    box-shadow: 0px 4px 10px black;
}