@media (min-width: 992px) {
    .pageWrapper
        .terms-layout
        .score-structural.score-column2-equal.two-col-ipad {
        display: flex;
        flex-direction: unset;
    }
    .pageWrapper
        .terms-layout
        .score-structural.score-column2-equal
        > .score-left {
        float: left;
        width: 50%;
    }
    .pageWrapper
        .terms-layout
        .score-structural.score-column2-equal
        > .score-right {
        float: right;
        width: 50%;
    }
}
.score-container.titlebg {
    background-color: #394392;
}
.text-component.page-header-bar {
    height: auto;
}
.text-component.page-header-bar h1 {
    line-height: 1.5;
    margin-left: 10px;
}
.text-component.page-header-bar span {
    white-space: nowrap;
    padding: 0;
}
.text-component.page-header-bar sup {
    padding: 0;
}
.text-component.page-header-bar * {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: white;
    display: inline-block;
}
@media (min-width: 992px) {
    .text-component.page-header-bar * {
        font-family: "Lato-Semibold", sans-serif;
        font-size: 42px;
        line-height: 39px;
        padding: 36px 0 35px;
        font-weight: 600;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .text-component.page-header-bar * {
        font: 42px "Lato-Semibold", sans-serif;
        line-height: 39px;
        width: 100%;
        padding: 35px 0 35px 10px;
    }
}
@media (max-width: 767px) {
    .text-component.page-header-bar * {
        padding: 8px 0 7px;
    }
}
.terms-layout .text-component {
    color: #454646;
}
.terms-layout .text-component h2 {
    color: #394392;
    margin-left: 10px;
    font-size: 18px;
    line-height: 22px;
}
.terms-layout .text-component a {
    color: #394392;
    word-wrap: break-word;
}
.terms-layout .text-component a:hover,
.terms-layout .text-component a:focus {
    color: #131c60;
    text-decoration: underline;
}
