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

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

.ajax-progress-throbber .throbber {
    display: inline;
    padding: 1px 5px 2px;
    background: transparent url(/core/themes/stable/css/system/components/../../../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: .9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(/core/themes/stable/css/system/components/../../../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/css/system/components/../../../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/css/system/components/../../../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: .2em;
    color: #555;
    font-size: .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: 0 0;
    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/css/system/components/../../../images/core/icons/e32700/error.svg)
}

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

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

.system-status-report-counters__item {
    width: 100%;
    margin-bottom: .5em;
    padding: .5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(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: 700
}

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: -.4em .5em 0;
    padding: .42em .5em;
    background: url(/core/themes/stable/css/system/components/../../../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/css/system/components/../../../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: -.4em .2em -.4em -.4em;
    padding: .42em 0 .42em .6em
}

[dir=rtl] .indentation {
    float: right;
    margin: -.4em -.4em -.4em .2em;
    padding: .42em .6em .42em 0
}

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

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

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

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

div.tree-child-last {
    background: url(/core/themes/stable/css/system/components/../../../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/css/system/components/../../../images/core/tree.png) no-repeat -11px center
}

body {
    overflow-x: hidden
}

.menu--simple-mega-menu {
    position: relative
}

.menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 9;
    left: 0;
    background: #fff;
    padding: 1rem;
    opacity: 0;
    transition: opacity 1s ease;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start
}

.menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper .mega-menu-item {
    flex: 0 1 auto
}

.menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper .mega-menu-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start
}

.menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper .mega-menu-bottom .field-item {
    flex: 0 1 auto
}

.menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper ul.mega-menu-item {
    flex-basis: 300px
}

.menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper .mega-menu-background {
    position: absolute;
    width: 200vw;
    height: 100%;
    left: -50vw;
    top: 0;
    background: #fbfbfb;
    z-index: -1
}

.menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper .mega-menu-item .menu-item {
    float: none
}

.menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper .mega-menu-item .menu-item a {
    float: none;
    border-radius: 0
}

.menu--simple-mega-menu>.menu-item--expanded:hover>.mega-menu-wrapper,
.menu--simple-mega-menu>.menu-item--expanded:focus>.mega-menu-wrapper,
.menu--simple-mega-menu>.menu-item--expanded.focused>.mega-menu-wrapper {
    opacity: 1;
    transition: opacity 1s ease;
    display: flex
}

.node--type-whitepaper article.row {
    padding-top: 68px
}

.node--type-whitepaper .mule-breadcrumbs-row {
    padding-top: 15px
}

.node--type-whitepaper .mule-breadcrumbs-row ul li {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: .25rem
}

.node--type-whitepaper .mule-breadcrumbs-row .mule-breadcrumbs a:after {
    content: ">";
    display: inline-block;
    padding-left: 3px
}

.node--type-whitepaper .mule-breadcrumbs-row .mule-breadcrumbs li:last-child a:after {
    content: ''
}

.node--type-whitepaper .mule-breadcrumbs-row .mule-breadcrumbs li:last-child {
    display: none
}

.node--type-whitepaper .mule-breadcrumbs-row .mule-breadcrumbs li:nth-last-child(2) a:after {
    display: none
}

.node--type-whitepaper .whitepaper-title {
    position: relative
}

.node--type-whitepaper .whitepaper-title.resource-report:before {
    background-position: -138px -14px
}

.node--type-whitepaper h1 {
    text-align: left;
    margin: 0
}

@media screen and (min-width:600px) {
    .node--type-whitepaper h1 {
        font-size: 26px
    }
}

.node--type-whitepaper .field-node--field-resource-subtitle-wp h2 {
    text-align: left;
    font-family: "SF", Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    margin: 5px 0 0
}

@media screen and (min-width:600px) {
    .node--type-whitepaper .field-node--field-resource-subtitle-wp h2 {
        font-size: 15px
    }
}

.node--type-whitepaper .cell:last-child:not(:first-child) {
    float: left
}

.node--type-whitepaper.translatable-page.section-en-es.localized-content #main,
.node--type-whitepaper.translatable-page.section-en-fr.localized-content #main,
.node--type-whitepaper.translatable-page.section-en-jp.localized-content #main,
.node--type-whitepaper.translatable-page.section-en-de.localized-content #main,
.node--type-whitepaper.translatable-page.section-en-pt.localized-content #main {
    margin-top: 40px
}

