/* blue #006794; logo gray: #e7e4dd; logo gray light #e6e5dc */
body {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#pageArea {
    max-width: 1500px;
    margin: 0px auto 40px auto;
    background-color: #FFFFFF;
    min-height: 500px;
    border: 1px solid gray;
    box-shadow: 3px 6px 21px 14px rgba(95, 95, 95, 0.25);
    -webkit-box-shadow: 3px 6px 21px 14px rgba(95, 95, 95, 0.25);
    -moz-box-shadow: 3px 6px 21px 14px rgba(95, 95, 95, 0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');
    w: 2px 2px 6px #444;
}
@media(min-width:992px){
	#pageArea {
		margin: 0px auto 40px auto;
	}
}
a, a:hover, .detail a, .detail a:hover {
    color: #006794;
    text-decoration: underline;
}
b {
	font-family:Raleway;
}
p, .title, .caption, .card-body, .bodytext {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(46, 34, 31);
    font-family: Raleway, sans-serif;
}
.bodytext {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
}
h1 {
    font-family: "Crimson Text", serif;
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    color: #006794;
    text-transform:none;
}
.results h1 {
    padding-top:20px;
}
.advancedSearch h1 {
	line-height:30px;
	padding-top:50px;
	padding-bottom:15px;
	padding-left:20px;
}
h2 {
    font-family: "Crimson Text", serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    color: #006794;
    clear: both;
    padding: 0px;
}
h3 {
    font-family: "Crimson Text", serif;
    color: rgb(0, 103, 148) !important;
    text-transform:none;
    font-size:20px;
}
h6 {
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
}
button, .btn, button:focus, button:active, .btn:focus, .btn:active {
	outline:0;
	border:0;
}
a.btn-default, .btn-default a, a.btn-default:hover, .btn-default a:hover{
	color:#FFF;
	text-decoration:none;
}
#header {
    text-align: left;
    padding: 0px 0px 0px 0px;
}
@media(min-width:768px){
	#header {
		height:131px;
	}	
}
#header .logo {
    width: 186px;
    float: left;
}
@media(max-width:768px){
	#header .logo {
		display:none;
	}
}
#header #logotext {
	padding: 25px 15px 25px 15px;
	float: left;
}
@media(max-width:400px){
	#header #logotext img{
		width:100%;
	}
}
@media(min-width:768px){
	#header #logotext {
		padding: 76px 0 0 33px;
	}
}
#header .right-box {
    float: right;
    font-size: 12px;
    font-family: Muli, sans-serif;
    padding: 10px 15px 0px 0px;
}
@media(min-width:400px){
	#header .right-box {
		padding: 22px 30px 0px;
	}
}
#header .right-box ul {
    float: right;
    list-style: none;
    margin: 0;
}
#header .right-box ul li {
    float: left;
    padding: 0 0 0 11px;
}
#header .right-box ul li a {
    float: left;
}
#header .right-box .social img {
    margin: 5px 0 0 0;
}
#header .right-box .search-box {
    float: left;
    width: 253px;
    height: 24px;
    background-image: url('../graphics/search-bg.jpg');
    margin: 11px 0 0;
}
form {
    display: inline;
}
#header .right-box .search-box input {
    float: left;
    width: 230px;
    height: 22px;
    line-height: 15px;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    padding: 6px 15px 3px 25px;
    background-image: url('../graphics/search.jpg');
    background-repeat: no-repeat;
    background-position: 4px 5px;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    color: rgb(46, 34, 31);
}
#header .right-box .search-box input.submit {
    width: 23px;
    height: 24px;
    background-image: url('../graphics/submit-bg.jpg');
    background-position: top left;
    padding: 0;
    cursor: pointer;
}


