html,
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

a {
    text-decoration: underline;
    color: #728080;
}

a:hover {
    text-decoration: none;
    color: #FF1124;
}

a:active {
    text-decoration: none;
    color: #FF1124;
}

.container {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;

}

.lefty {
    width: 50%;
    height: auto;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin: 0 auto;
    padding: 20px;

}

.righty {
    width: 50%;
    height: auto;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.righty img {
    height: 100%;
    width: auto;

}

.content {
    color: black;
    width: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    text-align: center;
}

.legal {
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

@media only screen and (min-device-width: 326px) and (max-device-width: 812px) and (orientation: portrait) {


    .container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .lefty {
        width: 100%;
        padding: 0px;
        margin: 0px;
        position: relative;
        margin: 0px;
        margin-top: 15%;
        padding: 0px;
        overflow: auto;
        height: auto;
    }

    .content {
        color: black;
        width: 100%;
        transform: none;
        position: relative;
        top: 0%;
        left: 0%;
        padding: 0px;
        overflow: auto;
        text-align: center;
    }

    .righty {
        width: 100% !important;
        padding: 0px;
        margin-top: 20px;
        position: relative;
    }

    .righty img {
        width: 100% !important;
        height: auto;
    }

    .legal {
        position: sticky;
        bottom: 0;
        height: 20px;
        width: 100%;
        text-align: center;
        font-size: 10px;
        z-index: 300;
    }
}

.termsfeed-com---nb-interstitial {
    max-width: 400px !important;
}

.cc-nb-okagree {
    background-color: #FF1124 !important;
}

.cc-nb-reject {
    background-color: #FF1124 !important;
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lato-v23-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lato-v23-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v23-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v23-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v23-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg');
    /* Legacy iOS */
}
