.multi-select-container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 41px 0px 0;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
    display: none;
    height: 190px;
    overflow: auto;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    cursor: default;
    position: relative;

    height: 44px !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #000 !important;
    background: #fff !important;
    border: 2px solid #d8d8d8 !important;
    margin: 0 !important;
    padding: 10px 40px 10px 10px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4px;
    vertical-align: 0.1em;
    right: 15px;
    position: absolute;
    top: 13px;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}


html body .section-newsletter .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
    width: 100%;
    display: inline-table;
}
html body .section-newsletter .gform_wrapper.gravity-theme .gfield_checkbox {
    grid-column-gap: unset !important;
    display: flex !important;
    grid-template-columns: unset;
    grid-template-rows: unset;
    width: 100%;
}
html body .section-newsletter .gform_wrapper.gravity-theme .gfield-choice-input {
    display: inline-block;
    margin-top: 5px;
    top: 0;
    vertical-align: top;
}
html body .section-newsletter .gform_wrapper.gravity-theme .gfield-choice-input + label {
    margin-bottom: 0;
    max-width: calc(100% - 32px);
    vertical-align: top;
    /*word-break: break-all;*/
    padding-left: 5px;
}
/*html body .section-newsletter .gform_wrapper.gravity-theme #field_1_8 {*/
/*    display: inline-block;*/
/*}*/
/*html body .section-newsletter .gform_wrapper.gravity-theme #field_1_8 + .spacer.gfield {*/
/*    display: none;*/
/*}*/
@media ( min-width: 768px ) {
    html body .section-newsletter .gform_wrapper.gravity-theme #field_1_13 {
        width: calc(100% + 190px);
    }
}
html body .section-newsletter .gform_wrapper.gravity-theme #field_1_13 {
    /*display: inline-block;*/
    display: none;
    /*width: calc(100% - 10px);*/
    /*margin-left: 20px !important;*/
}
html body .section-newsletter .gform_wrapper.gravity-theme .gform_heading {
    display: none;
}
html body .section-newsletter .gform_wrapper.gravity-theme form .gform-body button {
    height: 54px !important;
    padding: 7px 15px !important;
    font-size: 22px !important;
    margin-top: 10px !important;
    background: #d80b8c !important;
    color: #fff !important;
    border-radius: 5px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    min-width: calc(100% - 2px);
    max-width: calc(100% - 2px);
    width: calc(100% - 2px);
    display: block;
}

html body .gform_wrapper.gravity-theme form .gform-body .ginput_container_multiselect .gfield_select {
    display: none !important;
    opacity: 0 !important;
}
html body .gform_wrapper.gravity-theme form .gform-body input.large,
html body .gform_wrapper.gravity-theme form .gform-body .ginput_container_select select {
    height: 44px !important;
}
html body .gform_wrapper.gravity-theme form .gform-body input.large,
html body .gform_wrapper.gravity-theme form .gform-body textarea,
html body .gform_wrapper.gravity-theme form .gform-body .ginput_container_select select {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #000 !important;
    background: #fff !important;
    border: 2px solid #d8d8d8 !important;
    margin: 0 !important;
    padding: 10px !important;
}

html body .section-newsletter .gform_wrapper.gravity-theme form .gform-body span.multi-select-button {
    height: 44px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background: #fff;
    border: 2px solid #d8d8d8;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
}

html body .gform_wrapper.gravity-theme form *::-webkit-input-placeholder { /* Edge */
    color: #292929;
}

html body .gform_wrapper.gravity-theme form *:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #292929;
}

html body .gform_wrapper.gravity-theme form *::placeholder {
    color: #292929;
}

.gfield--type-textarea {
    position: relative;
}
.gfield--type-textarea label {
    position: absolute;
    top: 6px;
    left: 11px;
}
html body .gform_wrapper.gravity-theme form .gfield--type-textarea textarea {
    padding-top: 35px !important;
}

.gform_heading {
    display: none;
}
