@import url("https://fonts.googleapis.com/css?family=Kumbh+Sans:regular,bold,italic&amp;subset=latin,latin-ext&amp;display=swap");
/* Bulma Utilities */
@font-face {
    font-family: "American Brush";
    src: url("../americanbrushregular-webfont.html") format("woff2"), url("../americanbrushregular-webfont-2.html") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#tgl_page * {
    font-family: "Rift", sans-serif;
}
#tgl_page.main_page {
    background: #223243 !important;
    color: #fff;
}

.tgl_main_hero {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/misc/background-fade-main-page.webp") repeat-x top center;
    text-align: center;
}
.tgl_main_hero .tgl_espn_lockup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.tgl_main_hero h1 {
    color: #84c7db;
    font-size: 3rem;
}
.tgl_main_hero h2 {
    color: hsl(0, 0%, 100%);
    font-size: 1.5rem;
    font-weight: normal;
}

.tgl_main_about {
    background: rgba(0, 0, 0, 0.2);
    text-align: justify;
}
.tgl_main_about h2 {
    color: hsl(0, 0%, 100%);
}
.tgl_main_about p {
    font-family: "Kumbh Sans", sans-serif !important;
}

.tgl_top_bar {
    background: #223243;
}

.tgl_top_bar_inner {
    display: flex;
    justify-content: space-between;
}
.tgl_top_bar_inner .tgl_logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tgl_top_bar_inner .espn {
    text-align: center;
}

.tgl_team_bar {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
    margin-bottom: 1rem;
}
.tgl_team_bar .container {
    display: flex;
    justify-content: center;
}
.tgl_team_bar.team_atlanta_drive {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-atlanta.webp") no-repeat center center #e4002b;
    background-size: cover;
    border-bottom: 10px solid #eee;
    color: #eee;
}
.tgl_team_bar.team_boston_common {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-boston.webp") no-repeat center center #004203;
    background-size: cover;
    border-bottom: 10px solid #AEFF1C;
    color: #AEFF1C;
}
.tgl_team_bar.team_the_bay {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-the-bay.webp") no-repeat center center #274540;
    background-size: cover;
    border-bottom: 10px solid #89c0b7;
    color: #89c0b7;
}
.tgl_team_bar.team_new_york {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-new-york.webp") no-repeat center center #111c4e;
    background-size: cover;
    border-bottom: 10px solid #3a8dde;
    color: #3a8dde;
}
.tgl_team_bar.team_jupiter_links {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-jupiter.webp") no-repeat center center #ba0c2f;
    background-size: cover;
    border-bottom: 10px solid #1e3a4b;
    color: #1e3a4b;
}
.tgl_team_bar.team_los_angeles {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-los-angeles.webp") no-repeat center center #000;
    background-size: cover;
    border-bottom: 10px solid #fff;
    color: #fff;
}
.tgl_team_bar .tgl_team_logo_main {
    max-width: 260px;
    position: relative;
    margin-bottom: -2rem;
}