.node--type-whitepaper .form-section-hidden {
    display: none
}

.node--type-whitepaper div.reassurance-copy {
    display: flex;
    position: relative
}

.node--type-whitepaper div.reassurance-copy span {
    margin-top: 0;
    margin-left: 2px;
    position: absolute
}

.node--type-whitepaper div.reassurance-copy p {
    font-size: 12px !important;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    text-indent: 14px
}

.node--type-whitepaper .reassurance-copy {
    font-size: 13px !important;
    margin-top: 1em
}

.node--type-whitepaper .reassurance-copy span {
    font-weight: 700
}

.node--type-whitepaper .sticky-cta {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10
}

@media screen and (min-width:600px) {
    .node--type-whitepaper .sticky-cta {
        display: none;
        visibility: hidden !important
    }
}

.node--type-whitepaper .sticky-cta a {
    display: block;
    color: #fff;
    background: #00a0df;
    border-top: 1px solid #323031;
    width: 100%;
    min-height: 60px;
    padding: 17px 30px;
    text-align: center;
    font-size: 16px;
    font-family: "SFBold", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: auto;
    cursor: pointer
}

.node--type-whitepaper #go-to-form {
    position: absolute;
    margin-top: -110px
}

.node--type-whitepaper #main form.mktoForm label[for=marketingCommunicationsOptInAgreement]:not(.mktoLabel) {
    margin-top: 7px !important
}

.node--type-whitepaper #main form.mktoForm label.mktoLabel[for=marketingCommunicationsOptInAgreement].mktoLabel.mktoHasWidth {
    line-height: 30px;
    font-size: 16px;
    padding: 0;
    width: calc(100% - 30px) !important;
    float: right
}

html {
    scroll-behavior: smooth
}

.node--type-whitepaper article .row-wrapper.reverse .row.grid-x.grid-margin-x {
    padding: 0
}

@media screen and (min-width:600px) {
    .node--type-whitepaper article .row-wrapper.reverse .row.grid-x.grid-margin-x {
        display: flex;
        flex-direction: row-reverse;
        padding: 0
    }
}

.node--type-whitepaper form.mktoForm .mktoFieldWrap input::placeholder {
    opacity: .5
}

.node--type-whitepaper .resources-categories h2 {
    color: #fff
}

.node--type-whitepaper #main {
    background-color: rgba(234, 245, 254, .5)
}

.brc.node--type-whitepaper .mule-breadcrumbs-row .mule-breadcrumbs {
    text-align: center
}

.brc.node--type-whitepaper.asset-lps .field-node--field-resource-subtitle-wp h2 {
    font-family: "SF", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin-top: 18px
}

.brc.node--type-whitepaper.asset-lps .form-section,
.brc.node--type-whitepaper.asset-lps .form-section-hidden {
    margin-bottom: 82px
}

.brc.node--type-whitepaper .form-wrapper {
    padding: 20px 30px 30px;
    background-color: #fff;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, .1)
}

.brc.node--type-whitepaper .form-wrapper .reassurance-copy {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px
}

.brc.node--type-whitepaper .form-wrapper .reassurance-copy a {
    font-weight: bolder
}

.brc.node--type-whitepaper.asset-lps .form-wrapper form.mktoForm .mktoFieldWrap input {
    font-family: "SF", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6d7883;
    border: 1px solid #909aa3;
    border-radius: 4px;
    padding: 12px 10px 12px 20px;
    margin-bottom: 0;
    height: 56px !important
}

.brc.node--type-whitepaper .row-wrapper .custom-padding .row {
    padding-top: 40px
}

.brc.node--type-webinar.asset-lps form.mktoForm input[type=checkbox]+label:before,
.brc.node--type-whitepaper.asset-lps form.mktoForm input[type=checkbox]+label:before,
.brc.node--type-ebook.asset-lps form.mktoForm input[type=checkbox]+label:before {
    background: 0 0;
    border: 1px solid #00a0df;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: none;
    height: 16px;
    width: 16px
}

.brc.node--type-webinar.asset-lps form.mktoForm input[type=checkbox]:checked+label:before,
.brc.node--type-whitepaper.asset-lps form.mktoForm input[type=checkbox]:checked+label:before,
.brc.node--type-ebook.asset-lps form.mktoForm input[type=checkbox]:checked+label:before {
    font-family: "SF", Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: #00a0df
}

