html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media (min--moz-device-pixel-ratio: 0) {
    summary {
        display: list-item;
    }
}

.action-links {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

[dir="rtl"] .action-links {
    margin-right: 0;
}

.action-links li {
    display: inline-block;
    margin: 0 0.3em;
}

.action-links li:first-child {
    margin-left: 0;
}

[dir="rtl"] .action-links li:first-child {
    margin-right: 0;
    margin-left: 0.3em;
}

.button-action {
    display: inline-block;
    padding: 0.2em 0.5em 0.3em;
    text-decoration: none;
    line-height: 160%;
}

.button-action:before {
    margin-left: -0.1em;
    padding-right: 0.2em;
    content: "+";
    font-weight: 900;
}

[dir="rtl"] .button-action:before {
    margin-right: -0.1em;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0.2em;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

[dir="rtl"] .breadcrumb ol {
    margin-right: 0;
}

.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb li:before {
    content: " \BB ";
}

.breadcrumb li:first-child:before {
    content: none;
}

.button, .image-button {
    margin-right: 1em;
    margin-left: 1em;
}

.button:first-child, .image-button:first-child {
    margin-right: 0;
    margin-left: 0;
}

.collapse-processed > summary {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.collapse-processed > summary:before {
    float: left;
    width: 1em;
    height: 1em;
    content: "";
    background: url(../../../../core/misc/menu-expanded.png) 0 100% no-repeat;
}

[dir="rtl"] .collapse-processed > summary:before {
    float: right;
    background-position: 100% 100%;
}

.collapse-processed:not([open]) > summary:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 25% 35%;
}

[dir="rtl"] .collapse-processed:not([open]) > summary:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: 75% 35%;
}

.container-inline label:after, .container-inline .label:after {
    content: ":";
}

.form-type-radios .container-inline label:after, .form-type-checkboxes .container-inline label:after {
    content: "";
}

.form-type-radios .container-inline .form-type-radio, .form-type-checkboxes .container-inline .form-type-checkbox {
    margin: 0 1em;
}

.container-inline .form-actions, .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

details {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

details > .details-wrapper {
    padding: 0.5em 1.5em;
}

summary {
    padding: 0.2em 0.5em;
    cursor: pointer;
}

.exposed-filters .filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .filters {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

.exposed-filters .form-item {
    margin: 0 0 0.1em 0;
    padding: 0;
}

.exposed-filters .form-item label {
    float: left;
    width: 10em;
    font-weight: normal;
}

[dir="rtl"] .exposed-filters .form-item label {
    float: right;
}

.exposed-filters .form-select {
    width: 14em;
}

.exposed-filters .current-filters {
    margin-bottom: 1em;
}

.exposed-filters .current-filters .placeholder {
    font-weight: bold;
    font-style: normal;
}

.exposed-filters .additional-filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .additional-filters {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

.field__label {
    font-weight: bold;
}

.field--label-inline .field__label, .field--label-inline .field__items {
    float: left;
}

.field--label-inline .field__label, .field--label-inline > .field__item, .field--label-inline .field__items {
    padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label, [dir="rtl"] .field--label-inline .field__items {
    padding-right: 0;
    padding-left: 0.5em;
}

.field--label-inline .field__label::after {
    content: ":";
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table .field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
    padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0.5em;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0;
    padding-left: 0.5em;
}

form .field-add-more-submit {
    margin: 0.5em 0 0;
}

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description, .form-item .description {
    font-size: 0.85em;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-composite > legend, .label {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: bold;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em;
}

[dir="rtl"] .form-type-radio .description, [dir="rtl"] .form-type-checkbox .description {
    margin-right: 2.4em;
    margin-left: 0;
}

.marker {
    color: #e00;
}

.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(../img/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

abbr.tabledrag-changed, abbr.ajax-changed {
    border-bottom: none;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}

.form-item--error-message:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    vertical-align: sub;
    background: url(../img/core/misc/icons/e32700/error.svg) no-repeat;
    background-size: contain;
}

.icon-help {
    padding: 1px 0 1px 20px;
    background: url(../img/core/misc/help.png) 0 50% no-repeat;
}

[dir="rtl"] .icon-help {
    padding: 1px 20px 1px 0;
    background-position: 100% 50%;
}

.feed-icon {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(../img/core/misc/feed.svg) no-repeat;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

[dir="rtl"] .views-filterable-options-controls .form-item {
    margin-right: 2%;
}

.form--inline .form-item-separator {
    margin-top: 2.3em;
    margin-right: 1em;
    margin-left: 0.5em;
}

[dir="rtl"] .form--inline .form-item-separator {
    margin-right: 0.5em;
    margin-left: 1em;
}

.form--inline .form-actions {
    clear: left;
}

[dir="rtl"] .form--inline .form-actions {
    clear: right;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

[dir="rtl"] .item-list li {
    margin: 0 1.5em 0.25em 0;
}

.item-list--comma-list {
    display: inline;
}

.item-list--comma-list .item-list__comma-list, .item-list__comma-list li, [dir="rtl"] .item-list--comma-list .item-list__comma-list, [dir="rtl"] .item-list__comma-list li {
    margin: 0;
}

button.link {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 1em;
}

label button.link {
    font-weight: bold;
}

ul.inline, ul.links.inline {
    display: inline;
    padding-left: 0;
}

[dir="rtl"] ul.inline, [dir="rtl"] ul.links.inline {
    padding-right: 0;
    padding-left: 15px;
}

ul.inline li {
    display: inline;
    padding: 0 0.5em;
    list-style-type: none;
}

ul.links a.is-active {
    color: #000;
}

ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
}

[dir="rtl"] ul.menu {
    margin-right: 1em;
    margin-left: 0;
    text-align: right;
}

.menu-item--expanded {
    list-style-type: circle;
    list-style-image: url(../img/core/misc/menu-expanded.png);
}

.menu-item--collapsed {
    list-style-type: disc;
    list-style-image: url(../img/core/misc/menu-collapsed.png);
}

[dir="rtl"] .menu-item--collapsed {
    list-style-image: url(../img/core/misc/menu-collapsed-rtl.png);
}

.menu-item {
    margin: 0;
    padding-top: 0.2em;
}

ul.menu a.is-active {
    color: #000;
}

.more-link {
    display: block;
    text-align: right;
}

[dir="rtl"] .more-link {
    text-align: left;
}

.pager__items {
    clear: both;
    text-align: center;
}

.pager__item {
    display: inline;
    padding: 0.5em;
}

.pager__item.is-active {
    font-weight: bold;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox, th.checkbox {
    text-align: center;
}

[dir="rtl"] td.checkbox, [dir="rtl"] th.checkbox {
    text-align: center;
}

th.is-active img {
    display: inline;
}

td.is-active {
    background-color: #ddd;
}

div.tabs {
    margin: 1em 0;
}

ul.tabs {
    margin: 0 0 0.5em;
    padding: 0;
    list-style: none;
}

.tabs > li {
    display: inline-block;
    margin-right: 0.3em;
}

[dir="rtl"] .tabs > li {
    margin-right: 0;
    margin-left: 0.3em;
}

.tabs a {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

.tabs a.is-active {
    background-color: #eee;
}

.tabs a:focus, .tabs a:hover {
    background-color: #f5f5f5;
}

.form-textarea-wrapper textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.ui-dialog--narrow {
    max-width: 500px;
}

@media screen and (max-width: 600px) {
    .ui-dialog--narrow {
        min-width: 95%;
        max-width: 95%;
    }
}

.messages {
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
}

[dir="rtl"] .messages {
    padding-right: 35px;
    padding-left: 20px;
    text-align: right;
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
}

.messages + .messages {
    margin-top: 1.538em;
}

.messages__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.messages__item + .messages__item {
    margin-top: 0.769em;
}

.messages--status {
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    background-image: url(../img/core/misc/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
    margin-left: 0;
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
}

.messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    background-color: #fdf8ed;
    background-image: url(../img/core/misc/icons/e29700/warning.svg);
    box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
}

.messages--error {
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: #fcf4f2;
    background-image: url(../img/core/misc/icons/e32700/error.svg);
    box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
    color: #a51b00;
}


.breadcrumb {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.929em;
}

.region-breadcrumb {
    padding: 0 15px 0.25em;
}

.caption {
    margin-bottom: 1.2em;
}

.caption > * {
    padding: 0.5ex;
    border: 1px solid #ccc;
    background: #f3f3f3;
}

.caption > figcaption {
    padding-top: 0.5ex;
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
    font-size: small;
}

.caption-pre > pre, .caption-blockquote > blockquote {
    margin: 0;
}

.caption-blockquote > figcaption::before {
    content: "— ";
}

.caption-blockquote > figcaption {
    text-align: left;
}

[dir="rtl"] .caption-blockquote > figcaption {
    text-align: right;
}

#content .comment-wrapper h2 {
    margin-bottom: 1em;
}

#content .comment-wrapper h2.comment-form__title {
    margin-bottom: 1em;
}

.field-node--comment {
    font-size: 0.934em;
}

.comment {
    display: table;
    margin-bottom: 19px;
    vertical-align: top;
}

[dir="rtl"] .comment {
    direction: rtl;
}

.comment__meta {
    padding: 0 30px 0 0;
    font-size: 1.071em;
}

[dir="rtl"] .comment__meta {
    padding: 0 0 0 30px;
}

.comment__attribution img {
    border: 1px solid #d3d7d9;
}

.comment .field--name-user-picture img {
    margin: 0;
}

.comment__author .username {
    white-space: nowrap;
}

.comment__author {
    margin: 4px 0;
    line-height: 1.2;
}

.comment__time {
    margin-bottom: 4px;
    color: #68696b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.733em;
    line-height: 1.2;
}

.comment__permalink {
    font-size: 0.733em;
    line-height: 1.2;
}

.comment__content {
    position: relative;
    display: table-cell;
    width: 100%;
    padding: 10px 25px 10px 25px;
    vertical-align: top;
    word-break: break-all;
    border: 1px solid #d3d7d9;
    font-size: 0.929em;
    line-height: 1.6;
}

.comment__content:before {
    position: absolute;
    top: 20px;
    right: 100%;
    content: "";
    border-top: 20px solid transparent;
    border-right: 20px solid #d3d7d9;
    border-bottom: 20px solid transparent;
}

[dir="rtl"] .comment__content:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 20px solid #d3d7d9;
}

.comment__content:after {
    position: absolute;
    top: 20px;
    right: 100%;
    margin-right: -1px;
    content: "";
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
}

[dir="rtl"] .comment__content:after {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: -1px;
    border-right: none;
    border-left: 20px solid #fff;
}

.comment__content h3 {
    margin-top: 0.94em;
    margin-bottom: 0.45em;
    font-size: 1.171em;
}

.indented {
    margin-left: 40px;
}

[dir="rtl"] .indented {
    margin-right: 40px;
    margin-left: 0;
}

.comment .links {
    padding: 0 0 0.25em 0;
}

.comment .links li {
    padding: 0 0.5em 0 0;
    font-size: 1.08em;
}

[dir="rtl"] .comment .links li {
    padding: 0 0 0 0.5em;
}

.comment--unpublished {
    margin-right: 5px;
    padding: 5px 2px 5px 5px;
    background: #fff4f4;
}

[dir="rtl"] .comment--unpublished {
    margin-right: 0;
    margin-left: 5px;
    padding: 5px 5px 5px 2px;
}

.unpublished .comment-text .comment-arrow {
    border-right: 1px solid #fff4f4;
    border-left: 1px solid #fff4f4;
}

.unpublished {
    padding: 20px 15px 0;
}

.comment-footer {
    display: table-row;
}

.comment--unpublished .comment__text:after, .node--unpublished .comment__text:after {
    border-right-color: #fff4f4;
}

[dir="rtl"] .comment--unpublished .comment__content:after, [dir="rtl"] .node--unpublished .comment__content:after {
    border-left-color: #fff4f4;
}

.contextual-links a {
    border-bottom: none;
    text-shadow: 0 0 0;
}

.js .dropbutton-widget {
    overflow: hidden;
    margin: 0.125em 0;
    cursor: pointer;
    text-align: center;
    color: #3a3a3a;
    border: 1px solid;
    border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
    border-radius: 1em;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
    background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
}

.js .dropbutton-widget:hover {
    border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
}

.js .dropbutton-widget .button {
    margin: 0;
    padding: 0.32em 1em;
    border: none;
    background: transparent none;
}

.js .dropbutton-multiple .dropbutton-widget, .js[dir="rtl"] .dropbutton-multiple .dropbutton-widget {
    padding: 0;
}

.js .dropbutton-multiple .dropbutton-widget .dropbutton {
    position: relative;
    padding-right: 2em;
}

.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget .dropbutton {
    padding-right: 0;
    padding-left: 2em;
}

.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
    margin-right: 0;
}

[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
    margin-left: 0;
}

.js .dropbutton .secondary-action {
    border-top-color: #ccc;
}

.js .dropbutton-toggle button {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
    background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2);
}

.js .dropbutton-toggle .dropbutton-arrow:hover {
    background: #ccc;
}

.js .dropbutton a {
    color: #3a3a3a;
    border-bottom: 0 none;
}

.js .dropbutton .dropbutton-action:hover, .js .dropbutton a:hover {
    border-bottom: 0 none;
    background: #dedede;
}


.field--type-entity-reference {
    margin: 0 0 1.2em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.field--type-entity-reference .field__label {
    margin: 0;
    padding-right: 5px;
    font-weight: normal;
}

[dir="rtl"] .field--type-entity-reference .field__label {
    padding-right: 0;
    padding-left: 5px;
}

.field--type-entity-reference .field__label, .field--type-entity-reference ul.links {
    font-size: 0.8em;
}

.node--view-mode-teaser .field--type-entity-reference .field__label, .node--view-mode-teaser .field--type-entity-reference ul.links {
    font-size: 0.821em;
}

.field--type-entity-reference ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}

[dir="rtl"] .field--type-entity-reference ul.links {
    padding: 0;
}

.field--type-entity-reference ul.links li {
    float: left;
    padding: 0 1em 0 0;
    white-space: nowrap;
}

[dir="rtl"] .field--type-entity-reference ul.links li {
    float: right;
    padding: 0 0 0 1em;
}

@media all and (min-width: 560px) {
    .node .field--type-image {
        float: left;
        margin: 0 1em 0 0;
    }

    [dir="rtl"] .node .field--type-image {
        float: right;
        margin: 0 0 0 1em;
    }

    .node .field--type-image + .field--type-image {
        clear: both;
    }
}

.field--type-image img, .field--name-user-picture img {
    margin: 0 0 1em;
}

.field--type-image a {
    border-bottom: none;
}

.field--name-field-tags .field__label {
    margin: 0;
    padding-right: 5px;
    font-weight: normal;
}

[dir="rtl"] .field--name-field-tags .field__label {
    padding-right: 0;
    padding-left: 5px;
}

.field--name-field-tags .field__label, .field--name-field-tags ul.links {
    font-size: 0.8em;
}

.node--view-mode-teaser .field--name-field-tags .field__label, .node--view-mode-teaser .field--name-field-tags ul.links {
    font-size: 0.821em;
}

.field--name-field-tags ul.links {
    margin: 0;
    padding: 0;
}

.field--name-field-tags ul.links li {
    float: left;
    padding: 0 1em 0 0;
    white-space: nowrap;
}

[dir="rtl"] .field--name-field-tags ul.links li {
    float: right;
    padding: 0 0 0 1em;
}

.forum__name {
    font-size: 1.083em;
}

.forum__description {
    font-size: 1em;
}

.block-help {
    margin-bottom: 30px;
    padding: 0 1.5em;
    border: 1px solid #d3d7d9;
}

.item-list ul {
    margin: 0 0 0.25em 0;
    padding: 0;
    list-style: none;
}

[dir="rtl"] .item-list ul {
    padding: 0;
}

.item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0;
}

[dir="rtl"] .item-list ul li {
    margin: 0;
    padding: 0.2em 0 0 0.5em;
}

.item-list .item-list__comma-list, .item-list .item-list__comma-list li, [dir="rtl"] .item-list .item-list__comma-list, [dir="rtl"] .item-list .item-list__comma-list li {
    padding: 0;
}

.list-group__link {
    padding: 7px 0 0;
    border-top: 1px solid #ccc;
}

.list-group__description {
    margin: 0 0 10px;
}

@media all and (min-width: 991px) {
    .main-content {
        position: relative;
        float: left;
    }

    [dir="rtl"] .main-content {
        float: right;
    }

    .layout-two-sidebars .main-content {
        width: 50%;
        margin-right: 25%;
        margin-left: 25%;
    }

    .layout-one-sidebar .main-content {
        width: 75%;
    }

    .layout-no-sidebars .main-content {
        width: 100%;
    }

    .layout-sidebar-first .main-content {
        margin-right: 0;
        margin-left: 25%;
    }

    [dir="rtl"] .layout-sidebar-first .main-content {
        margin-right: 25%;
        margin-left: 0;
    }

    .layout-sidebar-second .main-content {
        margin-right: 25%;
        margin-left: 0;
    }

    [dir="rtl"] .layout-sidebar-second .main-content {
        margin-right: 0;
        margin-left: 25%;
    }
}


.node-preview-container {
    position: fixed;
    z-index: 499;
    width: 100%;
    padding: 5px 10px;
    background: #d1e8f5;
    background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
    background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
    font-family: Arial, sans-serif;
}

.node-preview-backlink {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 4px 1em 4px 0.6em;
    color: #fff;
    border: 1px solid #0048c8;
    border-radius: 0.4em;
    background: url(../img/core/misc/icons/000000/chevron-left.html) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
    background: url(../img/core/misc/icons/000000/chevron-left.html) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    font-size: 0.9em;
    line-height: normal;
}

[dir="rtl"] .node-preview-backlink {
    float: right;
    margin: 5px 0 5px 10px;
    padding: 4px 0.6em 4px 1em;
    background: url(../img/core/misc/icons/000000/chevron-right.html) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
    background: url(../img/core/misc/icons/000000/chevron-right.html) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
}

.node-preview-backlink:focus, .node-preview-backlink:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #0048c8;
    background: url(../../../../misc/icons/000000/chevron-left.html) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
    background: url(../../../../misc/icons/000000/chevron-left.html) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
}

[dir="rtl"] .node-preview-backlink:focus, [dir="rtl"] .node-preview-backlink:hover {
    background: url(../../../../misc/icons/000000/chevron-right.html) right no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
    background: url(../../../../misc/icons/000000/chevron-right.html) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
}

.node-preview-backlink:active {
    border: 1px solid #0048c8;
    background: url(../../../../misc/icons/000000/chevron-left.html) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
    background: url(../../../../misc/icons/000000/chevron-left.html) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

[dir="rtl"] .node-preview-backlink:active {
    background: url(../../../../misc/icons/000000/chevron-right.html) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
    background: url(../../../../misc/icons/000000/chevron-right.html) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
}

.node-preview-backlink::before {
    display: inline-block;
    width: 10px;
    content: "";
}

[dir="rtl"] .node-preview-backlink::after {
    display: inline-block;
    width: 10px;
    content: "";
}

.node-preview-container .form-item-view-mode {
    display: inline-block;
    margin: 5px 0;
}

[dir="rtl"] .node-preview-container .form-item-view-mode {
    margin-right: 0;
}


.region-primary-menu {
    clear: both;
}

.region-primary-menu .menu {
    margin: 0 5px;
    padding: 0;
    text-align: left;
    font-size: 0.929em;
}

[dir="rtl"] .region-primary-menu .menu {
    margin-right: 5px;
    margin-left: 5px;
    text-align: right;
}

.region-primary-menu .menu-item {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.region-primary-menu .menu a {
    display: block;
    float: none;
    margin: 4px 0;
    padding: 0.9em 0 0.9em 10px;
    text-decoration: none;
    color: #333;
    border-radius: 8px;
    background: #ccc;
    background: rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px #eee;
}

[dir="rtl"] .region-primary-menu .menu a {
    padding: 0.9em 10px 0.9em 0;
}

.region-primary-menu .menu a:hover, .region-primary-menu .menu a:focus {
    background: #f6f6f2;
    background: rgba(255, 255, 255, 0.95);
}

.region-primary-menu .menu a:active {
    background: #b3b3b3;
    background: rgba(255, 255, 255, 1);
}

.region-primary-menu .menu-item a.is-active {
    border-bottom: none;
}

.menu-toggle, .menu-toggle-target {
    display: none;
}

.region-primary-menu .menu-toggle-target {
    position: fixed;
    top: 0;
    display: inherit;
}

.region-primary-menu .menu-toggle {
    display: none;
}

body:not(:target) .region-primary-menu .menu-toggle {
    z-index: 1000;
    display: block;
    float: none;
    padding: 0.9em 10px 0.9em 10px;
    text-decoration: none;
    color: #333;
    background: #ccc;
    background: rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px #eee;
    font-size: 0.929em;
}

body:not(:target) .region-primary-menu .menu-toggle:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
    background: url(../../../../misc/icons/ffffff/hamburger.html) no-repeat;
    background-size: contain;
}

[dir="rtl"] body:not(:target) .region-primary-menu .menu-toggle:after {
    right: initial;
    left: 10px;
}

body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle, body:not(:target) .region-primary-menu .menu-toggle--hide {
    display: none;
}

body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide {
    display: block;
}

body:not(:target) .region-primary-menu .menu-item {
    overflow: hidden;
    height: 0;
}

body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu .menu-item {
    overflow: visible;
    height: auto;
}

@media all and (min-width: 461px) and (max-width: 900px) {
    .region-primary-menu .menu {
        margin: 0 5px;
        padding: 0;
        text-align: center;
    }

    [dir="rtl"] .region-primary-menu .menu {
        text-align: center;
    }

    .region-primary-menu .menu-item, body:not(:target) .region-primary-menu .menu-item {
        display: inline-block;
        float: left;
        overflow: visible;
        width: 32.75%;
        height: auto;
        margin-right: 5px;
        padding: 0;
    }

    [dir="rtl"] .region-primary-menu .menu-item, [dir="rtl"] body:not(:target) .region-primary-menu .menu-item {
        float: right;
        margin-right: 0;
        margin-left: 5px;
    }

    .region-primary-menu .menu-item:nth-child(3n) {
        margin-right: -5px;
    }

    [dir="rtl"] .region-primary-menu .menu-item:nth-child(3n) {
        margin-right: 0;
        margin-left: -5px;
    }

    .region-primary-menu .menu a {
        display: block;
        float: none;
        margin-bottom: 5px;
        padding: 0.9em 5px;
        border-radius: 8px;
    }

    [dir="rtl"] .region-primary-menu .menu a {
        padding: 0.9em 5px;
    }

    body:not(:target) .region-primary-menu .menu-toggle {
        display: none;
    }
}

@media all and (min-width: 901px) {
    .region-primary-menu .block-menu .menu {
        margin: 0;
        padding: 0 15px;
        font-size: 0.929em;
    }

    .region-primary-menu .menu-item, body:not(:target) .region-primary-menu .menu-item {
        float: left;
        overflow: visible;
        width: auto;
        height: auto;
        margin: 0 1px;
        padding: 0 1px;
        list-style: none;
    }

    [dir="rtl"] .region-primary-menu .menu-item, [dir="rtl"] body:not(:target) .region-primary-menu .menu-item {
        float: right;
    }

    .region-primary-menu .menu a {
        float: left;
        margin-bottom: 0;
        padding: 0.7em 0.8em;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    [dir="rtl"] .region-primary-menu .menu a {
        float: right;
        padding: 0.7em 0.8em;
    }

    .featured .region-primary-menu .menu-item a:active, .featured .region-primary-menu .menu-item a.is-active {
        background: #f0f0f0;
        background: rgba(240, 240, 240, 1);
    }

    body:not(:target) .region-primary-menu .menu-toggle {
        display: none;
    }
}

@media all and (min-width: 461px) {
    body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide {
        display: none;
    }
}

.search-form {
    font-size: 0.875rem;
}

.search-form .form-search {
    float: left;
    margin-right: 5px;
    padding: 4px;
}

[dir="rtl"] .search-form .form-search {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.button.search-form__submit, .search-form__submit {
    overflow: hidden;
    width: 34px;
    height: 26px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    direction: ltr;
    background: #f0f0f0 url(../../../../misc/icons/505050/loupe.html) no-repeat center;
}

.button.search-form__submit:hover, .search-form__submit:hover, .button.search-form__submit:focus, .search-form__submit:focus {
    background: #dedede url(../../../../misc/icons/424242/loupe.html) no-repeat center;
}

.search-form .form-item-keys label {
    display: block;
}

.search-results {
    padding: 0;
    list-style-position: inside;
}

.search-results li {
    margin-bottom: 0.5em;
    padding-bottom: 0.4285em;
    border-bottom: 1px solid #d3d7d9;
}

.search-results li:last-child {
    margin-bottom: 1em;
    padding-bottom: 0;
    border-bottom: none;
}

.search-result__title {
    font-weight: bold;
}

.search-result__snippet-info {
    padding-left: 0;
}

[dir="rtl"] .search-result__snippet-info {
    padding-right: 0;
}

.region-secondary-menu .menu {
    margin: 0 10px;
    padding: 0;
    text-align: right;
    font-size: 0.929em;
}

[dir="rtl"] .region-secondary-menu .menu {
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
}

.region-secondary-menu .menu-item {
    display: inline;
    margin: 0;
    padding: 0;
}

.region-secondary-menu .menu a {
    display: inline-block;
    padding: 0.8em;
}

.region-secondary-menu .menu a:hover, .region-secondary-menu .menu a:focus {
    text-decoration: underline;
}

.shortcut-wrapper {
    margin: 2.2em 0 1.1em 0;
}

.shortcut-wrapper .page-title {
    float: left;
    margin: 0;
}

[dir="rtl"] .shortcut-wrapper .page-title {
    float: right;
}

.shortcut-action {
    margin-left: 0.5em;
    padding-top: 0.35em;
    border-bottom: none;
}

[dir="rtl"] .shortcut-action {
    margin-right: 0.5em;
    margin-left: 0;
}

.shortcut-action:hover, .shortcut-action:active, .shortcut-action:focus {
    border-bottom: none;
}

.skip-link {
    z-index: 50;
    left: 50%;
    padding: 1px 10px 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom-width: 0;
    border-radius: 0 0 10px 10px;
    outline: 0;
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.94em;
    line-height: 1.7em;
}

.skip-link.visually-hidden.focusable:focus {
    position: absolute !important;
    color: #fff;
}

@media all and (min-width: 560px) {
    .sidebar {
        position: relative;
        float: left;
        width: 50%;
    }

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

    .layout-one-sidebar .sidebar {
        width: 100%;
    }
}

@media all and (min-width: 851px) {
    .layout-one-sidebar .sidebar {
        width: 25%;
    }

    #sidebar-first {
        width: 25%;
        margin-left: -100%;
    }

    [dir="rtl"] #sidebar-first {
        margin-right: -100%;
        margin-left: 0;
    }

    #sidebar-second {
        clear: none;
        width: 25%;
        margin-left: -25%;
    }

    [dir="rtl"] #sidebar-second {
        margin-right: -25%;
        margin-left: 0;
    }
}

.sidebar .section {
    padding: 10px 15px 0;
}

.sidebar .block {
    margin: 0 0 20px;
    padding: 15px 20px;
    border-width: 1px;
    border-style: solid;
}

.sidebar h2 {
    margin: 0 0 0.5em;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2;
}

.sidebar .block .content {
    font-size: 0.914em;
    line-height: 1.4;
}

.sidebar tbody {
    border: none;
}

.sidebar tr.even, .sidebar tr.odd {
    border-bottom: 1px solid #d6d6d6;
    background: none;
}

.site-branding__logo {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0.286em;
    border-bottom: 0;
}

[dir="rtl"] .site-branding__logo {
    margin-right: 0;
    margin-left: 1em;
}

.site-branding__text {
    display: inline-block;
    vertical-align: top;
}

@media all and (min-width: 461px) {
    .site-branding__text {
        margin-bottom: 1.857em;
    }
}

@media all and (min-width: 901px) {
    .site-branding__text {
        padding: 1.286em 0 0;
    }
}

.site-branding__name {
    color: #686868;
    font-size: 1.6em;
    line-height: 1;
}

@media all and (min-width: 901px) {
    .site-branding__name {
        font-size: 1.821em;
    }
}

.site-branding__slogan {
    margin-top: 7px;
    word-spacing: 0.1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.929em;
    font-style: italic;
}

.site-footer {
    padding: 35px 0 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media all and (min-width: 560px) {
    .site-footer__top .region {
        position: relative;
        float: left;
        width: 50%;
    }

    [dir="rtl"] .site-footer__top .region {
        float: right;
    }
}

@media all and (min-width: 560px) and (max-width: 850px) {
    .site-footer .region {
        box-sizing: border-box;
    }

    .site-footer__top .region:nth-child(2n+1) {
        padding-right: 10px;
    }

    [dir="rtl"] .site-footer__top .region:nth-child(2n+1) {
        padding-right: 0;
        padding-left: 10px;
    }

    .site-footer__top .region:nth-child(2n) {
        padding-left: 10px;
    }

    [dir="rtl"] .site-footer__top .region:nth-child(2n) {
        padding-right: 10px;
        padding-left: 0;
    }

    .region-footer-third {
        clear: both;
    }
}

@media all and (min-width: 851px) {
    .site-footer__top .region {
        width: 24%;
        padding: 0 0.65%;
    }

    .site-footer__top .region:first-child {
        padding-left: 0;
    }

    [dir="rtl"] .site-footer__top .region:first-child {
        padding-right: 0;
        padding-left: 10px;
    }

    .site-footer__top .region:last-child {
        padding-right: 0;
    }

    [dir="rtl"] .site-footer__top .region:last-child {
        padding-right: 10px;
        padding-left: 0;
    }
}

.site-footer h2 {
    color: #c0c0c0;
    color: rgba(255, 255, 255, 0.65);
}

.site-footer blockquote {
    color: #555;
}

.site-footer .content {
    color: #c0c0c0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.857em;
}

.site-footer .menu-item {
    padding: 0;
}

.site-footer .content ol:not(.menu), .site-footer .content ul:not(.menu) {
    padding-left: 1.4em;
}

[dir="rtl"] .site-footer .content ol:not(.menu), [dir="rtl"] .site-footer .content ul:not(.menu) {
    padding-right: 1.4em;
    padding-left: 0;
}

.site-footer .content a, .site-footer .content a.is-active {
    color: #fcfcfc;
    color: rgba(255, 255, 255, 0.8);
}

.site-footer .content a:hover, .site-footer .content a:focus {
    color: #fefefe;
    color: rgba(255, 255, 255, 0.95);
}

.site-footer .block {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #444;
    border-color: rgba(255, 255, 255, 0.1);
}

.site-footer table {
    font-size: 1em;
}

.site-footer tr td, .site-footer tr th {
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.18);
}

.site-footer tr.odd {
    background-color: transparent;
}

.site-footer tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0, 0, 0, 0.15);
}

