.typography-content > *:not([class]) {
	color: var(--spun-pearl-700);
	font-size: 16px;
	line-height: 24px;
}

.typography-content h2:not([class]),
.typography-content h3:not([class]),
.typography-content h4:not([class]) {
	margin: 24px 0;
	color: var(--blue-ribbon-400);
	font-weight: 600;
	line-height: 30px;
}

.typography-content h2:not([class]) {
	font-size: 20px;
}

.typography-content h3:not([class]) {
	font-size: 18px;
}

.typography-content h4:not([class]) {
	font-size: 17px;
}

.typography-content p:not([class]) {
	margin-bottom: 24px;
}

.typography-content a:not([class]) {
    color: var(--blue-ribbon-400);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.typography-content a:not([class]):hover {
    color: var(--blue-ribbon-500);
}

.typography-content u:not([class]) {
    color: var(--blue-ribbon-400);
}

.typography-content u:not([class]) a {
    text-decoration: none;
}

.typography-content ul:not([class]),
.typography-content ol:not([class]) {
	padding-left: 58px;
	margin-bottom: 32px;
}

.typography-content ul:not([class]) li,
.typography-content ol:not([class]) li {
    position: relative;
    list-style-type: none;
}

.typography-content ul:not([class]) li:not(:last-child),
.typography-content ol:not([class]) li:not(:last-child) {
	margin-bottom: 12px;
}

.typography-content ul:not([class]) li::before {
	content: '';
    position: absolute;
    left: -35px;
    top: 0;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjg1MzkgMTEuMTQyNUMyMy4zNDY1IDEwLjY1OCAyMy41MjU2IDkuOTQ5NTggMjMuMzA5OCA5LjI4NTk2QzIzLjA5NCA4LjYzMDUgMjIuNTM2MyA4LjE1ODI4IDIxLjg0ODIgOC4wNTY1TDE2LjY4MTkgNy4zMDczNkMxNi4zNTYyIDcuMjU4NSAxNi4wNzkzIDcuMDU0OTQgMTUuOTMyOCA2Ljc2MTgyTDEzLjYyMDMgMi4wNzk5MkMxMy4zMTUgMS40NTcwMSAxMi42OTIxIDEuMDcwMjIgMTIgMS4wNzAyMkMxMS4zMDc5IDEuMDcwMjIgMTAuNjg1IDEuNDU3MDIgMTAuMzc5NiAyLjA3OTkyTDguMDY3MTkgNi43NjE4MkM3LjkyMDYzIDcuMDU0OTQgNy42NDM3NyA3LjI1ODUgNy4zMTgwNyA3LjMwNzM2TDIuMTUxNyA4LjA1NjVDMS40NjM2NiA4LjE1ODI4IDAuOTA1OTAzIDguNjMwNSAwLjY5MDE0MSA5LjI4NTk2QzAuNDc0MzU0IDkuOTQ5NTcgMC42NTM0ODggMTAuNjU4IDEuMTQ2MTIgMTEuMTQyNUw0Ljg4NzU3IDE0Ljc4NjJDNS4xMjM2OCAxNS4wMTQxIDUuMjI5NTQgMTUuMzQzOSA1LjE3MjU2IDE1LjY2NTZMNC4yOTMxNiAyMC44MTU2QzQuMTc1MSAyMS40OTk2IDQuNDQ3ODcgMjIuMTc1NSA1LjAwOTcgMjIuNTgyNkM1LjMyNzI0IDIyLjgxNDcgNS42OTc3MyAyMi45Mjg2IDYuMDcyMjggMjIuOTI4NkM2LjM1NzI3IDIyLjkyODYgNi42NDYzNCAyMi44NTk0IDYuOTE1MDMgMjIuNzIxTDExLjUzNTkgMjAuMjkwNUMxMS44MjkgMjAuMTM5OCAxMi4xNzEgMjAuMTM5OCAxMi40NjQxIDIwLjI5MDVMMTcuMDg0OSAyMi43MjFDMTcuNjk5NyAyMy4wNDI2IDE4LjQyODQgMjIuOTg5NyAxOC45OTAzIDIyLjU4MjZDMTkuNTUyMSAyMi4xNzU0IDE5LjgyNDkgMjEuNDk5NiAxOS43MTA5IDIwLjgxNTZMMTguODI3NCAxNS42NjU2QzE4Ljc3MDQgMTUuMzQzOSAxOC44NzYzIDE1LjAxNDEgMTkuMTEyNCAxNC43ODYyTDIyLjg1MzkgMTEuMTQyNVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjFfMTMxMjcpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTYxXzEzMTI3IiB4MT0iLTAuNzQ3NjI1IiB5MT0iLTAuNDkzNDQ2IiB4Mj0iMjEuMzM2NSIgeTI9IjIzLjcwODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzk3RTBGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxMDc1RkYiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
    background-size: 24px;
}

.typography-content ol:not([class]) {
	counter-reset: section;
}

.typography-content ol:not([class]) li::before {
	counter-increment: section;
	content: counters(section, "");
    position: absolute;
    left: -35px;
    top: 0;
	min-width: 28px;
	max-width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--blue-ribbon-400);
	color: var(--white);
	text-align: center;
	line-height: 26px;
}

