  /*** Homepage Archives ***/
 .archives {
}
 .archive-footer {
	 background-color:#ddd;
	 padding:20px 0;
}
 .archives h2 {
	 font-size: 26px;
	 text-transform: uppercase;
	 line-height: 1.2em;
	 color: #17304c;
	 letter-spacing: -.02em;
	 margin-top:20px;
}
 .archives h2 span {
	 font-size: 37px;
	 display:block;
}
 .archives .issue-container {
	 margin-bottom: 2rem;
	 position: relative;
	 text-align: center;
	 overflow: hidden;
	 border: 1px solid #f3f5f8;
}
 .archives .issue-container .cover-overlay {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 background-color: rgba(0,0,0,.5);
	 width: 100%;
	 height: 335px;
	 padding: 0 10%;
	 transition: top .4s ease;
	 -moz-transition: top .4s ease;
	 -webkit-transition: top .4s ease;
}
 .archives .issue-container:hover .cover-overlay {
	 top: 0;
}
 .archives .issue-container .cover-overlay .btn {
	background-color: var(--gfColors-slate100);
    font-family: alternate-gothic-atf,Impact,Charcoal,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    text-shadow: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin-top:0;
}
.archives .issue-container .cover-overlay .btn:first-child {
    margin-top: 63px;
}
.archives .issue-container .cover-overlay .btn:nth-child(2n) {
	background-color:var(--gfColors-slate80);
	color:var(--gfColors-navy);
}
.archives .issue-container .cover-overlay .btn:nth-child(3n) {
	background-color:var(--gfColors-slateText);
}
 .archives .issue-title {
	font-family: var(--gfVars-headerFont);
	text-transform: uppercase;
	font-size: 1rem;
    text-align: center;
    margin: 5px 0;
    color: var(--gfColors-slate100);
}
 .archives .find-more .btn {
	 margin-top: 62px;
	 font-size: 21px;
	 font-family: alternate-gothic-atf,Impact,Charcoal,sans-serif;
	 text-transform: uppercase;
	 padding: 10px;
	 box-shadow: 0 3px 0 rgba(0,0,0,.15);
	 background: #17304c;
	 line-height: 1.1em;
}

@media (max-width: 767px) {
	.archives .issue-container .cover-overlay {
        position: relative;
        margin-top: 2px;
        padding: 0;
        height: auto;
	}
	.archives .issue-container .cover-overlay .btn:first-child {
	    margin-top: 0;
	}
}

#currentIssue .u-grid2Columns {
    grid-template-columns: 3fr 2fr;
    gap:2rem;
    justify-items: center;
    align-items: center;
    text-align:center;
}
#currentIssue .current-issue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Ccircle cx='300' cy='300' r='300' fill='%23f3f5f8'%3E%3C/circle%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: min(50vw, 70%);
    background-position-y: top;
    background-position-x: center;
}

#currentIssue .current-issue #toInform {
    /*position: relative;*/
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-top: 2rem;
    padding: 0 2rem;
}
/*
#currentIssue .current-issue p:second-child::after {
    content: "";
    background-color: var(--gfColors-gold);
    width: 2rem;
    height: 2px;
    position: absolute;
    top: 3rem;
    margin: 0 auto;
    left: 30%;
    right: 30%;
}
*/

#currentIssue .current-issue h2 {
    position: relative;
}
#currentIssue .current-issue h2::before {
    content: "";
    background-color: var(--gfColors-gold);
    width: 2rem;
    height: 2px;
    position: absolute;
    top: -1.75rem;
    margin: 0 auto;
    left: 30%;
    right: 30%;
}

@media (min-width:1200px) {
    #currentIssue .current-issue #toInform {
        padding:0;
    }
}
@media (max-width:991.98px) {
    #currentIssue .current-issue #toInform {
        font-size: .8rem;
        letter-spacing: .1rem;
        margin-top: 1.5rem;
        padding: 0 1.5rem;
    }
}
@media (max-width:767.98px) {
    #currentIssue .u-grid2Columns {
        grid-template-columns: 1fr;
    }
    #currentIssue .current-issue {
        background-size: min(25vw, 70%);
    }
}
#journalContact h1 {
    font-size: clamp(2.5rem, 6.5vw, 4rem);
    line-height: 1.1;
}
#journalContact .u-grid2Columns {
    grid-template-columns:auto 1fr;
}
#journalContact table tr:first-child td {
    border-top:none;
}
/*
#doodles #thumb {
    margin-top:-1em;
}
*/

#journalStaff .u-grid2Columns {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
    margin-bottom:1rem;
}

@media (min-width: 1200px) {
    #archives-format_component {
        margin-bottom: 4rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #archives-format_component {
        margin-bottom: 4rem;
    }
}

@media (max-width: 575.98px) {
    #journalStaff .u-grid2Columns {
        gap:.75rem;
        margin-bottom:0;
    }
    #journalStaff .u-grid2Columns img {
        width:130px;
        height:130px;
    }
    #archives-format_component {
        margin-bottom: 1rem;
    }
}