﻿#jumbotronData {
    padding-top: 90px;
}

.jumbotron {
    height: 500px;
    text-align: center;
    margin-bottom: 0;
    background-color: #f2f2f2;
    padding: 0;
    margin-top: 106px;
}

    .jumbotron > .divTable {
        background-color: rgba(0, 0,0,0.4);
        padding: 0 5%;
    }

.jumbotronInfo {
    max-width: 530px;
    text-align: center;
    margin: auto;
}

    .jumbotronInfo .btn {
        width: 100%;
    }

    .jumbotronInfo .divCell:first-of-type {
        padding-right: 5px;
    }

    .jumbotronInfo .divCell:last-of-type {
        padding-left: 5px;
    }

    .jumbotronInfo .btn.btn-primary {
        border: 1px solid #e2c160;
        color: #e2c160;
        background-color: transparent;
    }

header .cta {
    display: none;
}

.subnav {
    text-align: center;
    background-color:#1a1a1a;

}

    .subnav .Normal a {
        text-transform: uppercase;
        padding: 10px 25px;
        color: #fff;
        font-weight: 700;
        vertical-align: middle;
        transition: .5s ease-in-out;
        display: inline-block;
    }

        .subnav .Normal a.active {
            color: #00A8E1;
        }

        .subnav .Normal a:hover {
            text-decoration: none;
            color: #005BA3;
        }

.faq .title {
    width: 100%;
    cursor: pointer;
    padding: 5px 5px;
    border-bottom: 1px solid #000;
}

    .faq .title:hover {
    }

.faq .details {
    padding-top: 30px;
    display: none;
}

.faq.active .details {
    display: block;
}

.odd {
    background-color: #f5f5f5;
}

.twoUpTable .divCell:first-of-type{
    padding-right:10px;
}

.twoUpTable .divCell:last-of-type {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .jumbotron {
        margin-top: 66px;
        height: 300px;
    }

    .twoUpTable .divCell:first-of-type {
        padding-right: 0px;
    }

    .twoUpTable .divCell:last-of-type {
        padding-left: 0px;
    }

    .odd h5 {
        font-size:1.2em;
    }

    .odd h5 a{
        padding:0 5px;
    }

}
