.nsaq-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 13px;
    border: 2px solid transparent;
    border-radius: 0;
    font-size: 16px;
}

.nsaq-alert-heading {
    color: inherit;
}

.nsaq-alert-link {
    font-weight: 700;
}

.nsaq-alert-dismissible {
    padding-right: 4rem;
}

.nsaq-alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.nsaq-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.nsaq-alert-primary hr {
    border-top-color: #9fcdff;
}

.nsaq-alert-primary .nsaq-alert-link {
    color: #002752;
}

.nsaq-alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.nsaq-alert-secondary hr {
    border-top-color: #c8cbcf;
}

.nsaq-alert-secondary .nsaq-alert-link {
    color: #202326;
}

.nsaq-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.nsaq-alert-success hr {
    border-top-color: #b1dfbb;
}

.nsaq-alert-success .nsaq-alert-link {
    color: #0b2e13;
}

.nsaq-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.nsaq-alert-info hr {
    border-top-color: #abdde5;
}

.nsaq-alert-info .nsaq-alert-link {
    color: #062c33;
}

.nsaq-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.nsaq-alert-warning hr {
    border-top-color: #ffe8a1;
}

.nsaq-alert-warning .nsaq-alert-link {
    color: #533f03;
}

.nsaq-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.nsaq-alert-danger hr {
    border-top-color: #f1b0b7;
}

.nsaq-alert-danger .nsaq-alert-link {
    color: #491217;
}

.nsaq-alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.nsaq-alert-light hr {
    border-top-color: #ececf6;
}

.nsaq-alert-light .nsaq-alert-link {
    color: #686868;
}

.nsaq-alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.nsaq-alert-dark hr {
    border-top-color: #b9bbbe;
}

.nsaq-alert-dark .nsaq-alert-link {
    color: #040505;
}

/* Custom CSS */
.nsaq_alert{
    display: none;
}
.nsaqWraper{
    position: relative;
}
.nsaqWraper form{
    margin: 0;
    padding: 0;
}
.nsaqWraper h3{
    font-size: 22px !important;
    line-height: 28px;
    color: #046cb1;
    font-weight: 700;
    padding: 0;
    text-transform: none;
    padding: 0;
    margin: 0 0 20px;
}
.nsqAnswers{
    position: relative;
    margin: 0 0 24px;
}
.nsqAnswers .nsqAnswer{
    position: relative;
}
.nsqAnswer input[type="radio"]{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
}
.nsqAnswer label{
    position: relative;
    display: block;
    font-size: 15px;
    color: #505356;
    line-height: 21px;
    font-weight: 700;
    cursor: pointer;
    margin: 0 0 10px;
    padding: 0 0 0 36px;
}
.nsqAnswer label::before{
    content: '';
    width: 17px;
    height: 17px;
    border: 2px solid #eb772e;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}
.nsqAnswer input[type="radio"]:checked + label::after{
    content: '';
    width: 11px;
    height: 11px;
    background: #eb772e;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    left: 5px;
    top: 5px;
    

    transition: all ease 300ms;
}
.nsaqInputs{
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.nsaqInput{
    position: relative;
}
.nsaqInput label{
    display: block;
    font-size: 14px;
    color: #505356;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 4px;
}
body .nsaqInput input {
    display: block;
    border: 1px solid #c9c9c9 !important;
    border-radius: 2px;
    padding: 0 10px 1px !important;
    background: #fff !important;
    height: 32px;
    color: #505356 !important;
    font-size: 14px;
}
.nsaqInput:first-of-type{
    padding-right: 10px;
}
.nsaqInput:last-of-type{
    padding-left: 10px;
}
#quizSubmit{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    height: 45px;
    font-weight: 700;
    border: none;
    background: #eb772e;
    cursor: pointer;
    color: #FFF;
    padding: 0 25px;
    border-radius: 2px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

#quizSubmit:hover{
    background: #046cb1;
    color: #FFF;
}