
@font-face {
	font-family: 'News Gothic';
	src:url('../fonts/news_gothic/newsgoth-bt-roman-webfont.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'News Gothic';
	src:url('../fonts/news_gothic/newsgoth-bt-bold-webfont.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'News Gothic Light';
	src:url('../fonts/news_gothic/newsgoth-lt-bt-light-webfont.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'News Gothic Condensed';
	src:url('../fonts/news_gothic/news_gothic_condensed_bt-webfont.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'News Gothic Condensed';
	src:url('../fonts/news_gothic/news_gothic_bold-extra-condensed_bt-webfont.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'News Gothic XCN';
	src:url('../fonts/news_gothic/newsgoth-xcn-bt-webfont.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'News Gothic Roman';
	src:url('../fonts/news_gothic/newsgoth-bt-roman-webfont.ttf');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "News Gothic";
}
h1, h2, h3, h4, h5, h6 {
	font-family:"News Gothic";
}
h1 {
	color:#000;
	text-transform:none;
	font-size:28px;
	margin-bottom:20px;
}
h2 {
	font-size:36px;
	color: #000;
	margin-top:5px;
	margin-bottom: 2px;
}
h3 {
	color: #000;
	font-size: 16px;
	text-transform:none;
	margin:0px;
}
a {
	color: #00cfb7;
}
a:hover, a:focus, a:visited {
	color: #00cfb7;
}
.notificationMessage, .notificationInfo, .notificationError, .notificationWarning {
    left: 40%;
    top: 200px;
    position:absolute;
    background-color: #fff;
    border-radius:0px;
    border: 2px solid #000000;
    color:#000;
    font-family:"News Gothic Roman";
}
.alert {
    background-color: #fff;
    border-radius:0px;
    border: 2px solid #000000;
    color:#000;
    font-family:"News Gothic Roman";
    margin: -20px -15px -20px -15px;
}
.notificationMessage a{
	color: #000;
	padding-left:10px;
}
.clearfix {
	width: 100%;
	clear:both;
}
.highlight{
	color:#00cfb7;
}
.grayText{
	color:#7c7c7c;
}
.container {
	max-width:1230px;
}
.navbar {
	background-color:#000;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.navbar-brand {
	width: 200px !important;
	padding-bottom:0px !important;
	margin-top:20px !important;
}
@media (min-width: 795px) {
	.navbar-brand {
		width: 305px !important;
		padding-bottom:0px !important;
		margin-top:8px !important;
	}
}
.navbar-nav > li, .navbar-default .navbar-nav > li:hover {
	background-color:#262626;
	font-family:"News Gothic";
	font-weight: lighter;
	border-right:4px solid #000;
}
.navbar-nav > li > a, .navbar-nav > li > a:hover {
	padding-top:13px;
	padding-bottom:10px;
	font-family:"News Gothic";
	font-weight: lighter;
	color: #7c7c7c;
}
.navbar-default .navbar-nav > li > a{
	color: #7c7c7c;
	font-size:18px;
	font-family:"News Gothic";
	font-weight: lighter;
}
.navbar-default .navbar-nav > li:hover > a{
	color: #FFF !important;
}
.navbar-default .navbar-nav > a, 
.navbar .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #262626;
	font-family:"News Gothic";
	font-weight: lighter;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li:active > a {
	background-color: #00cfb7;
	color: #fff !important;
}
.navbar-default .navbar-nav > .dropdown.open > a .caret, .navbar-default .navbar-nav > li:hover > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.nav > li.dropdown > a.icon {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav > li.dropdown > a.userIcon {
	padding-top: 14px;
    padding-bottom: 6px;
    font-size: 23px;
    padding-left: 14px;
    padding-right: 14px;
}
.navbar-default .navbar-form {
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	box-shadow:none;
}
.navbar-form {
	padding-right:0px;
}
.navbar .formOutline {
	border:0px;
	border-radius:0px;
}
.formOutline .btn-search {
	color: #7c7c7c;
	background-color:#000000;
	font-size:28px;
	border-radius:0px;
	padding: 10px 11px 0px 13px;
	border-right:0px solid #000;
}
@media (min-width: 768px) {
	.formOutline .btn-search {
		background-color:#262626;
		border-right:4px solid #000;		
	}
}
@media (max-width: 767px) {
	.formOutline .btn-search {
		top:-4px;
	}
}
.formOutline .btn-search:active, .formOutline .navSearchButtonHighlight {
	background-color: #00cfb7 !Important;
	color: #fff !Important;
}
.navbar .form-control {
	font-family:"News Gothic";
	font-weight: lighter;
	/*font-size:16px;
	color: #7c7c7c;*/
	font-size:26px;
	color: #fff;
	background-color:#000;
	/*line-height: 26px;*/
	line-height: 35px;	
	margin-top: 2px;
}
.navbar .form-control input, .navbar .form-control:focus  {
	/*font-size:16px;*/
	color:#fff;
	font-size:26px;
}
.navbar ::-webkit-input-placeholder {
   font-size:26px;
}

.navbar :-moz-placeholder { /* Firefox 18- */
   font-size:26px;  
}

.navbar ::-moz-placeholder {  /* Firefox 19+ */
   font-size:26px;  
}

.navbar :-ms-input-placeholder {  
   font-size:26px; 
}
.navbar .dropdown-menu {
	border-left:0px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:active{
	background-color: #00cfb7;
	color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
}
.navbar-default .navbar-nav > li.open > a {
	color: #fff !important;
}
.nav a:hover .caret {
	border-top-color: #fff !important;
	border-bottom:color: #fff !important;
}
:focus::-webkit-input-placeholder{
     text-indent: -999px
}
:focus::-moz-placeholder{
     text-indent: -999px
}
.navbar .form-control:focus {
    border-color: #19BED1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		width: 140px;
	}
}
@media (min-width: 992px){
	.navbar-form .form-group {
		width: 180px;
	}
}
@media (min-width: 992px) {
	.navbar .formOutline {
    	margin-left: 5px;
    }
}
#user-navbar .dropdown:hover .dropdown-menu {
	display: block;
}
.yamm .nav.navbar-right .dropdown-menu {
	background-color: #262626;
	/*margin-top:-1px;*/
}
.yamm .nav.navbar-right .dropdown-menu > li > a {
	color: #7c7c7c;
	background-color: #262626;
	/*margin-left:1px;*/
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "News Gothic";
	font-weight:normal;
	opacity: 1;
}
.yamm .nav.navbar-right .dropdown-menu > li > a.first {
	padding-top:8px;
}
.yamm .nav.navbar-right .dropdown-menu > li > a.last {
	padding-bottom:8px;
}
.yamm .nav.navbar-right .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #00cfb7;
}
/*.yamm .nav.navbar-right .dropdown-menu > li > a.first {
	padding-top:10px;
}*/
/*.yamm .nav.navbar-right .dropdown-menu > li > a.last {
	padding-bottom:10px;
}*/
.navbar-header button{
	border:0px;
	background-color: #262626;
	border-right: 4px solid #000000 !important;
	color: #7c7c7c;
	font-size: 22px;
	border-radius: 0px;
	padding: 12px 15px 5px 15px;
	margin:0px;
}
.navbar-header button.navbar-toggle-user{
	font-size: 20px;
	padding: 15px 13px 5px 13px;
}
.navbar-header button:hover{
	color:#FFF;
	background-color: #00cfb7 !important;
}
input:-webkit-autofill {
	color: #7c7c7c;
	background-color:#262626;
	font-size:16px;
	padding-top:4px;
}

.dropdown .dropdown-menu, .dropdown-menu, #bRefineContainer{
    display: block;
    opacity: 0;
    padding: 0px;
    visibility:hidden;

    -moz-transition:    all 333ms ease;
    -webkit-transition: all 333ms ease;
    -o-transition:      all 333ms ease;
    -ms-transition:     all 333ms ease;
    transition:         all 333ms ease;
}
.frontNav .dropdown-menu{
	top:37px;
	left:-16px;
	right:-16px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	border:0px;
	display: block;
    opacity: 0;
    visibility:hidden;
    padding: 0px;
    margin:0px;
    background-color:fff;

    -moz-transition:    all 333ms ease;
    -webkit-transition: all 333ms ease;
    -o-transition:      all 333ms ease;
    -ms-transition:     all 333ms ease;
    transition:         all 333ms ease;
}
.open .dropdown-menu, #bRefineContainer.open{
    display: block;
    opacity: 1;
    padding: 0px;
    visibility:visible;
}
.frontNav .open .dropdown-menu {
    display: block;
    opacity: 1;
    visibility:visible;
}
.frontNav .open .dropdown-menu {
	opacity: .95;
	margin:0px;
	border:0px;
}
.frontNav .dropdown-menu a.first {
	padding-top:8px;
}
/*.bNavOptions .dropdown-menu li, #bRefineContainer .col-xs-12, .frontNav .dropdown-menu li {
	display:none;
}
.bNavOptions .open .dropdown-menu li, #bRefineContainer.open .col-xs-12, .frontNav .open .dropdown-menu li {
	display:block;
}*/
.bNavOptions .dropdown-menu {

}
.yamm #user-navbar .dropdown-menu > li > a {
    padding-bottom: 8px;
    padding-top: 5px;
}

/* Footer */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 210px;
}
@media (max-width: 450px) {
	body {
		margin-bottom:310px;
	}
}

#footer {
	background-color: #000000;
	padding-top:25px;
	padding-bottom:25px;
	font-family: "News Gothic";	
	position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	height: 170px;
  	margin-bottom:0px;
}
@media (max-width: 450px) {
	#footer {
		height:270px;
	}
}
.footerHeader {
	color: #fff;
	text-transform: uppercase;
	font-weight:bold;
}
#footer ul a {
	color: #00cfb7;
}
#footer ul li {
	list-style-type:none;
	padding:0px;
	line-height: 1.4em;
}
#footer ul {
	margin:0px;
	padding:0px;
}
@media (min-width: 450px) {
	#footer .copyright{
		float:right;
	}
	#footer .copyright div{
		text-align:center;
	}
}
#footer .copyright img{
	width:150px;
	height:auto;
}

