/* SINGLE COLUMN PAGES (home and lab landing pages)
-------------------------------------------------------------- */
body {
    background: #333 url("../images/home-bg-gradient.png") repeat-x;
    background-image: url("../images/home-bg.jpg"), url("../images/home-bg-tile.png"), url("../images/home-bg-gradient.png");
    background-position: center 54px, left top, left top;
    background-repeat: no-repeat, repeat, repeat-x;
    background-color: #333;
}

body.home {
    background: black;
}

.home .wrapper {
    width: 100%;
    min-width: 950px;
}

.home #lockheed-logo {
    background-image: url("../images/logo-lockheed-white.png");
}

.main-wrapper {
    background: transparent;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.home .main-wrapper {
    margin-top: 0px;
}

.home .navcol {
    display: inline-block;
    width: 224px;
    padding: 0 0 0 31px;
    vertical-align: top;
}

.home #logout {
    margin-top: 43px;
    top: 0;
    right: 36px;
    position: absolute;
    z-index: 100;
}

.home #logout .sep,
.home #logout .nova-home {
    display: none;
}

.home .header {
    background: #1a1a1a;

    /* Old browsers */
    background: -moz-linear-gradient(top, #1a1a1a 0%, #252525 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1a1a1a 0%, #252525 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a1a1a 0%, #252525 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#252525',GradientType=0 );

    /* IE6-9 */
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    height: 100vh;
}

.home .header h1 {
    background: transparent url("../images/logo-nova-labs-outline.svg") no-repeat;
    height: 30px;
    width: 200px;
    margin-top: 43px;
    margin-bottom: 8px;
    margin-left: 0;
    background-size: contain;
}

.no-svg .home .header h1 {
    background: transparent url("../images/home-logo-novalabs.png") no-repeat;
}

.header .tagline {
    text-transform: none;
    color: #ccff33;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 400;
    font-size: 86.666667%;

    /* 13/15 */
    line-height: 1.2em;
}

.home #logout.stick, .home .header.stick {
    position: fixed;
}

.home .main-nav,
.home .main-nav a,
.home #labs-links,
.home #labs-links ul,
.home #labs-links li,
.home .main-nav > li
.home .main-nav li > ul,
.home .navcol .horizontal > li {
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    border: none;
    background: transparent;
    height: auto;
}

.home #labs-links ul {
    visibility: visible;
    margin-bottom: 28px;
}

.home .login.dropdown {
    display: none;
}

.home #main-nav {
    margin-top: 31px;
    margin-bottom: 28px;
}

.home .main-nav a,
.home .main-nav a:visited {
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
}

.home #main-nav a:hover {
    text-decoration: underline;
    color: #ccff33;
}

.home #main-nav a.labs-title:hover {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

.home #labs-links ul > li {
    font-weight: 300;
    text-transform: none;
}

.home #main-nav > li > a {
    font-weight: bold;
}

.home .header .funder {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 70px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 0.533333em;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 500px;
}

.home .header .funder .logo {
    clear: both;
    margin-left: 0;
}

.home .header .social-links a {
    text-indent: -9999em;
    display: inline-block;
    height: 18px;
}

.home .header .social-links li {
    display: inline-block;
    margin-left: 12px;
}

.home .header .social-links li:first-child {
    margin-left: 0;
}

.social-links .facebook {
    background: url(../images/social-media/social-sprite-18.png) no-repeat left 0px;
    width: 18px;
}

.social-links .twitter {
    background: url(../images/social-media/social-sprite-18.png) no-repeat -18px 0px;
    width: 22px;
}

.home .header .social-links .facebook:hover {
    background-position: 0 -18px;
}

.home .header .social-links .twitter:hover {
    background-position: -18px -18px;
}

.home .contentcol {
    display: inline-block;
    width: 730px;
    width: calc(100% - 255px);
    margin-left: 255px;
    vertical-align: top;
}

/* -------------------------------------------------- Inline Labs List (replaced Carousel)---- */

.home .items .fade-to-view {
    position: absolute;
    top: 0;
    left: -1px;
    width: 500px;
    height: 100%;
    z-index: 99;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,252525+100&0.8+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(37, 37, 37, 0) 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(37, 37, 37, 0) 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(37, 37, 37, 0) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00252525',GradientType=1 );

    /* IE6-9 */
}

.home .items div {
    float: none;
    width: auto;
}

.home .items .item {
    position: relative;
    color: white;
    background-color: black;
    background-size: cover;
    background-position: center top;

    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    height: 95vh;
}

.home .items .item:first-child {
    height: 550px;
    height: 85vh;
    height: calc(95vh - 71px);
}

