/* blog styles

   developer:   rmiske
   requires:    /common/framework/css/framework.css
                /wp-content/themes/mathcore/style.css
   ========================================================================== */


/* ========================================================================== 
   setup/overrides
   ========================================================================== */
code, kbd, pre, samp, tt { 
    font-family: 'Source Sans Pro', Arial, sans-serif; 
    font-weight: 600;
}

p:empty { display: none; }

.gridular { 
    display: grid;
    grid-gap: 1.675rem 1.075rem;
    padding-bottom: 1.875rem;
}


/*blog widths*/
#blog main header,
#blog main section,
.home #blog-featured,
#more #embedded-posts {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

#blog main .inner,
.home #blog-featured .inner,
#more #embedded-posts .inner { 
    max-width: calc(1200px - 2rem); 
}


/*restore bullets fancy*/
.wp-content li,
.wp-single-content li {
    padding: 0 0 1rem 0.75rem;
    position: relative;
}
.wp-content ul li:before,
.wp-single-content ul li:before {
    color: var(--grey-ce);
    content: '\25AA';
    margin-left: -0.75rem;
    position: absolute;
}
.wp-content ol,
.wp-single-content ol  {
    margin-left: 1.125rem;
}
.wp-content ol li,
.wp-single-content ol li {
    display: revert;
    list-style-type: decimal;
    padding-left: 0.25rem;
}


