.sponsorLightbox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsorLightboxContent {
    background: #fff;
    margin: auto;
    padding: 60px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius:10px;
}

.sponsorLightboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}
.sponsorLightboxLogoContainer {width:100%; text-align:center; padding-bottom:10px; margin-bottom:10px; border-bottom:solid 1px #efefef;}
.sponsorLightboxLogo {max-width: 200px !important;}

.sponsorLightbox h3, .sponsorLightbox h4, .sponsorLightboxBtn, .sponsorLightboxDisplayName, .sponsorDisplayName {font-family: "Oswald", sans-serif;}
.sponsorDisplayContainer {text-align: center;}
.sponsorLightboxDisplayName {text-transform: uppercase; color:#333333; font-weight: 700;    font-size: 200%;
    letter-spacing: -1px;
    line-height: 90%;
    display: block;}
.sponsorDisplayName {text-transform: uppercase; color:#333333; font-weight: 700;    font-size: 200%;
    letter-spacing: -1px;
    line-height: 90%;
    display: block;}
.sponsorLightbox h4 {font-size:23px !important; line-height:23px !important; margin-top:0px; margin-bottom:0px;}
.sponsorLightbox h3 {margin-top:0px; margin-bottom:0px;}
.sponsorLightbox p {margin-bottom:15px !important;}
.sponsorLightboxNameSolo {margin-bottom:15px !important;}
.sponsorLightboxSponsorSince {text-transform: uppercase; color:#818181; font-family: "Libre Franklin", Sans-serif; font-size: 11px; line-height: 16px; letter-spacing: 1.7px;}
.sponsorLightboxBtn {display:inline-block; text-transform:uppercase; color:#ffffff; background-color:#0075c1; font-size:18px; padding:12px 24px; line-height:18px; letter-spacing: -0.6px; border-radius:5px;}
.sponsorInKindList {list-style: none; padding-left:0px; text-align:center;}
.sponsorInKindName {    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 10px;}
.sponsorInKindNameLink {font-family: "Oswald", sans-serif; font-size:18px; font-weight:500; letter-spacing:-0.6px; line-height:18px; text-transform: uppercase;}
.sponsorInKindName:last-child {border-right:none; margin-right:0px; padding-right:0px;}
