.node-layout-builder-form #edit-actions {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 501;
  background-color: #4d4d4f;
  padding: 10px 0;
  margin-bottom: 0 !important; }
  .node-layout-builder-form #edit-actions #edit-preview-toggle {
    display: none; }
  .node-layout-builder-form #edit-actions button,
  .node-layout-builder-form #edit-actions input {
    border: none;
    border-radius: 0;
    margin: 0 5px;
    display: inline-block;
    width: auto; }
    .node-layout-builder-form #edit-actions button#edit-submit,
    .node-layout-builder-form #edit-actions input#edit-submit {
      background-color: #38D42D; }
    .node-layout-builder-form #edit-actions button#edit-discard-changes,
    .node-layout-builder-form #edit-actions input#edit-discard-changes {
      background-color: #00AAFF; }
    .node-layout-builder-form #edit-actions button#edit-revert,
    .node-layout-builder-form #edit-actions input#edit-revert {
      background-color: #FF0066; }
    .node-layout-builder-form #edit-actions button:hover, .node-layout-builder-form #edit-actions button:focus,
    .node-layout-builder-form #edit-actions input:hover,
    .node-layout-builder-form #edit-actions input:focus {
      opacity: 0.8; }

.layout-builder-form .js-form-item {
  padding: 0; }

.layout-builder {
  border: 0;
  padding: 0; }

.layout-builder__section {
  padding: 0;
  margin-bottom: 0; }
  .layout-builder__section .layout-builder__link--configure {
    margin-left: -1px;
    border-radius: 0;
    background: url("../../images/admin/pencil.svg") #38D42D center center/16px 16px no-repeat;
    text-indent: -9999px;
    display: inline-block;
    width: 26px;
    height: 26px; }
  .layout-builder__section > section {
    margin: 8px 0; }

