﻿:root {
    --brand-primary: #dd390e !important;
    --brand-secondary: #00205b !important;
    --brand-dark: #1F79AF !important;
    --brand-light: #ffffff !important;
    --brand-box: #00205b !important;
    --brand-box-text: #ffffff !important;
    --brand-button-border: 25px !important;
}

#BizCheck {
    text-align: center;
    margin-top: 2em;
    border: 1px solid #cccccc;
    padding: 5% 10% 5% 10%;
}

#bc-page0 p {
    text-align: left;
}

#bc-page0 {
    padding: 20px 0 20px 0;
}

#BizCheck #bc-report a.report-title {
    text-decoration: none;
    color: var(--brand-light);
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.62469rem;
}

h3 {
    font-size: 1.1875rem;
}

h4 {
    font-size: 1.125rem;
}

ul.downloads {
    list-style-type: none;
}

a {
    color: #333;
    font-weight: 700;
}

.bg-bground,
.report {
    border: 1px solid #cccccc;
}

#BizCheck #bc-report .panel-heading {
    background-color: var(--brand-box);
}

.panel {
    border-top: 1px solid var(--brand-light);
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    margin-bottom: 20px;
    background-color: var(--brand-light);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.report {
    padding: 10px;
}

.progress {
    margin-top: 20px;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

h2#bc-subject {
    margin-bottom: 0px;
}

.question {
    padding: 30px 10px;
}

.alert-info {
    color: var(--brand-box-text);
    ;
    background-color: var(--brand-box);
    border-color: #cccccc;
}

.radio-inline {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

@media only screen and (max-width: 600px) {
    .radio-inline {
        display: block;
    }
}

.radio {
    padding-left: 0px;
    margin: 11px 0 0 44px;
}

.radio:nth-child(1) {
    margin-left: 0px;
}

.radio-inline+.radio-inline {
    margin-left: 0;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: 11px;
}

.radio label,
.checkbox label {
    display: inline-block;
    height: 100%;
    padding: 0px 30px 0px 25px;
    margin-bottom: 10px;
}

.radio input[type="radio"] {
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0px;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: solid 2px var(--brand-primary);
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer;
}

.radio input[type="radio"]:checked {
    border: solid 4px var(--brand-dark);
}

.radio input[type="radio"]:active {
    border: solid 4px var(--brand-dark);
    box-shadow: 0px 0px 2px 2px var(--brand-dark);
}

.progress-bar {
    background-color: var(--brand-primary);
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: var(--brand-light);
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.ch-button-secondary {
    color: var(--brand-light);
    background-color: var(--brand-primary);
}

.ch-button {
    min-width: 5em;
    font-size: 16px;
    border-radius: var(--brand-button-border);
    height: 40px;
    padding: 0 30px;
    word-break: keep-all;
    white-space: normal;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid transparent;
    text-transform: none;
}

.ch-button:nth-child(2) {
    margin-left: 1.5em;
}

.ch-button-secondary:hover {
    background-color: var(--brand-primary);
    color: var(--brand-light);
}

.ch-button-secondary:focus {
    background-color: var(--brand-primary);
    color: var(--brand-light);
}

.ch-button-clear {
    color: #002d72;
    background-color: transparent;
    border-color: var(--brand-primary);
}

.ch-button-clear:hover,
.ch-button-clear:focus {
    color: var(--brand-primary);
    background-color: transparent;
    border-color: var(--brand-primary);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .5;
}

#bc-reset a {
    text-decoration: none;
}