.site-footer__top h2 {
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
    border-color: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid #555;
    font-size: 1em;
}

.site-footer__top .content {
    margin-top: 0;
}

.site-footer__top p {
    margin-top: 1em;
}

.site-footer__top .content .menu {
    padding-left: 0;
}

[dir="rtl"] .site-footer__top .content .menu {
    padding-right: 0;
}

.site-footer__top .content li a {
    display: block;
    padding: 0.8em 2px 0.8em 20px;
    text-indent: -15px;
    border-color: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid #555;
    line-height: 1.2;
}

[dir="rtl"] .site-footer__top .content li a {
    padding: 0.8em 20px 0.8em 2px;
}

.site-footer__top .content li a:hover, .site-footer__top .content li a:focus {
    text-decoration: none;
    background-color: #1f1f21;
    background-color: rgba(255, 255, 255, 0.05);
}

.site-footer__top .block-menu, .site-footer__bottom .block {
    margin: 0;
    padding: 0;
    border: none;
}

.site-footer__bottom .block {
    margin: 0.5em 0;
}

.site-footer__bottom .content {
    margin-top: 0;
    padding: 0.5em 0;
}

.site-footer__bottom .block h2 {
    margin: 0;
}

.site-footer__bottom {
    margin-top: 30px;
    letter-spacing: 0.2px;
    border-color: rgba(255, 255, 255, 0.15);
    border-top: 1px solid #555;
}