.layout-builder__add-block {
  background-color: transparent; }
  .layout-builder__add-block .layout-builder__link {
    position: relative;
    display: inline-block;
    background-color: #00AAFF;
    border: 1px solid #00AAFF;
    color: white;
    padding: 6px 32px; }
    .layout-builder__add-block .layout-builder__link:after {
      width: 15px;
      height: 15px;
      content: "";
      background: url("../../images/admin/plus.svg") transparent center center/15px 15px no-repeat;
      display: block;
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .layout-builder__add-block .layout-builder__link:hover {
      background-color: transparent;
      color: #00AAFF;
      margin-bottom: 0; }
      .layout-builder__add-block .layout-builder__link:hover:after {
        background: url("../../images/admin/block-plus.svg") transparent center center/15px 15px no-repeat; }

.layout-builder__link--add {
  background: unset; }

.layout-builder__link--remove {
  margin-left: -1px;
  border-radius: 0;
  background: url("../../images/admin/ex.svg") #FF0066 center center/16px 16px no-repeat;
  border: 0; }

.layout-builder__add-section {
  outline: 1px dashed #ccc;
  margin: 4px 0 0;
  padding: 16px 0; }
  .layout-builder__add-section .layout-builder__link {
    border: 1px solid #38D42D;
    background-color: #38D42D;
    color: white;
    position: relative;
    padding: 4px 32px; }
    .layout-builder__add-section .layout-builder__link:after {
      width: 15px;
      height: 15px;
      content: "";
      background: url("../../images/admin/plus.svg") transparent center center/15px 15px no-repeat;
      display: block;
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .layout-builder__add-section .layout-builder__link:hover {
      background-color: transparent;
      color: #38D42D; }
      .layout-builder__add-section .layout-builder__link:hover:after {
        background: url("../../images/admin/section-plus.svg") transparent center center/15px 15px no-repeat; }

.layout-builder__region {
  outline: 3px dashed #00AAFF; }

.layout-builder-block {
  background-color: transparent; }

.layout-builder--content-preview-disabled .layout-builder-block {
  outline: 1px dashed #ccc;
  border: 0; }

.layout-builder__add-block.is-layout-builder-highlighted,
.layout-builder__add-section.is-layout-builder-highlighted,
.layout-builder__layout.is-layout-builder-highlighted:before,
.layout-builder__layout.is-layout-builder-highlighted,
.layout-builder-block.is-layout-builder-highlighted {
  border: 4px solid #38D42D; }

.layout-builder-discard-changes,
.layout-builder-revert-overrides {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .layout-builder-discard-changes .container,
    .layout-builder-revert-overrides .container {
      width: 540px; } }
  @media (min-width: 768px) {
    .layout-builder-discard-changes .container,
    .layout-builder-revert-overrides .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .layout-builder-discard-changes .container,
    .layout-builder-revert-overrides .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .layout-builder-discard-changes .container,
    .layout-builder-revert-overrides .container {
      width: 1140px; } }
  .layout-builder-discard-changes .form-actions,
  .layout-builder-revert-overrides .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px; }
    .layout-builder-discard-changes .form-actions .button,
    .layout-builder-revert-overrides .form-actions .button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-right: 15px; }

.ui-dialog.ui-corner-all {
  background: none;
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .ui-dialog.ui-corner-all #drupal-off-canvas {
    top: 0 !important;
    position: relative;
    background-color: #f7f7f7;
    padding: 15px; }
    .ui-dialog.ui-corner-all #drupal-off-canvas * {
      background-color: #f7f7f7;
      color: #333; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .inline-block-create-button {
      margin-bottom: 16px; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .inline-block-list__item {
      padding: 0;
      margin: 0; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .inline-block-create-button {
      margin: 0; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-text,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-tel,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-email,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-url,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-search,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-number,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-color,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-file,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-textarea,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-date,
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-time {
      background: white;
      -webkit-box-shadow: unset;
              box-shadow: unset;
      border: 1px solid #d2d2d2; }
    .ui-dialog.ui-corner-all #drupal-off-canvas ul li {
      border-bottom: 0; }
    .ui-dialog.ui-corner-all #drupal-off-canvas img {
      max-width: 70px; }
    .ui-dialog.ui-corner-all #drupal-off-canvas details.form-wrapper {
      margin: 0;
      padding: 0; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .js-form-type-checkbox,
    .ui-dialog.ui-corner-all #drupal-off-canvas .js-form-type-radio {
      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;
      padding: 8px 0; }
      .ui-dialog.ui-corner-all #drupal-off-canvas .js-form-type-checkbox label,
      .ui-dialog.ui-corner-all #drupal-off-canvas .js-form-type-radio label {
        padding-left: 8px; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .form-group {
      padding: 0;
      width: 100%; }
    .ui-dialog.ui-corner-all #drupal-off-canvas details,
    .ui-dialog.ui-corner-all #drupal-off-canvas summary,
    .ui-dialog.ui-corner-all #drupal-off-canvas .details-wrapper {
      margin: 0 -25px; }
    .ui-dialog.ui-corner-all #drupal-off-canvas details[open] > summary:hover {
      background-color: transparent;
      color: #333; }
    .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-wrapper {
      margin: 0 -10px;
      padding: 0 20px; }
      .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-wrapper .details-wrapper {
        margin-top: 10px;
        margin-bottom: 10px; }
    .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-group .form-check,
    .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-wrapper .form-check {
      padding: 0;
      margin: 10px 0; }
      .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-group .form-check input,
      .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-group .form-check label,
      .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-wrapper .form-check input,
      .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-wrapper .form-check label {
        display: inline-block;
        vertical-align: middle; }
        .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-group .form-check input.form-check,
        .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-group .form-check label.form-check,
        .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-wrapper .form-check input.form-check,
        .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-wrapper .form-check label.form-check {
          width: 90%; }
    .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-group .js-form-type-select select,
    .ui-dialog.ui-corner-all #drupal-off-canvas form.layout-builder-configure-section .form-wrapper .js-form-type-select select {
      width: 100%; }
    .ui-dialog.ui-corner-all #drupal-off-canvas select {
      -webkit-appearance: none;
      -moz-appearance: none; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .ui-dialog-off-canvas {
      overflow: scroll; }
    .ui-dialog.ui-corner-all #drupal-off-canvas ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .ui-dialog.ui-corner-all #drupal-off-canvas a {
      color: #00AAFF;
      text-align: center;
      font-size: 14px; }
      .ui-dialog.ui-corner-all #drupal-off-canvas a.use-ajax {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -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; }
        .ui-dialog.ui-corner-all #drupal-off-canvas a.use-ajax img,
        .ui-dialog.ui-corner-all #drupal-off-canvas a.use-ajax div {
          display: inline-block; }
        .ui-dialog.ui-corner-all #drupal-off-canvas a.use-ajax div {
          margin-left: 8px; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .glyphicon {
      display: none; }
    .ui-dialog.ui-corner-all #drupal-off-canvas .ui-resizable-s {
      display: none !important; }
    .ui-dialog.ui-corner-all #drupal-off-canvas button.button,
    .ui-dialog.ui-corner-all #drupal-off-canvas input.button {
      position: relative;
      height: auto;
      padding: 6px 20px;
      border: 0;
      border-radius: 0;
      font-weight: 600;
      font-size: 14px;
      text-align: center;
      cursor: pointer;
      -webkit-transition: background 0.5s ease;
      transition: background 0.5s ease;
      background: #00AAFF;
      color: white;
      margin-top: 15px;
      display: block;
      width: 100%; }
      .ui-dialog.ui-corner-all #drupal-off-canvas button.button:hover, .ui-dialog.ui-corner-all #drupal-off-canvas button.button:focus,
      .ui-dialog.ui-corner-all #drupal-off-canvas input.button:hover,
      .ui-dialog.ui-corner-all #drupal-off-canvas input.button:focus {
        background: #333;
        color: #00AAFF; }
  .ui-dialog.ui-corner-all .ui-dialog-titlebar {
    padding: 16px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: #2d2d2d;
    font-weight: normal; }
    .ui-dialog.ui-corner-all .ui-dialog-titlebar .ui-button-icon-only,
    .ui-dialog.ui-corner-all .ui-dialog-titlebar .ui-dialog-titlebar-close {
      background-image: url("../../images/admin/ex.svg");
      border: 0;
      background-position: center;
      background-color: transparent;
      width: 16px;
      height: 16px; }
      .ui-dialog.ui-corner-all .ui-dialog-titlebar .ui-button-icon-only .ui-icon-closethick,
      .ui-dialog.ui-corner-all .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
        background-image: unset; }

