form#email-confirmer-response.email-confirmer-response {
    padding: 50px;
}

form#email-confirmer-response.email-confirmer-response input#edit-cancel {
    padding: 20px;
}

.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    background: transparent url(../../../../core/themes/stable/images/core/throbber-active.gif) no-repeat 0 center;
    display: inline;
    padding: 1px 5px 2px;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    left: 49%;
    position: fixed;
    top: 48.5%;
    z-index: 1000;
    background-color: #232323;
    background-image: url(../../../../core/themes/stable/images/core/loading-small.html);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 24px;
    opacity: 0.9;
    padding: 4px;
    width: 24px;
}

[dir="rtl"] .ajax-progress-fullscreen {
    left: auto;
    right: 49%;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.js input.form-autocomplete {
    background-image: url(../../../../core/themes/stable/images/core/throbber-inactive.html);
    background-position: 100% center;
    background-repeat: no-repeat;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(../../../../core/themes/stable/images/core/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    border-width: 0;
    padding: 0;
}

.container-inline div, .container-inline label {
    display: inline;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list, .item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li:after {
    content: ", ";
}

.item-list__comma-list li:last-child:after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    background-color: #ffffff;
    border: 1px solid;
    margin-top: 5px;
    max-width: 100%;
    min-width: 100px;
    height: 16px;
}

.progress__bar {
    background-color: #000000;
    height: 1.5em;
    width: 3%;
    min-width: 3%;
    max-width: 100%;
}

.progress__description, .progress__percentage {
    color: #555555;
    overflow: hidden;
    font-size: 0.875em;
    margin-top: 0.2em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    resize: vertical;
    min-height: 2em;
}

.resize-horizontal {
    resize: horizontal;
    max-width: 100%;
}

.resize-both {
    resize: both;
    max-width: 100%;
    min-height: 2em;
}

table.sticky-header {
    background-color: #ffffff;
    margin-top: 0;
    z-index: 500;
    top: 0;
}

.system-status-counter__status-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon:before {
    content: "";
    background-size: 20px;
    background-position: center 2px;
    background-repeat: no-repeat;
    display: block;
}

.system-status-counter__status-icon--error:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/e32700/error.html);
}

.system-status-counter__status-icon--warning:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/e29700/warning.html);
}

.system-status-counter__status-icon--checked:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/73b355/check.html);
}

.system-status-report-counters__item {
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
    margin-bottom: 0.5em;
}

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    border: 1px solid #cccccc;
    margin-top: 1em;
    padding: 0 1em 1em;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #cccccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(../../../../core/themes/stable/images/core/icons/787878/move.html) no-repeat 6px 7px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    width: 14px;
}

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
    background-image: url(../../../../core/themes/stable/images/core/icons/000000/move.html);
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    height: 44px;
    width: 40px;
}

.touchevents a.tabledrag-handle .handle {
    background-position: 40% 19px;
    height: 21px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(../../../../core/themes/stable/images/core/icons/787878/twistie-down.html);
}

.tablesort--desc {
    background-image: url(../../../../core/themes/stable/images/core/icons/787878/twistie-up.html);
}

div.tree-child {
    background: url(../../../../core/themes/stable/images/core/tree.html) no-repeat 11px center;
}

div.tree-child-last {
    background: url(../../../../core/themes/stable/images/core/tree-bottom.html) no-repeat 11px center;
}

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(../../../../core/themes/stable/images/core/tree.html) no-repeat -11px center;
}

.paragraph.paragraph--width--full > .paragraph__column, .paragraph.paragraph--width--medium > .paragraph__column, .paragraph.paragraph--width--narrow > .paragraph__column, .paragraph.paragraph--width--tiny > .paragraph__column, .paragraph.paragraph--width--wide > .paragraph__column, .paragraph > .paragraph__column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.paragraph {
    display: table;
    margin-left: 0;
    margin-right: 0;
    table-layout: fixed;
    width: 100%
}

.paragraph:after, .paragraph:before {
    content: " ";
    display: table;
    table-layout: fixed
}

.paragraph:after {
    clear: both
}

.paragraph > .paragraph__column {
    padding-bottom: 30px
}

.paragraph--type--bp-carousel .paragraph:last-of-type > .paragraph__column, .paragraph--type--bp-columns .paragraph:last-of-type > .paragraph__column, .paragraph--type--bp-columns-three-uneven .paragraph:last-of-type > .paragraph__column, .paragraph--type--bp-columns-two-uneven .paragraph:last-of-type > .paragraph__column, .paragraph--type--bp-tabs .paragraph:last-of-type > .paragraph__column {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .paragraph > .paragraph__column {
        float: left;
        width: 100%
    }

    .paragraph.paragraph--width--tiny > .paragraph__column {
        float: left;
        width: 33.33333333%;
        margin-left: 33.33333333%
    }

    .paragraph.paragraph--width--narrow > .paragraph__column {
        float: left;
        width: 50%;
        margin-left: 25%
    }

    .paragraph.paragraph--width--medium > .paragraph__column {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%
    }

    .paragraph.paragraph--width--wide > .paragraph__column {
        float: left;
        width: 83.33333333%;
        margin-left: 8.33333333%
    }

    .paragraph.paragraph--width--full > .paragraph__column {
        float: left;
        width: 100%
    }
}

.paragraph .paragraph, .paragraph .paragraph .paragraph {
    margin-left: 0;
    margin-right: 0
}

.paragraph > .paragraph__column .paragraph > .paragraph__column, .paragraph > .paragraph__column .paragraph > .paragraph__column .paragraph > .paragraph__column {
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto
}

