@charset "UTF-8";
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  font-size: 0.1px;
  color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

[data-whatintent=mouse] *:focus,
[data-whatintent=touch] {
  outline: none;
}

[data-whatintent=keyboard] *:focus {
  outline: 2px dashed #8e0085;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #333;
  background-color: #fff;
  font-weight: 400;
}

button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#content-reference-button {
  background: url(../img/copy.svg) no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.messages {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 15px 20px 15px 35px;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

i {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

big {
  font-size: 1.2em;
}

dl dt {
  font-weight: 700;
}

abbr {
  text-transform: uppercase;
}

pre,
code {
  font-family: Courier, monospace;
}

.l-header {
  background: #efefef;
  position: relative;
  z-index: 2;
}
.l-header .region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header .region-header .block-system-branding-block {
  max-width: 200px;
  text-align: right;
  padding: 10px 0;
}
.l-header .region-header .block-system-branding-block .site-logo {
  width: 100%;
  height: auto;
}
.l-header .region-header .block-system-branding-block .site-name a {
  color: #333;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.l-header .region-header ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 100%;
}
.l-header .region-header ul.menu li {
  margin: 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.85rem;
}
.l-header .region-header ul.menu li a {
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
}
.l-header .region-header ul.menu li a:hover {
  color: #ed3403;
}
.l-header .region-header ul.menu li a:hover:before {
  opacity: 1;
}
.l-header .region-header ul.menu li a:before {
  content: " ";
  opacity: 0.2;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.l-header .region-header ul.menu li a.build-spec:before {
  background-image: url(../img/th-list.svg);
}
.l-header .region-header ul.menu li a.build-spec-new:before {
  background-image: url(../img/plus-circle.svg);
}
.l-header .region-header ul.menu li a.help:before {
  background-image: url(../img/question-circle.svg);
}
.l-header .region-header ul.menu li a[data-drupal-link-system-path=user]:before {
  background-image: url(../img/address-card.svg);
  top: 5px;
}
.l-header .region-header ul.menu li a[data-drupal-link-system-path="user/logout"]:before {
  background-image: url(../img/sign-out-alt.svg);
  top: 5px;
}

.l-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-logo {
  display: block;
  height: 100px;
  width: 100px;
}
.site-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.accordion .accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion .accordion__title h2 {
  margin: 0;
  margin-right: 1rem;
}
.accordion .accordion__toggle {
  display: block;
}
.accordion .accordion__toggle .accordion__toggle-icon {
  position: relative;
  border-radius: 100%;
  border: solid 0.15rem #c0c0c0;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition: border-color 0.2s linear, -webkit-transform 0.75s ease-in-out;
  transition: border-color 0.2s linear, -webkit-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out, border-color 0.2s linear;
  transition: transform 0.75s ease-in-out, border-color 0.2s linear, -webkit-transform 0.75s ease-in-out;
}
.accordion .accordion__toggle .accordion__toggle-icon:hover, .accordion .accordion__toggle .accordion__toggle-icon:focus {
  border-color: #58b;
}
.accordion .accordion__toggle .accordion__toggle-icon-vertical,
.accordion .accordion__toggle .accordion__toggle-icon-horizontal {
  position: absolute;
  background-color: #258;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.accordion .accordion__toggle .accordion__toggle-icon-horizontal {
  top: calc(50% - 0.1125rem);
  left: calc(50% - 0.6rem);
  width: 1.2rem;
  height: 0.225rem;
}
.accordion .accordion__toggle .accordion__toggle-icon-vertical {
  top: calc(50% - 0.6rem);
  left: calc(50% - 0.1125rem);
  width: 0.225rem;
  height: 1.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out 0.5s;
  transition: opacity 0.25s ease-in-out 0.5s;
}
.accordion .accordion__content {
  display: none;
  padding-top: 0.5rem;
  overflow: hidden;
}
.accordion.accordion--collapsed .accordion__toggle .accordion__toggle-icon {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.accordion.accordion--collapsed .accordion__toggle .accordion__toggle-icon-vertical {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: opacity 0.25s ease-in-out 0s;
}

body.node-edit #block-build-spec-page-title,
body.node-add #block-build-spec-page-title {
  background: #333;
  color: #fff;
  padding: 15px 0;
}
body.node-edit #block-build-spec-page-title h1,
body.node-add #block-build-spec-page-title h1 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-family: "Roboto", serif;
}
body.node-edit #block-build-spec-local-tasks,
body.node-add #block-build-spec-local-tasks {
  display: none;
}
body.node-edit #block-build-spec-content,
body.node-add #block-build-spec-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
body.node-edit #block-build-spec-local-tasks a,
body.node-add #block-build-spec-local-tasks a {
  font-size: 0.8rem;
  color: #ed3403;
}
body.node-edit #edit-field-build-spec-reference-wrapper,
body.node-add #edit-field-build-spec-reference-wrapper {
  display: none;
}
body.node-edit #block-build-spec-content label,
body.node-add #block-build-spec-content label {
  display: block;
  font-size: 1rem;
  color: #333;
  font-family: "Roboto", serif;
  font-weight: bold;
}
body.node-edit #block-build-spec-content .field-suffix,
body.node-add #block-build-spec-content .field-suffix {
  font-size: 0.7rem;
  color: #999;
}
body.node-edit #block-build-spec-content input[type=text],
body.node-edit #block-build-spec-content input[type=number],
body.node-edit #block-build-spec-content input[type=password],
body.node-edit #block-build-spec-content input[type=url],
body.node-edit #block-build-spec-content textarea,
body.node-edit #block-build-spec-content .chosen-container,
body.node-edit #block-build-spec-content select,
body.node-edit #block-build-spec-content .cke_contents,
body.node-add #block-build-spec-content input[type=text],
body.node-add #block-build-spec-content input[type=number],
body.node-add #block-build-spec-content input[type=password],
body.node-add #block-build-spec-content input[type=url],
body.node-add #block-build-spec-content textarea,
body.node-add #block-build-spec-content .chosen-container,
body.node-add #block-build-spec-content select,
body.node-add #block-build-spec-content .cke_contents {
  padding: 12px 15px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 0;
  -webkit-box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.node-edit #block-build-spec-content input.button,
