html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}
*:focus {
    outline: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-width:1024px;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	height: 100%;
}

/* POST CSS RESET */
a{
	color:#9F907D;
	font-size: 11px;
	text-decoration: none;
}
h2{
	color:rgb(43, 43, 43);
	display: inline-block;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: -2px;
}
h3{
	color:rgb(217, 98, 69);
	text-transform: uppercase;
}
h4{
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-transform: uppercase;
	line-height: 19px;
}
h5{
	color:rgb(217, 98, 69);
	text-transform: uppercase;
}
hr{
	border-color:#979797;	
}
#header{
	line-height: 50px;
	height:50px;
	background-color:rgb(35, 32, 27);
	border-bottom: 2px solid rgb(144, 145, 145);
	padding:0px 15px;
}
.walters-home-link{
	height: 75px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: -100px; */
    cursor: pointer;
	background-image: url(images/home_link_sprite.png);
}
.walters-home-link:hover{
	background-position: -100px;
}
#nav-menu{
	display: inline;
	color: #9F907D!important;
	font-size: 14px;
	line-height: 22px;
	margin-top: 42px;
}
#nav-menu>a>li{
	display: inline-block;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	color: #9F907D!important;
}
#nav-menu>a>li:hover{
	color: #544A3D!important;
}
/* #body-container{
	background-color: #544A3D;
	height: -moz-calc(100% - 50px);
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
} */