.site-footer__bottom .region {
    margin-top: 20px;
}

.site-footer__bottom .block {
    clear: both;
}

.site-footer__bottom .block .menu {
    padding: 0;
}

.site-footer__bottom .menu-item a {
    display: block;
    float: left;
    padding: 0 12px;
    border-color: rgba(255, 255, 255, 0.15);
    border-right: 1px solid #555;
}

[dir="rtl"] .site-footer__bottom .menu-item a {
    float: right;
    border-right: none;
    border-left: 1px solid #555;
}

.site-footer__bottom .menu-item:first-child a {
    padding-left: 0;
}

[dir="rtl"] .site-footer__bottom .menu-item:first-child a {
    padding-right: 0;
    padding-left: 12px;
}

.site-footer__bottom .menu-item:last-child a {
    padding-right: 0;
    border-right: none;
}

[dir="rtl"] .site-footer__bottom .menu-item:last-child a {
    padding-right: 12px;
    padding-left: 0;
    border-left: none;
}

[dir="rtl"] .site-footer__bottom .menu-item:first-child:last-child a {
    padding-right: 0;
}

table {
    width: 100%;
    margin: 10px 0;
    border-spacing: 0;
    border: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 0.857em;
}

table table {
    font-size: 1em;
}

tr {
    padding: 0.1em 0.6em;
    border-bottom: 1px solid #ccc;
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}

