/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

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

.ajax-progress-throbber .throbber {
    display: inline;
    padding: 1px 6px 2px;
    background: transparent url(/core/misc/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: 1261;
    top: 48.5%;
    left: 49%;
    width: 24px;
    height: 24px;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(/core/misc/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/misc/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/misc/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-block;
}

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

.container-inline .hidden {
    display: none;
}

.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: 16px;
    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;
    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;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px;
}

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

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

.system-status-counter__status-icon--checked::before {
    background-image: url(/core/misc/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/misc/icons/787878/move.svg) no-repeat 6px 7px;
}

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

@media (forced-colors:active) {

    a.tabledrag-handle .handle,
    a.tabledrag-handle:hover .handle,
    a.tabledrag-handle:focus .handle {
        background: linktext;
        -webkit-mask: url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;
        mask: url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;
    }

    a.tabledrag-handle:focus {
        outline: solid 1px transparent;
    }
}

.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/misc/icons/787878/twistie-down.svg);
}

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

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

div.tree-child-last {
    background: url(/core/misc/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/misc/tree.png) no-repeat -11px center;
}

.ui-dialog {
    max-height: calc(100% - 100px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001 !important;
}

.toolbar-tray-open.toolbar-horizontal .webform-modal {
    transform: translate(-5%, -5%);
}

.webform-ui-dialog {
    transform: none;
}

#location-alert {
    display: none;
}

.location-alert__container {
    background-color: #ECF3F9;
    border: 1px solid #BADDE9;
    padding: 15px;
    margin: auto;
    margin-bottom: 40px;
}

.location-alert__closer {
    border: none;
    float: right;
    cursor: pointer;
}

.location-alert__title {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.location-alert__form {
    display: flex;
    align-items: center
}

.location-alert__infoicon {
    color: #0067C8;
    padding-right: 5px;
}

.location-alert__select-wrapper {
    min-width: 240px;
    position: relative;
    margin-right: 12px;
}

.location-alert__select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    height: 40px;
    border: 1px solid #777770;
    background-color: #FFF;
    width: 100%;
    margin-right: 8px;
    padding-left: 10px;
}

.location-alert__select::-ms-expand {
    display: none;
}

#location-alert .location-alert__link {
    line-height: 18px;
    min-height: 40px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    right: 12px;
    top: 15px;
    pointer-events: none;
}

body #qq0 {
    display: none
}

