body {
    color: #1a1a1f;
}

p {
    margin: 12px 0;
}

article video {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.max-height-600 {
    max-height: 600px;
}

/* @TODO: Temp changes, markdown is being converted into HTML inside of markdown... will like to eventually convert HTML to markdown notation */

/* @TODO: A11y issue with table... converted HTML not using semantic HTML ex. <thead> never is displayed... */
table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 0.0625rem solid #757575;
    padding-bottom: 1rem !important;
}

th {
    padding: 1.5rem 0.75rem;
}

tr:last-child td {
    border-bottom-color: #757575;
    /* border-right: none; */
}

td {
    padding: 1.5rem 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    border-bottom: 0.0625rem solid #d2d2d2;
}

td:not(:last-child) {
    border-right: 0.0625rem solid #d2d2d2;
}

div#meControl {
    padding-top: 7px;
}

div.metadata div {
    display: inline;
}

.img-max-300 {
    max-width: 300px;
}

.breadcrumb {
    font-size: 12px;
    color: #2e2e33;
    padding-left: 0rem;
    padding-right: 0rem;
    font-weight: 400;
}

.breadcrumb-item a {
    color: #2e2e33;
    font-weight: 400;
}

a:hover {
    color: #002847;
}

.link-heading {
    text-decoration: none;
}

.link-heading:hover {
    text-decoration: underline;
    color: #002847;
}

.text-heading1,
.text-heading2,
.text-super {
    color: #1a1a1f;
}

.text-default {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 9px;
}

h1,
.text-heading1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #1a1a1f;
}

h2,
.text-heading2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #1a1a1f;
}

h3,
.text-heading3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 9px;
    color: #2e2e33;
}

h4,
.text-heading4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 9px;
    color: #2e2e33;
}

h5,
.text-heading5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 9px;
    color: #2e2e33;
}

h6,
.text-heading6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 9px;
    color: #2e2e33;
}

.text-super {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 12px;
}

.text-body1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 12px;
}

.text-body2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 9px;
}

.text-body3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 9px;
}

.text-body4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 9px;
}

.text-body5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 9px;
}

.text-body6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #747479;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 9px;
}

blockquote {
    margin: 0;
    font-size: 20px;
    margin-bottom: .75rem;
}

.blog-postList .blog-postItem {
    padding: 15px 0;
    border-bottom: 1px solid #b8b9ba;
}

.blog-postList .blog-postItem:after {
    clear: both;
    /* content: ""; */
    display: table;
}

.blog-postList .blog-postItem:last-of-type {
    border-bottom: 0;
}

.blog-readMore {
    margin: 15px 0;
    font-size: 16px;
}

ul.tags {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

ul.tags>li {
    background-color: #f4f5f6;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 3px 6px;
    text-align: center;
}

ul.tags>li a {
    color: inherit;
    text-decoration: none;
}

ul.tags>li a:hover {
    text-decoration: none;
}

ul.tags[aria-label]:before {
    content: attr(aria-label);
    margin-right: 6px;
}

.list--links {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
}

.list--links li {
    margin-bottom: 12px;
}

@media screen and (min-width: 250px) {
    ul.list-columns {
        column-count: 2;
    }
}

@media screen and (min-width: 1000px) {
    ul.list-columns {
        column-count: 3;
    }
}

.blog-sidebar h3:not(:first-child) {
    margin-top: 30px;
}

.blog-sidebar .input-group {
    height: 49px;
    border-color: #2e2e33;
}

.blog-sidebar .form-control {
    height: 49px;
    border-color: #2e2e33;
}

.blog-sidebar .button-rss-feed {
    background-color: #fff;
    color: #2e2e33!important;
    fill: #f8f9fa;
    border: 2px solid #2e2e33;
    margin-top: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 1px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    width: 100%;
    align-items: center;
}

.blog-sidebar .button-rss-feed:hover {
    text-decoration: underline;
}

.blog-sidebar .button-rss-feed img {
    margin-right: 8px;
}


.cta-left {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

html:not([dir="rtl"]) .cta-left {
    padding-left: 1.3125em;
}

html[dir="rtl"] .cta-left {
    padding-right: 1.3125em;
}

.cta-left::after {
    font-family: "MWF-MORAY-MDL2";
    position: absolute;
    line-height: 1;
    top: 50%;
    margin-top: -0.5em;
    font-size: 0.8125em;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (prefers-reduced-motion: reduce) {
    .cta-left::after {
        transition: none;
    }
}

html:not([dir="rtl"]) .cta-left::after {
    content: "";
    left: 0.25em;
}

html[dir="rtl"] .cta-left::after {
    content: "";
    right: 0.25em;
}

.cta-left:hover {
    text-decoration: underline;
}

html:not([dir="rtl"]) .cta-left:hover::after {
    transform: translate(-0.25em, 0);
}

html[dir="rtl"] .cta-left:hover::after {
    transform: translate(0.25em, 0);
}

h1:hover .link-icon,
h2:hover .link-icon,
h3:hover .link-icon,
h4:hover .link-icon,
h5:hover .link-icon,
h6:hover .link-icon,
.link-icon:focus {
    opacity: 1;
}

.link-icon {
    content: url("../images/IconLink.svg");
    width: 16px !important;
    height: 16px !important;
    opacity: 0;
}

.admonition {
    word-wrap: break-word;
    border-radius: 0.375rem;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: relative;
    transition: height 0.5s ease-in, opacity 0.5s ease-in;
    word-break: break-word;
    margin-bottom: .75rem;
}

.admonition .glyph-prepend:before {
    position: relative;
    top: 4px;
}

pre.chroma code {
    background-color: inherit;
}

.highlight {
    margin-bottom: .75rem;
}

.highlight pre.chroma {
    border-radius: 0.375rem;
}

.highlight pre.chroma {
    padding: 1rem;
    border-radius: 0.375rem;
    font-size: 1rem;
}

.copy-code-button {
    margin-top: .75rem;
    color: #272822;
    background-color: #FFF;
    border-color: #272822;
    border: 2px solid;
    border-radius: 3px 3px 0px 0px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -2px;
    padding: 3px 8px;
    font-size: 0.8em;
}

.copy-code-button:hover {
    cursor: pointer;
    background-color: #F2F2F2;
}

.copy-code-button:focus {
    background-color: #E6E6E6;
    outline: 0;
}

.copy-code-button:active {
    background-color: #D9D9D9;
}

.glyph-prepend-copy::before {
    margin-right: .25rem;
}

.highlight pre {
    margin: 0;
}

.lightbox {
    display: flex;
    justify-content: center;
}

.lightbox img {
    max-width: 100%;
}

.blog-post-content iframe {
    padding-bottom: .75rem;
}

.blog-post-content p {
    word-break: break-word;
}
