 @-webkit-keyframes fade-in {
    from {
          opacity: 0;
          filter: alpha(opacity=0);
          }
    to {
          opacity: .75;
          filter: alpha(opacity=75);
        }
    }
  @keyframes fade-in {
    from {
          opacity: 0;
          filter: alpha(opacity=0);
          }
    to {
          opacity: .75;
          filter: alpha(opacity=75);
        }
    }
.ad-container {
display:none;
}
#header {
margin: 0;
padding: 0;
}
li {
list-style-type: square;
list-style-position: inside;
margin-left: 10px;
}
em, i {
font-style: italic;
}
strong, b {
font-weight: bold;
}
.sinclair_head {
font-size: 2.0em;
font-weight: bold;
text-align: center;
margin: 20px auto;
line-height: 2em;
max-width: 75%;
}
.sinclair_subhead {
font-size: 1.5em;
font-weight: bold;
text-align: center;
margin: 20px auto;
line-height: 1.2em;
max-width: 75%;
}
.sinclair_summary {
font-size: 1.3em;
text-align: center;
line-height: 1.8em;
margin: 20px auto;
max-width: 75%;
}
.sinclair_credit_box {
padding: 10px;
border: 1px solid #ccc;
width: 200px;
text-align: center;
}
.sinclair_credit_box a {
text-decoration: none;
}
.sinclair_byline {
margin: 0 auto;
font-weight: bold;
font-size: 1em;
max-width: 600px;
}
.sinclair_divider {
width: 60%;
margin 0 auto;
}
.sinclair_video_caption {
font-size: .8em;
line-height: 1.3em;
display: block;
}
.sinclair_endmatter {
margin: 10px auto;
width: 90%;
}
.sinclair_factbox p {
margin: 0 0 15px 0;
font-size: 1.2em;
}
.sinclair_factbox h3, .sinclair_factbox h4, .sinclair_factbox h2 { 
font-weight: bold;
margin: 5px 0 0 0;
}
.sinclair_numbers h4 {
font-size: 1.3em;
}
.footer-list {
}
.sinclair_navigation {
font-family: Arial, Helvetica, sans-serif;
width: 100%;
height: 100px;
border-bottom: 2px solid #ffffff;
padding: 0 0 4px 0;
background-color: #000000;
color: #ffffff;
font-weight: bold;
position: fixed;
bottom: 0px;
-webkit-animation: fade-in 4s;
animation: fade-in 4s;
overflow: auto;
opacity: .75;
filter: alpha(opacity=75);
z-index: 1;
}
.sinclair_navigation .index_header {
width: 10%;
height: 75%;
float: left;
line-height: 1.3em;
margin: 10px 10px 10px 20px;
}
.sinclair_navigation .index_item {
float: left;
padding: 5px 5px 0 5px;
width: 25%;
height: 50%;
margin: auto 10px;
}
.sinclair_navigation .index_subhead {
font-size: .6em;
line-height: 1.3em;
margin: 0;
padding: 0;
display: block;
}
#navigation.sinclair_navigation a, #navigation.sinclair_navigation a:visited {
text-decoration: none;
color: #ffffff;
}