/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* material icons */
@font-face
{
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v81/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v51/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}

.mt-icons
{
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.mt-icons.mt-icons-outlined
{
  font-family: "Material Icons Outlined";
}

/* resets */
.sar3 *:last-child
{
    margin-bottom: 0 !important;
}

.sar3 div,
.sar3 section,
.sar3 article,
.sar3 form,
.sar3 figure,
.sar3 header,
.sar3 main,
.sar3 footer
{
    margin: 0;
    padding: 0;
}

.sar3 h1,
.sar3 h2,
.sar3 h3,
.sar3 h4,
.sar3 h5,
.sar3 h6,
.sar3 p,
.overlay h1,
.overlay h2,
.overlay h3,
.overlay h4,
.overlay h5,
.overlay h6,
.overlay p
{
    margin-top: 0;
    line-height: inherit;
}

.sar3 ul,
.sar3 li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sar3 p,
.overlay p
{
    margin-top: 0;
    margin-bottom: 1em;
}

/* custom */
.main .primary.sar3
{
    margin: 0;
    padding: 0;
    background: #C9CBCB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.sar3
{
    color: #000000;
}

.sar3 a,
.sar3 a:hover
{
    text-decoration: none;
    color: #998B4A;
}

.sar3 a:hover
{
    background: none;
}

.sar3 section[id],
.sar3 article[id]
{
    scroll-margin-top: 20px;
}

.sar3 .wrap
{
    --border-width: 4px;
    position: relative;
    width: calc(640px + (var(--border-width) * 2));
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #F8FBF5;
    border-left: var(--border-width) solid #787D7D;
    border-right: var(--border-width) solid #787D7D;
}

.sar3 .wrap::before,
.sar3 .wrap::after
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    right: auto;
    width: 1px;
    height: 100%;
    background: #998B4A;
}

.sar3 .wrap::after
{
    left: auto;
    right: -14px;
}

.sar3 .sec-head,
.sar3 .sec-foot,
.sar3 .header .toc > p,
.sar3 .header .bot,
.sar3 .main .spc-msg,
.sar3 .main .editorial,
.sar3 .main .book .heading,
.sar3 .main .book .more a,
.sar3 .main .events .title,
.sar3 .main .events .border-txt,
.sar3 .main .events.eb .ev-eb,
.sar3 .main .maxded .footer,
.book-inf.overlay .heading,
.overlay .title
{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.sar3 .ba
{
    margin: 20px 0;
    text-align: center;
}

.sar3 .ba img
{
    width: auto;
    max-width: 100%;
    height: auto;
}

.sar3 .bd
{
    border: 1px solid #666666;
}

.sar3 .sec-head
{
    margin-bottom: 20px;
    padding: 10px;
    background: #998B4A;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.sar3 .sec-head a
{
    color: inherit;
}

.sar3 .sec-head.split
{
    margin-bottom: 0;
    padding: 0;
    background: none;
}

.sar3 .sec-head.split > *
{
    padding: 10px;
}

.sar3 .sec-head.split > *:last-child
{
    font-style: italic;
}

.sar3 .sec-foot
{
    padding: 5px;
    background: #7F733E;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #FFFFFF;
}

.sar3 .border-txt
{
    --txt-pad: 10px;
    --line-height: 1.4em;
    --half-line-height: calc((var(--line-height) + (var(--txt-pad) * 2)) / 2);
    margin-top: var(--half-line-height);
    border-top: 1px solid #998B4A;
    font-size: 18px;
    line-height: var(--line-height);
}

.sar3 .border-txt > *
{
    display: block;
    width: fit-content;
    margin: calc(var(--half-line-height) * -1) auto 0 auto;
    padding: var(--txt-pad);
    background: #F8FBF5;
    text-transform: uppercase;
    color: #787D7D;
    white-space: nowrap;
}

.share
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.32em;
}

.share::before
{
    content: "Share this article:";
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
    color: #6B6B6B;
    flex-basis: 100%;
}

.share svg
{
    width: 100%;
    fill: #FFFFFF;
}

.share .icon
{
    display: flex;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0.2em;
    background: #8E9399;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.share .icon.cl:hover,
.share .icon.em:hover
{
    background: #1D82AB;
}

.share .icon.fb:hover
{
    background: #1B74E4;
}

.share .icon.tw:hover
{
    background: #0F1419;
}

.share .icon.li:hover
{
    background: #0A66C2;
}

.share .icon.pi:hover
{
    background: #E60023;
}

.share .icon.bs:hover
{
    background: #0085FF;
}

.share .icon .cl-src,
.share .icon .cl-tt
{
    display: none;
}

.share .icon .cl-tt
{
    position: absolute;
    top: -85%;
    padding: 0.42em;
    background: #117A97;
    border-radius: 0.32em;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.85;
    pointer-events: none;
}

.overlay
{
    display: none;
    padding: 30px;
    padding-top: 0;
    background: #F8FBF5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

.overlay *[style]
{
    font-family: unset !important;
    font-size: unset !important;
    line-height: unset !important;
}

.overlay a
{
    font-weight: bold;
}

.overlay .share
{
    min-width: 250px;
}

.overlay.share-overlay
{
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.overlay.share-overlay::before
{
    content: "You've just read...";
    display: block;
    margin-bottom: 1.5em;
    padding: 0 5px 10px 5px;
    border-bottom: 1px solid #CCCCCC;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 12px;
    text-align: left;
    color: #4B4B4B;
}

.overlay.share-overlay .title
{
    margin-bottom: 0.2em;
    font-size: 1.8em;
    color: #1D82AB;
}

.overlay.share-overlay .sub-title
{
    font-size: 1.2em;
    color: #666666
}

.overlay.share-overlay .share
{
    margin-top: 2em;
}

.sar3 .share-cont
{
    text-align: right;
}

.sar3 .btn,
.sar3 .btn:hover
{
    display: inline-flex;
    padding: 0.2em 0.5em;
    background: #BBBDBF;
    border-bottom: 2px solid #818384;
    border-radius: 0.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    align-items: center;
    gap: 0.2em;
}

.sar3 .btn .mt-icons
{
    font-size: 140%;
}

.sar3 .message
{
    padding: 20px;
    background: #EEEEEE;
    border-radius: 1em;
    text-align: center;
}

.sar3 .message.no-issue
{
    margin-top: 20px;
}

.sar3 .header,
.sar3 .main,
.sar3 .footer
{
    background: inherit;
    color: inherit;
}

/* header */
.sar3 .header .top,
.sar3 .header .top > div
{
    display: flex;
    align-items: center;
}

.sar3 .header .top
{
    padding: 10px 0;
    justify-content: space-between;
    gap: 10px;
}

.sar3 .header .top img
{
    width: 24px;
}

.sar3 .header .menu
{
    position: relative;
}

.sar3 .header .menu a
{
    display: block;
    padding: 0.5em 0.8em;
}

.sar3 .header .menu a:hover
{
    background: #1D82AB;
    color: #FFFFFF;
}

.sar3 .header .menu .btn,
.sar3 .header .menu .items
{
    border-radius: 0.2em;
}

.sar3 .header .menu .btn
{
    border: 0;
    padding: 0.25em;
    font-size: 1.22em;
    background: none;
    color: #1D82AB;
}

.sar3 .header .menu .btn:hover
{
    background: #1D82AB;
    color: #FFFFFF;
}

.sar3 .header .menu.open .btn
{
    background: #C46262 !important;
    color: #FFFFFF;
}

.sar3 .header .menu.open .btn .m,
.sar3 .header .menu .btn .x
{
    display: none;
}

.sar3 .header .menu.open .btn .x
{
    display: inline-block;
}

.sar3 .header .menu .items
{
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: max-content;
    max-width: 90vw;
    background: #FFFFFF;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    overflow: hidden;
    z-index: 1;
}

.sar3 .header .menu.open .items
{
    display: block;
}

.sar3 .header .socmed
{
    gap: 5px;
}

.sar3 .header .ba
{
    margin-top: 0;
    margin-bottom: 15px;
}

.sar3 .header .mid,
.sar3 .header .logo
{
    display: flex;
}

.sar3 .header .mid
{
    margin-bottom: 10px;
    justify-content: center;
}

.sar3 .header .logo
{
    width: 440px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.sar3 .header .logo img
{
    width: auto;
    max-width: 400px;
    height: auto;
}

.sar3 .header .toc
{
    display: flex;
    border-left: 1px solid #998B4A;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.sar3 .header .toc > p
{
    margin-bottom: 5px;
    color: #555555;
}

/* main */
.sar3 .main,
.sar3 .main section
{
    margin-bottom: 20px;
}

.sar3 .main .spc-msg
{
    padding: 15px;
    background: #F0F1ED;
    font-size: 16px;
}

.sar3 .main .story img
{
    max-width: 100%;
    height: auto;
}

.sar3 .main .editorial article a:not(.btn),
.sar3 .main .feature article a:not(.btn)
{
    font-weight: bold;
    color: #787D7D;
}

.sar3 .main .editorial article
{
    margin-bottom: 20px;
    padding: 0 30px;
    font-size: 14px;
}

.sar3 .main .editorial figure
{
    margin-bottom: 20px;
    text-align: center;
}

.sar3 .main .editorial figure img
{
    width: auto;
    max-width: 100%;
}

.sar3 .main .editorial .title
{
    margin-bottom: 15px;
    font-size: 22px;
    color: #787D7D;
}

.sar3 .main .editorial .sub-title
{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
}

.sar3 .main .editorial .share-cont
{
    margin-top: 1.25em;
}

.sar3 .main .book
{
    display: flex;
    margin-bottom: 20px;
    padding: 10px 30px;
    background: #E2EFF0;
    border-bottom: 4px solid #B6D4D6;
    align-items: flex-start;
    gap: 30px;
}

.sar3 .main .book:nth-of-type(even)
{
    flex-direction: row-reverse;
}

.sar3 .main .book .cover img
{
    width: auto;
    max-width: 100%;
    height: 200px;
}

.sar3 .main .book > *:last-child,
.sar3 .main .book .heading > *:last-child,
.book-inf.overlay .heading > *:last-child
{
    flex: 1;
}

.sar3 .main .book .heading,
.sar3 .main .book .summ
{
    margin-bottom: 20px;
}

.sar3 .main .book .heading,
.book-inf.overlay .heading
{
    display: flex;
    line-height: inherit;
    gap: 20px;
}

.sar3 .main .book .heading img,
.book-inf.overlay .heading img
{
    width: 45px;
    height: auto;
    margin-top: 0.18em;
}

.sar3 .main .book .title,
.sar3 .main .book .sub-title,
.book-inf.overlay .title,
.book-inf.overlay .sub-title
{
    margin-bottom: 0;
    font-weight: normal;
}

.sar3 .main .book .title,
.book-inf.overlay .title
{
    margin-bottom: 3px;
    font-size: 20px;
    color: #1D82AB;
}

.sar3 .main .book .sub-title,
.book-inf.overlay .sub-title
{
    font-size: 15px;
    color: #333333;
}

.sar3 .main .book .more
{
    margin-top: 1em;
}

.sar3 .main .book .more a
{
    color: #1D82AB;
}

.sar3 .main .book .more a > *
{
    vertical-align: middle;
}

.sar3 .main .book .actions,
.book-inf.overlay .actions
{
    display: flex;
    gap: 10px;
}

.sar3 .main .book .actions img
{
    width: 110px;
    max-width: 100%;
}

.sar3 .main .books.grid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sar3 .main .books.grid .sec-head,
.sar3 .main .books.grid .ba
{
    margin: 0;
    grid-column: 1/-1;
}

.sar3 .main .books.grid .book
{
    display: flex;
    margin-bottom: 0;
    padding: 10px 15px;
    background: #EEF0D0;
    border-bottom: 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.sar3 .main .books.grid .book > *:first-child
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 1;
    gap: 10px;
}

/* .sar3 .main .books.grid .book > *:last-child
{
    display: flex;
    flex-direction: column;
    gap: 10px;
} */

.sar3 .main .books.grid .book .cover
{
    position: relative;
    /* height: 285px; */
    flex: 1;
}

.sar3 .main .books.grid .book .cover img
{
    width: 130px;
    max-width: 100%;
    height: auto;
    max-height: 200px;
}

.sar3 .main .books.grid .book .cover .star
{
    position: absolute;
    top: -10px;
    left: -15px;
    width: 30px;
    height: 30px;
}

.sar3 .main .books.grid .book .summ
{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.35;
    flex: 1;
}

.sar3 .main .books.grid .book .more
{
    margin-top: 5px;
}

.sar3 .main .books.grid .book .actions
{
    display: grid;
    grid-template-columns: repeat(2, minmax(85px, auto));
    flex: 0 1 auto;
    gap: 10px;
}

.sar3 .main .books.grid .book .actions img
{
    width: 85px;
}

.book-inf.overlay > *
{
    display: flex;
    gap: 2em;
}

.book-inf.overlay .cover,
.book-inf.overlay .actions
{
    flex-direction: column;
}

.book-inf.overlay .cover
{
    display: flex;
    text-align: center;
    align-items: center;
    gap: 15px;
}

.book-inf.overlay .cover img
{
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: none;
}

.book-inf.overlay .actions img
{
    width: 150px;
    max-width: 100%;
}

.book-inf.overlay .heading
{
    margin-bottom: 2em;
}

.book-inf.overlay .heading img
{
    width: 60px;
}

.book-inf.overlay .title
{
    font-size: 1.8em;
}

.book-inf.overlay .sub-title
{
    margin-bottom: 5px;
    font-size: 1.4em;
}

.book-inf.overlay .heading .inf
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.02em;
    font-weight: bold;
    color: #8A8A8A;
}

.sar3 .main .events ul
{
    padding: 10px;
    padding-top: 0;
    text-align: center;
}

.sar3 .main .events li
{
    margin-bottom: 10px;
    font-style: italic;
}

.sar3 .main .events .title
{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.sar3 .main .events .border-txt > *
{
    font-style: italic;
    text-transform: none;
    color: #998B4A;
}

.sar3 .main .events.eb
{
    padding: 15px;
}

.sar3 .main .events.eb .ev-eb
{
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: auto;
    border: 2px solid #3A97B6;
    font-size: 18px;
    text-align: center;
}

.sar3 .main .events.eb .ev-eb > *:first-child
{
    display: flex;
    padding: 15px;
    background: #3A97B6;
    align-items: center;
    justify-content: center;
}

.sar3 .main .events.eb .ev-eb > *:last-child
{
    padding: 15px 30px;
    font-style: italic;
    align-self: center;
    flex: 1;
}

.sar3 .main .events.eb .ev-eb img
{
    width: 35px;
    height: 35px;
}

.sar3 .main .events.eb .ev-eb a
{
    color: #1D82AB;
}

.sar3 .main .feature article
{
    margin-bottom: 20px;
    padding: 0 30px;
    overflow: hidden;
}

.sar3 .main .feature .article-img
{
    float: left;
    width: 125px;
    margin: 5px 10px 10px 0;
    text-align: left;
}

.sar3 .main .feature .article-img img
{
    width: 125px;
    height: auto;
}

.sar3 .main .feature .share-cont
{
    margin-top: 1.5em;
}

.sar3 .main .feature .overlay-trigger:not(.btn),
.sar3 .main .maxded .overlay-trigger:not(.btn)
{
    font-weight: bold !important;
    color: #998B4A;
}

.feature-story.overlay .title,
.feature-story.overlay .sup-title,
.maxded-story.overlay .title,
.maxded-story.overlay .sup-title
{
    text-align: center;
    text-transform: uppercase;
}

.feature-story.overlay .title,
.maxded-story.overlay .title
{
    margin-bottom: 1em;
    font-size: 1.8em;
    color: #998B4A;
}

.feature-story.overlay .sup-title,
.maxded-story.overlay .sup-title
{
    margin-bottom: 0.5em;
    padding: 0.5em;
    border-bottom: 2px solid #BBBBBB;
    font-size: 1.18em;
    font-style: italic;
    text-align: center;
    color: #888888;
}

.feature-story.overlay .share,
.maxded-story.overlay .share
{
    padding-top: 2.5em;
    clear: both;
}

.maxded-story.overlay .footer
{
    margin-top: 2.5em;
    padding-top: 1em;
    border-top: 1px solid #999999;
    text-align: center;
    font-style: italic;
    font-size: 1em;
    color: #909090;
}

.sar3 .main .maxded .sec-head
{
    margin-bottom: 0;
    background: #998B4A;
}

.sar3 .main .maxded.ded .sec-head
{
    background: #3A97B6;
}

.sar3 .main .maxded .sec-foot
{
    background: #7F733E;
}

.sar3 .main .maxded.ded .sec-foot
{
    background: #31819B;
}

.sar3 .main .maxded article
{
    padding: 20px 30px;
    background: #EEF0D0;
    overflow: hidden;
    clear: both;
}

.sar3 .main .maxded.ded article
{
    background: #E2EFF0;
}

.sar3 .main .maxded .footer
{
    border-top: 1px solid #DEE0C3;
    font-size: 18px;
    font-weight: bold;
}

.sar3 .main .maxded.ded .footer
{
    border-top-color: #D5DFE0;
}

.maxded-story.ded.overlay .title
{
    color: #1D82AB;
}

.maxded-story.overlay figure
{
    float: left;
    margin: 0.2em 2em 2em 0.2em;
}

.maxded-story.overlay figure img
{
    width: auto;
    max-width: 200px;
    height: auto;
}

.sar3 .main .buzz h1,
.sar3 .main .buzz h2
{
    padding: 0;
    border: 0;
}

.sar3 .main .buzz .sec-head img
{
    width: auto;
    max-width: 100%;
    height: 25px;
}

.sar3 .main .buzz .sec-head > *:first-child
{
    background: #262424;
}

.sar3 .main .buzz .sec-head > *:last-child
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: none;
    color: #000000;
}

.sar3 .main .buzz > *:last-child
{
    background: #F0F0F0;
}

.sar3 .main .buzz.kids > *:last-child
{
    background: #FBB040;
}

#BookCandy a:not(.btn)
{
    color: #998B4A;
}

#UpcomingEvents
{
    margin-bottom: 0;
}

.main .sidebar.sar3-sb hr:last-child
{
    display: none;
}

/* footer */
.sar3 .footer
{
    padding: 15px;
    border-top: 1px solid #998B4A;
    font-weight: bold;
    text-align: center;
}

/* fancybox overrides */
.fancybox-close,
.fancybox-close:hover
{
    display: flex;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #F8FBF5;
    border: 3px double #994A4A;
    border-radius: 100%;
    font-size: 1.8em;
    line-height: 1em;
    text-decoration: none;
    color: #994A4A;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.fancybox-close:before
{
    content: "close";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-weight: bold;
}

.fancybox-skin,
.fancybox-opened .fancybox-skin
{
    border: 3px double #998B4A;
    border-radius: 0;
    box-shadow: none;
}

.fancybox-outer
{
    padding-top: 30px;
    background: #F8FBF5;
}

.fancybox-overlay
{
    background: rgba(248, 251, 245, 0.6);
}

@media screen and (max-width: 720px)
{
    .book-inf.overlay > *
    {
        flex-direction: column;
    }
}

@media screen and (max-width: 648px)
{
    .mob-width-full { width: 100% !important; }
    .mob-float-none, .mob-width-full { float: none !important; clear: both !important; }
    .mob-clear-none { clear: none !important; }
    .mob-padding-5 { padding: 5px !important; }
    .mob-padding-10 { padding: 10px !important; }
    .mob-width-auto { width: auto !important; max-width: 100% !important; }
    .mob-width-0 { width: 0px !important; }
    .mob-width-15 { width: 15px !important; }
    .mob-width-146 { width: 146px !important; }
    .mob-height-auto { height: auto !important; }
    .mob-height-0 { height: 0px !important; }
    .mob-height-15 { height: 15px !important; }
    .mob-height-20 { height: 20px !important; }
    .mob-border-bottom-1 { border-bottom: 1px solid #787D7D !important; }
    .mob-text-size-20 { font-size: 20px !important; line-height: 1.5em !important; }
    .mob-text-size-26 { font-size: 26px !important; line-height: 1.5em !important; }
    .mob-text-center { text-align: center !important; }
    .mob-ads img { float: none !important; width: auto !important; }
    .mob-buzz-width-full table[align] { float: none !important; width: 100% !important; margin: 0px !important; }
    .mob-buzz-width-full .ImgWithCaptionTable td { text-align: center !important; }
    .mob-share-ico { width: 35px !important; }
    .mob-share-ico img { width: 28px !important; }
    .mob-width-0.mob-height-0 { display: none !important; }
    .secbody img, .secbody table { float: none !important; margin-left: auto !important; margin-right: auto !important; }
    .secbody img { display: block !important; max-width: 100% !important; height: auto !important; }

    .sar3 .wrap
    {
        padding: 5px;
        border: 0;
    }

    .sar3 .wrap::before,
    .sar3 .wrap::after
    {
        display: none;
    }

    .sar3 .header .mid
    {
        margin-bottom: 32px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .sar3 .header .logo img
    {
        max-width: 100%;
    }

    .sar3 .header .toc
    {
        padding: 0;
        border: 0;
        text-align: center;
    }

    .sar3 .main section:not(.buzz) table,
    .sar3 .main section:not(.books):not(.buzz) img:not(.actions img),
    .feature-story.overlay table,
    .feature-story.overlay img,
    .maxded-story.overlay table,
    .maxded-story.overlay figure,
    .maxded-story.overlay img
    {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;    
    }

    .sar3 .main section:not(.books):not(.buzz) img:not(.actions img),
    .feature-story.overlay img,
    .maxded-story.overlay img
    {
        display: block !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .sar3 .main .editorial article
    {
        padding: 5px;
    }

    .sar3 .main .book:not(.grid .book),
    .sar3 .main .book:not(.grid .book):nth-of-type(even)
    {
        padding: 10px;
        flex-direction: column;
        align-items: center;
    }

    .sar3 .main .book .cover img
    {
        max-width: 200px;
        height: auto;
    }

    .sar3 .main .book:not(.grid .book) .actions
    {
        justify-content: center;
    }

    .sar3 .main .books.grid
    {
        grid-template-columns: 100%;
    }

    .sar3 .main .books.grid .book > *:first-child
    {
        grid-template-columns: auto 1fr;
    }

    .sar3 .main .books.grid .book .cover
    {
        height: auto;
    }

    .sar3 .main .books.grid .book .actions
    {
        display: flex;
    }

    .sar3 .main .feature article
    {
        padding: 5px;
    }

    .sar3 .main .buzz table
    {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .sar3 .main .buzz .mob-width-0
    {
        width: 0 !important;
    }

    .sar3 .main .buzz .mob-height-20
    {
        height: 20px !important;
    }

    .overlay .title
    {
        font-size: 1.6em !important;
    }

    .overlay .sub-title
    {
        font-size: 1.2em !important;
    }

    .overlay .sup-title
    {
        font-size: 1em !important;
    }

    .book-inf.overlay .heading img
    {
        width: 35px;
    }

    .book-inf.overlay .actions
    {
        flex-direction: row;
        justify-content: center;
    }

    .feature-story.overlay table,
    .feature-story.overlay img,
    .maxded-story.overlay table,
    .maxded-story.overlay figure,
    .maxded-story.overlay img:not(figure img)
    {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 480px)
{
    .book-inf.overlay .heading
    {
        flex-direction: column;
        gap: 5px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

