@charset "UTF-8";
#drupal-off-canvas {
  font: normal 81.3%/1.538rem "Open Sans", sans-serif; }
  #drupal-off-canvas .paragraphs-badge {
    display: inline-block;
    padding: 0.15em 0.3em;
    background: #787878;
    border-radius: 4px;
    color: #fff;
    cursor: default;
    font-size: 90%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline; }
  #drupal-off-canvas .paragraphs-badge:empty {
    display: none; }
  #drupal-off-canvas .paragraph-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #drupal-off-canvas .js .paragraphs-collapsed-description {
    position: relative;
    height: 1.538em;
    overflow: hidden;
    color: #777;
    word-break: break-all;
    line-height: 1.538em; }
  #drupal-off-canvas .js .paragraphs-collapsed-description::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    content: "\00a0"; }
  #drupal-off-canvas .paragraphs-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: no-repeat center;
    background-size: 16px 16px; }
  @media (max-width: 768px) {
    #drupal-off-canvas .button.paragraphs-icon-button {
      padding: 0;
      width: 36px !important;
      height: 36px;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: 24px 24px;
      border-radius: 4px;
      text-indent: -9999em; } }
  #drupal-off-canvas .paragraphs-tabs-wrapper .paragraphs-tabs {
    display: none; }
  #drupal-off-canvas .paragraph-bullet {
    text-align: center; }
  #drupal-off-canvas .paragraph-bullet:after {
    content: "\25cf";
    padding: 0 10px;
    color: #777;
    font-size: 0.75em;
    line-height: 3.5em; }
  @media (min-width: 768px) {
    #drupal-off-canvas .paragraph-bullet:after {
      line-height: 2.5em; } }
  #drupal-off-canvas .js .field--widget-paragraphs th .paragraphs-actions {
    float: right;
    margin-right: -11px; }
  #drupal-off-canvas .js .field--widget-paragraphs .paragraphs-dropbutton-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  #drupal-off-canvas .js .field--widget-paragraphs .dropbutton-wrapper {
    width: auto;
    margin-right: 0;
    padding-right: 0; }
  #drupal-off-canvas .js .field--widget-paragraphs .dropbutton-widget {
    position: static; }
  #drupal-off-canvas .js .field--widget-paragraphs .field-multiple-table {
    margin-bottom: 10px; }
  #drupal-off-canvas .js .field--widget-paragraphs td {
    padding: 10px 0; }
  #drupal-off-canvas .js .field--widget-paragraphs .field-multiple-drag {
    vertical-align: top; }
  #drupal-off-canvas .js .field--widget-paragraphs .draggable .tabledrag-handle {
    margin-left: 0; }
  #drupal-off-canvas .js .field--widget-paragraphs .tabledrag-handle .handle {
    height: 22px; }
  #drupal-off-canvas .js .field--widget-paragraphs .delta-order {
    padding-right: 10px;
    text-align: right; }
  #drupal-off-canvas .js .paragraph-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px auto 1fr auto;
    grid-template-columns: 100px auto 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 5px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 992px) {
    #drupal-off-canvas .js .paragraph-top {
      -ms-grid-columns: 150px auto 1fr auto;
      grid-template-columns: 150px auto 1fr auto; } }
  #drupal-off-canvas .js .paragraph-top .paragraph-type {
    grid-column: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1; }
  #drupal-off-canvas .js .paragraph-top .paragraph-info {
    grid-column: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1; }
  #drupal-off-canvas .js .paragraph-top .paragraph-summary {
    grid-column: 1 / 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1; }
  @media (min-width: 600px) {
    #drupal-off-canvas .js .paragraph-top .paragraph-summary {
      grid-column: 3 / 4;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / span 1; } }
  #drupal-off-canvas .js .paragraph-top .paragraphs-actions {
    grid-column: 3 / 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    justify-self: end;
    -ms-grid-column-align: end; }
  @media (min-width: 600px) {
    #drupal-off-canvas .js .paragraph-top .paragraphs-actions {
      grid-column: 4 / 5;
      -ms-grid-column: 4;
      -ms-grid-column-span: 1; } }
  #drupal-off-canvas .js .paragraphs-subform {
    margin-top: 5px; }
  #drupal-off-canvas .draggable:hover .paragraphs-collapsed-description::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(247, 252, 255, 0)), to(#f7fcff));
    background: linear-gradient(to right, rgba(247, 252, 255, 0) 0%, #f7fcff 100%); }
  #drupal-off-canvas .drag-previous .paragraphs-collapsed-description::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 221, 0)), to(#ffd));
    background: linear-gradient(to right, rgba(255, 255, 221, 0) 0%, #ffd 100%); }
  #drupal-off-canvas tr:hover .paragraphs-collapsed-description::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 221, 0)), to(#f7fcff));
    background: linear-gradient(to right, rgba(255, 255, 221, 0) 0%, #f7fcff 100%); }
  #drupal-off-canvas .js .paragraph-type {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #drupal-off-canvas .js .paragraph-type-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    min-width: 100px; }
  #drupal-off-canvas .js .paragraph-type-icon {
    padding-right: 5px;
    height: 16px;
    width: 16px; }
  #drupal-off-canvas .js .paragraph-type-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  @media (min-width: 600px) {
    #drupal-off-canvas .js .paragraph-type-add-modal {
      width: 100%;
      padding: 10px 0;
      height: 30px;
      margin-top: -1.8em;
      margin-bottom: -0.2em;
      display: inline; } }
  #drupal-off-canvas .js .paragraph-type-add-modal-button {
    display: inline-block;
    margin: 0 auto; }
  #drupal-off-canvas .js .paragraph-type-add-modal-button:hover {
    color: #ffffff;
    background: #057ec7 none; }
  #drupal-off-canvas .paragraph--view-mode--preview {
    padding-right: 1em; }
  #drupal-off-canvas .is-horizontal .paragraphs-tabs .tabs__tab {
    border-bottom: 0; }

