﻿body {
    background-color: #808080;
    font-family: "Source Sans Pro", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.container {
    background-color: #fff;
}


.featurette {
    padding: 2em .25em;
}

    .featurette img {
        padding: 2em .25em;
    }

.container .jumbotron {
    background: #fff;
    padding: 0;
    margin: 0;
}

.footer {
    background-color: #404040;
    color: #fff;
    font-size: 120%;
    padding: .75em 1em;
    font-weight:bold;
    clear: both;
}

.footer a {
    color: #fff;
}

.navbar-brand {
    padding: 0;
    width:202px;
    margin-top:14px;
    height:auto;
}
.nav-Logo
{
    float:left;
    margin-top: 27px;
    padding:0 !important
}
.nav-Logo img
{
    width:100%;
}
.nav-DHLogo
{
    width: 203px;
    margin-left:78px;
    margin-right:50px;
}

.nav-DSLogo
{
    width: 242px;
}
.navbar-brand img
{
    width:100%;
}
.bg-light {
    background-color: #F2F2F2;
}

.navbar {
    height: auto;
    margin-bottom: 0;
    background-color: #404040;
    float: left;
    width: 100%;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #404040;
    border-color: #404040;
}

.navbar-nav > li > a {
    line-height: 40px;
    padding: 15px 45px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 2.0em;
}

.idfx-landing-dh {
    background: url(/Content/Images/dh-left.png) no-repeat;
    height: 486px;
}

.idfx-landing-ds {
    background: url(/Content/Images/ds-right.png) no-repeat;
    height: 486px;
}

.idfx-landing-choice {
    background-color: #CE0000;
    color: #fff;
    padding: 1em 2em;
    height: 486px;
}

.idfx-landing-choice-H
{
    height: 486px !important;
}

    .idfx-landing-choice h1 {
        color: #fff;
        font-size: 58px;
        font-weight: bold;
        text-align: center;
        margin: .5em 0 .5em 0;
    }

    .idfx-landing-choice h3 {
        color: #fff;
        font-size: 26px;
        font-weight: normal;
        text-align: center;
        margin: 1em 0;
    }
div.landing-content .jumbotron {
    padding: 0;
}
.jumbotron p {
    font-size: 15px;
    font-weight: normal;
    margin: 15px 0;
    text-align: center;
}
.jumbotron p a {
    margin: 0 36px;
}
.jumbotron p a:hover {
    text-decoration: none;
}
p.content-header
{
    font-size:32px;
    font-size:30px\9;
    font-weight:700;
}
.header-seperate-line
{
    width:100%;height:3px;background-color:#FCB040;float:left;
}
p.content-title
{
    font-size:24px;
    padding:0 9px 15px 9px;
}
p.content-controls
{
    margin-top:0;
}
p.content-question
{
    margin: 20px 0 15px 0;
}
.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    border-radius: 1px;
    font-size: 120%;
    margin-right: 10px;
}
.content-container-overlay
{
    margin:auto;
    width:400px;
    padding: 1em 2em;
}

.content-container-overlay .middle
{
    float:left;
    width:100%;
    height:486px;
    margin-top:-486px;
    background-color:#ce0000;
    position:relative;
    z-index:10000;
    color:#fff;
}

div.header {
    background-color: #404040;
}

.navbar-inverse {
    border: none;
}

.nopadding {
    padding: 0;
}

div.container {
    max-width: 1000px;
    padding: 0;
}

.logos {
    width: 100%;
    height: 486px;
}

.dh-btn {
    background-image: url(../../Images/landing-page-direct-hit.png);
    display: inline-block;
    width: 96px;
    height: 69px;
    cursor: pointer;
}

.ds-btn {
    background-image: url(../../Images/landing-page-direct-shop.png);
    display: inline-block;
    width: 96px;
    height: 69px;
    cursor: pointer;
}

.dh-btn-hover {
    background: url(../../Images/landing-page-direct-hit-hover.png) no-repeat -9999px -9999px;
}

.ds-btn-hover {
    background: url(../../Images/landing-page-direct-shop-hover.png) no-repeat -9999px -9999px;
}

.dh-btn:hover {
    background: url(../../Images/landing-page-direct-hit-hover.png) no-repeat
}

.ds-btn:hover {
    background: url(../../Images/landing-page-direct-shop-hover.png) no-repeat;
}

@media (min-width: 992px) {
    .dh-col-md-3 {
        width: 30%;
        float: left;
    }

    .dh-col-md-4 {
        width: 40%;
        float: left;
    }
}