body:not(.path-user) nav.tabs {
  position: fixed;
  bottom: 50px;
  right: 30px;
  border-radius: 35px;
  z-index: 100; }
  body:not(.path-user) nav.tabs h2 {
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 35px;
    display: block;
    position: relative !important;
    text-indent: -30000px;
    margin: 0;
    cursor: pointer;
    z-index: 100; }
    body:not(.path-user) nav.tabs h2:after {
      width: 70px;
      height: 70px;
      content: "";
      background: url("../../images/admin/pencil.svg") transparent center center/30px 30px no-repeat;
      display: block;
      position: absolute;
      top: 0; }
  body:not(.path-user) nav.tabs .primary.nav-tabs {
    display: none;
    position: absolute;
    bottom: 35px;
    background-color: #4d4d4f;
    padding: 35px 0 45px 0;
    border: 0;
    z-index: 99;
    border-radius: 35px 35px 0 0;
    min-width: 70px; }
    body:not(.path-user) nav.tabs .primary.nav-tabs li {
      margin: 0;
      display: block;
      width: 100%;
      text-align: center; }
      body:not(.path-user) nav.tabs .primary.nav-tabs li a {
        font-size: 10px;
        border: 0;
        background-color: transparent;
        padding: 10px 8px;
        color: white; }
        body:not(.path-user) nav.tabs .primary.nav-tabs li a:hover {
          background-color: #444; }
      body:not(.path-user) nav.tabs .primary.nav-tabs li.active a {
        color: #00AAFF;
        text-align: center; }

body.path-user nav.tabs {
  display: none; }

.contextual-region.focus {
  outline: 1px dashed #4d4d4f;
  outline-offset: 5px; }

.view .contextual,
.node .contextual,
.taxonomy-term .contextual,
.block-content .contextual,
.field--name-field-image .contextual,
.field--name-field-media .contextual,
.field--name-field-nbu-banner .contextual {
  top: 5px;
  right: 0;
  left: auto;
  z-index: 99; }

.view > .contextual {
  top: -25px;
  overflow: visible; }
  .view > .contextual .trigger {
    background-image: url("../../images/admin/view.png"); }

.node header > .contextual,
.taxonomy-term header > .contextual {
  display: none; }

.node > .contextual .trigger,
.taxonomy-term > .contextual .trigger {
  background-image: url("../../images/admin/node.png"); }

.block-content .contextual .trigger {
  background-image: url("../../images/admin/gears.png"); }

.field--name-field-image .contextual,
.field--name-field-media .contextual,
.field--name-field-media-2 .field--name-field-nbu-banner .contextual {
  left: 10px;
  right: auto; }
  .field--name-field-image .contextual .trigger,
  .field--name-field-image .contextual .focusable,
  .field--name-field-media .contextual .trigger,
  .field--name-field-media .contextual .focusable,
  .field--name-field-media-2 .field--name-field-nbu-banner .contextual .trigger,
  .field--name-field-media-2 .field--name-field-nbu-banner .contextual .focusable {
    float: left !important;
    background-image: url("../../images/admin/img.png"); }

div.align-right {
  margin-left: 15px; }
  div.align-right > .field--name-field-media-oembed-video {
    width: 480px;
    max-width: 100%; }

div.align-left {
  margin-right: 15px; }
  div.align-left > .field--name-field-media-oembed-video {
    width: 480px;
    max-width: 100%; }

div.align-center.embedded-entity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

div.align-center > .field--name-field-media-oembed-video {
  width: 480px;
  height: 270px;
  padding: 0;
  max-width: 100%;
  margin: auto; }

div.align-center > .field--name-field-image {
  text-align: center; }

div.field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  div.field--name-field-media-oembed-video iframe.media-oembed-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

body.layout-builder-on .ui-widget {
  font-family: inherit; }
  body.layout-builder-on .ui-widget input,
  body.layout-builder-on .ui-widget select,
  body.layout-builder-on .ui-widget textarea,
  body.layout-builder-on .ui-widget button {
    font-family: inherit; }

body.layout-builder-on .ui-widget-overlay {
  opacity: 0.7; }

body.layout-builder-on .js-hide {
  display: none !important; }

body.layout-builder-on small.description {
  font-size: 12px;
  line-height: 12px; }

body.layout-builder-on #layout-builder-modal {
  background: #f9f9f9; }
  body.layout-builder-on #layout-builder-modal .button--primary,
  body.layout-builder-on #layout-builder-modal .btn-primary {
    border-color: #00AAFF;
    background: #00AAFF;
    color: white; }
    body.layout-builder-on #layout-builder-modal .button--primary:hover, body.layout-builder-on #layout-builder-modal .button--primary:focus,
    body.layout-builder-on #layout-builder-modal .btn-primary:hover,
    body.layout-builder-on #layout-builder-modal .btn-primary:focus {
      color: #00AAFF;
      background: white; }
  body.layout-builder-on #layout-builder-modal .field--name-field-nbu-paragraph table thead,
  body.layout-builder-on #layout-builder-modal .field--name-field-nbu-paragraph table tr,
  body.layout-builder-on #layout-builder-modal .field--name-field-nbu-single-paragraph table thead,
  body.layout-builder-on #layout-builder-modal .field--name-field-nbu-single-paragraph table tr {
    background-color: transparent;
    color: inherit; }
  body.layout-builder-on #layout-builder-modal .form-group {
    padding: 0;
    margin: 8px 0; }
  body.layout-builder-on #layout-builder-modal .messages--error {
    background-color: transparent;
    color: #FF0066; }
  body.layout-builder-on #layout-builder-modal .horizontal-tabs,
  body.layout-builder-on #layout-builder-modal tr.draggable {
    border-color: #eee;
    background: white; }
  body.layout-builder-on #layout-builder-modal .form-item-settings-admin-label,
  body.layout-builder-on #layout-builder-modal h4.label {
    display: none; }
  body.layout-builder-on #layout-builder-modal .horizontal-tab-button a strong {
    color: #00AAFF;
    font-size: 14px; }
  body.layout-builder-on #layout-builder-modal .js-media-library-widget .fieldset-wrapper .field-prefix {
    float: unset; }
  body.layout-builder-on #layout-builder-modal .js-media-library-widget .fieldset-wrapper .field-suffix .form-submit {
    display: block;
    width: auto; }
    body.layout-builder-on #layout-builder-modal .js-media-library-widget .fieldset-wrapper .field-suffix .form-submit:hover, body.layout-builder-on #layout-builder-modal .js-media-library-widget .fieldset-wrapper .field-suffix .form-submit:focus {
      color: #00AAFF;
      background: white; }
  body.layout-builder-on #layout-builder-modal .js-media-library-widget .fieldset-wrapper small {
    margin: 8px 0;
    display: block; }
  body.layout-builder-on #layout-builder-modal .js-form-type-checkbox,
  body.layout-builder-on #layout-builder-modal .js-form-type-radio {
    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: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 5px 0px; }
    body.layout-builder-on #layout-builder-modal .js-form-type-checkbox input[type="checkbox"],
    body.layout-builder-on #layout-builder-modal .js-form-type-checkbox input[type="radio"],
    body.layout-builder-on #layout-builder-modal .js-form-type-radio input[type="checkbox"],
    body.layout-builder-on #layout-builder-modal .js-form-type-radio input[type="radio"] {
      margin-left: 6px;
      -webkit-box-shadow: inset 0 0 0 3px #ffffff !important;
              box-shadow: inset 0 0 0 3px #ffffff !important; }
  body.layout-builder-on #layout-builder-modal .paragraph-type-top {
    padding: 0 !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    body.layout-builder-on #layout-builder-modal .paragraph-type-top .paragraph-type-title {
      display: none; }
  body.layout-builder-on #layout-builder-modal .paragraphs-dropbutton-wrapper .dropbutton-widget {
    border-color: transparent;
    background-color: transparent; }
  body.layout-builder-on #layout-builder-modal .paragraphs-dropbutton-wrapper button:not(.field-add-more-submit) {
    background-color: #FF0066;
    border-color: #FF0066;
    background-image: unset;
    color: white;
    width: 100%; }
    body.layout-builder-on #layout-builder-modal .paragraphs-dropbutton-wrapper button:not(.field-add-more-submit) .dropbutton-arrow {
      border-top-color: white; }
    body.layout-builder-on #layout-builder-modal .paragraphs-dropbutton-wrapper button:not(.field-add-more-submit):hover, body.layout-builder-on #layout-builder-modal .paragraphs-dropbutton-wrapper button:not(.field-add-more-submit):focus {
      background-color: white;
      color: #FF0066;
      background-image: unset; }
  body.layout-builder-on #layout-builder-modal a.tabledrag-handle .handle {
    width: 25px;
    height: 25px; }
  body.layout-builder-on #layout-builder-modal .form-composite > legend,
  body.layout-builder-on #layout-builder-modal label,
  body.layout-builder-on #layout-builder-modal .fieldset-legend {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 5px !important; }
  body.layout-builder-on #layout-builder-modal legend {
    position: relative;
    top: 0; }
  body.layout-builder-on #layout-builder-modal .layout-builder-add-block > .form-submit {
    border-color: #38D42D;
    background: #38D42D;
    color: white;
    margin: 0; }
    body.layout-builder-on #layout-builder-modal .layout-builder-add-block > .form-submit:hover, body.layout-builder-on #layout-builder-modal .layout-builder-add-block > .form-submit:focus {
      color: #38D42D;
      background: white; }

