:root {
  --bs-gutter-x: 15px; }

p {
  white-space: break-spaces; }

body:not(.path-user) nav.tabs {
  position: fixed;
  bottom: 50px;
  right: 30px;
  border-radius: 35px;
  z-index: 100;
  margin-bottom: -15px; }
  body:not(.path-user) nav.tabs .local-tasks {
    position: relative; }
  body:not(.path-user) nav.tabs .primary-tasks {
    z-index: 1; }
  body:not(.path-user) nav.tabs .secondary-tasks {
    z-index: 2; }
  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: 0px;
    cursor: pointer;
    z-index: 100;
    margin-bottom: 15px; }
    body:not(.path-user) nav.tabs h2:after {
      width: 70px;
      height: 70px;
      content: "";
      background: url(../images/pencil.svg) transparent center center/30px 30px no-repeat;
      display: block;
      position: absolute;
      top: 0px; }
  body:not(.path-user) nav.tabs .nav-tabs {
    display: none;
    position: absolute;
    bottom: 35px;
    background-color: #4d4d4f;
    padding: 35px 0px 45px 0px;
    border: 0;
    z-index: 99;
    border-radius: 35px 35px 0px 0px;
    min-width: 70px; }
    body:not(.path-user) nav.tabs .nav-tabs li {
      margin: 0;
      display: block;
      width: 100%;
      text-align: center; }
      body:not(.path-user) nav.tabs .nav-tabs li a {
        font-size: 12px;
        border: 0;
        background-color: transparent;
        padding: 10px 8px;
        color: white; }
        body:not(.path-user) nav.tabs .nav-tabs li a:hover {
          background-color: #444; }
      body:not(.path-user) nav.tabs .nav-tabs li.active a {
        color: #00AAFF;
        text-align: center; }

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

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;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-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: 0px; }

drupal-url {
  display: inline-block; }

.caption {
  display: block; }

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

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

.login-box {
  background-image: url(../images/login-bg.png);
  -webkit-animation: slide 17s linear infinite;
  -o-animation: slide 17s linear infinite;
     animation: slide 17s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh; }
  .login-box .login-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .login-box .login-wrapper .form-group {
      padding: 0px; }
    .login-box .login-wrapper h1 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .login-box .login-wrapper label {
      margin-bottom: 0px; }
    .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 small {
      display: block;
      line-height: 1.2; }
    .login-box .login-wrapper .login-logo {
      width: 100px;
      height: 100px;
      margin: 30px auto;
      display: inline-block;
      background-image: url(../images/login-logo.svg);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .login-box .login-wrapper .disclaimer {
      font-size: 14px;
      font-style: italic; }
    .login-box .login-wrapper .form-actions .button {
      color: white;
      font-size: 18px;
      background-color: #38D42D;
      border-color: #38D42D;
      font-weight: normal;
      padding: 10px 50px;
      width: 100%; }
      .login-box .login-wrapper .form-actions .button:hover, .login-box .login-wrapper .form-actions .button:focus {
        opacity: 0.8;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
                box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
        background-image: unset; }
    .login-box .login-wrapper > div {
      max-width: 350px; }
      .login-box .login-wrapper > div#login-box-middle-left {
        background-color: rgba(0, 170, 255, 0.6);
        padding: 90px 20px;
        color: #ffffff;
        line-height: 1.2;
        text-align: center; }
      .login-box .login-wrapper > div#login-box-middle-right {
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.6); }
        .login-box .login-wrapper > div#login-box-middle-right a {
          font-size: 14px; }
  @media (max-width: 767.98px) {
    .login-box .login-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .login-box #login-box-middle-left,
    .login-box #login-box-middle-right {
      padding: 20px !important;
      margin: 0 auto; } }

@-webkit-keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -400px 300px; } }

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

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

.navbar-toggler {
  background: transparent;
  outline: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
     transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 0;
  outline: none; }
  .navbar-toggler:focus {
    outline: none; }

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

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

.toolbar-menu-administration.col-auto {
  padding: 0px; }

figure {
  position: relative; }
  figure > figcaption {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    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 {
      border-color: #333333; }
      .toast-wrapper .toast .toast-header .close,
      .toast-wrapper .toast .toast-header strong {
        color: #333333;
        outline: 0; }
        .toast-wrapper .toast .toast-header .close span,
        .toast-wrapper .toast .toast-header strong span {
          color: #333333; }
      .toast-wrapper .toast .toast-header svg {
        display: none; }
      .toast-wrapper .toast .toast-header::before {
        content: "";
        display: block;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        margin-right: 16px; }
    .toast-wrapper .toast .toast-body {
      color: #333333; }
    .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/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/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/error.svg); }

.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; }
