html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.overlay h3 {
    color: white;
}

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(/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;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/open-sans-v17-latin-regular.woff2") format("woff2"), url("/open-sans-v17-latin-regular.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/open-sans-v17-latin-600.woff2") format("woff2"), url("/open-sans-v17-latin-600.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/open-sans-v17-latin-700.woff2") format("woff2"), url("/open-sans-v17-latin-700.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/open-sans-v17-latin-800.woff2") format("woff2"), url("/open-sans-v17-latin-800.woff") format("woff");
}

@media (min-width:768px) {
    .container-small {
        width: 300px;
    }

    .container-large {
        width: 970px;
    }
}

@media (min-width:992px) {
    .container-small {
        width: 500px;
    }

    .container-large {
        width: 1170px;
    }
}

@media (min-width:1200px) {
    .container-small {
        width: 700px;
    }

    .container-large {
        width: 1500px;
    }
}

.container-small,
.container-large {
    max-width: 100%;
    border: 5px solid #ff00ff !important;
}

.toggle {
    display: block;
    text-align: center;
    margin-top: 40px;
    user-select: none;
}

.toggle--checkbox {
    display: none !important;
}

.toggle--btn {
    display: block;
    margin: 0 auto;
    font-size: 1.4em;
    transition: all 350ms ease-in;
}

    .toggle--btn:hover {
        cursor: pointer;
    }

    .toggle--btn,
    .toggle--btn:before,
    .toggle--btn:after,
    .toggle--checkbox,
    .toggle--checkbox:before,
    .toggle--checkbox:after,
    .toggle--feature,
    .toggle--feature:before,
    .toggle--feature:after {
        transition: all 250ms ease-in;
    }

        .toggle--btn:before,
        .toggle--btn:after,
        .toggle--checkbox:before,
        .toggle--checkbox:after,
        .toggle--feature:before,
        .toggle--feature:after {
            content: '';
            display: block;
        }

.toggle--daynight .toggle--btn,
.toggle--like .toggle--btn {
    position: relative;
    height: 70px;
    width: 125px;
    border-radius: 70px;
}

    .toggle--daynight .toggle--btn:before,
    .toggle--like .toggle--btn:before {
        position: absolute;
        top: 2px;
        left: 4px;
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }

.toggle--daynight .toggle--btn {
    border: 5px solid #1c1c1c;
    background-color: #3c4145;
}

    .toggle--daynight .toggle--btn:before {
        background-color: #fff;
        border: 5px solid #e3e3c7;
    }

    .toggle--daynight .toggle--btn:after {
        position: absolute;
        top: 62%;
        left: 39px;
        z-index: 10;
        width: 11.2px;
        height: 11.2px;
        opacity: 0;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: #fff 0 0, #fff 3px 0, #fff 6px 0, #fff 9px 0, #fff 11px 0, #fff 14px 0, #fff 16px 0, #fff 21px -1px 0 1px, #fff 16px -7px 0 -2px, #fff 7px -7px 0 1px, #d3d3d3 0 0 0 4px, #d3d3d3 6px 0 0 4px, #d3d3d3 11px 0 0 4px, #d3d3d3 16px 0 0 4px, #d3d3d3 21px -1px 0 5px, #d3d3d3 16px -7px 0 1px, #d3d3d3 7px -7px 0 5px;
        transition: opacity 100ms ease-in;
    }

@keyframes starry_star {
    50% {
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: #fff 30px -3px 0 0, #fff 12px 10px 0 -1px, rgba(255, 255, 255, 0.1) 38px 18px 0 1px, #fff 32px 34px 0 0, rgba(255, 255, 255, 0.1) 20px 24px 0 -1.5px, #fff 5px 38px 0 1px;
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 100;
        transform: scale(1.1);
    }

    55% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        opacity: 100;
        transform: scale(1);
    }
}

.toggle--daynight .toggle--feature {
    display: block;
    position: absolute;
    top: 9px;
    left: 52.5%;
    z-index: 20;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 0, rgba(255, 255, 255, 0.1) 12px 10px 0 -1px, #fff 38px 18px 0 1px, rgba(255, 255, 255, 0.1) 32px 34px 0 0, #fff 20px 24px 0 -1.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 1px;
    animation: starry_star 5s ease-in-out infinite;
}

    .toggle--daynight .toggle--feature:before {
        position: absolute;
        top: -2px;
        left: -25px;
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 50%;
        border: 5px solid #e3e3c7;
        box-shadow: #e3e3c7 -28px 0 0 -3px, #e3e3c7 -8px 24px 0 -2px;
        transform-origin: -6px 130%;
    }

.toggle--daynight .toggle--checkbox:checked + .toggle--btn {
    background-color: #9ee3fb;
    border: 5px solid #86c3d7;
}

    .toggle--daynight .toggle--checkbox:checked + .toggle--btn:before {
        left: 55px;
        background-color: #ffdf6d;
        border: 5px solid #e1c348;
    }

    .toggle--daynight .toggle--checkbox:checked + .toggle--btn:after {
        opacity: 100;
        animation-name: bounceIn;
        animation-duration: 0.60s;
        animation-delay: 0.10s;
        animation-fill-mode: backwards;
        animation-timing-function: ease-in-out;
    }

    .toggle--daynight .toggle--checkbox:checked + .toggle--btn > .toggle--feature {
        opacity: 0;
        box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 -4px, rgba(255, 255, 255, 0.1) 12px 10px 0 -5px, #fff 38px 18px 0 -3px, rgba(255, 255, 255, 0.1) 32px 34px 0 -4px, #fff 20px 24px 0 -5.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 -3px;
        animation: none;
    }

        .toggle--daynight .toggle--checkbox:checked + .toggle--btn > .toggle--feature:before {
            left: 25px;
            transform: rotate(70deg);
        }

.pacterpillar {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .pacterpillar div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #013556;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .pacterpillar div:nth-child(1) {
            left: 8px;
            animation: pacterpillar1 0.6s infinite;
        }

        .pacterpillar div:nth-child(2) {
            left: 8px;
            animation: pacterpillar2 0.6s infinite;
        }

        .pacterpillar div:nth-child(3) {
            left: 32px;
            animation: pacterpillar2 0.6s infinite;
        }

        .pacterpillar div:nth-child(4) {
            left: 56px;
            animation: pacterpillar3 0.6s infinite;
        }

@keyframes pacterpillar1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pacterpillar3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes pacterpillar2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0, 0, 0, 0);
    }

        .featherlight:last-of-type {
            background: rgba(0, 0, 0, 0.8);
        }

        .featherlight:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

        .featherlight .featherlight-content {
            position: relative;
            text-align: left;
            vertical-align: middle;
            display: inline-block;
            overflow: auto;
            padding: 25px 25px 0;
            border-bottom: 25px solid transparent;
            margin-left: 5%;
            margin-right: 5%;
            max-height: 95%;
            background: #fff;
            cursor: auto;
            white-space: normal;
        }

        .featherlight .featherlight-inner {
            display: block;
        }

        .featherlight script.featherlight-inner,
        .featherlight link.featherlight-inner,
        .featherlight style.featherlight-inner {
            display: none;
        }

        .featherlight .featherlight-close-icon {
            position: absolute;
            z-index: 9999;
            top: 0;
            right: 0;
            line-height: 25px;
            width: 25px;
            cursor: pointer;
            text-align: center;
            font-family: Arial, sans-serif;
            background: #fff;
            background: rgba(255, 255, 255, 0.3);
            color: #000;
            border: none;
            padding: 0;
        }

            .featherlight .featherlight-close-icon::-moz-focus-inner {
                border: 0;
                padding: 0;
            }

        .featherlight .featherlight-image {
            width: 100%;
        }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .featherlight iframe {
        border: none;
    }

    .featherlight * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

@media print {
    @page {
        size: landscape;
    }

    html.with-featherlight > * > :not(.featherlight) {
        display: none;
    }
}

body {
    margin: 0;
}

    body > form {
        position: relative;
    }

.fairwork-wrapper {
    font-family: "OpenSans-Regular", "Open Sans";
    font-size: 16px;
    color: black;
    overflow: hidden;
}

    .fairwork-wrapper article ul {
        padding: 4px 30px;
    }

        .fairwork-wrapper article ul li {
            padding: 5px 0;
            list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Crect class='cls-1' y='1' width='8' height='1'/%3E%3C/svg%3E");
        }

            .fairwork-wrapper article ul li > a {
                vertical-align: top;
            }

        .fairwork-wrapper article ul.link-list li {
            list-style-image: none;
        }

#internal-article {
    font-family: "OpenSans-Regular", "Open Sans";
    font-size: 16px;
    color: black;
}

    #internal-article article ul {
        padding: 4px 30px;
    }

        #internal-article article ul li {
            padding: 5px 0;
            list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Crect class='cls-1' y='1' width='8' height='1'/%3E%3C/svg%3E");
        }

            #internal-article article ul li > a {
                vertical-align: top;
            }

        #internal-article article ul.link-list li {
            list-style-image: none;
        }

#viewer-page-heading {
    font-family: "OpenSans-Regular", "Open Sans";
    font-size: 16px;
    color: black;
}

    #viewer-page-heading ul {
        padding: 4px 30px;
    }

        #viewer-page-heading ul li {
            padding: 5px 0;
            list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Crect class='cls-1' y='1' width='8' height='1'/%3E%3C/svg%3E");
        }

            #viewer-page-heading ul li > a {
                vertical-align: top;
            }

        #viewer-page-heading ul.link-list li {
            list-style-image: none;
        }


.page-heading#viewer-page-heading {
    padding: 0rem 2rem;
}

#primary-area {
    margin: 0 auto;
    max-width: 1280px;
}

a {
    color: #024ca2;
    text-decoration: underline;
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
    }

    a.external-link::after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIiAvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0xOSAxOUg1VjVoN1YzSDVjLTEuMTEgMC0yIC45LTIgMnYxNGMwIDEuMS44OSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz48L3N2Zz4=");
        display: inline-block;
        margin-left: 4px;
    }

    a.download-link svg {
        margin-right: 10px;
        height: 24px;
        width: 24px;
        vertical-align: bottom;
    }

    a.return-link {
        color: #024ca2;
        display: block;
        margin-left: 10px;
        text-decoration: underline;
    }

        a.return-link svg {
            display: inline-block;
            height: 24px;
            fill: #024ca2;
            vertical-align: bottom;
            width: 24px;
        }

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

    h2 a:hover,
    h2 a:active,
    h2 a:focus,
    h3 a:hover,
    h3 a:active,
    h3 a:focus,
    h4 a:hover,
    h4 a:active,
    h4 a:focus,
    h5 a:hover,
    h5 a:active,
    h5 a:focus,
    h6 a:hover,
    h6 a:active,
    h6 a:focus {
        text-decoration: underline;
    }

svg.float {
    float: left;
    margin: 0 40px 40px 0;
}

svg.external-link {
    width: 9px;
    height: 9px;
}

hr {
    border-bottom: 1px solid #9bcbeb;
    border-top: none;
}

.content-wrapper {
    margin: 0 100px;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .content-wrapper {
        margin: 0 75px;
    }
}

@media screen and (max-width:767px) {
    .content-wrapper {
        margin: 0;
    }
}

.inner-content {
    padding: 0 20px;
}

.sub-content {
    padding: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans";
    font-weight: 700;
}

h1 {
    font-size: 34px;
}

h2 {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 20px;
}


@media screen and (max-width:767px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 16px;
    margin: 0 0 25px 0;
}

    p.intro,
    p.intro p {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 30px;
    }

.float {
    float: left;
    margin: 0 40px 40px 0;
}

#js-back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

.content-wrapper.content-article article.main h1 {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 20px;
    color: black;
}

@media screen and (max-width:767px) {
    .content-wrapper.content-article article.main h1 {
        font-size: 28px;
    }
}

.content-wrapper.content-article article.main p {
    line-height: 1.5em;
}

.content-wrapper.content-article article.main .intro,
.content-wrapper.content-article article.main .intro p {
    line-height: 25px;
}

@media screen and (max-width:767px) {
    .content-wrapper.two-column {
        margin: 0;
    }
}

.content-wrapper.two-column > .left-column,
.content-wrapper.two-column > article {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.content-wrapper.two-column > .left-column {
    width: 30%;
}

@media screen and (max-width:1024px) {
    .content-wrapper.two-column > .left-column {
        width: 100%;
    }
}

.content-wrapper.two-column > article {
    width: 70%;
    box-sizing: border-box;
    padding: 20px 0 20px 60px;
}

@media screen and (max-width:1024px) {
    .content-wrapper.two-column > article {
        width: 100%;
        padding: 16px;
    }
}

.content-wrapper.one-column article.main {
    max-width: 820px;
    margin: 30px auto 0;
}

@media screen and (max-width:767px) {
    .content-wrapper.one-column article.main {
        margin: 30px 16px 16px;
    }
}

.highlight {
    padding: 20px 25px;
    background-color: white;
    margin: 0 0 25px 0;
    position: relative;
    border-left: 5px solid #1B365D;
    overflow: auto;
}

    .highlight.solid {
        border-left: none;
        padding-left: 30px;
        background-color: #ffb81c;
    }

    .highlight.blue {
        border-left: 5px solid #123b54;
    }

        .highlight.blue.solid {
            background-color: #123b54;
        }

    .highlight.grey {
        border-left: none;
        padding-left: 30px;
        background-color: #d7d7d7;
    }

@media screen and (max-width:767px) {
    .highlight {
        padding: 10px 20px;
        margin-bottom: 10px;
    }
}

.highlight .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 18px 295px;
    border-color: transparent transparent gainsboro transparent;
    bottom: 0;
    right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.highlight a {
    color: #323232;
    text-decoration: underline;
}

    .highlight a:hover {
        text-decoration: none;
    }

.lead-box {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 50px;
    margin-bottom: 50px;
}

    .lead-box .lead-box-header {
        display: flex;
        justify-content: space-between;
    }

    .lead-box .lead-box-heading {
        align-self: center;
        display: flex;
        margin: 0;
    }

    .lead-box p {
        flex: 100%;
        font-size: 14px;
        color: #323232;
        opacity: 0.5;
        align-self: center;
        margin: 10px 0 0 0;
    }

        .lead-box p a {
            text-decoration: underline;
            color: #024ca2;
        }

#news-media-releases div.widgetItems div h3:after,
.search-results .SearchResults #searchResultsInfo .firstRow a:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.4 1.4L16.2 11H4v2h12.2l-5.6 5.6L12 20l8-8z' fill='%23ffc952'/%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: sub;
    float: right;
}

@media (prefers-color-scheme:dark) {
    body.theme-follow-system {
        background-color: #1e1e1e;
    }
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system .fairwork-wrapper {
        background-color: #1e1e1e;
        color: #e1e1e1;
    }

        .theme-follow-system .fairwork-wrapper article ul li {
            list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFFFF; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='1' width='8' height='1'/%3E%3C/svg%3E");
        }

    .theme-follow-system a,
    .theme-follow-system .highlight a {
        color: #e1e1e1;
    }

    .theme-follow-system h1,
    .theme-follow-system h2,
    .theme-follow-system h3,
    .theme-follow-system h4,
    .theme-follow-system h5,
    .theme-follow-system h6,
    .theme-follow-system .content-wrapper.content-article article.main h1 {
        color: #aaaaaa;
    }

    .theme-follow-system .highlight {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }
}

.arrow-head {
    border: 2px solid #ff00ff;
    z-index: 999;
    background: #ff00ff;
    width: 100px;
    height: 100px;
    border-color: transparent transparent transparent gainsboro;
    border-width: 140px 0 0 140px;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-width:1024px) {
    .arrow-head {
        display: none;
    }
}

.arrow-head *,
.arrow-head *::before,
.arrow-head *::after {
    box-sizing: border-box;
}