.tgl_team_players .card {
    margin-bottom: 1rem;
    box-shadow: none;
}
.tgl_team_players .card-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tgl_team_players .card_player_ball {
    display: flex;
    background-position: top center !important;
    position: relative;
    justify-content: center;
    align-items: center;
}
.tgl_team_players .card_player_ball .player {
    width: 50%;
    margin-top: -1rem;
}
.tgl_team_players .card_player_ball .player img {
    filter: drop-shadow(5px 8px 10px rgba(0, 0, 0, 0.5));
}
.tgl_team_players .card_player_ball .ball {
    width: 40%;
}
.tgl_team_players .card-content {
    text-align: center;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.tgl_team_players .card-content .player_first_name {
    font-size: 3rem;
    margin-top: -1rem;
    margin-bottom: -2rem;
    font-family: "American Brush", sans-serif !important;
}
.tgl_team_players .card-content .player_last_name {
    font-size: 3rem;
}
.tgl_team_players .card-content hr {
    margin: 0 auto 1rem auto;
}
@media screen and (max-width: 768px) {
    .tgl_team_players .card-content hr {
        width: 130px;
    }
}
@media screen and (min-width: 769px), print {
    .tgl_team_players .card-content hr {
        width: 150px;
    }
}
.tgl_team_players .card-content .country {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 10px;
}
.tgl_team_players .card_logo {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
}
.tgl_team_players.team_atlanta_drive .card-image {
    background: linear-gradient(to bottom, #e4002b 75%, #b10021);
}
.tgl_team_players.team_atlanta_drive .card-content {
    color: #98001d;
    background: linear-gradient(to bottom, white, #ddd 50%);
}
.tgl_team_players.team_atlanta_drive hr {
    background: #98001d;
    height: 8px;
}
.tgl_team_players.team_atlanta_drive .button {
    background: #e4002b;
}
.tgl_team_players.team_atlanta_drive .button:hover {
    background: #b10021;
}
.tgl_team_players.team_atlanta_drive .card_logo {
    background: url("../logo-atlanta-drive.html") center 10px no-repeat;
}
.tgl_team_players.team_boston_common .card-image {
    background: linear-gradient(to bottom, #004203 75%, #000f01);
}
.tgl_team_players.team_boston_common .card-content {
    color: #004203;
    background: linear-gradient(to bottom, #d7e0d7, #acbfac 50%);
}
.tgl_team_players.team_boston_common hr {
    background: #004203;
    height: 8px;
}
.tgl_team_players.team_boston_common .button {
    background: #004203;
}
.tgl_team_players.team_boston_common .button:hover {
    background: #000f01;
}
.tgl_team_players.team_boston_common .card_logo {
    background: url("../logo-boston-common.html") center 10px no-repeat;
}
.tgl_team_players.team_the_bay .card-image {
    background: linear-gradient(to bottom, #274540 75%, #152422);
}
.tgl_team_players.team_the_bay .card-content {
    color: #274540;
    background: linear-gradient(to bottom, #e0e4e3, #b7c0bf 50%);
}
.tgl_team_players.team_the_bay hr {
    background: #274540;
    height: 8px;
}
.tgl_team_players.team_the_bay .button {
    background: #274540;
}
.tgl_team_players.team_the_bay .button:hover {
    background: #152422;
}
.tgl_team_players.team_the_bay .card_logo {
    background: url("../team-the-bay.html") center 10px no-repeat;
}
.tgl_team_players.team_new_york .card-image {
    background: linear-gradient(to bottom, #111c4e 75%, #080d24);
}
.tgl_team_players.team_new_york .card-content {
    color: #111c4e;
    background: linear-gradient(to bottom, #dcdee4, #b1b4c3 50%);
}
.tgl_team_players.team_new_york hr {
    background: #111c4e;
    height: 8px;
}
.tgl_team_players.team_new_york .button {
    background: #111c4e;
}
.tgl_team_players.team_new_york .button:hover {
    background: #080d24;
}
.tgl_team_players.team_new_york .card_logo {
    background: url("../logo-new-york.html") center 10px no-repeat;
}
.tgl_team_players.team_jupiter_links .card-image {
    background: linear-gradient(to bottom, #ba0c2f 75%, #8a0923);
}
.tgl_team_players.team_jupiter_links .card-content {
    color: #ba0c2f;
    background: linear-gradient(to bottom, #f7e8eb, #e3afba 50%);
}
.tgl_team_players.team_jupiter_links hr {
    background: #ba0c2f;
    height: 8px;
}
.tgl_team_players.team_jupiter_links .button {
    background: #ba0c2f;
}
.tgl_team_players.team_jupiter_links .button:hover {
    background: #8a0923;
}
.tgl_team_players.team_jupiter_links .card_logo {
    background: url("../logo-jupiter-links.html") center 10px no-repeat;
}
.tgl_team_players.team_los_angeles .card-image {
    background: linear-gradient(to bottom, #000 75%, black);
}
.tgl_team_players.team_los_angeles .card-content {
    color: #000;
    background: linear-gradient(to bottom, #d2d2d2, #acacac 50%);
}
.tgl_team_players.team_los_angeles hr {
    background: #000;
    height: 8px;
}
.tgl_team_players.team_los_angeles .button {
    background: #000;
}
.tgl_team_players.team_los_angeles .button:hover {
    background: black;
}
.tgl_team_players.team_los_angeles .card_logo {
    background: url("../logo-los-angeles.html") center 10px no-repeat;
}

.tgl_team_logos {
    background-size: cover !important;
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.tgl_team_logos p {
    margin: 1rem auto;
}
.tgl_team_logos.team_atlanta_drive {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-atlanta.webp") center center no-repeat #e4002b;
}
.tgl_team_logos.team_boston_common {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-boston.webp") center center no-repeat #004203;
}
.tgl_team_logos.team_the_bay {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-the-bay.webp") center center no-repeat #274540;
}
.tgl_team_logos.team_new_york {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-new-york.webp") center center no-repeat #111c4e;
}
.tgl_team_logos.team_jupiter_links {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-jupiter.webp") center center no-repeat #ba0c2f;
}
.tgl_team_logos.team_los_angeles {
    background: url("https://d1tp32r8b76g0z.cloudfront.net/images/creative/3rdParty/TGL/2025-01_TGL/backgrounds/background-los-angeles.webp") center center no-repeat #000;
}

.tgl_team_logos_2 p {
    margin: 1rem auto;
}
.tgl_team_logos_2.team_atlanta_drive .button {
    background: #e4002b !important;
}
.tgl_team_logos_2.team_boston_common .button {
    background: #004203 !important;
}
.tgl_team_logos_2.team_the_bay .button {
    background: #274540 !important;
}
.tgl_team_logos_2.team_new_york .button {
    background: #111c4e !important;
}
.tgl_team_logos_2.team_jupiter_links .button {
    background: #ba0c2f !important;
}
.tgl_team_logos_2.team_los_angeles .button {
    background: #000 !important;
}
.tgl_team_logos_2 .button {
    color: hsl(0, 0%, 100%) !important;
}

.layered-ball {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.layered-ball .imprint {
    mix-blend-mode: multiply;
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
}
.layered-ball .imprint img {
    transform: scale(0.55);
}
.layered-ball .ball-underlay {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
}

.dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 200px;
    opacity: 0.5;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.8);
    padding: 10px;
    z-index: 1;
}
.dropdown-content a {
    display: block;
    padding: 8px 10px;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}