.static-text {
    font-size: 0.875rem;
    line-height: 1.5rem; }
.static-text a {
    padding-bottom: 0.18182em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
.static-text h1, .static-text h2, .static-text h3, .static-text h4, .static-text h5, .static-text h6 {
    max-width: 31.25rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.125rem;
    text-align: center; }
.static-text h1:first-child, .static-text h2:first-child, .static-text h3:first-child, .static-text h4:first-child, .static-text h5:first-child, .static-text h6:first-child {
    margin-top: 0; }
.static-text h1 {
    margin-top: 0.9375em; }
.static-text h2 {
    margin-top: 1.375em; }
.static-text h3 {
    margin-top: 1.65em; }
.static-text h4 {
    margin-top: 2.2em; }
.static-text h5 {
    margin-top: 3em; }
.static-text h6 {
    margin-top: 3.66667em; }
.static-text p {
    margin: 1.125rem 0; }
.static-text p:first-child {
    margin-top: 0; }
.static-text figure {
    margin: 1.875rem 0;
    display: block; }
.static-text figure img {
    max-width: 100%;
    width: 100%; }
.static-text figure:first-child {
    margin-top: 0; }
.static-text figure + h2 {
    margin-top: 1.20833em; }
.static-text blockquote {
    max-width: 31.25rem;
    margin: 3.75rem auto 2.5rem;
    text-align: center;
    quotes: "â€œ" "â€" "â€˜" "â€™"; }
.static-text blockquote:before {
    content: open-quote;
    font-size: 4.375rem;
    line-height: .1em;
    font-family: Georgia, "Times New Roman", serif;
    vertical-align: -.3em; }
.static-text blockquote p {
    font-size: 1rem;
    line-height: 1.5rem; }
.static-text blockquote footer {
    color: #888;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-family: Georgia, "Times New Roman", serif; }
.static-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 1.875em 0; }
.static-text ul li {
    padding-left: 1.63636em;
    position: relative; }
.static-text ul li:before {
    content: "\2014";
    position: absolute;
    top: 0;
    left: 0; }
.static-text ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 1.875em 0;
    counter-reset: list; }
.static-text ol li {
    padding-left: 1.63636em;
    position: relative; }
.static-text ol li:before {
    counter-increment: list;
    content: counter(list) ".";
    margin-right: -0.81818em;
    position: absolute;
    right: 100%;
    text-align: right; }

.static-text--padded {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }

.static-text--article {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 0.68);
    color: #000; }

.supports-no-touch .static-text a {
    -webkit-transition: border .2s ease, color .2s ease;
    transition: border .2s ease, color .2s ease; }

@media screen and (min-width: 34em) {
    .static-text--padded {
        padding-right: 10%;
        padding-left: 10%; } }

@media screen and (min-width: 48em) {
    .static-text {
        font-size: 1.125rem;
        line-height: 1.875rem; }
    .static-text h1, .static-text h2, .static-text h3, .static-text h4, .static-text h5, .static-text h6 {
        max-width: 37.5rem; }
    .static-text figure {
        margin-top: 3.125rem;
        margin-bottom: 3.125rem; }
    .static-text blockquote {
        max-width: 37.5rem;
        margin-top: 5rem; }
    .static-text blockquote:before {
        font-size: 5rem;
        vertical-align: -.2em; }
    .static-text blockquote p {
        font-size: 1.375rem;
        line-height: 2.25rem; }
    .static-text blockquote footer {
        font-size: 1.125rem;
        line-height: 1.875rem; }
    .static-text--padded {
        padding-right: 15%;
        padding-left: 15%; } }

@media screen and (min-width: 62em) {
    .static-text {
        font-size: 1.375rem;
        line-height: 2.25rem; }
    .static-text h1, .static-text h2, .static-text h3, .static-text h4, .static-text h5, .static-text h6 {
        max-width: 43.75rem; }
    .static-text blockquote {
        max-width: 43.75rem;
        margin-top: 6.25rem;
        margin-bottom: 3.75rem; }
    .static-text blockquote p {
        font-size: 1.625rem;
        line-height: 2.5rem; }
    .static-text blockquote footer {
        margin-top: 1.375rem;
        font-size: 1.375rem;
        line-height: 2.25rem; }
    .static-text--padded {
        padding-top: 4.25rem;
        padding-bottom: 4.25rem; } }

@media screen and (min-width: 75em) {
    .static-text--padded figure {
        margin-right: -3.125rem;
        margin-left: -3.125rem; }
    .static-text--big {
        font-size: 1.5625rem; }
    .static-text--article {
        margin-right: 0;
        margin-left: 0; } }