drupal-media .media-library-item__edit {
  font-size: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  z-index: 1;
  cursor: pointer;
  background-color: #00aaff;
  background-image: url("../../images/admin/pencil.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10;
  left: 10;
  margin: 5px; }

.js-media-library-widget .field-prefix {
  float: right; }

.js-media-library-widget .js-media-library-selection .js-media-library-item {
  position: relative;
  width: 50%;
  padding-bottom: 15px;
  border: 1px solid #ccc; }
  .js-media-library-widget .js-media-library-selection .js-media-library-item article {
    text-align: center; }
  .js-media-library-widget .js-media-library-selection .js-media-library-item .field--name-thumbnail {
    margin-bottom: 16px; }

.js-media-library-widget .js-media-library-selection button[value="Remove"],
.js-media-library-widget .js-media-library-selection .edit-media {
  background-position: center center !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  width: 38px;
  height: 38px;
  border: 0;
  outline: 0;
  top: 10px;
  margin: 5px;
  position: absolute;
  border-radius: 50%;
  font-size: 0; }
  .js-media-library-widget .js-media-library-selection button[value="Remove"][disabled],
  .js-media-library-widget .js-media-library-selection .edit-media[disabled] {
    background-color: #4d4d4f; }

.js-media-library-widget .js-media-library-selection button[value="Remove"] {
  background-image: url("../../images/admin/remove-icon.svg") !important;
  background-color: #FF0066 !important;
  right: 10px; }
  .js-media-library-widget .js-media-library-selection button[value="Remove"]:hover, .js-media-library-widget .js-media-library-selection button[value="Remove"]:focus {
    background-color: #FF0066 !important; }

.js-media-library-widget .js-media-library-selection .edit-media {
  background-image: url("../../images/admin/pencil.svg") !important;
  left: 10px;
  border-radius: 50%;
  padding: 0; }

.js-media-library-widget .js-media-library-selection .ajax-progress {
  display: none; }

#drupal-modal,
#media-library-add-form-wrapper {
  background-color: white; }
  #drupal-modal .media-image-edit-form .form-group,
  #drupal-modal .js-media-library-add-form .form-group,
  #media-library-add-form-wrapper .media-image-edit-form .form-group,
  #media-library-add-form-wrapper .js-media-library-add-form .form-group {
    padding: 0; }
  #drupal-modal .media-image-edit-form ul.list-group,
  #drupal-modal .js-media-library-add-form ul.list-group,
  #media-library-add-form-wrapper .media-image-edit-form ul.list-group,
  #media-library-add-form-wrapper .js-media-library-add-form ul.list-group {
    margin: 0 0 16px 0; }
  #drupal-modal .media-image-edit-form .js-form-type-checkbox,
  #drupal-modal .media-image-edit-form .js-form-type-radio,
  #drupal-modal .js-media-library-add-form .js-form-type-checkbox,
  #drupal-modal .js-media-library-add-form .js-form-type-radio,
  #media-library-add-form-wrapper .media-image-edit-form .js-form-type-checkbox,
  #media-library-add-form-wrapper .media-image-edit-form .js-form-type-radio,
  #media-library-add-form-wrapper .js-media-library-add-form .js-form-type-checkbox,
  #media-library-add-form-wrapper .js-media-library-add-form .js-form-type-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 8px 0; }
    #drupal-modal .media-image-edit-form .js-form-type-checkbox .form-check-input,
    #drupal-modal .media-image-edit-form .js-form-type-radio .form-check-input,
    #drupal-modal .js-media-library-add-form .js-form-type-checkbox .form-check-input,
    #drupal-modal .js-media-library-add-form .js-form-type-radio .form-check-input,
    #media-library-add-form-wrapper .media-image-edit-form .js-form-type-checkbox .form-check-input,
    #media-library-add-form-wrapper .media-image-edit-form .js-form-type-radio .form-check-input,
    #media-library-add-form-wrapper .js-media-library-add-form .js-form-type-checkbox .form-check-input,
    #media-library-add-form-wrapper .js-media-library-add-form .js-form-type-radio .form-check-input {
      margin-left: 0; }
    #drupal-modal .media-image-edit-form .js-form-type-checkbox small.description,
    #drupal-modal .media-image-edit-form .js-form-type-radio small.description,
    #drupal-modal .js-media-library-add-form .js-form-type-checkbox small.description,
    #drupal-modal .js-media-library-add-form .js-form-type-radio small.description,
    #media-library-add-form-wrapper .media-image-edit-form .js-form-type-checkbox small.description,
    #media-library-add-form-wrapper .media-image-edit-form .js-form-type-radio small.description,
    #media-library-add-form-wrapper .js-media-library-add-form .js-form-type-checkbox small.description,
    #media-library-add-form-wrapper .js-media-library-add-form .js-form-type-radio small.description {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; }