/***** header *****/
.penn-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px;
	display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
	background-color: #fff;
	height: 80px;
}
.mobile-toggle-menu {
	display: none;
}
.site-logo img {
	width: 65%;
}
.site-nav {
	margin-left: auto;
	height: 100%;
}
.header-drop {
	background-color: #DEDCDC;
	position: absolute;
	width: 250px;
	right: 11px;
	z-index: 10;
	padding: 1em;
	border: 1px solid #4A4A4A;
	top: 70px;
	display: none;
}
.header-drop:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #DEDCDC transparent;
    top: -10px;
    right: 7px;
}
.header-drop:after {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 9px 11px 9px;
    border-color: transparent transparent #4A4A4A transparent;
    top: -13px;
    right: 8px;
    z-index: -1;
}
#menu-help {
	height: 100%;
	padding: 0 1em;
    margin-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#menu-help p {
	font-size: 13px;
    color: #4A4A4A;
    letter-spacing: .2px;
    cursor: pointer;
}
#menu-help:hover #help-inside {
	background-color: #DEDCDC;
}
#about-menu {
	position: relative;
	text-transform:uppercase;
	display: inline-block;
	color: #4A4A4A;
	letter-spacing: .1px;
	font-size: 14px;
}
#about-menu:hover:after {
	content: '';
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: calc(100% - 35px);
    height: 2px;
    background-color: #979797;
}
#about-menu:hover:after {
	width: 100%;
}
#menu-help:hover .header-drop {
	display: block;
}
.dropdown-menu li {
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	line-height: 30px;
}
.dropdown-menu li:hover {
	color: #59031B;
	font-weight: 500;
}
.dropdown-menu li:not(:last-of-type) {
	border-bottom: 1px solid #4A4A4A;
}
.site-nav ul:not(.dropdown-menu),
.footer-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	/* min-width: 220px; */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.site-nav ul {
	-ms-flex-item-align: center;
    align-self: center;
    height: 100%;
}
.site-nav ul li,
.footer-block ul li {
	font-size: 13px;
	color: #4A4A4A;
	letter-spacing: .2px;
	cursor: pointer;
}
.large-blue {
	font-family: 'Cardo', serif;
	font-weight: 600;
    font-size: 30px;
    color: #004684;
    letter-spacing: -0.08px;
    line-height: 25px;
}
.small-blue-subheader {
	font-family: 'Cardo', serif;
	font-weight: 400;
	font-size: 15px;
	color: #004684;
	display: block;
	margin-top: 5px;
}
#header{
	line-height: 50px;
	height:75px;
	background-color:#edebe7;
	padding:0px 0px 0px 15px;
	position: absolute;
	width:100%;
}
#header>a>img{
	padding: 13px 13px 0px 0px;
    display: inline-block;
}
#nav-menu{
	display: inline;
	color: #9F907D!important;
	font-size: 14px;
	line-height: 22px;
	margin-top: 42px;
}
#nav-menu>a>li{
	display: inline-block;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	color: #9F907D!important;
}
#nav-menu>a>li:hover{
	color: #544A3D!important;
}
#nav-menu>a:last-child>li{
	border-right: none;
}
#mobile-menu-column {
    display: none;
}
/***** home body *******/
#body-container{
	background-color: #F6F5F3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 10px solid #4A4A4A;
	padding-top: 5em;
}
#left-body-col{
	background-color: #DEDCDC;
	z-index: 10;
	width: 280px;
}
/******* Left Side Search and Search ******/
#search-column {
	height: calc(100vh - 160px);
	background-color:#DEDCDC;
    width: 100%;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#search-column-head{
	display:none;
}
#search-column.open{
	height: 100%;
}
#category-ul::after {
	content: ' ';
	width: 95%;
	position: absolute;
	left: 0;
	background-color: #979797;
	bottom: 0;
	height: 1px;
}
label.keyword-label {
	font-size: 12px;
	color: #000000;
	letter-spacing: 0;
	line-height: 19px;
	margin-left: -30px;
}
label.hidden-keyword{
	color:#989898;
}
label.keyword-label:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	border:1px solid #000000;
	background-color: #D8D8D8;
    border-radius: 2px;
    color: transparent;
    padding: 2px;
    font-size: 8px;
	margin-right: 6px;
	margin-left: 10px;
    vertical-align: middle;
}
label.hidden-keyword:before {
	border-color:#989898;
}
.search-category-li input[type='checkbox']:checked + label.keyword-label:before {
	border:1px solid #59031B;
	background-color: #59031B;
	color: #fff;
}
.search-category-li .column {
	width: 48% !important;
}
.search-category-li .column.first{
	margin-left: 1%;
}
.search-label-parent {
	position: relative;
	padding-left: 18px;
}
.search-category-li input[type='checkbox'] {
	opacity: 0;
	margin: 5px;
	cursor: pointer;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	position: absolute;
}
.search-category-li > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#search-input{
	width: 230px;
	height: 30px;
	border: none;
	padding: 10px;
	font-size: 16px;
	color: #544A3D;
	border-radius: 3px 0px 0px 3px;
    border: 1px solid #4A4A4A;
}

span.note {
	font-weight: bold;
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom:10px;
	display: inline-block;
}
#search-button{
    background-color: #59031B;
    display: inline-block;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    width: 40px;
    position: absolute;
	right: 13px;
	height: 30px;
}

#search-button:hover  {
	background-color: #8e1335;
}
#search-details{	
	padding: 15px;
	position: relative;
	overflow-y: scroll;
}
#search-head {
	background-color: #4A4A4A;
    border-radius: 0px 0px 10px 0px;
    padding: 15px;
    width: 105%;
    float: left;
}
#search-head h2 {
	font-weight: 500;		
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 26px;
	text-transform: uppercase;
	white-space: nowrap;
}
#search-head.open{
	border-radius: 0px 5px 5px 0px!important;
}
#search-header-row{
	overflow: hidden;
}
#search-results-terms{
	width: 100%;
	height:55px;
	line-height:55px;
	padding: 0px 20px;
}
#search-column.open{
	height: 100%;
}
.search-category{
	/* cursor: pointer; */
	font-weight: 500;
	font-size: 14px;
	color: #59031B;
	letter-spacing: 0;
	line-height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-category-li {
	display:none;
	padding: .25em 0 1em;
}
.cat-icon, .cat-arrow {
	color: #59031B;
	margin-right: 10px;
	width: 10px;
	text-align:center;
}
.cat-arrow {
	margin-left: auto;
}
#search-results{
	float:left;
    width: 100%;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding-bottom: 30px;
}
#form-view {
	margin: 1em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position:relative;
}
#form-view label {
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	line-height: 20px;
}
#form-view label {
	position: relative;
	display: inline-block;
  }