.arrow-head::before {
    background-color: white;
    border-color: transparent transparent transparent white;
    border-width: 100px 0 0 100px;
    content: "";
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.arrow-head.top-left {
    border-color: transparent transparent transparent gainsboro;
    border-width: 140px 0 0 140px;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width:1024px) {
    .arrow-head.top-left {
        display: none;
    }
}

.arrow-head.top-right {
    border-color: transparent transparent transparent gainsboro;
    border-width: 140px 0 0 140px;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width:1024px) {
    .arrow-head.top-right {
        display: none;
    }
}

.arrow-head.bottom-left {
    border-color: transparent transparent transparent gainsboro;
    border-width: 140px 0 0 140px;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

@media screen and (max-width:1024px) {
    .arrow-head.bottom-left {
        display: none;
    }
}

.arrow-head.bottom-right {
    border-color: transparent transparent transparent gainsboro;
    border-width: 140px 0 0 140px;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-width:1024px) {
    .arrow-head.bottom-right {
        display: none;
    }
}

.arrow-head.primary-light {
    border-color: transparent transparent transparent #9bcbeb;
}

.arrow-head.small {
    border-width: 80px 0 0 80px;
}

    .arrow-head.small::before {
        border-width: 50px 0 0 50px;
        bottom: 15px;
        right: 15px;
    }

blockquote {
    margin: 50px 50px 50px 45px;
    position: relative;
}

    blockquote:before,
    blockquote:after {
        display: block;
        content: ' ';
        background-repeat: no-repeat;
        height: 28px;
        width: 28px;
        position: absolute;
    }

    blockquote:before {
        /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='quote-left' class='svg-inline--fa fa-quote-left fa-w-16' role='img' viewBox='0 0 512 512'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");*/
        left: -40px;
        top: -12px;
    }

    blockquote:after {
        /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='quote-right' class='svg-inline--fa fa-quote-right fa-w-16' role='img' viewBox='0 0 512 512'%3E%3Cpath d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");*/
        right: -30px;
        bottom: 45px;
    }

a.button,
a.btn {
    text-decoration: none;
    color: black;
}

.button {
    display: inline-block;
    background-color: gainsboro;
    border: 5px solid gainsboro;
    border-radius: 0;
    color: black;
    cursor: pointer;
    padding: 6px 32px;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 15px;
}

    .button:last-child {
        margin-right: 0;
    }

    .button.is-primary,
    .button.btn-primary {
        background-color: #1b365d;
        border-color: #1b365d;
        color: white;
    }

        .button.is-primary:hover,
        .button.btn-primary:hover {
            color: black;
        }

    .button.is-secondary {
        background-color: #ffd38c;
        border-color: #ffd38c;
        color: black;
    }

        .button.is-secondary:hover {
            color: black;
        }

    .button.is-anchor {
        background-color: transparent;
        border-color: transparent;
        color: #024ca2;
        text-decoration: underline;
        vertical-align: middle;
        font-family: 'OpenSans-Regular', 'Open Sans Regular', 'Open Sans';
        font-weight: 400;
        font-size: 16px;
    }

        .button.is-anchor:hover {
            background-color: transparent;
            text-decoration: none;
        }

    .button.is-fixed-width {
        max-width: 230px;
        width: 100%;
    }

@media screen and (max-width:767px) {
    .button.is-fixed-width {
        max-width: 100%;
    }
}

.button:hover {
    background-color: white;
}

.button:active,
.button:focus {
    outline: 3px dashed #9bcbeb;
}

.button:disabled,
.button[disabled],
.button.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.button.ui.labeled.icon > i.icon {
    background-color: inherit;
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system .button.is-secondary {
        color: #1e1e1e;
    }
}

.button-group {
    display: flex;
}

    .button-group.has-space-between {
        justify-content: space-between;
    }

    .button-group.is-centered {
        justify-content: center;
    }

    .button-group.is-right {
        justify-content: flex-end;
    }

@media screen and (max-width:767px) {
    .button-group {
        display: block;
    }

        .button-group .button {
            margin-bottom: 15px;
            width: 100%;
        }
}

.dropdown-container {
    position: relative;
}

    .dropdown-container .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

.fairwork-wrapper div.dropdown-underlay {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
    left: 0;
    top: 0;
}

.fairwork-wrapper div.dropdown {
    margin-top: 15px;
    background-color: white;
    min-width: 30vw;
    width: auto;
    padding: 20px;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

    .fairwork-wrapper div.dropdown li,
    .fairwork-wrapper div.dropdown p {
        font-size: 14px;
    }

    .fairwork-wrapper div.dropdown.is-active {
        display: block;
    }

    .fairwork-wrapper div.dropdown .form-radio {
        display: inline-block;
    }

@media (prefers-color-scheme:dark) {
    .theme-follow-system .dropdown {
        background-color: #333333;
        box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
    }
}

.dropdown-body {
    padding: 15px 0;
}

    .dropdown-body.inline {
        display: flex;
        justify-content: space-between;
    }

        .dropdown-body.inline .dropdown-body-inner {
            flex: 1;
        }

    .dropdown-body ul {
        padding-left: 10px;
        margin: 17px;
    }

.save-to-my-account-dropdown {
    max-width: 500px;
    width: 40vw;
}

.grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

    .grid,
    .grid * {
        box-sizing: border-box;
    }

.grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.grid-col {
    flex: 1;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

    .grid-col.desk-1 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .grid-col.desk-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .grid-col.desk-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col.desk-4 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .grid-col.desk-5 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .grid-col.desk-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

@media screen and (min-width:1024px) and (max-width:1280px) {
    .grid-col.tab-1 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .grid-col.tab-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .grid-col.tab-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col.tab-4 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .grid-col.tab-5 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .grid-col.tab-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .grid-col.mob-1 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .grid-col.mob-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .grid-col.mob-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col.mob-4 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .grid-col.mob-5 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .grid-col.mob-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .grid-col.l-mob-1 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .grid-col.l-mob-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .grid-col.l-mob-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col.l-mob-4 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .grid-col.l-mob-5 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .grid-col.l-mob-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .grid-col.s-mob-1 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .grid-col.s-mob-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .grid-col.s-mob-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col.s-mob-4 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .grid-col.s-mob-5 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .grid-col.s-mob-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.grid-as-row {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
    .grid-as-row {
        flex-direction: column;
    }
}

.grid-as-row > * {
    flex: 1;
}

.grid-align-items-end {
    align-items: flex-end;
}

select {
    font-family: 'OpenSans-Regular', 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 13px 4px;
}

    select:active,
    select:focus {
        outline: 3px dashed #9bcbeb;
    }

input[type="search"]::-ms-clear {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.form-fieldset,
form.custom fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.form-legend,
form.custom legend {
    font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans";
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
}

.form-field,
.form-group,
.field-row {
    margin: 0;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

    .form-field > .form-label,
    .form-field > label,
    .form-group > .form-label,
    .form-group > label,
    .field-row > .form-label,
    .field-row > label {
        flex: 1;
    }

    .form-field > .form-input,
    .form-field > .form-select,
    .form-field > select,
    .form-field > input,
    .form-group > .form-input,
    .form-group > .form-select,
    .form-group > select,
    .form-group > input,
    .field-row > .form-input,
    .field-row > .form-select,
    .field-row > select,
    .field-row > input {
        flex: 3;
        margin-right: 15px;
    }

        .form-field > .form-input:last-child,
        .form-field > .form-select:last-child,
        .form-field > select:last-child,
        .form-field > input:last-child,
        .form-group > .form-input:last-child,
        .form-group > .form-select:last-child,
        .form-group > select:last-child,
        .form-group > input:last-child,
        .field-row > .form-input:last-child,
        .field-row > .form-select:last-child,
        .field-row > select:last-child,
        .field-row > input:last-child {
            margin-right: 0;
        }

    .form-field > select,
    .form-group > select,
    .field-row > select {
        margin-right: 10px;
    }

    .form-field > .button,
    .form-group > .button,
    .field-row > .button {
        display: flex;
        align-self: flex-end;
    }

    .form-field .form-error,
    .form-group .form-error,
    .field-row .form-error {
        justify-content: flex-start;
        flex: 0 0 100%;
        padding-left: 30%;
    }

    .form-field.has-button .form-input,
    .form-group.has-button .form-input,
    .field-row.has-button .form-input {
        flex: 2;
    }

    .form-field.has-button .button,
    .form-group.has-button .button,
    .field-row.has-button .button {
        flex: 1;
    }

    .form-label,
    .form-field label,
    .field-row label,
    form.custom label,
    .clsFormCreator label {
        display: inline-block;
        font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
        font-size: 16px;
    }

    .form-input,
    form.custom input[type="text"],
    form.custom input[type="password"],
    form.custom input[type="email"],
    .clsFormCreator input[type="text"],
    .clsFormCreator input[type="password"],
    .field-row input[type="text"],
    .field-row input[type="password"] {
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        border-radius: 0;
        color: #323232;
        font-family: "OpenSans-Regular", "Open Sans";
        font-size: 16px;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

        .form-input.minimal,
        form.custom input[type="text"].minimal,
        form.custom input[type="password"].minimal,
        form.custom input[type="email"].minimal,
        .clsFormCreator input[type="text"].minimal,
        .clsFormCreator input[type="password"].minimal,
        .field-row input[type="text"].minimal,
        .field-row input[type="password"].minimal {
            background-color: transparent;
            border-color: transparent;
            padding: 5px;
            border-bottom: 1px solid #d6ecf2;
        }

        .form-input::placeholder,
        form.custom input[type="text"]::placeholder,
        form.custom input[type="password"]::placeholder,
        form.custom input[type="email"]::placeholder,
        .clsFormCreator input[type="text"]::placeholder,
        .clsFormCreator input[type="password"]::placeholder,
        .field-row input[type="text"]::placeholder,
        .field-row input[type="password"]::placeholder {
            color: #323232;
        }

        .form-input:active,
        .form-input:focus,
        form.custom input[type="text"]:active,
        form.custom input[type="text"]:focus,
        form.custom input[type="password"]:active,
        form.custom input[type="password"]:focus,
        form.custom input[type="email"]:active,
        form.custom input[type="email"]:focus,
        .clsFormCreator input[type="text"]:active,
        .clsFormCreator input[type="text"]:focus,
        .clsFormCreator input[type="password"]:active,
        .clsFormCreator input[type="password"]:focus,
        .field-row input[type="text"]:active,
        .field-row input[type="text"]:focus,
        .field-row input[type="password"]:active,
        .field-row input[type="password"]:focus {
            outline: 3px dashed #9bcbeb;
        }

    .form-select,
    form.custom select,
    .field-row select,
    .clsFormCreator select {
        background-color: #e6e6e6;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBzdHJva2U9InJnYig3LDMzLDY4KSIgZD0iTTcuNDEgOC41OUwxMiAxMy4xN2w0LjU5LTQuNThMMTggMTBsLTYgNi02LTYgMS40MS0xLjQxeiIvPjwvc3ZnPg==");
        background-position: center right 23px;
        background-repeat: no-repeat;
        border: 1px solid #e6e6e6;
        border-radius: 0;
        color: #323232;
        font-family: "OpenSans-Regular", "Open Sans";
        font-size: 16px;
        margin: 0;
        padding: 23px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .form-select.minimal,
        form.custom select.minimal,
        .field-row select.minimal,
        .clsFormCreator select.minimal {
            background-color: transparent;
            border-color: transparent;
            padding: 0 0 5px 0;
            border-bottom: 1px solid #d6ecf2;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBzdHJva2U9InJnYigyMjgsMjI4LDIyOCkiIGQ9Ik03LjQxIDguNTlMMTIgMTMuMTdsNC41OS00LjU4TDE4IDEwbC02IDYtNi02IDEuNDEtMS40MXoiLz48L3N2Zz4=");
            background-position: center right;
            background-repeat: no-repeat;
        }

        .form-select::-ms-expand,
        form.custom select::-ms-expand,
        .field-row select::-ms-expand,
        .clsFormCreator select::-ms-expand {
            display: none;
        }

        .form-select:focus,
        form.custom select:focus,
        .field-row select:focus,
        .clsFormCreator select:focus {
            outline: 2px solid #9bcbeb;
        }

    .form-checkbox,
    form.custom input[type="checkbox"],
    .field-row input[type="checkbox"],
    .clsFormCreator input[type="checkbox"] {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        z-index: 1;
    }

        .form-checkbox .form-input,
        .form-checkbox input,
        form.custom input[type="checkbox"] .form-input,
        form.custom input[type="checkbox"] input,
        .field-row input[type="checkbox"] .form-input,
        .field-row input[type="checkbox"] input,
        .clsFormCreator input[type="checkbox"] .form-input,
        .clsFormCreator input[type="checkbox"] input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

        .form-checkbox .form-label,
        .form-checkbox label,
        form.custom input[type="checkbox"] .form-label,
        form.custom input[type="checkbox"] label,
        .field-row input[type="checkbox"] .form-label,
        .field-row input[type="checkbox"] label,
        .clsFormCreator input[type="checkbox"] .form-label,
        .clsFormCreator input[type="checkbox"] label {
            font-weight: inherit;
            cursor: pointer;
            display: flex;
            align-items: center;
            position: relative;
        }

            .form-checkbox .form-label::before,
            .form-checkbox label::before,
            form.custom input[type="checkbox"] .form-label::before,
            form.custom input[type="checkbox"] label::before,
            .field-row input[type="checkbox"] .form-label::before,
            .field-row input[type="checkbox"] label::before,
            .clsFormCreator input[type="checkbox"] .form-label::before,
            .clsFormCreator input[type="checkbox"] label::before {
                position: relative;
                left: 0;
                z-index: -1;
                display: block;
                width: 1rem;
                height: 1rem;
                margin-right: 0.75rem;
                content: "";
                background-color: transparent;
                border: 2px solid black;
                border-radius: 0.1rem;
            }

            .form-checkbox .form-label::after,
            .form-checkbox label::after,
            form.custom input[type="checkbox"] .form-label::after,
            form.custom input[type="checkbox"] label::after,
            .field-row input[type="checkbox"] .form-label::after,
            .field-row input[type="checkbox"] label::after,
            .clsFormCreator input[type="checkbox"] .form-label::after,
            .clsFormCreator input[type="checkbox"] label::after {
                content: "";
                position: absolute;
                bottom: -0.5rem;
                width: calc(100% - 1.5rem);
                height: 4px;
                left: 1.5rem;
                background-color: gainsboro;
                display: block;
                z-index: 1;
                transform: scaleX(0);
                transform-origin: top left;
                transition: all 0.2s ease-in-out;
            }

        .form-checkbox .form-input:checked ~ .form-label::before,
        form.custom input[type="checkbox"] .form-input:checked ~ .form-label::before,
        .field-row input[type="checkbox"] .form-input:checked ~ .form-label::before,
        .clsFormCreator input[type="checkbox"] .form-input:checked ~ .form-label::before {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIGQ9Ik05IDE2LjJMNC44IDEybC0xLjQgMS40TDkgMTkgMjEgN2wtMS40LTEuNEw5IDE2LjJ6Ii8+PC9zdmc+");
            background-color: black;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .form-checkbox .form-input:checked ~ .form-label::after,
        form.custom input[type="checkbox"] .form-input:checked ~ .form-label::after,
        .field-row input[type="checkbox"] .form-input:checked ~ .form-label::after,
        .clsFormCreator input[type="checkbox"] .form-input:checked ~ .form-label::after {
            transform: scaleX(1);
        }

        .form-checkbox .form-input:focus ~ .form-label::before,
        form.custom input[type="checkbox"] .form-input:focus ~ .form-label::before,
        .field-row input[type="checkbox"] .form-input:focus ~ .form-label::before,
        .clsFormCreator input[type="checkbox"] .form-input:focus ~ .form-label::before {
            outline: 2px solid #9bcbeb;
        }

.form-radio {
    position: relative;
    min-height: 2rem;
    margin: 0 15px 15px 0;
    z-index: 1;
}

    .form-radio input {
        position: absolute;
        z-index: 2;
        opacity: 0;
    }

    .form-radio label {
        font-weight: inherit;
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
    }

        .form-radio label::before {
            position: relative;
            left: 0;
            z-index: -1;
            display: inline-block;
            width: 1rem;
            height: 1rem;
            margin-right: 0.75rem;
            content: "";
            background-color: transparent;
            border: 2px solid #323232;
            border-radius: 50%;
        }

        .form-radio label::after {
            content: "";
            position: absolute;
            bottom: -0.5rem;
            width: calc(100% - 1.5rem);
            height: 4px;
            left: 1.5rem;
            background-color: gainsboro;
            display: block;
            z-index: 1;
            transform: scaleX(0);
            transform-origin: top left;
            transition: all 0.2s ease-in-out;
        }

    .form-radio input:checked ~ label::before {
        background-color: #1e1e1e;
    }

    .form-radio input:checked ~ label::after {
        transform: scaleX(1);
    }

    .form-radio input:focus ~ label::before {
        outline: 2px solid #9bcbeb;
    }

.form-radio-group .form-field {
    margin: 0 0 10px 0;
}

.form-radio-group .form-radio {
    margin: 0;
}

.form-textarea,
.clsFormCreator textarea,
form.custom textarea {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #323232;
    font-family: "OpenSans-Regular", "Open Sans";
    font-size: 16px;
    padding: 23px;
    width: 100% !important;
    min-height: 120px;
    box-sizing: border-box;
}

    .form-textarea:focus,
    .clsFormCreator textarea:focus,
    form.custom textarea:focus {
        outline: 2px solid #9bcbeb;
    }

.form-date {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .form-date::after {
        position: absolute;
        bottom: 36px;
        left: 130px;
        margin-bottom: -13px;
        display: inline-block;
        width: 26px;
        height: 26px;
        content: "";
        background-color: transparent;
        border-radius: 0.1rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .form-date .form-input {
        width: 230px;
    }

.form-instructions {
    font-size: 14px;
}

.form-error {
    color: #DA291C;
    display: inline-block;
    margin-top: 15px;
    vertical-align: bottom;
}

    .form-error a {
        color: #DA291C;
        text-decoration: underline;
    }

        .form-error a:hover {
            text-decoration: none;
        }

    .form-error .svg-icon {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 5px;
        color: #DA291C;
    }

.has-error .form-input,
.has-error .form-select {
    border-color: #DA291C;
}

.has-error .form-checkbox .form-label::before {
    border-color: #DA291C;
}

.has-error .form-checkbox ~ .form-error {
    margin: 0;
}

    .has-error .form-checkbox ~ .form-error a {
        color: #DA291C;
    }

.form-submit-group {
    margin-top: 25px;
}

.form-submit {
    margin-top: 25px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 2px solid black;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

    input[type="checkbox"]:active,
    input[type="checkbox"]:checked {
        background-color: black;
    }

        input[type="checkbox"]:checked:after {
            content: '\2713';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: white;
        }

input[type="text"]:focus,
input[type="search"]:focus {
    outline: 2px solid #9bcbeb;
}

@media (prefers-color-scheme:dark) {

    .theme-follow-system .form-input,
    .theme-follow-system form.custom input[type="text"],
    .theme-follow-system form.custom input[type="password"],
    .theme-follow-system form.custom input[type="email"],
    .theme-follow-system .clsFormCreator input[type="text"],
    .theme-follow-system .clsFormCreator input[type="password"],
    .theme-follow-system .field-row input[type="text"],
    .theme-follow-system .field-row input[type="password"] {
        color: #e1e1e1;
    }

        .theme-follow-system .form-input::placeholder,
        .theme-follow-system form.custom input[type="text"]::placeholder,
        .theme-follow-system form.custom input[type="password"]::placeholder,
        .theme-follow-system form.custom input[type="email"]::placeholder,
        .theme-follow-system .clsFormCreator input[type="text"]::placeholder,
        .theme-follow-system .clsFormCreator input[type="password"]::placeholder,
        .theme-follow-system .field-row input[type="text"]::placeholder,
        .theme-follow-system .field-row input[type="password"]::placeholder {
            color: #e1e1e1;
        }

    .theme-follow-system .form-radio label::before {
        border-color: #e1e1e1;
    }

    .theme-follow-system .form-radio input:checked ~ label::before {
        background-color: #e1e1e1;
    }

    .theme-follow-system .form-select,
    .theme-follow-system form.custom select,
    .theme-follow-system .field-row select,
    .theme-follow-system .clsFormCreator select {
        color: #e1e1e1;
    }

        .theme-follow-system .form-select option,
        .theme-follow-system form.custom select option,
        .theme-follow-system .field-row select option,
        .theme-follow-system .clsFormCreator select option {
            background-color: #1e1e1e;
        }

    .theme-follow-system .twitter-typeahead .tt-menu {
        background-color: #1e1e1e;
        color: #e1e1e1;
    }

    .theme-follow-system .twitter-typeahead .tt-selectable:hover,
    .theme-follow-system .twitter-typeahead .tt-selectable:focus,
    .theme-follow-system .twitter-typeahead .tt-selectable.tt-cursor {
        color: #1e1e1e;
    }
}

progress[value] {
    appearance: none;
    background-color: #e6e6e6;
    border: none;
    color: #ffd186f2;
    height: 10px;
    margin: 0 0 1.5em;
    width: 100%;
}

    progress[value]::-webkit-progress-bar {
        background-color: #e6e6e6;
    }

    progress[value]::-webkit-progress-value {
        background-color: #ffd186f2;
    }

    progress[value]::-moz-progress-bar {
        background-image: #ffd186f2;
    }

.progress-bar {
    background-color: #e6e6e6;
    height: 10px;
    width: 100%;
}

    .progress-bar span {
        background-color: #ffd186f2;
        display: block;
        text-indent: -9999px;
    }

.ui.breadcrumb.is-linear {
    margin: 2em 0;
    display: flex;
    padding: 0 10%;
}

    .ui.breadcrumb.is-linear .step {
        display: inline-block;
        max-width: 50px;
    }

        .ui.breadcrumb.is-linear .step .indicator {
            border: 3px solid #d7d7d7;
            border-radius: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            vertical-align: middle;
            margin-bottom: 1em;
        }

            .ui.breadcrumb.is-linear .step .indicator:before {
                content: "";
                float: left;
                width: auto;
                padding-bottom: 100%;
            }

            .ui.breadcrumb.is-linear .step .indicator.is-active {
                border-color: #ffd38c;
            }

            .ui.breadcrumb.is-linear .step .indicator.is-done {
                background: #ffd38c;
                color: white;
                border-color: #ffd38c;
            }

        .ui.breadcrumb.is-linear .step .section {
            display: block;
            margin-left: -100%;
            margin-right: -100%;
            text-align: center;
        }

    .ui.breadcrumb.is-linear .separator {
        flex: 1;
        height: 5px;
        width: 100px;
        border: 3px solid #d7d7d7;
        border-radius: 10px;
        margin: 25px 5px;
        vertical-align: top;
    }

        .ui.breadcrumb.is-linear .separator:last-child {
            display: none;
        }

        .ui.breadcrumb.is-linear .separator.is-done {
            border-color: #ffd38c;
        }

.tab-selections {
    background: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #9bcbeb;
}

    .tab-selections li {
        align-content: center;
        background: none;
        color: #333;
        cursor: pointer;
        display: flex;
        justify-content: center;
        padding: 15px 30px !important;
        margin: 0;
        font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
        font-size: 16px;
    }

        .tab-selections li.is-active,
        .tab-selections li:hover {
            background-color: #9bcbeb;
        }

.tabs.is-secondary .tab-selections {
    border-bottom: 5px solid #ffd38c;
}

    .tabs.is-secondary .tab-selections li.is-active,
    .tabs.is-secondary .tab-selections li:hover {
        background-color: #ffd38c;
    }

.tab-content {
    border: 5px solid #9bcbeb;
    border-top: none;
    padding: 25px;
    margin-bottom: 25px;
}

    .tab-content.has-invisible-borders {
        border: none;
    }

    .tab-content > div {
        display: none;
    }

        .tab-content > div.is-active {
            display: block;
        }

.tabs.is-secondary .tab-content {
    border: 5px solid #ffd38c;
}

    .tabs.is-secondary .tab-content.has-invisible-borders {
        border: none;
        padding: 25px 0 0 0;
    }

.table-wrapper {
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    background-color: transparent;
    margin-bottom: 1rem;
    text-align: left;
    min-width: 600px;
    width: 100%;
    max-width: 100%;
}

    table tr {
        border: 1px solid #9bcbeb;
        margin: 0;
        padding: 0;
    }

    table th {
        background-color: #9bcbeb;
        border: 1px solid #9bcbeb;
        text-align: left;
        font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
        font-size: 16px;
        margin: 0;
        padding: 28px 10px;
        color: black;
    }

    table td {
        background-color: #e6e6e6;
        padding: 10px;
        vertical-align: middle;
        border: none;
    }

    table a {
        text-decoration: none;
        color: black;
    }

        table a:hover,
        table a:active {
            text-decoration: underline;
        }

    table .form-checkbox {
        min-height: 0;
        padding-right: 10px;
    }

        table .form-checkbox .form-label::after {
            display: none;
        }

.industry-filter-summary table {
    min-width: 400px;
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system table {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

        .theme-follow-system table table {
            box-shadow: none;
        }

        .theme-follow-system table tr {
            border-color: #013556;
        }

        .theme-follow-system table th {
            background-color: #013556;
            border-color: #013556;
        }

        .theme-follow-system table td {
            background-color: #272727;
        }
}

.is-centered > .tile {
    text-align: center;
    justify-content: center;
}

    .is-centered > .tile ul {
        text-align: left;
    }

.tile {
    border: 4px solid #9bcbeb;
    padding: 20px;
}

    .tile.is-large {
        border-width: 5px;
        padding: 30px;
    }

    .tile.alt {
        background-color: #013556;
        border-color: #013556;
        color: white;
    }

    .tile a {
        color: #323232;
    }

    .tile svg {
        width: 135px;
        height: 105px;
        fill: black;
    }

@media screen and (max-width:767px) {
    .tile svg {
        display: none;
    }
}

.tile-heading {
    margin-top: 0;
}

.tile-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .tile-grid .tile {
        flex: 1;
        max-width: 42%;
    }

.auto-complete-results {
    background-color: #e6e6e6;
}

    .auto-complete-results > div,
    .auto-complete-results > span {
        padding: 5px 20px;
        cursor: pointer;
    }

        .auto-complete-results > div:hover,
        .auto-complete-results > div:active,
        .auto-complete-results > span:hover,
        .auto-complete-results > span:active {
            background-color: #ffc952;
            color: black;
            font-weight: bold;
        }

.ui.form .react-datepicker {
    border-radius: 0;
    font-size: 1em;
}

.ui.form .react-datepicker__current-month.react-datepicker__current-month--hasYearDropdown.react-datepicker__current-month--hasMonthDropdown {
    font-size: 1em;
}

.ui.form .react-datepicker__current-month {
    display: none;
}

.ui.form .react-datepicker__navigation {
    display: none;
}

.ui.form .react-datepicker__header {
    background: none;
    border: none;
}

.ui.form .react-datepicker__header__dropdown {
    margin-bottom: 1em;
}

.ui.form .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.ui.form .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.ui.form .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::after,
.ui.form .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after {
    display: none;
}

.ui.form .react-datepicker__day.react-datepicker__day--selected,
.ui.form .react-datepicker__day--keyboard-selected,
.ui.form .react-datepicker__month-text--keyboard-selected,
.ui.form .react-datepicker__quarter-text--keyboard-selected,
.ui.form .react-datepicker__year-text--keyboard-selected {
    background-color: #1e1e1e;
    border-radius: 0;
}

.ui.form .react-datepicker__day-name,
.ui.form .react-datepicker__day,
.ui.form .react-datepicker__time-name {
    line-height: 2em;
    width: 2em;
    margin: 0;
}

.ui.form .react-datepicker__month {
    margin: 1em;
}

.ui.form .react-datepicker__day-names {
    font-weight: bold;
}

.ui.form .react-datepicker__day--outside-month {
    opacity: 0.4;
    background: #e6e6e6;
}

.ui.form select.react-datepicker__month-select,
.ui.form select.react-datepicker__year-select {
    background-color: #e6e6e6;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBzdHJva2U9InJnYig3LDMzLDY4KSIgZD0iTTcuNDEgOC41OUwxMiAxMy4xN2w0LjU5LTQuNThMMTggMTBsLTYgNi02LTYgMS40MS0xLjQxeiIvPjwvc3ZnPg==");
    background-position: center right 0;
    background-repeat: no-repeat;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 1em 2em 1em 1em;
    appearance: none;
}

.ui.form .react-datepicker__day:hover,
.ui.form .react-datepicker__month-text:hover,
.ui.form .react-datepicker__quarter-text:hover,
.ui.form .react-datepicker__year-text:hover {
    border-radius: 0;
    background-color: #013556;
    color: white;
}

.ui.form fieldset,
.ui.form .panel {
    border: 4px solid #9bcbeb;
    margin: 0 0 1em 0;
}

    .ui.form fieldset legend,
    .ui.form .panel legend {
        padding: 0 1em;
        font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
    }

.ui.form label,
.ui.form .field > label {
    font-size: 16px;
    margin: 0 0 1em 0;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
}

.ui.checkbox .box:before,
.ui.checkbox label:before,
.ui.checkbox input:checked ~ .box:before,
.ui.checkbox input:checked ~ label:before {
    border: 2px solid #000000;
    box-sizing: content-box;
    top: 0;
}

.ui.checkbox label,
.ui.checkbox + label,
.ui.radio.checkbox label,
.ui.radio.checkbox + label {
    line-height: 1.5em;
    padding-left: 2.25em;
    margin-left: 1em;
}

.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
    width: 1.5em;
    height: 1.5em;
    transform: scale(0.6);
    top: 0;
    font-size: 1em;
}

.ui.radio.checkbox input ~ .box:before,
.ui.radio.checkbox input ~ label:before,
.ui.radio.checkbox input:checked ~ .box:before,
.ui.radio.checkbox input:checked ~ label:before {
    width: 1.25em;
    height: 1.25em;
}

.checkbox-list {
    margin-bottom: 20px;
}

.ui.checkbox {
    font-size: 1em;
    margin-bottom: 0.5em;
    display: block;
}

.ui.message.negative,
.ui.message.positive {
    border-radius: 0;
    background: none;
    box-shadow: none;
}

    .ui.message.negative .header,
    .ui.message.positive .header {
        color: black;
    }

    .ui.message.negative .content,
    .ui.message.positive .content {
        font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
    }

.ui.message.negative {
    border: 4px solid #DA291C;
}

    .ui.message.negative .content {
        color: #DA291C;
    }

.ui.message.positive {
    border: 4px solid #80E0A7;
}

    .ui.message.positive .content {
        color: black;
    }

.ui.message .list:not(.ui) {
    opacity: 1;
}

    .ui.message .list:not(.ui) li {
        list-style-image: none;
        margin-left: 0;
    }

        .ui.message .list:not(.ui) li:before {
            content: none;
        }

@media (prefers-color-scheme:dark) {
    .theme-follow-system .ui.message {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

        .theme-follow-system .ui.message.negative .header,
        .theme-follow-system .ui.message.positive .header {
            color: #e1e1e1;
        }
}

.validation-error {
    display: block;
    margin-bottom: 1em;
    color: #DA291C;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
}

.ui.form .field.error,
.ui.form .fields.error {
    border-left: 5px solid #DA291C;
    padding-left: 1em;
}

    .ui.form .field.error .input,
    .ui.form .field.error label,
    .ui.form .fields.error .input,
    .ui.form .fields.error label {
        color: #323232;
    }

    .ui.form .field.error input:not([type]),
    .ui.form .field.error input[type="date"],
    .ui.form .field.error input[type="datetime-local"],
    .ui.form .field.error input[type="email"],
    .ui.form .field.error input[type="file"],
    .ui.form .field.error input[type="number"],
    .ui.form .field.error input[type="password"],
    .ui.form .field.error input[type="search"],
    .ui.form .field.error input[type="tel"],
    .ui.form .field.error input[type="text"],
    .ui.form .field.error input[type="time"],
    .ui.form .field.error input[type="url"],
    .ui.form .field.error select,
    .ui.form .field.error textarea,
    .ui.form .fields.error input:not([type]),
    .ui.form .fields.error input[type="date"],
    .ui.form .fields.error input[type="datetime-local"],
    .ui.form .fields.error input[type="email"],
    .ui.form .fields.error input[type="file"],
    .ui.form .fields.error input[type="number"],
    .ui.form .fields.error input[type="password"],
    .ui.form .fields.error input[type="search"],
    .ui.form .fields.error input[type="tel"],
    .ui.form .fields.error input[type="text"],
    .ui.form .fields.error input[type="time"],
    .ui.form .fields.error input[type="url"],
    .ui.form .fields.error select,
    .ui.form .fields.error textarea {
        color: #DA291C;
        border: 2px solid #DA291C;
        background-color: #e6e6e6;
    }

        .ui.form .field.error input:not([type]):focus,
        .ui.form .field.error input[type="date"]:focus,
        .ui.form .field.error input[type="datetime-local"]:focus,
        .ui.form .field.error input[type="email"]:focus,
        .ui.form .field.error input[type="file"]:focus,
        .ui.form .field.error input[type="number"]:focus,
        .ui.form .field.error input[type="password"]:focus,
        .ui.form .field.error input[type="search"]:focus,
        .ui.form .field.error input[type="tel"]:focus,
        .ui.form .field.error input[type="text"]:focus,
        .ui.form .field.error input[type="time"]:focus,
        .ui.form .field.error input[type="url"]:focus,
        .ui.form .field.error select:focus,
        .ui.form .field.error textarea:focus,
        .ui.form .fields.error input:not([type]):focus,
        .ui.form .fields.error input[type="date"]:focus,
        .ui.form .fields.error input[type="datetime-local"]:focus,
        .ui.form .fields.error input[type="email"]:focus,
        .ui.form .fields.error input[type="file"]:focus,
        .ui.form .fields.error input[type="number"]:focus,
        .ui.form .fields.error input[type="password"]:focus,
        .ui.form .fields.error input[type="search"]:focus,
        .ui.form .fields.error input[type="tel"]:focus,
        .ui.form .fields.error input[type="text"]:focus,
        .ui.form .fields.error input[type="time"]:focus,
        .ui.form .fields.error input[type="url"]:focus,
        .ui.form .fields.error select:focus,
        .ui.form .fields.error textarea:focus {
            color: #323232;
            border-color: 2px solid #DA291C;
            background-color: #e6e6e6;
        }

            .ui.form .field.error input:not([type]):focus:active,
            .ui.form .field.error input:not([type]):focus:focus,
            .ui.form .field.error input[type="date"]:focus:active,
            .ui.form .field.error input[type="date"]:focus:focus,
            .ui.form .field.error input[type="datetime-local"]:focus:active,
            .ui.form .field.error input[type="datetime-local"]:focus:focus,
            .ui.form .field.error input[type="email"]:focus:active,
            .ui.form .field.error input[type="email"]:focus:focus,
            .ui.form .field.error input[type="file"]:focus:active,
            .ui.form .field.error input[type="file"]:focus:focus,
            .ui.form .field.error input[type="number"]:focus:active,
            .ui.form .field.error input[type="number"]:focus:focus,
            .ui.form .field.error input[type="password"]:focus:active,
            .ui.form .field.error input[type="password"]:focus:focus,
            .ui.form .field.error input[type="search"]:focus:active,
            .ui.form .field.error input[type="search"]:focus:focus,
            .ui.form .field.error input[type="tel"]:focus:active,
            .ui.form .field.error input[type="tel"]:focus:focus,
            .ui.form .field.error input[type="text"]:focus:active,
            .ui.form .field.error input[type="text"]:focus:focus,
            .ui.form .field.error input[type="time"]:focus:active,
            .ui.form .field.error input[type="time"]:focus:focus,
            .ui.form .field.error input[type="url"]:focus:active,
            .ui.form .field.error input[type="url"]:focus:focus,
            .ui.form .field.error select:focus:active,
            .ui.form .field.error select:focus:focus,
            .ui.form .field.error textarea:focus:active,
            .ui.form .field.error textarea:focus:focus,
            .ui.form .fields.error input:not([type]):focus:active,
            .ui.form .fields.error input:not([type]):focus:focus,
            .ui.form .fields.error input[type="date"]:focus:active,
            .ui.form .fields.error input[type="date"]:focus:focus,
            .ui.form .fields.error input[type="datetime-local"]:focus:active,
            .ui.form .fields.error input[type="datetime-local"]:focus:focus,
            .ui.form .fields.error input[type="email"]:focus:active,
            .ui.form .fields.error input[type="email"]:focus:focus,
            .ui.form .fields.error input[type="file"]:focus:active,
            .ui.form .fields.error input[type="file"]:focus:focus,
            .ui.form .fields.error input[type="number"]:focus:active,
            .ui.form .fields.error input[type="number"]:focus:focus,
            .ui.form .fields.error input[type="password"]:focus:active,
            .ui.form .fields.error input[type="password"]:focus:focus,
            .ui.form .fields.error input[type="search"]:focus:active,
            .ui.form .fields.error input[type="search"]:focus:focus,
            .ui.form .fields.error input[type="tel"]:focus:active,
            .ui.form .fields.error input[type="tel"]:focus:focus,
            .ui.form .fields.error input[type="text"]:focus:active,
            .ui.form .fields.error input[type="text"]:focus:focus,
            .ui.form .fields.error input[type="time"]:focus:active,
            .ui.form .fields.error input[type="time"]:focus:focus,
            .ui.form .fields.error input[type="url"]:focus:active,
            .ui.form .fields.error input[type="url"]:focus:focus,
            .ui.form .fields.error select:focus:active,
            .ui.form .fields.error select:focus:focus,
            .ui.form .fields.error textarea:focus:active,
            .ui.form .fields.error textarea:focus:focus {
                outline: 3px dashed #9bcbeb;
            }

.site-header {
    margin: 0 auto;
    max-width: 1280px;
}

    .site-header svg {
        fill: black;
    }

.site-header,
.overlay .header {
    display: flex;
    font-size: 14px;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    .site-header,
    .overlay .header {
        font-size: 0.8em;
    }
}

@media screen and (max-width:767px) {

    .site-header,
    .overlay .header {
        font-size: 0.7em;
    }
}

.site-header a,
.overlay .header a {
    color: black;
    text-decoration: none;
}

    .site-header a:hover,
    .site-header a:active,
    .site-header a:focus,
    .overlay .header a:hover,
    .overlay .header a:active,
    .overlay .header a:focus {
        text-decoration: underline;
    }

.site-header .open-translator,
.site-header .my-account-menu,
.overlay .header .open-translator,
.overlay .header .my-account-menu {
    text-transform: uppercase;
    display: inline-block;
    line-height: 100px;
}

@media screen and (max-width:1024px) {

    .site-header .open-translator,
    .site-header .my-account-menu,
    .overlay .header .open-translator,
    .overlay .header .my-account-menu {
        line-height: 80px;
    }
}

.site-header .my-account-menu,
.overlay .header .my-account-menu {
    display: none;
}

@media screen and (min-width:820px) {

    .site-header .my-account-menu,
    .overlay .header .my-account-menu {
        display: block;
    }
}

.site-header .left,
.overlay .header .left {
    flex-grow: 1;
}

@media screen and (max-width:820px) {

    .site-header .login-link,
    .overlay .header .login-link {
        display: none;
    }
}

.site-header .logo,
.overlay .header .logo {
    padding: 0;
}

    .site-header .logo a,
    .overlay .header .logo a {
        display: flex;
        height: 100px;
    }

@media screen and (max-width:1024px) {

    .site-header .logo a,
    .overlay .header .logo a {
        height: 80px;
    }
}

.site-header .logo svg,
.overlay .header .logo svg {
    width: 225px;
    height: 50px;
    margin: auto 0 auto 20px;
}

@media screen and (max-width:767px) {

    .site-header .logo svg,
    .overlay .header .logo svg {
        width: 164px;
        height: 72px;
    }
}

.site-header .open-translator,
.overlay .header .open-translator {
    margin: 0 20px;
    display: none;
}

@media screen and (min-width:767px) {

    .site-header .open-translator,
    .overlay .header .open-translator {
        display: block;
    }
}

.site-header .open-translator img,
.overlay .header .open-translator img {
    vertical-align: middle;
}

.site-header .open-translator span,
.overlay .header .open-translator span {
    padding: 0 7px;
}

.site-header .open-search,
.site-header #menu-button,
.site-header .button,
.overlay .header .open-search,
.overlay .header #menu-button,
.overlay .header .button {
    height: 100px;
    width: 105px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

@media screen and (max-width:1024px) {

    .site-header .open-search,
    .site-header #menu-button,
    .site-header .button,
    .overlay .header .open-search,
    .overlay .header #menu-button,
    .overlay .header .button {
        height: 80px;
        width: 75px;
    }
}

.site-header .open-search,
.overlay .header .open-search {
    padding-top: 33px;
    background: #ffffff;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    .site-header .open-search,
    .overlay .header .open-search {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {

    .site-header .open-search,
    .overlay .header .open-search {
        padding: 12px 14px;
    }
}

.site-header .open-search svg,
.overlay .header .open-search svg {
    width: 35px;
    height: 33px;
    fill: #013556;
}

.site-header .open-search:hover,
.overlay .header .open-search:hover {
    background: #9bcbeb;
}

.site-header #menu-button,
.overlay .header #menu-button {
    background: #013556;
    padding: 20px 0 0 0;
    cursor: pointer;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    .site-header #menu-button,
    .overlay .header #menu-button {
        padding: 6px 0 0 0;
    }
}

@media screen and (max-width:767px) {

    .site-header #menu-button,
    .overlay .header #menu-button {
        padding: 10px;
    }
}

.site-header #menu-button a,
.overlay .header #menu-button a {
    color: white;
    display: block;
}

.site-header #menu-button:hover,
.overlay .header #menu-button:hover {
    background-color: #04263f;
}

.site-header #menu-button svg,
.overlay .header #menu-button svg {
    height: 40px;
    width: 40px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {

    .site-header .close-overlay,
    .overlay .header .close-overlay {
        padding: 0;
    }
}

.overlay .header {
    margin-top: -10px;
}

    .overlay .header .button {
        position: relative;
    }

    .overlay .header > a {
        color: white;
    }

    .overlay .header .logo svg {
        fill: white;
    }

    .overlay .header .open-search {
        background: white;
    }

@media (prefers-color-scheme:dark) {
    .theme-follow-system .site-header svg {
        fill: #e1e1e1;
    }

    .theme-follow-system .site-header a,
    .theme-follow-system .overlay .header a {
        color: #e1e1e1;
    }

    .theme-follow-system .site-header .open-search,
    .theme-follow-system .overlay .header .open-search {
        background-color: #272727;
        border: 2px solid #414141;
    }

        .theme-follow-system .site-header .open-search svg,
        .theme-follow-system .overlay .header .open-search svg {
            fill: #e1e1e1;
        }

        .theme-follow-system .site-header .open-search:hover,
        .theme-follow-system .overlay .header .open-search:hover {
            background-color: #414141;
            border-color: #5b5b5b;
        }
}

.content header,
article header {
    position: relative;
    top: -108px;
    background: #ffd38c;
    max-width: 714px;
    left: -52px;
    box-sizing: border-box;
    padding: 0 23px;
    margin: 0 auto;
    margin-bottom: -76px;
    overflow: hidden;
}

    .content header h1,
    article header h1 {
        font-size: 29px;
    }

    .content header .arrow,
    article header .arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        border-width: 0 0 30px 250px;
        border-color: transparent transparent #ffc952 transparent;
        bottom: 0;
        right: 0;
        bottom: 0;
        right: 0;
    }

aside {
    max-width: 350px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}

    aside h3,
    aside h4 {
        margin: 0 0 1em 0;
    }

    aside.blue {
        background-color: #9bcbeb;
        padding: 40px 30px;
    }

        aside.blue .aside-heading {
            margin-top: 0;
        }

        aside.blue .contact {
            border-left: 5px solid #013556;
            padding: 22px 0 10px 17px;
        }

            aside.blue .contact h5 {
                font-family: 'OpenSans-SemiBold', 'Open Sans SemiBold', 'Open Sans';
                font-weight: 600;
                font-size: 16px;
                margin: 0;
            }

            aside.blue .contact p {
                margin: 0;
            }

        aside.blue a {
            color: #013556;
        }

    aside.grey {
        background-color: gainsboro;
    }

    aside.important-notice {
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1280px;
    }

        aside.important-notice p {
            margin: 0;
        }

@media screen and (max-width:1024px) {
    aside.important-notice {
        display: block;
    }
}

aside.important-notice div.highlight {
    display: none;
}

aside.important-notice svg {
    fill: #013556;
}

aside.important-notice .js-trigger-dismiss-banner svg {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}

    aside.important-notice .js-trigger-dismiss-banner svg:hover {
        fill: #4b4b4b;
    }

aside.important-notice .js-trigger-dismiss-banner:active svg,
aside.important-notice .js-trigger-dismiss-banner:focus svg {
    outline: 3px dashed #9bcbeb;
}

@media screen and (max-width:1024px) {
    .left-column aside {
        display: none;
    }
}

.split {
    margin-bottom: 65px;
}

    .split aside,
    .split div {
        display: inline-block;
        width: 45%;
        margin-right: 15px;
        box-sizing: border-box;
        vertical-align: top;
    }

    .split div {
        padding: 0 20px;
    }

.grid-col aside.blue {
    max-width: 100%;
}

.content-aside {
    max-width: 100%;
    padding: 0;
}

    .content-aside h4 {
        margin: 25px 0;
    }

    .content-aside .link-list li a {
        text-decoration: none;
    }

        .content-aside .link-list li a:hover {
            text-decoration: underline;
        }

@media (prefers-color-scheme:dark) {
    .theme-follow-system aside {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
        fill: #e1e1e1;
    }

        .theme-follow-system aside.blue {
            background-color: #272727;
        }

            .theme-follow-system aside.blue a {
                color: #e1e1e1;
            }

        .theme-follow-system aside.important-notice .js-trigger-dismiss-banner svg {
            fill: #e1e1e1;
        }

            .theme-follow-system aside.important-notice .js-trigger-dismiss-banner svg:hover {
                fill: #aaaaaa;
            }
}

.aside-content-box {
    background-color: #9bcbeb;
    margin: 25px 0;
    padding: 25px;
}

    .aside-content-box *,
    .aside-content-box *::before,
    .aside-content-box *::after {
        box-sizing: border-box;
    }

    .aside-content-box.full-width {
        max-width: 100%;
    }

        .aside-content-box.full-width ul li a {
            text-decoration: underline;
        }

    .aside-content-box small {
        color: #323232;
        font-size: 14px;
        line-height: 22px;
    }

@media (prefers-color-scheme:dark) {
    .theme-follow-system .aside-content-box {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }
}

.aside-content-box-heading {
    color: #323232;
    font-size: 20px;
    margin: 0 0 25px 0;
}

.aside-content-box-body {
    border-left: 5px solid #123b54;
    color: #323232;
    padding: 5px 0 5px 20px;
}

    .aside-content-box-body ol {
        padding: 0 0 0 15px;
    }

        .aside-content-box-body ol li {
            color: black;
        }

    .aside-content-box-body ul {
        list-style: none;
        padding: 0;
    }

    .aside-content-box-body li {
        padding: 0;
        margin-bottom: 10px;
    }

    .aside-content-box-body p {
        color: black;
    }

    .aside-content-box-body a {
        color: black;
        text-decoration: underline;
    }

        .aside-content-box-body a:hover {
            text-decoration: none;
        }

.content .aside-content-box-body {
    padding: 1px 0 1px 20px;
}

    .content .aside-content-box-body ul,
    .content .aside-content-box-body ol {
        width: 75%;
    }

        .content .aside-content-box-body ul a,
        .content .aside-content-box-body ol a {
            color: #1b365d;
            text-decoration: none;
        }

            .content .aside-content-box-body ul a:hover,
            .content .aside-content-box-body ol a:hover {
                color: #323232;
            }

.accordion {
    border: 4px solid #e6e6e6;
    padding: 25px 50px;
    margin-bottom: 10px;
}

    .accordion *,
    .accordion *::before,
    .accordion *::after {
        box-sizing: border-box;
    }

    .accordion:hover,
    .accordion.is-open {
        border: 4px solid #9bcbeb;
    }

        .accordion:hover .accordion-heading,
        .accordion.is-open .accordion-heading {
            color: black;
        }

        .accordion:hover .accordion-trigger .svg-icon,
        .accordion.is-open .accordion-trigger .svg-icon {
            fill: black;
        }

        .accordion.is-open .accordion-body {
            display: block;
        }

.accordion-header {
    display: flex;
    justify-content: space-between;
}

    .accordion-header .accordion-heading {
        font-size: 24px;
        margin: 0;
    }

    .accordion-header .accordion-trigger {
        background: none;
        border: 0 none;
        cursor: pointer;
    }

        .accordion-header .accordion-trigger .svg-icon {
            height: 24px;
            width: 24px;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

        .accordion-header .accordion-trigger.is-active .svg-icon {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.accordion-body {
    display: none;
    padding: 20px 0 0 0;
}

    .accordion-body p a,
    .accordion-body .highlight a {
        color: #024ca2;
    }

.banner {
    margin-bottom: 63px;
    position: relative;
}

@media screen and (max-width:767px) {
    .banner {
        margin: 0 0 80px;
    }
}

.home .banner .subtitle,
.content-wrapper.landing .banner {
    max-width: 620px;
    padding: 20px 20px 20px 35px;
    background: #ffd38c;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    .home .banner .subtitle,
    .content-wrapper.landing .banner {
        max-width: 492px;
    }
}

@media screen and (max-width:767px) {

    .home .banner .subtitle,
    .content-wrapper.landing .banner {
        max-width: 100%;
        margin: 15px;
        padding: 15px 24px;
    }
}

.home .banner .subtitle .arrow,
.content-wrapper.landing .banner .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 30px 250px;
    border-color: transparent transparent #ffc952 transparent;
    bottom: 0;
    right: 0;
    bottom: 0;
    right: 0;
}

@media screen and (max-width:767px) {

    .home .banner .subtitle .arrow,
    .content-wrapper.landing .banner .arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        border-width: 0 0 15px 250px;
        border-color: transparent transparent #ffc952 transparent;
        bottom: 0;
        right: 0;
    }
}

.home .banner .subtitle strong,
.home .banner .subtitle strong p,
.content-wrapper.landing .banner strong,
.content-wrapper.landing .banner strong p {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-size: 24px;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    .home .banner .subtitle strong,
    .home .banner .subtitle strong p,
    .content-wrapper.landing .banner strong,
    .content-wrapper.landing .banner strong p {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {

    .home .banner .subtitle strong,
    .home .banner .subtitle strong p,
    .content-wrapper.landing .banner strong,
    .content-wrapper.landing .banner strong p {
        font-size: 16px;
    }
}

.home .banner {
    position: relative;
}

    .home .banner:before {
        content: "";
        border-color: transparent transparent transparent gainsboro;
        border-width: 140px 0 0 140px;
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        z-index: -1;
        bottom: -20px;
        left: -20px;
    }

@media screen and (max-width:1024px) {
    .home .banner:before {
        display: none;
    }
}

.home .banner .subtitle {
    position: absolute;
    bottom: -15px;
    right: -40px;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .home .banner .subtitle {
        right: -64px;
    }
}

@media screen and (max-width:767px) {
    .home .banner .subtitle {
        position: relative;
        bottom: 50px;
        right: 0;
        margin-bottom: -75px;
    }
}

.home .banner img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    position: relative;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .home .banner img {
        max-height: 233px;
    }
}

@media screen and (max-width:767px) {
    .home .banner img {
        max-height: 176px;
    }
}

@media (prefers-color-scheme:dark) {

    .theme-follow-system .home .banner .subtitle,
    .theme-follow-system .content-wrapper.landing .banner {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

        .theme-follow-system .home .banner .subtitle .arrow,
        .theme-follow-system .content-wrapper.landing .banner .arrow {
            display: none;
        }

    .theme-follow-system .home .banner > .arrow.bottom.left,
    .theme-follow-system .home .banner > .arrow.bottom.right {
        display: none;
    }
}

.content-wrapper.landing .banner h1 {
    font-size: 29px;
    margin: 0 0 20px 0;
}

.content-wrapper.landing .banner p {
    margin: 0 0 15px 0;
    line-height: 23px;
}

.banner-image {
    margin: 0 100px -70px;
    position: relative;
}

    .banner-image img {
        max-width: 100%;
        height: auto;
    }

    .banner-image:before {
        content: "";
        border-color: transparent transparent transparent gainsboro;
        border-width: 140px 0 0 140px;
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        z-index: -1;
        bottom: -20px;
        right: -20px;
    }

@media screen and (max-width:1024px) {
    .banner-image:before {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .banner-image {
        margin: 0 0 -60px;
    }
}

.breadcrumbs {
    background-color: gainsboro;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 13px;
    width: 1280px;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .breadcrumbs {
        margin: 0 75px;
    }
}

@media screen and (max-width:767px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs ol,
.breadcrumbs ul {
    margin: 0;
    list-style: none;
    padding: 6px 0;
}

    .breadcrumbs ol li,
    .breadcrumbs ul li {
        display: inline-block;
        margin: 0 3px 0 0;
        padding: 0 20px;
        background: none;
        border-right: 1px solid;
    }

        .breadcrumbs ol li a,
        .breadcrumbs ul li a {
            text-decoration: none;
            color: black;
        }

            .breadcrumbs ol li a:hover,
            .breadcrumbs ol li a:active,
            .breadcrumbs ol li a:focus,
            .breadcrumbs ul li a:hover,
            .breadcrumbs ul li a:active,
            .breadcrumbs ul li a:focus {
                text-decoration: underline;
            }

        .breadcrumbs ol li:last-child,
        .breadcrumbs ul li:last-child {
            border-right: none;
        }

        .breadcrumbs ol li svg,
        .breadcrumbs ul li svg {
            height: 30px;
            width: 30px;
            vertical-align: middle;
        }

@media (prefers-color-scheme:dark) {
    .theme-follow-system .breadcrumbs {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

        .theme-follow-system .breadcrumbs ol li a,
        .theme-follow-system .breadcrumbs ul li a {
            color: #e1e1e1;
        }
}

.box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 48%));
    margin-bottom: 1.6em;
    justify-content: center;
}

    .box-grid.two-column {
        grid-template-columns: repeat(auto-fit, minmax(300px, 48%));
        gap: 4%;
    }

    .box-grid.three-column {
        grid-template-columns: repeat(auto-fit, minmax(300px, 32%));
        gap: 2%;
    }

    .box-grid.four-column {
        grid-template-columns: repeat(auto-fit, minmax(300px, 23%));
        gap: 2%;
    }

.comments-client {
    padding: 30px;
    position: relative;
    border: 4px solid #9bcbeb;
    padding: 20px;
}

    .comments-client.is-large {
        border-width: 5px;
        padding: 30px;
    }

    .comments-client.alt {
        background-color: #013556;
        border-color: #013556;
        color: white;
    }

    .comments-client a {
        color: #323232;
    }

    .comments-client svg {
        width: 135px;
        height: 105px;
        fill: black;
    }

@media screen and (max-width:767px) {
    .comments-client svg {
        display: none;
    }
}

.comments-client .form-textarea {
    min-height: 150px;
}

.comments-client .form-instructions {
    display: flex;
    justify-content: flex-end;
}

.comments-client #cke_comments-editor {
    margin-bottom: 20px;
}

.comments-client .button-panel {
    text-align: right;
}

    .comments-client .button-panel .button {
        background-color: #1b365d;
        border-color: #1b365d;
        color: white;
    }

        .comments-client .button-panel .button:hover {
            color: black;
        }

@media (prefers-color-scheme:dark) {
    .theme-follow-system .comments-client {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
        border: none;
    }
}

.comments-form .button-group {
    margin: 30px 0;
}

.comments-form .button {
    padding: 9px 21px;
}

.comments-thread .comments-comment {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 25px;
}

    .comments-thread .comments-comment:last-child {
        border: 0 none;
        margin-bottom: 0;
    }

.comments-thread .comment-list {
    list-style: none;
    padding-left: 20px;
}

    .comments-thread .comment-list .comment-item {
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 25px;
    }

        .comments-thread .comment-list .comment-item:last-child {
            border: 0 none;
        }

        .comments-thread .comment-list .comment-item h3 {
            color: black;
            display: block;
            font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
            font-weight: 700;
            font-size: 16px;
            margin: 0;
        }

            .comments-thread .comment-list .comment-item h3 img {
                margin: 0 5px;
            }

        .comments-thread .comment-list .comment-item .comment-meta {
            color: #787878;
            display: block;
            font-size: 14px;
        }

.comments-thread > .comment-list {
    padding: 0;
}

.load-comments {
    bottom: -22px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
}

    .load-comments .button {
        height: 53px;
    }

.find {
    margin-bottom: 20px;
    position: relative;
}

@media screen and (min-width:1024px) {
    .find {
        margin-bottom: 165px;
    }
}

.find a {
    text-decoration: none;
}

    .find a:hover,
    .find a:active,
    .find a:focus {
        text-decoration: underline;
    }

.find .image {
    position: relative;
    position: relative;
}

    .find .image:before {
        content: "";
        border-color: transparent transparent transparent gainsboro;
        border-width: 140px 0 0 140px;
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        z-index: -1;
        bottom: -20px;
        left: -20px;
    }

@media screen and (max-width:1024px) {
    .find .image:before {
        display: none;
    }
}

.find .image img {
    position: relative;
    width: 900px;
    height: 308px;
    object-fit: cover;
    object-position: top left;
    max-width: 100%;
}

.find .social-media {
    position: absolute;
    top: -35px;
    right: 0;
}

    .find .social-media svg {
        width: 150px;
        height: 115px;
        margin-left: 35px;
    }

    .find .social-media a svg {
        margin: 0 5px;
        width: 75px;
        height: 64px;
    }

@media screen and (min-width:767px) and (max-width:1024px) {
    .find .social-media {
        display: none;
    }
}

.find div.information-links {
    background: #123b54;
    width: 100%;
    display: inline-block;
    color: white;
    padding: 25px 30px;
    box-sizing: border-box;
}

@media screen and (min-width:1024px) {
    .find div.information-links {
        position: absolute;
        top: 100px;
        right: 0;
        max-width: 672px;
    }
}

.find div.information-links .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 30px 250px;
    border-color: transparent transparent #052740 transparent;
    bottom: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.find div.information-links h2 {
    font-size: 23px;
    margin: 0;
}

@media screen and (max-width:767px) {
    .find div.information-links h2 {
        font-size: 16px;
    }
}

.find div.information-links ul {
    column-count: 1;
}

@media screen and (min-width:1024px) {
    .find div.information-links ul {
        column-count: 2;
    }
}

@media screen and (max-width:767px) {
    .find div.information-links ul {
        margin: 13px 0;
    }
}

.find div.information-links ul li {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFFFFF; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='1' width='8' height='1'/%3E%3C/svg%3E");
}

@media screen and (max-width:767px) {
    .find div.information-links ul li {
        background: none;
        border-top: 1px solid white;
        font-size: 16px;
        padding: 6px 0 9px;
    }
}

.find div.information-links a {
    color: white;
}

footer {
    background-color: #1b365d;
    clear: both;
    color: white;
    padding: 50px 100px;
    font-family: "OpenSans-Light", "Open Sans";
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    footer {
        padding: 50px 75px;
    }
}

@media screen and (max-width:767px) {
    footer {
        padding: 50px 16px;
    }
}

footer a {
    text-decoration: none;
    color: white;
}

    footer a:hover,
    footer a:active,
    footer a:focus {
        text-decoration: underline;
        color: white;
    }

footer ul {
    list-style: none;
    padding: 0;
}

    footer ul li {
        background: none;
    }

footer nav div {
    display: inline-block;
    width: 33%;
    margin-right: -4px;
    vertical-align: top;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    footer nav div {
        width: 50%;
        margin-bottom: 44px;
    }
}

@media screen and (max-width:767px) {
    footer nav div {
        display: block;
        width: auto;
        margin: 0 0 50px;
    }
}

footer nav ul {
    margin: 0;
}

    footer nav ul li {
        padding: 6px 0;
    }

footer h2 {
    font-size: 21px;
    margin: 0 0 10px 0;
    color: white;
}

@media screen and (max-width:767px) {
    footer h2 {
        font-size: 20px;
    }
}

footer .site-links {
    text-align: center;
}

@media screen and (max-width:767px) {
    footer .site-links {
        text-align: left;
    }
}

footer .site-links ul {
    padding: 0;
}

@media screen and (max-width:767px) {
    footer .site-links ul {
        display: initial;
        margin: 0;
    }
}

footer .site-links ul li {
    display: inline-block;
    border-right: 1px solid white;
    padding: 0 16px;
    margin: 10px 0;
    background: none;
}

@media screen and (max-width:767px) {
    footer .site-links ul li {
        display: block;
        border-right: none;
        padding: 0;
        margin: 11px 0px;
    }
}

footer .site-links ul li:last-child {
    border-right: none;
}

footer .site-links ul:first-child li:first-child {
    padding: 0 16px 0 0;
}

footer .site-links .social-media {
    margin: 0 22px;
}

@media screen and (max-width:767px) {
    footer .site-links .social-media {
        /*display: block;
        margin: 1.5em 0;*/
    }
}

footer .site-links .social-media li {
    padding: 10px 6px;
    border: none;
}

@media screen and (max-width:767px) {
    footer .site-links .social-media li {
        display: inline-block;
    }
}

footer .site-links .social-media li a {
    display: inline-block;
}

    footer .site-links .social-media li a svg {
        vertical-align: bottom;
        text-align: center;
        height: 30px;
        width: 40px;
    }

@media screen and (min-width:300px) and (max-width:1024px) {
    footer .site-links {
        margin-right: 40px;
        text-align: left;
    }

        footer .site-links ul {
            display: block;
            margin: 0;
        }

            footer .site-links ul li {
                display: block;
                border-right: none;
                padding: 0 0;
            }

            footer .site-links ul.social-media li {
                display: inline-block;
            }

    .region-footer-left, .region-footer-right {
        /* text-align: center; */
    }

    footer .site-links .social-media {
        margin: 0;
    }
}

@media screen and (max-width:1024px) {

    .region-footer-left,
    .region-footer-right {
        display: block;
    }
}

#rap-footer {
    color: #013556;
}

    #rap-footer img,
    #rap-footer svg {
        float: left;
        margin-right: 20px;
        width: 100px;
    }

.fairwork-wrapper > #rap-footer {
    clear: both;
    font-family: "OpenSans-Light", "Open Sans";
    box-sizing: border-box;
    padding: 10px 100px 10px 100px;
    margin: 0 auto;
    max-width: 1280px;
}

@media screen and (max-width:767px) {
    .fairwork-wrapper > #rap-footer {
        padding: 16px;
    }
}

.fairwork-wrapper > #rap-footer p {
    padding: 10px 5px 10px 0px;
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system footer {
        background-color: #2c2c2c;
        color: #e1e1e1;
    }

    .theme-follow-system #rap-footer {
        color: #e1e1e1;
    }
}

.footer-tools {
    background-color: gainsboro;
    clear: both;
    margin: 75px 0 0 0;
    padding: 16px 100px;
}

@media screen and (max-width:767px) {
    .footer-tools {
        padding: 16px;
        margin-top: 16px;
    }
}

.footer-tools li > div > div > p > a {
    color: black;
    text-decoration: none;
}

    .footer-tools li > div > div > p > a:focus,
    .footer-tools li > div > div > p > a:active {
        text-decoration: underline;
    }

.footer-tools-list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .footer-tools-list > li {
        flex: 0 0 33%;
        margin: 0;
        padding: 0;
    }

        .footer-tools-list > li > .button,
        .footer-tools-list > li > a {
            border: 0 none;
            color: black;
            font-size: 14px;
            padding: 0;
            text-decoration: none;
            vertical-align: middle;
        }

            .footer-tools-list > li > .button:hover,
            .footer-tools-list > li > .button:active,
            .footer-tools-list > li > a:hover,
            .footer-tools-list > li > a:active {
                text-decoration: underline;
            }

            .footer-tools-list > li > .button.is-active,
            .footer-tools-list > li > a.is-active {
                text-decoration: underline;
            }

        .footer-tools-list > li svg {
            display: inline-block;
            height: 28px;
            margin-right: 5px;
            vertical-align: middle;
            width: 28px;
            fill: #333333;
        }

@media screen and (max-width:767px) {
    .footer-tools-list {
        display: block;
    }
}

.feedback-dropdown {
    background-color: white;
    padding: 20px;
}

.feedback-form .form-fieldset {
    margin-top: 0;
}

.feedback-form .form-textarea {
    width: 280px;
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system .footer-tools {
        background-color: #272727;
        color: #e1e1e1;
    }

    .theme-follow-system .footer-tools-list > li .button.is-anchor,
    .theme-follow-system .footer-tools-list > li a {
        color: #e1e1e1;
    }

    .theme-follow-system .footer-tools-list > li .button.is-secondary {
        color: #1e1e1e;
    }

    .theme-follow-system .footer-tools-list > li svg {
        fill: #e1e1e1;
    }
}

.button.is-anchor.is-glossary {
    border: 0 none;
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    vertical-align: top;
}

    .button.is-anchor.is-glossary .svg-icon {
        fill: #072144;
        height: 22px;
        width: 22px;
    }

.icon-important,
.icon-help {
    display: inline-block;
    text-align: center;
    color: #072144;
    font-size: 16px;
    line-height: 16px;
    width: auto;
    border-radius: 50%;
    border: 2px solid #072144;
    font-weight: 700;
}

label .icon-help,
label .icon-important,
fieldset .icon-help,
fieldset .icon-important,
legend .icon-help,
legend .icon-important {
    line-height: 16px;
    margin: 0 5px 5px 5px;
    cursor: pointer;
}

.icon-important {
    padding: 4px 10px;
}

.icon-help {
    padding: 4px 8px;
}

div.hint,
div.important {
    display: none;
    background-color: #dde8ef;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 25px;
}

.hero .hero-image {
    position: relative;
}

    .hero .hero-image:before {
        content: "";
        border-color: transparent transparent transparent gainsboro;
        border-width: 140px 0 0 140px;
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        z-index: -1;
        bottom: -20px;
        right: -20px;
    }

@media screen and (max-width:1024px) {
    .hero .hero-image:before {
        display: none;
    }
}

.hero .hero-image img {
    max-width: 100%;
}

.hero .hero-image.is-offset {
    margin-bottom: -70px;
}

@media screen and (max-width:767px) {
    .hero .hero-image.is-offset {
        margin-bottom: -25px;
    }
}

.hero .hero-content {
    max-width: 620px;
    padding: 20px 35px;
    background: #ffd38c;
    position: relative;
    margin: 0 auto 50px;
    position: relative;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .hero .hero-content {
        max-width: 492px;
    }
}

@media screen and (max-width:767px) {
    .hero .hero-content {
        padding: 10px;
    }

        .hero .hero-content h1 {
            margin: 10px 0;
        }
}

.hero .hero-content:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 30px 250px;
    border-color: transparent transparent #ffc952 transparent;
    bottom: 0;
    right: 0;
}

@media screen and (max-width:767px) {
    .hero .hero-content {
        position: relative;
    }

        .hero .hero-content:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            border-width: 0 0 15px 250px;
            border-color: transparent transparent #ffc952 transparent;
            bottom: 0;
            right: 0;
        }
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system .hero .hero-content {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
        position: relative;
    }

        .theme-follow-system .hero .hero-content:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            border-width: 0 0 30px 250px;
            border-color: transparent transparent #2e2e2e transparent;
            bottom: 0;
            right: 0;
        }
}

@media screen and (prefers-color-scheme:dark) and (max-width:767px) {
    .theme-follow-system .hero .hero-content {
        position: relative;
    }

        .theme-follow-system .hero .hero-content:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            border-width: 0 0 15px 250px;
            border-color: transparent transparent #2e2e2e transparent;
            bottom: 0;
            right: 0;
        }
}

.industry-filter {
    max-width: 575px;
}

    .industry-filter .form-field {
        margin: 0;
    }

    .industry-filter .form-instructions {
        display: inline-block;
        font-size: 16px;
        line-height: 1.5em;
    }

    .industry-filter .form-label {
        font-size: 18px;
    }

    .industry-filter .form-select {
        margin: 25px 0;
    }

    .industry-filter a {
        display: inline-block;
    }

@media screen and (max-width:767px) {
    .industry-filter {
        padding: 20px 10px;
    }
}

@media screen and (max-width:767px) {
    .industry-filter a.button {
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }
}

.industry-filter-summary h2 {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
}

.industry-filter-summary a {
    text-decoration: underline;
}

h2.link-list,
ul.link-list {
    border-left: 5px solid #1B365D;
    padding: 0 0 0 25px;
}

h2.link-list {
    font-size: 16px;
    padding-top: 10px;
    margin: 0;
}

@media screen and (max-width:767px) {
    h2.link-list {
        margin-top: 20px;
    }
}

ul.link-list {
    padding-top: 4px;
    list-style: none;
    margin: 0 0 40px 0;
}

    ul.link-list li {
        padding: 6px 0 7px;
        background: 0 none;
    }

        ul.link-list li a {
            text-decoration: underline;
        }

#primary-area article ul.link-list li:before {
    content: none;
}

.live-tiles {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -2% 54px 0;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .live-tiles {
        margin-bottom: 32px;
    }
}

@media screen and (max-width:767px) {
    .live-tiles {
        margin-bottom: 20px;
    }
}

.live-tiles.is-centered {
    text-align: center;
    justify-content: center;
}

.live-tiles h2 {
    font-size: 16px;
    margin: 5px 0 10px;
}

.live-tiles h3 {
    font-size: 20px;
    font-family: "OpenSans-ExtraBold", "Open Sans";
    font-weight: 800;
    margin: 10px 0;
}

@media screen and (max-width:767px) {
    .live-tiles h3 {
        font-size: 16px;
    }
}

.live-tiles a {
    color: #323232;
}

.live-tiles div {
    display: inline-block;
    box-sizing: border-box;
    max-width: 345px;
    width: 100%;
    margin: 0 2% 2% 0;
    border: 4px solid #9bcbeb;
    padding: 25px 25px 35px;
    position: relative;
    min-height: 400px;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .live-tiles div {
        max-width: 300px;
    }
}

@media screen and (max-width:767px) {
    .live-tiles div {
        min-height: 0;
        background-color: #bfddff;
        border: none;
        padding: 10px;
    }
}

.live-tiles div:hover {
    background-color: #9bcbeb;
}

.live-tiles div svg {
    width: 135px;
    height: 105px;
    fill: black;
}

@media screen and (max-width:767px) {
    .live-tiles div svg {
        display: none;
    }
}

.live-tiles div ul {
    text-align: left;
}

.live-tiles div .more {
    text-align: right;
    margin: 0;
    padding: 1.6em 0 0;
}

.live-tiles div > a {
    position: absolute;
    right: 30px;
    bottom: 25px;
    text-align: right;
}

    .live-tiles div > a svg {
        margin: 0 10px;
        vertical-align: bottom;
        height: 14px;
        width: 20px;
    }

@media screen and (max-width:767px) {
    .live-tiles div > a {
        position: revert;
        display: block;
        padding: 4px 30px;
    }
}

.live-tiles div.alt {
    background-color: #013556;
    color: white;
    border: none;
    padding: 5px;
}

    .live-tiles div.alt h3 {
        font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
        font-size: 24px;
        margin: 26px 25px 2px;
    }

    .live-tiles div.alt a {
        color: white;
    }

.live-tiles div.plain {
    border: none;
    background: none;
}

    .live-tiles div.plain:hover {
        background: none;
    }

    .live-tiles div.plain li {
        background: none;
        padding: 6px 0 6px 30px;
    }

.live-tiles div a svg,
.live-tiles div .more svg {
    fill: black;
    height: 20px;
    width: 20px;
    margin: 0;
    vertical-align: sub;
}

.live-tiles div.alt a svg {
    fill: white;
}

.live-tiles.two h3,
.live-tiles.two p,
.live-tiles.four h3,
.live-tiles.four p {
    text-align: left;
    margin: 10px 20px;
}

@media screen and (max-width:767px) {

    .live-tiles.two p,
    .live-tiles.two ul,
    .live-tiles.four p,
    .live-tiles.four ul {
        display: block;
    }
}

.live-tiles.two {
    margin-top: 60px;
}

    .live-tiles.two div {
        max-width: 48%;
        min-height: 286px;
    }

@media screen and (max-width:767px) {
    .live-tiles.two div {
        max-width: 100%;
    }
}

.live-tiles.two div h3 {
    margin: 26px 26px 8px;
}

.live-tiles.two div p {
    margin: 13px 26px;
}

.live-tiles.four div {
    max-width: 190px;
    min-height: 150px;
}

@media screen and (max-width:767px) {
    .live-tiles.four div {
        min-height: 0;
        max-width: none;
        background-color: white;
        border: 4px solid #9bcbeb;
    }
}

.live-tiles.distribute-50-50 div {
    max-width: 48%;
}

@media screen and (max-width:767px) {
    .live-tiles.distribute-50-50 div {
        max-width: none;
    }
}

.live-tiles.same-height-280 div {
    height: 280px;
}

.home .live-tiles a {
    text-decoration: none;
}

    .home .live-tiles a:hover,
    .home .live-tiles a:active,
    .home .live-tiles a:focus {
        text-decoration: underline;
    }

@media screen and (max-width:767px) {

    .home .live-tiles p,
    .home .live-tiles ul {
        display: none;
    }
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system .live-tiles a {
        color: #e1e1e1;
    }

    .theme-follow-system .live-tiles div {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
        border: none;
    }

        .theme-follow-system .live-tiles div svg {
            fill: #e1e1e1;
        }
}

#main-menu-overlay nav {
    margin: 60px 0;
}

    #main-menu-overlay nav a {
        color: white;
    }

    #main-menu-overlay nav > ul > li > a {
        font-size: 20px;
    }