html[dir="rtl"] drupal-media .media-library-item__edit {
  left: auto;
  right: 10; }

button[value="Remove"] {
  background-color: #FF0066;
  border-color: #FF0066; }

drupal-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  drupal-media > div {
    width: 100%; }
    drupal-media > div > .field--name-field-media-oembed-video {
      width: 100%; }
  drupal-media > div[class] {
    width: auto; }
    drupal-media > div[class] > .field--name-field-media-oembed-video {
      width: 400px;
      max-width: 100%; }

drupal-media[data-align="left"] {
  float: left; }

drupal-media[data-align="right"] {
  float: right; }

drupal-url {
  display: inline-block; }

.caption {
  display: block; }

body:not(.layout-builder-on) .block-views > .contextual {
  display: none; }

.field--name-field-nbu-style .fieldset-wrapper > .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.field--name-field-nbu-style .js-form-type-radio {
  padding: 8px !important; }
  .field--name-field-nbu-style .js-form-type-radio input {
    display: none !important; }
  .field--name-field-nbu-style .js-form-type-radio input[value='block-teaser-left'] + label {
    background-image: url("../../images/admin/left.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='block-teaser'] + label {
    background-image: url("../../images/admin/teaser.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='block-teaser-right'] + label {
    background-image: url("../../images/admin/right.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='block-card'] + label {
    background-image: url("../../images/admin/card.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='col-lg-3'] + label {
    background-image: url("../../images/admin/desktop4.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='col-lg-4'] + label {
    background-image: url("../../images/admin/desktop3.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='col-lg-6'] + label {
    background-image: url("../../images/admin/desktop2.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='col-lg-12'] + label {
    background-image: url("../../images/admin/desktop1.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value*='col-md-4'] + label {
    background-image: url("../../images/admin/tablet3.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value*='col-md-6'] + label {
    background-image: url("../../images/admin/tablet2.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value*='col-md-12'] + label {
    background-image: url("../../images/admin/tablet1.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='col-xs-6'] + label {
    background-image: url("../../images/admin/mobile2.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input[value='col-xs-12'] + label {
    background-image: url("../../images/admin/mobile1.svg"); }
  .field--name-field-nbu-style .js-form-type-radio input:checked + label {
    border: 3px solid #00AAFF; }
  .field--name-field-nbu-style .js-form-type-radio label {
    width: 145px;
    display: block;
    font-size: 0 !important;
    margin: 0 auto;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

#login-box {
  background-image: url(../../images/login-bg.png);
  background-repeat: no-repeat;
  background-size: cover; }
  #login-box .login-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh; }
    @media (max-width: 767px) {
      #login-box .login-box-wrapper {
        height: auto; } }
    #login-box .login-box-wrapper .col-md-5, #login-box .login-box-wrapper .col-md-7 {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #login-box .login-box-wrapper .col-md-5.col-md-5, #login-box .login-box-wrapper .col-md-7.col-md-5 {
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        left: 0; }
        @media (max-width: 767px) {
          #login-box .login-box-wrapper .col-md-5.col-md-5, #login-box .login-box-wrapper .col-md-7.col-md-5 {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-top: 32px;
            position: relative; } }
    #login-box .login-box-wrapper .login-box-left {
      padding: 45px;
      text-align: center; }
      #login-box .login-box-wrapper .login-box-left h2 {
        font-size: 24px;
        color: #0e6835; }
      #login-box .login-box-wrapper .login-box-left .nic-logo {
        width: 250px;
        height: 100px;
        margin: 0 auto;
        display: block;
        background: url("../../images/nic.png") transparent center center/250px 100px no-repeat; }
      #login-box .login-box-wrapper .login-box-left .disclaimer {
        font-size: 16px; }
      #login-box .login-box-wrapper .login-box-left .btn-secondary {
        background-color: white;
        color: #659d43; }
    #login-box .login-box-wrapper .login-box-right {
      max-width: 500px;
      margin: auto; }
      #login-box .login-box-wrapper .login-box-right .login-logo {
        width: 300px;
        height: 100px;
        margin: 0 auto; 
        margin-bottom: 60px;
        display: block;
        background: url("../../logo.svg") transparent center center/300px 100px no-repeat;
      }
  #login-box .login-wrapper {
    background-color: #f8f8f8;
    padding: 60px 40px; }
    #login-box .login-wrapper .form-group {
      padding: 0; }
    #login-box .login-wrapper h2 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 30px;
      font-size: 24px; }
    #login-box .login-wrapper input {
      padding: 5px 10px;
      color: #333;
      margin-bottom: 8px; }
      #login-box .login-wrapper input:focus, #login-box .login-wrapper input:hover {
        color: #333; }
    #login-box .login-wrapper .form-actions .button {
      color: white;
      font-size: 18px;
      background-color: #337c3d;
      border-color: #337c3d;
      font-weight: normal;
      padding: 10px 50px;
      width: 100%;
      margin-top: 18px; }
      #login-box .login-wrapper .form-actions .button:hover, #login-box .login-wrapper .form-actions .button:focus {
        opacity: .8;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        background-image: unset; }