body.node-add #block-build-spec-content input.button {
  background: #333;
  color: #fff;
  border: 0;
  padding: 6px 15px;
  cursor: pointer;
  display: inline-block;
}
body.node-edit #block-build-spec-content input.button:hover,
body.node-add #block-build-spec-content input.button:hover {
  opacity: 0.9;
}
body.node-edit #block-build-spec-content .chosen-container,
body.node-add #block-build-spec-content .chosen-container {
  padding: 8px;
}
body.node-edit #block-build-spec-content .chosen-container .chosen-choices,
body.node-add #block-build-spec-content .chosen-container .chosen-choices {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.node-edit #block-build-spec-content .chosen-container .chosen-choices input,
body.node-add #block-build-spec-content .chosen-container .chosen-choices input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
body.node-edit #block-build-spec-content .form-item,
body.node-add #block-build-spec-content .form-item {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.node-edit #block-build-spec-content a,
body.node-add #block-build-spec-content a {
  font-size: 0.8rem;
  color: #6CA6CD;
  text-decoration: none;
}
body.node-edit #block-build-spec-content a:hover,
body.node-add #block-build-spec-content a:hover {
  text-decoration: underline;
  color: #4A708B;
}
body.node-edit #block-build-spec-content .tabledrag-toggle-weight-wrapper,
body.node-add #block-build-spec-content .tabledrag-toggle-weight-wrapper {
  display: none;
}
body.node-edit #block-build-spec-content .description,
body.node-edit #block-build-spec-content .file-size,
body.node-add #block-build-spec-content .description,
body.node-add #block-build-spec-content .file-size {
  font-size: 0.7rem;
  color: #999;
}
body.node-edit #block-build-spec-content .field--widget-entity-reference-paragraphs .tabledrag-handle .handle,
body.node-add #block-build-spec-content .field--widget-entity-reference-paragraphs .tabledrag-handle .handle {
  background-size: 100% 100%;
  background-position: 0 0;
  margin: 5px 0 0 5px;
}
body.node-edit #block-build-spec-content .field--widget-entity-reference-paragraphs .field-add-more-submit,
body.node-add #block-build-spec-content .field--widget-entity-reference-paragraphs .field-add-more-submit {
  height: 35px;
  margin-top: 25px;
}
body.node-edit #block-build-spec-content .field--widget-entity-reference-paragraphs .field-add-more-submit + input,
body.node-add #block-build-spec-content .field--widget-entity-reference-paragraphs .field-add-more-submit + input {
  margin-left: 10px;
}
body.node-edit .node-form,
body.node-add .node-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.node-edit .node-form .field--name-field-status,
body.node-add .node-form .field--name-field-status {
  padding: 10px 20px;
  background: #ed3403;
  margin-top: 25px;
  border-radius: 10px;
}
body.node-edit .node-form .field--name-field-status .form-item,
body.node-add .node-form .field--name-field-status .form-item {
  border-bottom: 0 !important;
  margin: 0 !important;
}
body.node-edit .node-form .field--name-field-status .form-item label,
body.node-add .node-form .field--name-field-status .form-item label {
  color: #fff !important;
}
body.node-edit .node-form .field--name-field-reusable-paragraph [data-drupal-selector=edit-field-reusable-paragraph-text],
body.node-add .node-form .field--name-field-reusable-paragraph [data-drupal-selector=edit-field-reusable-paragraph-text] {
  display: none;
}
body.node-edit .node-form .field--name-field-reusable-paragraph [data-drupal-selector=edit-field-reusable-paragraph],
body.node-add .node-form .field--name-field-reusable-paragraph [data-drupal-selector=edit-field-reusable-paragraph] {
  color: #fff;
}
body.node-edit .node-form .field--name-field-reusable-paragraph [data-drupal-selector=edit-field-reusable-paragraph] strong,
body.node-add .node-form .field--name-field-reusable-paragraph [data-drupal-selector=edit-field-reusable-paragraph] strong {
  color: #333;
}
body.node-edit .node-form .field--name-field-reusable-paragraph .dropbutton-wrapper li input,
body.node-add .node-form .field--name-field-reusable-paragraph .dropbutton-wrapper li input {
  text-align: left;
  margin: 0 !important;
  width: 100%;
}
body.node-edit .node-form .field--name-field-reusable-paragraph .paragraphs-subform,
body.node-add .node-form .field--name-field-reusable-paragraph .paragraphs-subform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.node-edit .node-form .field--name-field-reusable-paragraph .paragraphs-subform .field--type-markup,
body.node-add .node-form .field--name-field-reusable-paragraph .paragraphs-subform .field--type-markup {
  width: 48%;
}
body.node-edit .node-form .field--name-field-reusable-paragraph .paragraph-type-title,
body.node-add .node-form .field--name-field-reusable-paragraph .paragraph-type-title {
  font-size: 1rem;
  font-weight: bold;
}
body.node-edit .node-form #edit-footer,
body.node-add .node-form #edit-footer {
  display: none;
}
body.node-edit .node-form #edit-actions .button--primary,
body.node-add .node-form #edit-actions .button--primary {
  background: #ed3403;
  padding: 6px 45px;
}
body.node-edit .node-form .field--name-field-display,
body.node-edit .node-form .field--name-field-content-display,
body.node-edit .node-form .field--name-field-pager,
body.node-edit .node-form .field--name-field-ajax,
body.node-add .node-form .field--name-field-display,
body.node-add .node-form .field--name-field-content-display,
body.node-add .node-form .field--name-field-pager,
body.node-add .node-form .field--name-field-ajax {
  width: 48%;
}
body.node-edit .node-form .field--type-link td.field-multiple-drag .handle,
body.node-add .node-form .field--type-link td.field-multiple-drag .handle {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background-position: 0 0px;
  margin-left: 15px;
  position: relative;
  top: 5px;
  left: 5px;
}
body.node-edit .node-form .field--type-link td:not(.field-multiple-drag),
body.node-edit .node-form .field--type-link .ajax-new-content,
body.node-add .node-form .field--type-link td:not(.field-multiple-drag),
body.node-add .node-form .field--type-link .ajax-new-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.node-edit .node-form .field--type-link td:not(.field-multiple-drag) .form-item,
body.node-edit .node-form .field--type-link .ajax-new-content .form-item,
body.node-add .node-form .field--type-link td:not(.field-multiple-drag) .form-item,
body.node-add .node-form .field--type-link .ajax-new-content .form-item {
  margin: 0 15px 0 0 !important;
  border: 0 !important;
}
body.node-edit .node-form .field--type-link td:not(.field-multiple-drag) .form-item:last-of-type,
body.node-edit .node-form .field--type-link .ajax-new-content .form-item:last-of-type,
body.node-add .node-form .field--type-link td:not(.field-multiple-drag) .form-item:last-of-type,
body.node-add .node-form .field--type-link .ajax-new-content .form-item:last-of-type {
  margin: 0 !important;
}
body.node-edit .node-form .field--type-link td:not(.field-multiple-drag) .form-item label,
body.node-edit .node-form .field--type-link .ajax-new-content .form-item label,
body.node-add .node-form .field--type-link td:not(.field-multiple-drag) .form-item label,
body.node-add .node-form .field--type-link .ajax-new-content .form-item label {
  font-size: 0.8rem !important;
  font-weight: normal !important;
}
body.node-edit .node-form .field--type-link .description,
body.node-add .node-form .field--type-link .description {
  display: none;
}
body.node-edit .node-form .js-filter-wrapper,
body.node-add .node-form .js-filter-wrapper {
  display: none;
}
body.node-edit .node-form .text-format-wrapper.form-item,
body.node-add .node-form .text-format-wrapper.form-item {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.node-edit .node-form th.field-label,
body.node-add .node-form th.field-label {
  text-align: left;
}
body.node-edit .node-form .field--type-entity-reference-revisions,
body.node-add .node-form .field--type-entity-reference-revisions {
  width: 100%;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td.field-multiple-drag a {
  position: relative;
  top: 30px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) {
  width: 100%;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group {
  padding-top: 15px;
  padding-left: 15px;
  background: #efefef;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-string,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-string {
  max-width: 150px;
  width: auto;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div.container--fields-group div.container--fields-group .paragraphs-dropbutton-wrapper .field-add-more-submit:nth-child(2),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div.container--fields-group div.container--fields-group .paragraphs-dropbutton-wrapper .field-add-more-submit:nth-child(2) {
  display: none !important;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div[id*=edit-field-fields]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div[id*=edit-field-fields]:not(.paragraph-type-top) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div[id*=edit-field-fields]:not(.paragraph-type-top) div[id*=edit-field-fields]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div[id*=edit-field-fields]:not(.paragraph-type-top) div[id*=edit-field-fields]:not(.paragraph-type-top) {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div[id*=edit-field-fields]:not(.paragraph-type-top) div.container--fields-group > div[id*=edit-field-fields]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div[id*=edit-field-fields]:not(.paragraph-type-top) div.container--fields-group > div[id*=edit-field-fields]:not(.paragraph-type-top) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div[id*=edit-field-fields]:not(.paragraph-type-top) div.container--fields-group > div[id*=edit-field-fields]:not(.paragraph-type-top) select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div[id*=edit-field-fields]:not(.paragraph-type-top) div.container--fields-group > div[id*=edit-field-fields]:not(.paragraph-type-top) select {
  min-width: 80px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div.container--fields-group .paragraphs-dropbutton-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group div.container--fields-group .paragraphs-dropbutton-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field-group-options,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field-group-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field-group-options > div[id*=edit-field-fields]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field-group-options > div[id*=edit-field-fields]:not(.paragraph-type-top) {
  width: auto;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field-group-options + div[id*=edit-field-fields]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field-group-options + div[id*=edit-field-fields]:not(.paragraph-type-top) {
  position: relative;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field-group-options + div[id*=edit-field-fields]:not(.paragraph-type-top)::before,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field-group-options + div[id*=edit-field-fields]:not(.paragraph-type-top)::before {
  content: "";
  background: transparent;
  position: absolute;
  height: 3px;
  top: -16px;
  left: 0;
  right: -80px;
  border-bottom: 1px solid #fff;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-entity-reference-revisions.field--name-field-group-fields,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-entity-reference-revisions.field--name-field-group-fields {
  position: relative;
  left: -100px;
  margin-right: 0;
  width: 100%;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-entity-reference-revisions.field--name-field-group-fields thead,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-entity-reference-revisions.field--name-field-group-fields thead {
  display: none;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-entity-reference-revisions.field--name-field-group-fields > div .paragraphs-dropbutton-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-entity-reference-revisions.field--name-field-group-fields > div .paragraphs-dropbutton-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-entity-reference-revisions.field--name-field-group-fields > div .paragraphs-dropbutton-wrapper input,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .field--type-entity-reference-revisions.field--name-field-group-fields > div .paragraphs-dropbutton-wrapper input {
  top: inherit;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .paragraphs-dropbutton-wrapper .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div.container--fields-group .paragraphs-dropbutton-wrapper .field-add-more-submit {
  margin-top: 0 !important;
  position: relative;
  top: -10px;
  height: 30px !important;
  margin-left: 10px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top),
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top),
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top),
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top),
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top),
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top),
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraph-type-top {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: auto;
  padding-top: 27px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraph-type-top .paragraph-type-title {
  display: none;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper {
  margin-left: 7px;
  margin-right: 7px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item {
  margin: 0 !important;
  border-bottom: 0 !important;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .paragraphs-subform .form-wrapper .form-item label {
  font-size: 0.8rem !important;
  font-weight: normal !important;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--type-boolean,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--type-boolean,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--type-boolean,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--type-boolean,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--type-boolean,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--type-boolean,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--type-boolean,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--type-boolean,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--type-boolean,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--type-boolean,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--type-boolean,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--type-boolean {
  width: auto;
  padding-top: 15px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--type-boolean .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--type-boolean .form-item {
  text-align: center;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--type-boolean .form-item input,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--type-boolean .form-item input {
  display: inline-block;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-term,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-term,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-term,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-term,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-term,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-term,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-term,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-term,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-term,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-term,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-term,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-term {
  width: auto;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-term .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-level .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-term .form-item {
  padding-bottom: 0 !important;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-level,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-level,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-level {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-comments-notes,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-help-text,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-comments-notes {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-amount,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-amount,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-amount,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-amount,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-amount,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-amount,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-amount,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-amount,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-amount,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-amount,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-amount,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-default-value,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-amount,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-webform-field-type,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-placeholder,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-default-value {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type > div,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type > div {
  width: 100%;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type div > em,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type strong,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type strong.form-required,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type div > em {
  display: none;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .form-item,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .form-item {
  padding-right: 15px !important;
  padding-bottom: 0 !important;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type td.field-multiple-drag a,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type td.field-multiple-drag a {
  top: 10px;
  left: -2px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type td,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type td {
  padding-bottom: 0;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type h4.label,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type h4.label {
  display: none;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top {
  margin-right: 10px !important;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .paragraph-type-top .paragraph-type-title,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .paragraph-type-top .paragraph-type-title {
  font-size: 0.8rem;
  color: #333;
  text-overflow: unset;
  display: block !important;
  margin-top: 5px;
  overflow: initial;
  margin-right: 7px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .form-wrapper,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .form-wrapper {
  width: auto;
  margin: 0;
  color: #fff;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .form-select,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .form-select {
  padding: 11px 15px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .field-add-more-submit {
  margin-left: 8px;
}
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-edit .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-project-team]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-taxonomy-term]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-field-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-style-type .paragraphs-subform .field-add-more-submit,
body.node-add .node-form .field--type-entity-reference-revisions .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-form-items]:not(.paragraph-type-top) .field--name-field-element-type .paragraphs-subform .field-add-more-submit {
  margin: 0 0 0 23px !important;
}
body.node-edit .node-form .field--name-field-fields .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraph-type-top,
body.node-edit .node-form .field--name-field-elements .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraph-type-top,
body.node-edit .node-form .field--name-field-effects .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--name-field-fields .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-fields]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--name-field-elements .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-elements]:not(.paragraph-type-top) .paragraph-type-top,
body.node-add .node-form .field--name-field-effects .field-multiple-table td:not(.field-multiple-drag) div[id*=edit-field-effects]:not(.paragraph-type-top) .paragraph-type-top {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 0 7px;
}
body.node-edit .node-form .form-type-vertical-tabs,
body.node-add .node-form .form-type-vertical-tabs {
  display: none;
}
body.node-edit .node-form .column,
body.node-add .node-form .column {
  width: 48%;
}
body.node-edit .node-form .flex,
body.node-add .node-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.node-edit .node-form #edit-field-links-wrapper,
body.node-add .node-form #edit-field-links-wrapper {
  width: 100%;
}
body.node-edit .node-form #edit-field-links-wrapper input.button,
body.node-add .node-form #edit-field-links-wrapper input.button {
  margin-top: 27px;
}
body.node-edit .node-form #edit-field-links-wrapper table,
body.node-add .node-form #edit-field-links-wrapper table {
  width: 100%;
}
body.node-edit .node-form #edit-field-links-wrapper table div[id^=edit-field-links],
body.node-add .node-form #edit-field-links-wrapper table div[id^=edit-field-links] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.node-edit .node-form #edit-field-links-wrapper table div[id^=edit-field-links] .paragraph-type-top,
body.node-add .node-form #edit-field-links-wrapper table div[id^=edit-field-links] .paragraph-type-top {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.node-edit .node-form #edit-field-links-wrapper .field-label,
body.node-add .node-form #edit-field-links-wrapper .field-label {
  text-align: left;
}
body.node-edit .node-form #edit-field-links-wrapper .paragraph-type-title,
body.node-add .node-form #edit-field-links-wrapper .paragraph-type-title {
  display: none !important;
}
body.node-edit .node-form #edit-field-links-wrapper .paragraphs-subform,
body.node-add .node-form #edit-field-links-wrapper .paragraphs-subform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.node-edit .node-form #edit-field-links-wrapper .paragraphs-subform .form-item,
body.node-add .node-form #edit-field-links-wrapper .paragraphs-subform .form-item {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 10px;
  margin-top: 0;
}
body.node-edit .node-form #edit-field-links-wrapper .paragraphs-subform .form-item label,
body.node-add .node-form #edit-field-links-wrapper .paragraphs-subform .form-item label {
  font-size: 0.8rem;
  font-weight: normal;
}
body.node-edit .node-form #edit-field-links-wrapper .paragraphs-subform select,
body.node-add .node-form #edit-field-links-wrapper .paragraphs-subform select {
  padding: 11px 30px 11px 15px;
}
body.node-edit .node-form .field--name-field-description #edit-field-description-0-format,
body.node-add .node-form .field--name-field-description #edit-field-description-0-format {
  display: none;
}
body.node-edit .node-form .form-item-field-description-0-value,
body.node-add .node-form .form-item-field-description-0-value {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.not-logged-in.path-user {
  background: #efefef;
}
body.not-logged-in.path-user .l-header .region-header {
  padding-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.not-logged-in.path-user .l-content .region-content {
  max-width: 700px;
  margin: 25px auto 0;
  padding: 15px 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
}
body.not-logged-in.path-user .l-content .region-content #block-o365loginbanner {
  text-align: center;
  color: #333;
}
body.not-logged-in.path-user .l-content .region-content #block-o365loginbanner a {
  color: #333;
}
body.not-logged-in.path-user .l-content .region-content #block-o365loginbanner a:hover {
  color: #ed3403;
}
body.not-logged-in.path-user .l-content .region-content #block-o365loginbanner .o365-login-banner {
  max-width: 400px;
  margin: 0 auto 25px auto;
  cursor: pointer;
  display: inline-block;
}
body.not-logged-in.path-user .l-content .region-content #block-o365loginbanner .admin-login-link {
  font-size: 13px;
  color: #999;
  text-decoration: none;
}
body.not-logged-in.path-user .l-content .region-content #block-o365loginbanner .admin-login-link:hover {
  color: #ed3403;
}
body.not-logged-in.path-user .l-content .region-content #block-o365loginbanner p {
  margin: 0;
  font-size: 16px;
}
body.not-logged-in.path-user .l-content .region-content .user-login-form {
  display: none;
}
body.not-logged-in.path-user .l-content .region-content .user-login-form .description {
  display: none;
}
body.not-logged-in.path-user .l-content .region-content .user-login-form label {
  display: block;
  font-size: 15px;
  color: #333;
}
body.not-logged-in.path-user .l-content .region-content .user-login-form input[type=text],
body.not-logged-in.path-user .l-content .region-content .user-login-form input[type=password] {
  padding: 12px 15px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 0;
  background: #c0c0c0;
}
body.not-logged-in.path-user .l-content .region-content .user-login-form .form-actions {
  text-align: center;
}
body.not-logged-in.path-user .l-content .region-content .user-login-form input[type=submit] {
  background: #ed3403;
  color: #fff;
  border: 0;
  padding: 8px 35px;
  cursor: pointer;
  display: inline-block;
}
body.not-logged-in.path-user .l-content .region-content .user-login-form input[type=submit]:hover {
  opacity: 0.9;
}
body.not-logged-in.path-user .l-content .region-content .openid-connect-login-form {
  display: none;
}

body.page-node-type-drupal-build-spec .bs__actions {
  background: #333;
  color: #fff;
}
body.page-node-type-drupal-build-spec .bs__actions .bs__actions--title {
  font-weight: bold;
  padding: 0.8rem 0.8rem 0.8rem 0;
  font-size: 0.9rem;
  line-height: 0.8rem;
}
body.page-node-type-drupal-build-spec .bs__actions .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.page-node-type-drupal-build-spec .bs__actions .bs__actions--left,
body.page-node-type-drupal-build-spec .bs__actions .bs__actions--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-node-type-drupal-build-spec .bs__actions ul, body.page-node-type-drupal-build-spec .bs__actions ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.page-node-type-drupal-build-spec .bs__actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #000;
}
body.page-node-type-drupal-build-spec .bs__actions ul li:hover > ul {
  display: block;
}
body.page-node-type-drupal-build-spec .bs__actions ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  border-right: 1px solid #000;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
body.page-node-type-drupal-build-spec .bs__actions ul a:hover {
  background: #ed3403;
}
body.page-node-type-drupal-build-spec .bs__actions ul > li > ul {
  position: absolute;
  width: 180px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  display: none;
  border-left: 0;
}
body.page-node-type-drupal-build-spec .bs__actions ul > li > ul li {
  width: 100%;
  background: #333;
}
body.page-node-type-drupal-build-spec .bs__actions .edit-bs {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  background: #000;
}
body.page-node-type-drupal-build-spec .bs__actions .export-bs {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  background: #355829;
  font-weight: bold;
}
body.page-node-type-drupal-build-spec .bs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 30px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--image {
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--image img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 4px solid #efefef;
  padding: 10px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info {
  width: 100%;
  padding: 0 15px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.7rem;
  color: #000;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info h2 span {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  top: -7px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client {
  color: #666;
  font-size: 1rem;
  line-height: 1.5rem !important;
  margin-bottom: 20px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client a {
  color: #666;
  text-decoration: none;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client a:hover {
  color: #ed3403;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client span.in-progress {
  color: #58b;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client span.awaiting-approval {
  color: #ed3403;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client span.approved {
  color: #339933;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-accessibility-guidelines, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-success-criteria-level {
  margin-bottom: 15px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link .field__label, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-accessibility-guidelines .field__label, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-success-criteria-level .field__label {
  font-weight: normal;
  color: #ed3403;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link .field__items, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-accessibility-guidelines .field__items, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-success-criteria-level .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link a, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-accessibility-guidelines a, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-success-criteria-level a {
  color: #6CA6CD;
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  margin-right: 15px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link a:before, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-accessibility-guidelines a:before, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-success-criteria-level a:before {
  content: "•";
  display: inline-block;
  margin-right: 2px;
  color: #4A708B;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link a:hover, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-accessibility-guidelines a:hover, body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--name-field-success-criteria-level a:hover {
  color: #4A708B;
  text-decoration: underline;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team {
  width: 500px;
  text-align: right;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team h3 {
  margin: 0 0 15px 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #efefef;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team .field--name-field-project-team .paragraph--type--project-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.9rem;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team .field--name-field-project-team .paragraph--type--project-team .field--name-field-position {
  font-size: 0.8rem;
  color: #666;
  margin-right: 10px;
  padding: 5px 10px 5px 0;
  border-right: 2px solid #efefef;
  width: 50%;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team .field--name-field-project-team .paragraph--type--project-team .field--name-field-taoti-team-member {
  width: 50%;
}
body.page-node-type-drupal-build-spec .bs__tabs {
  background: #efefef;
  padding: 10px 0 0 0;
}
body.page-node-type-drupal-build-spec .bs__tabs ul, body.page-node-type-drupal-build-spec .bs__tabs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.page-node-type-drupal-build-spec .bs__tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
}
body.page-node-type-drupal-build-spec .bs__tabs ul li {
  margin-right: 5px;
}
body.page-node-type-drupal-build-spec .bs__tabs ul li a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  padding: 5px 15px;
  color: #c0c0c0;
  text-decoration: none;
  font-size: 0.9rem;
}
body.page-node-type-drupal-build-spec .bs__tabs ul li a.active {
  background: #fff;
  color: #000;
}
body.page-node-type-drupal-build-spec .bs__tabs ul li a:hover {
  color: #333;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner .bs_menu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  position: sticky;
  top: 80px;
  overflow-y: scroll;
  height: 80vh;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner .bs_menu a.reorder {
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  font-size: 0.8rem;
  text-align: center;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner .bs_menu a.reorder:hover {
  background-color: #ED3403;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner .bs_menu ol {
  position: sticky;
  top: 20px;
  margin: 25px 0 0 0;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner .bs_menu ol li {
  font-size: 0.8rem;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner .bs_menu ol li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 5px 0;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner .bs_menu ol li a:hover {
  color: #ed3403;
}
body.page-node-type-drupal-build-spec .bs_tab .bs__inner .bs_content {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 5px solid #efefef;
  width: 100%;
}
body.page-node-type-drupal-build-spec .bs_tab .view-header {
  background: #efefef;
  padding: 10px 0;
}
body.page-node-type-drupal-build-spec .bs_tab .view-header h2 {
  margin: 0 0 0 15px;
  padding: 0 15px 5px 15px;
  display: inline-block;
  color: #333;
  border-bottom: 3px solid #ed3403;
}
body.page-node-type-drupal-build-spec .bs_tab {
  display: none;
}

body.page-node-type-drupal-build-spec.toolbar-fixed .bs_tab .bs__inner .bs_menu ol {
  top: 80px;
}

body.page-node-type-drupal-build-spec.status--in-progress .contenttype__header--edit--approved,
body.page-node-type-drupal-build-spec.status--in-progress .navigation__header--edit--approved,
body.page-node-type-drupal-build-spec.status--in-progress .image-style__header--edit--approved {
  display: none;
}

body.page-node-type-drupal-build-spec.status--awaiting-approval .contenttype__header--edit,
body.page-node-type-drupal-build-spec.status--awaiting-approval .contenttype__header--edit--approved,
body.page-node-type-drupal-build-spec.status--awaiting-approval .navigation__header--edit,
body.page-node-type-drupal-build-spec.status--awaiting-approval .navigation__header--edit--approved,
body.page-node-type-drupal-build-spec.status--awaiting-approval .image-style__header--edit,
body.page-node-type-drupal-build-spec.status--awaiting-approval .image-style__header--edit--approved {
  display: none;
}

body.page-node-type-drupal-build-spec.status--approved .contenttype__header--edit,
body.page-node-type-drupal-build-spec.status--approved .navigation__header--edit,
body.page-node-type-drupal-build-spec.status--approved .image-style__header--edit {
  display: none;
}

.node--type-drupal-build-spec.node--view-mode-teaser a {
  text-decoration: none;
}
.node--type-drupal-build-spec.node--view-mode-teaser a h3 {
  color: #333;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.4rem;
}
.node--type-drupal-build-spec.node--view-mode-teaser a h4 {
  color: #666;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
}
.node--type-drupal-build-spec.node--view-mode-teaser a h4 span.in-progress {
  color: #58b;
}
.node--type-drupal-build-spec.node--view-mode-teaser a h4 span.awaiting-approval {
  color: #ed3403;
}
.node--type-drupal-build-spec.node--view-mode-teaser a h4 span.approved {
  color: #339933;
}
.node--type-drupal-build-spec.node--view-mode-teaser a:hover .field--name-field-image img {
  border: 4px solid #ed3403;
}
.node--type-drupal-build-spec.node--view-mode-teaser .field--name-field-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 4px solid #efefef;
  margin-bottom: 5px;
  padding: 5px;
}

.node--type-changelog {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-changelog .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node--type-changelog .contenttype__header h3 {
  padding: 10px 15px;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
}
.node--type-changelog .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
}
.node--type-changelog .contenttype__header .contenttype__header--edit,
.node--type-changelog .contenttype__header .contenttype__header--edit--approved {
  margin-left: auto;
}
.node--type-changelog .contenttype__header .contenttype__header--edit a,
.node--type-changelog .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-changelog .contenttype__header .contenttype__header--edit a:hover,
.node--type-changelog .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-changelog .contenttype__fields {
  margin-top: 15px;
}
.node--type-changelog .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-changelog .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-changelog .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-changelog .contenttype__fields .row.level-02 {
  margin-left: 30px;
}
.node--type-changelog .contenttype__fields .row.level-02 .title {
  width: 290px;
}
.node--type-changelog .contenttype__fields .row.level-03 {
  margin-left: 60px;
}
.node--type-changelog .contenttype__fields .row.level-03 .title {
  width: 260px;
}
.node--type-changelog .contenttype__fields .row.level-04 {
  margin-left: 120px;
}
.node--type-changelog .contenttype__fields .row.level-04 .title {
  width: 230px;
}
.node--type-changelog .contenttype__fields .row.level-05 {
  margin-left: 160px;
}
.node--type-changelog .contenttype__fields .row.level-05 .title {
  width: 200px;
}
.node--type-changelog .contenttype__fields .row .title {
  padding: 0 15px;
  width: 320px;
}
.node--type-changelog .contenttype__fields .row .type {
  width: 150px;
}
.node--type-changelog .contenttype__fields .row .url {
  color: #6CA6CD;
  width: 100%;
}
.node--type-changelog .contenttype__fields .row .url p {
  margin-top: 0;
}
.node--type-changelog .contenttype__fields .row .content-type {
  width: 150px;
}

.node--type-content-type {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-content-type .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-content-type .contenttype__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-content-type .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
  width: 100%;
}
.node--type-content-type .contenttype__header .contenttype__header--description p, .node--type-content-type .contenttype__header .contenttype__header--description ul {
  margin: 0;
}
.node--type-content-type .contenttype__header .contenttype__header--description span {
  color: #58b;
}
.node--type-content-type .contenttype__header .contenttype__header--description a {
  color: #ed3403;
}
.node--type-content-type .contenttype__header .contenttype__header--edit,
.node--type-content-type .contenttype__header .contenttype__header--edit--approved {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-content-type .contenttype__header .contenttype__header--edit a,
.node--type-content-type .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-content-type .contenttype__header .contenttype__header--edit a:hover,
.node--type-content-type .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-content-type .contenttype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.node--type-content-type .contenttype__container .contenttype__image {
  width: 30%;
}
.node--type-content-type .contenttype__container .contenttype__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node--type-content-type .contenttype__container .contenttype__fields {
  width: 68%;
}
.node--type-content-type .contenttype__container .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-content-type .contenttype__container .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-content-type .contenttype__container .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .required {
  width: 100px;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .options {
  width: 250px;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-content-type .contenttype__container .contenttype__fields .row .help, .node--type-content-type .contenttype__container .contenttype__fields .row .notes {
  width: 300px;
}

.node--type-image-style {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-image-style .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-image-style .contenttype__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-image-style .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
  width: 100%;
}
.node--type-image-style .contenttype__header .contenttype__header--description p, .node--type-image-style .contenttype__header .contenttype__header--description ul {
  margin: 0;
}
.node--type-image-style .contenttype__header .contenttype__header--description span {
  color: #58b;
}
.node--type-image-style .contenttype__header .contenttype__header--description a {
  color: #ed3403;
}
.node--type-image-style .contenttype__header .contenttype__header--edit,
.node--type-image-style .contenttype__header .contenttype__header--edit--approved {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-image-style .contenttype__header .contenttype__header--edit a,
.node--type-image-style .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-image-style .contenttype__header .contenttype__header--edit a:hover,
.node--type-image-style .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-image-style .contenttype__fields {
  margin-top: 15px;
}
.node--type-image-style .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-image-style .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-image-style .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-image-style .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-image-style .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-image-style .contenttype__fields .row .required {
  width: 100px;
}
.node--type-image-style .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-image-style .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-image-style .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-image-style .contenttype__fields .row .options {
  width: 250px;
}
.node--type-image-style .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-image-style .contenttype__fields .row .help, .node--type-image-style .contenttype__fields .row .notes {
  width: 300px;
}

.node--type-layout-block {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-layout-block .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-layout-block .contenttype__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-layout-block .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
  width: 100%;
}
.node--type-layout-block .contenttype__header .contenttype__header--description p, .node--type-layout-block .contenttype__header .contenttype__header--description ul {
  margin: 0;
}
.node--type-layout-block .contenttype__header .contenttype__header--description span {
  color: #58b;
}
.node--type-layout-block .contenttype__header .contenttype__header--description a {
  color: #ed3403;
}
.node--type-layout-block .contenttype__header .contenttype__header--edit,
.node--type-layout-block .contenttype__header .contenttype__header--edit--approved {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-layout-block .contenttype__header .contenttype__header--edit a,
.node--type-layout-block .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-layout-block .contenttype__header .contenttype__header--edit a:hover,
.node--type-layout-block .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-layout-block .contenttype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.node--type-layout-block .contenttype__container .contenttype__image {
  width: 30%;
}
.node--type-layout-block .contenttype__container .contenttype__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node--type-layout-block .contenttype__container .contenttype__fields {
  width: 68%;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .required {
  width: 100px;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .options {
  width: 250px;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-layout-block .contenttype__container .contenttype__fields .row .help, .node--type-layout-block .contenttype__container .contenttype__fields .row .notes {
  width: 300px;
}

.node--type-navigation {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-navigation .navigation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-navigation .navigation__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-navigation .navigation__header .navigation__header--description {
  font-size: 0.8rem;
  width: 100%;
}
.node--type-navigation .navigation__header .navigation__header--description p, .node--type-navigation .navigation__header .navigation__header--description ul {
  margin: 0;
}
.node--type-navigation .navigation__header .navigation__header--description span {
  color: #58b;
}
.node--type-navigation .navigation__header .navigation__header--description a {
  color: #ed3403;
}
.node--type-navigation .navigation__header .navigation__header--edit,
.node--type-navigation .navigation__header .navigation__header--edit--approved {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-navigation .navigation__header .navigation__header--edit a,
.node--type-navigation .navigation__header .navigation__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-navigation .navigation__header .navigation__header--edit a:hover,
.node--type-navigation .navigation__header .navigation__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-navigation .navigation__links {
  margin-top: 15px;
}
.node--type-navigation .navigation__links .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-navigation .navigation__links .row.header {
  font-weight: bold;
}
.node--type-navigation .navigation__links .row.header .url {
  color: #000;
}
.node--type-navigation .navigation__links .row.level-02 {
  margin-left: 30px;
}
.node--type-navigation .navigation__links .row.level-02 .title {
  width: 290px;
}
.node--type-navigation .navigation__links .row.level-03 {
  margin-left: 60px;
}
.node--type-navigation .navigation__links .row.level-03 .title {
  width: 260px;
}
.node--type-navigation .navigation__links .row.level-04 {
  margin-left: 120px;
}
.node--type-navigation .navigation__links .row.level-04 .title {
  width: 230px;
}
.node--type-navigation .navigation__links .row.level-05 {
  margin-left: 160px;
}
.node--type-navigation .navigation__links .row.level-05 .title {
  width: 200px;
}
.node--type-navigation .navigation__links .row .title {
  padding: 0 15px;
  width: 320px;
}
.node--type-navigation .navigation__links .row .type {
  width: 150px;
}
.node--type-navigation .navigation__links .row .url {
  color: #6CA6CD;
  width: 320px;
}
.node--type-navigation .navigation__links .row .content-type {
  width: 150px;
}

.node--type-paragraph {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-paragraph .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-paragraph .contenttype__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-paragraph .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
  width: 100%;
}
.node--type-paragraph .contenttype__header .contenttype__header--description p, .node--type-paragraph .contenttype__header .contenttype__header--description ul {
  margin: 0;
}
.node--type-paragraph .contenttype__header .contenttype__header--description span {
  color: #58b;
}
.node--type-paragraph .contenttype__header .contenttype__header--description a {
  color: #ed3403;
}
.node--type-paragraph .contenttype__header .contenttype__header--edit,
.node--type-paragraph .contenttype__header .contenttype__header--edit--approved {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
}
.node--type-paragraph .contenttype__header .contenttype__header--edit a,
.node--type-paragraph .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-paragraph .contenttype__header .contenttype__header--edit a:hover,
.node--type-paragraph .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-paragraph .contenttype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.node--type-paragraph .contenttype__container .contenttype__image {
  width: 30%;
}
.node--type-paragraph .contenttype__container .contenttype__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node--type-paragraph .contenttype__container .contenttype__fields {
  width: 68%;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .required {
  width: 100px;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .options {
  width: 250px;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-paragraph .contenttype__container .contenttype__fields .row .help, .node--type-paragraph .contenttype__container .contenttype__fields .row .notes {
  width: 300px;
}

.node--type-requirement {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-requirement .field--name-field-description-and-or-special {
  font-size: 0.8rem;
  padding: 0 15px;
}
.node--type-requirement .field--name-field-description-and-or-special .field__item:before {
  content: "•";
  display: inline-block;
  margin-right: 2px;
}
.node--type-requirement .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node--type-requirement .contenttype__header h3 {
  padding: 10px 15px;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-requirement .contenttype__header .contenttype__header--edit,
.node--type-requirement .contenttype__header .contenttype__header--edit--approved {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-requirement .contenttype__header .contenttype__header--edit a,
.node--type-requirement .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-requirement .contenttype__header .contenttype__header--edit a:hover,
.node--type-requirement .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-requirement .contenttype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.node--type-requirement .contenttype__container .contenttype__image {
  width: 30%;
}
.node--type-requirement .contenttype__container .contenttype__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node--type-requirement .contenttype__container .contenttype__fields {
  width: 68%;
}
.node--type-requirement .contenttype__container .contenttype__fields a {
  color: #ed3403;
}
.node--type-requirement .contenttype__container .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-requirement .contenttype__container .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-requirement .contenttype__container .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .half-section {
  width: calc(50% - 30px);
  padding: 0 15px;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .half-section p {
  margin: 0;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .required {
  width: 100px;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .options {
  width: 250px;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-requirement .contenttype__container .contenttype__fields .row .help, .node--type-requirement .contenttype__container .contenttype__fields .row .notes {
  width: 300px;
}

.node--type-reusable-paragraph {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-reusable-paragraph .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node--type-reusable-paragraph .contenttype__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
}
.node--type-reusable-paragraph .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
}
.node--type-reusable-paragraph .contenttype__header .contenttype__header--description p {
  margin: 0;
}
.node--type-reusable-paragraph .contenttype__header .contenttype__header--description span {
  color: #58b;
}
.node--type-reusable-paragraph .contenttype__header .contenttype__header--edit {
  margin-left: auto;
}
.node--type-reusable-paragraph .contenttype__header .contenttype__header--edit a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-reusable-paragraph .contenttype__header .contenttype__header--edit a:hover {
  background: #ed3403;
}
.node--type-reusable-paragraph .contenttype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__image {
  width: 30%;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields {
  width: 68%;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .required {
  width: 100px;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .options {
  width: 250px;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .help, .node--type-reusable-paragraph .contenttype__container .contenttype__fields .row .notes {
  width: 300px;
}

.node--type-taxonomy {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-taxonomy .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-taxonomy .contenttype__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-taxonomy .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
  width: 100%;
}
.node--type-taxonomy .contenttype__header .contenttype__header--description p, .node--type-taxonomy .contenttype__header .contenttype__header--description ul {
  margin: 0;
}
.node--type-taxonomy .contenttype__header .contenttype__header--description span {
  color: #58b;
}
.node--type-taxonomy .contenttype__header .contenttype__header--description a {
  color: #ed3403;
}
.node--type-taxonomy .contenttype__header .contenttype__header--edit,
.node--type-taxonomy .contenttype__header .contenttype__header--edit--approved {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-taxonomy .contenttype__header .contenttype__header--edit a,
.node--type-taxonomy .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-taxonomy .contenttype__header .contenttype__header--edit a:hover,
.node--type-taxonomy .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-taxonomy .contenttype__container {
  margin-top: 15px;
}
.node--type-taxonomy .contenttype__container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-taxonomy .contenttype__container .row.header {
  font-weight: bold;
}
.node--type-taxonomy .contenttype__container .row.header .url {
  color: #000;
}
.node--type-taxonomy .contenttype__container .row.level-02 {
  margin-left: 30px;
}
.node--type-taxonomy .contenttype__container .row.level-02 .title {
  width: 290px;
}
.node--type-taxonomy .contenttype__container .row.level-03 {
  margin-left: 60px;
}
.node--type-taxonomy .contenttype__container .row.level-03 .title {
  width: 260px;
}
.node--type-taxonomy .contenttype__container .row.level-04 {
  margin-left: 120px;
}
.node--type-taxonomy .contenttype__container .row.level-04 .title {
  width: 230px;
}
.node--type-taxonomy .contenttype__container .row.level-05 {
  margin-left: 160px;
}
.node--type-taxonomy .contenttype__container .row.level-05 .title {
  width: 200px;
}
.node--type-taxonomy .contenttype__container .row .title {
  padding: 0 15px;
  width: 320px;
}
.node--type-taxonomy .contenttype__container .row .type {
  width: 150px;
}
.node--type-taxonomy .contenttype__container .row .url {
  color: #6CA6CD;
  width: 320px;
}
.node--type-taxonomy .contenttype__container .row .content-type {
  width: 150px;
}

.node--type-user-role {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-user-role .field--name-field-description-and-or-special {
  font-size: 0.8rem;
  padding: 0 15px;
}
.node--type-user-role .field--name-field-description-and-or-special .field__item:before {
  content: "•";
  display: inline-block;
  margin-right: 2px;
}
.node--type-user-role .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-user-role .contenttype__header h3 {
  padding: 10px 15px;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-user-role .contenttype__header .contenttype__header--edit,
.node--type-user-role .contenttype__header .contenttype__header--edit--approved {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-user-role .contenttype__header .contenttype__header--edit a,
.node--type-user-role .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-user-role .contenttype__header .contenttype__header--edit a:hover,
.node--type-user-role .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-user-role .contenttype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.node--type-user-role .contenttype__container .contenttype__image {
  width: 30%;
}
.node--type-user-role .contenttype__container .contenttype__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node--type-user-role .contenttype__container .contenttype__fields {
  width: 68%;
}
.node--type-user-role .contenttype__container .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-user-role .contenttype__container .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-user-role .contenttype__container .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .half-section {
  width: calc(50% - 30px);
  padding: 0 15px;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .half-section p {
  margin: 0;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .required {
  width: 100px;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .options {
  width: 250px;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-user-role .contenttype__container .contenttype__fields .row .help, .node--type-user-role .contenttype__container .contenttype__fields .row .notes {
  width: 300px;
}

.node--type-views {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-views .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.node--type-views .contenttype__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-views .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
  width: 100%;
}
.node--type-views .contenttype__header .contenttype__header--description p, .node--type-views .contenttype__header .contenttype__header--description ul {
  margin: 0;
}
.node--type-views .contenttype__header .contenttype__header--description span {
  color: #58b;
}
.node--type-views .contenttype__header .contenttype__header--description a {
  color: #ed3403;
}
.node--type-views .contenttype__header .contenttype__header--edit,
.node--type-views .contenttype__header .contenttype__header--edit--approved {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.node--type-views .contenttype__header .contenttype__header--edit a,
.node--type-views .contenttype__header .contenttype__header--edit--approved a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-views .contenttype__header .contenttype__header--edit a:hover,
.node--type-views .contenttype__header .contenttype__header--edit--approved a:hover {
  background: #ed3403;
}
.node--type-views .contenttype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.node--type-views .contenttype__container .contenttype__image {
  width: 30%;
}
.node--type-views .contenttype__container .contenttype__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node--type-views .contenttype__container .contenttype__fields {
  width: 68%;
}
.node--type-views .contenttype__container .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-views .contenttype__container .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-views .contenttype__container .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-views .contenttype__container .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-views .contenttype__container .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-views .contenttype__container .contenttype__fields .row .full {
  padding: 0 15px;
  width: 100%;
}
.node--type-views .contenttype__container .contenttype__fields .row .required {
  width: 100px;
}
.node--type-views .contenttype__container .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-views .contenttype__container .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-views .contenttype__container .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-views .contenttype__container .contenttype__fields .row .options {
  width: 250px;
}
.node--type-views .contenttype__container .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-views .contenttype__container .contenttype__fields .row .help, .node--type-views .contenttype__container .contenttype__fields .row .notes {
  width: 300px;
}

.node--type-webform {
  margin-top: 20px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.node--type-webform .contenttype__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node--type-webform .contenttype__header h3 {
  padding: 10px 15px;
  border-right: 3px solid #efefef;
  margin: 0 15px 0 0;
  font-size: 1rem;
  line-height: 1rem;
}
.node--type-webform .contenttype__header .contenttype__header--description {
  font-size: 0.8rem;
}
.node--type-webform .contenttype__header .contenttype__header--description p {
  margin: 0;
}
.node--type-webform .contenttype__header .contenttype__header--description span {
  color: #58b;
}
.node--type-webform .contenttype__header .contenttype__header--edit {
  margin-left: auto;
}
.node--type-webform .contenttype__header .contenttype__header--edit a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #333;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 10px;
}
.node--type-webform .contenttype__header .contenttype__header--edit a:hover {
  background: #ed3403;
}
.node--type-webform .contenttype__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.node--type-webform .contenttype__container .contenttype__image {
  width: 30%;
}
.node--type-webform .contenttype__container .contenttype__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.node--type-webform .contenttype__container .contenttype__fields {
  width: 68%;
}
.node--type-webform .contenttype__container .contenttype__fields .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  font-size: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.node--type-webform .contenttype__container .contenttype__fields .row.header {
  font-weight: bold;
}
.node--type-webform .contenttype__container .contenttype__fields .row.header .url {
  color: #000;
}
.node--type-webform .contenttype__container .contenttype__fields .row .title {
  padding: 0 15px;
  width: 200px;
}
.node--type-webform .contenttype__container .contenttype__fields .row .title em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  display: block;
  color: #ed3403;
}
.node--type-webform .contenttype__container .contenttype__fields .row .half-section {
  width: calc(50% - 30px);
  padding: 0 15px;
}
.node--type-webform .contenttype__container .contenttype__fields .row .half-section p {
  margin: 0;
}
.node--type-webform .contenttype__container .contenttype__fields .row .required {
  width: 100px;
}
.node--type-webform .contenttype__container .contenttype__fields .row .field-type {
  width: 125px;
}
.node--type-webform .contenttype__container .contenttype__fields .row .field-type .field-content {
  display: none;
}
.node--type-webform .contenttype__container .contenttype__fields .row .field-type em {
  font-style: normal;
  color: #888;
  font-size: 0.7rem;
  color: #6CA6CD;
}
.node--type-webform .contenttype__container .contenttype__fields .row .options {
  width: 250px;
}
.node--type-webform .contenttype__container .contenttype__fields .row .options .field-title {
  display: none;
}
.node--type-webform .contenttype__container .contenttype__fields .row .help, .node--type-webform .contenttype__container .contenttype__fields .row .notes {
  width: 300px;
}

.path-export {
  background: #efefef;
}
.path-export .l-header {
  display: none;
}
.path-export .view-build-spec-export {
  padding: 30px;
  background: #fff;
  border: 1px solid #666;
  margin: 50px auto;
  max-width: 1140px;
}
.path-export .view-build-spec-export img {
  max-width: 100%;
  height: auto;
  display: block;
}
.path-export .view-build-spec-content-types.view-display-id-export .row .notes,
.path-export .view-build-spec-paragraphs.view-display-id-export .row .notes {
  display: none;
}

@media print {
  @page {}
  .path-export {
    background: #000;
    padding: 50px;
  }
  .path-export .view-build-spec-export {
    max-width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
  }
  .no-print, .no-print * {
    display: none !important;
  }
}
body.page-node-type-drupal-build-spec .bs__actions {
  background: #333;
  color: #fff;
}
body.page-node-type-drupal-build-spec .bs__actions .bs__actions--title {
  font-weight: bold;
  padding: 0.8rem 0.8rem 0.8rem 0;
  font-size: 0.9rem;
  line-height: 0.8rem;
}
body.page-node-type-drupal-build-spec .bs__actions .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.page-node-type-drupal-build-spec .bs__actions .bs__actions--left,
body.page-node-type-drupal-build-spec .bs__actions .bs__actions--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-node-type-drupal-build-spec .bs__actions ul, body.page-node-type-drupal-build-spec .bs__actions ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.page-node-type-drupal-build-spec .bs__actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #000;
}
body.page-node-type-drupal-build-spec .bs__actions ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  border-right: 1px solid #000;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
body.page-node-type-drupal-build-spec .bs__actions ul a:hover {
  background: #ed3403;
}
body.page-node-type-drupal-build-spec .bs__actions .edit-bs {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  background: #000;
}
body.page-node-type-drupal-build-spec .bs__actions .export-bs {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  background: #355829;
  font-weight: bold;
}
body.page-node-type-drupal-build-spec .bs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 30px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--image {
  max-width: 350px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--image img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 4px solid #efefef;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info {
  width: 100%;
  padding: 0 15px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.7rem;
  color: #000;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info h2 span {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  top: -7px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 30px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client a {
  color: #666;
  text-decoration: none;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .bs__header--client a:hover {
  color: #ed3403;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link {
  margin-bottom: 15px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link .field__label {
  font-weight: normal;
  color: #ed3403;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link a {
  color: #6CA6CD;
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  margin-right: 15px;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link a:before {
  content: "•";
  display: inline-block;
  margin-right: 2px;
  color: #4A708B;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--info .field--type-link a:hover {
  color: #4A708B;
  text-decoration: underline;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team {
  width: 500px;
  text-align: right;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team h3 {
  margin: 0 0 15px 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #efefef;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team .field--name-field-project-team .paragraph--type--project-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.9rem;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team .field--name-field-project-team .paragraph--type--project-team .field--name-field-position {
  font-size: 0.8rem;
  color: #666;
  margin-right: 10px;
  padding: 5px 10px 5px 0;
  border-right: 2px solid #efefef;
  width: 50%;
}
body.page-node-type-drupal-build-spec .bs__header .bs__header--team .field--name-field-project-team .paragraph--type--project-team .field--name-field-taoti-team-member {
  width: 50%;
}
body.page-node-type-drupal-build-spec .bs__navigation .view-header {
  background: #efefef;
  padding: 10px 0;
}
body.page-node-type-drupal-build-spec .bs__navigation .view-header h2 {
  margin: 0 0 0 15px;
  padding: 0 15px 5px 15px;
  display: inline-block;
  color: #333;
  border-bottom: 3px solid #ed3403;
}

.paragraph--type--fields-group {
  padding-left: 6px;
  position: relative;
}
.paragraph--type--fields-group::before {
  border-left: 5px solid rgba(192, 192, 192, 0.5);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
}
.paragraph--type--fields-group > .field--name-field-group-fields {
  padding-left: 25px;
}
.paragraph--type--fields-group .paragraph--type--fields-group::before {
  border-left: 5px solid rgba(192, 192, 192, 0.25);
}
.paragraph--type--fields-group .paragraph--type--fields-group .paragraph--type--fields-group::before {
  border-left: 5px solid rgba(192, 192, 192, 0.15);
}

.field__item:nth-of-type(even) > .paragraph--type--fields-group::before {
  border-color: rgba(239, 239, 239, 0.5);
}

.paragraph--type--functional-requirements {
  margin-top: 1rem;
}
.paragraph--type--functional-requirements .field__label,
.paragraph--type--functional-requirements .field__item {
  font-size: 0.85rem;
}

.view-build-spec-listing .view-filters {
  background: #333;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.view-build-spec-listing .view-filters form {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
.view-build-spec-listing .view-filters form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.view-build-spec-listing .view-filters form .form--inline .form-item {
  margin: 0 20px;
}
.view-build-spec-listing .view-filters form .form--inline label {
  font-size: 0.9rem;
  margin-right: 5px;
}
.view-build-spec-listing .view-filters form .form--inline input[type=text],
.view-build-spec-listing .view-filters form .form--inline select {
  padding: 7px 15px;
  border: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.view-build-spec-listing .view-filters form .form--inline input[type=submit] {
  background: #ed3403;
  color: #fff;
  border: 0;
  padding: 8px 15px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.view-build-spec-listing .view-filters form .form--inline .form-actions {
  margin: 0 15px;
}
.view-build-spec-listing .view-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
}
.view-build-spec-listing .view-content .views-row {
  width: calc(20% - 20px);
  margin: 0 20px 40px 0;
}
.view-build-spec-listing .pager .pager__items li a {
  color: #333;
  text-decoration: none;
}
.view-build-spec-listing .pager .pager__items li a:hover {
  color: #666;
}
.view-build-spec-listing .pager .pager__items li.is-active {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}
/*# sourceMappingURL=sourcemaps/main.css.map */