.home .items .item .info {
    position: absolute;
    top: 38%;
    left: 0;
    z-index: 100;
}

.home .items .item img {
    width: 100%;
}

.home .items .info {
    margin-left: 43px;
    width: 400px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.home .items .info .title {
    font-size: 36px;
    line-height: 48px;
}

.home .items .info .description {
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0 36px 0;
}

.home .items .scroll-hint {
    background: transparent url("../images/scroll-ui.svg") no-repeat;
    height: 50px;
    width: 50px;
    background-size: cover;
    position: fixed;
    bottom: 3.5vh;
    margin: 0 auto;
    left: 255px;
    right: 0;
    z-index: 99;
    opacity: 1;
}

.home .items .scroll-hint.stick {
    transition: opacity 1s linear;
    opacity: 0;
    overflow: hidden;
}

/* --------------------------------------------------- Buttons -------------- */

.home .button {
    padding: 6.5px 8px;
    background-color: #fff;
    border-radius: 2px;
    font-size: 13px;
    text-shadow: none;
    color: #333;
    font-family: arial, sans-serif;
    font-weight: normal;
}

.home a.button {
    color: #333;
}

.home a.button:hover {
    background-color: #ccff00;
    text-decoration: none;
}

.home #logout .button {
    font-size: 10px;
    text-transform: uppercase;
    padding: 8.5px 17px;
    color: #333;
    background-color: #ccff00;
}

.home #logout a.button:hover {
    color: #333;
    background-color: #fff;
}

.home #logout .button.logout {
    color: #ccc;
    background-color: #333;
}

/* --------------------------------------------------- Highlight Modules -------------- */
.call-outs {
    clear: both;
    margin-bottom: 25px;
}

.call-outs li {
    float: left;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 0 27px 7px;
    height: 315px;
}

.lab .call-outs li {
    background: #369;
    background: rgba(51, 102, 153, 0.25);
}

.call-outs li:first-child {
    margin: 0 0 0 0;
}

.call-outs li > a,
.call-outs li > a:visited {
    display: block;
    width: 232px;
    height: 315px;
}

.call-outs li > a:hover {
    text-decoration: none;
}

.call-outs li > a:hover h2 {
    text-decoration: underline;
}

.call-outs li > a.authenticated:hover h2 {
    text-decoration: none;
}

ul li .short {
    height: 264px !important;
}

/* highlight module that contains addthis - link can't extend full height of module */
.lab .short {
    border-bottom: 1px solid #254b70;
}

.addthis_toolbox {
    float: right;
    margin-top: 6px;
    margin-right: 3px;
    padding-bottom: 0px;
}

.call-outs li > a > * {
    margin: 0 30px 0 15px;
}

.call-outs li img {
    margin: 0;
    width: 100%;
    height: 127px;
}

.call-outs a h2 {
    color: #99ccff;
    margin-bottom: 3px;
    margin-top: 5px;
    font-size: 106.6667%;

    /* 16/15 */
}

.call-outs a p {
    color: #fff;
    font-size: 93.3333%;

    /* 14/15 */
    line-height: 115%;

    /* 16/14 */
}

/* --------------------------------------------------- Footer -------------- */
.footer {
    border: none;
    background: #000;
    width: 896px;

    /*98.5248%;  935/949 */
    padding: 38px 0 14px 79px;

    /* 14/949 */
    margin-left: -13px;
}

.home .footer {
    width: 100%;
    z-index: 100;
    padding: 14px 0 20px 0;
    margin: -4px 0 0 0;
}

.home .footer .navcol div {
    margin-top: 28px;
}

.home .footer .contentcol {
    margin-left: 0;
    padding: 0 0 0 50px;
    width: 530px;
    width: calc(100% - 315px);
}

.footer ul {
    width: 55%;
}

.footer .funder {
    width: 64%;
}

.home .footer ul, .home .footer .funder {
    width: 100%;
}

.footer .funder div {
    margin-top: 28px;
    clear: both;
}

.footer .funder span {
    float: left;
    line-height: 14px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 10px;
    width: 97%;
}

#nova-logo {
    margin-right: 134px;
}

.home #nova-logo {
    float: left;
    margin: 0;
    /* visibility: hidden; */
}

#footer-info-ruler {
    margin-right: 7px;
    margin-top: 3px;
}

.home #footer-nav-ruler {
    width: 97%;
    margin-top: 16px;
}

/*footer for the home page is a little different than other pages*/
#wgbh-info {
    top: 130px;
    right: 100px;
}

.home #footer-info-ruler, .home #wgbh-info {
    float: left;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 29px 0 0 0;
}