@media only screen and (min-width:768px) {
    body #qq0 {
        display: block;
    }

    #qq0 a {
        text-decoration: none;
    }

    #qq0 {
        position: fixed;
        height: 40px;
        bottom: 0;
        z-index: 103;
        width: 100%
    }

    #qq {
        bottom: 0;
        width: 968px;
        height: 40px;
        font-family: Arial, Helvetica, Sens-serif;
        overflow: hidden;
        border-bottom: 2px solid #13566f;
        border-top: 2px solid #13566f
    }

    #qq .q1,
    #qq .q2,
    #qq .q3,
    #qq .bd {
        height: 1px;
        line-height: 1px;
        margin: 0 1px;
        background: #eee;
        font-size: .01em
    }

    #qq .q1 {
        margin: 0 3px;
        background: #005cb3;
        border: 0;
        display: none
    }

    #qq .q2 {
        border-width: 0 2px;
        display: none
    }

    #qq .q3 {
        border-width: 0 1px;
        display: none
    }

    #qq .bd {
        border-bottom: 2px solid #13566f;
        border-top: 2px solid #13566f;
        border-width: 2px 0;
        line-height: normal;
        margin: 0;
        height: 36px;
        overflow: hidden
    }

    #qq .in {
        float: left;
        margin: 0 3px;
        position: relative
    }

    #qq #qqIn {
        margin: 6px 5px 0 6px;
        width: 90px;
        font-size: 11px;
        border: 2px solid #ccc;
        float: left;
        padding: 3px 2px 3px 4px
    }

    #qq #qqFrm {
        float: left;
        border-right: 1px solid #999;
        height: 36px;
        margin-right: 10px
    }

    #qq #qqBtn {
        padding: 0 0 0 3px;
        text-decoration: none;
        display: inline-block;
        line-height: 18px;
        color: #fff;
        font-size: 12px;
        margin-top: 7px;
        float: left
    }

    #qq #qqBtn B {
        padding: 0 10px 0 7px;
        display: block
    }

    #qq .qqDis {
        text-decoration: none;
        color: #000;
        cursor: default
    }

    #qq #qqLnk {
        margin: 5px 8px 0;
        float: left;
        font-size: 10px;
        line-height: 11px
    }

    #qq .qqPg {
        float: left;
        font-size: 11px
    }

    #qq #qqErr {
        display: none;
        width: 630px
    }

    #qq #qqErr B {
        line-height: 20px;
        height: 20px;
        display: block;
        color: #a03;
        margin-top: 8px;
        padding: 0 8px
    }

    #qq #qqSym {
        display: none
    }

    #qq #qqLdr {
        display: none
    }

    #qq #qqLdr IMG {
        margin: 5px 0 0 250px
    }

    #qq .qqCel {
        float: left;
        font-size: 10px;
        padding: 4px 10px 0 0
    }

    #qq .qqCel A {
        font-weight: bold
    }

    #qq .qqCel B {
        font-size: 11px
    }

    #qq .qqCel .up {
        color: #008000
    }

    #qq .qqCel .dn {
        color: #aa0033
    }

    #qq .qqHlt b {
        color: #aa0033;
        padding: 2px;
        font-size: 11px
    }

    #qq .qqFul {
        line-height: 26px
    }

    #qq #qqAct {
        float: right;
        display: none;
        width: 120px
    }

    #qq #qqAct #qqNew,
    #qq #qqAct #qqCrt {
        float: right;
        border-left: 1px solid #B2B2B2;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        font-weight: 700;
        display: block;
        position: relative;
        left: 4px
    }

    #qq #qqAct A {
        margin: 0 10px
    }

    #qqPop {
        position: fixed;
        bottom: 35px;
        left: 506px;
        width: 460px;
        border: 1px solid #000;
        background: #fff
    }

    #qqChartTabs {
        margin: 0;
        padding: 10px 0 0 20px;
        border-bottom: 1px solid #999
    }

    #qqChartTabs LI {
        border: 1px solid #999;
        margin: 0 2px 0 0;
        border-bottom: 0;
        font-size: 11px;
        margin-bottom: 1px;
        display: block;
        float: left;
        cursor: pointer;
        background-color: white
    }

    #qqChartTabs LI SPAN {
        text-decoration: none;
        padding: 3px 6px;
        display: block;
        border: 1px solid #fff;
        border-bottom: 0;
        background: transparent url(https://schwab.wsodqa.com/schwab/retail/research/resources/img/Gradient.tan.8.gif) repeat-x left top
    }

    #qqChartTabs LI.active SPAN {
        padding: 2px 6px 4px;
        margin-top: 1px;
        background: #fff
    }

    #qqChartTabs LI#last {
        border: 0;
        float: none
    }

    #qqChartTabs LI#last SPAN {
        background: transparent
    }

    #qqChartImage {
        margin: 10px 0 0 10px
    }

    @media screen and (max-width:991px) {
        #qq0 {
            position: fixed;
            height: auto;
            bottom: 0;
            z-index: 103;
            width: 100%
        }

        #qq {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            height: auto
        }

        #qq .qqPg {
            float: none
        }

        #qq .bd {
            height: auto;
            margin: 0;
            padding: 0
        }

        #qq .qqCel {
            min-width: 130px;
            height: 32px;
            padding: 4px 0 0
        }

        #qq #qqFrm {
            border-right: 0;
            margin-right: 0
        }

        #qq .qqCel a,
        #qq .qqCel b {
            margin-left: 5px;
            display: inline-block
        }
    }

    body #qq0 {
        border-top: 4px solid #133568;
        background-color: #eee;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40px !important
    }

    body #qq {
        border: none
    }

    body #qq .bd {
        border: none
    }

    #qq a.bluebtn,
    a.bluebtn:visited {
        background-color: #147eac;
        color: #fff;
        border-radius: 3px;
        padding: 0 10px;
        line-height: 20px
    }

    #qq a.bluebtn:hover,
    a.bluebtn:active {
        background-color: #06c
    }

    a.bluebtn b,
    a.bluebtn:visited b,
    a.bluebtn:active b,
    a.bluebtn span,
    a.bluebtn:visited span,
    a.bluebtn:active span {
        display: block;
        height: 20px;
        line-height: 19px;
        padding: 0 10px 0 0
    }

    a.btn {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        height: 20px;
        line-height: 19px;
        padding-left: 10px;
        text-decoration: none
    }

    .section-inline {
        display: inline-block
    }

    .ellipsis {
        -moz-binding: url(/modules/custom/schwab_tokens/assets/quick-quotes/ellipsis-xbl.xml#ellipsis);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #divResults {
        color: #666;
        font-family: arial;
        font-size: 9pt;
        max-width: 350px;
        min-width: 250px;
        position: absolute;
        z-index: 999999999;
        top: auto !important;
        bottom: 35px
    }

    #divResults a {
        text-decoration: none;
    }

    #divResults2 {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 40px rgba(0, 0, 0, .03) inset;
        padding: 3px
    }

    #resultsPanelMatting {
        border: 1px solid gray;
        position: absolute;
        z-index: 999999998
    }

    #divResults .Column0,
    #divResults .Column1,
    #divResults .link {
        border: medium none;
        color: #444;
        font-size: 12px;
        padding-bottom: 2px;
        padding-top: 2px;
        vertical-align: middle
    }

    #divResults .HoverRow {
        background-color: #dfeaf4;
        border: medium none;
        color: #000;
        cursor: default
    }

    #divResults .SelectedRow td.Column0,
    #divResults .SelectedRow td.Column1,
    #divResults .SelectedRow td.link {
        background-color: #d7d7ff
    }

    #divResults .Column0 {
        padding: 0 5px;
        width: 50px
    }

    #divResults .Column1 {
        margin-right: 5px
    }

    #divResults .footer {
        border-top: 1px solid #ccc;
        font-size: 10px;
        margin: 1px;
        padding: 3px;
        text-align: right
    }

    #divResults .header {
        border-bottom: 1px solid #ccc;
        color: #333;
        font-size: 11px;
        margin: 1px;
        padding: 3px
    }

    #divResults .link {
        color: #369;
        float: right;
        font-size: 10px;
        margin-right: 2px;
        text-align: right;
        white-space: nowrap
    }

    #divResults,
    #MiniChain {
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .4)
    }

    #MiniChain {
        border-radius: 5px;
        min-width: 556px;
        position: absolute;
        width: 512px;
        font-size: 12px;
    }

    #MiniChain .ExpBtns {
        max-width: 90px;
        padding-top: 1px;
        text-align: center;
        vertical-align: top;
        width: 90px;
        height: 278px !important;
    }

    #MiniChain td.Data {
        border: 2px solid #005cb3;
        padding: 1px;
        vertical-align: top;
        width: 100%
    }

    #MiniChain .Fixed {
        left: 98px !important;
    }

    #MiniChain .ExpBtn {
        background: #dedede url(/system/file?cmsid=prospect-sprite-images&filename=left_tab_bg.png) no-repeat scroll 0 0;
        color: #06c;
        cursor: default;
        font-family: "Arial";
        font-weight: 700;
        height: 18px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 1px;
        padding-top: 2px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap
    }

    #MiniChain .ExpBtns .Selected {
        background-color: #005cb3;
        color: #fff;
        margin: 0 0 2px
    }

    #MiniChain .ExpBtn:hover {
        cursor: default;
        margin-left: 0
    }

    #MiniChain .CallCell,
    #MiniChain .PutCell {
        width: 50%
    }

    #MiniChain th.CallCell,
    #MiniChain th.PutCell,
    #MiniChain th.StrikeCell {
        background-color: #EBEBEB;
        border-bottom: 1px solid #fff;
        color: #454545;
        font-weight: 700;
        height: 17px;
        line-height: 17px;
        padding: 0 8px;
        text-align: center
    }

    #MiniChain th.StrikeCell {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }

    #MiniChain .Data {
        background-color: #fff;
        color: #333
    }

    #MiniChain .header-intro {
        font-weight: 400
    }

    #MiniChain td.StrikeCell,
    #MiniChain td.CallCell,
    #MiniChain td.PutCell {
        cursor: default;
        height: 18px;
        line-height: 18px;
        padding: 0 2px 0 0;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap
    }

    #MiniChain td.StrikeCell {
        background-color: #0066cc;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #fff;
        font-weight: 700;
        padding: 0 4px;
        text-align: center
    }

    #MiniChain td.ITM {
        background-color: #d9d9d9
    }

    #MiniChain tr.highlight td.highlight,
    #MiniChain tr.Hover td.Hover {
        background-color: #005cb3;
        color: #fff
    }

    #MiniChain tr.Outline td.StrikeCell,
    #MiniChain tr.Outline td.PutCell,
    #MiniChain tr.Outline td.CallCell {
        background-color: #97b1cc
    }

    #MiniChain tr.Hover td.StrikeCell,
    #MiniChain tr.highlight td.StrikeCell {
        background-color: #005cb3;
        border-left: 1px solid #005cb3;
        border-right: 1px solid #005cb3;
        color: #fff
    }

    #MiniChain td.blankCell {
        border-top: 1px solid #ddd
    }

    #MiniChain .Title {
        background-color: #005cb3;
        border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 8px
    }

    #MiniChain .Desc {
        display: block;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        max-width: 440px;
        padding: 0
    }

    #MiniChain .link-close {
        cursor: pointer;
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 10px
    }

    #MiniChain .icon-close {
        background: none;
        display: inline-block;
        margin: 0 0 2px 4px;
        vertical-align: text-bottom
    }

    #MiniChain .Quote {
        background-color: #eaeff5;
        font-size: 10px;
        padding: 5px 5px 0;
        font-family: Arial, Helvetica, sans-serif;
    }

    #MiniChain .Quote tbody {
        font-weight: 700
    }

    #MiniChain .section-results {
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        padding: 5px
    }

    #MiniChain .AjaxLoader {
        background-image: url(/system/file/prospect-sprite-images/ajax-loader.gif);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 20px
    }

    #MiniChain .Legend {
        display: none;
        padding-left: 90px
    }

    #MiniChain .Link {
        display: table-cell;
        text-align: right;
        vertical-align: top;
        width: 50%
    }

    #MiniChain .Box {
        background-color: #d9d9d9;
        border: 1px solid gray;
        display: inline;
        height: 10px;
        overflow: hidden;
        padding-right: 10px;
        vertical-align: text-bottom;
        width: 10px
    }

    #MiniChain .Scroll {
        height: 187px;
        overflow-x: hidden;
        overflow-y: scroll
    }

    #MiniChain tr.Hover>td.Hover {
        background-color: inherit;
        color: inherit
    }

    #MiniChain tr.Hover>td.ITM {
        background-color: #d9d9d9;
        color: inherit
    }

    #MiniChain tr.highlight>td.highlight {
        background-color: #005cb3;
        color: #fff
    }

    #MiniChain tr.Hover:hover>td.Hover {
        background-color: #005cb3;
        color: #fff
    }

    #MiniChain tr.Hover>td.StrikeCell {
        background-color: #ddd;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: inherit
    }

    #MiniChain tr.Hover:hover>td.StrikeCell {
        background-color: #005cb3;
        color: #fff
    }

    #MiniChain .UpArw {
        height: 10px;
        padding-bottom: 2px;
        cursor: pointer;
        display: table;
        vertical-align: baseline;
        background-repeat: no-repeat;
        background: transparent url(https://client.schwabcdn.com/Images/arrows_v2.png) no-repeat scroll 50% -13px;
        color: #005CB3;
        font-size: 20px;
    }

    #MiniChain .DwnArw {
        height: 10px;
        display: table;
        cursor: pointer;
        vertical-align: baseline;
        background-repeat: no-repeat;
        background: transparent url(https://client.schwabcdn.com/Images/arrows_v2.png) no-repeat scroll 50% 2px;
        color: #005CB3;
        font-size: 20px;
    }

    #MiniChain .rootTabsRow {
        border-bottom: 2px solid #005cb3;
        float: left;
        width: 100%
    }

    #MiniChain .rootTab {
        border-bottom: 1px solid #fff;
        border-right: 2px solid #fff;
        display: inline-block;
        float: left;
        font-weight: 700;
        line-height: 21px;
        margin-top: 4px;
        min-width: 65px;
        text-align: center;
        white-space: nowrap;
        width: 65px
    }

    #MiniChain .rootTab:hover {
        margin-top: 0
    }

    #MiniChain .rootTab:hover a.rootLbl {
        line-height: 22px;
        margin-top: 0
    }

    #MiniChain .rootSelected a.rootLbl,
    #MiniChain li.rootSelected:hover a.rootLbl {
        color: #fff !important;
        line-height: 23px;
        margin-top: 0;
        text-decoration: none
    }

    #MiniChain #rootTabs .rootLbl:hover {
        color: #000
    }

    #MiniChain #rootTabs .rootLbl:focus {
        color: #000
    }

    #MiniChain .rootSelected {
        border-bottom: medium none;
        color: #fff;
        margin-top: 0;
        vertical-align: middle
    }

    #MiniChain .rootLbl {
        cursor: default;
        display: block;
        line-height: 18px;
        padding: 0 4px;
        text-decoration: none;
        vertical-align: middle
    }

    #MiniChain .rb1,
    #MiniChain .rb2 {
        display: block;
        font-size: 1px;
        height: 1px;
        overflow: hidden
    }

    #MiniChain .rb1 {
        margin: 0 2px
    }

    #MiniChain .rb2 {
        margin: 0 1px
    }

    #MiniChain .rootTab .rootLbl,
    #MiniChain .rootTab .rb1,
    .rootTab .rb2 {
        background: #dedede none repeat scroll 0 0
    }

    #MiniChain .rootSelected .rootLbl,
    .rootSelected .rb1,
    #MiniChain .rootSelected .rb2 {
        background: #005cb3 none repeat scroll 0 0
    }

    #MiniChain .warning-adjusted {
        background-color: #fcf4d9;
        padding: 3px
    }

    #MiniChain .HelpIcon {
        background-image: url(/system/file?cmsid=prospect-sprite-images&filename=icon.png);
        background-position: 0 -601px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 12px;
        margin: 0 0 0 2px;
        vertical-align: top;
        width: 10px
    }

    #MiniChain .Caret {
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        border-top: 10px solid transparent;
        cursor: default;
        height: 0;
        position: absolute;
        width: 0;
        z-index: 9999999
    }

    #MiniChain .HelpCnt {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .27);
        color: #000;
        cursor: default;
        font-weight: 400;
        margin-left: 9px;
        padding: 12px;
        position: absolute;
        width: 215px;
        z-index: 9999998
    }

    #MiniChain .HelpPopup {
        background: transparent url(/system/file?cmsid=prospect-sprite-images&filename=icon.png) no-repeat scroll 100% -199px;
        display: inline-block;
        padding-right: 15px;
        vertical-align: baseline
    }

    #MiniChain .HelpPopup i {
        display: none
    }

    #MiniChain li.Selected a.rootLbl {
        color: #fff;
        text-decoration: none
    }

    #MiniChain li a.rootLbl:hover {
        text-decoration: none
    }

    #MiniChain li a.rootLbl:focus {
        text-decoration: none
    }

    #MiniChain a.link-close {
        text-decoration: none
    }

    #MiniChain .footerRow {
        display: table;
        font-size: 10px;
        padding-top: 5px;
        width: 100%
    }

    #MiniChain .sr-only {
        border: 0 none;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    #MiniChain .link-close .closeLabel {
        display: block;
        color: #fff;
    }

    #MiniChain .Quote tbody tr td {
        padding: 18px;
    }
}

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

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}