body.webform-changes div#block-seven-primary-local-tasks,
body.webform-changes nav.tabs,
body.webform-changes nav.breadcrumb ol li,
body.webform-changes .block-help-block,
body.webform-changes .webform-submission-information,
.paragraph-type--add-form .form-type-webform-codemirror {
  display: none;
}


body.webform-changes nav.breadcrumb ol li:nth-child(1),
body.webform-changes nav.breadcrumb ol li:nth-child(2) {
  display: inline-block;
}


.paragraph-type--contact-us-left-side-block .field--name-field-get-in-touch-type select,
.paragraph-type--contact-us-blocks .field--name-field-get-in-touch-type select,
.paragraph-type--contact-us-map .field--name-field-get-in-touch-for-map select,
.paragraph-type--add-form .field--name-field-get-in-touch-type select {
    border: 1px solid;
    box-shadow: none;
    background: #fff;
    border-radius: 3px;
}

.paragraph-type--contact-us-left-side-block .field--name-field-get-in-touch-type .js-form-type-select,
.paragraph-type--contact-us-blocks .field--name-field-get-in-touch-type .js-form-type-select,
.paragraph-type--contact-us-map .field--name-field-get-in-touch-for-map .js-form-type-select,
.paragraph-type--add-form .field--name-field-get-in-touch-type .js-form-type-select {
  display: none;
}