#drupal-off-canvas {
  /**
    * @file
    * Visual styles for table drag.
    */
  /**
    * @file
    * Table drag behavior.
    *
    * @see tabledrag.js
    */ }
  #drupal-off-canvas tr.drag {
    background: #f7fcff; }
  #drupal-off-canvas tr.drag-previous {
    background-color: #ffd; }
  #drupal-off-canvas body div.tabledrag-changed-warning {
    margin-bottom: 5px; }
  #drupal-off-canvas body.drag {
    cursor: move; }
  #drupal-off-canvas tr.region-title {
    font-weight: bold; }
  #drupal-off-canvas tr.region-message {
    color: #999; }
  #drupal-off-canvas tr.region-populated {
    display: none; }
  #drupal-off-canvas tr.add-new .tabledrag-changed {
    display: none; }
  #drupal-off-canvas .draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    /* LTR */
    height: 22px;
    margin-left: -10px;
    /* LTR */
    overflow: hidden;
    text-decoration: none; }
  #drupal-off-canvas [dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -10px;
    margin-left: 0; }
  #drupal-off-canvas a.tabledrag-handle:hover {
    text-decoration: none; }
  #drupal-off-canvas a.tabledrag-handle .handle {
    height: 30px;
    margin: -3px 5px 0;
    padding: 4.2px 5px;
    width: 30px; }
  #drupal-off-canvas .touchevents .draggable td {
    padding: 0 10px; }
  #drupal-off-canvas .touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0; }
  #drupal-off-canvas .touchevents a.tabledrag-handle {
    height: 44px;
    width: 40px; }
  #drupal-off-canvas .touchevents a.tabledrag-handle .handle {
    background-position: 40% 19px;
    /* LTR */
    height: 21px; }
  #drupal-off-canvas [dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px; }
  #drupal-off-canvas .touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px; }
  #drupal-off-canvas .tabledrag-toggle-weight-wrapper {
    text-align: right;
    /* LTR */ }
  #drupal-off-canvas [dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left; }
  #drupal-off-canvas .indentation {
    float: left;
    /* LTR */
    height: 17px;
    margin: -4px 2px 4px -4px;
    /* LTR */
    padding: 4.2px 0 4.2px 6px;
    /* LTR */
    width: 20px; }
  #drupal-off-canvas [dir="rtl"] .indentation {
    float: right;
    margin: -4px -4px -4px 2px;
    padding: 4.2px 6px 4.2px 0; }