.navbar-brand {
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 44px;
    color: #FFF !important;
    text-decoration:none !important;
    padding: 0 0 0 18px;
    margin: 0;
    width:auto;
}
.navbar > .container .navbar-brand {
    margin-left: -15px;
}
@media(max-width:768px){
	.navbar-brand {
		padding-top:5px;
	}
	.navbar > .container .navbar-brand {
		margin-left: 0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #fff;
	}
}
#TopicBar {
    height: 44px;
    clear: both;
}
.navbar-default{
	background-color: #e28c2b;
	-webkit-box-shadow:none;
	box-shadow:none;
	min-height:auto;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #006794;
}
.navbar .formOutline {
	background-color:#FFF;
	border:0px;
	top:1px;
}

.navbar-form{
	margin-top:6px;
}
.navbar-nav > li > a{
	line-height:1.1em;
	color:#FFF !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:#FFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e28c2b;
    color:#FFF;
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus, .nav .dropdown-menu a {
	font-family: 'Raleway', sans-serif;
	text-decoration:none;
}
@media(min-width:768px){
	.navbar-nav .dropdown .dropdown-menu{
		min-width:120px;
	}
}
.nav .dropdown-menu a {
	font-size: 14px;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 1010px) {
	.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
		font-size: 16px;
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	ul.menuItems {
		width: 100%;
		border-top: solid 1px #FFF;
	}
}
@media (max-width: 768px) {
	ul.menuItems {
		border: none;
		padding-left:0px;
		padding-right:0px;
	}
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.navbar-form{
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menuBar {
    height: 38px;
    clear: both;
    background-color: rgb(230, 229, 220);
    padding: 10px 0 0 18px;
    margin-bottom:30px;
}
#menuBar a {
    text-decoration: none;
    padding-right: 15px;
    color: rgb(126, 117, 105);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height:21px;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
#browse-menu {
	z-index:10000;
}
#browse-menu a {
	text-decoration:none;
}
#browse-menu a:hover {
	color:#006794;
}
.filterMenuFacetList li.active {
	background-color:#e28c2b;
}
#browse-menu .filterMenuFacetList li.active:hover,
#browse-menu .filterMenuFacetList li.active a:hover {
	color:#fff; 
}
#browse-menu .browseMenuBrowseAll a:hover {
	color:#fff;
}
#browse-menu .browseHeadernav a:hover {
	color:#666;
}
#browse-menu .browseHeadernav.active a:hover {
	color:#fff;
}
#footer {
    font-family: Muli, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: rgb(76, 63, 54);
    background-color: rgb(230, 229, 220);
    padding: 28px 0px 45px 18px;
    position:relative;
    margin:0px;
    height:auto;
    margin-top:30px;
}
#footer .left-box {
    width: 296px;
    float: left;
    padding: 0 20px 0 4px;
}
#footer .left-box img {
    float: left;
}
#footer .left-box p {
    line-height: 14px;
    font-size: 12px;
    font-weight: 400;
    font-family: Muli, sans-serif;
    color: rgb(76, 63, 54);
    margin: 0px;
}
#footer ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
}
#footer .bottom-paragraph {
    clear: left;
    font-size: 12px;
    font-weight: 400;
    font-family: Muli, sans-serif;
    color: rgb(76, 63, 54);
    padding: 25px 0px 0px 3px;
    margin: 0px;
}
#footer ul {
    float: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    clear:left;
}
#footer > ul{
	padding-top:20px;
    margin-left:10px;
}
#footer ul li.list-item-one {
    width: 139px;
}
#footer ul li.list-item-two {
    width: 264px;
}
#footer ul li {
    font-family: Muli, sans-serif;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 19px;
}
@media(min-width:750px){
	#footer ul li {
    	float: left;
   		background-image: url(../graphics/dotted-footer.jpg);
   	}
   	#footer ul li.list-item-one {
    	background-image:none;
    }
}
@media(min-width:1010px){
	#footer ul{
		float:left;
		clear:none;
	}
	#footer ul li.list-item-one {
    	background-image: url(../graphics/dotted-footer.jpg);
   	}
   	#footer > ul{
   		margin:0px;
   		padding:0px;
   	}
}
#footer ul li li {
    background-image: none;
    padding: 0;
    float: none;
    line-height: 17px;
}
#footer ul li a {
    color: rgb(76,63,54);
}
#footer .bottom-paragraph a {
    color: rgb(76,63,54);
    text-decoration: underline;
}
.front .jcarousel-wrapper {
	margin-top:0px;
}
#footer ul li li.advisory-board {
    text-indent: 10px;
}
@media(min-width:1500px){
	.frontSlideshow{
		padding-left:0px;
		padding-right:0px;'
	}
}
/* Homepage */
.frontIntro{
	background-color:#e6e5dc;
	padding-top:25px;
	padding-bottom:35px;
	margin-bottom:20px;
}
.homeTile {
	margin-bottom:25px;
}
.homeTile .title {
	bottom:0px;
	left:0px;
	padding:10px;
	background-color:#eee;
	opacity:.75;
	margin-top:-40px;
    font-weight: 600;
    font-size: 15px;
}
.homeTile .title a{
    color: rgb(46, 34, 31);
    text-decoration:none;
}
.homeTile .img {
	margin-top:10px;
	margin-bottom:10px;
}
.homeTile .img img{
	width:100%;
	height:auto;
}
.menuLink.first {
	padding-left:20px;
}
.menuLink {
	display:inline-block;
	font-family:raleway;
	font-size:14px;
	color: #1b7a96;
	line-height:4em;
}

