@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=League+Spartan:wght@300;400&display=swap');

:root {
    --font-serif: 'Crimson Text', serif;
    --font-size-serif: 16pt;
    --font-sans-serif: 'League Spartan', sans-serif;
    /*--font-size-sans-serif: 14pt;*/
    --font-weight-sans-serif: 400;
    --line-height: 1;
}

/** Group - Header **/
.WaGadgetMenuHorizontal .menuInner {
    position: relative;
    margin: 0;
    background: #790000;
    display: flex;
}


/**  First Level  **/


.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    display: table;
    margin: 0;
    padding: 0;
    background: #790000;
    text-align: left;
    list-style: none;
    zoom: 1;
}

.WaGadgetMenuHorizontal ul.firstLevel>li {
    padding: 0px;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    height: 26px;
    padding: 9px;
    background: inherit;
    color: black;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'League Spartan';
    font-size: 12pt;
}
.WaGadgetMenuHorizontal ul.firstLevel>li>div.item>a>span {
    color: whitesmoke;
    padding: 1px
}

.WaGadgetMenuHorizontal ul.firstLevel>li>.item>a:hover,
.WaGadgetMenuHorizontal ul.firstLevel>li>.item>a:hover span,
.WaGadgetMenuHorizontal ul.firstLevel>li>.item>a:visited>span .WaGadgetMenuHorizontal ul.firstLevel>li>.item>a:active {
    color: black
}


.WaGadgetMenuHorizontal ul.firstLevel>li>.item>a,
.WaGadgetMenuHorizontal ul.firstLevel>li>.item>a:visited {
    display: inline-flex;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    list-style: none;
    color: lightgray;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    height: 26px;
    padding: 9px;
    background: inherit;
    color: black;
    font: var(--font-sans-serif);
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

/**  End First Level  **/

/**  Second Level  **/

.WaGadgetMenuHorizontal ul.secondLevel a,
.WaGadgetMenuHorizontal ul.secondLevel a:visited,
.WaGadgetMenuHorizontal ul.secondLevel a>span {
    ;
    font-weight: bold;
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 1px;
    color: #000;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--font-sans-serif);
}


/**  End Second Level  **/
/** End Group - Header **/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-serif);
    color: black;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
    font-weight: bold;
}

h5 {
    font-size: 10pt;
    font-weight: bold;
}

body {
    font-family: var(--font-sans-serif);
    font-size: var(--font-size-sans-serif);
    font-size: 14pt;
    font-weight: var(--font-weight-sans-serif);
    line-height: var(--line-height);
    color: #000;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

#homepageJournalTable {
    padding: 13px;
    border: 1px solid #E8E8E3;
    box-shadow: 5px 5px 15px -12px #000;
    color: #000;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(145, 145, 145, 1) 35%, rgba(255, 255, 255, 1) 100%);
}

#id_eBQOh1T {
    padding: 13px;
    border: 1px solid #E8E8E3;
    box-shadow: 5px 5px 15px -12px #000;
}

.camera_wrap {
    background: #fff;
}

div.journalcontentsrow {
    text-align: center;
    border: 1px solid silver;
    box-shadow: 5px 5px 15px -12px #000;
    margin: 2% 0%;
    display: flex;
    clear: both;
    background-color: #E8E8E3;
    padding: 2%;
}

div.journalcontentsthumbnailcell {
    padding: 2%;
    text-align: center;
}

div.journalcontentsthumbnailcell img {
    box-shadow: 2px 6px 6px silver;
    border: 1px solid #d3d3d3;
}

#id_BUT61SR a {
    color: #000;
    background: #d3d3d3;
    padding: 2px 6px;
    line-height: 1.3em;
    margin: 5px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
}

.vol {
    font-size: 12pt;
    margin: 5px 0 17px;
}

.journalcontentsissue ul li {
    list-style: none;
    padding: 6px 4px;
    border-bottom: 1px dotted #696969;
    font-size: 12pt;
    text-align: left;
}

.journalcontentsthumbnailcell h2 {
    margin-bottom: 2px;
}

.chaptertitle {
    font-size: 1.5em;
}

.chapterchair {
    font-weight: bold;
    font-size: 1.1em;
}

.chapterdetails {
    padding-left: 15px;
}

.loginContainer .loginUserNameLabel LABEL,
.loginContainer .loginPasswordLabel LABEL,
.loginContainer .loginActionRememberMe LABEL {
    background-color: transparent;
    font-size: .8em;
    color: #000;
}