thead > tr {
    border-bottom: 1px solid #000;
}

tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}

table tr th {
    border-bottom-style: none;
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
}

table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
    color: #fff;
    font-weight: bold;
}

table tbody tr th {
    vertical-align: top;
}

tr td, tr th {
    padding: 4px 9px;
    text-align: left;
    border: 1px solid #fff;
}

.tabledrag-handle:hover, .tabledrag-handle {
    border: none;
}

[dir="rtl"] tr td, [dir="rtl"] tr th {
    text-align: right;
}

@media screen and (max-width: 37.5em) {
    th.priority-low, td.priority-low, th.priority-medium, td.priority-medium {
        display: none;
    }
}

@media screen and (max-width: 60em) {
    th.priority-low, td.priority-low {
        display: none;
    }
}

.tablesort {
    width: 14px;
    height: 14px;
    margin: 1px 0 0 5px;
    vertical-align: top;
}

.tablesort--asc {
    background-image: url(../../../../misc/icons/ffffff/twistie-down.html);
}

.tablesort--desc {
    background-image: url(../../../../misc/icons/ffffff/twistie-up.html);
}

div.tabs {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tabs ul.primary {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tabs ul.primary li a {
    display: block;
    height: 1.8em;
    padding: 0 10px 3px;
    color: #000;
    border-width: 1px;
    border-style: solid solid none solid;
    border-color: #bbb;
    background-color: #ededed;
    text-shadow: 0 1px 0 #fff;
    font-size: 0.929em;
    line-height: 1.9;
}

.tabs ul.primary li.is-active a {
    border: 1px solid #bbb;
    background-color: #fff;
}

@media screen and (max-width: 37.5em) {
    .tabs ul.primary {
        border-bottom: 1px solid #bbb;
    }

    .tabs ul.primary li {
        display: block;
        margin: 0;
    }

    .tabs ul.primary li a {
        padding: 5px 10px;
    }

    .tabs ul.primary li.is-active a {
        border-bottom: none;
    }
}

@media screen and (min-width: 37.5em) {
    .tabs ul.primary {
        overflow: hidden;
        height: auto;
        margin: 0;
        padding: 0 3px;
        white-space: nowrap;
        border: none;
        border-collapse: collapse;
        background: transparent url(../../../../themes/loyverse8/images/tabs-border.html) repeat-x left bottom;
        line-height: normal;
    }

    .tabs ul.primary li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        vertical-align: bottom;
    }

    [dir="rtl"] .tabs ul.primary li {
        float: right;
        margin: 0 0 0 5px;
    }

    .tabs ul.primary li a {
        float: left;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .tabs ul.primary li.is-active a {
        border-bottom: 1px solid #fff;
    }
}

.tabs ul.secondary {
    overflow: hidden;
    margin: 5px;
    padding: 0.5em 0;
    border-bottom: none;
}

.tabs ul.secondary li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}

[dir="rtl"] .tabs ul.secondary li {
    float: right;
    border-right: none;
    border-left: 1px solid #ccc;
}

.tabs ul.secondary li:last-child {
    border-right: none;
}

[dir="rtl"] .tabs ul.secondary li:last-child {
    border-left: none;
}

.tabs ul.secondary li:first-child {
    padding-left: 0;
}

[dir="rtl"] .tabs ul.secondary li:first-child {
    padding-right: 0;
}

.tabs ul.secondary li a {
    display: inline;
    padding: 0.25em 0.5em;
    text-decoration: none;
}

.tabs ul.secondary li a.is-active {
    border-bottom: none;
    border-radius: 5px;
    background: #f2f2f2;
}

.text-formatted ul, .text-formatted ol {
    margin: 1em 0;
    padding: 0 0 0.25em 15px;
}

[dir="rtl"] .text-formatted ul, [dir="rtl"] .text-formatted ol {
    padding: 0 15px 0.25em 0;
}

.toolbar a {
    border-bottom: none;
}

.password-suggestions {
    border: 0;
}

#page .ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.vertical-tabs__menu {
    margin: -1px 0 -1px -15em;
    padding: 0;
}

