@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Roboto', Arial, sans-serif;
    background: #eee;
}

.clear:after {
    display: block;
    content: " ";
    height: 0;
    visibility: visible;
    clear: both;
}

#headerWrapper {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 76%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(76%, #f6f6f6), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 76%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 76%, #ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 76%, #ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 76%, #ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0); /* IE6-9 */
    height: 74px;
    border-bottom: #FFF 1px solid;
}

#bodyWrapper {
    border-top: 1px solid #c5c5c5;
}

a {
    color: #ce2027;
}

a:hover {
    color: #888;
    text-decoration: none;
}

.main-width {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

#logoContainer {
    float: left;
    padding: 12px 0 10px;
}

#logoContainer #momenta-logo {

}

#logoContainer #partner-logo {
    margin-left: 20px;
}

#bodyWrapper {
    background: #f9f9f9;
}

#mainContents {
    padding: 10px 0;
}

#headerNav ul {
    list-style: none;
    margin: 0;
}

#headerNav {
    float: right;
    padding-top: 25px;
}

#headerNav ul li {
    display: inline-block;
}

#headerNav ul li a {
    padding: 0 20px;
}

#footerWrapper {
    background: #eee;
    padding: 20px 0;
}

#footerText p {
    font-size: 11px;
    margin: 0;
}

.align-center {
    text-align: center;
}

.homepage-text {
    padding: 40px 0;
}

.jumbotron {
    padding: 50px 0;
    margin-bottom: 0;
    color: inherit;
    background-color: inherit;
}

#mainContents .jumbotron {

}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.form-container {
    padding: 20px 0;
}

.form-container h1 {
    font-size: 30px;
    margin-bottom: 25px;
}

.form-container h1 strong {
    font-weight: bold;
}

.login-form {
    margin: 0 auto;
    width: 500px;
}

#formErrorMsg {
    display: none;
}

#assessment {
    display: none;
}

#pagecontrols {
    position: relative;
    margin-top: 10px;
}

#pagecontrols .back {
    position: absolute;
    top: 0;
    left: 0;
}

#prevQ {
    display: none;
}

#nextQ {
    position: absolute;
    right: 0;
}

#pagecontrols .next {
    position: absolute;
    top: 0;
    right: 0;
}

#pagecontrols .pagi {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-top: 10px;
}

#questions .question {
    display: none;
    font-size: 30px;
    width: 100%;
    padding: 0 15px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ce2027;
    border: 1px solid #E0E0E0;
}

.question-title {
    font-size: 24px;
    color: #FFF;
}

.question-table {
    margin-top: 15px;
    width: 100%;
    background: #F4F4F4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.question-text {
    font-size: 20px;
}

.question-table td {
    padding: 8px 15px;
}

.question-table tr:nth-child(even) {
    background-color: #FFF;
}

.instructions {
    font-size: 14px;
}

#results {
    display: inline-block;
}

#mainContents h1 {
    border-bottom: 1px solid #ce2027;
    padding-bottom: 15px;
    color: #333;
    margin-top: 0;
}

#questions {
    min-height: 290px;
}

#testErrorMsg {
    display: none;
    margin-top: 15px;
}

.final-slide {
    padding: 30px 60px;
}

.tally-table {
    margin-bottom: 30px;
}

.tally-table table {
    border: 1px solid #DDD;
}

.tally-table table td {
    text-align: center;
    padding: 10px 15px;
}

.tally-table .tt {
    background: #B7B7B7;
    color: #FFF;
    font-weight: bold;
}

.tally-table .tt.tt-d {
    background: #D50003;
}

.tally-table .tt.tt-i {
    background: #FF8600;
}

.tally-table .tt.tt-s {
    background: #299220;
}

.tally-table .tt.tt-c {
    background: #1B316E;
}

.tally-table .tt.tt-x {
    background: #333;
}

.tally-table .tt-label {
    font-weight: bold;
    font-size: 16px;
}

.tally-table .tt-c-text {
    font-weight: bold;
    font-size: 16px;
}

.tally-block {
    border: 1px solid #DDD;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.tally-block span {
    display: inline-block;
    padding: 20px;
}

.tally-text {
    margin-bottom: 15px;
}

.tally-text p {
    margin-bottom: 5px;
}

.tt-steps {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.tt-steps li {
    margin: 10px 0;
}

#mainContents .jumbotron h1 {
    border-bottom: none;
    margin-top: 0;
}

