@media (min-width: 992px)
{

    /****************
    ** Header
    *****************/
    header .header.sticky-header
    {
        position: fixed;
        top:0;
        z-index:3000;
        width:100%;
    }
    header .logo
    {
        margin-left:inherit;
        margin-right:inherit;
        display:inline-block;
    }

    /****************
    ** Navigation
    *****************/
    header nav
    {
        float:right;
        margin-top: 38px;
        margin-bottom: 20px;
    }
    header .navbar-nav .nav-link:hover, header .navbar-nav a:focus
    {
        color:#ababab;
    }
	header .navbar-nav li a
	{
		padding:1em;
	}

    /****************
    ** Misc
    *****************/
	section.green-banner
	{
		margin-top:1.6em;
	}
    section.green-banner.split
    {
        background: -moz-linear-gradient(left, #535353 50%, #2d2d30 50%);
        background: -webkit-linear-gradient(left, #535353 50%,#2d2d30 50%);
        background: linear-gradient(to right, #535353 50%,#2d2d30 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a651', endColorstr='#027b3d',GradientType=1 );
		
    }


    /****************
    ** Carousel
    *****************/
	.hero 
	{
		
	}
    .hero .carousel-indicators
    {
        left:auto;
        right:0px;
    }
    .hero .carousel-indicators li
    {
        width:60px;
    }
    .hero .carousel-indicators li.active
    {
        background-color:#2ba65087;
    }

    /****************
    ** Forms
    *****************/
    .subscribe-form .btn
    {
        margin:0px;
    }


    /****************
    ** Grid
    *****************/
    .thumbnail-tile .black-transparent.split
    {
        width:70%;
    }

    section.green-banner a.darker
    {
        background:#2d2d30;
    }

}