[dir="rtl"] .vertical-tabs__menu {
    margin-right: -15em;
    margin-left: 0;
    padding: 0;
}

.views-displays .tabs .open > a {
    border-radius: 7px 7px 0 0;
}

.views-displays .tabs .open > a:hover, .views-displays .tabs .open > a:focus {
    color: #0071b3;
}

.views-displays .secondary .form-submit {
    font-size: 0.846em;
}

.views-displays .tabs .action-list {
    padding: 0;
}

.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
    background-color: #f9f9f9;
}

.views-ui-display-tab-actions .dropbutton .form-submit {
    color: #0071b3;
}

.views-ui-display-tab-actions .dropbutton .form-submit:hover, .views-ui-display-tab-actions .dropbutton .form-submit:focus {
    color: #018fe2;
}

.button {
    display: inline-block;
    padding: 0.25em 1.063em;
    cursor: pointer;
    text-align: center;
    color: #3a3a3a;
    border: 1px solid #e4e4e4;
    border-right-color: #d2d2d2;
    border-bottom-color: #b4b4b4;
    border-left-color: #d2d2d2;
    border-radius: 1em;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
    background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 0.929em;
    font-weight: normal;
    line-height: normal;
}

.button:hover, .button:active, .button:focus {
    text-decoration: none;
    color: #5a5a5a;
    background: #dedede;
}

.button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-disabled {
    cursor: default;
    color: #717171;
    border-color: #bbb;
    background: #ededed;
}

.image-button.is-disabled:hover, .image-button.is-disabled:active, .image-button.is-disabled:focus, .image-button.is-disabled {
    cursor: default;
    opacity: 0.5;
    background: transparent;
}

.ui-widget-overlay {
    opacity: 0.7;
    background: #000;
}

.ui-dialog {
    border-radius: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-dialog input, .ui-dialog select, .ui-dialog textarea {
    font-size: 0.9em;
}

.ui-dialog .button {
    padding: 0.25em 1.063em;
    cursor: pointer;
    text-align: center;
    color: #3a3a3a;
    border: 1px solid #e4e4e4;
    border-right-color: #d2d2d2;
    border-bottom-color: #b4b4b4;
    border-left-color: #d2d2d2;
    border-radius: 1em;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
    background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
    font-size: 0.929em;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
}

html, body, .dialog-off-canvas-main-canvas {
    height: 100%;
}

body {
    color: #212121;
    font-family: 'Roboto', 'Noto Sans', Arial, Verdana, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

#page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#page {
    flex: 1 0 auto;
}

.site-footer {
    flex: 0 0 auto;
}

h1, span, h3, h4, h5, h6 {
    line-height: 1.1;
    font-weight: 400;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 28px;
}

h3 {
    font-size: 28px;
    margin: 28px 0 24px;
}

p {
    font-size: 16px;
    padding: 0 0 10px;
    font-weight: 400;
}

input[type="checkbox"] {
    display: none;
}

@media screen and (max-width: 1279px) {
    h1 {
        font-size: 42px;
        font-weight: 600;
    }

    h2 {
        font-size: 34px;
        font-weight: 600;
    }

    h3 {
        font-size: 28px;
        font-weight: 600;
    }
}

@media screen and (max-width: 959px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 599px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }
}

a:link {
    color: #0092d9;
}

a, a.link, a:hover, a:active, a:focus, .link:hover, .link:active, .link:focus {
    border-bottom-style: none;
    text-decoration: none;
}

#page {
    background: #f5f5f5;
}

.layout-one-sidebar #page {
    background: #ffffff;
}

#main-wrapper {
    background: inherit;
}

.menu {
    padding: 0;
    margin: 0;
}

.layout-one-sidebar .region-content {
    margin-bottom: 30px;
}

.layout-container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

@media screen and (max-width: 1200px) {
    .region {
        margin: 0 16px
    }
}

#header {
    color: rgba(0, 0, 0, 0.87);
    background-color: #eeeeee;
}

@media screen and (max-width: 600px) {
    #header {
        display: none;
    }
}

.region-secondary-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 32px;
}

.region-secondary-menu .menu {
    margin: 3px 10px;
}

.region-secondary-menu .signin {
    color: rgba(0, 0, 0, 0.87);
    margin-inline-end: 32px;
    display: flex;
    align-items: center;
}

.region-secondary-menu .signin::before {
    background: url(../../../../themes/loyverse8/images/ic-login.svg) no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: inline-flex;
    content: "";
}

.region-secondary-menu .signin:hover {
    color: #f27569;
    fill: #f27569;
}

[dir="rtl"] .region-secondary-menu .signin::before {
    background: url(../../../../themes/loyverse8/images/ic-login-ar.svg) no-repeat;
    margin-left: 8px;
    margin-right: 0;
}

.region-secondary-menu p {
    margin: 0;
    font-size: inherit;
    padding: 0;
}

#page .highlighted {
    background-color: #fff;
}

.featured-top {
    background-color: #0093d9;
    display: flex;
    padding: 0;
}

.has-featured-top .region-highlighted {
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 48px;
    flex-wrap: wrap;
}

#block-loyverse8-branding {
    margin-right: auto;
}

[dir="rtl"] #block-loyverse8-branding {
    margin-right: 0;
    margin-left: auto;
}

.site-branding__logo {
    margin: 0;
}

.block .content {
    margin-top: 0;
}

#block-hamburgersvg {
    display: none;
}

@media screen and (max-width: 991px) {
    #block-hamburgersvg {
        display: flex;
        background: url(../../../../themes/loyverse8/images/ic_menu_24px_54.svg) no-repeat 50% 50%;
        width: 24px;
        height: 24px;
        padding: 12px;
        border-radius: 50%;
        margin-left: -12px;
    }

    [dir="rtl"] #block-hamburgersvg {
        margin-left: 0;
        margin-right: -12px;
    }

    #block-hamburgersvg:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.sticky + .featured-top {
    padding-top: 54px;
}

.language-switcher-language-url {
    cursor: pointer;
    opacity: 0.85;
}

.language-switcher-language-url:hover {
    opacity: 1;
}

.language-switcher-language-url h4 {
    display: flex;
    align-items: center;
    padding-inline-end: 16px;
    position: relative;
    height: 24px;
}

.language-switcher-language-url h4::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(../../../../themes/loyverse8/images/ic-language.svg) no-repeat;
}

[dir="rtl"] .language-switcher-language-url h4::before {
    background: url(../../../../themes/loyverse8/images/ic-language.svg) no-repeat;
    margin-left: 8px;
    margin-right: 0;
}

.language-switcher-language-url h4:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(0, 0, 0, 0.87) transparent transparent transparent;
    top: 50%;
    right: 0;
}

[dir="rtl"] .language-switcher-language-url h4:after {
    right: auto;
    left: 0;
}

.language-switcher-language-url:hover > h4:after {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #212121 transparent;
}

.language-switcher-language-url .links {
    position: absolute;
    top: auto;
    right: -1px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: none;
    border-radius: 0 0 4px 4px;
    margin: 0;
    width: 272px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 270px;
    cursor: auto;
}

[dir="rtl"] .language-switcher-language-url .links {
    right: auto;
    left: 0;
}

.language-switcher-language-url .content li {
    list-style: none;
    width: 50%;
    display: inline-block;
    font-size: 14px;
}

.language-switcher-language-url .links > li > a {
    padding: 4px 16px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    display: flex;
    color: rgba(0, 0, 0, .87);
}

.language-switcher-language-url .links > li > a.lang-disabled {
    color: black;
    cursor: not-allowed;
    opacity: 38%;
    text-decoration: none;
    pointer-events: none;
}

.language-switcher-language-url .links > li.is-active > a {
    color: #0092d9;
}

.language-switcher-language-url .content {
    display: none;
    position: relative;
}

.language-switcher-language-url:hover > .content {
    display: block;
}

.language-switcher-language-url .content li:hover {
    background-color: #f5f5f5
}

#block-views-block-topics-block-1 {
    margin: 0 21px;
}

[dir="rtl"] #block-views-block-topics-block-1 {
    margin-left: 48px;
}

#block-views-block-topics-block-1 h4 {
    position: relative;
    font-family: 'Roboto', 'Noto Sans', Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    color: black;
}

#block-views-block-topics-block-1 h4:hover {
    color: #0071b3;
    cursor: pointer;
}

#block-views-block-topics-block-1 .content {
    position: absolute;
    box-sizing: border-box;
    padding: 8px 0;
    z-index: 1000;
    min-width: 220px;
    text-align: left;
    list-style: none;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    outline: none;
    overflow: hidden;
    border-top: none;
    top: auto;
    right: auto;
}

[dir="rtl"] #block-views-block-topics-block-1 {
    position: relative;
}

[dir="rtl"] #block-views-block-topics-block-1 .content {
    right: auto;
    left: 0;
}

#block-views-block-topics-block-1 .content a {
    color: #212121;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding: 16px;
    border-bottom: 0;
}

#block-views-block-topics-block-1 .content li:hover {
    background-color: #f5f5f5;
}

#block-views-block-topics-block-1 h4:after {
    background: url(../../../all/themes/loyverse/images/expand_less.svg) no-repeat;
    content: "";
    width: 12px;
    height: 12px;
    opacity: .5;
    transform: scaleY(-1);
    position: absolute;
    margin: 0 0 0 8px;
}

[dir="rtl"] #block-views-block-topics-block-1 h4:after {
    margin: 0 8px 0 0;
}