/* Homepage */

#homePanel {
	margin-top:-20px;
	background-color:#f1f2f2;
	position:relative;
	z-index:100;
}
.front #homePanel H1 {
    font-size: 28px;
    padding-left: 0px;
    padding-right: 0px;
    color:#000;
    font-family:"News Gothic";
}
#homePanel .leftSide {
	text-align:right;
}
#homePanel .leftSide img{
	height:435px;
	width:auto;
}
#homePanel .close {
	padding-right:20px;
	padding-top:20px;
	opacity: 1;
}
#homePanel .close img {
	width:100%;
	height:auto;
	max-width:45px;
}

@media (max-width:767px){
	#homePanel .leftSide {
		display:none;
	}
	#homePanel .close {
		padding-right:0px;
	}
	.front #homePanel H1 {
		padding-top:10px;
	}
}
.front .attributeMediaThumbnail {
	text-align:center;
}
.front #frontTimelineContainer {
    height: 550px;
	margin-bottom: 80px;
	margin-top: -33px;
	margin-left: 15px;
	margin-right: 15px;
}
.front .tl-text h3.tl-headline-date{
	margin-bottom:10px;
	padding-bottom:5px;
	color:#fff;
	font-family: "News Gothic";
}
.front .tl-text-content{
	max-height: 225px;
	overflow-y: scroll;
	font-family: "News Gothic";
}
.front .tl-slide{
	background-color:#000;
}
.front .tl-headline a, .tl-text p{
	color:#FFF !important;
	font-family: "News Gothic";
}
.front .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon, .front .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon, .front .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title,  .front .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title, .front .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description,  .front .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description{
	color:#FFF;
	text-shadow:none;
	opacity:1;
}
.tl-timeline .tl-caption a, .tl-timeline .tl-credit a, .tl-timeline .tl-slidenav-next a, .tl-timeline .tl-slidenav-previous a {
    color: #fff !important;
}
.tl-timeline .tl-caption{
    text-align:center !important;
}

