body {
    font-family: "Georgia", "serif";
    font-size: 17px;
    color: #4d6681;
    line-height: 1.5em;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background: transparent;
    margin: 0px;
}
.inlineQuestions.shortLabel input {
    width: 90%;
}
.inlineQuestions.shortLabel label {
    width: 10%;
    text-align: center;
    line-height: 35px;
}
.inlineQuestions input {
    margin-bottom: 14px !important;
    clear: right;
}
.inlineQuestions label {
    float: left;
    clear: left;
    padding-top: 10px;
}
input,
textarea {
    font-size: 15px !important;
    background: #fff;
    color: #4d6681 !important;
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    font-family: sans-serif;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    vertical-align: baseline;
    font: normal normal normal normal 13.3333330154419px/normal Arial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}
select {
    width: 100%;
    font-size: 100% !important;
    font-family: sans-serif;
    color: #222 display: inline-block;
}
#analysisForm {
    width: 97%;
}
.questionGroup {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 1px;
    margin: 5px 0;
    overflow: auto;
    clear: both;
}
#progressBarContainer {
    border: 2px solid #dae7f2;
    width: 20em;
    overflow:auto;
    margin-top:10px
}
#completedProgress {
    width:0%;
    float:left;
    background-color: #4d6681;
    height: 1.2em;
}
#remainingProgress {
    width:100%;
    float: right;
    background-color: #dae7f2;
    height: 1.2em;
}

#bi5 {
    margin-bottom: 25px !important;
}
#businessInfo input {
    margin-bottom: 20px !important;
}
.groupLabel {
    text-transform: capitalize;
    color: #e6aa5b;
    font-size: 19px;
}
#nextPage,
#submitForm {
    padding: 12px 25px;
    color: #fff;
    background-color: #19c6fa;
    border: none;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
}
#previousPage {
    padding: 12px 25px;
    color: #fff;
    background-color: #BCBEC0;
    border: none;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
}
button {
    padding: 5px 10px;
    color: #fff;
    background-color: #BCBEC0;
    border: none;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    font-family: "georgia";
    letter-spacing: 0.040em;
    font-weight: 300;
    font-style: normal;
    cursor: pointer;
}
.closeBtn {
    cursor: pointer;
}
.page {
    padding: 0px 0 20px 0;
}
#totalsBox {
    font-size: 17px;
}
#totalsBox .accountTotal {
     border-bottom: 1px solid #E8F3F9 !important;
     padding: 2px;
}
#totalsBox #final {
    padding-bottom: 35px;
    font-weight: 600;
    border-bottom:0px !important;
}
td,
th {
    padding: 0px 5px 5px 0px !important;
    width: 80%;
    text-align: left;
    border-bottom: 1px solid #E8F3F9;
}
td input {
    padding: 2px;
}
#question1,
#question4,
#question10_AR,
#question12,
#question14,
#question16,
#question18,
#question20,
#question21 {
    margin-bottom: 30px;
}

#question4 label {
    display:inline-block !important; 
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
}

input[type=radio], 
input.radio {
    display:inline-block !important; 
    width: 22px;
}
.error{
    color: #fff !important;
    background: #cc3b3b url('//static.squarespace.com/universal/images-v6/standard/icon_close_7_light.png') no-repeat 9px 50%;
    padding: 5px 15px 3px 25px;
    font-size: 13px;
    border: 0 !important;
    border-radius: 2px;
    margin: 12px 0;
    line-height: 23px;
    display: inline-block;
    border: 1px solid #e99292;
    font-weight: 500 !important;
}
.errorField {
    border: 1px solid #e99292 !important;
    top:0;
    color: #cc3b3b !important;
    font-weight: 500 !important;
}

#bi5, 
#q1 {
    background-color: rgb(248, 248, 248) !important;
    border: 1px solid rgb(166, 166, 166)!important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial!important ;
    border-image-repeat: initial !important;
}
a {
    color: #2bb4de;
    text-decoration:none;
}
a:hover {
    color: #19c6fa;
}