.default-component.full-width.client-comments {
    background: #F7F7FA;
}
.client-comments h3 {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    text-transform:none;
}
@media all and (min-width: 768px) {
    .client-comments h3 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all {
    .client-comments h3 {
        font-size: 1.25rem;
        color: black;
        -webkit-transition: color .5s;
        transition: color .5s;
        margin-bottom: 3.125rem;
        line-height: 1.875rem;
    }
}
@media all and (min-width: 768px) {
    .client-comments h3 {
        font-size: 2rem;
        line-height: 2.75rem;
    }
}
@media all and (min-width: 992px) {
    .client-comments h3 {
        font-size: 2.75rem;
        line-height: 3.5rem;
    }
}
.client-comments .client-comments__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__wrapper {
        padding: 5rem 3.75rem;
    }
}
@media all and (min-width: 1200px) {
    .client-comments .client-comments__wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 9.375rem;
        padding-bottom: 9.375rem;
    }
}
.client-comments .client-comments__wrapper .cta-block {
    padding: 0;
}
.client-comments .client-comments__wrapper .cta-block a:not(:hover) {
    color: #22A2FF;
    border-color: #22A2FF;
}
.client-comments .client-comments__wrapper.showing-definition h3 {
    color: rgba(255, 255, 255, .2);
}
.client-comments .client-comments__wrapper.showing-definition .client-comments__term {
    opacity: .3;
}
.client-comments .client-comments__close {
    font-family: 'gs_icons' !important;
    color: #22A2FF;
    display: block;
    position: absolute;
    top: 1.25rem;
    right: 1.875rem;
    height: .625rem;
    width: .625rem;
    font-style: normal;
    cursor: pointer;
    font-size: .625rem;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    pointer-events: none;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__close {
        height: 1.5625rem;
        width: 1.5625rem;
        top: 3.125rem;
        right: 3.125rem;
        font-size: 1.5625rem;
    }
}
.client-comments .client-comments__close:before {
    content: '\e903';
}
.client-comments .showing-definition .client-comments__close {
    opacity: 1;
    pointer-events: all;
}
.client-comments .client-comments__cta {
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: solid 1px #B9B9B9;
    margin: 15px auto 0 auto;
    padding: 15px 30px;
    width: 81%;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__cta {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .client-comments .client-comments__cta {
        color: #22A2FF;
    }
}
.client-comments .client-comments__cta:hover {
    color: #005080;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__cta {
        padding: 10px 30px;
        width: auto;
    }
}
@media all {
    .client-comments .client-comments__cta {
        border-color: #22A2FF;
    }
    .client-comments .client-comments__cta:hover {
        border-color: #22A2FF;
    }
}
.client-comments .client-comments__term {
    color: #22A2FF;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 15;
    white-space: nowrap;
    cursor: pointer;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__term {
        position: relative;
    }
}
.client-comments .client-comments__term.showing {
    opacity: 1 !important;
    z-index: 20;
    color: #FFFFFF;
}
.client-comments .client-comments__term.showing .client-comments__term__definition {
    display: block;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__term.flipped .client-comments__term__definition {
        left: auto;
        right: -2.5rem;
    }
    .client-comments .client-comments__term.flipped .client-comments__term__definition:before {
        left: 0;
        right: auto;
    }
}
.client-comments .client-comments__term__definition {
    z-index: 10;
    position: absolute;
    padding: 2.5rem 2.5rem 1.25rem 2.5rem;
    display: none;
    width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0C072B;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__term__definition {
        padding: 1.875rem;
        left: -40px;
        top: calc(100% + 10px);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: calc(100% + 130px);
    }
    .client-comments .client-comments__term__definition:before {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        background: #0C072B;
        height: 3.125rem;
        width: 5rem;
    }
}
@media all and (min-width: 992px) {
    .client-comments .client-comments__term__definition {
        padding: 2.5rem 2.5rem 1.25rem 2.5rem;
    }
}
.client-comments .client-comments__term__definition p {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__term__definition p {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all {
    .client-comments .client-comments__term__definition p {
        margin-top: 0;
        color: #FFFFFF;
        white-space: normal;
    }
}
.client-comments .client-comments__term__definition a {
    color: #316BB6;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
}
@media all and (min-width: 768px) {
    .client-comments .client-comments__term__definition a {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .client-comments .client-comments__term__definition a {
        color: #316BB6;
    }
}
.client-comments .client-comments__term__definition a:hover {
    color: #005080;
}
@media all {
    .client-comments a {
        margin: 0;
        color: black;
        /*border-color: #22A2FF;*/
        text-decoration: underline;
    }
    .client-comments a:hover {
        opacity: .7;
    }
}
