.tout-text-only {
    padding: 3rem 1.875rem 0 1.875rem;
    text-align: center;
}
@media all and (min-width: 768px) {
    .tout-text-only {
        padding-top: 4rem;
    }
}
.tout-text-only h2 {
    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;
    margin-bottom: 1.875rem;
}
@media all and (min-width: 768px) {
    .tout-text-only h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all and (min-width: 768px) {
    .tout-text-only h2 {
        margin-bottom: 1.25rem;
    }
}
.tout-text-only h2 a {
    text-decoration: none;
    color: #0081C3;
}
.tout-text-only h2 a:hover {
    color: #005080;
}
.tout-text-only h2 a:visited {
    text-decoration: none;
}
.tout-text-only p {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    color: #6D6E6E;
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .tout-text-only p {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .tout-text-only p {
        max-width: 83%;
        margin: 0 auto;
    }
}
@media all and (min-width: 992px) {
    .tout-text-only p {
        max-width: 50%;
    }
}
.tout-text-only .cta-block {
    padding-bottom: 3.125rem;
    padding-top: 1.25rem;
}
@media all and (min-width: 768px) {
    .tout-text-only .cta-block {
        padding-top: 1.875rem;
        padding-bottom: 6.25rem;
    }
}
.tout-text-only a.cta {
    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;
    border: solid 1px #B9B9B9;
    margin: 15px auto 0 auto;
    padding: 15px 30px;
    width: 81%;
    display: block;
    width: 100%;
}
@media all and (min-width: 768px) {
    .tout-text-only a.cta {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .tout-text-only a.cta {
        color: #316BB6;
    }
}
.tout-text-only a.cta:hover {
    color: #005080;
}
@media all and (min-width: 768px) {
    .tout-text-only a.cta {
        padding: 0;
        width: 225px;
        line-height: 42px;
        box-sizing: border-box;
    }
}
@media all and (min-width: 768px) {
    .tout-text-only a.cta {
        display: inline;
    }
}

.small-tout-headline .tout-text-only h2 {
    margin: 0 0 1.25rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 100;
    line-height: 1.375rem;
}
@media all and (min-width: 768px) {
    .small-tout-headline .tout-text-only h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}