#form-view label:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	border:1px solid #59031B;
    border-radius: 3px;
    padding: 2px 3px;
    font-size: 7px;
    margin-right: 10px;
	vertical-align: middle;
	color: transparent; 
}
#form-view input[type='checkbox']:checked + label.form-search-label:before {
	color: #59031B;
}
#form-view input[type='checkbox'] {
	opacity: 0;
	position: absolute;
	margin: 5px;
	cursor: pointer;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
}
input#show-manuscripts {
	top:40px;
}
input#show-folios {
	top:72px;
}
.manu_plus_folios p {
	color: rgba(255, 255, 255, .75);
    margin: 25px 0 35px;
}
.folio-images{
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	width:100%;
}
body .folio-images::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height:7px;
}
body .folio-images::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #979797;
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	margin-top: 10px;
}
body .folio-images::-webkit-scrollbar-corner {
    display:none;
}

.ui-widget-content {
	color: #979797!important;
    font-size: 13px!important;
}
.ui-menu-item {
	font-size: 12px;
    color: #000000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 12px;
    color: #000000;
  }
.ui-menu-item i:not(.fa-undefined) {
	display: inline-block;
	margin-left: 3px;
}
.ui-widget-content {
	width: 237px!important;
}
/****** left form search results *****/
.term {
	border: 1px solid #979797;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin: 0 5px 5px 0px;
    padding: 3px;
}
.term i {
	color: #59031B;
	font-size: 12px !important;
}
.term p {
	font-size: 12px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 12px;
}
/******** Hide Mobile on Desktop ****/
#mobile-search-button, #mobile-search-bar, #mobile-menu-go {
	display: none;		
}
#header2{
	display: none;
}

/****** home right body ******/
#right-body-col{	
	width: calc(100% - 280px);
}
#right-body-col.brown {
	background-color: #282828;
	width: 100%;
	height:100%;
	overflow-y: scroll;
}
#search-results.mode3 {
    width: 100%!important;
}
.home-right-container{
	width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.home-full {
	width: 100%;
	background-color: #fff;
}
/******* home campaign *****/
.camp.swiper-container {
	width: 100%;
	height: 450px;
}
.swiper-wrapper {
	position: relative;
}
.camp .swiper-slide:before {
	content: ' ';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0.00)), to(rgba(0, 0, 0, 0.37)));
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 50%, rgba(0, 0, 0, 0.37) 100%);
	z-index: 0;
}
.camp .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.swiper-text {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	padding: 2em 2.5em;
	z-index: 1;
}
.swiper-title {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-bottom: .5em;
	text-transform: none;
}
.swiper-subtitle {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.swiper-pagination {
	text-align: right;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 2em;
	left: -2.5em;
	width: 100%;
}
.home-header, .logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	padding-bottom: 1em;
}
.logos {
	padding-bottom: 0;
	margin-left: auto;
	min-width: 370px;
	-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}