@media (min-width:768px){
	.front .tl-slide .tl-slide-content-container .tl-slide-content{
		padding-right:0px !important;
		padding-left:0px !important;
		left: 100px;
	}
	.front .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
    	width: 60% !important;
    	max-width: 60% !important;
    }	
}
@media (min-width:1020px){
	
	.front .tl-media img{
		max-height:250px !important;
		/*max-width:none !Important;
		width:auto !important;*/
		object-fit:contain;
		width: 100% !Important;
	}
}
@media (max-width: 767px) {
	.tl-slide-content{
		width:100% !important;
	}
	.front .tl-slide{
		padding-top: 20px;
	}
}
.tl-layout-portrait .tl-storyslider{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
/* Detail */
.detail .unit a{
	font-family: "News Gothic Roman";
}
.leader {
	text-transform:uppercase;
	font-family: "News Gothic";	
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.detailHead {
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
}
.detail a, .detail a:hover, .detail .unit a, .detail .unit a:hover {
	color: #00cfb7;
}

.detail HR, .findingaid hr, .staticPage hr {
	border-top:2px solid #dddddd;
	margin-bottom: 20px;
    margin-top: 20px;
}
.detail .detailNavBgLeft, .detail .detailNavBgRight {
	background-color: #fff;
	color: #000;
	padding-top: 16px;
	padding-bottom:0px;
	position:relative;
	width:100%;
}
.detail .detailNavBgRight {
	text-align:right;
}
.detail .detailNavBgLeft {
	text-align:left;
}
.detail .detailNavBgLeft a .small, .detail .detailNavBgRight a .small, .detail .navTop a .small,
.detail .detailNavBgLeft a, .detail .detailNavBgRight a, .detail .navTop a {
	color: #000;
	font-family: "News Gothic";
	font-weight: bold;
	padding-bottom:5px;
	background-color:#FFF;
}
.detail .detailNavBgLeft a, .detail .detailNavBgRight a  {
	font-size:24px;
}
.detail .detailNavBgLeft a .small, .detail .detailNavBgRight a .small {
	font-size:12px;
}
.detail .navTop a:hover{
	text-decoration:none;
}
.detail .navTop a  {
	font-size:18px;
}
.detail .navTop a .small {
	font-size:8px;
}
.detail .detailMediaToolbar a:hover {
	text-decoration:none;
	color:transparent;
}
.sets .setsBack {
	background-color: #fff;
}
.sets .setsBack a, .sets .setsBack a .small{
	color: #000;
	font-family: "News Gothic";
}
.detailSnippet {
	display: inline-block;
	font-family: "News Gothic";
	font-size:14px;
	margin-bottom:40px;
	text-align:center;
}
.detailSnippet .label{
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	padding-right: 5px;
}
.detailSnippet a {
	color: #00cfb7;
	text-decoration: underline;
}
.unit {
	margin-bottom:10px;
	font-size:16px;
}
.unit .label {
	color: #000;
	font-size:16px;
	display:inline-block;
	padding: 0px;
	padding-right:8px;
	text-transform: uppercase;
}
.unit .label.wide {
	display:block;
	text-align:left;
	margin-bottom:10px;
}
.unit .label.collection, .colContainer.label {
	font-size:20px;
	text-transform:none;
	margin-bottom:10px;
	float:left;
	width:100%;
	text-align:left;
}
.unit .label.collection {
	font-size:28px;
	text-transform:none;
}
.unit ul {
	margin-left:10px;
	padding-left:10px;
	list-style: none;
    margin-left: 0;
    padding-left: 40px;
    text-indent: -25px;
}
.unit li {
	color: #00cfb7;
}
.unit .dash {
	padding-left:10px;
	display:inline-block;
    padding-left: 10px;
    padding-right: 10px;	
}
a.readmore-js-toggle {
	text-transform:uppercase;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
}
.detail .detailTool a, .detail .detailTool span{
	color: #000;
}
.entityRep img{
	width: 100%;
	height:auto;
	
}
.expandBio{
	border-top:1px solid #00cfb7;
	text-align:right;
	padding:10px 0px 10px 0px;
}
.expandBio a, .expandBio a:hover{
	font-size:16px;
	color: #00cfb7;
}

.closeToggle {
	color: #00cfb7;
	padding:5px 10px;
	font-weight:bold;
	text-transform:uppercase;
	border: 2px solid #00cfb7;
    margin: 20px auto 20px auto;
    width: 60px;	
}
.closeToggle a:hover{
	color: #00cfb7;
}
.detail .detailMediaToolbar span, .gallery .detailMediaToolbar span {
    font-size: 20px;
    color: #666;
}
/* image sizing on details */

.landscapeRepContainer, .portraitRepContainer{
	text-align:center;
	margin:0px auto 0px auto;
}
.landscapeRepContainer{
	text-align:center;
	height:auto;
	margin:0px auto 0px auto;
}
.detail .entityRep.landscapeRepContainer img{
	max-width:640px;
	height:auto;
	margin:0px auto 0px auto;
	width: 100%;
}
.detail .portraitRepContainer .repViewerCont img{
	width:100%;
	height:auto;
	max-height:640px;
}

.detail .entityRep.portraitRepContainer img{
	width:100%;
	height:auto;
	max-height:640px;
	margin:0px auto 0px auto;
}
#detailRepresentationThumbnails{
	max-width:400px;
}
/* object detail in overlay - linked to from productiona nd entity details */
.detailOverlayNav{
	padding-top:15%;
	font-size:100px;
}
.detailOverlayNav a {
	color:#7c7c7c;
}
.detailOverlayNav a:hover {
	text-decoration:none;
}
.detailOverlayClose{
	text-align:right;
	font-size:80px;
	margin-top:10px;
}
.detailOverlayImg img{
	width:auto;
	max-height:550px;
}
.detailOverlayImg span{
	display:inline-block;
}
.detailOverlayImg span.detailOverlayImgOverlayContainer{
	position:relative;
}
.detailOverlayImgOverlayContainer .video-js, .detailOverlayImgOverlayContainer .caAudioPlayer{
	min-width:200px !important;
}
@media (min-width: 400px) {
	.detailOverlayImgOverlayContainer .video-js, .detailOverlayImgOverlayContainer .caAudioPlayer{
		min-width:500px !important;
	}
}
.detailOverlayImg .detailMediaToolbar{
	display:none;
}

.detailOverlayItemImgPlaceholder{
	background-color: #FFFFFF;
    border: 0px;
    color: #dedede !important;
    min-width:200px;
    padding-top:30px;
    padding-bottom:30px;
    text-align:center;
}
.detailOverlayItemImgPlaceholder span{
    font-size:100px !important;
}
@media (min-width: 600px) {
	.detailOverlayItemImgPlaceholder{
	    min-width:550px;
    	padding-top:100px;
    	padding-bottom:100px;
	}
}
/*
.detailOverlayImgOverlay{
	display:none;
	position:absolute;
	bottom: 0px;
	width:100%;
	padding:40px 20px 30px 30px;
	color:#FFFFFF;
	background-color: rgba(0,0,0,0.8);
	text-align:left;
	font-size:16px;
}
.detailOverlayImgOverlay a{
	color:#fff;
}
.detailOverlayImgOverlay a.full, .detailOverlayImgOverlay a.full:hover{
	float:right;
	font-size:20px;
	padding-top:20px;
	color:#00cfb7 !important;
	text-decoration:none;
}
.detailOverlayImg span:hover .detailOverlayImgOverlay{
	display:block;
}
*/
.detailOverlayImgCaption{
	border-bottom:2px solid #DDDDDD;
	padding:10px 0px 10px 0px;
	text-align:left;
	font-size:14px;
	position:absolute;
	left:0px;
	right:0px;
}
.detailOverlayImgCaptionVert{
	padding-left:25px;
	padding-top:25%;
}
.detailOverlayImgCaption a, .detailOverlayImgCaption a:hover{
	color:#000;
	text-decoration:none;
}
.detailOverlayImgCaption a .typeLabel{
	text-transform:uppercase;
	font-family: "News Gothic";
	font-weight: bold;
}
.detailOverlayImgCaption .text-right a{
	color: #00cfb7;
}
/* Media Viewer */

.tileviewer div.viewerControls {
	opacity:.85 !important;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.tileviewer div a.tileviewerControl:hover {
	text-decoration:none;
	color: #00cfb7;
}
div.caMediaOverlayControls {
    opacity: 1.0;
    background-color: rgba(0,0,0,0.5);
}
div.caMediaOverlayControls .objectInfo {
	font-size:13px;
}
.tileviewer div a.tileviewerControlSelected {
	color: #00cfb7;
}
.tileviewerHelpPanel .content h2, .tileviewerHelpPanel .content h3, p.tileviewerHelpText, div.tileviewerHelpText, .tileviewerHelpList {
	font-family: "News Gothic";
}
.tileviewerHelpPanel h3 {
	font-size:24px;
}
.tileviewerHelpPanel h2 {
	margin-top:10px;
	margin-bottom: 10px;
}
.tileviewerHelpPanel {
	background-color:#fff;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
p.tileviewerHelpText, div.tileviewerHelpText, .tileviewerHelpList {
	font-size: 15px;
    line-height: 1.4em;
}
/* Finding Aid */

.collHeader a {
	font-family: "News Gothic";
}
.collectionName {
	font-size:18px;
	color: #00cfb7;
}
.collectionDescription {
	margin-bottom:30px;
}
.collectionGraphic {
	text-align:center;
	width: 100px;
	height: 100px;
	overflow:hidden;
	border-radius:100px;
	padding-left:0px;
	padding-right:0px;
	margin:5px auto 30px auto;
}
.collectionGraphic img {	
	height:auto;
	width:110px;
}
.collection-form {
	text-align:right;
}
.collection-form .formOutline .btn-search {
	color: #333;
	background-color:#fff;
	font-size:24px;
	border-radius:0px;
	padding: 12px 10px 3px 5px;
	border-right:0;
	display:inline-block;	
	position:relative !important;
	margin-left:5px;
	top:0px;	
}
.collection-form .form-group {
	width:200px;
	display:inline-block;
	margin-bottom:0px;
	vertical-align:middle;
}
#collectionSearch .jscroll-next {
	display:none;
}
#collectionSearch {
	display:none;
	clear:both;
	height:300px;
	max-height:300px;
	overflow-y: auto;
}
.faDownload {
	float:right;
	clear:left;
	margin-top:0px;
	margin-bottom:15px;
	font-size:13px;
	text-align:right;
	color: #00cfb7;
	padding:5px 10px;
	font-weight:bold;
	text-transform:uppercase;
	border: 2px solid #00cfb7;
    width: auto;	
}
a.faDownload:hover {
	background-color: #00cfb7;
	text-decoration:none;
	color:#fff;
}
.archivesRight {
	margin-top:15px;
}	
.archivesRight img{
	width:100%;
	height:auto;
	margin-bottom:25px;
}
#collectionHierarchy HR{
	border-top:2px solid #dddddd !important;
	margin-bottom:0px !important;
	margin-top:0px !important;
}
#collectionLoad .label{
	text-transform:none;
}
.collectionsContainer a.openCollection.active {
    color: #fff;
    background-color: #00cfb7;
}
.findingAidContainer {
	float:left;
	height:500px;
	width:100%;
	overflow-y: scroll;
	padding:20px 10px 10px 10px;
}
.findingAidContainer a{
	width:100%;
	display:inline-block;
	padding: 5px;
}
.findingAidContainer a .fa{
	color: #737373;
}
.findingAidContainer a:hover {
	text-decoration:none;
	background-color: #f9f9f9;
}
#collectionLoad {
	float:left;	
	padding:20px 10px 10px 20px;
	height: 500px;
	overflow-y: scroll;
	border-left:2px solid #ddd;
}
#collectionLoad a {
	padding:5px 0px 5px 0px;
	display:inline-block;
}
#collectionLoad a:hover {
	text-decoration:none;
}
#collectionLoad a .fa, #collectionLoad .fa, #collectionLoad a .icon-box, #collectionLoad .icon-box, #collectionLoad a .icon-folder, #collectionLoad .icon-folder{
	color: #737373;
}
.collectionsContainer a.openCollection.active {
	color:#fff;
	background-color: #00cfb7;
}
.collectionsContainer a.openCollection{
	font-size:16px;
}


