﻿@font-face
{
    font-family: "Franchise Bold";
    src: url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.eot?");
    src: url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.eot?") format("embedded-opentype"),url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.woff") format("woff"),url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.ttf") format("truetype"),url("https://www.spreadex.com/extra/fonts/franchisebold/franchise-bold-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: "Gobold";
    src: url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Regular.woff2") format("woff2"),url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;/*size-adjust: 75%;*/
}
@font-face
{
    font-family: "Gobold";
    src: url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Bold.woff2") format("woff2"),url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face
{
    font-family: "Gobold";
    src: url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Italic.woff2") format("woff2"),url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face
{
    font-family: "Gobold";
    src: url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Bold%20Italic.woff2") format("woff2"),url("https://www.spreadex.com/extra/fonts/Gobold/Gobold%20Bold%20Italic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}/* See Conversions here: http://www.demacmedia.com/magento-commerce/magento-tutorials/mini-tutorial-accurately-translating-photoshop-values-css/ *//* See Conversions here: http://www.demacmedia.com/magento-commerce/magento-tutorials/mini-tutorial-accurately-translating-photoshop-values-css/ */
.text-medium-underline
{
    width: 15%;
    margin: auto;
    border-bottom: solid #028290;
}
.sports-landing-top-nav
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sports-landing-top-nav .top-nav-content-container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    padding: 15px;
}
@media(max-width: 768px)
{
    .sports-landing-top-nav .top-nav-content-container
    {
        max-width: 500px;
    }
}
.sports-landing-top-nav .top-nav-content-container .logo-container
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.sports-landing-top-nav .top-nav-content-container #enter-site
{
    text-decoration: none;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    color: #868b8d;
}
@media(min-width: 768px)
{
    .sports-landing-top-nav .top-nav-content-container #enter-site
    {
        font-size: 14px;
    }
}
.sports-landing-top-nav .top-nav-content-container img
{
    height: 20px;
}
@media(min-width: 768px)
{
    .sports-landing-top-nav .top-nav-content-container img
    {
        height: 24px;
    }
}