@media (max-width: 991px) {
  .navbar-brand {
    width: 80px; }
  .navbar-collapse {
    background: #4d4d4f; }
    .navbar-collapse > div,
    .navbar-collapse > nav {
      padding: 20px; } }

@media (min-width: 992px) {
  .navbar-toggler {
    display: none; }
  .navbar-brand {
    width: 120px; } }

#navbar-main {
  background: #4d4d4f;
  padding: 0; }

.site-footer {
  background: #4d4d4f; }

figure {
  position: relative; }
  figure > figcaption {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-style: italic; }

.toast-wrapper {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999; }
  .toast-wrapper .toast {
    max-width: 350px;
    min-width: 260px;
    background-color: white !important; }
    .toast-wrapper .toast .toast-header {
      color: #333333;
      border-color: #333333; }
      .toast-wrapper .toast .toast-header .status-title {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .toast-wrapper .toast .toast-header button.close {
        background-color: transparent;
        border: 0;
        padding: 0;
        margin: 0;
        outline: 0; }
        .toast-wrapper .toast .toast-header button.close span {
          font-size: 30px;
          font-weight: 700;
          line-height: 1; }
      .toast-wrapper .toast .toast-header::before {
        content: '';
        display: block;
        background-position: center;
        background-size: contain;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        margin-right: 16px; }
    .toast-wrapper .toast .toast-body {
      color: #333333; }
      .toast-wrapper .toast .toast-body .placeholder {
        cursor: default;
        background-color: transparent;
        opacity: 1; }
      .toast-wrapper .toast .toast-body a {
        color: #337c3d; }
    .toast-wrapper .toast.bg-success {
      border-left: 5px solid rgba(40, 167, 69, 0.6); }
      .toast-wrapper .toast.bg-success .toast-header::before {
        background-image: url("../../images/admin/success.svg"); }
    .toast-wrapper .toast.bg-warning {
      border-left: 5px solid rgba(255, 193, 7, 0.6); }
      .toast-wrapper .toast.bg-warning .toast-header::before {
        background-image: url("../../images/admin/warning.svg"); }
    .toast-wrapper .toast.bg-danger {
      border-left: 5px solid rgba(220, 53, 69, 0.6); }
      .toast-wrapper .toast.bg-danger .toast-header::before {
        background-image: url("../../images/admin/error.svg"); }

.layout-builder-on .layout-main-wrapper .block-system-main-block > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .layout-builder-on .layout-main-wrapper .block-system-main-block > .content > form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 16px; }
  .layout-builder-on .layout-main-wrapper .block-system-main-block > .content #layout-builder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }

.field--type-entity-reference {
  margin: 0;
/*height:100%;*/ }
.field--type-entity-reference div,
.field--type-entity-reference img{
/* height:100%;*/
}

.node .field--type-image {
  float: none;
  margin: 0; }

.node__content {
  font-size: inherit;
  margin-top: 0; }

.node--view-mode-teaser {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.dialog-off-canvas-main-canvas .node .field--type-image {
  margin: 0; }

.field--type-image img {
  margin: 0; }

.rtl body:not(.path-user) nav.tabs,
[dir="rtl"] body:not(.path-user) nav.tabs {
  left: 30px;
  right: auto; }

.rtl .toast-wrapper,
[dir="rtl"] .toast-wrapper {
  right: auto;
  left: 15px; }
  .rtl .toast-wrapper .toast .toast-header::before,
  [dir="rtl"] .toast-wrapper .toast .toast-header::before {
    margin-left: 15px;
    margin-right: 0; }

.rtl .view .contextual,
.rtl .node .contextual,
.rtl .taxonomy-term .contextual,
.rtl .block-content .contextual,
.rtl .field--name-field-image .contextual,
.rtl .field--name-field-media .contextual,
.rtl .field--name-field-media-2 .contextual,
.rtl .field--name-field-nbu-banner .contextual,
[dir="rtl"] .view .contextual,
[dir="rtl"] .node .contextual,
[dir="rtl"] .taxonomy-term .contextual,
[dir="rtl"] .block-content .contextual,
[dir="rtl"] .field--name-field-image .contextual,
[dir="rtl"] .field--name-field-media .contextual,
[dir="rtl"] .field--name-field-media-2 .contextual,
[dir="rtl"] .field--name-field-nbu-banner .contextual {
  right: auto;
  left: 0; }

.rtl .field--name-field-image .contextual,
.rtl .field--name-field-media .contextual,
.rtl .field--name-field-media-2 .field--name-field-nbu-banner .contextual,
[dir="rtl"] .field--name-field-image .contextual,
[dir="rtl"] .field--name-field-media .contextual,
[dir="rtl"] .field--name-field-media-2 .field--name-field-nbu-banner .contextual {
  right: 10px;
  left: auto; }
  .rtl .field--name-field-image .contextual .trigger,
  .rtl .field--name-field-image .contextual .focusable,
  .rtl .field--name-field-media .contextual .trigger,
  .rtl .field--name-field-media .contextual .focusable,
  .rtl .field--name-field-media-2 .field--name-field-nbu-banner .contextual .trigger,
  .rtl .field--name-field-media-2 .field--name-field-nbu-banner .contextual .focusable,
  [dir="rtl"] .field--name-field-image .contextual .trigger,
  [dir="rtl"] .field--name-field-image .contextual .focusable,
  [dir="rtl"] .field--name-field-media .contextual .trigger,
  [dir="rtl"] .field--name-field-media .contextual .focusable,
  [dir="rtl"] .field--name-field-media-2 .field--name-field-nbu-banner .contextual .trigger,
  [dir="rtl"] .field--name-field-media-2 .field--name-field-nbu-banner .contextual .focusable {
    float: right !important; }

.rtl body.layout-builder-on #layout-builder-modal .js-form-type-checkbox input[type="checkbox"],
.rtl body.layout-builder-on #layout-builder-modal .js-form-type-checkbox input[type="radio"],
.rtl body.layout-builder-on #layout-builder-modal .js-form-type-radio input[type="checkbox"],
.rtl body.layout-builder-on #layout-builder-modal .js-form-type-radio input[type="radio"],
[dir="rtl"] body.layout-builder-on #layout-builder-modal .js-form-type-checkbox input[type="checkbox"],
[dir="rtl"] body.layout-builder-on #layout-builder-modal .js-form-type-checkbox input[type="radio"],
[dir="rtl"] body.layout-builder-on #layout-builder-modal .js-form-type-radio input[type="checkbox"],
[dir="rtl"] body.layout-builder-on #layout-builder-modal .js-form-type-radio input[type="radio"] {
  margin-left: auto;
  margin-right: 6px; }

.rtl #login-box .login-box-wrapper .col-md-5,
[dir="rtl"] #login-box .login-box-wrapper .col-md-5 {
  left: auto;
  right: 0; }

/*# sourceMappingURL=style.css.map */
