.container{
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
}

footer.site-footer{
    padding: 0px 20px;
}

#page-wrapper{
    overflow: hidden;
}

div.banner{
    padding: 30px 50px;
    display: grid;
    background-image: url(https://aaahq.org/portals/0/images/segments/AAA_2648.JPG);
    /* background-image: url(https://aaahq.org/portals/0/images/segments/ALA_0665.jpg); */
    /* background-image: url(https://aaahq.org/portals/0/images/segments/ALA_2416.jpg); */
    /* background-image: url(https://aaahq.org/portals/0/images/membership/Banner_sections-cropped.svg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    grid-gap: 20px;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
        "bannerMain bannerRight";
}

/* div.bannerBody>div{
   
    background-color: white;
    box-shadow: 2px 5px 10px rgb(0 0 0 / 50%);
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem 2rem 0.25rem 0.25rem;
} */

#bannerMain{
    grid-area: bannerMain;
    margin-right: 75px; 

}

#bannerMain img{
    max-width: 300px;
}

#bannerMain>div.card-header{
    background: url(https://aaahq.org/portals/0/images/membership/Banner_sections-cropped.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
}

#bannerMain>div.card-body{
    align-self: flex-end;
}

#bannerMain .chevronsWrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1.5rem;
    color: rgba(29, 29, 29, 0.6);
}

.arrow,.arrow:before{
  position: absolute !important;

}

.arrow{
  width: 16px !important;
  height: 16px !important;
  bottom: 15px !important;
  right: 15px !important;
  margin: -16px 0 0 -16px !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  border-left: none !important;
  border-top: none !important;
  border-right: 2px rgba(29, 29, 29, 0.6) solid !important;
  border-bottom: 2px rgba(29, 29, 29, 0.6) solid !important;
}
  
.arrow:before{
  content: '' !important;
  width: 8px !important;
  height: 8px !important;
  bottom: 10px !important;
  right: 10px !important;
  margin: -8px 0 0 -8px !important;
  border-left: none !important;
  border-top: none !important;
  border-right: 1px rgba(29, 29, 29, 0.6) solid !important;
  border-bottom: 1px rgba(29, 29, 29, 0.6) solid !important;
  animation-duration: 2s !important;
  animation-iteration-count: infinite !important;
  animation-name: arrow !important;
}
  
@keyframes arrow{
  0%{
    opacity: 1
  }
  100%{
    opacity: 0;
    transform: translate(8px, 8px)
  }
}


#bannerRight{
    grid-area: bannerRight;
    /* background: url(https://aaahq.org/portals/0/images/segments/Regions%20Background.png); */
    /* background: url(https://aaahq.org/portals/0/images/regionlogos/Persian_coast.jpg); */
    /* display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(1.7); 
    align-items: end; 
    box-shadow: -18px 0px 24px -10px;
    background-position: 30% 74%;*/
    margin: 0px !important;
}

#bannerRight>div.card-header{
    border-radius: 2rem 0.25rem 0rem 0rem !important;
    background: url(https://aaahq.org/portals/0/images/segments/Regions%20Background.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    background-position: bottom;
    filter: saturate(120%);
}

a#sparkBtn1{
    background: url(https://aaahq.org/portals/0/images/segments/Spark%20background%202023%20v1.jpg);
    background-size: cover;
    background-position: center center;
    color: white;
    text-shadow: 0px 3px 4px rgb(0 0 0 / 50%);
}

span.sparkBtnText{
    font-size: 1.25rem !important;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 2.2rem;
    display: inline-block;

}

/* #bannerRight>div{
    margin: 30px 50px 30px 0px;
    filter: none;
} */

.bannerBody h1{
    margin: 0px !important;
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
}

.bannerBody h2{
    font-family: "Gotham-Medium" !important;
    text-transform: uppercase !important;
    color: white !important;
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    margin: 0px 30px;
}

hr{
    border-bottom: 1px solid rgba(0,0,0,0.5);
    margin: 5px 0px;
    width: 100%;
}

.card {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 0px;
    border-radius: 0.25rem 2rem 0.25rem 0.25rem;
}

.card .img-wrap {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    background-color: white;
    border-radius: 0.25rem 2rem 0px 0px;
}

.card .card-img-top {
    width: 50%;
    padding: 10px;
}

.card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card .card-header{
    padding: 1rem 20px;
    margin:0px;
    box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.3);
    height: 90px;
    display: flex;
    align-items: center;
}
.card h4.card-title{
    margin: 0px;
}
.card .card-footer{
    display: grid;
    padding: 0px !important;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
}
.card .card-footer>div{
    padding: 0px;
}

