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

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

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

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

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

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

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

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

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

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

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

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

.align-left {
    float: left;
}

.align-right {
    float: right;
}

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

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

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

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

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

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

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

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

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

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

.hidden {
    display: none;
}

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

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

.invisible {
    visibility: hidden;
}

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

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

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

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

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

.js-show {
    display: none;
}

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

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

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

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

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

.progress__description {
    float: left;
}

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

.progress__percentage {
    float: right;
}

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

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

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

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

.resize-none {
    resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.drag {
    cursor: move;
}

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

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

tr.region-populated {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    --main-color: #01ada4;
}

.resource-container {
    width: 100%;
    position: relative;
    max-width: 1095px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.resource-container h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    color: #00ada4;
}

.resource-container .resource-file {
    margin-bottom: 10px;
    text-align: center;
}

.resource-container .resource-file-actions {
    margin-top: 10px;
}

.resource-container .resource-file-actions a {
    color: white;
    line-height: 1.6rem;
    font-size: 1.4rem;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-weight: 700;
}

.resource-container span.link_arrows {
    color: var(--main-color);
}

.resource-container .resource-bottom-menu {
    text-align: center;
    margin-top: 40px;
}

.resource-container .resource-bottom-menu a {
    color: var(--main-color);
    font-size: 20px;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
}

.gated-content-container {
    z-index: 1072;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #00000073;
    width: 100%;
    height: 100%;
}

.gated-content-container .gated-content-form {
    max-width: 650px;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
    display: block;
    background-color: #fff;
}

.gated-content-container .gated-content-form .gated-content-form-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.gated-content-container .gated-content-form .gated-content-form-content .gated-content-form-content-header {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    box-sizing: border-box;
}

.gated-content-container .gated-content-form .gated-content-form-content .gated-content-form-content-header h4 {
    margin-bottom: 0;
}

.gated-content-container .gated-content-form .gated-content-form-content .gated-content-form-content-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 2rem 1rem;
}

.gated-content-container .gated-content-form .gated-content-form-content .gated-content-form-content-body h5 {
    font-style: italic;
    padding-top: 5px;
    font-size: 1.15rem;
}

body.gated_content_enabled {
    overflow-y: hidden;
    overflow-x: hidden;
}

body.gated_content_enabled::-webkit-scrollbar {
    display: none;
}

.darktheme .gated-content-container .gated-content-form {
    background-color: #0f0f0f;
}

.darktheme .gated-content-container .gated-content-form .gated-content-form-content {
    background-color: #0f0f0f;
    border-color: #424040;
}

.resource-parragraphs {
    margin-top: -80px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #212121;
    font-style: normal;
    margin-bottom: 40px;
}

.resource-parragraphs h2 {
    font-size: 30px;
    margin-top: 50px;
    color: #00ada4 !important;
}

.resource-parragraphs h2:first-child {
    margin-top: 0;
}

.field--name-field-resources-paragraphs {
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (min-width:678px) {
    .field--name-field-resources-paragraphs {
        padding-right: 50px;
        padding-left: 50px;
    }
}

.field--name-field-resources-paragraphs .field__item {
    width: 100%;
    clear: both;
    margin-top: 50px;
    margin-bottom: 50px;
}

.field--name-field-resources-paragraphs .field__item:first-child {
    margin-top: 0;
}

.field--name-field-resources-paragraphs .field__item:last-child {
    margin-bottom: 0;
}

.field--name-field-resources-paragraphs .field__item::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
    float: none;
}

.resource-parragraphs .content .wrapper>*:first-child {
    margin-top: 0;
}

.resource-parragraphs .content .wrapper>*:last-child {
    margin-bottom: 0;
}

.resource-parragraphs li::marker {
    color: #00ada4;
}

.resource-parragraphs p a,
.resource-parragraphs li a {
    color: #00ada4;
}

body.darktheme .resource-parragraphs p,
body.darktheme .resource-parragraphs .content .wrapper p {
    color: #ffffff !important;
}

