.cms-author-byline{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}

.cms-author-byline p{margin:0;text-transform:lowercase}

.cms-author-avatar{width:34px;height:34px;border-radius:999px;object-fit:cover;display:block;border:1px solid rgba(0,0,0,.12)}

.cms-author-avatar--lg{width:140px;height:140px}

.cms-author-hero{display:flex;align-items:center;gap:14px;flex-wrap:wrap}

@media(max-width:640px){
    .cms-author-avatar--lg{width:110px;height:110px}
}

#mvp-article-head2 ul.mvp-author-info-list{
    display:flex;
    align-items:center;
    gap:10px;
}

#mvp-article-head2 ul.mvp-author-info-list li{
    float:none;
    height:auto;
    margin-left:10px;
}

#mvp-article-head2 ul.mvp-author-info-list li:first-child{
    margin-left:0;
}

#mvp-article-head2 ul.mvp-author-info-list li.mvp-author-info-name p,
#mvp-article-head2 ul.mvp-author-info-list li.mvp-author-info-name span,
#mvp-article-head2 ul.mvp-author-info-list .mvp-post-date{
    margin-top:0;
    line-height:1.2;
}

body.author .mvp-authors-wrap{
    border-top:none;
    padding-top:0;
    margin-top:40px;
}

body.author ul.mvp-main-blog-wrap{
    margin-top:24px;
}

body.author ul.mvp-main-blog-wrap li.mvp-blog-story-wrap:first-child{
    border-top:none !important;
    margin-top:0 !important;
    padding-top:0 !important;
}

html[data-theme="dark"] .mvp-authors-name a{
    color:var(--cms-text) !important;
}

html[data-theme="dark"] ul.mvp-author-info-list li.mvp-author-info-name span a{
    color:var(--cms-text) !important;
}

html[data-theme="dark"] body.author .cms-author-hero h1{
    color:var(--cms-text) !important;
}

html[data-theme="dark"] .cms-page-intro{
    color:var(--cms-text) !important;
}

html[data-theme="dark"] .cms-page-intro strong{
    color:var(--cms-text) !important;
}

html[data-theme="dark"] .cms-page-line{
    background:rgba(255,255,255,.12) !important;
}

html[data-theme="dark"] .cms-page-card{
    background:var(--cms-surface) !important;
    border-color:var(--sandman-border) !important;
}

html[data-theme="dark"] .cms-page-card-title{
    color:var(--cms-text) !important;
}

html[data-theme="dark"] .cms-page-card-excerpt{
    color:var(--cms-text) !important;
    opacity:.9;
}

html[data-theme="dark"] .cms-page-card-meta{
    color:var(--sandman-muted) !important;
}

html[data-theme="dark"] .cms-page-pagination a{
    background:var(--cms-surface) !important;
    border-color:var(--sandman-border) !important;
    color:var(--cms-text) !important;
}

html[data-theme="dark"] .mvp-cat-head h1{
    color:var(--cms-text) !important;
}

html[data-theme="dark"] .cms-qcell{
    color:var(--cms-text) !important;
}

html[data-theme="dark"] .cms-qhead{
    color:var(--sandman-muted) !important;
}

html[data-theme="dark"] .cms-team-row--fav .cms-qcell,
html[data-theme="dark"] .cms-team-row--win .cms-qcell{
    color:#111 !important;
}

html[data-theme="dark"] .cms-team-row--fav .cms-qhead,
html[data-theme="dark"] .cms-team-row--win .cms-qhead{
    color:#111 !important;
    opacity:.7;
}

.cms-page-content,
.cms-page-intro{
    line-height:1.7 !important;
}

#mvp-content-main,
#mvp-content-main p,
#mvp-content-main li,
#mvp-content-main blockquote,
.cms-page-content,
.cms-page-intro{
    font-family:"Titillium Web",sans-serif !important;
}

#mvp-content-main h2,
.cms-page-content h2,
.cms-page-intro h2,
.cms-page-heading h2{
    /* font-weight:350 !important; */
    font-family:"Titillium Web",sans-serif !important;
}

