.embed-style {
    width: 100%;
    top: 20vw;
    position: absolute;
}

.embed-style .h2 {
    font-weight: bold;
    font-size: clamp(4rem, 7vw, 6.75rem);
    color: white;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
}
@media screen and (max-width: 48em) {
    .embed-style {
        width: 100%;
        top: 20vw;
        position: absolute;
    }

    .embed-style .h2 {
        font-weight: bold;
        font-size: clamp(3rem, 6vw, 5rem);
        color: white;
        text-align: center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
    }

}
@media screen and (max-width: 40em) {
    .embed-style {
        width: 100%;
        top: 20vw;
        position: absolute;
    }

    .embed-style .h2 {
        font-weight: bold;
        font-size: clamp(2.5rem, 4vw, 4rem);
        color: white;
        text-align: center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
    }
}
@media screen and (max-width: 25em) {
    .embed-style {
        width: 100%;
        top: 20vw;
        position: absolute;
    }

    .embed-style .h2 {
        font-weight: bold;
        font-size: clamp(1.75rem, 4vw, 4.5rem);
        color: white;
        text-align: center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
    }
}
.accordion__subtitle {
    font-weight: normal;
    font-size: clamp(.875rem, 1.25vw, 1rem) !important;
}
.co-chairs {
    color: black; 
    font-size: clamp(1rem, 1.25vw, 1.125rem) !important;
    font-weight: 600;
}
/*NEW STATS STYLE*/
.stats { box-shadow: none; padding: 0 0 0 0;}
.newstats .stats {margin: auto; z-index: 2; padding-bottom: 2rem}
.accordions_3 .stats {padding-bottom: 0 }

.newstats .stats:after { 
    background-color: #f0eeea;
    content: "";
    bottom: -0.625rem;
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
 }
.newstats .stats__list {
    background-color: #FFF;
    box-shadow: 0 1.25rem 0 -0.625rem #e2ded7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5;
    padding: 0 0 0 0;
}
.newstats .stats__list:after {
    background-color: #fff;
    content: "";
    margin: 0 auto;
    bottom: 0;
    display: block;
    left: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.newstats .stats__item {
    text-align: center;
    padding: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}
.newstats .stats__content {
    padding: 0 1.75rem;
    grid-template-columns: 10rem auto;
}
.newstats .new-stats__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    margin: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding: 0;
    width: 100%;
    max-width: 14rem;
    min-width: 12rem;
}
.newstats .new-stats__content span {		
    line-height: 1.5;
}
.newstats .stats__line1 {
    color: #8a0000;
    display: block;
    font-size: .75rem;
    font-weight: normal;
    grid-column: auto;		
    margin: 0 0 -1.125rem 0;
    padding: 0;
    text-align: center;
}
.newstats .stats__line2 {
    color: #8a0000;
    display: block;
    font-size: 3.25rem;		
    font-weight: bold;		
    grid-column: auto;		
    margin: 0 0 -.9rem 0;
    margin: 0 0 -.75rem 0;
    padding: 0;
    text-align: center;
}
.newstats .stats__line3 {
    color: #8a0000;
    display: block;
    text-align: center;
    grid-column: auto;		
    margin: 0 0 -.5rem 0;
    margin: 0 0 -.33rem 0;
    padding: 0;
    text-transform: capitalize;
}
.newstats .stats__line4 {
    color: #ffb220;
    display: block;
    font-size: 1.25rem;
    font-size: clamp(1rem,1.5vw,1.25rem);
    font-weight: bold;
    grid-column: auto;		
    letter-spacing: .125rem;	
    margin: 0 0 -.5rem 0;
    margin: 0 0 -.33rem 0;
    padding: 0;
    text-align: center;
}
.newstats .stats__line4 .circle-bullet {
    fill: #ffc420;
    height: .325rem;
    width: .325rem;
    margin: .25rem .275rem;
    padding: 0;
}
.newstats .stats__line5 {
    display: block;
    font-size: .8rem;
    grid-column: auto;		
    margin: 0;
    min-height: 3.5rem;
    padding: 0;
    text-align: center;
    
}
/*END NEW STATS STYLE*/