@media screen and (min-width: 768px) {
    #main-menu-overlay nav > ul > li:hover > a:after, #main-menu-overlay nav > ul > li:focus > a:after, #main-menu-overlay nav > ul > li.keyboard-focused > a:after, #main-menu-overlay nav > ul > li:focus-within > a:after {
        content: "";
        position: absolute;
        border-top: 1px dotted white;
        width: 500px;
        top: 40%;
        left: 100%;
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    #main-menu-overlay nav > ul > li:hover > a:after, #main-menu-overlay nav > ul > li:focus > a:after, #main-menu-overlay nav > ul > li.keyboard-focused > a:after, #main-menu-overlay nav > ul > li:focus-within > a:after {
        content: none;
    }
}

#main-menu-overlay nav ul {
    padding: 0;
    list-style: none;
    width: 352px;
    position: relative;
}

    #main-menu-overlay nav ul > li {
        padding: 9px 0;
        background: none;
    }

        #main-menu-overlay nav ul > li ul {
            display: none;
            width: 100vw;
        }

        #main-menu-overlay nav ul > li .advertisement {
            display: none;
            position: absolute;
            left: 210%;
            top: 0;
        }

        #main-menu-overlay nav ul > li:hover > a, #main-menu-overlay nav ul > li:focus > a, #main-menu-overlay nav ul > li.keyboard-focused > a, #main-menu-overlay nav ul > li:focus-visible > a, #main-menu-overlay nav ul > li:focus-within > a {
            position: relative;
            text-decoration: none;
            color: #bfddff;
        }

