/* SURVEY GIZMO CUSTOM STYLING - updated 11/19/2025 */

.sg-question label {
display: inline !important;
}


.width-50 {
    clear: none !important;
    float: left;
    width: 50%;
    padding-right: 1em;

}

.width-50-right {
    clear: none !important;
    float: left;
    width: 50%;
    padding-right: 0em;
}

@media (max-width: 757px) {
  .width-50 {
    	clear: both !important;
    	float: left;
        width: 100% !important;
    	padding-right: 0em !important;
   }

 .width-50-right {
        clear: both !important;
        float: left;
        width: 100% !important;
    	padding-right: 0em  !important;
   }

}



.sg-question, .sg-type-instruction {
    margin-top: 0px !important;
}

.sg-instructions {
    font-family: "semplicita_proregular",Arial,Helvetica,sans-serif !important;
    margin-top: 0px !important;
}

.sg-instructions p {
    font-family: "semplicita_proregular",Arial,Helvetica,sans-serif;
    font-size: 1.5rem !important;
    color: #38414d !important;
}

.sg-instructions h2 {
    font-family: "semplicita_proregular",Arial,Helvetica,sans-serif;
    color: #317aba !important;
}

.sg-question input[type=text], .sg-question input[type=date], .sg-question input[type=password], .sg-question input[type=number], .sg-question textarea, .sg-input-menu, .sg-input  {
    border-radius: 0px !important;
    height: 38px !important;
    border-color: #707070 !important;
    background-color: #E9E7E8 !important;
    color: #000000 !important;
}

label, .labelItems, legend.label-style {
    font-size: 1.5rem !important;
}

.sg-question-options {
    padding: .3em 0em .3em 0em !important;
}

.sg-content {
    padding: 1.5em 15px 2em !important;
}

.sg-question-has-errors {
    padding-top: 0em !important;
    padding-right: 0em !important;
    padding-bottom: 0em !important;
    padding-left: 0em !important;
}

.sg-input-essay, .sg-input-menu, .sg-input-text {
    height: 38px !important;
    border-color: #707070 !important;
    border-radius: 0em !important;
    color: #000000 !important;
}

input[type="button"], input[type="submit"] {
    padding: .8em 2em !important;
    text-transform: uppercase;
}

.sg-survey .sg-add-another-button, .sg-survey .sg-browse-btn, .sg-survey .sg-button, .sg-survey .sg-configurator-btn, .sg-survey .sg-file-field input[type=button] {
    font-size: 18px !important;
}

.sg-add-another-button, .sg-browse-btn, .sg-button, .sg-configurator-btn, .sg-file-field input[type=button] {
     border-radius: 0px !important;
}
.sg-content {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.sg-type-radio ul.sg-list-vertical li {
    overflow: visible !important;
}

.sg-type-checkbox ul.sg-list-vertical li {
    overflow: visible !important;

}

.sg-question-title {
    display: block;
    white-space: normal;
    line-height: 1.4;
    font-size: 1.2em;
    position: relative;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