.graph-title {
    border-bottom: 1px solid #ce2027;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mdisc-text {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

.mdisc-step {
    font-size: 20px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.blue {
    color: blue;
}

.the-char-container {
    padding: 0 30px;
    min-height: 190px;
}

.main-char {
    font-size: 30px;
}

.char-card {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EEE;
    overflow;
    hidden;
    margin: 0 15px;
}

.char-card-l {
    float: left;
    width: 120px;
    text-align: center;
    min-height: 137px;
}

.char-card-l.redbg {
    background: red;
}

.char-card-l.orangebg {
    background: orange;
}

.char-card-l.greenbg {
    background: green;
}

.char-card-l.bluebg {
    background: blue;
}

.char-you-text {
    font-size: 20px;
    padding-top: 10px;
    margin: 0;
    color: #FFF;
}

.char-you-type {
    font-size: 60px;
    color: #FFF;
    margin: 0;
    font-weight: bold;
    padding: 0;
}

.char-card-r {
    margin-left: 130px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.char-card-r p {
    font-size: 22px;
    padding: 15px 80px 10px 30px;
}

.results-table td {
    padding: 4px 8px;
    border: 1px solid #CCC;
}

.results-table thead td {
    background: #EEE;
}

.mini-mdisc {
    width: 100%;
}

.char-card-r button {
    font-size: 12px;
    background: none;
    border: none;
    color: red;
    padding-left: 12px;
}

.graph-desc {
    height: 166px;
}

.graph-desc p {
    font-size: 13px;
}

.graph-desc p strong {
    font-size: 18px;
}

.circle {
    font-weight: bold;
}

.mini-mdisc td {
    padding: 2px;
    text-align: center;
    width: 25%;
}

.large-text {
    font-size: 14px;
    text-align: center;
}

.program-table thead {
    background: #EEE;
}

.program-table td {
    font-size: 12px;
    padding: 4px 6px;
    border: 1px solid #CCC
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding: 6px 10px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .mdisc-text {
        font-size: 40px;
    }

    .question-table tr td:first-child {
        width: 30%;
    }

    .question-text {
        font-size: 14px;
    }

    .questions-table .btn-lg, .btn-group-lg > .btn {
        padding: 3px 5px !important;
    }

    .btn-responsive {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 1;
        border-radius: 3px;
    }

    .instructions {
        padding: 10px;
    }

    .char-card-r p {
        font-size: 14px;
        padding: 15px 20px 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    #logoContainer img {
        width: 40%;
    }

    #headerNav {
        /* display: none; */
        padding-top:0px;
        padding-bottom: 10px;
    }
    
    #headerNav ul {
        padding-left: 0px;
    }

    #mainContents .jumbotron {
        margin: 0 30px;
        background: inherit;
    }

    .jumbotron h1 {
        text-align: center;
    }

    #mDISCJumbotron p {
        font-size: 14px;
    }

    #footerWrapper {
        padding-top: 0;
    }

    #footerText {
        text-align: center;
        padding: 10px 5px;
    }

    #logoContainer {
        padding: 10px 0 10px 10px;
        text-align: center;
        width: 100%;
    }

    #headerWrapper {
        height: auto;
    }

    .form-container {
        padding: 10px 10px;
        box-shadow: none;
        background: #FFF;
    }

    .login-form {
        width: auto;
    }

    .mdisc-text {
        font-size: 30px;
    }

    .question-table tr td:first-child {
        width: 50%;
    }

    .question-table td {
        padding: 5px 8px;
    }

    #questions .question {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #assessment {
        margin-top: 30px;
    }

    .tally-block span {
        padding: 5px;
        font-size: 16px;
    }

    .tally-table table td {
        padding: 5px 8px;
    }

    .tally-table .tt {
        font-size: 13px;
    }

    .tt-c-text {
        font-size: 13px;
    }

    .tally-table .tt-label {
        font-size: 13px;
    }

    .char-card-l {
        float: none;
        width: 100%;
    }

    .char-card-r {
        margin-left: auto;
    }

    .char-card-r p {
        font-size: 22px;
        padding: 15px 10px 10px 10px;
    }

    .char-card {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px) {

}

p.extralinks {
    margin-top: -30px;
    font-size: 11px;
}

.dropdown-menu li {
    width: 100%;
}
.dropdown-menu li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