@media screen and (min-width: 768px) {
    #main-menu-overlay nav ul > li:hover > ul, #main-menu-overlay nav ul > li:focus > ul, #main-menu-overlay nav ul > li.keyboard-focused > ul, #main-menu-overlay nav ul > li:focus-visible > ul, #main-menu-overlay nav ul > li:focus-within > ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 100%;
        padding: 0 29px;
        border-left: 1px dotted white;
        transform: perspective(1px) translateY(-50%);
        top: 50%;
        background: #013556;
    }

    #main-menu-overlay nav ul > li:hover ul li a, #main-menu-overlay nav ul > li:focus ul li a, #main-menu-overlay nav ul > li.keyboard-focused ul li a, #main-menu-overlay nav ul > li:focus-visible ul li a, #main-menu-overlay nav ul > li:focus-within ul li a {
        padding: 12px 0;
        font-size: 16px;
    }
}

#main-menu-overlay nav ul > li:hover div.advertisement, #main-menu-overlay nav ul > li:focus div.advertisement, #main-menu-overlay nav ul > li.keyboard-focused div.advertisement, #main-menu-overlay nav ul > li:focus-visible div.advertisement, #main-menu-overlay nav ul > li:focus-within div.advertisement {
    display: block;
    background: #9bcbeb;
    text-align: center;
    color: #1b365d;
    width: 225px;
    height: 225px;
    padding: 25px 5px;
    box-sizing: border-box;
}

    #main-menu-overlay nav ul > li:hover div.advertisement svg, #main-menu-overlay nav ul > li:focus div.advertisement svg, #main-menu-overlay nav ul > li.keyboard-focused div.advertisement svg, #main-menu-overlay nav ul > li:focus-visible div.advertisement svg, #main-menu-overlay nav ul > li:focus-within div.advertisement svg {
        width: 80px;
        height: 80px;
    }

    #main-menu-overlay nav ul > li:hover div.advertisement p, #main-menu-overlay nav ul > li:focus div.advertisement p, #main-menu-overlay nav ul > li.keyboard-focused div.advertisement p, #main-menu-overlay nav ul > li:focus-visible div.advertisement p, #main-menu-overlay nav ul > li:focus-within div.advertisement p {
        font-size: 16px;
    }

    #main-menu-overlay nav ul > li:hover div.advertisement h4, #main-menu-overlay nav ul > li:hover div.advertisement p, #main-menu-overlay nav ul > li:focus div.advertisement h4, #main-menu-overlay nav ul > li:focus div.advertisement p, #main-menu-overlay nav ul > li.keyboard-focused div.advertisement h4, #main-menu-overlay nav ul > li.keyboard-focused div.advertisement p, #main-menu-overlay nav ul > li:focus-visible div.advertisement h4, #main-menu-overlay nav ul > li:focus-visible div.advertisement p, #main-menu-overlay nav ul > li:focus-within div.advertisement h4, #main-menu-overlay nav ul > li:focus-within div.advertisement p {
        margin: 0 0 6px 0;
    }

    #main-menu-overlay nav ul > li:hover div.advertisement a, #main-menu-overlay nav ul > li:focus div.advertisement a, #main-menu-overlay nav ul > li.keyboard-focused div.advertisement a, #main-menu-overlay nav ul > li:focus-visible div.advertisement a, #main-menu-overlay nav ul > li:focus-within div.advertisement a {
        color: #1b365d;
    }