.resource-parragraphs p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #212121;
    font-style: normal;
}

.resource-parragraphs img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.resource-parragraphs figure {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.resource-parragraphs figure[data-align="left"],
.resource-parragraphs img[data-align="left"] {
    float: left;
    max-width: 40%;
    margin-right: 30px;
    margin-top: 0;
}

.resource-parragraphs figure[data-align="left"] img,
.resource-parragraphs figure[data-align="right"] img,
.resource-parragraphs img[data-align="left"],
.resource-parragraphs img[data-align="right"] {
    max-height: 400px;
}

.resource-parragraphs figure[data-align="right"],
.resource-parragraphs img[data-align="right"] {
    float: right;
    max-width: 40%;
    margin-left: 30px;
    margin-top: 0;
}

.resource-parragraphs figure[data-align="center"],
.resource-parragraphs img[data-align="center"] {
    margin-left: auto;
    margin-right: auto;
}

.resource-parragraphs figure figcaption {
    font-style: italic;
    font-size: 13px;
    padding: 5px 0;
}

body.darktheme .resource-parragraphs figure figcaption {
    color: #ffffff
}

.resource-parragraphs blockquote {
    padding: 30px;
}

.resource-parragraphs blockquote,
.resource-parragraphs blockquote p {
    font-size: 20px;
    font-weight: 400;
    color: #00ada4;
}

.content-subheading {
    width: 100%;
    overflow: hidden;
}

.content-subheading .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.content-subheading .subheading-title {
    position: relative;
    width: 100%;
    padding: 40px;
    z-index: 2;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

.content-subheading .subheading-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.content-subheading .subheading-image::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.5;
}

.content-subheading .subheading-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.content.hero {
    width: 100%;
}

@media only screen and (min-width:678px) {
    .content.hero {
        width: calc(100% + 100px);
        margin-left: -50px;
        margin-bottom: 50px;
    }
}

.hero-inner {
    height: 560px;
    position: relative;
    width: 100%;
}

.content.hero.no-image .hero-inner {
    height: auto;
}

.content.hero .hero-caption {
    position: relative;
    z-index: 4;
    background-color: transparent !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content.hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    margin-left: 50px;
    margin-right: 50px;
    right: 0;
    bottom: 0;
    margin-top: 25px;
}

.content.hero .hero-radial {
    position: relative;
    z-index: 2;
}

.content.hero .hc-title {
    margin-bottom: 25px;
    position: relative;
    margin-left: 8px;
    max-width: 60%;
}

.content.hero .hc-title h1 {
    font-size: 48px;
    background-color: #1c1c1c;
    display: inline;
   font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-weight: 300;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 9px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 20px 0 13px;
    color: #ffffff;
    line-height: 1.15em !important;
}

.content.hero .hc-title h1 span {
    color: #ffffff;
}

.content.hero .hc-desc {
    position: relative;
    margin-left: 8px;
    max-width: 600px;
    margin-top: auto;
    margin-bottom: auto;
}

.content.hero.no-image .hc-desc {
    margin-left: 23px;
}

.content.hero .hc-desc p {
    font-size: 28px;
    line-height: 33px;
    font-family: "Roboto","PingFangSC", "Microsoft Yahei", sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    background-color: #00ADA4;
    box-shadow: 0.6em 0 0 #00ADA4, -0.5em 0 0 #00ADA4;
    display: inline;
    padding-bottom: 5px;
    padding-top: 2px;
}

.content.hero .hc-desc.hc-dark {
    max-width: 360px;
}

.content.hero .hc-desc.hc-dark p {
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    color: #ffffff;
    background-color: #000;
    box-shadow: none;
    display: block;
    padding: 11px;
}

.content.hero .hc-desc.hc-white {
    max-width: 430px;
}

.content.hero .hc-desc.hc-white p {
    display: block;
    font-style: normal;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0.6em 0 0 #fff, -0.5em 0 0 #fff;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 10px 0;
    font-size: 14px;
    line-height: 2.2em;
    font-weight: 500;
}

.content.hero .btn.green {
    font-size: 20px;
    border-radius: 6px;
    padding: 10px 60px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.content.hero .hero-radial {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: -20px;
    left: 0px;
}

.content.hero .hero-radial img {
    width: 100%;
    margin: 0px auto;
    display: block;
}

.content-with-sidebar {}

.content-with-sidebar .wrapper {}

@media only screen and (min-width:678px) {
    .content-with-sidebar .wrapper {
        display: grid;
        grid-template-columns: 1fr 250px;
        gap: 100px;
    }

    .content-with-sidebar .wrapper .contents-sidebar .contents-sidebar-inner:before {
        content: '';
        display: block;
        position: absolute;
        left: -50px;
        height: calc(100% + 20px);
        width: 1px;
        background: #000000;
        opacity: 0.2;
    }

    body.darktheme .content-with-sidebar .wrapper .contents-sidebar .contents-sidebar-inner:before {
        background: #ffffff;
    }
}

.content-with-sidebar .wrapper .contents-left {}

.content-with-sidebar .wrapper .contents-sidebar {
    white-space: normal;
    overflow-wrap: break-word;
}

.content-with-sidebar .wrapper .contents-sidebar .contents-sidebar-inner {
    position: relative;
}

.content-with-sidebar .wrapper .contents-sidebar h2 {
    font-size: 30px;
    line-height: 36px;
}

.content-with-sidebar .wrapper .contents-sidebar h3 {
    font-size: 20px;
    line-height: 28px !important;
}

.content-with-sidebar .wrapper .contents-sidebar h4 {
    font-size: 18px;
    line-height: 24px !important;
}

.content-with-sidebar .wrapper .contents-sidebar blockquote {
    font-size: 16px;
}

.content-with-sidebar .wrapper .contents-sidebar p {
    font-size: 14px;
    line-height: 20px;
}

.content-with-sidebar .wrapper .contents-sidebar ul {
    font-size: 14px;
    line-height: 20px;
}

.content-with-sidebar .wrapper .contents-sidebar ol {
    font-size: 14px;
    line-height: 20px;
}

.content-with-sidebar .wrapper .contents-sidebar li {
    font-size: 14px;
    line-height: 20px;
}

.content-two-columns {}

.content-two-columns .wrapper {}

@media only screen and (min-width:678px) {
    .content-two-columns .wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 100px;
    }
}

.content-download-section .wrapper {
    text-align: center;
}

.content-download-section .btn.green {
    font-size: 20px;
    border-radius: 6px;
    padding: 10px 60px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

body.darktheme .resource-parragraphs h2,
body.darktheme .resource-parragraphs h3,
body.darktheme .resource-parragraphs h4,
body.darktheme .resource-parragraphs h5,
body.darktheme .resource-parragraphs h6,
body.darktheme .resource-parragraphs ul,
body.darktheme .resource-parragraphs ol,
body.darktheme .resource-parragraphs li {
    color: #ffffff;
}

body.darktheme .resource-parragraphs blockquote,
body.darktheme .resource-parragraphs blockquote p {
    color: #00ada4 !important;
}

body.darktheme .resource-parragraphs blockquote p,
body.darktheme .resource-parragraphs .content .wrapper blockquote p {
    color: #00ada4 !important;
}

.tbm {
    position: relative
}

.tbm:focus-within {
    z-index: 999
}

.tbm [class^='fa-'],
.tbm [class*=' fa-'] {
    margin-right: 0.25rem
}

.tbm .hidden {
    display: none !important;
    visibility: hidden
}

.tbm-caption {
    display: block
}

.tbm-nav,
[dir='ltr'] .tbm-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0
}

.tbm-nav .tbm-link.no-link.tbm-no-submenu:hover,
.tbm-nav .tbm-link.no-link.tbm-no-submenu:focus,
[dir='ltr'] .tbm-nav .tbm-link.no-link.tbm-no-submenu:hover,
[dir='ltr'] .tbm-nav .tbm-link.no-link.tbm-no-submenu:focus {
    color: inherit !important;
    cursor: default
}

.tbm-nav .tbm-link.no-link:hover,
.tbm-nav .tbm-link.no-link:focus,
[dir='ltr'] .tbm-nav .tbm-link.no-link:hover,
[dir='ltr'] .tbm-nav .tbm-link.no-link:focus {
    cursor: pointer
}

.tbm-row {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.tbm-row [class*='span'] {
    min-height: 2rem
}

.tbm-row .span1 {
    grid-column-start: span 1
}

.tbm-row .span2 {
    grid-column-start: span 2
}

.tbm-row .span3 {
    grid-column-start: span 3
}

.tbm-row .span4 {
    grid-column-start: span 4
}

.tbm-row .span5 {
    grid-column-start: span 5
}

.tbm-row .span6 {
    grid-column-start: span 6
}

.tbm-row .span7 {
    grid-column-start: span 7
}

.tbm-row .span8 {
    grid-column-start: span 8
}

.tbm-row .span9 {
    grid-column-start: span 9
}

.tbm-row .span10 {
    grid-column-start: span 10
}

.tbm-row .span11 {
    grid-column-start: span 11
}

.tbm-row .span12 {
    grid-column-start: span 12
}

.tbm-row+.tbm-row {
    margin-top: 0.625rem
}

.tbm-item.level-1.open>.tbm-submenu {
    display: block;
    overflow: visible;
    clip: auto;
    height: auto
}

.tbm-link.level-1 {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.tbm-link.level-1>.tbm-caption {
    width: 100%
}

.tbm-link-container {
    align-items: stretch;
    display: flex;
    height: 100%
}

.tbm-link-container>.tbm-link {
    flex-grow: 1
}

.tbm-submenu {
    box-sizing: border-box;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10
}

.tbm-submenu.tbm-has-width {
    left: auto
}

.tbm-submenu-toggle {
    display: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5rem;
    border: 0;
    cursor: pointer
}

.tbm-submenu-toggle.always-show {
    display: block
}

.tbm-submenu-toggle:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    left: 50%;
    display: block;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.35rem solid currentColor;
    transition: transform 400ms ease-out
}

.open>.tbm-link-container>.tbm-submenu-toggle:before {
    transform: translateY(-50%) translateX(-50%) rotate(180deg)
}

.tbm-item--has-flyout {
    position: relative
}

.tbm-item--has-flyout>.tbm-submenu {
    top: 0;
    left: calc(100% + 5px);
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0
}

.tbm-item--has-flyout.open>.tbm-submenu {
    display: block;
    overflow: visible;
    clip: auto;
    height: auto
}

.tbm-item--has-flyout.open>.tbm-link-container>.tbm-submenu-toggle:before {
    transform: translateY(-0.175rem) translateX(-0.175rem)
}

.tbm-item--has-flyout .tbm-submenu-toggle {
    background-color: transparent
}

.tbm-item--has-flyout .tbm-submenu-toggle:before {
    border-bottom: 0.35rem solid transparent;
    border-left: 0.35rem solid currentColor;
    border-top: 0.35rem solid transparent;
    transform: translateY(-0.175rem) translateX(-0.175rem)
}

.tbm-no-arrows .tbm-item--has-flyout>.tbm-link-container .tbm-link:before {
    display: block;
    content: '';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0.25rem 0 0.25rem 0.25rem;
    border-left-color: currentColor;
    margin: 0.25rem 0 0
}

.tbm--mobile .tbm-item--has-flyout .tbm-link:before {
    display: none !important
}

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

.tbm-subnav>.tbm-item {
    display: block;
    list-style: none
}

.tbm-left>.tbm-submenu {
    left: 0
}

.tbm-right>.tbm-submenu {
    left: auto;
    right: 0
}

.tbm-center>.tbm-submenu {
    left: 50%;
    transform: translate(-50%)
}

.tbm-item--has-flyout.tbm-left>.tbm-submenu {
    left: 100%
}

.tbm-item--has-flyout .tbm-right>.tbm-submenu {
    left: auto;
    right: 100%
}

.tbm-justify {
    position: static
}

.tbm-justify>.tbm-submenu {
    left: 0;
    margin-left: 0;
    top: auto
}

.tbm-justify>.tbm-submenu.span12 {
    width: 100%
}

.tbm-button {
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    margin: 0 0 1rem;
    padding: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out
}

.tbm-button-container {
    display: block;
    margin: 0.5rem;
    position: relative;
    width: 2.5rem;
    height: 2rem
}

.tbm-button-container span {
    display: block;
    position: absolute;
    height: 0.375rem;
    width: 100%;
    background: currentColor;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out
}

.tbm-button-container span:nth-child(1) {
    top: 0px
}

.tbm-button-container span:nth-child(2),
.tbm-button-container span:nth-child(3) {
    top: calc(50% - 0.1875rem)
}

.tbm-button-container span:nth-child(4) {
    bottom: 0
}

.tbm-button[aria-expanded='true'] .tbm-button-container span:nth-child(1) {
    top: 1.25rem;
    width: 0%;
    left: 50%
}

.tbm-button[aria-expanded='true'] .tbm-button-container span:nth-child(2) {
    transform: rotate(45deg)
}

.tbm-button[aria-expanded='true'] .tbm-button-container span:nth-child(3) {
    transform: rotate(-45deg)
}

.tbm-button[aria-expanded='true'] .tbm-button-container span:nth-child(4) {
    top: 1.25rem;
    width: 0%;
    left: 50%
}

.tbm-group-container {
    margin: 0;
    padding: 0
}

.tbm-group-container>.tbm-row>[class*='span']>.tbm-column-inner {
    padding: 0
}

.tbm.tbm--mobile .tbm-button {
    display: block
}

.tbm.tbm--mobile.tbm--mobile-show .tbm-collapse {
    display: block
}

.tbm.tbm--mobile .always-show .tbm-submenu {
    display: block !important
}

.tbm.tbm--mobile .hidden-collapse {
    display: none !important
}

.tbm.tbm--mobile .tbm-item--has-flyout .tbm-link:after {
    display: none !important
}

.tbm.tbm--mobile .tbm-item--has-flyout.open .tbm-submenu-toggle:before {
    transform: translateY(0) translateX(-50%) rotate(90deg)
}

.tbm.tbm--mobile .sub-hidden-collapse>.tbm-item-child {
    display: none !important
}

.tbm.tbm--mobile .sub-hidden-collapse>.tbm-item-container>.tbm-link:after {
    display: none !important
}

.tbm.tbm--mobile .tbm-row {
    display: block
}

.tbm.tbm--mobile .tbm-collapse {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999
}

.tbm.tbm--mobile .tbm-nav {
    flex-direction: column
}

.tbm.tbm--mobile .tbm-submenu {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100% !important
}

.tbm.tbm--mobile .tbm-submenu-toggle {
    display: block
}

.tbm.tbm--mobile.animate .always-show .tbm-item>.tbm-submenu {
    -webkit-backface-visibility: unset;
    backface-visibility: unset;
    opacity: 1
}

.tbm.animate:not(.tbm--mobile) .tbm-item>.tbm-submenu {
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0
}

.tbm.animate:not(.tbm--mobile) .tbm-item.animating>.tbm-submenu {
    display: block !important
}

.tbm.animate:not(.tbm--mobile) .tbm-item.open>.tbm-submenu {
    opacity: 1
}

.tbm.animate:not(.tbm--mobile) .tbm-item.animating.open>.tbm-submenu {
    opacity: 1
}

.tbm.animate:not(.tbm--mobile).zoom .tbm-item>.tbm-submenu {
    transform: scale(0, 0);
    transform-origin: 20% 20%
}

.tbm.animate:not(.tbm--mobile).zoom .tbm-item.open>.tbm-submenu {
    transform: scale(1, 1)
}

.tbm.animate:not(.tbm--mobile).elastic .level0>.tbm-item>.tbm-submenu {
    transform: scale(1, 0)
}

.tbm.animate:not(.tbm--mobile).elastic .tbm-item>.tbm-submenu {
    transform: scale(0, 1);
    transform-origin: 10% 0
}

.tbm.animate:not(.tbm--mobile).elastic .tbm-item.open>.tbm-submenu {
    transform: scale(1, 1)
}

.tbm.animate:not(.tbm--mobile).slide .tbm-item.animating>.tbm-submenu {
    overflow: hidden
}

.tbm.animate:not(.tbm--mobile).slide .tbm-item>.tbm-submenu>div {
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%
}

.tbm.animate:not(.tbm--mobile).slide .tbm-item .tbm-item>.tbm-submenu {
    min-width: 0
}

.tbm.animate:not(.tbm--mobile).slide .tbm-item .tbm-item>.tbm-submenu>div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px
}

.tbm.animate:not(.tbm--mobile).slide .tbm-item .tbm-item.open>.tbm-submenu>div {
    margin-left: 0
}

.tbm.animate:not(.tbm--mobile).slide .tbm-item.open>.tbm-submenu>div {
    margin-top: 0%
}

.tbm {
    background-color: #f5f5f5
}

.tbm-item.level-1 {
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.tbm-link.level-1 {
    color: #222;
    padding: 1rem 1.25rem
}

.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
    background-color: #e8e8e8
}

.tbm-submenu-toggle {
    background-color: #f5f5f5;
    color: #222
}

.tbm-submenu-toggle:hover,
.tbm-submenu-toggle:focus {
    background-color: #e8e8e8
}

.tbm-caption {
    color: #444;
    font-size: 0.75rem;
    margin-top: 0.25rem
}

.tbm-submenu {
    background-color: #fff;
    border-radius: 0;
    border-top-width: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 1rem
}

.tbm-submenu .tbm-submenu {
    border-top-width: 1px
}

.tbm-item--has-flyout .tbm-submenu-toggle:hover,
.tbm-item--has-flyout .tbm-submenu-toggle:focus {
    background-color: transparent
}

.tbm-item--has-flyout .tbm-submenu-toggle:hover:before,
.tbm-item--has-flyout .tbm-submenu-toggle:focus:before {
    border-left-color: #1197f0
}

.tbm-subnav>.tbm-item:first-child>.tbm-link-container>.tbm-link {
    border-top: 0
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link {
    color: #222;
    display: block;
    padding: 0.5rem 0
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:hover,
.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:focus {
    color: #1197f0
}

.tbm-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.tbm-group-container {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.tbm-group-title {
    font-weight: bold;
    text-transform: uppercase
}

.tbm.tbm--mobile {
    background-color: transparent
}

.tbm.tbm--mobile .tbm-item {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.tbm.tbm--mobile .tbm-item.level-1.open>.tbm-toggle {
    background-color: #000;
    color: #fff
}

.tbm.tbm--mobile .tbm-collapse {
    background: #fff;
    padding-top: 1rem
}

.tbm.tbm--mobile .tbm-nav {
    background: #f5f5f5
}

.tbm.tbm--mobile .tbm-submenu {
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.tbm.tbm--mobile .tbm-submenu .tbm-link {
    padding: 1rem 1.25rem
}

.tbm.tbm--mobile .tbm-submenu .tbm-submenu-toggle {
    background-color: #fff;
    color: currentColor
}

.tbm.tbm--mobile .tbm-submenu-toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0
}

.tbm.tbm--mobile .tbm-subnav .tbm-item:first-child {
    border-top: 0
}

.tbm.tbm--mobile .tbm-subnav .tbm-subnav {
    margin-left: 1rem
}

.tbm.tbm--mobile .tbm-block {
    margin-bottom: 0;
    padding: 0 1.25rem
}