/* UPDATED 1/16/2017 @ 12:01PM */

body { background-color: #ECECEC; }

.Layer1 { background-color: #000000; }

.SectionHead:before { background-color: #1B75BB; }
.MastheadContainer { background-color: #1B75BB; }

.NavigationContainer { background-color: #000000; }
.Navigation .Menu { background-color: #000000; }

.PostGradient {
background: -moz-linear-gradient(top, rgba(119,119,119,0) 10%, rgba(56,53,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(119,119,119,0) 10%,rgba(56,53,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(119,119,119,0) 10%,rgba(56,53,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00777777', endColorstr='#1B75BB',GradientType=0 ); /* IE6-9 */
}

.PostsOverlay .Post .Category { background-color: #1B75BB; }
.PostsLarge .Post .Pic .Category { background-color: #1B75BB; }
.PostTitle h1:before { background-color: #1B75BB; }
.PostTags a { color: #1B75BB; }

.Masthead .Topics .Icons .Science { display: none; }

.UnderNavigationContainer { background-color: #FFFFFF; }

@media (min-width: 1024px) {

.Masthead .Topics { width: 646px; background: #1B75BB; }

}