/**
 * Form elements.
 */
.ui-dialog-off-canvas #drupal-off-canvas {
  padding: 30px; }

.ui-dialog .ui-dialog-titlebar {
  font-weight: bold;
  background: #eaeaea;
  padding: 14px 30px; }

#drupal-off-canvas {
  /**
	* When a table row has a single form item, prevent it from adding unnecessary
	* extra spacing. If it has multiple form items, allow spacing between them,
	* overriding Classy.
	*/
  /* Filter */
  /**
	* Limits extra long instances of select elements to the max width allowed
	* to avoid breaking layouts.
	*/
  /**
	* Improve spacing of cancel link.
	*/
  /* Exceptions */
  /**
 * Buttons.
 *
 * 1. Enable z-index on buttons.
 * 2. Normalize 'line-height'; can’t be changed from 'normal' in Firefox 4+.
 * 3. Allows full range of styling in Webkit and Gecko.
 * 4. Use px units to ensure button text is centered vertically.
 * 5. Use rems to avoid the font size cascade of ems, with a px fallback for
 *    older browsers.
 * 6. Prevent fat text in WebKit.
 *
 * @todo Consider moving box-sizing into base.css under a universal selector.
 * See https://www.drupal.org/node/2124251
 *
 */
  /* Prevent focus ring being covered by next siblings. */
  /**
	* Overrides styling from system.theme.
	*/
  /**
	* 1. Use px units to ensure button text is centered vertically.
	*/
  /* Link actions. */
  /**
	* Style a clickable/tappable element as a link. Duplicates the base style for
	* the <a> tag, plus a reset for padding, borders and background.
	*/
  /**
	* We've temporarily added the danger button here, bit of a harsh reset but we
	* need it.
	* @todo replace with link--danger.
	* See https://www.drupal.org/node/2123731
	*/ }
  #drupal-off-canvas table {
    width: 100%; }
  #drupal-off-canvas .details-wrapper {
    padding: 20px 20px 0px 15px; }
  #drupal-off-canvas .filter-wrapper {
    display: none; }
  #drupal-off-canvas select {
    box-sizing: border-box;
    padding: 6px 8px;
    /* LTR */
    max-width: 100%;
    border: 1px solid #cecece;
    border-radius: 0;
    margin: 0;
    background: #fcfcfa;
    font-size: 13px;
    color: #595959;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
  #drupal-off-canvas tbody tr {
    border-bottom: 1px solid #e6e4df; }
    #drupal-off-canvas tbody tr:first-child {
      border-top: 1px solid #e6e4df;
      margin-top: 20px; }
  #drupal-off-canvas .button--primary {
    margin-top: 20px; }
  #drupal-off-canvas .label {
    text-align: left;
    float: left; }
  #drupal-off-canvas .description {
    display: none; }
  #drupal-off-canvas .form-item {
    margin: 15px 0; }
    #drupal-off-canvas .form-item:first-child {
      margin-top: 0; }
  #drupal-off-canvas form {
    margin: 0;
    padding: 0; }
  #drupal-off-canvas fieldset:not(.fieldgroup) {
    background-color: #fdfdfd;
    border: 1px solid #CECECE;
    margin: 10px 0;
    padding: 30px;
    min-width: 0;
    position: relative; }
  #drupal-off-canvas .fieldset-legend {
    display: none; }
  #drupal-off-canvas .form-type-textarea {
    margin-bottom: 0; }
  #drupal-off-canvas td > .form-item:only-child {
    margin-top: 0;
    margin-bottom: 0; }
  #drupal-off-canvas .form-type-checkbox {
    padding: 0; }
  #drupal-off-canvas label {
    display: table;
    margin: 0 0 8px;
    padding: 0;
    font-weight: bold;
    text-align: left; }
  #drupal-off-canvas label.error {
    color: #a51b00; }
  #drupal-off-canvas label[for] {
    cursor: pointer; }
  #drupal-off-canvas .form-item label.option {
    text-transform: none; }
  #drupal-off-canvas .form-item label.option input {
    vertical-align: middle; }
  #drupal-off-canvas .form-disabled label {
    color: #686868; }
  #drupal-off-canvas .form-disabled input.form-text,
  #drupal-off-canvas .form-disabled input.form-tel,
  #drupal-off-canvas .form-disabled input.form-email,
  #drupal-off-canvas .form-disabled input.form-url,
  #drupal-off-canvas .form-disabled input.form-search,
  #drupal-off-canvas .form-disabled input.form-number,
  #drupal-off-canvas .form-disabled input.form-color,
  #drupal-off-canvas .form-disabled input.form-file,
  #drupal-off-canvas .form-disabled textarea.form-textarea,
  #drupal-off-canvas .form-disabled select.form-select {
    border-color: #d4d4d4;
    background-color: rgba(0, 0, 0, 0.08);
    box-shadow: none; }
  #drupal-off-canvas .form-item input.error,
  #drupal-off-canvas .form-item textarea.error,
  #drupal-off-canvas .form-item select.error {
    border-width: 1px;
    border-color: #e62600;
    background-color: #fdf4f2;
    box-shadow: inset 0 5px 5px -5px #b8b8b8;
    color: #a51b00; }
  #drupal-off-canvas .form-item textarea.error + .cke {
    border-width: 1px;
    border-color: #e62600; }
  #drupal-off-canvas .form-item input.error:focus,
  #drupal-off-canvas .form-item textarea.error:focus,
  #drupal-off-canvas .form-item select.error:focus {
    border-color: #e62600;
    outline: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px 1px #e62600;
    background-color: #fcf4f2; }
  #drupal-off-canvas .form-required:after {
    background-size: 7px 7px;
    width: 7px;
    height: 7px; }
  #drupal-off-canvas .form-item--error-message {
    margin-top: 0.15em;
    color: #e32700; }
  #drupal-off-canvas .fieldset-wrapper > .form-item--error-message {
    margin-top: 0; }
  #drupal-off-canvas .text-format-wrapper .form-item--error-message {
    border: solid #ccc;
    border-width: 0 1px;
    margin: 0;
    padding: 2.5px 6.66px 0; }
  #drupal-off-canvas ul.tips,
  #drupal-off-canvas div.description,
  #drupal-off-canvas .form-item .description {
    margin: 2px 0 0 0;
    color: #595959;
    font-size: 9.5px; }
  #drupal-off-canvas .form-item .description.error {
    margin-top: 0;
    color: #a51b00; }
  #drupal-off-canvas ul.tips li {
    margin: 2.5px 0 2.5px 15px;
    /* LTR */ }
  #drupal-off-canvas [dir="rtl"] ul.tips li {
    margin: 2.5px 15px 2.5px 0; }
  #drupal-off-canvas .form-type-radio .description,
  #drupal-off-canvas .form-type-checkbox .description {
    margin-left: 15px;
    /* LTR */ }
  #drupal-off-canvas [dir="rtl"] .form-type-radio .description,
  #drupal-off-canvas [dir="rtl"] .form-type-checkbox .description {
    margin-left: 0;
    margin-right: 15px; }
  #drupal-off-canvas .form-text,
  #drupal-off-canvas .form-textarea {
    border-radius: 2px;
    font-size: 13px;
    line-height: normal; }
  #drupal-off-canvas input.form-autocomplete,
  #drupal-off-canvas input.form-text,
  #drupal-off-canvas input.form-tel,
  #drupal-off-canvas input.form-email,
  #drupal-off-canvas input.form-url,
  #drupal-off-canvas input.form-search,
  #drupal-off-canvas input.form-number,
  #drupal-off-canvas input.form-color,
  #drupal-off-canvas input.form-file,
  #drupal-off-canvas input.form-date,
  #drupal-off-canvas input.form-time,
  #drupal-off-canvas textarea.form-textarea {
    box-sizing: border-box;
    padding: 6px 8px;
    /* LTR */
    max-width: 100%;
    border: 1px solid #cecece;
    border-radius: 0;
    margin: 0;
    background: #ffffff;
    font-size: 13px;
    color: #595959;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
  #drupal-off-canvas [dir="rtl"] textarea.form-textarea {
    padding: 6px 8px;
    /* LTR */ }
  #drupal-off-canvas .form-item-options-group-info-identifier,
  #drupal-off-canvas .form-item-pass .description {
    clear: both; }
  #drupal-off-canvas select {
    max-width: 100%; }
  #drupal-off-canvas #edit-cancel {
    margin-left: 10px;
    /* LTR */ }
  #drupal-off-canvas [dir="rtl"] #edit-cancel {
    margin-left: 0;
    margin-right: 10px; }
  #drupal-off-canvas #diff-inline-form select,
  #drupal-off-canvas div.filter-options select {
    padding: 0; }
  #drupal-off-canvas .button {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    /* 1 */
    text-align: center;
    line-height: normal;
    /* 2 */
    cursor: pointer;
    padding: 8px 15px;
    /* 4 */
    background-color: transparent;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.1s;
    border: 1px solid #CECECE;
    text-transform: lowercase; }
  #drupal-off-canvas .button:hover,
  #drupal-off-canvas .button:focus {
    background-color: #f9f8f6;
    color: #1a1a1a;
    text-decoration: none;
    outline: none; }
  #drupal-off-canvas .button:focus {
    z-index: 10;
    border: 1px solid #3ab2ff;
    box-shadow: 0 0 0.5em 0.1em rgba(51, 177, 255, 0.7); }
  #drupal-off-canvas .button:active {
    border: 1px solid #a6a6a6;
    background-color: #dfdfd9;
    background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: none;
    transition: none; }
  #drupal-off-canvas .button--primary {
    border-color: #1e5c90;
    background-color: #0071b8;
    background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
    background-image: linear-gradient(to bottom, #007bc6, #0071b8);
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    -webkit-font-smoothing: antialiased; }
  #drupal-off-canvas .button--primary:hover,
  #drupal-off-canvas .button--primary:focus {
    background-color: #2369a6;
    background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
    background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
    border-color: #1e5c90;
    color: #fff; }
  #drupal-off-canvas .button--primary:focus {
    border: 1px solid #1280df; }
  #drupal-off-canvas .button--primary:hover {
    box-shadow: 0 1px 2px rgba(23, 26, 28, 0.25); }
  #drupal-off-canvas .button--primary:active {
    background-image: -webkit-linear-gradient(top, #08639b, #0071b8);
    background-image: linear-gradient(to bottom, #08639b, #0071b8);
    border-color: #144b78;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  #drupal-off-canvas .button-action:before {
    margin-left: -0.2em;
    /* LTR */
    padding-right: 0.2em;
    /* LTR */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    -webkit-font-smoothing: auto; }
  #drupal-off-canvas [dir="rtl"] .button-action:before {
    margin-right: -0.2em;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0.2em; }
  #drupal-off-canvas .no-touchevents .button--small {
    font-size: 13px;
    font-size: 0.813rem;
    padding: 2px 1em;
    /* 1 */ }
  #drupal-off-canvas .button:disabled,
  #drupal-off-canvas .button:disabled:active,
  #drupal-off-canvas .button.is-disabled,
  #drupal-off-canvas .button.is-disabled:active {
    border-color: #d4d4d4;
    background: #ededed;
    box-shadow: none;
    color: #5c5c5c;
    font-weight: normal;
    cursor: default;
    text-shadow: 0 1px rgba(255, 255, 255, 0.6); }
  #drupal-off-canvas .link {
    display: inline;
    cursor: pointer;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #0074bd;
    text-decoration: none; }
  #drupal-off-canvas .link:hover,
  #drupal-off-canvas .link:focus {
    color: #008ee6;
    text-decoration: underline; }
  #drupal-off-canvas .button--danger {
    display: inline;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #c72100;
    font-weight: 400;
    text-decoration: underline; }
  #drupal-off-canvas .button--danger:hover,
  #drupal-off-canvas .button--danger:focus,
  #drupal-off-canvas .button--danger:active {
    color: #ff2a00;
    text-decoration: underline;
    text-shadow: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none; }
  #drupal-off-canvas .button--danger:disabled,
  #drupal-off-canvas .button--danger.is-disabled {
    color: #737373;
    cursor: default;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none; }