.card .card-footer .footerCol{
    padding: 8px;
}

.card .card-footer>div:first-child{
    border-right: 2px solid rgba(0,0,0,0.4) !important;
}

.card p{
    font-size: 1rem !important;
}

div.btnWrap {
    display: grid;
    /* justify-content: flex-end; */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "btn1 btn1"
        "btn3 btn3";
    grid-gap: 5px;
}

div.btnWrap>a:nth-child(3) {
    grid-area: btn3;
}

.card a.btn, .card a.btn:visited, .card a.btn:link{
    text-decoration: none !important;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    font-family: "Gotham-Medium";
    filter: brightness(1.1) 
}
.card a.btn:hover, .card a.btn:visited:hover, .card a.btn:link:hover{
    text-decoration: none;
    transform: translate(-3px, -5px);
    transition: 0.2s;
    box-shadow: 3px 4px 8px rgba(0,0,0,0.5);
    filter: saturate(120%);
}

.card .footerCol {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.card .footerCol span.footerHeader{
    text-align: center;
    font-size: 1rem;
}
.card .footerCol span{
    text-align: center;
}

.card .footerCol span.price{
    font-size: 1.1rem;
}

.card .footerCol span.journalLink{
    font-size: 0.8rem;
}

em.highlighted{
    font-size: 1.15rem;
    line-height: 1.15rem;
    vertical-align: baseline;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
    font-family: 'Gotham-Black';
}


#sectionGrid{
    padding: 30px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-gap: 20px;
    background: linear-gradient(135deg, #FFFFFF 0%, #b1b0b4 37% ,#000000 100%);
    grid-template-areas: 
        "section1 section2 section3 regionList"
        "section4 section5 section6 regionList"
        "section7 section8 section9 regionList"
        "section10 section11 section12 regionList"
        "section13 section14 section15 regionList"
        "section16 section17 section18 regionList"
       ;
}

#regionList{
    grid-area: regionList;
    display: flex;
    flex-direction: column;

}

.regionCard{
    margin: 0px 0px 20px 0px;
    border-radius: 2rem 0.25rem 0.25rem 0.25rem !important;
}



.regionCard>.img-wrap{
    border-radius: 2rem 0.25rem 0.25rem 0.25rem !important;
    justify-content: flex-end;
}

#regionMapImg{
    width: 100%;
    padding: 0px;
}




/* MEDIA QUERIES SECTION */

/* MEDIA QUERY 1 - UNDER 1400PX */
@media only screen and (max-width:1400px){
    #sectionGrid{
        grid-template-columns: 1.5fr 1.5fr 1fr;
        grid-template-rows: auto auto auto auto auto auto auto auto auto;
        grid-template-areas: 
        "section1 section2  regionList"
        "section3 section4  regionList"
        "section5 section6  regionList"
        "section7 section8 regionList"
        "section9 section10 regionList"
        "section11 section12 regionList"
        "section13 section14 regionList"
        "section15 section16 regionList"
        "section17 section18 regionList"
       ;
    }
    
    div.banner{
        grid-template-columns: 3fr 1fr;
        grid-template-areas: 
        " bannerMain bannerRight";
    }
}
/* END MEDIA QUERY 1 */

/* MEDIA QUERY 2 - BELOW 1100PX  */
@media only screen and (max-width: 1100px){
    #sectionGrid{
        grid-template-columns: 2fr 1fr;
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
        grid-template-areas: 
        "section1 regionList"
        "section2 regionList"
        "section3 regionList"
        "section4 regionList"
        "section5 regionList"
        "section6 regionList"
        "section7 regionList"
        "section8 regionList"
        "section9  regionList"
        "section10  regionList"
        "section11 regionList"
        "section12 regionList"
        "section13 regionList"
        "section14 regionList"
        "section15 regionList"
        "section16 regionList"
        "section17 regionList"
       ;
    }
    div.banner{
        grid-template-columns: 2fr 1fr;
        grid-template-areas: 
        " bannerMain bannerRight";
    }
    #bannerMain{
        margin: 0px;
    }
    #bannerMain>div.card-header{
        height: 90px;
    }
}
/* END MEDIA QUERY 2 - BELOW 1100PX  */

