@charset "utf-8";
/* CSS Document */

.qblock ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: list;
}
.qblock li {
    margin: 0 0 5px;
    padding: 0;
}
.qblock li:before {
    counter-increment: list;
    content: counter(list, upper-alpha) ". ";
    margin-right: 10px;
}
.qblock p {
    width: 100%
}

.qblock a {text-decoration: none;}
.qblock a:hover {text-decoration: none;}

h4{color: #0081C5; margin-bottom: 25px;}

.qoptions {
    padding-left: 0px;
}
.qoptions li {
    background-color: #F9F9F9;
    padding: 5px;
    display: flex;
    cursor: pointer;
}
.qoptions li:hover {
    background-color: #E9EBEF;
}
.clicked, .clicked ol li:before {
    color: #ffffff !important;
    background-color: #0078bf !important;
}
.btnblue, .prev, .continue {
    background-color: #0078bf !important;
    color: #ffffff !important;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border-radius: 5px;
        line-height: 18px;
        border:0px;
}
.btnblue:hover, .prev:hover, .continue:hover {
    background-color: #1E417B !important
}
.btngray, .next {
    background-color: #CECECE;
    color: #ffffff !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px
}
.incbox {
    background-color: #FFFFFF;
    color: #767676;
    text-align: center;
    border-radius: 15px;
    margin: 15px;
    -webkit-box-shadow: 0px 0px 30px -2px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 30px -2px rgba(0,0,0,0.41);
}
.count {
    font: bold italic 14px/14px Arial, Helvetica, sans-serif;
}
.qblock .count {
    visibility: hidden;
}
.qq .count {
    visibility: visible !important;
}
.incorrect {
    display: none;
    background-color: rgba(0,0,0,0.6);
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
}

.incorrect h4{font-weight: normal; line-height: 33px; font-size: 22px}
.incorrect a{text-decoration: none}
.incorrect a:hover{text-decoration: none}

.incorrect .row{
    border: 0px;
}

.prev, .next, .continue{ margin-top:15px; margin-bottom:15px;}

.bullet-p{padding-left: 30px; }
.bullet-p p { display: inline-block; transform: translateX(-6px); margin: 0 0 8px 0 !important; padding: 0 }
.bullet-p p::before{content: "•"; display: inline-block; transform: translateX(-7px);  margin: -2px;}




.resetlist ul { 
   list-style-type: disc; 
   list-style-position: outside; 
}
.resetlist ol { 
   list-style-type: decimal; 
   list-style-position: outside; 
}
.resetlist ul ul, .resetlist ol ul { 
   list-style-type: circle; 
   list-style-position: outside; 
   margin-left: 15px; 
}
.resetlist ol ol, .resetlist ul ol { 
   list-style-type: lower-latin; 
   list-style-position: outside; 
   margin-left: 15px; 
}

.resetlist li:before {
    counter-increment: list;
    content:none;
    margin-right: 0;
}