.paragraph.paragraph--color > .paragraph__column {
    padding-top: 30px;
    padding-bottom: 30px
}

.paragraph.paragraph--color + .paragraph > .paragraph__column {
    padding-top: 30px
}

.paragraph--color--rgba-blue-light {
    background: rgba(3, 169, 244, .3)
}

.paragraph--color--rgba-red-light {
    background: rgba(244, 67, 54, .3)
}

.paragraph--color--rgba-pink-light {
    background: rgba(233, 30, 99, .3)
}

.paragraph--color--rgba-purple-light {
    background: rgba(156, 39, 176, .3)
}

.paragraph--color--rgba-indigo-light {
    background: rgba(63, 81, 181, .3)
}

.paragraph--color--rgba-cyan-light {
    background: rgba(0, 188, 212, .3)
}

.paragraph--color--rgba-teal-light {
    background: rgba(0, 150, 136, .3)
}

.paragraph--color--rgba-green-light {
    background: rgba(76, 175, 80, .3)
}

.paragraph--color--rgba-lime-light {
    background: rgba(205, 220, 57, .3)
}

.paragraph--color--rgba-yellow-light {
    background: rgba(255, 235, 59, .3)
}

.paragraph--color--rgba-orange-light {
    background: rgba(255, 152, 0, .3)
}

.paragraph--color--rgba-brown-light {
    background: rgba(121, 85, 72, .3)
}

.paragraph--color--rgba-grey-light {
    background: rgba(158, 158, 158, .3)
}

.paragraph--color--rgba-bluegrey-light {
    background: rgba(96, 125, 139, .3)
}

.paragraph--color--rgba-black-light {
    background: rgba(0, 0, 0, .3)
}

.paragraph--color--rgba-stylish-light {
    background: rgba(62, 69, 81, .3)
}

.paragraph--color--rgba-white-light {
    background: rgba(255, 255, 255, .3)
}

.paragraph--color--rgba-blue-strong {
    background: rgba(3, 169, 244, .7)
}

.paragraph--color--rgba-red-strong {
    background: rgba(244, 67, 54, .7)
}

.paragraph--color--rgba-pink-strong {
    background: rgba(233, 30, 99, .7)
}

.paragraph--color--rgba-purple-strong {
    background: rgba(156, 39, 176, .7)
}

.paragraph--color--rgba-indigo-strong {
    background: rgba(63, 81, 181, .7)
}

.paragraph--color--rgba-cyan-strong {
    background: rgba(0, 188, 212, .7)
}

.paragraph--color--rgba-teal-strong {
    background: rgba(0, 150, 136, .7)
}

.paragraph--color--rgba-green-strong {
    background: rgba(76, 175, 80, .7)
}

.paragraph--color--rgba-lime-strong {
    background: rgba(205, 220, 57, .7)
}

.paragraph--color--rgba-yellow-strong {
    background: rgba(255, 235, 59, .7)
}

.paragraph--color--rgba-orange-strong {
    background: rgba(255, 152, 0, .7)
}

.paragraph--color--rgba-brown-strong {
    background: rgba(121, 85, 72, .7)
}

.paragraph--color--rgba-grey-strong {
    background: rgba(158, 158, 158, .7)
}

.paragraph--color--rgba-bluegrey-strong {
    background: rgba(96, 125, 139, .7)
}

.paragraph--color--rgba-black-strong {
    background: rgba(0, 0, 0, .7)
}

.paragraph--color--rgba-stylish-strong {
    background: rgba(62, 69, 81, .7)
}

.paragraph--color--rgba-white-strong {
    background: rgba(255, 255, 255, .7)
}

.paragraph--color--rgba-blue-slight {
    background: rgba(3, 169, 244, .1)
}

.paragraph--color--rgba-red-slight {
    background: rgba(244, 67, 54, .1)
}

.paragraph--color--rgba-pink-slight {
    background: rgba(233, 30, 99, .1)
}

.paragraph--color--rgba-purple-slight {
    background: rgba(156, 39, 176, .1)
}

.paragraph--color--rgba-indigo-slight {
    background: rgba(63, 81, 181, .1)
}

.paragraph--color--rgba-cyan-slight {
    background: rgba(0, 188, 212, .1)
}

.paragraph--color--rgba-teal-slight {
    background: rgba(0, 150, 136, .1)
}

.paragraph--color--rgba-green-slight {
    background: rgba(76, 175, 80, .1)
}

.paragraph--color--rgba-lime-slight {
    background: rgba(205, 220, 57, .1)
}

.paragraph--color--rgba-yellow-slight {
    background: rgba(255, 235, 59, .1)
}

.paragraph--color--rgba-orange-slight {
    background: rgba(255, 152, 0, .1)
}

.paragraph--color--rgba-brown-slight {
    background: rgba(121, 85, 72, .1)
}

.paragraph--color--rgba-grey-slight {
    background: rgba(158, 158, 158, .1)
}

.paragraph--color--rgba-bluegrey-slight {
    background: rgba(96, 125, 139, .1)
}

.paragraph--color--rgba-black-slight {
    background: rgba(0, 0, 0, .1)
}

.paragraph--color--rgba-stylish-slight {
    background: rgba(62, 69, 81, .1)
}

.paragraph--color--rgba-white-slight {
    background: rgba(255, 255, 255, .1)
}

.paragraph--color--danger, .paragraph--color--info, .paragraph--color--primary, .paragraph--color--secondary, .paragraph--color--success, .paragraph--color--transparent, .paragraph--color--warning {
    background: 0 0
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid .views-col {
    float: left;
}

.views-view-grid .views-row {
    clear: both;
    float: left;
    width: 100%;
}