/****** wysiwyg ********/
.small-brown-header {
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-transform: none;
    margin: .5em 0 1em;
	letter-spacing: .5px;
	font-family: 'Cardo', serif;
}
.med-brown-header {
	font-weight: 500;
	font-size: 20px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: none;
	font-family: 'Cardo', serif;
	margin-bottom: 1em;
}
.small-copy {
	font-size: 13px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 19px;
	margin: .25em 0;
	font-weight: 300;
}
.small-copy a {
	font-size: 13px;
	font-weight: bold;
}
.small-copy.small-caps {
	font-size: 14px;
	text-transform: uppercase;
}
.underline-link, .small-link {
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #4A4A4A;
	letter-spacing: .1px;
}
.small-link {
	font-size: 13px;
	text-decoration: underline;
}
.underline-link:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left:0;
	width: 100%;
	height: 1px;
	background-color: #979797;
}
.home-buckets {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	padding: 2.5em 0em;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.home-bucket {
	width: 49%;
}
.home-bucket.first {
	margin-right: 2%;
}
/* .home-bucket:after {
	content: ' ';
	position: absolute; 
	height: 100%;
	width: 2px;
	background-color: #212D66;
	right: 0; 
	top: 0;
} */
.home-bucket:last-of-type:after {
	display: none;
}
ul.socials {
	list-style: none;
	margin: .5em 0 2.5em;
}
ul.socials li  {
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 70%;
	margin-bottom: 15px;
}
ul.socials li i {
	font-size: 26px;
	margin-right: 15px;
}
/***** footer css ******/
.footer-logos, .footer-logo-slider, .footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	padding: 0em 2em;
}
.footer-logo-swiper {
	height: 200px;
}
.footer-logo-slider {
	padding: 0em 6.5em;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 95%;
	margin: 0 auto;
}
.footer-logo-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-block {
	padding: 0 1em;
	height: 70px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-logo-slider img {
	max-width: 170px;
}
.footer-logos i {
	font-size: 60px;
}
.footer-wrap {
	width: 100%;
	padding: 1em;
	background-color: #4A4A4A;
}
.footer-text {
    font-style: italic;
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
    letter-spacing: 0;
    line-height: 17px;
}
.footer-block ul {
	width: 100%;
}
.footer-block .social-list {
	display: inline-flex;
}
li:not(:last-of-type).social-icon {
    margin-right: 15px;
}
.footer-block ul li {
	color: rgba(255, 255, 255, .75);
	padding: 10px;
	line-height: 20px;
}
.footer-block ul li:hover {
	color: rgba(255, 255, 255, 1);
}
.footer-block ul li i {
	font-size: 20px;
	border: 1px solid #fff;
	width: 32px;
	height: 31px;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
}
.footer-block:nth-child(1){
	width: 55%;
	position: relative;
}
/* .footer-block:nth-child(3) {
	padding-right: 0;
	width: 40%;
	position: relative;
	margin-left: auto;
} */
.footer-block:nth-child(1):after {
	content: ' ';
	position: absolute; 
	height: 100%;
	width: 2px;
	background-color: #fff;
	right: 0; 
	top: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: none;
}
.swiper-button-prev:before, .swiper-button-next:after {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #000;
	position: absolute;
	left: 0;
}
.swiper-button-next:after {
	content: '\f105';
	left: unset;
	right: 0;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}
/***** search result page 8*******/
#search-results-terms p {
	font-style: italic;
	font-size: 16px;
	color: #9B9B9B;
	letter-spacing: 0;
}
#search-results .mode3{
	width:33.33%;
	float: left;
	padding: 0px 10px;
}
#search-results .mode2{
	width:50%;
	float: left;
	padding: 0px 10px
}
.item-container {
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    border-radius: 3px;
	position: relative;
	float: left;
	background-color: #000;
}
.item-container-left img{
	width:130px;
	margin-right: 20px;
	opacity: 1;
}
.item-container-left img:hover{
	opacity: 1;
}

.manuscript-half p {
	font-size: 13px;
	color: #9B9B9B;
	letter-spacing: 0;
	margin: 1em 0;
}
.item-container-left{
	float: left;
	width: 145px;
}
.manuscript-title{
	margin-bottom: 10px;
}
/***** manuscripts ****/
.manuscript-title > a > h4,
.folio-head > a > h4 {
	margin-right: 10px;
	text-transform: capitalize;
	display: inline-block;
	line-height: 14px;
}
.manuscript_id{
	display: inline-block;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	font-weight: 700;
}
.item-container-left img{
	width:130px;
	margin-right: 20px;
	opacity: 0.9;
}
.item-container-left img:hover{
	opacity: 1;
}
.item-container-right{
	width: calc(100% - 145px);
	float:right;	
}
.open-book{
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	padding: 10px 8px 8px 8px;
	background-color: #4a4a4a;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px 0px 0px 3px;
}
.open-book:hover{
	background-color: rgba(74, 74, 74, 0.55);
}
/**** folios ******/
.folio{
	width:80px;
	display: inline-block;
	filter: alpha(opacity=90);
	opacity: 0.9;
	margin-bottom:10px;
}
.folio:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}

