/*******************
* Alchemer Forms Styles 
*******************/
.sg-survey-form {
    width: 90% !important;
}

/* Container for fields */
.sg-content {
    background-color: #fff !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Label + Field Groupings */
.sg-type-group .sg-group-item {
    position: relative !important;
    overflow: visible !important;
    padding: 0 0 1.25em !important;
    float: left !important;
    width: 100% !important;
}

/* Padding between Groupings */
.sg-type-group>.sg-question-options .sg-question-options {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

/* Label for fields */
.forms form label {
    line-height: 1.5 !important;
    color: #404040 !important;
    font-size: 1rem !important;
    font-family: 'Metropolis',helvetica neue,Verdana,sans-serif !important;
    letter-spacing: -0.03em !important;
}

/* Input fields */
.sg-input-text,
.sg-input-menu,
.sg-input-essay,
.sg-question input[type="text"],
.sg-question input[type="number"],
.sg-question input[type="password"],
.sg-question textarea {
    background-color: transparent !important;
    border: 1px solid #aab1b9 !important;
    border-radius: 3px !important;
    margin-bottom: 0 !important;
}
/* Alchemer Forms Styles End */