/* MEDIA QUERY 3 - BELOW 850PX */
@media only screen and (max-width: 850px){
    #sectionGrid{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
        grid-template-areas: 
        "section1"
        "section2"
        "section3"
        "section4"
        "section5"
        "section6"
        "section7"
        "section8"
        "section9"
        "section10"
        "section11"
        "section12"
        "section13"
        "section14"
        "section15"
        "section16"
        "section17"
        "regionList"
       ;
    }
    div.banner{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: 
        " bannerMain "
        "bannerRight";
    }

   
}
/* END MEDIA QUERY 3 - BELOW 850PX */

/* MEDIA QUERY 4 - BELOW 576PX */
@media only screen and (max-width: 576px){
    #bannerMain{
        padding: 0px;
    }
   
    #sectionGrid{
        padding: 30px 20px;
    }
    div.banner{
        padding: 10px !important;
    }
}
/* END MEDIA QUERY 4 - BELOW 576PX */

/* END MEDIA QUERIES */









:root {
    /* Primary */
    --bg-AAA-primary-color: #367e3d;
    --bg-AAH-primary-color: #dd7e28;
    --bg-ABO-primary-color: #d25328;
    --bg-AIS-primary-color: #5e863b;
    --bg-ATA-primary-color: #61338f;
    --bg-AUD-primary-color: #ab2387;
    --bg-DIV-primary-color: #823d93;
    --bg-FARS-primary-color: #5b63ad;
    --bg-FIA-primary-color: #d01c61;
    --bg-GIWB-primary-color: #e23227;
    --bg-GNP-primary-color: #bd9c2f;
    --bg-IA-primary-color: #a64995;
    --bg-APLG-primary-color: #b88e2e;
    --bg-MAS-primary-color: #928832;
    --bg-PI-primary-color: #ed228c;
    --bg-SET-primary-color: #c13e96;
    --bg-TYC-primary-color: #cd8c2a;
    --bg-TLC-primary-color: #ed2e56;
    --bg-MA-primary-color: #0e406f;
    --bg-MW-primary-color: #283273;
    --bg-NE-primary-color: #1e4a0b;
    --bg-OH-primary-color: #004046;
    --bg-SE-primary-color: #004d35;
    --bg-SW-primary-color: #00512f;
    --bg-WE-primary-color: #00355f;
    /* Secondary */
    --bg-AAA-secondary-color: #93ae3c;
    --bg-AAH-secondary-color: #a66f29;
    --bg-ABO-secondary-color: #703919;
    --bg-AIS-secondary-color: #184723;
    --bg-ATA-secondary-color: #292b69;
    --bg-AUD-secondary-color: #670e21;
    --bg-DIV-secondary-color: #4e286c;
    --bg-FARS-secondary-color: #27235d;
    --bg-FIA-secondary-color: #702f15;
    --bg-GIWB-secondary-color: #641813;
    --bg-GNP-secondary-color: #653b17;
    --bg-IA-secondary-color: #63286c;
    --bg-APLG-secondary-color: #512d1b;
    --bg-MAS-secondary-color: #645c27;
    --bg-PI-secondary-color: #591f11;
    --bg-SET-secondary-color: #741034;
    --bg-TYC-secondary-color: #78411d;
    --bg-TLC-secondary-color: #80142d;
    --bg-MA-secondary-color: #088fbd;
    --bg-MW-secondary-color: #626db3;
    --bg-NE-secondary-color: #007d4b;
    --bg-OH-secondary-color: #007884;
    --bg-SE-secondary-color: #007d79;
    --bg-SW-secondary-color: #008e6a;
    --bg-WE-secondary-color: #1380b5;
    /* Tertiary */
    --bg-AAA-tertiary-color: #18351c;
}

.AAAText{
    color:var(--bg-AAA-primary-color);
}
.AAHText{
    color:var(--bg-AAH-primary-color);
}
.ABOText{
    color:var(--bg-ABO-primary-color);
}
.AISText{
    color:var(--bg-AIS-primary-color);
}
.ATAText{
    color:var(--bg-ATA-primary-color);
}
.AUDText{
    color:var(--bg-AUD-primary-color);
}
.DIVText{
    color:var(--bg-DIV-primary-color);
}
.FARSText{
    color:var(--bg-FARS-primary-color);
}
.FIAText{
    color:var(--bg-FIA-primary-color);
}
.GIWBText{
    color:var(--bg-GIWB-primary-color);
}
.GNPText{
    color:var(--bg-GNP-primary-color);
}
.IAText{
    color:var(--bg-IA-primary-color);
}
.LEADText{
    color:var(--bg-APLG-primary-color);
}
.MASText{
    color:var(--bg-MAS-primary-color);
}
.PIText{
    color:var(--bg-PI-primary-color);
}
.SETText{
    color:var(--bg-SET-primary-color);
}
.TLCText{
    color:var(--bg-TLC-primary-color);
}
.TYCText{
    color:var(--bg-TYC-primary-color);
}
.MAText{
    color:var(--bg-TYC-primary-color);
}
.MWText{
    color:var(--bg-TYC-primary-color);
}
.OHText{
    color:var(--bg-TYC-primary-color);
}
.SEText{
    color:var(--bg-TYC-primary-color);
}
.SWText{
    color:var(--bg-TYC-primary-color);
}
.WEText{
    color:var(--bg-TYC-primary-color);
}

.AAAColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-AAA-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-AAA-primary-color) 0%, var(--bg-AAA-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-AAA-primary-color) 0%, var(--bg-AAA-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-AAA-primary-color) 0%, var(--bg-AAA-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-AAA-primary-color)', endColorstr='var(--bg-AAA-secondary-color)', GradientType=1);
}


.AAHColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-AAH-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-AAH-primary-color) 0%, var(--bg-AAH-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-AAH-primary-color) 0%, var(--bg-AAH-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-AAH-primary-color) 0%, var(--bg-AAH-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-AAH-primary-color)', endColorstr='var(--bg-AAH-secondary-color)', GradientType=1);
}

.ABOColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-ABO-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-ABO-primary-color) 0%, var(--bg-ABO-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-ABO-primary-color) 0%, var(--bg-ABO-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-ABO-primary-color) 0%, var(--bg-ABO-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-ABO-primary-color)', endColorstr='var(--bg-ABO-secondary-color)', GradientType=1);
}

.AISColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-AIS-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-AIS-primary-color) 0%, var(--bg-AIS-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-AIS-primary-color) 0%, var(--bg-AIS-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-AIS-primary-color) 0%, var(--bg-AIS-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-AIS-primary-color)', endColorstr='var(--bg-AIS-secondary-color)', GradientType=1);
}

.ATAColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-ATA-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-ATA-primary-color) 0%, var(--bg-ATA-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-ATA-primary-color) 0%, var(--bg-ATA-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-ATA-primary-color) 0%, var(--bg-ATA-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-ATA-primary-color)', endColorstr='var(--bg-ATA-secondary-color)', GradientType=1);
}

.AUDColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-AUD-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-AUD-primary-color) 0%, var(--bg-AUD-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-AUD-primary-color) 0%, var(--bg-AUD-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-AUD-primary-color) 0%, var(--bg-AUD-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-AUD-primary-color)', endColorstr='var(--bg-AUD-secondary-color)', GradientType=1);
}

.DIVColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-DIV-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-DIV-primary-color) 0%, var(--bg-DIV-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-DIV-primary-color) 0%, var(--bg-DIV-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-DIV-primary-color) 0%, var(--bg-DIV-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-DIV-primary-color)', endColorstr='var(--bg-DIV-secondary-color)', GradientType=1);
}

.FARSColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-FARS-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-FARS-primary-color) 0%, var(--bg-FARS-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-FARS-primary-color) 0%, var(--bg-FARS-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-FARS-primary-color) 0%, var(--bg-FARS-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-FARS-primary-color)', endColorstr='var(--bg-FARS-secondary-color)', GradientType=1);
}

.FIAColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-FIA-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-FIA-primary-color) 0%, var(--bg-FIA-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-FIA-primary-color) 0%, var(--bg-FIA-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-FIA-primary-color) 0%, var(--bg-FIA-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-FIA-primary-color)', endColorstr='var(--bg-FIA-secondary-color)', GradientType=1);
}

.GIWBColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-GIWB-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-GIWB-primary-color) 0%, var(--bg-GIWB-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-GIWB-primary-color) 0%, var(--bg-GIWB-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-GIWB-primary-color) 0%, var(--bg-GIWB-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-GIWB-primary-color)', endColorstr='var(--bg-GIWB-secondary-color)', GradientType=1);
}

.GNPColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-GNP-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-GNP-primary-color) 0%, var(--bg-GNP-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-GNP-primary-color) 0%, var(--bg-GNP-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-GNP-primary-color) 0%, var(--bg-GNP-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-GNP-primary-color)', endColorstr='var(--bg-GNP-secondary-color)', GradientType=1);
}

.IAColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-IA-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-IA-primary-color) 0%, var(--bg-IA-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-IA-primary-color) 0%, var(--bg-IA-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-IA-primary-color) 0%, var(--bg-IA-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-IA-primary-color)', endColorstr='var(--bg-IA-secondary-color)', GradientType=1);
}

.LEADColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-APLG-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-APLG-primary-color) 0%, var(--bg-APLG-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-APLG-primary-color) 0%, var(--bg-APLG-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-APLG-primary-color) 0%, var(--bg-APLG-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-APLG-primary-color)', endColorstr='var(--bg-APLG-secondary-color)', GradientType=1);
}

.MASColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-MAS-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-MAS-primary-color) 0%, var(--bg-MAS-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-MAS-primary-color) 0%, var(--bg-MAS-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-MAS-primary-color) 0%, var(--bg-MAS-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-MAS-primary-color)', endColorstr='var(--bg-MAS-secondary-color)', GradientType=1);
}

.PIColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-PI-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-PI-primary-color) 0%, var(--bg-PI-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-PI-primary-color) 0%, var(--bg-PI-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-PI-primary-color) 0%, var(--bg-PI-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-PI-primary-color)', endColorstr='var(--bg-PI-secondary-color)', GradientType=1);
}

.SETColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-SET-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-SET-primary-color) 0%, var(--bg-SET-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-SET-primary-color) 0%, var(--bg-SET-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-SET-primary-color) 0%, var(--bg-SET-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-SET-primary-color)', endColorstr='var(--bg-SET-secondary-color)', GradientType=1);
}

.TYCColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-TYC-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-TYC-primary-color) 0%, var(--bg-TYC-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-TYC-primary-color) 0%, var(--bg-TYC-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-TYC-primary-color) 0%, var(--bg-TYC-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-TYC-primary-color)', endColorstr='var(--bg-TYC-secondary-color)', GradientType=1);
}

.TLCColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-TLC-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-TLC-primary-color) 0%, var(--bg-TLC-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-TLC-primary-color) 0%, var(--bg-TLC-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-TLC-primary-color) 0%, var(--bg-TLC-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-TLC-primary-color)', endColorstr='var(--bg-TLC-secondary-color)', GradientType=1);
}
.MAColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-MA-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-MA-primary-color) 0%, var(--bg-MA-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-MA-primary-color) 0%, var(--bg-MA-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-MA-primary-color) 0%, var(--bg-MA-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-MA-primary-color)', endColorstr='var(--bg-MA-secondary-color)', GradientType=1);
}
.MWColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-MW-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-MW-primary-color) 0%, var(--bg-MW-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-MW-primary-color) 0%, var(--bg-MW-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-MW-primary-color) 0%, var(--bg-MW-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-MW-primary-color)', endColorstr='var(--bg-MW-secondary-color)', GradientType=1);
}
.NEColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-NE-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-NE-primary-color) 0%, var(--bg-NE-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-NE-primary-color) 0%, var(--bg-NE-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-NE-primary-color) 0%, var(--bg-NE-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-NE-primary-color)', endColorstr='var(--bg-NE-secondary-color)', GradientType=1);
}
.OHColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-OH-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-OH-primary-color) 0%, var(--bg-OH-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-OH-primary-color) 0%, var(--bg-OH-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-OH-primary-color) 0%, var(--bg-OH-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-OH-primary-color)', endColorstr='var(--bg-OH-secondary-color)', GradientType=1);
}
.SEColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-SE-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-SE-primary-color) 0%, var(--bg-SE-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-SE-primary-color) 0%, var(--bg-SE-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-SE-primary-color) 0%, var(--bg-SE-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-SE-primary-color)', endColorstr='var(--bg-SE-secondary-color)', GradientType=1);
}
.SWColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-SW-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-SW-primary-color) 0%, var(--bg-SW-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-SW-primary-color) 0%, var(--bg-SW-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-SW-primary-color) 0%, var(--bg-SW-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-SW-primary-color)', endColorstr='var(--bg-SW-secondary-color)', GradientType=1);
}
.WEColor {
    color: white;
    
    text-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
    background: var(--bg-WE-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-WE-primary-color) 0%, var(--bg-WE-secondary-color)) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-WE-primary-color) 0%, var(--bg-WE-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-WE-primary-color) 0%, var(--bg-WE-secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-WE-primary-color)', endColorstr='var(--bg-WE-secondary-color)', GradientType=1);
}