.folio-images{
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	width:100%;
}
.folio-images::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height:7px;
}
.folio-images::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #544A3D;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.folio-images::-webkit-scrollbar-corner {
    display:none;
}
.option .fa{
	color:#fff;
	font-size: 13px;
}
.option:hover .fa {
	color: #59031B;
}
.outline {
	border-radius: 3px;
	display: inline-block;
	margin: 5px 0px 10px;
	width:155px;
}
.option {
	background-color: #9e9e9e;
	display: inline-block;
	padding: 10px 9px 8px 9px;
	cursor: pointer;
}
.manuscript-option{
	border-radius: 0px 3px 3px 0px;
	position: relative;
	position: absolute;
}
.folio-option{
	z-index: 5;
	position: absolute;
	left: 5px;
	bottom: 10px;
}
.option-menu a {
	color: rgba(255, 255, 255, .5);
}
.option-menu a:hover {
	color: rgba(255, 255, 255, 1);
}
.collection-option{
	z-index: 5;
	position: absolute;
	left: 5px;
	bottom: 10px;
}
.option-menu{
	background-color: #4a4a4a;
	color:#9B9B9B;
	font-size: 11px;
	padding: 5px;
	width: 165px;
	z-index: 10;
}
.option-menu>ul>li:last-child{
	border-bottom: none;
}
.option-menu>ul>li:hover{
	/* background-color: #2B2621!important; */
}
.option-menu>ul>a>li:hover{
	/* background-color: #2B2621!important; */
}
.manuscript-menu{
	top: 33px;
	right: 0;
	position: absolute;
	cursor: auto;
}
.folio-menu{
	width: 100%;
}
.option-menu li{
	border-bottom: 1px solid #363029;
	padding: 5px 0px;
}
.folio-container{
	position: relative;
	display: inline-block;
	padding-right: 5px;
}
/****** your collection ******/
#collection-container{
	position: fixed;
	z-index: 100;
	width: 100%;
	bottom: 0;
}
#collection-head{
	padding: 13px 12px 10px 12px;
	cursor: pointer;
	width:auto;
	background-color: #59031B;
	display:inline-block;
	position: absolute;
	top: -40;
	right:20;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.6);
	        box-shadow: 0px 2px 4px rgba(0,0,0,.6);
	z-index: -1;
}
#collection-head span{
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
}
#collection-body{
	padding: 8px;
	background-color: #59031B;
	height:175px;
	width:100%;
	display:none;
	border-radius: 3px 0px 0px 0px;
}
#collection-wrapper{
	position: relative;
    margin: 0px 10px;
}
#share-collection p{
	color: #dedcdc;
	font-weight: 400;
	text-transform: uppercase;
}
#clear-collection{
	padding: 5px 0px;
    border-radius: 5px;
    color: #544A3D;
    margin-bottom: 7px;
    cursor: pointer;
}
#loading{
/* 	display:none; */
	text-align: center;
}
.search-category:hover>.fa-chevron-down{
	color: #979797;
}
#clear-collection p{
	color: #dedcdc;
}
#clear-collection i{
   color: #dedcdc;;
    font-size: 12px;
}
#collection-body span{
	font-size: 10px;
    color: #FFF;
}
#collection-body p {
	display: inline;
	font-size: 12px;
}
#collection-left-col{
    width: 17%;
    display: inline-block;
}
#collection-right-col{
    display: inline-block;
    background-color: #DEDCDC;
    height: 100%;
    width: 82%;
    float: right;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #000 inset;
            box-shadow: 0px 1px 3px #000 inset;
    overflow-x: scroll;
    overflow-y: hidden;
}
#collection-folios-wrapper{
/* 	padding:8px; */
	overflow-x: scroll;
	overflow-y: hidden;
	width:100%;
	height: 100%;
	white-space: nowrap;
}
#collection-folios-wrapper img{
    height: 145px;
    float: left;
}
.col-folio{
	margin: 8px 3px 8px 9px;
	display: inline-block;
	position: relative;
}
.col-clear{
    position: absolute;
    font-size: 18px;
    right: 0;
    /* border: 2px solid white; */
    border-radius: 14px;
    background-color: white;
    width: 20px;
    padding: 1px 0px 0px 2px;
    cursor: pointer;
    color: #59031B;
}
.col-clear:hover{
	color:  #D7D3CC;
}
.collect{
	cursor: pointer;
}
#share-input{
	margin: 10px 0px;
	width:100%;
}
.collect-menu{
	right: 0;
    position: absolute;
    cursor: auto;
    width: 100%;
    z-index: 2;
}
@media(max-width: 1023px){
	.home-buckets {
		flex-wrap: wrap;
	}
	.home-bucket {
		width: 95%;
		margin: 0 auto;
	}
	#search-results {
		display:flex;
		flex-direction: column;
	}
	.mode2 {
		width: 65%;
	}
}
@media(max-width: 768px){
	.mobile-toggle-menu {
		background-color: white;
		padding: .5em 1em 0;
		border-bottom: 1px solid #979797;
	}
	.mobile-toggle-menu.open {
		display:block;
	}
	#menu-help p {
		outline: none !important;
		position: relative;
	}

	#menu-help:before {
		content: ' ';
		width: 0;
		height: 0;
		position: absolute;
		top: -8px;
		right: 0;
		left: 0;
		margin: 0 auto;
		border-style: solid;
		border-width: 12px 11.5px 0 11.5px;
		border-color: #979797 transparent transparent transparent;
	}
	#menu-help.flip:before {
		transform: rotate(180deg);
		top: -21px;
	}
	.mobile-toggle-menu .dropdown-menu li {
		border:none;
	}
	#menu-help:hover .header-drop {
		display: none;
	}
	.penn-header {
		position: relative;
		height: 50px;
	}
	.penn-header img {
		width: 50px;
	}
	.penn-header .large-blue {
		display: none;
	}
	html{
		overflow-x: hidden;
	}
	*:not(html) {
/* 	    -webkit-transform: translate3d(0, 0, 0); */
	}
	#header2{
		-webkit-transform: translate3d(0, 0, 0); 
	}
	body {
		line-height: 1;
		min-width: 0px!important;
		height:100%;
		position: relative;
		overflow-x: hidden;
	}
	#body-container{
		overflow-x: hidden;
		padding-top: 0px;
		height: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#search-results {