/*misc styles*/
.computer-voice {
    font-family: Hack, Lucida Console, monospace;
    font-size: 14px;
    font-weight: 400;
    word-spacing: -2px;
}
.computer-voice b, .computer-voice em { font-weight: 700; }
.small-caps { font-variant: small-caps; }
.alignleft { float: left; margin-bottom: 0.75rem; }
.alignright { float: right; margin-bottom: 0.75rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.clear, .clearfloat { clear: both; }
.box-shadow { box-shadow: 0 0 8px rgb(0 0 0 / 25%); margin-bottom: 1.5rem; }
p > .box-shadow { margin-bottom: 0; }



/* ========================================================================== 
   header
   ========================================================================== */
.blog-header .inner {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.blog-header h1 { padding: 0 2rem 0 0; }
.blog-header h1 a {
    align-items: flex-start;
    color: var(--grey-22) !important;
    display: flex;
}
.blog-header h1 img { 
    margin-right: 0.5rem; 
    position: relative;
    top: 0.25rem; 
}


/*overview*/
.overview-header .inner { padding: 2rem 0; }
.overview-header h1 { font-size: 2.8125rem; }
.overview-header h1 img { 
    height: 2.875rem; 
    width: 3.625rem; 
}


/*subpage*/
.subpage-header { margin-bottom: 2rem; }
.subpage-header .inner { 
    border-bottom: 1px solid var(--grey-ce);
    padding: 1rem 0;
}
.subpage-header h1 { font-size: 1.5rem; }
.subpage-header h1 img { 
    height: 1.625rem; 
    top: 1px;
    width: 2rem; 
}


/*categories dropdowns*/
.wrapper-of-dropdowns { 
    display: flex; 
    position: relative;
    top: 0.6875rem; 
}
.subpage-header .wrapper-of-dropdowns { top: -1px; }
.categories-list-wrapper { 
    display: inline; 
    position: relative; 
}
.blog-header span.categories {
    border-radius: 0.3125rem;
    color: var(--grey-22);
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.5rem 0.625rem;
    white-space: nowrap;
}
.single-header span.categories { padding: 0.5rem 0.5rem 0.375rem; }
.blog-header span.categories:hover { color: var(--link-hover); }
.blog-header span.categories.active { background: var(--link-hover); color: #fff; }

.blog-header span.categories i {
    background-image: url('img/blog/icon-browse-topics.png');
    background-repeat: no-repeat;
    background-size: 35px;
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    width: 16px;
}
.blog-header span.categories:hover i { background-position: left center; }
.blog-header span.categories.active i { background-position: left bottom; }

.categories-list-menu {
    background: #fff;
    border: 1px solid var(--grey-ce);
    border-radius: 0.3125rem;
    padding: 0.5rem 0.875rem 0.5rem 0.75rem;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 10;
}

.categories-list-menu li { 
    /*font-size: 0.875rem;*/
    padding: 0.25rem 0 0.25rem 0.5rem; 
    position: relative;
    min-width: 12rem; /*15rem*/
}

.categories-list-menu li a { color: var(--grey-22); }
.categories-list-menu li a.selected { color: var(--link-hover); }
.categories-list-menu li a:hover { color: var(--link-hover); }
.categories-list-menu li:before {
    color: var(--grey-b3); 
    content: '\25AA';
    margin-left: -0.64rem;
    position: absolute;
}
.categories-list-menu li span.count { color: var(--grey-9a); }


/*archive pages*/
.archive-title { padding-bottom: 1rem; }
.archive-title h1 {
    color: var(--grey-22); 
    font-size: 2.8125rem;
}
.archive-title h1 span.arrow-after { 
    color: var(--grey-9a); 
    margin-left: -0.5rem;
}



/* ========================================================================== 
   footer
   ========================================================================== */
#blog #footer-gradient { display: none; }
#blog main { background: url('img/blog/bottom-gradient.png') bottom right repeat-x; }
#blog #contact-blurb {
    background: url('img/blog/bottom-bg.jpg') bottom right no-repeat;
    margin-top: -0.75rem;
    padding: 7.375rem 1.75rem; 
}



/* ========================================================================== 
   main/category/archives
   ========================================================================== */
.gridular { grid-template-columns: 1fr 1fr 1fr; }


/*structure*/
.gridular article { 
    border: 10px solid #eee;
    height: 27rem;
    overflow: hidden;
    position: relative;
}

.post-text { 
    height: calc(
        27rem - /*article height*/
        12.5rem - /*thumb height*/
        1.5rem - 
        10px /*bottom border*/
    ); 
    padding: 0.5rem 1rem 0;
    position: relative; 
    overflow: hidden; 
}
.post-text:after {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    content: '';
    height: 3rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.post-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--grey-ce);
    display: block;
    height: 12.5rem;
    width: 100%;
}
.post-thumbnail.bottom { background-position: bottom; }
.post-thumbnail.top { background-position: top; }


/*text*/
article .post-text > h2 { 
    font-size: 1.25rem !important; /*custom css in blog posts means I have to force this*/
    line-height: 1.3;
    margin: 0 !important;
    padding: 0.75rem 0 !important;
}
article .post-text > h2 br { display: none; }

article .post-text > h2 a { color: var(--grey-22); }
article .post-text > h2 a:hover { color: var(--link-hover); }


/*load more*/
.loadMoreButtonWrapper { 
    grid-column: 1 / span 3;
    text-align: center; 
}
.loadMoreButton {
    background: var(--link-hover);
    border-radius: 0.3125rem;
    color: #fff !important;
    display: inline-block;
    padding: 0.75rem 3rem;
    margin: 1.875rem auto 0;
}
.loadMoreButton:hover { opacity: 0.8; }


/*category colors*/
.bucket-title { text-align: right; }
.bucket-title li { display: inline; }
.bucket-title > * { 
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 8px;
}
.bucket-title a span { display: none; }

.bucket-title .cat-life-sciences    { color: #69c087; }
.bucket-title .cat-engineering      { color: #0285df; }
.bucket-title .cat-system-modeler   { color: #de1705; }
.bucket-title .cat-library-releases { color: #ff6c0a; }
.bucket-title .cat-examples         { color: #ffa80d; }
.bucket-title .cat-courseware       { color: #5b5be5; }
.bucket-title .cat-job-postings     { color: #de1705; }
.bucket-title .cat-events           { color: #c04194; }



/* ========================================================================== 
   snowflake mgmt
   ========================================================================== */
.wp-content .hide-on-front-page { display: none; }


/*revert most things*/
.wp-content, .wp-content * {
    background: none !important;
    border: 0;
    border-radius: 0;
    color: var(--grey-5a) !important;
    display: revert;
    float: none !important;
    font-family: revert;
    font-size: 14.5px !important; /*we don't want this shrinking!*/ 
    font-style: normal !important;
    font-weight: 400 !important;
    height: revert !important;
    margin: 0 !important;
    padding: 0 !important;
    width: revert !important;
}


/*restore some things*/
.wp-content a { color: var(--link-base) !important; }
.wp-content a:hover { color: var(--link-hover) !important; }

.wp-content > * { border: none! important; padding-bottom: 0.75rem !important; }
.wp-content p { display: block !important; line-height: 1.414 !important; }
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content strong { 
    font-weight: 600 !important; 
}
.wp-content em, .wp-content em a { font-style: italic !important; }


/*super specific*/
.wp-content *:empty,
.wp-content .cyvtCont,
.wp-content table.InCell,
.wp-content .purplestripe,
.wp-content a[class^="twitch"],
.wp-content a.system-modeler-trial-link { 
    display: none !important; 
}
.wp-content em + h2 { padding-top: 0.75rem !important; }



/* ========================================================================== 
   single page
   ========================================================================== */
#blog.single-post section .inner { max-width: 725px; }
.single-post article img {
    height: auto;
    max-width: 100%;
}

.wp-single-content p,
.single-post article h3 { 
    font-size: 15.8px; /*we don't want this shrinking!*/ 
    line-height: 1.6rem;
    padding-bottom: 1.5rem; 
}
.wp-single-content p.figure-caption {
    color: #808080;
    font-size: 13px; /*we don't want this shrinking!*/ 
    line-height: 1.3;
    margin-top: -1.25rem;
}
.wp-single-content iframe,
.wp-single-content video {
    max-width: 100%;
}
.wp-single-content hr { margin: 1.5rem 0 0.5rem; }
.single-post article h1 {
    color: var(--grey-22);
    font-size: 2.8125rem;
    line-height: 1.1;
    padding-bottom: 0.5rem;
}
.single-post article h1 br { display: none; }
.single-post article h2 {
    color: var(--link-hover);
    font-size: 1.5rem;
    line-height: 1.625rem;
    padding: 0.5rem 0 1rem;
}
.single-post article h3 {
    font-weight: 600;
    padding-bottom: 0.125rem;
}
.single-post article h3 > * { font-weight: normal; }
.single-post article h3 > a { font-weight: 600; }
.single-post article h3 + p:empty + p > img, 
.single-post article h3 + p > img { margin-top: 0.25rem }

.single-post article .date {
    color: var(--grey-5a);
    display: block;
    font-size: 14.5px; /*we don't want this shrinking!*/
    padding: 0.5rem 0;
}
.single-post .author-block span.author-info { padding-left: 0.75rem; }

.wp-single-content { padding-top: 1rem; }
.wp-single-content li { 
    font-size: 15.5px; /*we don't want this shrinking!*/
    margin-left: 18px; /*we don't want this shrinking!*/
    padding-left: 16px; /*we don't want this shrinking!*/
}
.wp-single-content ul li:before {
    font-size: 24px; /*we don't want this shrinking!*/
    line-height: 1;
    top: -2px; /*we don't want this shrinking!*/
    margin-left: -16px; /*we don't want this shrinking!*/
}


/*progress bar
.progress-container {
    height: 4px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.progress-container .progress-bar {
    background: var(--link-hover);
    height: 4px;
    width: 0%;
}*/


/*meta*/
h4.meta-label {
    color: var(--grey-9a);
    text-transform: uppercase;
}


/*share this*/
#social-sharing { display: flex; padding: 2rem 0 0 0.625rem; }
#social-sharing * { box-sizing: content-box; }
#social-sharing .stButton { margin-left: 0; margin-right: 0.5rem; }


/*category list*/
#category-list {
    border: solid var(--grey-ce);
    border-width: 1px 0;
    display: flex;
    font-size: 0.9375rem;
    line-height: 1;
    margin: 1rem 0;
    padding: 1.25rem 0.5625rem 0.875rem;
}
#category-list h4.meta-label {
    line-height: 1;
    padding-right: 0.375rem;
    white-space: nowrap;
}
#category-list li {
    border-right: 1px solid var(--grey-9a);
    display: inline-block;
    margin: 0 0.375rem 0.375rem 0;
    padding: 0 0.375rem 0.125rem 0;
}
#category-list li:last-of-type { border: none; padding-right: 0; }
#category-list .count { display: none; }


/*want to go further*/
h3#want-to-go-further {
    color: var(--link-hover);
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 1rem;
}


/*intra-pagination*/
span.paginationButtons { margin-right: 0.5rem; }

span.paginationButtons a {
    background: var(--main-red);
    border-radius: 0.3125rem;
    color: #fff;
    display: inline-block;
    font-size: 0.6875rem;
    line-height: 11px;
    margin-right: 0.5rem;
    padding: 0.375rem 0.625rem;
    position: relative;
    text-transform: uppercase;
}
span.paginationButtons a:hover { background: var(--link-hover); }
span.paginationButtons a span {
    font-size: 1.125rem;
    position: relative;
    top: 1px;
}
span.paginationNumbers { font-size: 0.875rem; }
span.paginationNumbers a { padding-left: 0.125rem; }



/* ========================================================================== 
   WL Code
   ========================================================================== */
.InCell .clipboard { left: -15px; }
.InCell .tooltip { box-sizing: content-box; }
table.InCell { margin: -0.5rem 0 1rem 0.125rem; }
table.InCell.collapsible { display: none; }
.KeyEvent {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #333;
    display: inline;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 0.92rem;
    padding: 0 0.27rem;
    margin: 0 0.11rem;
    vertical-align: middle;
}
.special-character {
    font-family: Mathematica;
    position: relative;
    display: inline-block;
}
.special-character.formalcharacter:after {
    bottom: -4px;
    content: '.';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.special-character.formalcharacter.old:before {
    content: '.';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10px;
}
.popup-clipboard {
    display: inline;
    position: relative;
}
.popup-clipboard > span { display: none; }
.popup-clipboard.open > span {
    background: #fff;
    border: 1px solid var(--grey-dd);
    border-radius: 4px;
    bottom: 2rem;
    display: inline-block;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    width: 340px;
}
.popup-clipboard .clipboard-img img { max-width: none !important; }
.popup-clipboard.open > span:before {
    border-bottom: 9px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #fff;
    bottom: -18px;
    content: '';
    display: block;
    height: 0;
    left: 21px;
    margin: auto;
    position: absolute;
    width: 0;
    z-index: 999999;
}
.popup-clipboard.open > span:after {
    border-bottom: 10px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 10px solid var(--grey-dd);
    bottom: -20px;
    content: '';
    display: block;
    height: 0;
    left: 20px;
    margin: auto;
    position: absolute;
    width: 0;
    z-index: 999998;
}



/* ==========================================================================
   templated code for posts
   ========================================================================== */
/*sticky footer*/
.sticky-footer {
    align-items: center;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: stickyfooter;
    background: var(--main-red);
    bottom: 0;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 100;
}
.sticky-footer a, .sticky-footer .close { color: #fff; }
.sticky-footer a:hover, .sticky-footer .close:hover { color: #ffeab0; }
.sticky-footer a { 
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 3.35rem;
}
.sticky-footer img { margin-right: 0.625rem; }
.sticky-footer .close {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 1.125rem;
    height: 1.25rem;
    line-height: 1;
    position: absolute;
    right: 1.125rem;
    width: 1.25rem;
}
.sticky-footer br { display: none; }
@keyframes stickyfooter {
    from { bottom: -58px; }
    to { bottom: 0; }
}


/*special offer band (orange)*/
.single-post .special-offer {
    background: #f86300 url('img/blog/spikey.png') no-repeat;
    color: #fff !important;
    margin: 1.25rem 0;
    padding: 1.25rem 3rem;
}
.single-post .special-offer-title { color: #fff467; }
.single-post .special-offer p { padding: 0; }
.single-post .special-offer a { color: #fff467; }
.single-post .special-offer a:hover { color: #b00f00; }
.single-post a.special-offer-link {
    font-size: 1.125rem;
    font-style: italic;
}
.single-post a.special-offer-link:after {
    content: '\00a0\00BB';
    display: inline-block;
}
.single-post .special-offer a.button {
    background: #f77700;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 13px;
    border-radius: 4px;
    padding: 3px 10px;
    white-space: nowrap;
    margin-left: 1rem;
}
.single-post .special-offer a.button:hover { background: var(--link-hover); }
.single-post .special-offer td { width: auto; }


/*special offer band (blue)*/
.single-post .special-offer.blue { background-color: #19749a; }
.single-post .special-offer.blue a:hover { color: #f8a000; }
.single-post .special-offer.blue .button {
    background: #0088bb;
    border: 1px solid #77caee;
}
.single-post .special-offer.blue .button:hover { background: #1ea0d8; }


/*system modeler trial*/
.system-modeler-trial-link {
    background: var(--main-red) url('img/blog/system-modeler-icon.png') no-repeat 182px center; 
    border-radius: 0.3125rem; 
    box-sizing: border-box; 
    color: #fff; 
    display: inline-block; 
    float: right;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    line-height: 19px;
    margin: 6px 0 6px 19px; 
    padding: 12px 50px 11px 13px; 
    text-decoration: none; 
    width: 235px; 
}
.system-modeler-trial-link:hover { color: #fff; }



/* ========================================================================== 
   comments
   ========================================================================== */
#respond { padding-bottom: 5rem; }
#join-small, #exit-button { display: none; }
#join-small.join-small-js, #exit-button.exit-button-js { display: block; }
#respond h4.meta-label {
    font-size: 0.9375rem;
    padding: 0.25rem 0 1rem 0.5625rem;
}


/*join the discussion*/
div#join-small {
    border: 0.625rem solid var(--grey-dd);
    color: var(--grey-b3);
    font-style: italic;
    margin: 0 0 1.5625rem; /*4.5625*/
    padding: 0.5rem 1.25rem;
    position: relative;
    z-index: 0;
}
#join-small:after {
    border-bottom: 2.25rem solid #fff;
    border-left: 0.875rem solid var(--grey-dd);
    content: '';
    left: 1.875rem;
    position: absolute;
    top: calc(100% + 0.1875rem);
    transform: rotate(30deg);
    z-index: -1;
}
#join-small:hover { color: var(--link-hover); }


/*form structure*/
#join-big { padding-bottom: 0.5rem; }
#join-big p { padding-bottom: 0.5rem; padding-left: 0.5rem; }
#join-big-inner {
    background: var(--grey-f7);
    border: 0.625rem solid var(--grey-dd);
    position: relative;
}
#join-big .form-textarea { 
    background: #fff; 
    padding: 1rem;
}
#join-big .form-inputs {
    border-top: 1px solid var(--grey-b3);
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1rem 1rem 0;
}
#join-big .submit-btn { display: flex; padding: 1rem; }


/*form elements*/
#join-big textarea { 
    border: 1px solid var(--grey-b3);
    border-radius: 0.3125rem; 
    height: 10rem; 
    padding: 0.8125rem 0.3125rem 0.1875rem;
    width: 100%; 
}
.form-inputs input { 
    border: 1px solid var(--grey-b3);
    border-radius: 0.3125rem; 
    padding: 0.625rem 0.3125rem 0.1875rem;
    font-size: 14px !important;
    width: 100%;
}
.submit-btn input {
    border: none;
    border-radius: 0.3125rem;
    padding: 0.5rem 1rem;
}
input#submit {
    background: var(--main-red);
    color: #fff;
}
input#submit:hover, input#submit:active { background: var(--link-hover); }
input#cancel {
    background: var(--grey-dd);
    color: #404040;
    margin-left: 0.5rem;
}
input#cancel:hover, input#cancel:active { background: var(--grey-ce); }

#join-big .error-msg { 
    color: var(--main-red);
    display: none;
    font-size: 0.875rem;
    padding: 0;
    white-space: nowrap; 
}
.form-inputs .error-msg { margin-top: 0.25rem; }
#join-big .error-msg span { 
    align-items: center;
    background: var(--main-red);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: serif;
    font-size: 0.9375rem;
    font-weight: 600;
    height: 0.9375rem;
    justify-content: center;
    margin-right: 0.25rem;
    width: 0.9375rem;
}


/*fancy labels*/
.hover-label-input { position: relative; }
.hover-label-input label {
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    left: 5px;
    line-height: .8;
    margin-bottom: 6px;
    pointer-events: none;
    position: absolute;
    top: 12px;
    transition: all .3s ease;
}
.hover-label-input label a { pointer-events: auto; }
.hover-label-input label.label-hover {
    font-size: 11px;
    top: 4px;
}
label #cancel-comment-reply-link { 
    color: var(--grey-5a);
    font-style: normal; 
    font-weight: bold;
    padding-left: 0.125rem;
}
label #cancel-comment-reply-link:hover { color: var(--link-hover); }


/*show/hide*/
#respond h3 {
    align-items: center;
    border: 1px solid var(--grey-ce);
    border-radius: 0.3125rem;
    color: var(--grey-22);
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.625rem 1.25rem 0.625rem 1.125rem;
}
#respond h3:hover { color: var(--link-hover); }
.expand-collapse {
    height: 11px;
    margin-right: 0.25rem;
    position: relative;
    top: 0;
    width: 11px;
}
.expand-collapse:before {
    background: var(--main-red);
    content: '';
    height: 3px;
    position: absolute;
    top: 4px; 
    width: 11px;
}
.expand-collapse:after {
    background: var(--main-red);
    content: '';
    height: 11px;
    position: absolute;
    left: 4px; 
    width: 3px;
}
.expand-collapse.collapse:after { display: none; }
h3:hover .expand-collapse:before,
h3:hover .expand-collapse:after {
    background: var(--link-hover);
}


/*the comments themselves*/
p.closed-with-comments { padding-top: 1.5rem; }
p.closed-no-comments { padding-left: 0.5rem; }

a[rel="nofollow"] { word-break: break-all; word-wrap: break-word; }
ol.commentlist {  }
ol.commentlist li {  }
ul.children { padding-left: 2.25rem; }
ul.children li { }

.comment-content {
    display: grid;
    grid-gap: 0.25rem 0;
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem 0 0.5rem;
}
.comment-content-body { 
    background: white; 
    border: 1px solid var(--grey-dd);
    border-radius: 0.3125rem;
    grid-column: 1 / -1;
    padding: 1rem;
}
.comment-content-body p {
    color: var(--grey-5a);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
}
.comment-content-body p + p { padding-top: 0.75rem; }
.comment-reply-link {
    color: var(--grey-9a);
    float: right;
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: -0.5rem;
    text-align: right;
}

.comment-meta { 
    font-size: 0.9375rem; 
    line-height: 1; 
    padding: 0.5625rem 0.625rem 0; 
}
.comment-byline { position: relative; }
.comment-byline:after {
    background: url('img/blog/comment-arrow.gif');
    background-size: 1.5625rem;
    content: '';
    height: 1.25rem;
    margin-left: 0.3125rem;
    position: absolute;
    top: -0.3125rem;
    width: 1.5625rem;
}
.comment-date { text-align: right; }
.comment-byline a { color: var(--link-base) !important; }
.comment-date a { color: var(--grey-9a) !important; }
.comment-meta a:hover { color: var(--link-hover) !important; }


/*staff comment*/
.staff-comment > div > .comment-content-body { border-color: var(--link-base); }
.staff-comment > div > .comment-byline:after { background: url('img/blog/comment-arrow-staff.gif'); }


/*comment nav*/
.comment-nav {
    font-size: 0.875rem;
    grid-template-columns: 1fr 1fr;
    line-height: 1;
    padding-bottom: 0;
}
.comment-nav > div {}
.comment-nav > div:not(:empty) { padding-top: 1.25rem; }
.comment-nav .nav-left {}
.comment-nav .nav-right { text-align: right; }





/* ========================================================================== 
   responsive breakpoint styles 
   ========================================================================== */
@media (max-width: 1200px) {
    /*header*/
    .blog-header h1 img { top: 3px; }
    .subpage-header h1 img { top: 2px; }


    /*header > categories dropdowns*/
    .wrapper-of-dropdowns { top: 10px; }
    .subpage-header .wrapper-of-dropdowns { top: 0; }

    /*main/category/archives > structure*/
    .gridular article { height: 28rem; }
    .post-text { 
        height: calc(
            28rem - /*article height*/
            12.5rem - /*thumb height*/
            1.5rem - 
            10px /*bottom border*/
        ); 
     }


    /*single post > various*/
    #category-list, 
    .author-block h4.meta-label, 
    #respond h4.meta-label { 
        font-size: 14px; /*we don't want this shrinking!*/
    }
}


@media (max-width: 1024px) { 
    /*setup/overrides > blog widths*/
    #blog main header, 
    #blog main section,
    .home #blog-featured,
    #more #embedded-posts {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    /*header*/
    .blog-header .inner { max-width: 725px; }


    /*main/category/archives*/
    .gridular { grid-template-columns: 1fr 1fr; }
    body:not(.home) .gridular, .inner.archive-title { max-width: 725px; }


    /*main/category/archives > load more*/
    .loadMoreButtonWrapper { grid-column: 1 / span 2; }
}


@media (max-width: 900px) {
    /*setup/overrides > blog widths*/
    #more #embedded-posts {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }


    /*header*/
    .overview-header h1 { font-size: 32px; }
    .overview-header h1 img {
        height: 33px;
        top: 2px; 
        width: 41px;
    }


    /*header > categories dropdowns*/
    .wrapper-of-dropdowns { top: 5px; }


    /*main/category/archives > structure*/
    .gridular article { height: 28.5rem; }
    .post-text { 
        height: calc(
            28.5rem - /*article height*/
            12.5rem - /*thumb height*/
            1.5rem - 
            10px /*bottom border*/
        ); 
     }


    /*single page > want to go further*/
    h3#want-to-go-further { font-size: 1.375rem; }
}


@media (max-width: 600px) { 
    /*setup/overrides > blog widths*/
    #more #embedded-posts {
        padding-left: 0;
        padding-right: 0;
    }


    /*header*/
    .blog-header { padding: 0 !important; }
    .blog-header h1 img { margin-left: 4px; top: 1px; }


    /*header > categories dropdowns*/
    .wrapper-of-dropdowns { top: 0; }


    /*header > overview*/
    .blog-header {
        background: #fff;
        border-bottom: 2px solid #d9d9d9;
        margin-bottom: 2rem;
    }
    .blog-header .inner { 
        background: var(--grey-f7); 
        border: none; 
        padding: 0.75rem 1rem; 
    }
    .blog-header h1 { font-size: 1.5rem; }
    .blog-header h1 img { height: 1.625rem; width: 2rem; }


    /*header > categories dropdowns*/
    .blog-header span.categories {
        background: #fff;
        border: 1px solid var(--grey-ce);
        margin-right: 4px;
        padding: 4px 6px 3px;
    }
    .blog-header span.categories i { margin-right: 0; width: 35px; }
    .blog-header span.categories.active { background: none; }
    .blog-header span.categories.active i.hamburger { background-position: left center; }


    /*header > archive pages*/
    .archive-title { padding-bottom: 1.6rem; }


    /*main/category/archives*/
    .gridular { grid-template-columns: 1fr; }


    /*main/category/archives > structure*/
    .gridular article { height: 29rem; }
    .post-text { 
        height: calc(
            28rem - /*article height*/
            12.5rem - /*thumb height*/
            1.5rem - 
            10px /*bottom border*/
        ); 
        width: 100% !important;
    }
    .gridular article .post-text > h2 { 
        font-size: 1.7rem !important; /*custom css in blog posts means I have to force this*/ 
    }


    /*main/category/archives > load more*/
    .loadMoreButtonWrapper { grid-column: 1 / span 1; }


    /*single post > various*/
    .author-block h4.meta-label { padding-left: 0.5625rem; }
    #social-sharing .stMainServices { border-radius: 5px; width: 22px; }


    /*templated code for posts*/
    .system-modeler-trial-link {
        background-image: none; 
        padding-right: 13px;
        width: 190px; 
    }


    /*WL code*/
    table.InCell { margin-left: 1.5rem; }

 
    /*comments > form structure*/
    #join-big .form-inputs { grid-template-columns: 1fr; }
}


@media (max-width: 320px) { 
    .display-i__320 { display: inline !important; }


    /*single post > various*/
    .wp-single-content p,
    .single-post article h3 { 
        font-size: 15.5px; 
        line-height: 1.8rem; 
    }
    .single-post article h1 { font-size: 2.2125rem; line-height: 1.1; }
    .single-post article h2 { font-size: 1.7rem; line-height: 1.85rem; }
    .wp-single-content li { font-size: 14.5px; }
    #category-list { display: block; }
    #category-list ul { padding-top: 0.5rem; }
    #category-list li { margin-right: 0.625rem; padding-right: 0.625rem; }
}