@charset "utf-8";


.asHeader{
    height:100px;
    overflow: hidden;
    background-color: var(--Athletics-Gold);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left:30px;
    padding-right:30px;
}

.asHeaderLeft{
    display: flex;
    flex-direction: row;
    gap:30px;
    align-items: center;

}

.asHeaderLeft img{
    height:100%;
    width:auto;
}


.asHeaderLeft h1{
    color: var(--Athletics-Kelly-Green, #006241);
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom:0px;
    margin-top:8px;
    text-transform: uppercase;
}





.asHeaderRight{
    display: flex;
    flex-direction: row;
    gap:13px;
    align-items: center;

}


.asHeaderRight h2{
    color: var(--Dark-Grey, #2E2E2E);
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:0px;
    border-radius: 15px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.10);
    padding-top:7px;
    padding-bottom:6px;
    padding-left:13px;
    padding-right:13px;
    display: flex;
    align-items: center;
    gap: 8px;

}

.asHeaderRight h2::before{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--Athletics-Kelly-Green, #006241);
    flex-shrink: 0;
}

.asHeaderRight p{
    color: var(--Dark-Grey, #2E2E2E);
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:0px;

}
.asHeaderRight p.featured{
    color: var(--Athletics-Kelly-Green, #006241);
    font-weight: 700;


}