@media screen and (max-width: 1024px) {
    #main-menu-overlay nav ul > li:hover div.advertisement, #main-menu-overlay nav ul > li:focus div.advertisement, #main-menu-overlay nav ul > li.keyboard-focused div.advertisement, #main-menu-overlay nav ul > li:focus-visible div.advertisement, #main-menu-overlay nav ul > li:focus-within div.advertisement {
        display: none;
    }
}

#main-menu-overlay nav ul > li:nth-child(-n + 4):hover ul, #main-menu-overlay nav ul > li:nth-child(-n + 3):focus ul, #main-menu-overlay nav ul > li.keyboard-focused:nth-child(-n + 3) ul, #main-menu-overlay nav ul > li:nth-child(-n + 3):focus-within ul {
    top: 15px;
    transform: none;
}

#main-menu-overlay nav ul > li:nth-last-child(-n + 3):hover ul, #main-menu-overlay nav ul > li:nth-last-child(-n + 3):focus ul, #main-menu-overlay nav ul > li:nth-last-child(-n + 3):focus-within ul, #main-menu-overlay nav ul > li.keyboard-focused:nth-last-child(-n + 3) ul {
    bottom: 15px;
    transform: none;
    top: unset;
}

#main-menu-overlay nav ul > li:hover:first-child > a:after, #main-menu-overlay nav ul > li:focus:first-child > a:after, #main-menu-overlay nav ul > li.keyboard-focused:first-child > a:after {
    border: none;
}

div.dialog-off-canvas-main-canvas[dir="rtl"] #main-menu-overlay nav ul > li:hover ul, div.dialog-off-canvas-main-canvas[dir="rtl"] #main-menu-overlay nav ul > li:focus ul, div.dialog-off-canvas-main-canvas[dir="rtl"] #main-menu-overlay nav ul > li:focus-within ul, div.dialog-off-canvas-main-canvas[dir="rtl"] #main-menu-overlay nav ul > li.keyboard-focused ul {
    right: 100%;
    border-left: none;
    border-right: 1px dotted white;
}

div.dialog-off-canvas-main-canvas[dir="rtl"] #main-menu-overlay nav ul > li:hover > a:after, div.dialog-off-canvas-main-canvas[dir="rtl"] #main-menu-overlay nav ul > li:focus > a:after, div.dialog-off-canvas-main-canvas[dir="rtl"] #main-menu-overlay nav ul > li:focus-within > a:after, div.dialog-off-canvas-main-canvas[dir="rtl"] #main-menu-overlay nav ul > li.keyboard-focused > a:after {
    right: 100%;
}

div.newsroom,
.my-articles {
    position: relative;
    padding: 20px;
    margin: 0 0 40px 0;
}

@media screen and (max-width:767px) {

    div.newsroom,
    .my-articles {
        padding: 0;
        margin: 0;
    }
}

div.newsroom h2,
.my-articles h2 {
    display: inline-block;
    color: black;
    margin: 0 12px 16px 60px;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    div.newsroom h2,
    .my-articles h2 {
        margin: 0 6px 16px 50px;
    }
}

@media screen and (max-width:767px) {

    div.newsroom h2,
    .my-articles h2 {
        display: block;
        background: #bfddff;
        margin: 0;
        padding: 16px;
        text-align: center;
    }
}

div.newsroom .top.arrow,
.my-articles .top.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 395px 395px 0 0;
    border-color: #9bcbeb transparent transparent transparent;
    top: 0;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

div.newsroom .bottom.arrow,
.my-articles .bottom.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 395px 395px;
    border-color: transparent transparent gainsboro transparent;
    bottom: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width:767px) {

    div.newsroom .bottom.arrow,
    .my-articles .bottom.arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        border-width: 0 0 225px 225px;
        border-color: transparent transparent gainsboro transparent;
        bottom: 0;
        right: 0;
    }
}

div.newsroom > div,
.my-articles > div {
    background-color: white;
    padding: 70px 0 20px 0;
    position: relative;
    min-height: 527px;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    div.newsroom > div,
    .my-articles > div {
        padding: 65px 0 20px 0;
    }
}

@media screen and (max-width:767px) {

    div.newsroom > div,
    .my-articles > div {
        padding: 0;
    }
}

div.newsroom > div > p,
.my-articles > div > p {
    display: inline-block;
    margin: 0;
}

div.newsroom > div .widget > div,
.my-articles > div .widget > div {
    width: 50%;
    margin-right: -4px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width:767px) {

    div.newsroom > div .widget > div,
    .my-articles > div .widget > div {
        width: 100%;
        padding: 15px;
        background-color: white;
    }
}

div.newsroom > div .widget .articles,
.my-articles > div .widget .articles {
    padding-right: 50px;
}

div.newsroom a,
.news-widget a,
.my-articles a {
    text-decoration: none;
    color: black;
}

    div.newsroom a:hover,
    div.newsroom a:active,
    div.newsroom a:focus,
    .news-widget a:hover,
    .news-widget a:active,
    .news-widget a:focus,
    .my-articles a:hover,
    .my-articles a:active,
    .my-articles a:focus {
        text-decoration: underline;
    }

div.newsroom .featured-article,
.news-widget .featured-article,
.my-articles .featured-article {
    margin-bottom: 0;
    padding: 0 20px 0 60px;
}

@media screen and (max-width:767px) {

    div.newsroom .featured-article,
    .news-widget .featured-article,
    .my-articles .featured-article {
        margin-bottom: -38px;
    }
}

div.newsroom .featured-article img,
.news-widget .featured-article img,
.my-articles .featured-article img {
    display: block;
    margin: 0 0 20px 0;
    max-height: 210px;
    max-width: 240px;
    object-fit: cover;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    div.newsroom .featured-article img,
    .news-widget .featured-article img,
    .my-articles .featured-article img {
        max-height: 150px;
    }
}

@media screen and (max-width:767px) {

    div.newsroom .featured-article img,
    .news-widget .featured-article img,
    .my-articles .featured-article img {
        max-height: 160px;
        max-width: 100%;
        width: 100%;
    }
}

div.newsroom .featured-article h3,
.news-widget .featured-article h3,
.my-articles .featured-article h3 {
    max-width: 380px;
    margin: 16px 0 12px 0;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    div.newsroom .featured-article h3,
    .news-widget .featured-article h3,
    .my-articles .featured-article h3 {
        max-width: none;
    }
}

@media screen and (max-width:767px) {

    div.newsroom .featured-article h3,
    .news-widget .featured-article h3,
    .my-articles .featured-article h3 {
        background-color: white;
        padding: 23px 50px 0 15px;
        position: relative;
        top: -38px;
        margin: 0 15px 0;
    }
}

div.newsroom .featured-article p,
.news-widget .featured-article p,
.my-articles .featured-article p {
    max-width: 380px;
    line-height: 21px;
}

@media screen and (max-width:767px) {

    div.newsroom .featured-article p,
    .news-widget .featured-article p,
    .my-articles .featured-article p {
        padding: 10px 15px;
        margin: 0 15px 0;
        position: relative;
        top: -38px;
    }
}

div.newsroom .articles div,
.news-widget .articles div,
.my-articles .articles div {
    margin-bottom: 16px;
    min-height: 133px;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    div.newsroom .articles div,
    .news-widget .articles div,
    .my-articles .articles div {
        margin-bottom: 20px;
    }
}

div.newsroom .articles div h3,
.news-widget .articles div h3,
.my-articles .articles div h3 {
    max-width: 365px;
    margin: 16px 0 12px 0;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    div.newsroom .articles div h3,
    .news-widget .articles div h3,
    .my-articles .articles div h3 {
        max-width: 265px;
        margin: 10px 0;
    }
}

div.newsroom .articles div p,
.news-widget .articles div p,
.my-articles .articles div p {
    max-width: 390px;
    margin: 5px 0;
    line-height: 21px;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #9bcbeb;
}

@media screen and (min-width:767px) and (max-width:1024px) {

    div.newsroom .articles div p,
    .news-widget .articles div p,
    .my-articles .articles div p {
        max-width: 300px;
    }
}

div.newsroom .articles > div > div:last-child p,
.news-widget .articles > div > div:last-child p,
.my-articles .articles > div > div:last-child p {
    border-bottom: none;
}

@media screen and (max-width:767px) {
    .home .newsroom .widget .articles div {
        margin-bottom: 0;
    }

    .home .newsroom .widget > div,
    .home .newsroom .widget .articles {
        padding: 0;
    }

        .home .newsroom .widget > div h3,
        .home .newsroom .widget .articles h3 {
            padding: 16px 16px 0;
            margin: 0 16px 16px;
        }

        .home .newsroom .widget > div p,
        .home .newsroom .widget .articles p {
            padding: 0 16px 16px;
            margin: 16px 16px 0;
            border-bottom: 1px solid #9bcbeb;
        }
}

.my-articles h2 {
    border-bottom: 1px solid #9bcbeb;
    display: block;
    margin: 0;
    padding: 20px 10px;
}

.my-articles .top.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 160px 160px 0 0;
    border-color: #9bcbeb transparent transparent transparent;
    top: 0;
    right: 0;
}

.my-articles .bottom.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 160px 160px;
    border-color: transparent transparent gainsboro transparent;
    bottom: 0;
    right: 0;
}

.my-articles > div {
    padding: 20px;
}

article.newsroom {
    max-width: 750px;
    margin: 0 110px 0 auto;
}

    article.newsroom #back-to-newsroom {
        position: relative;
        left: -176px;
        margin: -2px 0;
    }

    article.newsroom h1 {
        max-width: 700px;
        margin: 0 0 10px;
    }

    article.newsroom .meta {
        font-size: 14px;
        color: #323232;
        margin: 0 0 26px 0;
    }

#news-media-releases {
    position: relative;
    margin-bottom: 3em;
}

    #news-media-releases div.widgetItems {
        background-color: white;
        position: relative;
        padding-left: 10px;
        margin-left: -10px;
        min-height: 350px;
    }

        #news-media-releases div.widgetItems div {
            overflow: auto;
        }

            #news-media-releases div.widgetItems div a {
                text-decoration: none;
                color: black;
            }

                #news-media-releases div.widgetItems div a:hover,
                #news-media-releases div.widgetItems div a:active,
                #news-media-releases div.widgetItems div a:focus {
                    text-decoration: underline;
                }

            #news-media-releases div.widgetItems div h3 {
                margin: 0 0 1em 0;
            }

            #news-media-releases div.widgetItems div p.date-line {
                color: #323232;
                font-size: 14px;
                margin: 0;
            }

            #news-media-releases div.widgetItems div img {
                max-width: 240px;
                max-height: 240px;
                margin-right: 40px;
            }

    #news-media-releases div.widgetPageLinks {
        margin: 0 0 2em 0;
        padding: 3em 15px 0em 15px;
    }

        #news-media-releases div.widgetPageLinks h3 {
            font-size: 16px;
            display: inline-block;
            margin: 0;
            font-weight: normal;
        }

    #news-media-releases .arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        border-width: 325px 0 0 325px;
        border-color: transparent transparent transparent gainsboro;
        bottom: 0;
        left: 0;
        bottom: -15px;
        left: -25px;
    }

.subscribe-icon {
    fill: #ffc952;
    bottom: 12px;
    position: absolute;
    right: 10px;
    height: 30px;
    width: 30px;
}

@media (prefers-color-scheme:dark) {

    .theme-follow-system div.newsroom > div,
    .theme-follow-system .my-articles > div {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

    .theme-follow-system div.newsroom .top.arrow,
    .theme-follow-system div.newsroom .bottom.arrow,
    .theme-follow-system .my-articles .top.arrow,
    .theme-follow-system .my-articles .bottom.arrow {
        display: none;
    }

    .theme-follow-system div .newsroom a,
    .theme-follow-system .news-widget a,
    .theme-follow-system .my-articles a {
        color: #e1e1e1;
    }

    .theme-follow-system #news-media-releases div.widgetItems {
        padding: 15px;
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

        .theme-follow-system #news-media-releases div.widgetItems div a {
            color: #e1e1e1;
        }

        .theme-follow-system #news-media-releases div.widgetItems div p.date-line {
            color: #e1e1e1;
        }

    .theme-follow-system #news-media-releases div a {
        color: #e1e1e1;
    }
}

.overlay {
    background: #013556;
    display: none;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    color: white;
    font-size: 20px;
}

    .overlay.is-open {
        display: block;
    }

    .overlay a {
        text-decoration: none;
        color: white;
    }

        .overlay a:hover,
        .overlay a:active,
        .overlay a:focus {
            text-decoration: underline;
        }

    .overlay .header {
        position: fixed;
        width: 100%;
        z-index: 2;
        background: #013556;
    }

        .overlay .header .button {
            background: #013556;
            border: none;
            color: white;
            text-transform: uppercase;
            text-align: center;
            box-sizing: border-box;
            font-family: 'OpenSans-Regular', 'Open Sans Regular', 'Open Sans';
            font-weight: 400;
            font-size: 10px;
        }

            .overlay .header .button:hover {
                background: #9bcbeb;
                color: #013556;
                cursor: pointer;
            }

                .overlay .header .button:hover svg {
                    fill: #013556;
                }

            .overlay .header .button svg {
                width: 40px;
                height: 40px;
                display: inline-block;
            }

            .overlay .header .button span {
                display: block;
            }

            .overlay .header .button a,
            .overlay .header .button a:hover {
                text-decoration: none;
            }

    .overlay .content {
        margin-top: 160px;
        max-width: 1080px;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
    }

@media screen and (max-height:800px) {
    .overlay .content {
        margin-top: 100px;
    }
}

.overlay .footer {
    position: relative;
    margin: 50px 0;
    text-align: center;
    width: 100%;
}

    .overlay .footer ul {
        list-style: none;
        padding: 0;
        display: inline;
        margin: 0 25px 0 0;
    }

        .overlay .footer ul li {
            font-size: 12px;
            display: inline;
            padding: 0 16px;
            vertical-align: bottom;
        }

    .overlay .footer svg {
        height: 16px;
        width: 20px;
        vertical-align: bottom;
        margin-bottom: -2px;
    }

.overlay .content,
.overlay .header {
    margin-left: auto;
    margin-right: auto;
}

.overlay svg {
    fill: white;
}

#translator-overlay .content {
    padding: 0 130px;
}

#translator-overlay .light-tile,
#translator-overlay .live-tiles div {
    border: 4px solid #9bcbeb;
    background: white;
    color: black;
    padding: 20px;
}

    #translator-overlay .light-tile a,
    #translator-overlay .live-tiles div a {
        color: black;
    }

    #translator-overlay .light-tile:hover,
    #translator-overlay .live-tiles div:hover {
        background: #9bcbeb;
    }

#search-overlay .popularKeywordList {
    list-style: none;
    max-width: 60%;
    padding: 0;
    font-size: 16px;
}

    #search-overlay .popularKeywordList li {
        display: inline;
        margin-right: 10px;
    }

        #search-overlay .popularKeywordList li a {
            color: #bfddff;
        }

.search-filters {
    display: flex;
    margin-top: 30px;
}

.search-filter-select {
    flex: 1;
    margin-right: 30px;
    max-width: 235px;
    position: relative;
}

    .search-filter-select::before {
        content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 22 28'%3E%3Ctitle%3Efilter%3C/title%3E%3Cpath fill='%23333' d='M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z'%3E%3C/path%3E%3C/svg%3E%0A");
        left: 23px;
        position: absolute;
        top: 20px;
    }

    .search-filter-select .form-select {
        background-color: white;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBzdHJva2U9InJnYigyMjgsMjI4LDIyOCkiIGQ9Ik03LjQxIDguNTlMMTIgMTMuMTdsNC41OS00LjU4TDE4IDEwbC02IDYtNi02IDEuNDEtMS40MXoiLz48L3N2Zz4=");
        background-position: center right 10px;
        background-repeat: no-repeat;
        border: 1px solid #d7d7d7;
        color: #323232;
        cursor: pointer;
        font-size: 13px;
        padding: 20px 23px 20px 43px;
    }