.cms-page-content p,
.cms-page-intro p{
    margin:0 0 14px 0 !important;
}

.cms-page-content h1,
.cms-page-content h2,
.cms-page-content h3,
.cms-page-content h4,
.cms-page-content h5,
.cms-page-content h6{
    margin:18px 0 10px 0;
    line-height:1.25;
}

.cms-page-content ul,
.cms-page-content ol,
.cms-page-intro ul,
.cms-page-intro ol{
    margin:0 0 12px 22px;
    padding:0;
}

.cms-page-content ul,
.cms-page-intro ul{
    list-style:disc;
}

.cms-page-content ol,
.cms-page-intro ol{
    list-style:decimal;
}

.cms-page-content li,
.cms-page-intro li{
    margin:0 0 8px 0 !important;
}

.cms-page-content a,
.cms-page-intro a{
    text-decoration:underline;
}

.cms-subscribe #mc_embed_signup{
    max-width:600px;
    margin:0 auto;
    padding:18px;
    border:1px solid rgba(0,0,0,.12);
    border-radius:12px;
    background:#fff;
}

.cms-subscribe #mc_embed_signup h2{
    margin:0 0 10px 0;
}

.cms-subscribe #mc_embed_signup .mc-field-group{
    margin:10px 0;
}

.cms-subscribe #mc_embed_signup label{
    display:block;
    font-weight:700;
    margin:0 0 6px 0;
}

.cms-subscribe #mc_embed_signup input[type="email"],
.cms-subscribe #mc_embed_signup input[type="text"]{
    width:100%;
    max-width:100%;
    padding:10px 12px;
    border:1px solid rgba(0,0,0,.18);
    border-radius:8px;
}

.cms-subscribe #mc_embed_signup input.button,
.cms-subscribe #mc_embed_signup input[type="submit"]{
    margin-top:10px;
    background:#091248;
    color:#fff;
    border:none;
    border-radius:10px;
    padding:10px 14px;
    font-weight:800;
    cursor:pointer;
}

.cms-subscribe #mc_embed_signup .indicates-required{
    font-size:12px;
    opacity:.75;
}

html[data-theme="dark"] .cms-subscribe #mc_embed_signup{
    background:var(--cms-surface);
    border-color:var(--sandman-border);
    color:var(--cms-text);
}

html[data-theme="dark"] .cms-subscribe #mc_embed_signup h2{
    color:var(--cms-text);
}

html[data-theme="dark"] .cms-subscribe #mc_embed_signup label{
    color:var(--cms-text);
}

html[data-theme="dark"] .cms-subscribe #mc_embed_signup input[type="email"],
html[data-theme="dark"] .cms-subscribe #mc_embed_signup input[type="text"]{
    background:var(--cms-surface-2);
    border-color:var(--sandman-border);
    color:var(--cms-text);
}

html[data-theme="dark"] .cms-subscribe #mc_embed_signup .indicates-required{
    color:var(--sandman-muted);
}

html[data-theme="dark"] .cms-page-content h1,
html[data-theme="dark"] .cms-page-content h2,
html[data-theme="dark"] .cms-page-content h3,
html[data-theme="dark"] .cms-page-content h4,
html[data-theme="dark"] .cms-page-content h5,
html[data-theme="dark"] .cms-page-content h6{
    color:var(--cms-text) !important;
}

html,
body{
    height:100%;
}

body{
    min-height:100vh;
    display:flex;
    flex-direction:column;
}

#mvp-site{
    flex:1 0 auto;
    min-height:100vh;
    display:flex;
    flex-direction:column;
}

#mvp-main-wrap{
    flex:1 0 auto;
}

#mvp-foot-wrap{
    margin-top:auto;
    padding-top:18px;
}

#mvp-foot-top{
    padding:10px 0;
}

#mvp-foot-logo{
    margin-bottom:10px;
}

#mvp-foot-soc{
    margin-bottom:10px;
}

#mvp-foot-copy-wrap{
    margin:12px 0;
}