#block-views-block-topics-block-1 .content {
    display: none;
}

#block-views-block-topics-block-1:hover > .content {
    display: block;
}

#block-views-block-topics-block-1:hover > h4:after {
    transform: scaleY(1);
    margin: 4px 0 0 8px;
}

[dir="rtl"] #block-views-block-topics-block-1:hover > h4:after {
    margin: 4px 8px 0 0;
}

#block-loyverse8-getstarted button {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 16px 8px;
    margin-top: 1px;
    background: #f07f31;
    color: #fff;
    border: 0;
    border-radius: 2px;
    margin-left: 40px;
}

#block-loyverse8-getstarted button:hover {
    background: #ff7110;
}

#block-loyverse8-getstarted button a {
    color: #fff;
    border-bottom: 0;
    white-space: nowrap;
}

#block-community {
    margin-left: 28px;
    font-size: 0;
}

#block-community li {
    display: inline-block;
}

#block-community li:not(:first-child) {
    margin-left: 28px;
}

[dir="rtl"] #block-community li:not(:first-child) {
    margin-right: 28px;
    margin-left: 0;
}

#block-community a {
    font-size: 16px;
    color: #212121;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 0;
}

#block-community a:hover {
    color: #0092d9;
}

.menu-item {
    padding-top: 0;
}

#block-loyversecom {
    margin-left: 28px;
}

#block-loyversecom p {
    margin: 0;
    font-size: inherit;
    padding: 0;
}

#block-loyversecom a {
    font-size: 16px;
    color: #212121;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 0;
}

#block-loyversecom a:hover {
    color: #0092d9;
}

.disableform {
    display: none;
}

#block-japanphone, #block-contact-phone {
    background: url(../../../all/themes/loyverse/images/phone.svg) no-repeat 0 50%;
    margin-left: 48px;
    padding-left: 32px;
}

#block-japanphone p, #block-contact-phone p {
    padding: 0;
}

@media screen and (max-width: 991px) {
    #block-japanphone p, #block-contact-phone p {
        margin: 0;
    }
}

#block-japanmenutop {
    margin-right: auto;
    margin-left: -10px;
}

#block-japanmenutop a {
    padding: 0 0.8em;
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.85;
    text-decoration: none;
}

#block-japanmenutop a:hover {
    opacity: 1;
    color: #0092d9;
}

#block-communityjp {
    margin-inline-start: 28px;
}

#block-communityjp .menu a {
    color: #212121;
    font-size: 16px;
}

#block-communityjp .menu a:hover {
    color: #0092d9;
}

@media screen and (max-width: 550px) {
    #block-japanphone, #block-contact-phone {
        display: none;
    }
}

@media screen and (max-width: 412px) {
    #block-communityjp .menu a {
        font-size: 10px;
    }
}

#block-loyversehelpcenter h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    color: white;
    text-align: center;
}

@media screen and (max-width: 320px) {
    #block-loyversehelpcenter h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 414px) {
    #block-loyversehelpcenter h1 {
        font-size: 30px;
    }
}

#block-loyversehelpcenter {
    margin: 27px 0 0 0;
}

#block-exposedformsearch-helppage-1 {
    margin: 13px 0;
}

#block-exposedformsearch-helppage-1 h4 {
    display: none;
}

.form--inline .form-item {
    margin-right: 0;
}

input.form-text {
    padding: 12px 36px;
    width: 534px;
    box-sizing: border-box;
    margin: 0;
    border: none;
}

@media screen and (max-width: 991px) {
    input.form-text {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .featured-top .featured-top__inner {
        margin: 0 16px;
        width: 100%;
    }

    .featured-top .featured-top__inner .region-featured-top {
        width: 100%;
        margin: 0;
    }

    .featured-top .featured-top__inner .region-featured-top .form--inline .form-item {
        width: 100%;
    }
}

.form--inline .form-actions {
    position: absolute;
    padding-top: 0;
}

#edit-actions input.button {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 16px;
    margin-top: 1px;
    background: #7CB342;
    color: #fff;
    border: 0;
    border-radius: 2px;
    margin-left: 36px;
}

#views-exposed-form-search-help-page-1 #edit-actions input {
    background: url(../../../../themes/loyverse8/images/ic_search_24_54.svg) no-repeat 50% 50%;
    border: none;
    color: white;
    mix-blend-mode: multiply;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}

#edit-actions--2 input {
    background: url(../../../../themes/loyverse8/images/ic_search_24_54.svg) no-repeat 50% 50%;
    border: none;
    color: transparent;
    mix-blend-mode: multiply;
    width: 40px;
    height: 40px;
    padding: 0;
}

#user-login-form input.form-text {
    padding: 10px;
    width: auto;
}

#user-login-form .form-actions input {
    color: #fff;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 16px 8px;
    background: #f07f31;
    border: 0;
    border-radius: 2px;
    width: auto;
    height: 40px;
}

#user-pass input.form-text {
    padding: 10px;
    width: auto;
}

#user-pass .form-actions input {
    color: #fff;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 16px 8px;
    background: #f07f31;
    border: 0;
    border-radius: 2px;
    width: auto;
    height: 40px;
}

.js-pager__items {
    margin-top: 32px;
}

.featured-top .featured-top__inner {
    display: flex;
    align-items: center;
}

.search-api-autocomplete-suggestion {
    padding: 10px;
}

.main-content .section {
    padding: 0;
}

#block-loyverse8-content .view-header h3 {
    text-align: center;
    padding: 0;
    font-size: 28px;
    margin: 32px 0 12px;
}

#block-loyverse8-content .view-content h3 {
    display: none;
}

.layout-one-sidebar .views-row {
    display: block;
}

.layout-one-sidebar .views-row a {
    font-size: 18px;
}

.layout-one-sidebar .views-field-title a:visited {
    color: #039;
}

.layout-one-sidebar .views-row a:hover, .node__content p a:hover {
    color: #f07f31;
}

.layout-one-sidebar .content img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
    .layout-one-sidebar img {
        margin-top: 0;
    }
}

.layout-one-sidebar #block-loyverse8-content h2 {
    padding: 12px 0;
}

.layout-one-sidebar .views-field-title-1 a, .views-field-title {
    font-size: 18px;
    padding: 8px 0;
}

.videohelp {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videohelp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.field--name-field-youtube {
    margin-bottom: 16px;
}

.text-formatted ul, .text-formatted ol {
    margin-bottom: 24px;
}

.field--type-entity-reference {
    display: flex;
}

.field--type-entity-reference .field__items {
    font-size: 0.8em;
    display: flex;
}

.field--type-entity-reference .field__items .field__item {
    margin-right: 16px;
}

.field--type-entity-reference .field__items .field__item a {
    font-size: inherit;
}

#block-loyverse8-content .quickedit-field li, #block-loyverse8-content .text-formatted li {
    font-size: 16px;
    padding: 0 0 10px;
    font-weight: 400;
}

#block-loyverse8-content .item-list ul {
    display: flex;
    max-width: 930px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 30px;
}

#block-loyverse8-content .item-list ul li {
    margin: 12px;
    height: 160px;
    padding: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border: 1px solid white;
    overflow: hidden;
}

#block-loyverse8-content .views-field-field-image-topics img {
    background-color: white;
}

#block-loyverse8-content .views-field-name {
    position: relative;
    display: flex;
    justify-content: center;
    top: -223px;
    height: 48px;
    align-items: center;
}

#block-loyverse8-content .item-list ul li:nth-child(4) .views-field-name {
    width: 128px;
    padding: 0 16px;
    top: -222px;
}

#block-loyverse8-content .item-list ul li:nth-child(4) .views-field-name span {
    text-align: center;
}

#block-loyverse8-content .views-field-name a {
    color: #212121;
    height: 49px;
    width: 159px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#block-loyverse8-content .item-list ul li:hover {
    border: 1px solid #0093d9;
}

#block-loyverse8-content .item-list ul li:hover .views-field-field-image-topics img {
    position: relative;
    top: -170px;
}

#block-loyverse8-content .item-list ul li:hover .views-field-name a {
    color: #0091ea;
}

@media screen and (max-width: 600px) {
    #block-loyverse8-content .item-list ul {
        flex-direction: column;
    }

    #block-loyverse8-content .item-list ul li {
        margin: 8px 0;
        height: 50px;
        background-color: white;
        box-shadow: 0 0 4px rgba(0, 0, 0, .4);
        overflow: hidden;
    }

    #block-loyverse8-content .views-field-field-image-topics img {
        width: 60px;
        height: auto;
    }

    #block-loyverse8-content .item-list ul li:hover .views-field-field-image-topics img {
        top: -64px;
    }

    #block-loyverse8-content .views-field-name {
        position: relative;
        top: -129px;
        justify-content: flex-start;
        font-size: 18px;
        display: block;
    }

    #block-loyverse8-content .views-field-name a {
        justify-content: flex-start;
        padding-inline-start: 60px;
        width: 100%;
    }

    #block-loyverse8-content .item-list ul li:nth-child(4) .views-field-name {
        width: 100%;
        padding: inherit;
        top: -129px;
    }
}

@media screen and (max-width: 991px) {
    #block-views-block-topics-block-1, #block-community, #block-loyversecom, #block-loyverse8-getstarted {
        display: none;
    }
}

.sidebar .section {
    padding: 20px 68px 0 0;
}

[dir="rtl"] .sidebar .section {
    padding: 20px 0 0 20px;
}

@media screen and (max-width: 1200px) {
    .sidebar .section {
        padding: 20px 32px 0 0;
    }

    [dir="rtl"] .sidebar .section {
        padding: 20px 0 0 20px;
    }
}