/* Search */

.multisearch .authoritySet a, .multisearch .multisearchResult a, .bResultItem .bResultItemText a {
	text-decoration:none;
	font-size:13px;
}
.multisearch .pull-right {
	padding-top:15px;
	font-size:13px;
}
.multisearch .pull-right a {
	text-decoration:none;
}
.bFacetDescription {
	max-height:none;
}
.results .related strong {
    color: #000;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
}
#bRefine a {
	text-decoration:none;
}

/*Attica */


.accordion {
	margin-bottom:40px;
}
.accordion .btn {
	padding:0px;
}
.accordion .card-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    border: 1px solid #7e7569;
    background: #efefe9;
}
.accordion h4 {
	clear: both;
    color: #006794;
    font-family: 'Crimson Text', serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0 0;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0;
    padding-top: 5px;
    margin: 0;
}
.accordion .card {
	margin-bottom:.5em;
}
.accordion .card-body {
    text-rendering: optimizeLegibility;
	padding: 1em 2.2em;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #aaaaaa;
    border-top: 0;
 	font-size:15px;
 	line-height:1.8em;
 	font-weight:400;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .browse .btn, .sets .btn {
    background-color: #e28c2b;
    color:#fff;
	padding: 5px 10px;
    margin-top: 0px;
    margin-bottom: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;    
    text-transform:none;
    font-family: 'Raleway',sans-serif;
    text-decoration:none;
    letter-spacing:0px;
    font-weight:300;
}
.btn-default a {
	text-decoration:none;
}
.btn a {
	color:#fff;
}
.btn a:hover {
	color:#fff;
	text-decoration:none;
}
.carousel {
	margin-top:15px;
	margin-bottom:20px;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-caption {
    background-color: rgb(59, 117, 147);
    box-shadow: rgba(95, 95, 95, 0.35) 14px 14px 14px;
    font-family: "Crimson Text", serif;
    bottom: 20px;
    left:0px;
    top:0px;
    height: 400px !important;
    width: 290px !important;
    border-radius: 12px;
    margin: 12px 0px 0px 17px;
    padding: 26px 20px 0px 26px;
    font-size: 16px;
    text-shadow:none;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;    
    text-align:left;
    z-index: 1;
}
.carousel-caption a {
	color:#fff;
}

/* Dutch collection */

.advancedSearchField img {
	width:100%;
	height:auto;
}
.dutchbadge img {
	margin-top:-40px;
	margin-bottom:-20px;
}
.dutch.advancedSearchField input {
	width:230px !important;
} 
.attributeListItem {
	width:100% !important;
}
.accordion.dutch td {
	padding:5px;
}
.accordion.dutch .card-body {
	font-size:14px;
	padding:15px;
}
.results .image img {
	width:70px;
	height:70px;
}
.bodytext ul {
	margin-top:20px;
	margin-left:0px;
	padding-left:15px;
}
.bodytext li {
	margin-bottom:8px;
}
.linktext td, .modal-dialog {
	padding:10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(46, 34, 31);
    font-family: Raleway, sans-serif;
}
.modal-dialog {
	font-size:16px;
}
.modal-dialog .close {
	font-size:40px;
	color:#000;
}
h4.modal-title {
	text-align:center;
	font-size:28px;
}
.linktext img {
	width:43px;
	height:auto;
}
.modal-header {
	border-bottom:0px;
}
.modal-footer, .modal-body {
	border-top:0px;
	text-align:center;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

/* Detail */

.unit {
	font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(46, 34, 31);
    font-family: Raleway, sans-serif;
}
.pageNav {
	float: right;
    margin: 0px;
    text-align: right;
    width: 250px;
    padding: 5px 0px 0px 20px;
    font-size: 14px;
    color: rgb(230, 229, 220);
    font-weight: bold;
    clear:both;
}
.pageNav a {
	display:inline-block;
	padding-right:15px;
	color: rgb(76, 63, 54);
}
.pageNav .small {
	display:inline-block;
	padding-right:5px;
	padding-left:5px;
}
.detail .rightCol {
    margin-bottom:30px;
}
@media(min-width:768px){
	.detail .rightCol {
    	background-image: url('../graphics/right-sidebar-bg.jpg');
    	background-repeat: repeat-y;
    }
}
.bResultItemText {
	font-family: Raleway, sans-serif;
}
.bResultItemText small {
	display:block;
}
b.gray {
	color:#666666;
}
.detail .detailTool {
	font-size:15px;
	color:#333;
	font-family:Raleway;
	text-transform:none;
	font-weight:bold;
	text-align:right;
	padding-right:0px;
	margin-right:0px;
}
.detail .detailTool span {
	color:#333;
}
.unit H3 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.detail #detailRepNav a{
	color:#333333;
	font-size:20px;
}
.detail .detailMediaCol{
	padding-top:35px;
	position:relative;
}
.detail #detailRepNav {
	font-size: 20px;
    position: absolute;
    top: -35px;
    width:100%;
    text-align:center;
}
.detail #detailRepNavNext, .detail #detailRepNavPrev{
	float:none;
}
#caMediaPanel {
    background-color: rgba(255, 255, 255, 0.95);
}
.tileviewerToolbarZoom a{
	opacity:1 !important;
}
div.caMediaOverlayControls .close a, div.caMediaOverlayControls .close a i{
	color:red !important;
	text-shadow: none;
	opacity:1 !Important;
	background-color:#FFF;
	padding:1px;
}
div.caMediaOverlayControls{
	opacity:1 !Important;
	background-color: rgba(0,0,0,0.5);
}
#detailDD{
	position:absolute;
	z-index:15;
	top:5px;
	right:15px;
	padding: 5px;
	background-color: #EDEDED;
}
#detailDD .detailDDLink{
	color:#333;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
}
.detailMediaToolbar .dlButton{
	display:none;
}
.detail .detailMediaToolbar {
	display: block;
    top: auto;
    z-index: 200;
    bottom: -34px;
    right: 0px;
}
.detail .detailMediaToolbar a{
	color:#333;
}
.repViewerContCont{
	padding-bottom:34px;
}
/* topic collection */
.topicRelatedObjects{
	background-color: #e6e5dc;
	margin-bottom:25px;
}
.topicRelatedObjects H2{
	margin-top:0px;
}
@media(min-width:500px){
	.topicCollectionFunder{
		float:right;
		padding:0px 0px 15px 15px;
	}
}
.topicCollectionFunder{
	width:100%;
	height:auto;
	max-width:250px;
	text-align:center;
	padding-bottom:15px;
}
.topicViewAll{
	top:-3px;
	position:relative;
}
/*Browse */
#bRefine {
	z-index:0;
}
.browseRemoveFacet{
	margin-left:3px;
}
.topicSearchWithinCol{
	text-align:right;
}
@media(max-width:768px){
	.topicSearchWithinCol{
		text-align:left;
		padding-bottom:15px;
	}
}
#topicSearch{
	top: -3px;
	position: relative;
}
#topicSearch input.topicSearchWithin{
	width:220px;
	display:inline;
	height:30px;
}
#topicSearch input.topicSearchWithin:focus{
	border-color:#333;
}
#topicSearch .btn-search-refine{
	background:none;
	font-size:14px;
}
@media(max-width:768px){
	.results .bSearchWithinContainer, .results .productCodeHelp, .results .btn-default.browseProducts{
		display:none;
	}
}
.results .bSearchWithinContainer{
	clear:both;
	margin-top:15px;
	margin-bottom:10px;
}
#browseResultsDetailContainer .bSearchWithinContainer{
	clear:both;
	margin-top:40px;
	margin-bottom:10px;
}
.results .btn-search-refine{	
	float: left;
	font-size: 18px;
	padding-top: 0px 0px 0px 0px;
	width: 26px;
	text-align: left;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	outline: 0;
	border: 0px;
}
.results .btn-search-refine .glyphicon{
	margin-top:5px;
}
.bSearchWithin, .bSearchWithin:focus {
    float: left;
    width: 80%;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #989697;
    border-radius: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0px;
    height: 30px;
    font-size: 14px;
    line-height: 26px;
    background-color: transparent;
    margin: 0px 0px 0px 10px;
    font-size: 15px;
}