.typography-content strong {
    font-weight: 600;
    color: var(--spun-pearl-950);
}

.typography-content img {
    max-width: 100%;
}

blockquote, q,
.typography-content blockquote, .typography-content q {
    padding: 24px;
    background: var(--spun-pearl-100);
    margin: 24px 0;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    grid-gap: 24px;
    color: var(--mirage-950);
    font-weight: 700;
    border-radius: 4px;
    clear: both;
}

blockquote:before, q:before,
.typography-content blockquote:before, .typography-content q:before {
    content: '';
    height: 64px;
    background-image: url(../images/svg/blockquote.svg);
    background-repeat: no-repeat;
    background-size: 64px;
    
}

blockquote p:last-child, q p:last-child,
.typography-content blockquote p:last-child, .typography-content q p:last-child {
	color: var(--spun-pearl-950);
    margin-bottom: 0;
}

table {
    width: 100%;
    margin-bottom: 24px;
}

table p:not([class]),
.typography-content table p:not([class]) {
    margin-bottom: 0;
}

.table-cover table,
.table-cover table {
    width: 100%;
}

th,
tr:first-child td,
.typography-content th,
.typography-content tr:first-child td {
    font-weight: 700;
    padding: 12px;
    color: var(--spun-pearl-700);
    background: var(--spun-pearl-100);
    border: none;
    vertical-align: middle;
}

tr:first-child td:first-child,
.typography-content tr:first-child td:first-child {
	border-radius: 4px 0 0 4px;
}

tr:first-child td:last-child,
.typography-content tr:first-child td:last-child {
	border-radius: 0 4px 4px 0;
}

td,
.typography-content td {
    border-bottom: 1px solid var(--spun-pearl-200);
    padding: 12px;
}

tr.alt,
.typography-content tr.alt {
    background-color: var(--spun-pearl-100)
}


/* WORDPRESS CORE */
.alignnone {
    margin: 12px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 24px auto;
    max-width: 100%;
}

.alignright {
    float: right;
    margin: 24px 0 24px 24px;
}

.alignleft {
    float: left;
    margin: 24px 24px 24px 0;
}

.aligncenter {
    display: block;
    margin: 24px auto;
}

a img.alignright {
    float: right;
    margin: 12px 0 12px 24px;
}

a img.alignnone {
    margin: 24px 0;
}

a img.alignleft {
    float: left;
    margin: 24px 24px 24px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: var(--spun-pearl-100);
    max-width: 100%;
    padding: 5px 3px 0 3px;
    text-align: center;
    border-radius: 4px;
}

.wp-caption.alignnone {
    margin: 24px 0;
}

.wp-caption.alignleft {
    margin: 24px 24px 24px 0;
}

.wp-caption.alignright {
    margin: 24px 0 24px 24px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    color: var(--spun-pearl-700);
    margin: 0;
    padding: 12px;
}

@media (max-width: 768px) {
    .table-cover {
        width: 100%;
        overflow: auto !important;
    }

    th,
    tr:first-child td,
    .typography-content th,
    .typography-content tr:first-child td {
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    .typography-content ul:not([class]), .typography-content ol:not([class]) {
        padding-left: 35px;
    }

    blockquote, q, .typography-content blockquote, .typography-content q {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
}