.pager__item {
    padding: 0;
    display: inline-flex;
    border-radius: 3px;
    margin: 0;
}

.pager__item span {
    line-height: inherit;
}

.pager__item a {
    background-image: none;
    list-style-type: none;
    padding: 8px 15px;
    display: inline-flex;
    border: solid 1px #0092d9;
    border-radius: 3px;
    margin: 4px;
}

.pager__item.is-active a {
    background: #0072bc;
    color: #fff;
}

@media all and (min-width: 991px) {
    .main-content {
        position: relative;
        float: left;
    }

    [dir="rtl"] .main-content {
        float: right;
    }

    .layout-two-sidebars .main-content {
        width: 50%;
        margin-right: 25%;
        margin-left: 25%;
    }

    .layout-one-sidebar .main-content {
        width: 73%;
    }

    .layout-no-sidebars .main-content {
        width: 100%;
    }

    .layout-sidebar-first .main-content {
        margin-right: 0;
        margin-left: 27%;
    }

    [dir="rtl"] .layout-sidebar-first .main-content {
        margin-right: 27%;
        margin-left: 0;
    }

    .layout-sidebar-second .main-content {
        margin-right: 27%;
        margin-left: 0;
    }

    [dir="rtl"] .layout-sidebar-second .main-content {
        margin-right: 0;
        margin-left: 27%;
    }
}

#sidebar-first {
    margin-left: -100%;
    width: 316px;
}

.layout-one-sidebar #content h4 {
    font-size: 24px;
    padding: 24px 0 10px 0;
}

.layout-one-sidebar #content .block-views-blockhardware-block-1 h4 {
    font-size: 24px;
    padding: 10px 0;
}

.featured-bottom {
    display: flex;
    background: #EEEEEE;
    padding: 32px 0;
}

.download-help-block {
    width: 462px;
}

.help-pdf-text {
    color: rgba(0, 0, 0, .87);
    padding-bottom: 16px;
}

.download-pdf-link h4 {
    color: rgba(0, 0, 0, .54);
}

.download-pdf-link a {
    font-size: 18px;
}

.help-pdf-pic img {
    padding-right: 36px;
}

.help-pdf-text .align-left {
    padding-right: 36px;
}

@media screen and (max-width: 600px) {
    .featured-bottom {
        display: block;
    }

    .region-featured-bottom-second .download-help-block {
        width: 100%;
    }

    .region-featured-bottom-second .download-help-block .help-pdf-text {
        line-height: initial;
        text-align: start;
    }
}

.undercontent {
    display: flex;
    justify-content: center;
    height: 230px;
    align-items: center;
    background-color: white;
}

.undercontent h4 {
    margin: 0 auto 28px;
    text-align: center;
    font-size: 24px;
    color: #757575;
}

#block-downloadloyversepos .appstores a {
    margin: 12px;
}

@media screen and (max-width: 600px) {
    .form-actions .button {
        margin: 0;
    }

    #block-downloadloyversepos .appstores {
        display: flex;
    }

    #block-downloadloyversepos .appstores img {
        width: 100%;
        height: auto;
    }
}

#block-loyverse8-topics {
    background-color: #f5f5f5;
    padding: 0 0 16px;
    border-color: #f9f9f9;
}

#block-loyverse8-topics-menu {
    padding: 20px 16px 8px;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
}

@media screen and (max-width: 959px) {
    #block-loyverse8-topics-menu {
        font-size: 20px;
    }

    #block-footermenujp-2 {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    #block-loyverse8-topics-menu {
        font-size: 18px;
    }
}

.sidebar .block {
    margin: 0 0 32px;
    padding: 0;
    border-width: 0;
}

.sidebar .block span {
    /*padding: 0 16px 16px 16px;*/
}

.sidebar span {
    /*margin: 0;*/
    /*border-bottom: none;*/
    /*text-shadow: none;*/
    /*padding: 0 0 20px;*/
    /*font-size: 23px;*/
    /*color: #757575;*/
    /*font-weight: 400;*/
    /*line-height: 1.1;*/
}

#block-loyverse8-topics ul.menu {
    padding: 0;
    margin: 0;
}

#block-loyverse8-topics .content ul li {
    list-style: none;
    margin: 0;
    padding: 8px 16px;
}

#block-loyverse8-topics .content ul li a:hover {
    color: #f07f31;
}

#block-loyverse8-topics .content ul li a {
    font-size: 16px;
    font-weight: 400;
}

#block-loyverse8-topics ul.menu a {
    color: #212121;
}

#block-loyverse8-topics ul.menu a.is-active {
    color: #f07f31;
}

#block-loyverse8-topics .content ul li ul.menu {
    padding-top: 8px;
}

#block-loyverse8-topics .content ul li ul li.menu-item {
    padding: 5px 21px;
}

.site-footer {
    background: #545454;
    padding: 0;
}

.region-footer-fifth {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    border-top: 1px solid #999;
}

#block-loyverse8-copyright p {
    font-size: inherit;
    margin: auto;
}

.site-footer__bottom .block .menu {
    display: flex;
    margin: auto;
}

.site-footer__top {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 600px) {
    .site-footer__top {
        justify-content: flex-start;
    }
}

.footer-logo {
    background: url("../footer-logo.svg") no-repeat 0 0;
    height: 60px;
    width: 225px;
}

.site-footer__bottom {
    margin-top: 0;
}

.footer-soc {
    padding: 30px 0 0;
}

.foo-so {
    display: inline-block;
    margin: 0 0 0 7px
}

.foo-so:first-child {
    margin: 0
}

.foo-so a, .foo-so a:visited {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../../../all/themes/loyverse/images/soc-icons.png);
    background-repeat: no-repeat;
}

.foo-so.ko a, .foo-so.ko a:visited {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.foo-so a.fb {
    background-position: 13px 3px
}

.foo-so a.goo {
    background-position: -29px 4px
}

.foo-so a.tw {
    background-position: -82px 3px
}

.foo-so a.youtube {
    background-position: -136px 5px
}

.foo-so a.inst {
    background-position: -188px 5px
}

.foo-so a.fb:hover {
    background-position: 13px -43px
}

.foo-so a.goo:hover {
    background-position: -29px -42px
}

.foo-so a.tw:hover {
    background-position: -82px -43px
}

.foo-so a.youtube:hover {
    background-position: -136px -41px
}

.foo-so a.inst:hover {
    background-position: -188px -41px
}

.foo-so.ko a.na {
    background-position: 6px 3px
}

.foo-so.ko a.fb {
    background-position: -30px 3px
}

.foo-so.ko a.goo {
    background-position: -62px 4px
}

.foo-so.ko a.tw {
    background-position: -103px 3px
}

.foo-so.ko a.youtube {
    background-position: -147px 5px
}

.foo-so.ko a.inst {
    background-position: -188px 5px
}

.foo-so.ko a.na:hover {
    background-position: 6px -41px
}

.foo-so.ko a.fb:hover {
    background-position: -30px -41px
}

.foo-so.ko a.goo:hover {
    background-position: -62px -40px
}

.foo-so.ko a.tw:hover {
    background-position: -103px -41px
}

.foo-so.ko a.youtube:hover {
    background-position: -147px -39px
}

.foo-so.ko a.inst:hover {
    background-position: -188px -39px
}

.footer-copyright {
    color: #fff
}

.site-footer .block {
    border: none;
    padding: 0;
}

@media screen and (max-width: 991px) {
    #block-footermenujp .content .menu .menu-item, #block-loyverse8-footermenu .menu-item {
        display: none;
    }

    #block-footermenujp .content .menu .menu-item:first-child, #block-loyverse8-footermenu .menu-item:first-child {
        display: block;
    }
}

#block-socialmedia {
    margin: 32px 0;
}

.site-footer__top .region {
    width: auto;
}

.site-footer__top p {
    font-size: inherit;
    margin: auto;
    padding-bottom: 7px;
}

#overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: black;
    opacity: 0.2;
}

