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: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    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(/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(/core/misc/icons/e32700/error.svg) no-repeat;
    background-size: contain;
}

.icon-help {
    padding: 1px 0 1px 20px;
    background: url(/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(/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(/core/misc/menu-expanded.png);
}

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

[dir="rtl"] .menu-item--collapsed {
    list-style-image: url(/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(/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(/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(/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;
}

.node--unpublished {
    background-color: #fff4f4;
}

.progress__track {
    border-color: #b3b3b3;
    border-radius: 10em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
    background-image: linear-gradient(#e7e7df, #f0f0f0);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}

.progress__bar {
    height: 16px;
    margin-top: -1px;
    margin-left: -1px;
    padding: 0 1px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    border: 1px #07629a solid;
    border-radius: 10em;
    background: #057ec9;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-size: 40px 40px;
}

[dir="rtl"] .progress__bar {
    margin-right: -1px;
    margin-left: 0;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress__bar {
        -webkit-transition: none;
        transition: none;
        -webkit-animation: none;
        -moz-animation: none;
    }
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

@-ms-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

summary {
    display: list-item
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code,
kbd,
pre,
samp {
font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-size: 1em
}

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

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

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    padding: 0
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html,
body {
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.w3-serif {
    font-family: serif
}

.w3-sans-serif {
    font-family: sans-serif
}

.w3-cursive {
    font-family: cursive
}

.w3-monospace {
    font-family: monospace
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.w3-wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.w3-image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

.w3-table,
.w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.w3-table-all {
    border: 1px solid #ccc
}

.w3-bordered tr,
.w3-table-all tr {
    border-bottom: 1px solid #ddd
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-centered tr th,
.w3-centered tr td {
    text-align: center
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
    padding-left: 16px
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-disabled *,
:disabled * {
    pointer-events: none
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none
}

.w3-badge,
.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.w3-ul li:last-child {
    border-bottom: none
}

.w3-tooltip,
.w3-display-container {
    position: relative
}

.w3-tooltip .w3-text {
    display: none
}

.w3-tooltip:hover .w3-text {
    display: inline-block
}

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-dropdown-click,
.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block
}

.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.w3-check,
.w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
    width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-main,
#main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-responsive {
    display: block;
    overflow-x: auto
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
    float: left;
    width: 100%
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }

    .w3-col.m2 {
        width: 16.66666%
    }

    .w3-col.m3,
    .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4,
    .w3-third {
        width: 33.33333%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6,
    .w3-half {
        width: 49.99999%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8,
    .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9,
    .w3-threequarter {
        width: 74.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }

    .w3-col.l2 {
        width: 16.66666%
    }

    .w3-col.l3 {
        width: 24.99999%
    }

    .w3-col.l4 {
        width: 33.33333%
    }

    .w3-col.l5 {
        width: 41.66666%
    }

    .w3-col.l6 {
        width: 49.99999%
    }

    .w3-col.l7 {
        width: 58.33333%
    }

    .w3-col.l8 {
        width: 66.66666%
    }

    .w3-col.l9 {
        width: 74.99999%
    }

    .w3-col.l10 {
        width: 83.33333%
    }

    .w3-col.l11 {
        width: 91.66666%
    }

    .w3-col.l12 {
        width: 99.99999%
    }
}

.w3-rest {
    overflow: hidden
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.w3-content,
.w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.w3-cell-row {
    display: table;
    width: 100%
}

.w3-cell {
    display: table-cell
}

.w3-cell-top {
    vertical-align: top
}

.w3-cell-middle {
    vertical-align: middle
}

.w3-cell-bottom {
    vertical-align: bottom
}

.w3-hide {
    display: none !important
}

.w3-show-block,
.w3-show {
    display: block !important
}

.w3-show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .w3-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-modal {
        padding-top: 30px
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
    .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    .w3-hide-small {
        display: none !important
    }

    .w3-mobile {
        display: block;
        width: 100% !important
    }

    .w3-bar-item.w3-mobile,
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-click.w3-mobile {
        text-align: center
    }

    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-hover.w3-mobile .w3-btn,
    .w3-dropdown-hover.w3-mobile .w3-button,
    .w3-dropdown-click.w3-mobile,
    .w3-dropdown-click.w3-mobile .w3-btn,
    .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }

    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }

    .w3-hide-large {
        display: none !important
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w3-auto {
        max-width: 100%
    }
}

.w3-top,
.w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-position {
    position: absolute
}

.w3-circle {
    border-radius: 50%
}

.w3-round-small {
    border-radius: 2px
}

.w3-round,
.w3-round-medium {
    border-radius: 4px
}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 16px
}

.w3-round-xxlarge {
    border-radius: 32px
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
    padding: 0 8px
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-code,
.w3-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.w3-card,
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.w3-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out
}

.w3-animate-input:focus {
    width: 100% !important
}

.w3-opacity,
.w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-opacity-max {
    opacity: 0.25
}

.w3-opacity-min {
    opacity: 0.75
}

.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
    filter: grayscale(100%)
}

.w3-greyscale,
.w3-grayscale {
    filter: grayscale(75%)
}

.w3-greyscale-min,
.w3-grayscale-min {
    filter: grayscale(50%)
}

.w3-sepia {
    filter: sepia(75%)
}

.w3-sepia-max,
.w3-hover-sepia:hover {
    filter: sepia(100%)
}

.w3-sepia-min {
    filter: sepia(50%)
}

.w3-tiny {
    font-size: 10px !important
}

.w3-small {
    font-size: 12px !important
}

.w3-medium {
    font-size: 15px !important
}

.w3-large {
    font-size: 18px !important
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-xxlarge {
    font-size: 36px !important
}

.w3-xxxlarge {
    font-size: 48px !important
}

.w3-jumbo {
    font-size: 64px !important
}

.w3-left-align {
    text-align: left !important
}

.w3-right-align {
    text-align: right !important
}

.w3-justify {
    text-align: justify !important
}

.w3-center {
    text-align: center !important
}

.w3-border-0 {
    border: 0 !important
}

.w3-border {
    border: 1px solid #ccc !important
}

.w3-border-top {
    border-top: 1px solid #ccc !important
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.w3-border-left {
    border-left: 1px solid #ccc !important
}

.w3-border-right {
    border-right: 1px solid #ccc !important
}

.w3-topbar {
    border-top: 6px solid #ccc !important
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important
}

.w3-leftbar {
    border-left: 6px solid #ccc !important
}

.w3-rightbar {
    border-right: 6px solid #ccc !important
}

.w3-section,
.w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-margin {
    margin: 16px !important
}

.w3-margin-top {
    margin-top: 16px !important
}

.w3-margin-bottom {
    margin-bottom: 16px !important
}

.w3-margin-left {
    margin-left: 16px !important
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-padding-small {
    padding: 4px 8px !important
}

.w3-padding {
    padding: 8px 16px !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.w3-padding-top-64 {
    padding-top: 64px !important
}

.w3-padding-top-48 {
    padding-top: 48px !important
}

.w3-padding-top-32 {
    padding-top: 32px !important
}

.w3-padding-top-24 {
    padding-top: 24px !important
}

.w3-left {
    float: left !important
}

.w3-right {
    float: right !important
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-transparent,
.w3-hover-none:hover {
    background-color: transparent !important
}

.w3-hover-none:hover {
    box-shadow: none !important
}

@media (prefers-color-scheme:dark) {
    .header .navigation.nav-drawer .nav-sub .nav-sub-wrapper {
        background-color: #1c1c1c;
    }

    .txt-spaced,
    .section,
    .form-intro,
    .form-disclaimer,
    .p-xs.text-black,
    .section-h2.text-black {
        color: #fff;
    }

    a.CoveoResultLink:visited {
        color: #CFBDF9 !important;
    }

    [style="background-image: url(/themes/Windriver/images/products/vxworks/bg-vxworks-section.jpg);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/Windriver/images/products/vxworks/bg-vxworks-section.jpg', sizingMethod='scale')"],
    [style="background-image: url(/themes/Windriver/images/products/vxworks/bg-light-co.jpg);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/Windriver/images/products/vxworks/bg-light-co.jpg', sizingMethod='scale')"],
    [style="background-image: url(/themes/Windriver/images/products/automotive/edge-sync/wr-more-bg.jpg);"],
    [style="background-color: #d8d8d8;"],
    [style="background-image: url(/themes/Windriver/images/products/bg-vxworks-section.jpg);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/Windriver/images/products/bg-vxworks-section.jpg', sizingMethod='scale')"],
    .bg-light-gray,
    .bg-gray-blue,
    .section.bg-image,
    .section #carousel-customer-story,
    .eval-left .licenseCopyText,
    .eval-right {
        color: #fff;
    }
}

.content-wrap.dark {
    background-color: #1c1c1c;
}

.darktheme .content-wrap {
    background-color: #1c1c1c !important;
    color: #ffffff;
}

.darktheme .region-header {
    background-color: #1c1c1c !important;
    color: #ffffff;
}

.darktheme .content-wrap.homepage,
.darktheme .content-wrap.pproduct {
    background-image: url(/themes/wr/global/images/bg-home.png);
}

body.darktheme,
.darktheme .content-wrap,
.darktheme .section,
.darktheme .hero {
    background-color: #1c1c1c !important;
    background-image: none !important;
    color: #ffffff !important;
}

body.darktheme .hero .hero-image {
    background-color: transparent !important;
}

.darktheme label,
.darktheme .cta,
.darktheme .drt-ok,
.darktheme .drt-ok a,
.darktheme .wrapper-tile .wrapper-tile-caption span,
.darktheme .hero.hero-half-image .caption,
.darktheme .tile-b .tile-b-description,
.darktheme .tile-a .tile-a-description,
.darktheme .tile-c .tile-c-description {
    color: #ffffff;
}

.darktheme .container {
    background-color: #1c1c1c;
}

.darktheme .btn.white {
    color: #000
}

.darktheme .btn.black {
    background-color: #fff;
    color: #1c1c1c;
}

.darktheme .btn.black:hover {
    background-color: #A6A6A5;
    color: #1c1c1c;
}

.darktheme .wrapped-text-caption {
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme .wrapped-text-caption span {
    color: #ffffff;
}

.darktheme .wrapped-text-caption-b {
    background-color: #1c1c1c;
    color: #fff;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme header {
    background-color: #1C1C1C;
}

.darktheme header .logo img.logo-black {
    display: block;
}

.darktheme header .logo img.logo-white {
    display: none;
}

.darktheme .nav-sub ul>li,
.darktheme .nav-sub ul>li>a,
.darktheme #nav>ul>li>a,
.darktheme .navigation .top-nav-trigger-menu,
.darktheme .header .abottom-item:hover span {
    color: #ffffff;
}

.darktheme.no-touch #nav>ul>li>a:hover {
    color: #c0c0c0;
}

.darktheme .nav-sub {
    background-color: #1C1C1C;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.darktheme .nav-sub ul>li.bright {
    border-right: 1px solid #bdbdbd;
}

.darktheme header .navigation.nav-drawer .nav-sub .nav-sub-wrapper {
    background-color: #1c1c1c;
}

.darktheme ul#secondary-nav>li,
.darktheme ul#secondary-nav>li.active {
    background-color: #1c1c1c
}

.darktheme .header .abottom-item:hover svg,
.darktheme .header .abottom-item.abi-search.is-open svg {
    fill: #ffffff;
}

.darktheme .header .top-nav-search {
    background: #1c1c1c;
}

.darktheme .header #search-input {
    border-color: rgba(255, 255, 255, .14);
    background-color: #1c1c1c;
    color: #ffffff;
}

.darktheme .carousel-item-wrapper .ci-caption p span {
    background-color: #1c1c1c;
}

.darktheme .carousel-item-wrapper .ci-caption p {
    color: #fff;
    background-color: #1c1c1c;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme .carousel-item-wrapper .ci-caption h1 span {
    color: #fff;
}

.darktheme .carousel-item-wrapper .ci-caption h1 {
    background-color: #1c1c1c;
    color: #00ADA4;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme .wrapper-tile .wrapper-tile-caption {
    background-color: #1c1c1c;
    color: #ffffff;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

.darktheme .drt-ok a:hover {
    opacity: .8;
}

.darktheme .cta:hover {
    color: #00ADA4;
}

.darktheme .mktoForm input[type=date],
.darktheme .mktoForm input[type=email],
.darktheme .mktoForm input[type=number],
.darktheme .mktoForm input[type=tel],
.darktheme .mktoForm input[type=text],
.darktheme .mktoForm input[type=url],
.darktheme .mktoForm select.mktoField,
.darktheme .mktoForm textarea.mktoField {
    color: #fff !important;
    background-color: #1c1c1c !important;
    border-color: #ccc !important;
    border-bottom-width: 3px !important;
}

.darktheme .sticky-widget ul li a {
    background-color: #000000;
    color: #eeeeee;
}

.darktheme #studio_survey_modal * {
    background-color: #1c1c1c;
    color: #fff;
}

body.darktheme .content p,
body.darktheme ul#secondary-nav.sec-nav>li>a {
    color: #fff !important;
    background-color: #1c1c1c !important;
    box-shadow: none;
}

body.darktheme .content.hero .hc-desc p {
    color: #fff !important;
    background-color: #1c1c1c !important;
    box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

@media screen and (max-width:991px) {
    .darktheme .header .navigation #nav {
        background-color: #1c1c1c;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .darktheme .header .actions {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .darktheme .header .nav-sub {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.content.footer {
    background-color: #333333;
    color: #ffffff;
    padding: 60px 0;
}

.content.footer h4,
.content.footer .footer-title {
    font-size: 18px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    color: #30e4d0;
}

.content.footer ul {
    padding-left: 0;
    list-style-type: none;
}

.content.footer ul li {
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}

.content.footer ul li.menu-item--expanded {
    list-style: none;
}

.content.footer ul li.menu-item--expanded>span {
    color: #30e4d0;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 21px;
    display: block;
    margin-top: 2px;
    font-size: 16px;
    border-top: 1px solid #444444;
    padding-top: 7px;
}

.content.footer ul li.menu-item--expanded::marker {
    display: none;
}

.content.footer ul li:last-child {
    margin-bottom: 0px;
}

.content.footer ul li a {
    color: #ffffff;
    font-weight: 400;
}

.content.footer ul li a:hover,
.content.footer ul li a:visited,
.content.footer ul li a:focus {
    opacity: 0.8;
}

.content.footer ul li ul {
    padding-left: 0;
    margin-top: 10px;
    margin-left: 0;
    padding-right: 34px;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown {
    display: inline-block;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .btn.dropdown-toggle {
    background: none;
    border: none;
    color: #ffffff;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-size: 15px;
    margin-bottom: 3px;
    padding: 0;
    outline: none;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-menu {
    background: #1c1c1c;
    border-color: #1c1c1c;
    padding: 5px;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-menu a {
    margin: 0px;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-item:focus,
.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-item:hover {
    background-color: transparent;
    opacity: .8;
}

.content.footer .footer-copyright-and-social .footer-delimiter {
    border-top: 2px solid #30e4d0;
    padding-bottom: 30px;
}

.content.footer .footer-copyright-and-social .footer-copyright p {
    color: #ffffff;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}

.content.footer .footer-copyright-and-social .footer-copyright span {
    color: #ffffff;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-size: 15px;
}

.content.footer .footer-copyright-and-social .footer-copyright span {}

.content.footer .footer-copyright-and-social .footer-copyright a:hover,
.content.footer .footer-copyright-and-social .footer-copyright a:visited,
.content.footer .footer-copyright-and-social .footer-copyright a:focus {
    opacity: 0.8;
}

.content.footer .footer-copyright-and-social .footer-copyright .copyright-oblique-delimiter {
    margin: 0 10px;
    color: #30e4d0;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    display: inline-block;
}

.content.footer .footer-copyright-and-social .footer-social a {
    color: #ffffff;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none;
}

.content.footer .footer-copyright-and-social .footer-social a:hover,
.content.footer .footer-copyright-and-social .footer-social a:visited,
.content.footer .footer-copyright-and-social .footer-social a:focus {
    opacity: 0.8;
    text-decoration: none;
}

.content.footer .footer-copyright-and-social .footer-social .footer-social-icon {
    width: 40px;
}

.content.footer .footer-copyright-and-social .footer-social .footer-icon-spacer {
    width: 40px;
    display: inline-block;
}

.footer-links h2 {
    text-transform: uppercase;
    color: #30e4d0;
    font-size: 18px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

#global-footer-menu {
    display: inline-block;
}

#global-footer-menu .w3-dropdown-content {
    top: -6.5em;
    background: #1c1c1c;
    padding: 0.5em;
    min-width: auto;
    border-radius: 0.5em;
}

#global-footer-menu .w3-dropdown-content a {
    margin: 0;
    padding: 0.3em;
}

#global-footer-menu .w3-dropdown-content a:hover {
    color: #00ADA4;
}

#global-footer-menu .w3-dropdown-hover:first-child,
#global-footer-menu .w3-dropdown-click:hover {
    background-color: transparent;
}

@media (min-width:992px) {
    .content.footer .footer-social .text-right {
        display: flex;
        justify-content: right;
    }

    .content.footer .footer-social .text-right a {
        margin-left: 5px;
    }
}

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

div#lhnHocButton div.lhnHocChatBtn {
    background-color: #00ADA4 !important;
}

div#lhnHocButton div.lhnHocChatBtnCont {
    background-color: #00ADA4 !important;
}

#lhnHelpOutCenter div.lhnWindow-header {
    color: #fff;
    background-color: #00ADA4 !important;
}

#lhnHelpOutCenter div.lhnOperatorMessage div.lhnWindow-message a {
    color: #58a8d8;
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    div#lhnHocButton.lhnslide .lhnHocChatBtnCont {
        padding: 12px 0 6px 16px;
    }

    div#lhnHocButton div.lhnHocChatTxtCont {
        display: none;
    }
}

.wrapper.header-navbar {
    margin: 4em auto;
    height: 4em;
}

.header-navbar .logo {
    padding: 8px;
    margin-top: 0;
    margin-right: 6em;
    display: inline-block;
    float: left;
}

.header-navbar .logo img {
    height: 20px;
}

.header-navbar .menu-level-0 {
    width: auto;
    display: inline-block;
}

.header-navbar .top-search {
    padding: 8px 0;
    position: absolute;
    top: 0;
    right: 1em;
    display: flex;
}

.header-navbar .top-search a {
    color: #88959E;
    font-size: 12px;
}

.header-navbar ul.menu {
    margin: 0;
}

.header-navbar ul.menu-level-1>li.menu-item {
    list-style-type: none;
    list-style-image: none;
}

.header-navbar .w3-dropdown-hover {
    margin-bottom: 1em;
}

.header-navbar .w3-dropdown-hover i {
    color: #00ADA4;
}

.header-navbar .w3-dropdown-hover:first-child {
    background-color: transparent;
}

.header-navbar .w3-dropdown-hover button {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
}

.header-navbar .w3-button:hover,
.header-navbar .w3-dropdown-hover:hover>.w3-button:first-child {
    color: #00ADA4 !important;
    background-color: transparent !important;
}

.header-navbar .w3-dropdown-content {
    padding: 1em;
    z-index: 100;
}

.header-navbar button:focus {
    outline: none;
}

.header-navbar #top-menu-toggle,
.header-navbar #top-menu-close {
    border: none;
    background-color: inherit;
    display: none;
    padding: 0.5em 0;
}

.header-navbar #top-menu-close {
    position: absolute;
    right: 0;
}

.header-navbar #menu-close {
    display: none;
}

.header-navbar .wr-icon:hover {
    filter: invert(46%) sepia(13%) saturate(4371%) hue-rotate(137deg) brightness(102%) contrast(101%);
}

.header-navbar .wr-icon {
    height: 20px;
}

.header-navbar a {
    padding-bottom: 3px;
    white-space: nowrap;
    color: #1C1C1C;
    text-decoration: none;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.header-navbar a:hover {
    color: #00ADA4;
}

.header-navbar .menu-styled {
    color: #00ADA4;
    text-decoration: underline;
}

.header-navbar .menu-styled:hover {
    text-decoration: none;
}

.header-navbar .menu-section-solutions .menu-level-1>.menu-item,
.header-navbar .menu-section-studio .menu-level-1>.menu-item {
    min-width: 250px;
    float: left;
}

.header-navbar .menu-section-solutions .menu-level-1>.menu-item>a,
.header-navbar .menu-section-studio .menu-level-1>.menu-item>a:not(.menu-styled) {
    pointer-events: none;
    color: #6C9694;
}

.header-navbar .menu-section-studio .menu-level-1 .menu-item--active-trail a {
    pointer-events: all;
}

.header-navbar .menu-section-studio .menu-level-2 .menu-item--expanded {
    list-style-type: none;
    list-style-image: none;
}

.header-navbar .menu-section-studio .menu-level-2 .menu-item--expanded .menu-dropdown-2 {
    display: none;
}

.header-navbar .menu-section-studio .menu-level-2 .menu-item--expanded:hover .menu-dropdown-2 {
    display: block;
    position: relative;
}

.header-navbar .menu-section-studio .menu-level-1 .menu-item:nth-child(2) .menu-level-2 .menu-item--expanded>a {
    display: none;
}

.header-navbar .menu-section-studio .menu-level-1 .menu-item:nth-child(2) .menu-level-2 .menu-item--expanded>div {
    display: block;
}

.header-navbar.japan #top-menu>.w3-dropdown-hover>.menu-item {
    padding: 8px 12px;
}

header .actions .abottom {
    display: flex;
    margin-top: 52px;
    flex-direction: row;
    align-items: stretch;
}

header .top-nav-search.is-open {
    display: block;
}

header .top-nav-search {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border: 1px solid transparent;
    right: 0;
    left: 0;
    top: 92px;
    -moz-box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.08);
    display: none;
}

a.abi-contact,
a.abi-search {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80px;
}

a.abi-contact svg,
a.abi-search svg {
    width: 18px !important;
    height: 18px;
    margin: 0 auto 5px;
    fill: #88959E;
}

.top-nav-search form {
    position: relative;
    display: block;
    height: 40px;
}

#search-input {
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    border-radius: 0;
    color: #1c1c1c;
    border-color: #e8e8e8;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    padding: 12px 16px 10px 16px;
    display: block;
    width: 87%;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.search-input-btn {
    display: block;
    width: 11%;
    box-sizing: border-box;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: 0 none;
    background: #00ADA4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 7px;
}

.search-input-btn:hover {
    background: #00877D;
}

header .logo img.logo-black {
    display: none;
}

@media (prefers-color-scheme:dark) {
    .header-navbar .w3-dropdown-hover button {
        color: white;
    }

    .header-navbar .w3-dropdown-content {
        background-color: #1C1C1C;
    }

    .header-navbar a {
        color: white;
    }

    header .logo img.logo-black {
        display: block;
    }

    header .logo img.logo-white {
        display: none;
    }
}

@media screen and (max-width:1199px) {
    .header-navbar .logo {
        margin-right: 1em;
    }

    .header-navbar .menu-level-0 {
        max-width: 23em;
    }

    .header-navbar .w3-button {
        padding: 0 0.5em;
    }
}

@media screen and (max-width:767px) {

    .header-navbar #top-menu-toggle,
    .header-navbar #top-menu-close {
        display: inline-block;
    }

    .header-navbar .w3-button {
        padding: 0
    }

    .header-navbar .menu-level-0 {
        background-color: white;
        clear: both;
        display: none;
        float: left;
        min-height: 40em;
        min-width: 100%;
        overflow: visible;
        margin-top: 2em;
        padding-top: 0;
        position: relative;
        z-index: 10;
    }

    .header-navbar .w3-dropdown-hover {
        clear: both;
        margin-bottom: 0.1em;
        width: 6em;
    }

    .header-navbar .w3-dropdown-hover:hover .w3-dropdown-content {
        position: absolute;
        left: 6em;
        top: -1em;
    }

    .header-navbar .menu-section-solutions .menu-level-1>.menu-item,
    .header-navbar .menu-section-studio .menu-level-1>.menu-item {
        min-width: unset;
        margin-bottom: 2em;
        float: left;
        clear: both;
    }

    .header-navbar.japan #top-menu>.w3-dropdown-hover>.menu-item {
        padding: 0;
    }

    .header-navbar.japan .w3-dropdown-hover {
        width: 8em;
    }

    .header-navbar.japan .w3-dropdown-hover:hover .w3-dropdown-content {
        left: 8em;
    }

    @media (prefers-color-scheme:dark) {

        .header-navbar #top-menu-toggle,
        .header-navbar #top-menu-close {
            color: white;
        }

        .header-navbar .menu-level-0 {
            background-color: #1c1c1c;
        }
    }
}

.is-front {
    background-image: url(/themes/wr/global/images/bg-home-light.png);
    background-position: 0 40em;
    background-repeat: no-repeat;
    background-size: cover;
}

#block-tabs {
    max-width: 1095px;
    margin: 0 auto;
}

#block-tabs a {
    color: #00ADA4;
}

.node--unpublished {
    background-color: inherit;
}

.entity-moderation-form {
    background-color: #267944;
}

.entity-moderation-form input[type=submit] {
    color: black;
}