/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: 0px;
        padding-top: 44%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        top: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        top: 130px;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        font-size: 46px;
        max-width: 205px;
        top: 160px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .mobile--content {
        margin: 30px;
    }

    .legal-subtitle {
        color: #007078;
        font-size: 16px;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .list li {
        font-size: 12px;
        list-style-position: inside;
        margin-top: 5px;
    }

    .trademarks-table tr:first-child {
        background: #FFFFFF;
        font-size: 12px;
        font-weight: 300;
    }

        .trademarks-table tr:first-child th {
            padding: 5px 10px;
        }

    .trademarks-table {
        background: #FAFAFA;
        font-size: 12px;
        /*margin: 50px 0;*/
        width: 100%;
    }

        .trademarks-table td {
            border-bottom: 1px solid #DEDEDE;
            padding: 5px 10px;
        }

        .trademarks-table .trademark {
            width: 80%;
        }

        .trademarks-table tr:last-child td {
            border-bottom: none;
        }

    .legal-description {
        padding: 10px 25px;
        margin-bottom: 30px;
    }

        .legal-description p {
            font-size: 12px;
            line-height: 19px;
            margin-bottom: 20px;
        }

        .legal-description .link {
            color: #6CC049;
        }

        .legal-description .learn-more {
            color: #00AE41;
            display: block;
            font-size: 16px;
            font-weight: 700;
            margin-top: 20px;
            text-decoration: none !important;
            text-transform: uppercase;
        }

            .legal-description .learn-more img {
                position: relative;
                top: -1px;
                width: 7px;
            }
}

@media only screen and (min-width: 768px) {
    .desktop--content {
        margin: 40px 50px;
    }

    .legal-subtitle {
        font-size: 16px;
        margin-top: 20px;
    }

    .mobile--content {
        margin: 30px;
    }
    .list--item {
        font-size: 16px;
        font-weight: 600;
    }

    .list li {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .trademarks-table tr:first-child {
        background: #FFFFFF;
        font-size: 16px;
        font-weight: 300;
    }

        .trademarks-table tr:first-child th {
            padding: 5px 10px;
        }

    .trademarks-table {
        background: #FAFAFA;
        font-size: 16px;
        margin: 50px 0;
        width: 100%;
    }

        .trademarks-table td {
            border-bottom: 1px solid #DEDEDE;
            padding: 5px 10px;
        }

        .trademarks-table .trademark {
            width: 80%;
        }

        .trademarks-table tr:last-child td {
            border-bottom: none;
        }

    .legal-description {
        padding: 10px 45px;
        margin-bottom: 50px;
    }

        .legal-description p {
            font-size: 16px;
            font-weight: 300;
            line-height: 22px;
            margin-bottom: 30px;
        }

        .legal-description .learn-more {
            color: #00AE41;
            display: block;
            font-size: 16px;
            font-weight: 700;
            margin-top: 20px;
            text-decoration: none !important;
            text-transform: uppercase;
        }

        .legal-description img {
            position: relative;
            top: -1px;
            width: 7px;
        }
}