div.browseFacetItem {
	z-index:10000000;
}
.results .browseMenuBrowseAll a .glyphicon {
	color:#fff !important;
}
#bScrollListLabel{
	text-transform:capitalize;
}
.results H1 {
    text-transform: capitalize;
}
#exportDD{
	float:right;
	margin-top: 30px;
	padding-left:30px;
}
#exportDD a.labelDDLink{
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration:none;
	font-size:12px;
}
#exportDD .dropdown-menu a{
	text-decoration:none;
}
#bSortByList {
    float:right;
    margin-top: 30px;
}
#bViewButtons {
    float: right;
    padding-left:20px;
}
#bViewButtons a.active .glyphicon {
    color: #454545 !important;
}
#bViewButtons .glyphicon {
    top: 4px;
}
#bViewButtons {
    margin-top: -6px;
}
@media(max-width:1010px){
	.results H1{
		clear:both;
	}
}
@media (max-width:400px){
	#bSortByList, #exportDD {
		width:100%;
		text-align:center;
	}
}
@media (max-width:767px){
	#bSortByList, #exportDD {
		margin-top:5px;
	}
	#bRefine {
		z-index:1000;
	}
}
a.bListResultLink{
	color:#666;
	text-decoration:underline;
}
/* Collection landing page */

.collectionTile .title{
	text-align:left;
}
.collectionTile .title a{
	font-size:20px;
	color: #006794;
	font-family: "Crimson Text", serif;
	line-height:1.1em;
}
@media(max-width:1010px){
	.collectionTile .title, .collectionTile .title a{
		font-size:16px;
		height:2.5em;
	}
}
.collectionTile img{
	width:100%;
	height:auto;
	max-width:350px;
}
@media(max-width:768px){
	.collectionTile{
		width:auto;
		display:inline-block;
	}
}
.staticPage h1 {
	line-height:30px;
	padding-bottom:15px;
}
/* advanced Search */
.advancedFormSubmit{
	text-align:left;
}

/* ie fix for stretched image in detail pages */
/* 8 9 10 */
@media screen\0 {
    .detail .repViewerCont img {
		width: auto;
		height: 500px;
	}
	.detail .repViewerCont{
		text-align:center;
	}
}
/* 10 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .detail .repViewerCont img {
		width: 100%;
		height: 100%;
	}
	.detail .repViewerCont{
		text-align:center;
	}
}