@media screen and (min-width: 992px) {
    .topmenu.mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .menu-item {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }

    .menu-item.no-style {
        border-bottom: none;
    }

    #block-sitebranding {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        padding: 6px 0 6px
    }

    .topmenu.mobile {
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        text-align: left;
        height: 100%;
        top: 48px;
        background: #fff;
        z-index: 3;
        left: -100%;
        transition: left 0.3s;
        border-top: 1px solid rgba(0, 0, 0, .15);
    }

    [dir="rtl"] .topmenu.mobile {
        left: auto;
        right: -100%;
        transition: right 0.3s;
    }

    .topmenu.mobile.opendo {
    }

    .topmenu.mobile .signin {
        background: url(../../../../themes/loyverse8/images/ic-login.svg) no-repeat;
        display: flex;
        align-items: center;
        padding-left: 36px;
        margin-left: -36px;
        height: 24px;
    }

    [dir="rtl"] .topmenu.mobile .signin {
        background: url(../../../../themes/loyverse8/images/ic-login-ar.svg) no-repeat right center;
        padding-left: 0;
        margin-left: 0;
        padding-right: 36px;
        margin-right: -36px;
    }

    .topmenu.mobile .signin a {
        width: 280px;
        height: 53px;
    }

    .mobile-arrow {
        display: none;
        width: 24px;
        height: 24px;
        background: url(../../../all/themes/loyverse/images/close.svg) no-repeat center center;
        position: relative;
        cursor: pointer;
        padding: 12px;
        float: left;
        z-index: 4;
        border-radius: 50%;
        margin-top: 4px;
    }

    .mobile-arrow:hover {
        background-color: #f5f5f5
    }

    .topmenu .language-switcher-language-url {
        padding-left: 0;
        padding-right: 0;
        background: none;
        display: block;
        height: 60px;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        transition: height 1s;
    }

    .topmenu .language-switcher-language-url h4 {
        height: 56px;
        padding: 0 16px;
    }

    .topmenu .language-switcher-language-url h4:after {
        display: none;
    }

    .topmenu .language-switcher-language-url h4:before {
    }

    .topmenu .language-switcher-language-url .content {
        display: block;
        overflow: hidden;
        margin-top: 0;
        transition: height 1s;
    }

    .topmenu .language-switcher-language-url .links {
        position: inherit;
        width: auto;
        border: none;
        padding: 0;
        display: block;
    }

    #block-expand-less {
        position: absolute;
        top: 577px;
        right: 4px;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    [dir="rtl"] #block-expand-less {
        left: 4px;
        right: auto;
    }

    #block-expand-less:hover {
        background-color: #f5f5f5;
    }

    #block-expand-less .expand_less {
        background: url(../../../all/themes/loyverse/images/expand_less.svg) no-repeat 95% 0;
        height: 8px;
        width: 16px;
    }

    .topmenu .language-switcher-language-url .menu-item {
        padding-top: 0;
    }

    .topmenu .language-switcher-language-url .content li {
        width: 100%;
        padding: 0;
    }

    .topmenu .language-switcher-language-url .links > li > a {
        border-bottom: none;
        padding: 10px 48px;
    }

    .topmenu .language-switcher-language-url .links > li > a.lang-disabled {
        color: black;
        cursor: not-allowed;
        opacity: 38%;
        text-decoration: none;
        pointer-events: none;
    }

    .region-topmenu {
        height: 100%;
        margin: 0;
    }

    #block-mobilemenu .menu, #block-mobilemenujp .menu {
        padding: 0;
        margin: 0;
    }

    #block-mobilemenu .menu > li > a, #block-mobilemenujp .menu > li > a {
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        display: flex;
        border-bottom: none;
        padding: 0 16px;
        height: 56px;
        align-items: center;
        font-size: 0.875rem;
    }

    #block-mobilemenu .menu .menu-item:first-child a, #block-mobilemenujp .menu .menu-item:first-child a {
        color: rgba(0, 0, 0, 0.87);
    }

    #block-mobilemenu .menu > li > a:hover, #block-mobilemenujp .menu > li > a:hover {
        background-color: #ebebeb;
    }

    #block-mobilemenu-menu, #block-mobilemenujp-menu {
        display: none;
    }

    #block-signin-2 {
        padding: 16px 48px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.009rem;
    }

    [dir="rtl"] #block-signin-2 {
        display: flex;
    }

    #block-signin-2:hover {
        background-color: #ebebeb;
    }

    #block-signin-2 p {
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .topmenu #block-community-2 {
        border-top: 1px solid rgba(0, 0, 0, .15);
    }

    .topmenu #block-community-2 .menu-item a {
        display: flex;
        height: 56px;
        align-items: center;
        padding: 0 16px;
        font-weight: 400;
    }

    .topmenu #block-community-2 .menu-item a:hover {
        background-color: #ebebeb;
    }

    .topmenu #block-community-2 ul.menu {
        padding: 0;
        margin: 0;
    }

    .topmenu #block-communityjpmob {
        border-top: 1px solid rgba(0, 0, 0, .15);
        padding: 20px 48px;
    }

    .topmenu #block-communityjpmob ul.menu {
        margin-left: 0;
    }

    .topmenu #block-loyversecommoby {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        padding: 20px 16px 64px;
    }

    .topmenu #block-loyversecommoby:hover {
        background-color: #ebebeb;
    }

    .topmenu #block-loyversecommoby p {
        font-size: inherit;
        margin: 0;
        padding: 0;
    }

    [dir="rtl"] .topmenu #block-loyversecommoby p {
        text-align: start;
    }

    #block-footermenujp-2, #block-footermenu {
        border-top: 1px solid rgba(0, 0, 0, .15);
    }

    #block-footermenujp-2 ul.menu, #block-footermenu ul.menu {
        margin: 0;
    }

    #block-footermenujp-2 .menu .menu-item a, #block-footermenu .menu .menu-item a {
        padding: 10px 48px;
        display: block;
    }

    #block-footermenujp-2 .menu .menu-item a:hover, #block-footermenu .menu .menu-item a:hover {
        background-color: #ebebeb;
    }

    input[type="checkbox"] {
        display: block;
    }

    .container.nav-container {
        margin: 0 24px;
    }

    #block-signin-2 a, #block-loyversecommoby a, ul.menu a:not(.site-footer a), ul.menu a.link:not(.site-footer a), ul.menu a:link:not(.site-footer a), ul.menu a:hover:not(.site-footer a), ul.menu a:active:not(.site-footer a), ul.menu a:focus:not(.site-footer a), ul.menu .link:hover:not(.site-footer a), ul.menu .link:active:not(.site-footer a), ul.menu .link:focus:not(.site-footer a), ul.menu a.is-active:not(.site-footer a) {
        color: rgba(0, 0, 0, 0.87);
    }

    .nav-container .checkbox {
        margin: 8px;
        display: block;
        height: 32px;
        width: 32px;
        opacity: 0;
        position: absolute;
        cursor: pointer;
        z-index: 5;
        top: 0;
        left: 4px;
    }

    .nav-container .hamburger-lines {
        height: 16px;
        width: 22px;
        position: absolute;
        top: 15px;
        left: 16px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .nav-container .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        background: #0e2431;
    }

    .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .navbar .menu-items {
        padding-top: 120px;
        box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
        height: 100vh;
        width: 100%;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 50px;
        transition: transform 0.5s ease-in-out;
        text-align: center;
    }

    .navbar .menu-items li {
        margin-bottom: 1.2rem;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
    }

    [dir="rtl"] .nav-container .hamburger-lines {
        top: 15px;
        right: 16px;
    }

    .nav-container .checkbox {
        top: 0;
        right: 4px;
    }
}

@media screen and (max-width: 991px) {
    .sidebar .section {
        display: block;
        padding: inherit;
    }

    #sidebar-first {
        width: 100%;
        margin-left: auto;
    }

    #block-loyverse8-topics {
        display: none;
    }
}

.buy_hard {
    margin: 24px 0;
    background: #b3e5fc;
    display: flex;
    justify-content: space-between;
    height: 62px;
    align-items: center;
    border: 1px solid #039be5;
    padding: 0 16px;
}

.buy_hard-button {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 16px 8px;
    background: #f07f31;
    color: #fff;
    border: 0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

a.buy_hard-button {
    color: #fff;
}

.buy_hard-icon {
    background: url(../../../../themes/loyverse8/images/shopping_cart-white-24px.svg) no-repeat;
    width: 24px;
    height: 24px;
    margin-inline-end: 12px;
}

@media screen and (max-width: 600px) {
    .buy_hard {
        align-items: flex-start;
        padding: 16px;
        flex-direction: column;
        margin-top: 16px;
        height: auto;
    }

    .buy_hard-text {
        margin-bottom: 20px;
    }
}

#block-communitysales iframe {
    height: 464px;
}

#block-communityitems iframe {
    height: 470px;
}

#block-communityinventory iframe {
    height: 550px;
}

#block-communityemployees iframe {
    height: 673px;
}

#block-communitycustomer iframe {
    height: 430px;
}

#block-communityreports iframe {
    height: 480px;
}

#block-communitysetting iframe {
    height: 389px;
}

#block-communityhadware iframe {
    height: 621px;
}

#block-communitypayment iframe {
    height: 519px;
}

#block-communitytag iframe {
    height: 500px;
}

#block-communitykds iframe {
    height: 490px;
}

#block-community-3 iframe {
    height: 736px;
}

@media screen and (max-width: 991px) {
    #block-communitytag iframe, #block-communitykds iframe, #block-communityemployees iframe, #block-communityinventory iframe, #block-communityitems iframe, #block-communitycustomer iframe, #block-communitysales iframe, #block-communityreports iframe, #block-communitysetting iframe {
        height: 282px;
    }

    #block-communityhadware iframe {
        height: 348px;
    }

    #block-communitypayment iframe {
        height: 300px;
    }

    #block-community-3 iframe {
        height: 323px;
    }
}

.banner-buy-h .button_buy {
    top: -70px;
    position: relative;
    text-align: center;
}

.banner-buy-h .button_buy .banner-buy-h-link img {
    margin-bottom: 0px;
}

.banner-buy-h .button_buy a {
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.32);
    background: #f07f31;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px 10px 8px;
    border-radius: 2px;
    text-align: center;
}

.banner-buy-h .button_buy a .buy_icon {
    background: url(../../../all/themes/loyverse/images/shopping_cart-w.svg) no-repeat;
    width: 24px;
    height: 24px;
    margin-inline-end: 6px;
    align-items: center;
    display: inline-flex;
}

.sidebar .block span.clear {
    font-size: unset;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .banner-buy-h {
        display: none;
    }
}

#block-newsearch, #block-searchnew {
    width: 520px;
    margin: auto;
}

@media screen and (max-width: 759px) {
    #block-newsearch, #block-searchnew {
        width: 100%;
    }
}

@media screen and (min-height: 910px) {
    .topmenu #block-loyversecommoby {
        padding: 20px 16px 20px;
    }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
    #header {
        display: none;
    }

    #page .highlighted {
        position: sticky;
    }
}