/* Advanced Search */

.caAdvancedSearchFormSubmit, .caAdvancedSearchFormReset {
	color: #00cfb7;
	padding:5px 10px;
	font-weight:bold;
	text-transform:uppercase;
	border: 2px solid #00cfb7;
    margin: 20px auto 40px auto;
    width: 60px;	
}
a.caAdvancedSearchFormSubmit:hover, a.caAdvancedSearchFormReset:hover {
	background-color: #00cfb7;
	color: #fff;
	text-decoration:none;
}
.identifier textarea.form-control {
    width: 400px;
}
.searchSubmitButtons{
	margin-bottom:40px;
}

/* Forms */

.dropdown-header {
	color: #000;
	font-size:14px;
}
.dropdown-menu{
	border:0px solid transparent;
	
}
.dropdown-menu > li > a {
	font-size:14px;
}
.frontNav .dropdown-menu > li > a {
	text-transform:none;
	padding-top:6px;
	padding-bottom:8px;
	font-family: "News Gothic Light";
}
@media (min-width: 768px) {
	.frontNav .dropdown-menu > li > a {
		font-size:22px;
	}
}
.frontNav .dropdown-menu > li > a:active {
	color: #00cfb7;
}
.frontNav .dropdown-menu > li > a:hover {
	color: #00cfb7;
	background-color:transparent;
}
.bNavOptions .dropdown-menu {
	text-align:left;
}
.bNavOptions .dropdown-menu em {
	font-style:normal;
	color: #00cfb7;
	font-weight:normal;
    list-style-type: square;
    display: list-item;	
}
#user-navbar .dropdown {
	font-family: "news gothic";
	border-right:0px;
}
li[role=presentation] {
	text-transform:none;
    font-size: 13px;
    padding-right: 5px;	
    color: #7c7c7c;
    padding-top:10px;
}	
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #f9f9f9;
	color: #000;
}
#caFormOverlay {
	border-radius:0px;
}
#caFormOverlay .icon-cross {
	color: #fff;
	font-size:20px;
	margin-top: -20px;
    display: inline-block;	
}
#caFormOverlay .alert {
	margin: 0px -15px 10px -15px;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	color: #000;
	font-size:14px;
    font-family:"News Gothic";
}
.btn-default, .btn-default:hover, .sets .btn {
	color: #00cfb7;
	padding:5px 10px 4px 10px;
	font-weight:bold;
	text-transform:uppercase;
	border: 2px solid #00cfb7;
    margin: 20px auto 20px auto;
    border-radius: 0px;
    font-size:14px;
    background-color:#fff;
    font-family:"News Gothic";
}
.btn-default:hover {
	background-color: #00cfb7;
	color: #fff !important;
	text-decoration:none !important;
}
.btn-default:active {
	background-color: #00cfb7;
	color: #fff !important;
	text-decoration:none !important;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#caFormOverlay h1, .loginreg h1 {
    font-size: 30px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
}
h1.profileForm{
	color:#000;
	text-align:right;
}
.formHeader {
    background-color: #000;
    margin: -25px -15px 20px -15px;
    padding: 10px 10px 1px 10px;
}

