﻿@import url('bootstrap-reboot.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

*                           {position:relative;}

html,body                   {font-family:'Lato', sans-serif; font-weight:400; background:transparent; color:#000;font-size: 100%;}
input:focus                 {outline: 0px;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

::-webkit-input-placeholder { /* Edge */
  color: inherit;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: inherit;
}
::placeholder {
  color: inherit;
}

.error              {color:#ff0000; font-size:.8rem;}

.outerwrapper       {display:flex;flex-direction:column;max-width: 60rem;margin:0px auto;font-size:100%;}


.contentarea        {margin:0px;flex:1;padding: 0px min(2rem,1vw);}
.center             {text-align:center;margin: 0px auto 1rem;}
.right {text-align:right;}

.stripe             {background:#00ffff; padding:1em; font-size:1.2em;}
.stripe p           {font-weight:600; margin:0px}
.stripe p+p         {font-weight:500;}

.bg                 {background:url('../images/bg2048.png');padding: 14em 1em 1em;}

h1                  {text-transform: uppercase;margin-top: 1em;}
h2                  {margin: 0px;color: #000;font-size: 1.2em;font-weight: 400;line-height: 1.0em;/* letter-spacing: .06em; *//* font-family: 'Knockout 71 A', 'Knockout 71 B', s; */}
h2 span             {font-size: 1.2em;line-height: 1.4em;/* color: cyan; */font-weight: 700;}
h2 span.small       {font-weight: inherit; font-size: .8em;}
h3                  {margin: 2em 0px 0rem;/* color:#fff; */font-size: 1.4em;font-weight:400;/* line-height:3rem; */letter-spacing: -.06rem; text-decoration:underline;}
h1 + h3             {margin-top: 1em;}
h4                  {text-decoration: underline;margin-top: 1em;}
h3 + h4             {margin-top: .3em;}

hr                  {height:1px;line-height:1px;margin: 1.5rem 0px .5rem;border:none;border-bottom: 1px solid #333;}

button              {background: #000;border: 1px solid #000;font-size: .8rem;font-weight: 400;cursor:pointer;padding: .4em 1em;vertical-align: middle;border-radius: 2em;box-sizing: border-box;line-height: 1rem;letter-spacing: 0.05rem;color: #fff;}
button.submit       {}
button.cancel       {background:transparent;border-color:transparent;color: #000;}

.button-gradient    {
                    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+43,e5e5e5+100 */
                    background: #ffffff; /* Old browsers */
                    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 43%, #e5e5e5 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 43%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 43%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
                    }


button#btnChangeZip {margin-top: -.2rem; padding:.1rem .5rem;}

p.p1                                    {margin: .3rem auto 0rem;font-weight: 400;font-size: 1rem;letter-spacing: .05rem;}
p.prompt                                {margin: 0px; font-weight: 400; font-size: 1.4rem; margin-bottom: 0.5rem; text-align: center;}
p.message                               {font-size: 1.2rem; margin: 1rem auto; max-width: 50rem;}
p.disclaimer                            {font-size: .8rem; margin: 1rem !important;}
.results p                              {margin: 0px;}

.oom                                    {/* margin: 3em auto; */}
.oom p                                  {font-size: 1.4em;margin: 1em auto 1.5em;}
.oom a                                  {color: #000; text-decoration: underline;}

.airing-list                            {/* max-height: 30rem; *//* overflow: auto; */}
.airing                                 {font-size: 1.2em;/* font-family: 'Knockout 28 A', 'Knockout 28 B', sans-serif; */font-weight:400;line-height: 1em;margin: 1.5em auto 0px;/* letter-spacing: 0.02em; */}
.showtime                               {font-size: 1.2em;/* font-family: 'Knockout 69 A', 'Knockout 69 B', sans-serif; */font-weight: 700;letter-spacing: 0.02em;margin: 0px 0px .2em;/* color: #0ff; */}
.more                                   {display:none;}
#btnSeeMore                             {color: #fff; font-size: 1.2em; text-decoration: underline;}

a#btnOOM                                {text-decoration: underline; cursor: pointer;}
select#ddRSNSelect                      {display:block; margin:0px auto; color: #000; width:100%; max-width:16rem;}

div#ZipEntry p                          {margin: .3rem;font-size: .8rem;}

form input[type=text], form select, form textarea {
                                            padding: 3px 12px;
                                            font-size: 1rem;
                                            line-height: 1.428571429rem;
                                            color: #999;
                                            vertical-align: middle;
                                            background-color: #fff;
                                            border: 1px solid #000;
                                            border-radius: 4px;
                                            /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
                                            /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
                                            /* -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; */
                                            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
                                        }
#txtZip, #txtZip2                       {width:7rem;}

a.link-button                           {color:#333;font-size: 1.4rem;font-weight:400;text-decoration:underline;text-align:center;display: inline-block;margin: 1.5rem auto 0px;}

p.button-area                           {margin-top:1rem;}

form input[type=text]:focus {
    /* outline: 2px solid #333; */
    /* outline-offset: -1px; */
}

.form-required:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0.2em;
    content: "";
    vertical-align: super;
    background-image: url(../images/icon-required.svg);
    background-repeat: no-repeat;
    background-size: 8px 8px;
}

input[type=checkbox]:focus+label        {outline: 2px solid #333;}


@media (max-width:479px) {
    body        {font-size:3vw;}
}