.brc.node--type-whitepaper.asset-lps .mule-breadcrumbs-row .mule-breadcrumbs a {
    font-size: 12px;
    line-height: 30px;
    color: #032d60;
    font-weight: 400
}

.brc .reverse-order-mobile .row {
    display: flex;
    flex-wrap: wrap-reverse
}

.brc.node--type-whitepaper.asset-lps h1 {
    font-style: normal;
    font-size: 33px;
    line-height: 39px
}

.brc.node--type-whitepaper .row-wrapper .custom-padding .row,
.row-wrapper.custom-padding .row {
    padding: 40px 0;
    padding-top: 30px
}

.brc.node--type-whitepaper .mule-breadcrumbs-row {
    margin-bottom: 32px
}

.node--type-whitepaper #main form.mktoForm {
    margin-bottom: 0 !important
}

.brc.node--type-whitepaper.asset-lps .mktoForm .mktoButton {
    height: 60px !important;
    min-height: 60px !important;
    line-height: 30px;
    font-size: 16px !important;
    font-weight: bolder !important;
    margin-top: 10px
}

.brc.node--type-webinar.asset-lps form.mktoForm input[type=checkbox]+label:before,
.brc.node--type-whitepaper.asset-lps .mktoForm input[type=checkbox]+label:before,
.brc.node--type-ebook.asset-lps form.mktoForm input[type=checkbox]+label:before {
    background: #00a0df;
    border: 1px solid #00a0df;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: none;
    height: 16px;
    width: 16px
}

.brc.node--type-webinar.asset-lps form.mktoForm input[type=checkbox]:checked+label:before,
.brc.node--type-whitepaper.asset-lps .mktoForm input[type=checkbox]:checked+label:before,
.brc.node--type-ebook.asset-lps form.mktoForm input[type=checkbox]:checked+label:before {
    font-family: "SF", Arial, sans-serif;
    color: #fff;
    text-align: center
}

.brc.node--type-whitepaper.asset-lps .mktoForm .mktoRequiredField label.mktoLabel {
    font-size: 16px !important
}

.brc.node--type-webinar.asset-lps form.mktoForm input[type=checkbox]+label:before,
.brc.node--type-whitepaper.asset-lps .mktoForm input[type=checkbox]+label:before,
.brc.node--type-ebook.asset-lps form.mktoForm input[type=checkbox]+label:before {
    background: #00a0df;
    border: 1px solid #00a0df;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: none;
    height: 16px;
    width: 16px
}

.brc.node--type-webinar.asset-lps form.mktoForm input[type=checkbox]:checked+label:before,
.brc.node--type-whitepaper.asset-lps .mktoForm input[type=checkbox]:checked+label:before,
.brc.node--type-ebook.asset-lps form.mktoForm input[type=checkbox]:checked+label:before {
    font-family: "SF", Arial, sans-serif;
    color: #fff;
    text-align: center
}

.brc.node--type-whitepaper.asset-lps .form-wrapper .mktoForm .mktoCheckboxList>label {
    display: block
}

.brc.node--type-whitepaper.asset-lps form.mktoForm .mktoCheckboxList {
    max-width: 16px !important;
    max-height: 16px !important
}

@media screen and (min-width:600px) {
    .brc.node--type-whitepaper .row-wrapper .custom-padding .row,
    .row-wrapper.custom-padding .row {
        padding: 40px 0;
        padding-top: 35px
    }
    .brc.node--type-whitepaper.asset-lps h1 {
        font-size: 45px;
        line-height: 55px
    }
}

@media screen and (min-width:992px) {
    .brc.node--type-whitepaper .mule-breadcrumbs-row .mule-breadcrumbs {
        text-align: left
    }
    .brc.node--type-whitepaper.asset-lps .field-node--field-resource-subtitle-wp h2 {
        margin-top: 5px
    }
}

@media screen and (min-width:992px) {
    .brc.node--type-whitepaper .mule-breadcrumbs-row {
        margin-bottom: 53px
    }
    .brc .reverse-order-mobile .row {
        display: flex;
        flex-wrap: initial
    }
    .brc.node--type-whitepaper h1 {
        font-size: 45px;
        line-height: 55px
    }
    .brc.node--type-whitepaper .field-node--field-resource-subtitle-wp h2 {
        margin-top: 20px
    }
    .brc.node--type-whitepaper.asset-lps .form-section,
    .brc.node--type-whitepaper.asset-lps .form-section-hidden {
        margin-bottom: 0
    }
    .brc.node--type-whitepaper .form-wrapper {
        z-index: 2;
        position: relative
    }
    .node--type-whitepaper .mule-breadcrumbs-row {
        padding-top: 4px
    }
}