/*
.search-results {
    margin: 40px 0;
    position: relative;
    display: flex;
}

    .search-results .SearchLeft {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin: 50px 0 0 0;
    }

        .search-results .SearchLeft h2 {
            margin: 20px 0 0 0;
        }

        .search-results .SearchLeft ol {
            list-style: none;
            padding: 0;
        }

            .search-results .SearchLeft ol li {
                line-height: 2em;
            }

                .search-results .SearchLeft ol li input {
                    float: left;
                }

        .search-results .SearchLeft fieldset {
            border: 0 none;
            margin: 20px 0 0 0;
            padding: 0;
        }

        .search-results .SearchLeft #taxon-refine legend a,
        .search-results .SearchLeft div > label {
            font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
        }

        .search-results .SearchLeft .refine-outer {
            margin: 0;
        }

            .search-results .SearchLeft .refine-outer .refine-buttons {
                margin-top: 20px;
            }

    .search-results .SearchResults {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
        padding: 0 0 0 40px;
        box-sizing: border-box;
    }

        .search-results .SearchResults h1 {
            padding-left: 20px;
        }

        .search-results .SearchResults #searchResultsInfo {
            margin: 0;
            padding: 0;
            overflow: hidden;
            position: relative;
        }

            .search-results .SearchResults #searchResultsInfo > li {
                border-left: 5px solid transparent;
                padding: 20px 20px 20px 15px;
                margin: 0 0 35px 0;
            }

                .search-results .SearchResults #searchResultsInfo > li.is-active,
                .search-results .SearchResults #searchResultsInfo > li:hover {
                    border-color: #1b365d;
                }

                .search-results .SearchResults #searchResultsInfo > li .firstRow {
                    margin: 0;
                    display: block;
                    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
                    font-weight: 700;
                    font-size: 20px;
                }

                    .search-results .SearchResults #searchResultsInfo > li .firstRow a {
                        text-decoration: none;
                        color: #323232;
                    }

                        .search-results .SearchResults #searchResultsInfo > li .firstRow a:hover,
                        .search-results .SearchResults #searchResultsInfo > li .firstRow a:active,
                        .search-results .SearchResults #searchResultsInfo > li .firstRow a:focus {
                            color: #1b365d;
                            text-decoration: none;
                        }

                    .search-results .SearchResults #searchResultsInfo > li .firstRow .resultNumber {
                        display: none;
                    }

                    .search-results .SearchResults #searchResultsInfo > li .firstRow .svg-icon {
                        fill: #ffd38c;
                        height: 30px;
                        width: 30px;
                    }

                .search-results .SearchResults #searchResultsInfo > li .clsResultDescr {
                    padding: 5px 0;
                    display: block;
                    line-height: 24px;
                }

                    .search-results .SearchResults #searchResultsInfo > li .clsResultDescr a {
                        color: #024ca2;
                        text-decoration: underline;
                    }

                        .search-results .SearchResults #searchResultsInfo > li .clsResultDescr a:hover,
                        .search-results .SearchResults #searchResultsInfo > li .clsResultDescr a:active,
                        .search-results .SearchResults #searchResultsInfo > li .clsResultDescr a:focus {
                            text-decoration: none;
                        }

                    .search-results .SearchResults #searchResultsInfo > li .clsResultDescr ul {
                        margin: 0;
                    }

                .search-results .SearchResults #searchResultsInfo > li .clsResultURL ol,
                .search-results .SearchResults #searchResultsInfo > li .clsResultURL ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    .search-results .SearchResults #searchResultsInfo > li .clsResultURL ol li,
                    .search-results .SearchResults #searchResultsInfo > li .clsResultURL ul li {
                        display: inline-block;
                    }

                .search-results .SearchResults #searchResultsInfo > li .clsResultFilmedOn,
                .search-results .SearchResults #searchResultsInfo > li .clsResultDuration {
                    display: none;
                }

        .search-results .SearchResults .search-highlight {
            font-weight: bold;
        }

        .search-results .SearchResults #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlnumberResults {
            display: none;
        }

        .search-results .SearchResults #pagination-top a,
        .search-results .SearchResults #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlPageLinks a,
        .search-results .SearchResults #ctl00_ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlPageLinks a {
            margin-right: 5px;
        }

        .search-results .SearchResults #pagination-top {
            margin-bottom: 20px;
        }

        .search-results .SearchResults .arrow-head {
            border-width: 325px 0 0 325px;
        }*/

.resultPageNumberSelected {
    font-weight: bold;
}

.recommended-content .highlight {
    border-left: 5px solid #1b365d;
    padding: 1px 0 5px 15px;
    margin: 35px 0 35px 0;
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system .search-results .SearchLeft .refine-outer {
        padding: 15px;
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

    .theme-follow-system .search-results .SearchResults #searchResultsInfo {
        margin-top: 15px;
    }

        .theme-follow-system .search-results .SearchResults #searchResultsInfo > li {
            background-color: #272727;
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
        }

            .theme-follow-system .search-results .SearchResults #searchResultsInfo > li .firstRow a {
                color: #e1e1e1;
            }

                .theme-follow-system .search-results .SearchResults #searchResultsInfo > li .firstRow a:hover,
                .theme-follow-system .search-results .SearchResults #searchResultsInfo > li .firstRow a:active,
                .theme-follow-system .search-results .SearchResults #searchResultsInfo > li .firstRow a:focus {
                    color: #aaaaaa;
                    text-decoration: underline;
                }
}

.fairwork-wrapper article ul.pagination,
.fairwork-wrapper article ul.pager__items {
    padding: 0;
    margin: 0;
}

.pagination,
.pager {
    padding: 0;
    margin: 0;
}

    .pagination .pager__items,
    .pager .pager__items {
        text-align: left;
        padding-left: 0;
    }

    .pagination .page-item,
    .pagination .pager__item,
    .pager .page-item,
    .pager .pager__item {
        display: inline;
        margin-right: 10px;
        list-style: none;
        list-style-image: none;
        list-style-type: none;
    }

        .pagination .page-item a,
        .pagination .pager__item a,
        .pager .page-item a,
        .pager .pager__item a {
            display: inline-block;
            text-decoration: underline;
        }

            .pagination .page-item a:hover,
            .pagination .pager__item a:hover,
            .pager .page-item a:hover,
            .pager .pager__item a:hover {
                text-decoration: none;
            }

        .pagination .page-item .is-active,
        .pagination .pager__item .is-active,
        .pager .page-item .is-active,
        .pager .pager__item .is-active {
            font-weight: bold;
        }

.form-search {
    flex: 1;
    position: relative;
    margin-right: 15px;
}

    .form-search::before {
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -13px;
        display: inline-block;
        width: 26px;
        height: 26px;
        content: "";
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
        border-radius: 0.1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .form-search input {
        font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans";
        font-size: 16px;
        font-weight: 700;
        padding-left: 55px;
    }

    .form-search.minimal::before {
        left: 0;
    }

    .form-search.minimal input {
        background-color: transparent;
        padding: 15px 0 15px 35px;
        border-color: transparent;
        border-bottom: 3px solid #9bcbeb;
        width: 100%;
        -webkit-appearance: none;
    }

        .form-search.minimal input::placeholder {
            color: #323232;
        }

        .form-search.minimal input:active,
        .form-search.minimal input:focus {
            outline: none;
            border-bottom-color: #9bcbeb;
            border: 3px dashed #9bcbeb;
            border-bottom-style: solid;
        }

    .form-search.minimal.site-search {
        position: relative;
    }

        .form-search.minimal.site-search::before {
            display: none;
        }

        .form-search.minimal.site-search input {
            color: white;
            padding: 5px 100px 5px 15px;
            box-sizing: border-box;
            font-family: 'OpenSans-Regular', 'Open Sans Regular', 'Open Sans';
            font-weight: 400;
            font-size: 70px;
        }

            .form-search.minimal.site-search input::placeholder {
                color: #e6e6e6;
            }

        .form-search.minimal.site-search .btn-primary {
            background: none;
            border: 0 none;
            cursor: pointer;
            outline: none;
            position: absolute;
            right: 0;
            top: 5px;
            z-index: 1;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'  fill='white' /%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            height: 100px;
            width: 100px;
            padding: 0;
            margin: 0;
        }

        .form-search.minimal.site-search .quickSearchPanel .dynamic-results-mask,
        .form-search.minimal.site-search .quickSearchPanel .dynamic-results-links {
            display: none;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

        .form-search.minimal.site-search .quickSearchPanel .dynamic-results {
            height: auto !important;
        }

        .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner {
            height: auto !important;
            background: #013556;
            position: absolute;
        }

            .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner p {
                margin-top: 20px;
            }

            .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner ol {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner ol li {
                    font-size: 24px;
                    padding: 18px 0;
                }

                    .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner ol li a {
                        color: white;
                    }

                    .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner ol li:hover,
                    .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner ol li:active {
                        background: #bfddff;
                    }

                        .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner ol li:hover a,
                        .form-search.minimal.site-search .quickSearchPanel .dynamic-results-inner ol li:active a {
                            color: #013556;
                            text-decoration: none;
                        }

        .form-search.minimal.site-search .searchPanel {
            margin-bottom: 65px;
        }

            .form-search.minimal.site-search .searchPanel label {
                position: absolute;
                left: -10000px;
                top: auto;
                width: 1px;
                height: 1px;
                overflow: hidden;
            }

.social-media a svg {
    fill: white;
}

.social-media a:hover svg,
.social-media a:active svg {
    fill: #c8c8c8;
}

@media screen and (max-width:1024px) {
    .social-media {
        display: none;
    }
}

.twitter-widget {
    background-color: white;
    border: 5px solid black;
    position: relative;
    padding: 15px 0;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .twitter-widget {
        display: none;
    }
}

.twitter-widget .tweet-header {
    padding: 0 15px;
}

    .twitter-widget .tweet-header .twitter-avatar {
        display: inline-block;
    }

        .twitter-widget .tweet-header .twitter-avatar img {
            max-width: 36px;
            max-height: 36px;
            border-radius: 50%;
        }

    .twitter-widget .tweet-header .twitter-name {
        font-family: 'OpenSans-SemiBold', 'Open Sans SemiBold', 'Open Sans';
        font-weight: 600;
        font-size: 16px;
        margin-left: 8px;
        display: inline-block;
    }

    .twitter-widget .tweet-header .twitter-logo {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .twitter-widget .tweet-header .twitter-logo svg {
            fill: #1da1f2;
            height: 39px;
            width: 39px;
        }

.twitter-widget .tweet-image {
    max-width: 100%;
}

.twitter-widget .tweet-content {
    margin: 15px;
}

.twitter-widget .tweet-footer .tweet-like a {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 15px;
    background-size: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23697882%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

    .twitter-widget .tweet-footer .tweet-like a:hover,
    .twitter-widget .tweet-footer .tweet-like a:active {
        background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23E0245E%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
        color: #e0245e;
    }

.twitter-widget .tweet-footer .tweet-timestamp {
    font-family: 'OpenSans-SemiBold', 'Open Sans SemiBold', 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 15px;
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system .twitter-widget {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
        border: none;
    }
}

.shelf {
    border: 5px solid #9bcbeb;
    display: flex;
    flex-wrap: nowrap;
    margin: 75px 0;
    overflow: hidden;
    padding: 25px;
    width: 100%;
}

    .shelf .form-label,
    .shelf .form-legend {
        font-size: 18px;
        padding: 0;
    }

.shelf-options {
    flex: 1;
}

    .shelf-options .form-select {
        margin: 20px 0;
    }

.shelf-list {
    height: 186px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: white;
    padding: 0;
    position: relative;
}

    .shelf-list li {
        background: none;
        display: block;
        padding: 0;
    }

    .shelf-list .form-label {
        border-left: 5px solid transparent;
        color: #1e1e1e;
        cursor: pointer;
        display: block;
        padding: 16px 25px 16px 20px;
        font-family: 'OpenSans-Regular', 'Open Sans Regular', 'Open Sans';
        font-weight: 400;
        font-size: 16px;
    }

        .shelf-list .form-label:hover {
            border-left: 5px solid #013556;
            color: #9bcbeb;
            text-decoration: underline;
        }

    .shelf-list .form-input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

        .shelf-list .form-input:checked ~ .form-label {
            background-color: #bfddff;
            border-left: 5px solid #013556;
        }

        .shelf-list .form-input:focus ~ .form-label {
            color: #9bcbeb;
            text-decoration: underline;
        }

.shelf-sync {
    align-items: center;
    display: flex;
}

    .shelf-sync svg {
        margin: 0 1rem;
        width: 24px;
    }

.shelf-selections {
    flex: 1;
}

    .shelf-selections .shelf-list {
        border-left: 5px solid #013556;
    }

        .shelf-selections .shelf-list .form-label:hover,
        .shelf-selections .shelf-list .form-input:checked ~ .form-label {
            border-left: 5px solid transparent;
        }

.table-contents-list-header {
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
}

    .table-contents-list-header a {
        font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
        font-size: 20px;
        text-decoration: underline;
    }

.table-contents-list {
    margin-bottom: 30px;
}

    .table-contents-list .text-list li {
        background: 0 none;
        margin-bottom: 15px;
        padding: 5px 0;
    }

        .table-contents-list .text-list li .external-link:after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none' /%3E%3Cpath fill='%233c76c8' d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
        }

    .table-contents-list .back-to-top {
        display: flex;
        justify-content: flex-end;
        text-decoration: underline;
    }

        .table-contents-list .back-to-top:hover {
            color: #323232;
            text-decoration: none;
        }

.translation-original {
    display: none;
}

    .translation-original.hidden {
        display: none !important;
        visibility: hidden;
    }

.is-translator-complex {
}

.is-text-node {
}

.rtl-language {
    text-align: right;
}

    .rtl-language [dir="ltr"] {
        text-align: left;
    }

.mobile-only .open-translator {
    display: block;
    text-align: center;
    border: 2px solid gainsboro;
    padding: 10px 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

    .mobile-only .open-translator svg {
        margin: 0 6px;
    }

nav.vertical {
    margin-bottom: 40px;
}

    nav.vertical ul {
        list-style: none;
        padding: 0;
    }

        nav.vertical ul ul {
            display: none;
            margin: 0;
        }

            nav.vertical ul ul ul {
                border-left: #e0e0e0 5px solid;
            }

                nav.vertical ul ul ul li {
                    margin-left: 15px;
                }

        nav.vertical ul .expanded ul {
            display: block;
        }

        nav.vertical ul li {
            padding: 0;
            position: relative;
            border-bottom: 1px solid #e0e0e0;
        }

            nav.vertical ul li a {
                padding-right: 20px;
                border-left: white 5px solid;
            }

                nav.vertical ul li a:hover {
                    border-left: #013556 5px solid;
                }

@media (prefers-color-scheme:dark) {
    nav.vertical ul li a:hover {
        border-left-color: #013556;
    }
}

nav.vertical ul li ul a {
    padding: 16px 35px;
    border-left: #e0e0e0 5px solid;
}

nav.vertical ul li.expandable > svg,
nav.vertical ul li.expanded > svg {
    position: absolute;
    right: 10px;
    top: 27px;
    transform: perspective(1px) translateY(-50%) rotate(-90deg);
}

nav.vertical ul li.expanded > svg {
    transform: perspective(1px) translateY(-50%);
}

nav.vertical ul li a {
    padding: 16px 25px;
    display: block;
    color: black;
    text-decoration: none;
}

    nav.vertical ul li a:hover,
    nav.vertical ul li a:active,
    nav.vertical ul li a:focus {
        text-decoration: underline;
        color: #024ca2;
        border-left: #013556 5px solid;
    }

@media (prefers-color-scheme:dark) {

    nav.vertical ul li a:hover,
    nav.vertical ul li a:active,
    nav.vertical ul li a:focus {
        border-left-color: #013556;
    }
}

nav.vertical ul li a.active {
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    background-color: #9bcbeb;
    border-left: #013556 5px solid;
}

@media (prefers-color-scheme:dark) {
    nav.vertical ul li a.active {
        border-left-color: #013556;
    }
}

nav.vertical ul li a.active:hover,
nav.vertical ul li a.active:active,
nav.vertical ul li a.active:focus {
    color: black;
}

@media screen and (max-width:1024px) {
    nav.vertical {
        display: none;
    }
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system nav.vertical {
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

        .theme-follow-system nav.vertical ul ul ul {
            border-left-color: #414141;
        }

        .theme-follow-system nav.vertical ul li {
            border-bottom-color: #414141;
        }

            .theme-follow-system nav.vertical ul li a {
                border-left-color: #272727;
                color: #e1e1e1;
            }

                .theme-follow-system nav.vertical ul li a:hover {
                    background-color: #414141;
                    border-color: #5b5b5b;
                }

                .theme-follow-system nav.vertical ul li a:hover,
                .theme-follow-system nav.vertical ul li a:active,
                .theme-follow-system nav.vertical ul li a:focus {
                    color: #9bcbeb;
                    text-decoration: none;
                }

                .theme-follow-system nav.vertical ul li a.active {
                    background-color: #414141;
                    border-color: #5b5b5b;
                }

            .theme-follow-system nav.vertical ul li ul a {
                border-left-color: #414141;
            }

            .theme-follow-system nav.vertical ul li.expandable > svg,
            .theme-follow-system nav.vertical ul li.expanded > svg {
                fill: #e1e1e1;
            }
}

nav.horizontal {
    background-color: #013556;
}

@media screen and (max-width:424px) {
    nav.horizontal {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

nav.horizontal a {
    color: white;
    display: inline-block;
    font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
    font-weight: 700;
    line-height: 60px;
    margin-right: 20px;
    padding: 0 30px;
    text-decoration: none;
}

    nav.horizontal a:active,
    nav.horizontal a:focus,
    nav.horizontal a:hover {
        text-decoration: underline;
    }

@media screen and (max-width:767px) {
    nav.horizontal a {
        padding: 0 10px;
        margin: 0;
    }
}

nav.horizontal a.homeButton {
    background-color: #9bcbeb;
}

    nav.horizontal a.homeButton svg {
        vertical-align: middle;
        width: 30px;
    }

div#header-supplement {
    margin: 16px;
}

    div#header-supplement a.button {
        width: 100%;
        margin: 0;
        text-align: center;
        box-sizing: border-box;
    }

.content-wrapper.landing {
}

    .content-wrapper.landing .summary {
        position: relative;
    }

        .content-wrapper.landing .summary > div {
            background-color: white;
            position: relative;
            padding-left: 160px;
        }

@media screen and (max-width:767px) {
    .content-wrapper.landing .summary > div {
        padding-left: 0;
    }
}

.content-wrapper.landing .summary .arrow.right.bottom {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 160px 160px;
    border-color: transparent transparent gainsboro transparent;
    bottom: 0;
    right: 0;
    bottom: -20px;
    right: -20px;
}

.subscription-form .button-group {
    margin-top: 75px;
}

.industry-shelf .shelf-selections .shelf-list {
    height: 257px;
}

.award-shelf .shelf-options .shelf-list {
    height: 230px;
}

.my-details-form .form-legend {
    color: #323232;
    font-size: 20px;
    margin-top: 40px;
}

.my-details-form .button-group {
    margin: 105px 0;
}

    .my-details-form .button-group .button {
        width: 420px;
    }

form.custom .checkbox-label {
    width: 100%;
    margin-left: -36px;
    padding-left: 40px;
    vertical-align: top;
}

form.custom input.add {
    font-size: 32px;
    line-height: 16px;
    border-radius: 50%;
    padding: 0;
    width: 48px;
    height: 48px;
}

form.custom .repeatable-container span {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

form.custom .repeatable-container .delete {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
}

form.custom .repeatable-container .field-cluster {
    position: relative;
    margin: 0 0 1.5em 0;
}

    form.custom .repeatable-container .field-cluster .delete {
        border-radius: 15px;
        top: -13px;
        right: -13px;
    }

    form.custom .repeatable-container .field-cluster input.add {
        margin: 1em;
    }

.interactive-template-summary {
    padding: 60px;
}

    .interactive-template-summary .interactive-template-summary-header {
        margin-bottom: 60px;
    }

    .interactive-template-summary .intro {
        color: #787878;
        font-size: 20px;
    }

    .interactive-template-summary .interactive-template-summary-heading {
        font-size: 40px;
        margin-bottom: 60px;
    }

.template-complete {
    background-color: #dde8ef;
    padding: 20px 60px;
}

.fwo-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.fwo-carousel-outer {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.fwo-carousel-stage {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

.fwo-carousel-item {
    display: inline-block;
    padding-top: 1rem;
    position: relative;
    text-align: left;
    width: 100vw;
}

.fwo-carousel-list {
    padding: 5px 0;
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Crect class='cls-1' y='1' width='8' height='1'/%3E%3C/svg%3E");
}

.fwo-carousel-navigation {
    text-align: center;
    position: static;
    margin-bottom: 10px;
}

.fwo-carousel-btn {
    background: #fff;
    cursor: pointer;
    margin: 0 5px 10px 5px;
    position: relative;
    outline: 0 none;
    border: 0 none;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
}

    .fwo-carousel-btn:hover {
        background-color: #f5f5f5;
    }

    .fwo-carousel-btn:before {
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #757575;
        font-size: 16px;
        position: absolute;
        top: 0;
        line-height: 32px;
    }

    .fwo-carousel-btn.disabled,
    .fwo-carousel-btn.disabled:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        opacity: 0.6;
    }

    .fwo-carousel-btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
    }

.fwo-carousel-prev:before {
    content: url(/themes/custom/fwo/images/icon-chevron-left.svg);
    left: -2px;
    right: 0;
    top: 1px;
}

.fwo-carousel-next:before {
    content: url(/themes/custom/fwo/images/icon-chevron-right.svg);
    top: 1px;
    left: 2px;
    right: 0;
}

@media (max-width:1050px) {

    .fwo-carousel,
    .fwo-carousel-outer,
    .fwo-carousel-item,
    .fwo-carousel-list {
        width: 100%;
    }

    .fwo-carousel-item {
        max-width: 100%;
    }
}

@media (max-width:480px) {
    .fwo-carousel-navigation {
        position: static;
        height: 100px;
    }

    .fwo-carousel-btn.fwo-carousel-next,
    .fwo-carousel-btn.fwo-carousel-prev {
        position: relative;
        margin: 0;
        top: 0;
    }

    .fwo-carousel-next {
        right: -20px;
    }

    .fwo-carousel-prev {
        left: -20px;
    }
}

.user-profile {
    background: none;
    padding: 0;
    display: inline-block;
}

.user-profile-header {
    display: flex;
    justify-content: space-between;
}

    .user-profile-header a {
        text-decoration: none;
    }

        .user-profile-header a svg {
            margin: 0 0 0 10px;
            height: 14px;
            width: 20px;
        }

        .user-profile-header a:hover {
            text-decoration: underline;
        }

.user-profile-heading {
    margin: 0;
}

.user-profile-table {
    margin-top: 20px;
}

    .user-profile-table .tbody {
        margin: 0;
        padding: 0;
    }

        .user-profile-table .tbody tr {
            border: none;
        }

        .user-profile-table .tbody .user-profile-data {
            font-weight: bold;
            text-align: right;
        }

        .user-profile-table .tbody .user-profile-value {
            border-left: 5px solid #1b365d;
        }

    .user-profile-table tr,
    .user-profile-table th,
    .user-profile-table td {
        background-color: transparent;
    }

.my-account-menu {
    position: relative;
    margin: 0;
}

    .my-account-menu.button {
        border: none;
        background: none;
        font-weight: normal;
        font-size: 1em;
        padding: 0;
    }

        .my-account-menu.button:hover {
            cursor: pointer;
            text-decoration: underline;
        }

    .my-account-menu ul {
        display: none;
        margin: 0;
    }

    .my-account-menu:hover ul,
    .my-account-menu:active ul {
        display: block;
        position: absolute;
        background: #013556;
        z-index: 1;
        list-style: none;
        padding: 0 20px;
        min-width: 140px;
        text-align: right;
        right: 0;
        margin: 0;
        line-height: 1em;
        top: 75%;
    }

        .my-account-menu:hover ul li,
        .my-account-menu:active ul li {
            padding: 5px;
        }

        .my-account-menu:hover ul a,
        .my-account-menu:active ul a {
            color: white;
        }

#my-news {
    position: relative;
    margin: 20px 40px 20px;
}

    #my-news > div {
        padding: 20px;
    }

#my-account-tools-info {
    display: inline-block;
}

*:focus {
    outline: 3px dashed #9bcbeb;
}

.skip-to-content {
    background: white;
    left: 50%;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 99999;
    font-family: "OpenSans-Regular", "Open Sans";
    font-size: 20px;
    color: black;
    padding: 10px 20px;
    width: 220px;
    box-sizing: border-box;
    text-align: center;
    margin-left: -110px;
}

    .skip-to-content:focus {
        transform: translateY(0%);
        outline: 3px dashed #9bcbeb;
    }

    .skip-to-content a {
        color: black;
    }

@media (prefers-color-scheme:dark) {
    .theme-follow-system .skip-to-content {
        background: #1e1e1e;
        color: #e1e1e1;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

        .theme-follow-system .skip-to-content a {
            color: #e1e1e1;
        }
}

article.main #NavigationButtons ul li {
    margin: 0;
    padding: 10px 5px;
    list-style-type: none;
    display: inline-block;
}

article.main #KeywordSearch {
    margin: 30px 0;
}

    article.main #KeywordSearch label {
        color: black;
        display: inline-block;
        font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
        font-weight: 700;
        font-size: 16px;
    }

    article.main #KeywordSearch #txtSeacrhText {
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        border-radius: 0;
        color: black;
        font-family: "OpenSans-Regular", "Open Sans";
        font-size: 16px;
        padding: 10px;
    }

        article.main #KeywordSearch #txtSeacrhText:active,
        article.main #KeywordSearch #txtSeacrhText:focus {
            outline: 3px dashed #9bcbeb;
        }

#ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_DictionaryTerms dt {
    font-weight: bold;
    margin: 0 5% 30px 0;
}

#ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_DictionaryTerms dd {
    margin: 0 0 30px 0;
}

    #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_DictionaryTerms dd h3 {
        display: none;
    }

    #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_DictionaryTerms dd h4 {
        font-weight: normal !important;
        font-family: "LiberationSans-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-style: italic !important;
        display: none;
    }

#DictionaryTerms dt {
    display: none;
}

#DictionaryTerms dd {
    margin-left: 0;
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system article.main #KeywordSearch label {
        color: #e1e1e1;
    }
}

::-ms-clear {
    display: none;
}

.afs__body__wrapper label[for=job-role] {
    flex: 0 0 auto;
    max-width: 100%;
}

#library-article blockquote {
    padding: 5px 10px;
    background: #F8FBFE;
    font-size: inherit;
    margin: 0 0 25px 0;
    position: relative;
    border-left: 5px solid #9BCBEB;
    border-radius: 5px 2px 2px 5px;
}

    #library-article blockquote:before,
    #library-article blockquote:after {
        content: none;
    }

#internal-article blockquote {
    padding: 20px 25px;
    background-color: white;
    font-size: inherit;
    margin: 0 0 25px 0;
    position: relative;
    border-left: 5px solid #1B365D;
}

    #internal-article blockquote:before,
    #internal-article blockquote:after {
        content: none;
    }

.article-references {
    padding-bottom: 30px;
}

    .article-references > .accordion {
        display: none;
        margin-top: 30px;
    }

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.justify-content-left {
    justify-content: left;
}

.has-space-between {
    justify-content: space-between;
}

.has-left-border {
    border-left: 5px solid #1b365d;
}

.has-padded-left-border {
    border-left: 5px solid #1b365d;
    padding-left: 20px;
}

.callout {
    background-color: #9bcbeb;
}

.display-visible {
    display: block;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.is-width-10 {
    width: 10%;
}

.is-width-20 {
    width: 20%;
}

.is-width-30 {
    width: 30%;
}

.is-width-40 {
    width: 40%;
}

.is-width-50 {
    width: 50%;
}

.is-width-60 {
    width: 60%;
}

.is-width-70 {
    width: 70%;
}

.is-width-80 {
    width: 80%;
}

.is-width-90 {
    width: 90%;
}

@media screen and (min-width:374px) {
    .s-mob-only {
        display: none;
    }
}

@media screen and (max-width:374px) {
    .large-mobile-only {
        display: none;
    }
}

@media screen and (min-width:1024px) and (max-width:1280px) {
    .large-mobile-only {
        display: none;
    }
}

@media screen and (min-width:767px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width:1280px) {
    .desktop-only {
        display: none !important;
    }
}

@media screen and (max-width:767px) {

    .dnd-mob,
    .hidden-mobile {
        display: none !important;
    }
}

@media screen and (max-width:374px) {

    .dnd-s-mob,
    .hidden-small-mobile {
        display: none !important;
    }
}

@media screen and (min-width:374px) and (max-width:767px) {

    .dnd-l-mob,
    .hidden-large-mobile {
        display: none !important;
    }
}

@media screen and (min-width:767px) and (max-width:1024px) {

    .dnd-tab,
    .hidden-tablet {
        display: none !important;
    }
}

@media screen and (min-width:1024px) {

    .dnd-desk,
    .dnd-desktop,
    .hidden-desktop {
        display: none !important;
    }
}

.dnd,
.print-only {
    display: none !important;
}

.library-search {
    margin: 0 100px;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .library-search {
        margin: 0 75px;
    }
}

@media screen and (max-width:767px) {
    .library-search {
        margin: 45px 0 0;
    }
}

.library-search .button {
    height: 53px;
    margin-bottom: 0;
}

.library-search .form-search {
    margin-right: 50px;
}

.library-search .search-filters {
    flex-wrap: wrap;
}

.library-search .kl-search-form-field {
    border: 3px dotted transparent;
}

.library-search .search-filter-select {
    width: 370px !important;
    max-width: 370px !important;
    margin-bottom: 20px;
}

    .library-search .search-filter-select .chosen-container {
        width: 370px !important;
        max-width: 370px !important;
    }

.library-search .kl-search-sub-industry .search-filter-select {
    margin: 0;
    width: 370px !important;
    max-width: 370px !important;
}

    .library-search .kl-search-sub-industry .search-filter-select .chosen-container {
        width: 370px !important;
        max-width: 370px !important;
    }

.library-search .search-filter-select::before {
    z-index: 2;
}

.library-search .chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.library-search .chosen-container:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #999 rgba(0, 0, 0, 0);
    z-index: 1;
}

.library-search .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #d6ecf2;
    border-top: 0;
    background: #fff;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.library-search .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.library-search .chosen-container .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBzdHJva2U9InJnYigyMjgsMjI4LDIyOCkiIGQ9Ik03LjQxIDguNTlMMTIgMTMuMTdsNC41OS00LjU4TDE4IDEwbC02IDYtNi02IDEuNDEtMS40MXoiLz48L3N2Zz4=");
    background-position: center right 10px;
    background-repeat: no-repeat;
    border: 1px solid #d6ecf2;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    padding: 20px 23px 20px 43px;
}

    .library-search .chosen-container .chosen-single span {
        display: block;
        overflow: hidden;
        margin-right: 26px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .library-search .chosen-container .chosen-single div {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 18px;
        height: 100%;
    }

        .library-search .chosen-container .chosen-single div b {
            display: block;
            width: 100%;
            height: 100%;
        }

    .library-search .chosen-container .chosen-single .search-choice-close {
        position: absolute;
        top: 50%;
        right: 32px;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -10px;
        z-index: 5;
        background-color: #fff;
    }

        .library-search .chosen-container .chosen-single .search-choice-close:before {
            content: "\f00d";
            font-family: "FontAwesome";
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #231f20;
            font-size: 18px;
            position: absolute;
            top: 0;
            left: 2px;
            right: 2px;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .library-search .chosen-container .chosen-single .search-choice-close:hover:before {
            color: #444;
        }

.library-search .chosen-container .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .library-search .chosen-container .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #d6ecf2;
        font-size: 13px;
        line-height: normal;
        border-radius: 0;
    }

.library-search .chosen-container .chosen-results {
    color: #333;
    font-size: 13px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .library-search .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

        .library-search .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .library-search .chosen-container .chosen-results li.highlighted {
            background-color: #1b365d;
            color: #fff;
        }

        .library-search .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

    .library-search .chosen-container .chosen-results.chosen-container-active .chosen-single {
        border: 1px solid #5897fb;
    }

    .library-search .chosen-container .chosen-results.chosen-container-active.chosen-with-drop.chosen-single {
        border: 1px solid #d6ecf2;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

        .library-search .chosen-container .chosen-results.chosen-container-active.chosen-with-drop.chosen-single div {
            border-left: none;
            background: transparent;
        }

            .library-search .chosen-container .chosen-results.chosen-container-active.chosen-with-drop.chosen-single div b {
                background-position: -18px 2px;
            }

@media screen and (min-width:767px) and (max-width:1024px) {
    .library-search .search-filters {
        display: flex;
        flex-wrap: wrap;
    }

    .library-search .search-filter-select,
    .library-search .kl-search-sub-industry {
        margin: 0 10px 20px 0;
        max-width: 370px;
        width: 370px;
    }

        .library-search .search-filter-select .chosen-container,
        .library-search .kl-search-sub-industry .chosen-container {
            width: 100% !important;
        }
}

@media screen and (max-width:767px) {
    .library-search {
        margin: 0;
    }

        .library-search .search-filters {
            display: block;
        }

        .library-search .kl-search-sub-industry {
            width: 100% !important;
            max-width: 100% !important;
        }

            .library-search .kl-search-sub-industry .chosen-container {
                width: 100% !important;
                max-width: 100% !important;
            }

        .library-search .search-filter-select {
            margin: 0 0 20px 0;
            max-width: 100%;
            width: 100% !important;
            max-width: 100% !important;
        }

            .library-search .search-filter-select .chosen-container {
                width: 100% !important;
                max-width: 100% !important;
            }

        .library-search .form-search {
            margin-right: 43px;
            margin-bottom: 20px;
        }
}

.kl-search-sub-industry-container {
    position: relative;
}

    .kl-search-sub-industry-container::before {
        content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 22 28'%3E%3Ctitle%3Efilter%3C/title%3E%3Cpath fill='%23333' d='M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z'%3E%3C/path%3E%3C/svg%3E%0A");
        left: 23px;
        position: absolute;
        top: 20px;
        z-index: 2;
    }

@media screen and (min-width:767px) {

    .widget.kl-latest-articles,
    .widget.kl-most-popular {
        display: inline-block;
        width: 50%;
        margin-right: -4px;
        box-sizing: border-box;
        vertical-align: top;
    }
}

.kl-search-results {
    background-color: #ffffff;
    margin-top: 40px;
    position: relative;
}

    .kl-search-results *,
    .kl-search-results *::before,
    .kl-search-results *::after {
        box-sizing: border-box;
    }

    .kl-search-results .arrow-head {
        border-width: 325px 0 0 325px;
    }

        .kl-search-results .arrow-head::before {
            border-width: 285px 0 0 285px;
        }

.library.article-search-items {
    margin: 32px 0 120px 20px;
    min-height: 300px;
    padding: 0 0 40px 20px;
    position: relative;
    z-index: 1;
    text-align: left;
}

    .library.article-search-items .svg-icon {
        display: none;
    }

    .library.article-search-items .search-item-body a {
        display: inline-block;
        margin-top: 10px;
    }

    .library.article-search-items .search-item-body p {
        margin-top: 10px;
    }

    .library.article-search-items .search-item {
        background-color: #ffffff;
        border-left: 5px solid transparent;
        padding: 20px 0 20px 15px;
    }

        .library.article-search-items .search-item.is-active,
        .library.article-search-items .search-item:hover {
            border-color: #1b365d;
        }

    .library.article-search-items .search-item-heading {
        margin: 0;
    }

        .library.article-search-items .search-item-heading a {
            align-content: center;
            color: #333333;
            display: flex;
            justify-content: space-between;
        }

            .library.article-search-items .search-item-heading a .svg-icon {
                fill: #ffd38c;
                height: 30px;
                width: 30px;
            }

            .library.article-search-items .search-item-heading a:hover {
                color: #1b365d;
                text-decoration: none;
            }

    .library.article-search-items .search-item-body a {
        color: #3c76c8;
        text-decoration: underline;
    }

        .library.article-search-items .search-item-body a:hover,
        .library.article-search-items .search-item-body a:active,
        .library.article-search-items .search-item-body a:focus {
            text-decoration: none;
        }

    .library.article-search-items .search-item-body ul {
        margin: 0;
    }

    .library.article-search-items .search-results-pagination {
        display: flex;
        justify-content: space-between;
    }

        .library.article-search-items .search-results-pagination .current {
            font-weight: bold;
        }

        .library.article-search-items .search-results-pagination .pagination-page {
            margin-left: 20px;
        }

            .library.article-search-items .search-results-pagination .pagination-page a {
                color: #000000;
                display: inline-block;
                margin-right: 5px;
                text-decoration: underline;
            }

                .library.article-search-items .search-results-pagination .pagination-page a:hover {
                    text-decoration: none;
                }

        .library.article-search-items .search-results-pagination .pagination-show a {
            color: #000000;
            margin-left: 5px;
        }

.library.article-search-filters {
    background-color: white;
    position: relative;
}

    .library.article-search-filters:before {
        content: "";
        border-color: transparent transparent transparent gainsboro;
        border-width: 140px 0 0 140px;
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        z-index: -1;
        bottom: -20px;
        right: -20px;
    }

@media screen and (max-width:1024px) {
    .library.article-search-filters:before {
        display: none;
    }
}

.library.article-search-filters .toggle-field {
    position: relative;
}

    .library.article-search-filters .toggle-field .sub-selections {
        margin: 15px 0 0 30px;
    }

.library.article-search-filters .article-search-filters-heading {
    font-size: 18px;
}

.library.article-search-filters .mobile-filter-btn {
    display: none;
}

.library.article-search-filters .button.filter-btn {
    border: 0 none;
    display: inline-block;
    font-size: 13px;
    padding: 0.55em 0.5em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin: 0 5px 0 0;
    background-color: #ffd38c;
    border-color: #ffd38c;
    color: #000;
}

    .library.article-search-filters .button.filter-btn.apply-filter-btn {
        background-color: #1b365d;
        border-color: #1b365d;
        color: #fff;
        margin-left: 10px;
    }

.library.article-search-filters .noChildren .toggle-button {
    display: none;
}

.library.article-search-filters .form-group,
.library.article-search-filters .form-field {
    display: block;
}

.library.article-search-filters .form-checkbox {
    padding-right: 20px;
}

    .library.article-search-filters .form-checkbox input[type="checkbox"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .library.article-search-filters .form-checkbox input[type="checkbox"]:checked ~ label::before {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIGQ9Ik05IDE2LjJMNC44IDEybC0xLjQgMS40TDkgMTkgMjEgN2wtMS40LTEuNEw5IDE2LjJ6Ii8+PC9zdmc+");
            background-color: black;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .library.article-search-filters .form-checkbox input[type="checkbox"]:checked ~ label::after {
            transform: scaleX(1);
        }

    .library.article-search-filters .form-checkbox label::after {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        width: calc(100% - 1.5rem);
        height: 4px;
        left: 1.5rem;
        background-color: #d9e1e2;
        display: block;
        z-index: 1;
        transform: scaleX(0);
        transform-origin: top left;
        transition: all 0.2s ease-in-out;
    }

.library.article-search-filters .toggle-button {
    border: 0 none;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 1;
}

    .library.article-search-filters .toggle-button .svg-icon {
        height: 20px;
        width: 20px;
    }

    .library.article-search-filters .toggle-button.is-active .svg-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media screen and (max-width:1024px) {
    .library.article-search-filters {
        display: block;
        margin: 0 18px;
        max-width: 100%;
        border: 4px solid #9bcbeb;
        position: relative;
    }

        .library.article-search-filters .article-search-filters-heading {
            margin: 0;
        }

        .library.article-search-filters .mobile-filter-btn {
            background-color: #dcdcdc;
            border-radius: 0;
            color: #000;
            cursor: pointer;
            display: inline-block;
            font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans";
            font-weight: 700;
            font-size: 16px;
        }

            .library.article-search-filters .mobile-filter-btn .svg-icon {
                position: absolute;
                top: 15px;
                right: 15px;
                fill: #757575;
                height: 24px;
                width: 24px;
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -o-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
            }

        .library.article-search-filters .form-group {
            display: none;
        }

        .library.article-search-filters .button.filter-btn {
            display: none;
        }

        .library.article-search-filters.is-active .form-group {
            display: block;
            margin-top: 15px;
        }

        .library.article-search-filters.is-active .filter-btn {
            display: inline-block;
        }

        .library.article-search-filters.is-active .mobile-filter-btn .svg-icon {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .library.article-search-filters .arrow-head {
            display: none;
        }
}

@media screen and (max-width:767px) {
    .library.article-search-filters {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width:1024px) {
    .search-results {
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    .search-results {
        margin: 10px 0 0 0;
    }
}

.contextual {
    right: -25px;
}

.fairwork-wrapper aside.important-notice > div {
    display: block;
}

.region-translator-overlay header {
    background: none;
    padding: 0;
    max-width: 100%;
    left: 0;
    margin-bottom: 0;
    position: unset;
}

.mobile-only .open-translator {
    display: block;
    text-align: center;
    border: 2px solid gainsboro;
    padding: 10px 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (max-width:500px) {
    #translator-overlay .content {
        padding: 0 15px;
    }
}

nav.vertical ul li {
    list-style-type: none;
    list-style-image: none;
}

.left-column nav.vertical ul ul.menu {
    margin: 0;
}

#main-menu-overlay nav.menu--main ul > li {
    list-style: none;
}

.rtl-language #main-menu-overlay nav ul > li .advertisement {
    left: -170%;
}

.block-mainnavigation ul.menu {
    margin-left: 0;
}

.rtl-language .fairwork-wrapper article ul.pager__items {
    text-align: right;
}

.rtl-language .searchexposedForm form .js-form-item:before {
    right: 0;
}

.rtl-language .searchexposedForm form .form--inline input[type="text"] {
    padding-right: 30px;
}

.searchexposedForm form .js-form-item label:after {
    content: ":";
}

.rtl-language .searchexposedForm form .js-form-item label {
    padding-right: 5px;
}

    .rtl-language .searchexposedForm form .js-form-item label:after {
        position: absolute;
        right: 0;
    }

#views-exposed-form-news-page-1,
#views-exposed-form-media-releases-page-1 {
    margin-top: 30px;
}

    #views-exposed-form-news-page-1 select,
    #views-exposed-form-media-releases-page-1 select {
        padding: 15px 23px;
    }

.region-menu-overlay .menu li svg {
    display: none;
}

.overlay#main-menu-overlay ul.contextual-links {
    width: initial;
    padding: 0.25em 0;
    display: none;
}

.overlay#main-menu-overlay .contextual.open ul.contextual-links {
    display: inline;
}

.overlay#main-menu-overlay ul.contextual-links li {
    padding: 0;
}

    .overlay#main-menu-overlay ul.contextual-links li a {
        color: #000;
    }

.region-menu-overlay .menu li .advertisement svg {
    display: inline-block;
}

nav.vertical ul li a.is-active {
    font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans";
    font-weight: 700;
    font-size: 16px;
    background-color: #9bcbeb;
    border-left: #013556 5px solid;
}

.overlay .header .open-search,
.site-header .open-search {
    display: block;
}

.overlay.is-open .header a {
    color: #fff;
}

.overlay .header .my-account-menu.button {
    width: auto;
}

.region-search-overlay .js-form-type-select {
    display: none;
}

.breadcrumbs ol li {
    padding-right: 0;
}

    .breadcrumbs ol li a {
        padding-right: 26px;
    }

    .breadcrumbs ol li:last-child a {
        border-right: none;
        padding-right: 0;
    }