.loginContainer .loginPasswordForgot A,
.loginContainer .loginPasswordForgot A:link,
.loginContainer .loginPasswordForgot A:active,
.loginContainer .loginPasswordForgot A:visited {
    background-color: transparent;
    font-size: .8em;
    color: #999;
}

.loginContainer .loginPasswordForgot A:hover {
    font-size: .8em;
    color: #999;
}

.index {
    font-size: .8em;
    font-weight: normal;
    font-family: 'Questrial', sans-serif;
    line-height: 1.25em;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-indent: -5em;
    padding-left: 5em;
}

/**Group-Books**/
.booktitle {
    font-family: var(--font-sans-serif);
    font-size: 14pt;
    font-weight: bold;
}

.bookdescrip {
    font-size: 10pt;
    margin-left: 23px;
}

.bookinfo,
#books td {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px gray dotted;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 2em;
}

/**EndGroup-Books**/

/**Group-Dealers,Magazines,Artists,Auctions,Orgs**/
.dealertitle {
    font-size: 16pt;
    font-weight: bold;
}

.dealerdescrip {
    font-size: 10pt;
    width: 90%;
    float: right;
}

.magtitle {
    font-size: 16pt;
    font-weight: bold;
}

.magdescrip {
    font-size: 10pt;
    width: 90%;
    float: right;
}

.artistlistingname {
    font-size: 16pt;
    font-weight: bold;
}

.auctiontitle {
    font-size: 16pt;
    font-weight: bold;
}

.auctiondescrip {
    font-size: 10pt;
    width: 90%;
    float: right;
}

.orgtitle {
    font-size: 16pt;
    font-weight: bold;
}

.orgdescrip {
    font-size: 10pt;
    width: 90%;
    float: right;
}

/**EndGroup-Dealers,etc**/
.issue-cell {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 13px 0;
}

.issue-contents {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 13px 0 13px 13px;
}

.issuecover img {
    border: 1px solid #000;
    break-after: always;
    margin-bottom: 2px;
}

.issuetitle {
    font-size: 18pt;
    font-weight: bold;
}

.issuearticletitle {
    font-size: 10pt;
    margin-left: 35px;
}

.issuearticleauthor {
    font-size: 10pt;
    margin-left: 25px;
    font-style: italic;
    font-family: 'Rosarivo', serif;
}

.issuecoverdets {
    padding-left: 18px;
    font-family: var(--font-sans-serif);
    font-size: 0.8em;
    text-align: left;
    }


#digital-journal-table img {
    box-shadow: 2px 6px 6px silver;
}

.dig-journal-cell {
    border: none;
    text-align: center;
    padding: 13px 7px;
    max-width: 23%;
}

.dig-journal-cell img {
    box-shadow: 7px 7px 14px -6px rgba(0, 0, 0, .65);
}

.dig-journal-year-cell {
    text-align: left;
    border: none;
    padding: 13px;
    font-size: 2em;
    border-bottom: 1px solid gray;
}

span.dig-journal-title {
    font-size: 1em;
    font-weight: bold;
}

#homepageJournalTable .dig-journal-title {
    color: #f5f5f5;
}

#homepageJournalTable .dig-journal-volume {
    font-size: .8em;
    color: #fff;
}

span.dig-journal-volume {
    font-size: .8em;
}

.faqterm {
    font-size: 14pt;
    font-weight: bold;
}

.whiteborder {
    border: 1px solid #fff;
}

dt {
    font-family: var(--font-serif);
    font-size: 10pt;
    font-weight: bold;
}

dd {
    font-family: var(--font-sans-serif);
    margin-bottom: 10px;
}

.WaGadgetContactProfileStateMainContainer #idMembershipLevelContainer,
.WaGadgetContactProfileStateMainContainer #idExpirationDateContainer {
    width: auto;
}

#redfooter,
#redfooter a,
#standard_footer a {
    color: #fff;
}

@media print {
   .noprint {display:none;}
    .insj_vol {  width:20%;display: inline-block; 
        box-sizing: border-box; page-break-inside: avoid;}

    .insj_img {width: auto; max-width: 100%; }

    .insj_year {
        page-break-inside: avoid;
        break-inside: avoid-page;
        width: 100%;
        break-after: auto;
    }
}


.insj_year { page-break-inside: avoid; page-break-after: auto; }
.insj_year_title { font-size: 1.8em; }
.insj_volumes { display: flex; flex-wrap: wrap; justify-content: space-between; }
.insj_vol { flex-basis: calc(25% - 10px); margin-bottom: 10px; text-align: center; }
.insj_img { max-width: 100%; height: auto; box-shadow: 2px 6px 6px silver; border: solid 1px black; }