/* 		display:none; */
		width: 100%;
		padding-top: 120px;
		height:100%;
	}
	#search-results-terms p{
		display: none!important;
/* 		width: auto!important; */
	}
	#left-body-col{
		width:100%;
		height: auto;
		position: initial;
		-webkit-transform: none;
		margin-top: 0px;
		z-index: 20;
	}
	#w-footer{
		z-index: 9;
		padding: 2px 3px;
	}
	#w-footer>a{
		font-size: 80%;
	}
	.home-right-container{
		width: 100%;
	}
	.sample-search-title-container{
		width: 230px;
	}
	.campaign-buttons{
		right: 0;
	}
	.right-c-button,.left-c-button{
		border-radius: 0px;
	}
	.searchs-container{
		margin-top: 40px;
		padding: 0px;
	}
	.sample-search-body-container{
		height: 21%;
		min-height: 140px;
		margin-bottom: 15px;
	}
	.sample-search-body-container > .sample-search-title-container{
		width:70%;
	}
	#right-body-col{
		width:100%;
		height: 100%;
		/* overflow: scroll; */
	}
	#home-left-col{
		width: 100%;
		padding-left: 10px;
	}
	.home-right-col{
		width: 100%;
		padding-right: 10px;
		padding: 0px 10px;
	}
	#home-body{
		overflow: initial;
		margin-top: 0px;
		height:auto;
	}
	#home-container{
		padding: 0;
		margin-top: 0px;
		-webkit-overflow-scrolling: touch;
	}
	.home-campaign-window{
		height:65%;
	}
	#home-header{
		float: left;
		padding-left: 10px;
	}
	#home-welcome{
		width:100%;
	}
	#search-results-terms{
		width: auto!important;
		height:49px;
		line-height: 49px;
		padding: 0px 10px 0px 0px;
		float: right;
	}
	#search-column{
		width:100%;
		left: -100%;
		z-index: 10;
		position: absolute;
		top: 30px;
		height: 100%;
		display: block;
	}
	#search-head{ 
		width: 85%;
		border-radius: 0px;
		padding: 15px;
		height: 45px;
		float: left;
	}
	h2{
		font-size: 99%;
	}
	h1{
		font-size: 20px;
	}
	#search-details{
		padding: 15px;
		clear:both;
	}
	#search-button{
		width:15%;
	}
	
	#search-column-head{
		display: block;
		float: left;
		width: 75%;
		padding: 15px 15px;
		background-color:#4A4A4A;
		height:45px;
	}
	#search-column-head h2 {
		color: #fff;
	}
	#mobile-menu-go{
		display: block;
		float: left;
		width:25%;
		font-size: 1em;
		background-color: #828282;
		height: 45px;
		color: #fff;
		line-height: 45px;
		text-align: center;
	}
	.search-option{
		width:100%;
		padding: 5px 0px 5px 0px;
		font-size: 16px;
	}
	.search-category{
		font-size: 16px;
	}
	.note{
		font-size: 12px;
	}
	#search-results .mode2{
		width:100%;
	}
	#collection-head{
		display:none;
	}
	#search-input{
		width:85%;
	}
	.option{
		display:none;
	}
	.outline{
		border: none;
		width: auto;
	}
	.open-book{
		border-radius: 3px;
	}
	.image-view2{
		width:100%;
		height: auto;
/* 		margin: 0px 0px 10px 0px; */
	}
	.image-view2 img{
		width:100%;
		height: auto;
	}
	#mobile-header{
		position: fixed;
		width: 100%;
		z-index: 5;
		display: none;
	}
	#mobile-search{
		position: fixed;
		top:65px;
		z-index: 5;
		width:60%;
		padding-top: 10px;
	}
	#mobile-view{
		position: fixed;
		float:right;
		top:30px;
		margin-top: 30px;
		right:0;
		z-index: 5;
		width: 100%;
	}
	#mobile-search-button{
		display: inline-block;
		height: 45px;
		background-color:#4A4A4A;
		border-radius: 0px 5px 5px 0px;
		padding: 15px;
		width: 10%;
		min-width: 38px;
	}
	#mobile-search-button i {
		margin-left: -5px;
	}
	#search-results .mode2{
		padding: 0;
	}
	#header2{
		position: fixed;
		width: 100%;
		z-index: 5;
		display: inline-block;
		line-height: 50px;
		height:50px;
		background-color:rgb(35, 32, 27);
		background: url(/assets/images/bg.png);
		border-bottom: 2px solid rgb(144, 145, 145);
		padding:0px 15px;
	}
	.mobile-title{
		font-size: 15px;
		color: #9F907D;
		display: inline-block;
		letter-spacing: 2px;
	}
	.mobile-hamburger{
		float:right;
		font-family: 'walters gothic','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
		text-transform: uppercase;
		color: #544A3D;
		font-size: 15px;
		cursor: pointer;
	}
	#mobile-menu-column{
		height: 100%;
		width:100%;
		background: url(/assets/images/bg.png);
		position: fixed;
		right:-100%;
		z-index: 10;
		margin-top: 49px;
		display: block;
	}
	#mobile-menu-list{
		background-color: white;
		border-bottom: 1px solid rgb(144, 145, 145);
	}
	#mobile-menu-list>a>li{
	    padding: 15px;
		border-bottom: 1px solid rgb(144, 145, 145);
		color: #9F907D;
		font-size: 14px;
		font-weight: bold;
		
	}
	#menu-footer{
		padding: 25px;
	}
	#menu-footer>img{
		float: left;
		margin-right: 10px;
	}
	#menu-footer>p{
		line-height: 21px;
		font-size: 12px;
	}
	#mobile-menu-list>a:last-child>li{
		border-bottom: none;
	}
	.active-menu{
		left:0%;
	}
	#search-header-row{
		position: fixed;
		z-index: 5;
		width:100%;
		background-color: #544A3D;
		overflow: hidden;
		-webkit-transition: top 0.2s ease-in-out;
		transition: top 0.2s ease-in-out;
	}
	.nav-up {
	  top: -109px!important; // same as header
	}
	.nav-down{
		 top: 0px!important;
	}
	#mobile-search-bar{
		display: inline-block;
		position: fixed;
	    width: 80%;
	    top: 50px;
	    z-index: 7;
	    left: 0;
	    -webkit-transition: left 0.2s ease-in-out;
	    transition: left 0.2s ease-in-out;
	}
	#mobile-search-bar.open {
		top: 210px;
	}
	#mobile-search-bar h2 {
		line-height: 22px;
		font-size: 16px;
	}
	#mobile-search #search-head,#mobile-search #mobile-search-button{
		display: none;
	}
	.nav-left{
		left:-50%!important;
	}
	#show-results-check label{
		font-size: 16px;
	}
	.term p{
		font-size: 16px;
	}
	.term{
		padding: 8px 11px;
	}
	.term .fa-times-circle{
		font-size: 18px!important;
	}
	.about-left,.about-right{
		width: 100%;
	}
	.about-left>img,.about-right>img{
		width: 100%;
	}
	#about-body{
		margin: 0;
	}
	.mobile-margin-top{
		margin-top: 75px!important;
	}
	/**** home body ****/
	.logos {
		display: none;
	}
	.home-header {
		padding-bottom: 1em;
	}
	.home-header h1 {
		font-size: 24px !important;
	}
	.home-buckets, .footer-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.home-bucket {
		width: 95%;
		padding: 1em 0 3em;
	}
	.home-bucket:after, .home-bucket:last-of-type:after {
		content: ' ';
		display: block;
		top: unset;
		width: 100%;
		height: 2px;
		background-color: #979797;
		bottom: 1em;
	}
	/***** manuscripts ****/
	.manuscript-title > a > h4 {
		margin-right: 10px;
		display: inline-block;
	}
	/**** logo section -footer *****/
	.footer-logos {
		width: 100%; 
		padding: 0;
	}
	.footer-block {
		width: 100% !important;
		height: auto;
		padding: 1em 0;
		border-bottom: 1px solid #979797;
	} 
	.footer-block:last-of-type {
		border: none;
	}
	.footer-block .social-list {
		width: 100%;
		justify-content: space-evenly;
		padding: .5em 0 1em;
		border-bottom: 1px solid #979797;
		margin-bottom: 1em;
	}
	.footer-block ul {
		-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;
	}
	.footer-block ul li {
		margin: .5em 0;
	}
	.footer-block ul li i {
		font-size: 32px;
		width: 52px;
		height: 45px;
	}
	.footer-block:nth-child(2):before, .footer-block:nth-child(3):before {
		display: none;
	}
}