footer .region-footer-top nav {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

    footer .region-footer-top nav li a.is-active {
        color: white;
    }

footer .site-links ul.contextual-links {
    display: none;
}

footer .site-links .contextual.open .contextual-links {
    display: inline;
}

@media screen and (min-width:767px) and (max-width:1024px) {
    footer .site-links .region {
        display: block;
        margin: 0;
    }
}

footer .site-links ul.social-media li {
    border: none;
    padding-right: 0 !important;
}

footer .region-footer-top nav ul {
    margin: 0;
}

    footer .region-footer-top nav ul li {
        padding: 6px 0;
    }

@media screen and (min-width:768px) and (max-width:1040px) {
    footer .region-footer-top nav {
        width: 50%;
        margin-bottom: 44px;
    }
}

@media screen and (max-width:768px) {
    footer .region-footer-top nav {
        display: block;
        width: auto;
        margin: 0 0 50px;
    }
}

.footer-tools {
    margin: 20px 0 0 0;
}

.footer-tools-list button.js-dropdown-trigger {
    padding: 0;
}

.region-footer-left,
.region-footer-right {
    /* display: inline-block; */
}

.site-links ul.contextual-links {
    display: none;
}

@media screen and (min-width:1024px) {
    .region.region-footer-bottom {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
    }
}

.region-footer-bottom div.site-links {
    width: 100%;
    display: block;
    margin-right: 0;
    vertical-align: unset;
}

.overlay .footer .site-links {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    .overlay .footer .site-links ul:not(.contextual-links) {
        list-style: none;
        padding: 0;
        display: inline;
        margin: 0 25px 0 0;
    }

#main-menu-overlay .footer .site-links ul.contextual-links li a {
    color: #000;
}

.overlay .header a {
    color: white;
}

.path-node .region-content .contextual-region.node .contextual .contextual-links {
    position: fixed;
    background: #ffb81c;
    right: 20px;
    z-index: 1;
    top: 250px;
    padding: 10px;
    border: 4px solid #e29b00;
    display: block;
    width: 95px;
}

    .path-node .region-content .contextual-region.node .contextual .contextual-links li {
        background: rgb(255 255 255 / 42%);
    }

        .path-node .region-content .contextual-region.node .contextual .contextual-links li a {
            background: rgb(255 255 255 / 42%);
            color: #000;
            padding: 10px;
        }

#search-overlay #views-exposed-form-search-page-1 {
    position: relative;
}

    #search-overlay #views-exposed-form-search-page-1 input.form-text {
        color: white;
        padding: 5px 100px 5px 15px;
        box-sizing: border-box;
        font-family: "OpenSans-Regular", "Open Sans Regular", "Open Sans";
        font-weight: 400;
        font-size: 70px;
        background-color: transparent;
        border-color: transparent;
        border-bottom: 3px solid #9bcbeb;
        width: 100%;
        -webkit-appearance: none;
        text-align: left;
    }

        #search-overlay #views-exposed-form-search-page-1 input.form-text:active,
        #search-overlay #views-exposed-form-search-page-1 input.form-text:focus {
            outline: none;
            border-bottom-color: #9bcbeb;
            border: 3px dashed #9bcbeb;
            border-bottom-style: solid;
        }

    #search-overlay #views-exposed-form-search-page-1 input::placeholder {
        color: #e6e6e6;
    }

    #search-overlay #views-exposed-form-search-page-1 input.button {
        background: none;
        border: 0 none;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 25px;
        z-index: 1;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'  fill='white' /%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 100px;
        width: 100px;
        padding: 0;
        margin: 0;
    }

.search-results .SearchResults.search-list--width {
    width: 100%;
    flex: none;
    max-width: 100%;
    padding: 0;
}

#search-overlay .popularKeywordList,
#search-overlay h3 {
    text-align: left;
}

#search-overlay .popularKeywordList {
    max-width: 100%;
}

.searchexposedForm form .form--inline {
    margin: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

    .searchexposedForm form .form--inline .form-actions {
        margin-top: 0;
        margin-bottom: 0;
    }

.searchexposedForm form .js-form-item {
    flex: 1;
    position: relative;
    margin: 0 15px 0 0;
    min-width: 200px;
}

    .searchexposedForm form .js-form-item label {
        display: block;
    }

.searchexposedForm form .form--inline input[type="text"] {
    background-color: transparent;
    padding: 15px 0 15px 35px;
    border-color: transparent;
    border-bottom: 3px solid #9bcbeb;
    -webkit-appearance: none;
    width: calc(100% - 40px);
}

    .searchexposedForm form .form--inline input[type="text"]:active,
    .searchexposedForm form .form--inline input[type="text"]:focus {
        outline: none;
        border-bottom-color: #9bcbeb;
        border: 3px dashed #9bcbeb;
        border-bottom-style: solid;
    }

.searchexposedForm form .js-form-item:before {
    position: absolute;
    bottom: 20%;
    left: 2px;
    margin-top: -13px;
    display: inline-block;
    width: 26px;
    height: 26px;
    content: "";
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    border-radius: 0.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.searchexposedForm form .form--inline .form-actions input[value="Search"] {
    background-color: #1b365d;
    border-color: #1b365d;
    color: white;
    margin-right: 1em;
}

    .searchexposedForm form .form--inline .form-actions input[value="Search"]:last-child {
        margin-right: 0;
    }

    .searchexposedForm form .form--inline .form-actions input[value="Search"]:hover {
        background-color: #fff;
        color: black;
    }

.searchexposedForm form .form--inline .form-actions input[value="Clear"] {
    background-color: #ffd38c;
    border-color: #ffd38c;
    color: black;
    margin-left: 0;
}

    .searchexposedForm form .form--inline .form-actions input[value="Clear"]:hover {
        background-color: #fff;
    }

.region-search-overlay #views-exposed-form-search-page-1 .js-form-item label {
    display: none;
}

@media screen and (min-width:600px) {
    #views-exposed-form-dictionary-dictionary .form--inline {
        display: flex;
        align-items: baseline;
    }
}

#views-exposed-form-dictionary-dictionary .form--inline .form-text {
    height: 38px;
}

.block-views-block-dictionary-block-1 {
    margin-bottom: 20px;
}

.live-tiles img {
    max-width: 135px;
    max-height: 105px;
    height: auto;
    width: auto;
}

nav.live-tiles.distribute-50-50.same-height-280 div {
    min-height: 286px;
}

@media screen and (max-width:767px) {
    nav.live-tiles.distribute-50-50.same-height-280 div {
        min-height: 100px;
        height: auto;
    }

    .one-column.full-width .live-tiles.two div {
        max-width: 100%;
    }
}

.facets-widget-checkbox {
    border: 4px solid #e6e6e6;
    padding: 30px 15px;
    margin-bottom: 10px;
    margin-top: 30px;
}

    .facets-widget-checkbox h3 {
        font-size: 16px;
        margin-top: 0;
    }

    .facets-widget-checkbox ul {
        padding: 0;
        list-style: none;
        margin: 40px 0 0;
    }

.field--name-field-page-template,
.field--name-field-tags {
    display: none;
}

.facet-item--expanded .facets-widget- ul li {
    margin-left: 32px;
}

ul.item-list__checkbox > .facet-item {
    margin-bottom: 8px;
}

a.article-expand.button {
    display: inline-block;
}

.footer-tools-list li .button.is-anchor,
.footer-tools-list li a#generatePDF {
    border: 0 none;
    color: black;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
}

    .footer-tools-list li .button.is-anchor:active,
    .footer-tools-list li .button.is-anchor:hover,
    .footer-tools-list li a:active,
    .footer-tools-list li a:hover {
        text-decoration: underline;
    }

.footer-tools-list li .button.is-primary {
    margin-left: 0;
}

.footer-tools-list li p {
    margin-bottom: 0;
}

#views-exposed-form-news-page-1 .js-form-item,
#views-exposed-form-media-releases-page-1 .js-form-item {
    margin-right: 0;
    float: none;
}

.path-dictionary .content-wrapper .left-column,
.path-taxonomy .content-wrapper .left-column {
    display: none;
}

.path-taxonomy .feed-icons {
    display: none;
}

.facet-item label {
    vertical-align: top;
}

.block-tags .facets-widget-checkbox ul {
    margin: 0px 0 0;
}

.block-sitemap svg,
.block-sitemap .advertisement {
    display: none;
}

.block-sitemap .menu > li > a {
    display: block;
    font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans";
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 20px;
}

a.my-account-menu {
    font-size: 14px;
}

div#header-supplement .button {
    display: block;
    background-color: gainsboro;
    border: 5px solid gainsboro;
    padding: 6px 32px;
    font-weight: 700;
}

.my-account-menu.button {
    font-size: 14px;
    padding: 0px 32px;
    text-align: center;
    width: auto;
}

.block-loginregister p {
    margin-bottom: 0;
    display: inline-block;
}

@media screen and (min-width:767px) {

    .site-header .my-account-menu,
    .overlay .header .my-account-menu {
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    a.my-account-menu {
        font-size: 14px;
        text-align: center;
        width: auto;
        text-decoration: none;
        color: black;
        margin: 1em 0;
        display: block;
        background-color: gainsboro;
        border: 5px solid gainsboro;
        padding: 6px 32px;
        font-weight: 700;
    }
}

a.file--application-pdf,
a.file--x-office-spreadsheet,
a.file--x-office-document,
a.file--x-office-presentation,
a.file--zip {
    background-image: none;
    padding: 0;
}

.file--application-pdf:after {
    content: " (PDF)";
}

.file--x-office-spreadsheet:after {
    content: " (XLSX)";
}

a.file.file--x-office-document:after {
    content: " (DOCX)";
}

a.file--x-office-presentation:after {
    content: " (PPTX)";
}

a.file--zip:after {
    content: " (ZIP)";
}

.media--type-remote-video.media--view-mode-full .field--name-field-media-oembed-video {
    position: relative;
    padding-top: 56.25%;
}

    .media--type-remote-video.media--view-mode-full .field--name-field-media-oembed-video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.best-bet {
    margin-bottom: -40px;
}

.recommended-content {
    display: block;
    margin: initial;
}

#news-media-releases div.widgetItems div h3:after,
.search-results .SearchResults .searchResultsInfo .firstRow a:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.4 1.4L16.2 11H4v2h12.2l-5.6 5.6L12 20l8-8z' fill='%23ffc952'/%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: sub;
    float: right;
}
/*
.search-results .SearchResults .searchResultsInfo {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .search-results .SearchResults .searchResultsInfo > li {
        border-left: 5px solid transparent;
        padding: 20px 20px 20px 15px;
        margin: 0 0 35px 0;
    }

        .search-results .SearchResults .searchResultsInfo > li.is-active,
        .search-results .SearchResults .searchResultsInfo > li:hover {
            border-color: #1b365d;
        }

        .search-results .SearchResults .searchResultsInfo > li .firstRow {
            margin: 0;
            display: block;
            font-family: 'OpenSans-Bold', 'Open Sans Bold', 'Open Sans';
            font-weight: 700;
            font-size: 20px;
        }

            .search-results .SearchResults .searchResultsInfo > li .firstRow a {
                text-decoration: none;
                color: #323232;
            }

                .search-results .SearchResults .searchResultsInfo > li .firstRow a:hover,
                .search-results .SearchResults .searchResultsInfo > li .firstRow a:active,
                .search-results .SearchResults .searchResultsInfo > li .firstRow a:focus {
                    color: #1b365d;
                    text-decoration: none;
                }

            .search-results .SearchResults .searchResultsInfo > li .firstRow .resultNumber {
                display: none;
            }

            .search-results .SearchResults .searchResultsInfo > li .firstRow .svg-icon {
                fill: #ffd38c;
                height: 30px;
                width: 30px;
            }

        .search-results .SearchResults .searchResultsInfo > li .clsResultDescr {
            padding: 5px 0;
            display: block;
            line-height: 24px;
        }

            .search-results .SearchResults .searchResultsInfo > li .clsResultDescr a {
                color: #024ca2;
                text-decoration: underline;
            }

                .search-results .SearchResults .searchResultsInfo > li .clsResultDescr a:hover,
                .search-results .SearchResults .searchResultsInfo > li .clsResultDescr a:active,
                .search-results .SearchResults .searchResultsInfo > li .clsResultDescr a:focus {
                    text-decoration: none;
                }

            .search-results .SearchResults .searchResultsInfo > li .clsResultDescr ul {
                margin: 0;
            }

        .search-results .SearchResults .searchResultsInfo > li .clsResultURL ol,
        .search-results .SearchResults .searchResultsInfo > li .clsResultURL ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .search-results .SearchResults .searchResultsInfo > li .clsResultURL ol li,
            .search-results .SearchResults .searchResultsInfo > li .clsResultURL ul li {
                display: inline-block;
            }

        .search-results .SearchResults .searchResultsInfo > li .clsResultFilmedOn,
        .search-results .SearchResults .searchResultsInfo > li .clsResultDuration {
            display: none;
        }

.search-results.best-bet.hidden {
    display: none;
}
*/
.best-bet .view-header,
.recommended-content .view-header {
    display: none;
}

@media (prefers-color-scheme:dark) {
    .theme-follow-system .search-results .SearchLeft .refine-outer {
        padding: 15px;
        background-color: #272727;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    }

    .theme-follow-system .search-results .SearchResults .searchResultsInfo {
        margin-top: 15px;
    }

        .theme-follow-system .search-results .SearchResults .searchResultsInfo > li {
            background-color: #272727;
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
        }

            .theme-follow-system .search-results .SearchResults .searchResultsInfo > li .firstRow a {
                color: #e1e1e1;
            }

                .theme-follow-system .search-results .SearchResults .searchResultsInfo > li .firstRow a:hover,
                .theme-follow-system .search-results .SearchResults .searchResultsInfo > li .firstRow a:active,
                .theme-follow-system .search-results .SearchResults .searchResultsInfo > li .firstRow a:focus {
                    color: #aaaaaa;
                    text-decoration: underline;
                }
}

.page-node-type-library .content-wrapper.two-column > article {
    width: 100%;
    max-width: 820px;
    margin: 0px auto 0;
    padding: 0;
    display: block;
}

.page-node-type-library #rap-footer {
    color: #013556;
    width: 100%;
    max-width: 820px;
    margin: 0px auto 0;
}

@media screen and (max-width:1024px) {
    .page-node-type-library .content-wrapper.two-column > article {
        width: 100%;
        padding: 16px;
    }

    .block-globalinfo {
        padding: 16px;
    }
}

@media screen and (min-width:767px) {
    .library-landing-left {
        width: 50%;
        display: inline-block;
    }

    .library-landing-right {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .region-hero .views-exposed-form {
        margin-top: 20px;
    }
}

.field--name-field-reusable-content h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.field--name-field-reusable-content ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.field--name-field-page-reference-number .field__label {
    font-weight: normal;
}

.fwo-carousel-list > span {
    position: relative;
}

*:focus {
    outline: 3px dotted #9bcbeb;
    box-shadow: 0 0 0px 3px #013556;
}

.home .live-tiles a:focus {
    text-decoration: none;
    line-height: 1.8em;
}

.find a:focus,
.footer-tools-list > li > a:focus {
    display: inline-block;
}

.footer-tools-list li a#generatePDF {
    display: inline-block;
}

.node--type-landing-page .live-tiles.two div h3 {
    margin: 0px 26px 8px 0;
}

.node--type-landing-page .live-tiles div > a {
    position: initial;
    right: initial;
    bottom: initial;
    text-align: initial;
    padding-top: 1em;
    display: inline-block;
}

.node--type-landing-page .live-tiles.two div p {
    margin: 13px 0;
}

.node--type-landing-page .live-tiles.two div.alt {
    padding: 25px 25px 35px;
}

@media screen and (max-width:767px) {
    .node--type-landing-page .live-tiles.two div {
        min-height: 0;
    }

    .node--type-landing-page .live-tiles div > a {
        position: initial;
        display: initial;
        padding: initial;
    }

    .node--type-landing-page .live-tiles.two div,
    .node--type-landing-page .live-tiles.two div.alt {
        padding: 20px;
    }
}

.rtl-language .live-tiles ul {
    text-align: right;
}

.footer-tools-list > li > .button,
.footer-tools-list > li > a {
    margin-bottom: 15px;
    display: inline-block;
}

.file {
    display: inline-block;
    min-height: 16px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

[dir="rtl"] .file {
    padding-right: 20px;
    padding-left: inherit;
    background-position: right center;
}

.file--general,
.file--application-octet-stream {
    background-image: url(/themes/custom/fwo/images/icons/application-octet-stream.png);
}

.file--package-x-generic {
    background-image: url(/themes/custom/fwo/images/icons/package-x-generic.png);
}

.file--x-office-spreadsheet {
    background-image: url(/themes/custom/fwo/images/icons/x-office-spreadsheet.png);
}

.file--x-office-document {
    background-image: url(/themes/custom/fwo/images/icons/x-office-document.png);
}

.file--x-office-presentation {
    background-image: url(/themes/custom/fwo/images/icons/x-office-presentation.png);
}

.file--text-x-script {
    background-image: url(/themes/custom/fwo/images/icons/text-x-script.png);
}

.file--text-html {
    background-image: url(/themes/custom/fwo/images/icons/text-html.png);
}

.file--text-plain {
    background-image: url(/themes/custom/fwo/images/icons/text-plain.png);
}

.file--application-pdf {
    background-image: url(/themes/custom/fwo/images/icons/application-pdf.png);
}

.file--application-x-executable {
    background-image: url(/themes/custom/fwo/images/icons/application-x-executable.png);
}

.file--audio {
    background-image: url(/themes/custom/fwo/images/icons/audio-x-generic.png);
}

.file--video {
    background-image: url(/themes/custom/fwo/images/icons/video-x-generic.png);
}

.file--text {
    background-image: url(/themes/custom/fwo/images/icons/text-x-generic.png);
}

.file--image {
    background-image: url(/themes/custom/fwo/images/icons/image-x-generic.png);
}


@media screen and (max-width: 768px) {
    #main-menu-overlay nav ul ul > li {
        list-style: none;
        border-left: #ffffff 5px solid;
        padding: 16px;
        border-bottom: 1px solid #e0e0e0;
    }

    #main-menu-overlay nav li {
        display: block;
    }

        #main-menu-overlay nav li.pointer li, #main-menu-overlay nav ul.pointer > li, #main-menu-overlay nav li.override {
            display: block;
        }

    #main-menu-overlay nav .pointer-parent, #main-menu-overlay nav .pointer {
        border: none;
        padding: 0;
    }

    #main-menu-overlay nav li.pointer-parent {
        display: block;
        width: 100%;
    }

        #main-menu-overlay nav li.pointer-parent li, #main-menu-overlay nav li.pointer-parent > ul {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            #main-menu-overlay nav li.pointer-parent > ul > li, #main-menu-overlay nav li.pointer-parent > a {
                display: none;
            }

                #main-menu-overlay nav li.pointer-parent > ul > li.pointer > a.is-active {
                    display: inline;
                }

                #main-menu-overlay nav li.pointer-parent > ul > li.pointer, #main-menu-overlay nav li.pointer-parent > ul > li.pointer-parent {
                    display: block;
                    width: 100%;
                }

    #main-menu-overlay nav .pointer > a {
        padding: 10px;
        font-size: 1.4em;
    }

    #main-menu-overlay nav .pointer.override > a {
        padding: 0;
        font-size: 1em;
    }

    #main-menu-overlay nav .pointer > svg {
        display: inline-block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 100%;
        width: 28px;
    }

    #main-menu-overlay nav li.pointer {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 35px 1fr;
        grid-template-columns: 35px 1fr;
    }

        #main-menu-overlay nav li.pointer > ul {
            -ms-grid-column: 1;
            grid-column-start: 1;
            grid-column-end: 3;
            display: inline-block;
            width: 100%;
        }

        #main-menu-overlay nav li.pointer.no-arrow svg, #main-menu-overlay nav li.pointer.override svg {
            display: none;
        }

        #main-menu-overlay nav li.pointer.no-arrow a, #main-menu-overlay nav li.pointer.override a {
            -ms-grid-column: 1;
            grid-column-start: 1;
            grid-column-end: 3;
            padding-left: 0;
        }
}

@media screen and (min-width: 768px) {
    #main-menu-overlay nav ul > li:hover > ul, #main-menu-overlay nav ul > li:focus > ul, #main-menu-overlay nav ul > li.keyboard-focused > ul, #main-menu-overlay nav ul > li:focus-visible > ul, #main-menu-overlay nav ul > li:focus-within > ul {
        border-top: 1px dotted#ffffff;
        display: grid;
        grid-template-columns: 30% 30%;
        padding: 0;
    }

    #main-menu-overlay nav ul > li > ul > li:nth-child(even) {
        border-left: 1px dotted #ffffff;
    }

    #main-menu-overlay nav ul > li > ul > li {
        padding: 10px 25px;
        position: relative;
    }

        #main-menu-overlay nav ul > li > ul > li:before {
            content: "";
            width: 20px;
            height: 1px;
            border-bottom: 1px dotted #fff;
            display: block;
            position: relative;
            left: -25px;
            top: 0.8em;
        }

    #main-menu-overlay nav ul > li > ul li.pointer ul {
        display: none;
    }
}

.advertisement {
    display: none !important;
}

.blockcontent {
    background: #F8FBFE !important;
    border-left: 5px solid #9BCBEB !important;
    border-radius: 5px 2px 2px 5px !important;
    padding: 5px 10px !important;
}

.blockbanner {
    background: #FFFAEF !important;
    border-left: 5px solid #FFB81C !important;
    border-radius: 5px 2px 2px 5px !important;
    padding: 5px 10px !important;
}

.blocktipbox {
    background: #F6FDF9 !important;
    border-left: 5px solid #80E0A7 !important;
    border-radius: 5px 2px 2px 5px !important;
    padding: 5px 10px !important;
}

.blockalertbox {
    background: #FDEFEE !important;
    border-left: 5px solid #DA291C !important;
    border-radius: 5px 2px 2px 5px !important;
    padding: 5px 10px !important;
}
