@font-face{
    font-family: "FaktPro-Normal";
    src:url("fonts/FaktPro-Normal%EF%B9%96.eot#iefix");
    src:url("fonts/FaktPro-Normal%EF%B9%96.eot#iefix") format('embedded-opentype'), url("fonts/FaktPro-Normal.ttf") format('truetype'), url("fonts/FaktPro-Normal.woff") format('woff')
}
@font-face{
    font-family: "FaktPro-Medium";
    src:url("fonts/FaktPro-Medium%EF%B9%96.eot#iefix");
    src:url("fonts/FaktPro-Medium%EF%B9%96.eot#iefix") format('embedded-opentype'), url("fonts/FaktPro-Medium.ttf") format('truetype'), url("fonts/FaktPro-Medium.woff") format('woff')
}
@font-face{
    font-family: "FaktPro-SemiBold";
    src:url("fonts/FaktPro-SemiBold%EF%B9%96.eot#iefix");
    src:url("fonts/FaktPro-SemiBold%EF%B9%96.eot#iefix") format('embedded-opentype'), url("fonts/FaktPro-SemiBold.ttf") format('truetype'), url("fonts/FaktPro-SemiBold.woff") format('woff')
}
/* vollkorn-regular - latin */
@font-face {
  font-family: 'Vollkorn';
  font-weight: 400;
  src: url('fonts/vollkorn-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Vollkorn Regular'), local('Vollkorn-Regular'),
       url('fonts/vollkorn-v8-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/vollkorn-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/vollkorn-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/vollkorn-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/vollkorn-v8-latin-regular.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
/* vollkorn-italic - latin */
@font-face {
  font-family: 'Vollkorn Italic';
  font-weight: 400;
  src: url('fonts/vollkorn-v8-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Vollkorn Italic'), local('Vollkorn-Italic'),
       url('fonts/vollkorn-v8-latin-italic%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/vollkorn-v8-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/vollkorn-v8-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/vollkorn-v8-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/vollkorn-v8-latin-italic.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
/* vollkorn-900italic - latin */
@font-face {
  font-family: 'Vollkorn Bold Italic';
  src: url('fonts/vollkorn-v8-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Vollkorn Black Italic'), local('Vollkorn-BlackItalic'),
       url('fonts/vollkorn-v8-latin-900italic%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/vollkorn-v8-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/vollkorn-v8-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/vollkorn-v8-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/vollkorn-v8-latin-900italic.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,figure,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
    font-size: 16px;
    width: 100%;
}
body {
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: "FaktPro-Normal";
    font-size: 1.125rem;
    line-height: 1.55555em;
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(0,0,0);
}
p a {
    color: rgba(0,0,0,.6);
    border-bottom: solid 1px rgba(0,0,0,0.75);
}
a:hover {
    color: red;
}
header {
    position: absolute;
    height: 22.5vh;
    width: 100%;
}
header h1 {
    position: absolute;
    z-index: 3;
    top: 10vh;
    left: 6.25vw;
    font-size: 1.25rem;
}
header h2 {
    position: absolute;
    top: 0;
    left: 22.5%;
    font-family: 'Space Mono', monospace;
    transform: translateX(-22.5%);
    margin-top: 2vh;
    z-index: 11;
    font-size: .875rem;
    line-height: 1.75em;
    letter-spacing: 5px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(0,0,0,0.25);
    border-top: solid 1px rgba(0,0,0,0.25);
}
header h2::before {
    padding-left: 5px;
    content: '';
}
h4 {
    font-size: .75rem;
    line-height: 1em;
    font-family: "FaktPro-Normal";
    color: rgba(0,0,0,0.3);
}
nav .about {
    position: fixed;
    z-index: 10;
    width: 6.25vw;
    height: 6.25vw;
    bottom: 0;
    left: 0;
}
nav .about a {
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
nav .about a::after {
    font-size: .875rem;
    line-height: 2.33em;
    content: '?';
    text-align: center;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: solid 1px rgba(0,0,0,0.1);
    position: absolute;
    bottom: -50%;
    right: -50%;
    transform: translate(50%, 50%);
}
nav .about a:hover::after {
    border-color: red;
    transition: all 0.3s ease;
}
main article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}
main > section {
    margin: 0 6.25%;
    padding-top: 22.5vh;
    position: relative;
}
main > section > div.content, .content.featherlight-inner {
    border-top: solid 1px rgb(237,30,121);
    padding-top: 2.5vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
main > section > div.content div:first-child, .content.featherlight-inner div:first-child {
    padding-right: 6.25%;
    border-right: solid 1px rgba(0,255,255,0.25);
    min-height: 72.5vh;
}
main > section > div.content div:last-child, .content.featherlight-inner div:last-child {
    padding-left: 6.25%;
}
main article figure {
    padding: 27.5vh 0;
    width: 50%;
    position: fixed;
}
.toolbar-horizontal.toolbar-tray-open main article figure {
    padding: 22.5vh 0;
}
.toolbar-horizontal main article figure {
    padding: 25vh 0;
}
main article figure img {
    object-fit: contain;
    height: 45vh;
    box-shadow: 3px 3px 14px rgba(0,0,0,0.2);
}
.toolbar-horizontal.toolbar-tray-open main article figure img {
    height: 45vh;
}
main article figure figcaption {
    font-family: "FaktPro-Medium";
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}
.toolbar-horizontal.toolbar-tray-open main article figure figcaption, .toolbar-horizontal main article figure figcaption {
    bottom: 5vh;
}
main article figure.inlibrary figcaption::before, main section ul.sources figure.inlibrary figcaption::before {
    font-family: FontAwesome;
    line-height: 1.25em;
    content: '\f02d';
    color: red;
}
main article figure figcaption h1 a {
    border-bottom: solid 1px rgb(0,0,0);
    font-size: 1.25rem;
}
main article figure figcaption h1 a:hover {
    color: red;
    border-bottom: solid 1px rgba(0,0,0,0.25);
}
main article figure figcaption cite {
    font-family: "FaktPro-Medium";
    font-size: .75rem;
    letter-spacing: .5px;
}
main article figure figcaption cite a:hover {
    color: red;
}
h6 {
    margin-bottom: 6vh;
}
p {
    margin-bottom: 2.5vh;
    font-family: 'Vollkorn';
    font-size: 1.0625rem;
    letter-spacing: -.25px;
    color: rgba(0,0,0,0.8);
}
p.footnote {
    font-family: 'Vollkorn Italic';
    letter-spacing: .33px;
    font-size: .875rem;
    line-height: 1.75em;
}
p.gray {
    color: rgba(0,0,0,0.4);
}
p em{
    font-style: italic;
}

.quotes {
margin-top: 7.5vh;
}
.quotes section {
    width: 87.5%;
    text-align: left;
    margin-bottom: 10vh;
    background: #fff;
    background: linear-gradient(180deg, rgb(237,30,121), rgb(237,30,121));
    background-position: 6.25%;
    background-repeat: repeat-y;
    background-size: 1px auto;
}
.quotes section:target {
    background-color: rgba(0,0,0,0.05);
}
.quotes section header {
    width: 2.75%;
    text-align: center;
}
.quotes section header a {
    font-size: 0;
    color: rgba(0,0,0,0.25);
}
.quotes section header a:hover {
    color: red;
}
.quotes section header a::after {
    font-size: .875rem;
    content: '#';
}
.quotes section address, .quotes section p, .quotes section footer {
    padding-left: 12.5%;
}
.quotes section address {
    font-size: .75rem;
    font-family: "FaktPro-Medium";
    color: rgb(237,30,121);
    letter-spacing: 1px;
}
.quotes section p {
    color: rgba(0,0,0,0.60);
    background-image: -moz-linear-gradient(top , rgba(255, 255, 255, 0) 26px, rgba(0,255,255,0.25) 26px, rgba(0,255,255,0.25) 27px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 26px, rgba(0,255,255,0.25) 26px, rgba(0,255,255,0.25) 27px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 26px, rgba(0,255,255,0.25) 26px, rgba(0,255,255,0.25) 27px);
    background-repeat: repeat-y;
    background-size: 100% 27px;
    margin-bottom: 0;
    font-family: "FaktPro-Normal";
    letter-spacing: inherit;
}
.quotes section p strong, h6 strong {
    font-family: "FaktPro-SemiBold";
}
.quotes section p u {
    color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.075);
    padding: 3px 0 1px 0;
    text-decoration: none;
}
.quotes section footer {
    margin-top: 1vh;
}
.quotes section footer > ul {
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.quotes section footer li, .genre {
    font-family: "FaktPro-Medium";
    font-size: .75rem;
    letter-spacing: 1px;
}
.quotes section footer li.contributor {
    font-size: .625rem;
    line-height: 2.8em;
    text-transform: uppercase;
}
.quotes section footer li.contributor a {
    color: rgb(0,0,0);
}
.quotes section footer li li {
    display: inline-block;
    margin-right: 5px;
}
.genre {
    display: inherit;
    margin-top: 1.5vh;
}
.quotes section footer a, .genre a {
    color: rgba(0,0,0,0.5);
}
.quotes section footer a:hover, .quotes section footer li.contributor a:hover, .genre a:hover {
    color: red;
}
.quotes section footer li li::after {
    content: ',';
    color: rgba(0,0,0,0.5);
}
.quotes section footer li li:last-child::after {
    content: '';
}
.headerright {
    position: absolute;
    z-index: 11;
    width: 21.875vw;
    height: 22.5vh;
    top: 0;
    right: 6.25vw;
}
.headerright nav {
    padding-top: 3vh;
    height: 50%;
    box-sizing: border-box;
}
.headerright nav:first-child {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    border-top: solid 1px rgba(0,0,0,0.1);
}
.headerright li {
    display: inline-block;
    margin-right: 1.5vw;
}
.headerright button, .headerright a {
    background: none;
    border: none;
    padding: 0;
    margin-right: 1vw;
    font-size: .9375rem;
    font-family: "FaktPro-SemiBold";
    color: rgba(0,0,0,0.5);
    transition: color 0.3s ease;
}
.headerright a {
    margin-right: 0;
}
.headerright button:hover, .headerright a:hover {
    cursor: pointer;
    color: red;
}
.headerright button:active {
    outline: none;
    border: none;
}
.headerright button.asc, .headerright button.desc {
    color: red;
}
.headerright button.asc::after, .headerright button.desc::after {
    font-family: FontAwesome;
    font-size: .75rem;
    position: relative;
}
.headerright button.asc::after {
    content: ' \f102';
    bottom: 2px;
}
.headerright button.desc::after {
    content: ' \f103';
    bottom: 1px;
}
.topnav a.icon {
    position: fixed;
    top: 1.5vh;
    right: 2.5vw;
    height: 30px;
    width: 30px;
    border: solid 1px rgba(0,0,0,0.1);
    display: none;
}
.topnav a.icon:link .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}
.topnav.responsive a.icon:link .fa {
    color: red;
}
.topnav a.icon:hover .fa {
    color: inherit;
}
main section ul.sources {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 38.75vh;
    text-align: center;
}
main section ul.sources li {
    border-top: solid 1px rgb(237,30,121);
    padding: 0 .5vw;
    background: repeating-linear-gradient(0deg, rgb(255,255,255), rgb(255,255,255) 33.33%, rgba(0,255,255,0.25) 33.33%, rgba(0,255,255,0.25) calc(33.33% + 1px));
    position: relative;
}
main section ul.sources li a {
    display: block;
    height: 100%;
    width: 100%;
}
main section ul.sources li a:hover {
    color: rgb(0,0,0);
}
main section ul.sources li img {
    display: block;
    max-height: 59%;
    max-width: 100%;
    margin: 3vh auto;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
main section ul.sources figure {
    display: inline;
}
main section ul.sources figcaption {
    line-height: 1.1em;
    margin-top: -.5vh;
}
main section ul.sources li img, main section ul.sources figcaption {
    opacity: 0.5;
    transition: all 0.3s ease;
}
main section ul.sources figcaption {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
}
main section ul.sources li:hover img, main section ul.sources li:hover figcaption {
    opacity: 1;
}
main section ul.sources figcaption h3 {
    font-size: .875rem;
    font-family: "FaktPro-SemiBold";
}
main section ul.sources figcaption h3 span {
    border-bottom: solid 1px rgb(0,0,0);
}
main section ul.sources figcaption cite {
    font-family: 'Vollkorn', serif;
    font-style: italic;
    font-size: .75rem;
    letter-spacing: .5px;
    line-height: 2em;
}

.block {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    border-bottom: solid 1px rgba(255,255,255,0.25);
}
.block.tabs {
    padding: .75vw;
    background-color: rgba(255,255,255,0.1);
    box-sizing: border-box;
    border: 0;
}
.block h2 {
    font-family: "FaktPro-Medium";
    text-transform: inherit;
    text-indent: inherit;
    font-size: .8125rem;
}
.block.tabs li a{
    font-family: "FaktPro-Normal";
    color: rgba(255,255,255,0.6);
    line-height: 1.5em;
}

.home .pure-toggle[data-toggle="right"]:checked ~ .pure-toggle-label[data-toggle-label="right"] .pure-toggle-icon::before, .home .pure-toggle[data-toggle="right"]:checked ~ .pure-toggle-label[data-toggle-label="right"] .pure-toggle-icon::after {
    background: rgb(255,255,255);
}
.home .pure-toggle[data-toggle="right"]:checked ~ .pure-toggle-label[data-toggle-label="right"] .pure-toggle-icon::before, .home .pure-toggle[data-toggle="right"]:checked ~ .pure-toggle-label[data-toggle-label="right"] .pure-toggle-icon::after {
    background: rgb(255,255,255);
}
.messages {
    position: absolute;
    top: 15vh;
    margin: 0 10vw;
    width: 80%;
    z-index: 15;
    font-family: "FaktPro-Medium";
    font-size: 1rem;
}
.messages > div div {
    padding: 2vw;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    background-color: rgb(255,255,255);
}
.messages.animated.fadeIn {
    animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.messages.animated.fadeOut {
    animation-delay: 5s;
    -moz-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
.messages a:link {
    color: rgba(0,0,0,0.5);
}
.messages a:hover {
    color: rgba(255,0,0,1);
}
section.glossary {
    margin: 1.5vh 0;
    padding-bottom: 1.5vh;
    border-bottom: solid 1px rgba(0,255,255,.33);
}
section.glossary:first-of-type {
    border-top: solid 1px rgb(237,30,121);
    padding-top: 2.5vh;
    margin-top: 0;
}
section.glossary h3 {
    font-family: 'Vollkorn', serif;
    font-style: italic;
    color: rgba(0,0,0,0.4);
    font-size: .9375rem;
}
section.glossary h3::before, section.glossary h3::after {
    content: '—';
}
#backtotop {
    height: 35px;
    width: 35px;
    background-size: contain;
    opacity: 0.6;
}
#backtotop:hover {
    transition: all 0.3s ease;
    opacity: 0.4;
}
.featherlight .featherlight-content {
    border-bottom: 0;
    padding: 5vw;
    max-height: 90%;
}
.featherlight .featherlight-close-icon {
    font-size: 2rem;
    width: 40px;
    line-height: 40px;
    transition: all 0.3s ease;
}
.featherlight .featherlight-close-icon:hover {
    color: red;
}
#auth_box {
    width: 33.333%;
    padding-top: 0;
    font-family: "FaktPro-Normal";
}
#auth_box h1#the_logo {
    width: 152px;
    margin: 0 auto;
    margin-top: 1vh;
    padding: 0;
    opacity: .4;
    transition: all 0.3s ease;
}
#auth_box h1#the_logo:hover {
    opacity: .6;
}
#auth_box h2.title {
    text-indent: 0;
    font-size: 1.25rem;
    padding-bottom: 4vh;
}
#auth_box #middle_part {
    padding: 2vw 3vw;
    box-shadow: 0 0 10px #ccc;
    margin-top: 15vh;
}
#auth_box input[type="text"], #auth_box input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    font-size: inherit;
    line-height: 1.75em;
    padding: 5px 10px;
}
.form-item {
    margin-bottom: 3vh;
}
span.form-required {
    font-size: 0;
}
.compact-form-label {
    color: rgba(0,0,0,0.3);
    font-size: .875rem;
    line-height: 3em;
    left: 10px;
}
#auth_box input[type="submit"] {
    background: rgba(0,0,0,0.33);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.33);
    border: solid 1px rgba(255,255,255,0.6);
    padding: 7px 10px;
    color: rgb(255,255,255);
    border-radius: 7px;
    transition: all 0.3s ease;
    font-size: .875rem;
}
#auth_box input[type="submit"]:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.6);
}
#auth_box #bottom_part {
    padding-top: 5vh;
    font-size: 1rem;
    text-align: center;
}
#auth_box #bottom_part a:link {
    color: rgba(0,0,0,0.6);
}
#auth_box #bottom_part a:hover {
    color: rgb(0,0,0);
}
#auth_box .back_link {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
header {
    position: fixed;
    z-index: 10;
    background-color: rgb(255,255,255);
}
header h2 {
    left: 50%;
    transform: translateX(-50%);
}
.pure-toggle-label[data-toggle-label='right'] {
    display: none;
}
main article {
    padding: 22.5vh 6.25vw 0 6.25vw;
    display: block;
}
main article figure {
    padding: 0;
    width: inherit;
    position: static;
}
main article figure figcaption {
    position: static;
    transform: none;
}
.topnav .navwrapper {
    width: 100%;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    background-color: rgb(255,255,255);
}
.topnav .headerright {
    position: static;
    width: 100%;
    padding: 0 6.25vw;
    box-sizing: border-box;
}
.topnav a.icon {
    display: block;
    z-index: 11;
}
.topnav.responsive .navwrapper {
    visibility: visible;
    height: 33.75vh;
    padding-top: 22.5vh;
    margin-bottom: -20vh;
    position: relative;
    z-index: 9;
}
.topnav.responsive .navwrapper.small {
    height: 11.25vh;
}
nav .about {
    position: static;
    width: inherit;
    height: inherit;
    bottom: inherit;
    width: 100%;
    padding: 0 6.25vw;
    box-sizing: border-box;
}
nav .about a {
    font-size: .9375rem;
    position: static;
    left: inherit;
    transform: none;
    padding: 3.5vh 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: solid 1px rgba(0,0,0,0.1);
}
nav .about a::after {
    content: none;
}
.featherlight .featherlight-content {
    max-height: 80%;
    margin: 0 5%;
}
.content.featherlight-inner {
    display: block;
}
.content.featherlight-inner div:first-child {
    border-right: 0;
    padding: right: 0;
}
.content.featherlight-inner div:last-child {
    padding-left: 0;
}
.featherlight .featherlight-close-icon {
    position: fixed;
    background: transparent;
    color: rgb(255,255,255);
}
main section header {
    position: absolute;
    z-index: 9;
    background-color: transparent;
}
main section ul.sources {
    grid-template-columns: repeat(2, 1fr);
}
.quotes section {
    width: inherit;
}
.quotes section p {
    color: rgba(0,0,0,0.60);
    background-image: -moz-linear-gradient(top , rgba(255, 255, 255, 0) 26px, rgba(0,255,255,0.25) 26px, rgba(0,255,255,0.25) 27px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 26px, rgba(0,255,255,0.25) 26px, rgba(0,255,255,0.25) 27px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 26px, rgba(0,255,255,0.25) 26px, rgba(0,255,255,0.25) 27px);
    background-repeat: repeat-y;
    background-size: 100% 27px;
    margin-bottom: 0;
    font-family: "FaktPro-Normal";
    letter-spacing: inherit;
}
.quotes section footer {
    margin-top: 2vh;
    padding-bottom: 1vh;
}
.quotes section footer li, .quotes section footer li.contributor {
    line-height: .9rem;
}
.quotes section footer > ul {
    grid-template-columns: 2fr 3fr;
}
}
@media screen and (max-width: 767px) and (orientation : landscape) {
header {
    height: 36vh;
}
header h1 {
    top: 12.5vh;
}
main > section {
    padding-top: 36vh;
}
.topnav.responsive .navwrapper {
    padding-top: 36vh;
}
.headerright {
    height: 24vh;
}
nav .about {
    padding: 0;
}
main section ul.sources {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 77.5vh;
}
main section ul.sources li img {
    margin-top: 5vh;
}
main section ul.sources figcaption {
    bottom: 7vh;
}
}