@media screen and (min-width:1160px) {
    article.brc.bottom-right-dots.asset-lps {
        position: relative
    }
    article.brc.bottom-right-dots.asset-lps:before {
        content: " ";
        width: 440px;
        height: 287px;
        background-image: url("/themes/custom/mule_foundation/images/patterns/assets-lp-bottom-dots.svg");
        background-size: 440px 287px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        right: -210px;
        bottom: -70px;
        z-index: 1
    }
}

.brc.node--type-whitepaper .wp-title+.row-wrapper {
    width: 100%
}

.bricks-component-edit-control-container {
    position: relative
}

.bricks-component-edit-control-container a.bricks-component-edit-control {
    position: absolute;
    top: 3px;
    right: 15px;
    z-index: 100;
    background: url('/modules/custom/eck/component/assets/pencil.svg') no-repeat;
    background-color: #43b2b3;
    background-position: center;
    background-size: 40%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 10px 0 0;
    font-size: 13px;
    color: #fff;
    text-indent: -10000px;
    transition: .2s ease all;
    text-align: center;
    opacity: 0
}

.bricks-component-edit-control-container:hover a.bricks-component-edit-control {
    opacity: 1
}

.bricks-component-edit-control-container a.bricks-component-edit-control:hover {
    background-color: #33bfb9;
    color: #fff;
    transform: scale(1.1)
}

.row-wrapper.live-grid-title {
    margin-top: 80px
}

.row-wrapper.live-grid-demonstration .row {
    background: rgba(255, 0, 0, .05);
    margin-bottom: 53px
}

.row-wrapper.live-grid-demonstration .row .cell {
    position: relative;
    height: 600px;
    box-sizing: content-box;
    background: rgba(255, 0, 0, .1)
}

.row-wrapper.live-grid-demonstration .row .cell:nth-child(2):before {
    content: '15';
    display: block;
    position: absolute;
    left: -1.875rem;
    font-size: 11px;
    font-weight: 700;
    padding-top: 5px
}

.row-wrapper.live-grid-demonstration .row .cell:after {
    content: '';
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: calc(100% + 1.875rem);
    height: 100%;
    position: absolute;
    left: calc(-1.875rem/2);
    border-right: 1px solid rgba(255, 0, 0, .4);
    padding-top: 5px
}

.row-wrapper.live-grid-demonstration .row .cell:first-child:after {
    content: '15'
}

.row-wrapper.live-grid-demonstration .row>.cell:last-child:after {
    border-right: none
}

.row-wrapper.live-grid-demonstration .row .cell div {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: 'OpenSansBold', sans-serif
}

@media screen and (max-width:1160px) {
    .row-wrapper.live-grid-demonstration .row .cell:first-child:after {
        content: '10 15';
        text-indent: -12px;
        font-size: 9px
    }
    .row-wrapper.live-grid-demonstration .row .cell:nth-child(2):before {
        font-size: 9px;
        text-indent: 2px
    }
    .row-wrapper.live-grid-demonstration .row>.cell:first-child:after {
        border-left: 1px solid rgba(0, 0, 0, 1)
    }
    .row-wrapper.live-grid-demonstration .row>.cell:last-child:after {
        border-right: 1px solid rgba(0, 0, 0, 1)
    }
}

@media screen and (max-width:992px) {
    .row-wrapper.live-grid-demonstration .row {
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .row-wrapper.live-grid-demonstration .row .cell:after {
        content: '';
        width: calc(100% + 1.25rem);
        left: calc(-1.25rem/2);
        font-size: 7px
    }
    .row-wrapper.live-grid-demonstration .row .cell:first-child:after {
        content: '12 10';
        font-size: 7px;
        text-indent: -10px
    }
    .row-wrapper.live-grid-demonstration .row .cell:nth-child(2):before {
        content: '10';
        left: -1.25rem;
        font-size: 7px
    }
    .row-wrapper.live-grid-demonstration .row .cell div {
        font-size: 12px
    }
}