@charset "UTF-8";

/*
 *  Terrapane Ads Style Sheet
 *  Copyright © 2024 Packetizer, Inc.
 *  All Rights Reserved
 *
 *  This file builds on bootstrap.css.
 */

/* Media lines related to advertisement display */
@media screen
{
    .terrapane-ad-float-inline-medium, .terrapane-ad-float-inline-narrow,
    .terrapane-ad-horizontal-narrow, .terrapane-ad-horizontal-medium,
    .terrapane-ad-horizontal-unconstrained-medium,
    .terrapane-ad-horizontal-unconstrained-narrow
    {
        display: none;
    }

    .terrapane-ad-float-right
    {
        display: block;
        overflow: hidden;
        float: right;
        margin-top: 2rem;
        padding-bottom: 0;
        max-width: 120px;
        max-height: 600px;
    }

    .terrapane-ad-float-left
    {
        display: block;
        overflow: hidden;
        float: right;
        margin-top: 2rem;
        padding-bottom: 0;
        max-width: 120px;
        max-height: 600px;
    }

    .terrapane-ad-horizontal-wide
    {
        display: block;
        overflow: hidden;
        margin: 0.5rem 0 0.5rem 0;
        width: 100%;
        max-height: 90px;
        clear: both;
        text-align: center;
    }

    .terrapane-ad-horizontal-unconstrained-wide
    {
        display: block;
        overflow: hidden;
        margin: 0.5rem 0 0.5rem 0;
        width: 100%;
        clear: both;
        text-align: center;
    }

    @media (max-width: 780px)
    {
        /* Screen two narrow for floating ads */
        .terrapane-ad-float-right, .terrapane-ad-float-left,
        .terrapane-ad-horizontal-wide,
        .terrapane-ad-horizontal-unconstrained-wide
        {
            display: none;
        }

        .terrapane-ad-float-inline-medium
        {
            display: block;
            overflow: hidden;
            margin: 0.5rem 0 0.5rem 0;
            width: 100%;
            max-height: 60px;
            clear: both;
            text-align: center;
        }

        .terrapane-ad-horizontal-medium
        {
            display: block;
            overflow: hidden;
            margin: 0.5rem 0 0.5rem 0;
            width: 100%;
            max-height: 60px;
            clear: both;
            text-align: center;
        }

        .terrapane-ad-horizontal-unconstrained-medium
        {
            display: block;
            overflow: hidden;
            margin: 0.5rem 0 0.5rem 0;
            width: 100%;
            clear: both;
            text-align: center;
        }

        @media (max-width: 500px)
        {
            .terrapane-ad-float-inline-medium, .terrapane-ad-horizontal-medium,
            .terrapane-ad-horizontal-unconstrained-medium
            {
                display: none;
            }

            .terrapane-ad-float-inline-narrow, .terrapane-ad-horizontal-narrow
            {
                display: block;
                overflow: hidden;
                margin: 0.5rem 0 0.5rem 0;
                width: 100%;
                max-height: 250px;
                clear: both;
                text-align: center;
            }

            .terrapane-ad-horizontal-unconstrained-narrow
            {
                display: block;
                overflow: hidden;
                margin: 0.5rem 0 0.5rem 0;
                width: 100%;
                clear: both;
                text-align: center;
            }
        }
    }
}