@media only screen and (min-width : 1600px) {
    header h1, main article figure figcaption h1 a, main article figure.inlibrary figcaption::before {
        font-size: 1.75rem;
    }
    main section ul.sources figcaption h3, main section ul.sources figcaption, main section ul.sources figure.inlibrary figcaption::before {
        font-size: 1rem;
    }
    .headerright button, .headerright a {
        font-size: 1.1rem;
    }
    h4 {
        font-size: .875rem;
    }
    header h2 {
        font-size: 1.1rem;
    }
    p, h6 {
        font-size: 1.33rem;
    }
    p.footnote {
        font-size: 1.1rem;
    }
    nav .about a::after {
        height: 36px;
        width: 36px;
        font-size: 1.1rem;
    }
    .quotes section p {
        color: rgba(0,0,0,0.60);
        background-image: -moz-linear-gradient(top , rgba(255, 255, 255, 0) 26px, rgba(0,255,255,0.25) 26px, rgba(0,255,255,0.25) 27px);
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 26px, rgba(0,255,255,0.25) 26px, rgba(0,255,255,0.25) 27px);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30px, rgba(0,255,255,0.25) 30px, rgba(0,255,255,0.25) 31px);
        background-repeat: repeat-y;
        background-size: 100% 31px;
        margin-bottom: 0;
        font-family: "FaktPro-Normal";
        letter-spacing: inherit;
        line-height: 31px;
    }
    .quotes section address, .quotes section footer li.contributor, .quotes section footer li, .genre, main article figure figcaption cite {
        font-size: .875rem;
        line-height: 2.8em;
    }
}