/**
 * @file
 * Image upload widget.
 *
 * This CSS file is not used in this theme (Classy). It was intended to be used,
 * but due to a bug, Drupal 8 shipped with it not being used. To not break
 * backwards compatibility, we continue to not load it in Classy. Every
 * subtheme of Classy is encouraged to use it, by attaching the
 * classy/image-widget asset library in their image-widget.html.twig file.
 *
 * @see core/themes/seven/templates/content-edit/image-widget.html.twig.
 *
 * @todo In Drupal 9, let core/themes/classy/templates/content-edit/image-widget.html.twig
 * attach the classy/image-widget asset library.
 */
#drupal-off-canvas .image-preview {
  float: left;
  /* LTR */
  padding: 0 10px 10px 0;
  /* LTR */ }

#drupal-off-canvas [dir="rtl"] .image-preview {
  float: right;
  padding: 0 0 10px 10px; }

#drupal-off-canvas .image-widget-data {
  float: left;
  /* LTR */ }

#drupal-off-canvas [dir="rtl"] .image-widget-data {
  float: right; }

#drupal-off-canvas .image-widget-data .text-field {
  width: auto; }

#drupal-off-canvas {
  /**
    * @file
    * Default style for file module.
    */
  /* File icons. */ }
  #drupal-off-canvas .file {
    padding-left: 20px;
    /* LTR */
    display: inline-block;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    /* LTR */ }
  #drupal-off-canvas [dir="rtl"] .file {
    padding-left: inherit;
    padding-right: 20px;
    background-position: right center; }
  #drupal-off-canvas .file--general,
  #drupal-off-canvas .file--application-octet-stream {
    background-image: url(../../images/icons/application-octet-stream.png); }
  #drupal-off-canvas .file--package-x-generic {
    background-image: url(../../images/icons/package-x-generic.png); }
  #drupal-off-canvas .file--x-office-spreadsheet {
    background-image: url(../../images/icons/x-office-spreadsheet.png); }
  #drupal-off-canvas .file--x-office-document {
    background-image: url(../../images/icons/x-office-document.png); }
  #drupal-off-canvas .file--x-office-presentation {
    background-image: url(../../images/icons/x-office-presentation.png); }
  #drupal-off-canvas .file--text-x-script {
    background-image: url(../../images/icons/text-x-script.png); }
  #drupal-off-canvas .file--text-html {
    background-image: url(../../images/icons/text-html.png); }
  #drupal-off-canvas .file--text-plain {
    background-image: url(../../images/icons/text-plain.png); }
  #drupal-off-canvas .file--application-pdf {
    background-image: url(../../images/icons/application-pdf.png); }
  #drupal-off-canvas .file--application-x-executable {
    background-image: url(../../images/icons/application-x-executable.png); }
  #drupal-off-canvas .file--audio {
    background-image: url(../../images/icons/audio-x-generic.png); }
  #drupal-off-canvas .file--video {
    background-image: url(../../images/icons/video-x-generic.png); }
  #drupal-off-canvas .file--text {
    background-image: url(../../images/icons/text-x-generic.png); }
  #drupal-off-canvas .file--image {
    background-image: url(../../images/icons/image-x-generic.png); }