/* Browse */

/*#browseResultsContainer {
	margin-top:5px;
}*/
.browseLeader {
	margin-top:10px;
	margin-bottom:15px;
}
.browseLeader h1{
	margin-bottom:5px;
}

/* Lightbox */
.lightbox .icon-cog2 {
	font-size:20px;
}
.dropdown-menu > li > a em {
	font-style:normal;
	font-weight:bold;
}
.lbSet h5 a{
	color: #000;
	text-transform:none;
	font-size:15px;
}
.lbItemContainer {
	height:310px;
	margin-top:20px;
}
.lbItem {
    padding: 15px;
    padding-bottom:5px;
    width: 110%;
    left: -5%;
    top: -5%;
    border-bottom: 2px solid #ddd;
    box-shadow:none;
}
.lbItemContainer .lbItem:hover {
	padding-bottom:5px;
}
.lbItem .caption, .lbItem .caption a {
	color: #000;
}
.lbItemContainer .lbSetItemComment .closecomment {
	font-size: 16px;
}
.lbItemContainer .lbExpandedInfo, .lbSetExpandedInfo {
	display:inline;
	font-size:13px;
	color:#000;
	text-transform:capitalize;
}
.lbItemContainer .lbExpandedInfo a:hover{
	text-decoration:none;
}
.lbItem:hover .lbItemImg {
    max-height: 200px;
}
.lbItemContent {
	margin-bottom:15px;
}
.lbSetItemComment {
    box-shadow: none;
    margin-top: 2px;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-top: solid 2px #ddd;
}
.lbSetItemComment .lbComments blockquote, .lbSetComment .lbComments blockquote {
	font-size:12px;
}
.lbSetItemComment textarea:focus, .lbSetComment textarea:focus {
	border: 1px solid #00cfb7;
}
.lbSetItemComment .lbComments {
	height:150px;
	max-height:150px;
}
.lbItemContainer .lbItem:hover .lbSetItemComment .lbComments {
	height:150px;
}
.setComment .icon-cross-square {
	margin-top: -8px;
    display: block;
}
.lbSetItemComment .btn-default {
	margin-top:1px;
	padding:1px 4px 1px 4px;
	color: #666;
	border: 2px solid #666;
	font-weight:bold;
	font-size:12px;
}
.lbSetCommentHeader {
	border: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.lbComments hr {
	margin-top:10px;
	margin-bottom:0px;	
}
.lightbox textarea:focus {
	border: 1px solid #00cfb7;
}
.lbSet {
	min-height:300px;
	box-shadow:none;
	border-bottom: 2px solid #ddd;
}
.lbSet:hover {
	height:auto;
	position:relative;
	margin:0px;
	width:100%;
}
.lbSet h5 {
	height:auto;
}
.lbSetExpandedInfo div {
	margin-bottom: 5px;
}
.sets H1 {
	margin-bottom:20px;
}
.lbSetContent {
	margin-bottom:25px;
}
.lbSetImgPlaceholder {
	padding: 40px 5px 68px 5px;
}

/* Audio Player */

.mejs-container {
    width: 100% !important;
    margin-bottom: 40px !important;
    height: 60px !important;
}
@media (max-width: 1240px) {
	.mejs-container {
		width: 500px !important;
	}
}
@media (max-width: 1074px) {
	.mejs-container {
		width: 400px !important;
	}
}
@media (max-width: 865px) {
	.mejs-container {
		width: 320px !important;
	}
}
.mejs-container .mejs-controls .mejs-time span {
	font-size:14px;
}
.caAudioPlayer {
	padding-top:40px;
}
.mejs-container .mejs-controls {
	background:#000 !important;
}

/* Static Page */

.staticTitle {
    text-transform: uppercase;
    font-family: "News Gothic";
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.staticPage{
	font-size:18px;
}

p.linkInfo {
	margin-bottom:5px;
}
.linkInfo .icon{
	color: #00cfb7;
	width:18px;
	display:inline-block;
}
.staticImg img{
	width:100%;
	height:auto;
}

/* Ipad Styles */

@media (max-width: 890px) {
	.navbar-form .form-group {
		width: 90px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left:8px;
		padding-right:8px;
	}
	#user-navbar .dropdown {
		border-right:0px !important;
		margin-right:-15px;
	}
	.detailOverlayImg img {
		width: 100%;
		height: auto;
		max-height: 550px;
	}
	.navbar-toggle {
		margin-top: 12px;
		margin-bottom: 4px;
	}	
}
@media (max-width: 1024px) {
	.detailOverlayImg img {
		width: 100%;
		height: auto;
		max-height: 550px;
	}
}



