/* blue: dark blue: #22559a; light gray-blue: #c0dbee   */
/* menu color: ochre: #A49021; sienna: #A45C21; teal: #1C668A; Blue: #27529A; light green: #61941E; green: #1C8A39; */

@font-face{
font-family:"Gill Sans W01 Book";
src:url("https://fast.fonts.net/dv2/14/51318b0e-57fc-4136-b7d1-46aee6c2b565.woff2?d44f19a684109620e484147ea090e8187841bec9491a39d5f52c56125248e0330b19b529b6b6117bb7e6450eff0ad85f87c89ee556155e1f5693335554d2937581afc8014efcbab2dc772acf34&projectId=0abde9ab-80bd-4c47-8c27-0d6ce77674f7") format('woff2');}

@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
 url(https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
 url(https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
 font-stretch:normal;
 font-display:auto;
}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
 url(https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
 url(https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
 font-weight:400;
 font-style:normal;
 font-stretch:normal;
 font-display:auto;
}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/20aa1e/00000000000000003b9aefc1/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
 url(https://use.typekit.net/af/20aa1e/00000000000000003b9aefc1/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
 url(https://use.typekit.net/af/20aa1e/00000000000000003b9aefc1/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
 font-weight:400;
 font-style:italic;
 font-stretch:normal;
 font-display:auto;
}
/* fonts to change */


body, .detail, .gallery, label{
	color: #222;
	font-family: "proxima-nova",sans-serif;
	font-size:15px;
}

b, strong{
	font-family: "proxima-nova",sans-serif;
	font-weight:600;
}
/*
H1, h1, h2, H2, H3, h3, H4, h4, H5, h5, #footer a.orgLink{
	color:#000;
	font-family: 'xxx';
	font-weight:600;
} */
h1 {
	color: #27529A;
	font: 400 48px/50px "Gill Sans W01 Book",sans-serif;
	margin-bottom: 30px;
	text-transform:none;
}
.container{
	max-width: 1190px;
}

.container.wideContainer{
	max-width: 5000px;
}
.btn-default, .browse .btn, .sets .btn, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background-color:#22559a;
}
.btn-default:hover{
	background-color:#1C668A;
}
a{
	color:#000;
}
a:hover{
	color:#22559a;
}
a {
	color:#22559a;
	-moz-transition:color .2s linear;
	-webkit-transition:color .2s linear;
	transition:color .2s linear;
}
a:hover {
	color:#222;
	text-decoration:none
}
.form-control:focus {
	border-color: #000;
}

.front .notificationMessage, .front .notificationInfo {
	position: absolute;
	z-index: 5;
	left: 10%;
	width: 80%;
	text-align: center;
}




.bgLightGray{
	background-color:#f2f2f2;
}
/* header */
.navbar{
	background-color: #ffffff;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.navbar .formOutline{
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #6f6e6e;
}
.headerAdvancedSearch{
	text-align:right;
}
.headerAdvancedSearch a{
	font-size:15px;
	/*color: #000;*/
	font-weight: 600;
}
.headerAdvancedSearch a:hover{
	font-size:15px;
	color: #22559a;
	text-decoration:underline;
}
#headerSearchButton{
	color:#22559a;
}
.navbar-brand{
	width:30%;
	padding: 0px;
}
.navbar-brand img{
	height: 70px;
	width: auto;
}
@media (min-width:991px){
	.navbar-brand img{
		height: 110px;
		width: auto;
	}
	.navbar-brand{
		width:50%;
		padding: 0px;
	}
}
.navbar-collapse {
	margin-top: 10px;
	background-color:#22559a;
}
.navbar-header{
	width:100%;
	padding: 10px 0px 15px 0px;
}
.navbar-nav{
	/* margin-top: 10px; */
}

.hideMobile{
	display:none;
}
.menuBorder{
	border: 2px solid #FFF;
	border-width: 2px 0;
	box-shadow: 0 0 0 1px #27529A;
	border-color:#FFF !important;
	margin-bottom:2px;
}
.menuItems{
	background-color:#c0dbee;
}
@media (max-width: 1010px){
	ul.menuItems {
		border-top: none;
	}
}
@media (min-width:768px){
	.navbar-brand{
		padding-top: 9px;
	}
}
@media (min-width:768px){
	.menuItems{
		clear:both;
		width:100%;
	}
	.navbar-nav > li {
		float: left;
		width: 20%;
		text-align: center;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-form{
		margin-top:65px;
		margin-bottom: 0px;
	}
	.nav > li.dropdown > a.icon{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.mobileMenuItems{
		display:none !important;
	}
	.hideMobile{
		display:block !important;
	}
	.navbar-nav > li.bg1, .dropdown-menu.bg1, .dropdown-menu.bg1 li{
		background-color: #A49021 !important; 
	}
	.navbar-nav > li.bg2, .dropdown-menu.bg2, .dropdown-menu.bg2 li{
		background-color: #A45C21 !important; 
	}
	.navbar-nav > li.bg3, .dropdown-menu.bg3, .dropdown-menu.bg3 li{
		background-color: #1C668A !important; 
	}
	.navbar-nav > li.bg4, .dropdown-menu.bg4, .dropdown-menu.bg4 li{
		background-color: #27529A !important; 
	}
	.navbar-nav > li.bg5, .dropdown-menu.bg5, .dropdown-menu.bg5 li{
		background-color: #61941E !important;
		color: #FFF; 
	}
	.navbar-nav > li.bg6, .dropdown-menu.bg6, .dropdown-menu.bg6 li{
		background-color: #1C8A39 !important; 
	}
	.navbar-form .form-group{
		width:160px;
	}
	
	#language-navbar{
		margin-top:70px;
	}
	#language-navbar li{
		padding:0px;
		width:auto;
	}
	#language-navbar li a{
		color: #22559a;
		padding: 0px 5px 0px 5px;
	}
	#language-navbar li.active a{
		color: #22559a ;
		text-decoration:underline;
	}
	#language-navbar li a:hover{
		color: #1C668A !important;
	}
}
@media (min-width:991px){
	.navbar-form .form-group{
		width:275px;
	}
}
@media (max-width:767px){
	.navbar-nav{
		margin:0px;
	}
	.navbar .formOutline{
		border: 1px solid #dedede;
	}
}
@media(max-width:1010px){
	.yamm .nav.navbar-right.menuItems .dropdown-menu {
		/* left: 0;
		right: auto; */
	}
}
@media (max-width: 767px){
	ul.menuItems {
		border-top: solid 0px #ddd;
	}
	.navbar-form{
		margin-bottom:0px;
		padding-bottom:0px;
	}
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
    font-family: "Gill Sans W01 Book", sans-serif;
    text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a{
	color:#27529A;
	letter-spacing:none;	
	-moz-transition:color .2s linear;
	-webkit-transition:color .2s linear;
	transition:color .2s linear;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#22559a !important;
	background-color: #FFF;
	letter-spacing:none;
}
@media (min-width: 768px){
	.navbar-default .navbar-nav > li > a{
		color:#FFF;
		font-size:16px;
		-moz-transition:color .2s linear;
		-webkit-transition:color .2s linear;
		transition:color .2s linear;
	}
	.navbar-default .navbar-nav > li > a:hover{
		color:rgba(255,255,255,0.65) !important;
	}
}


.navbar-default .navbar-nav > li.active > a{
	color:#FFF !important;
}
#language-navbar li.active a{
	color: #22559a !important;
	text-decoration:underline;
}
@media (max-width: 767px){
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .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:transparent;
		color:#27529A; /* highlight color */
		opacity:.8;
		/* underline on hover or active 
		text-decoration: underline;
		text-decoration-color: #692f59;
		text-decoration-thickness: 2px;
		text-underline-position: under;*/
		/* change background color on hover or active */
		/*background-color: #f3f3f3;*/
	}
	.navbar-nav > li > .dropdown-menu{
		background-color:transparent;
		border-bottom:none;
		box-shadow: none;
		margin-top: 5px;
	}
	.navbar-nav > li > .dropdown-menu a{
		text-transform:uppercase;
		letter-spacing:none;
		color:#FFF;
		font-family: "Gill Sans W01 Book", sans-serif;
	}
	.navbar-nav > li > .dropdown-menu a:hover{
		background-color:#fff;
		color: #c0dbee; 
		/* highlight color */
		/* background-color on hover */
		/*background-color:#efefef;*/
	
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #27529A;
	}
}
@media (min-width: 768px){
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .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:transparent;
		color:rgba(255,255,255,0.65) !important;
	}
	.navbar-nav > li > .dropdown-menu{
		background-color:#ffffff;
		border-bottom:2px solid #FFF;
		border-left:none;
		border-right:none;
		border-top:none;
		width:100%;
	}
	.navbar-nav > li > .dropdown-menu a{
		text-transform:capitalize;
		letter-spacing:none;
		color:#FFF;
		font-size:16px;
		font-family: "proxima-nova-n3", "proxima-nova", sans-serif
	}
	.navbar-nav > li > .dropdown-menu a:hover{
		background-color:transparent;
		color:rgba(255,255,255,0.65) !important;
		/* highlight color */
		/* background-color on hover */
		/*background-color:#efefef;*/
	
	}
}
/* header mobile icons navigation */
.navbar-default .navbar-toggle{
	border-color:#000;
	color:#000;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#000;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color:#FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:#000;
	color:#FFF;
}
.header-follow {
	background: #e9edf4;
	background-clip: border-box;
	box-sizing: border-box;
	color: #27529A;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 31.0344827586%;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-clip: padding-box;
	-moz-transition: width .1s linear;
	-webkit-transition: width .1s linear;
	transition: width .1s linear;
}
.mobileMenuItems .header-follow{
	width:100%;
	position:relative;
	right:auto;
}
.header-follow a {
	font-size: 32px;
	line-height: 38px;
	margin-left: 10px;
	vertical-align: middle;
}
@media (max-width:990px){
	.header-follow span{
		display:none;
	}
}
svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
 overflow:visible;
 box-sizing:content-box
}
.svg-inline--fa {
 display:var(--fa-display,inline-block);
 height:1em;
 overflow:visible;
 vertical-align:-.125em
}
.svg-inline--fa.fa-2xs {
 vertical-align:.1em
}
.svg-inline--fa.fa-xs {
 vertical-align:0
}
.svg-inline--fa.fa-sm {
 vertical-align:-.0714285705em
}
.svg-inline--fa.fa-lg {
 vertical-align:-.2em
}
.svg-inline--fa.fa-xl {
 vertical-align:-.25em
}
.svg-inline--fa.fa-2xl {
 vertical-align:-.3125em
}
.svg-inline--fa.fa-pull-left {
 margin-right:var(--fa-pull-margin,.3em);
 width:auto
}
.svg-inline--fa.fa-pull-right {
 margin-left:var(--fa-pull-margin,.3em);
 width:auto
}
.svg-inline--fa.fa-li {
 width:var(--fa-li-width,2em);
 top:.25em
}
.svg-inline--fa.fa-fw {
 width:var(--fa-fw-width,1.25em)
}
/* footer */
/* offset needed for fixed footer */
body{
	margin-bottom:240px;
}
#footer{
	background-color: #ffffff;
	color:#000;
	height: 210px;
	border:0px;
	font-size:15px;
	font-weight:normal;
	margin-top:50px;
	padding-bottom:25px;
	text-transform: none;
	border-top: 1px solid #27529A;
}
@media(max-width:570px){
	#footer{
		height:310px;
	}
	body{
		margin-bottom:350px;
	}
}

.footerBg{
	background-color: #FFF;
	color: #728ebd;
	font-size:16px;
	padding-top:20px;
}
#footer a{
	color: #728ebd;
	font-size:16px;
	text-decoration:none;
}
#footer .funderLinks{
	background-color: #FFF;
	padding-top:25px;
	padding-bottom:25px;
}
#footer .funderLinks img{
	padding:0px 20px 0px 20px;
}
#footer .funderLinks .funderLinksVert img{
	height: 80px;
	width: auto;
}
#footer .funderLinks .funderLinksHorizontal img{
	height: 60px;
	width: auto;
}
@media(max-width:544px){
	#footer .funderLinks .funderLinksVert img{
		height: 60px;
		width: auto;
	}
	#footer .funderLinks .funderLinksHorizontal img{
		height: 40px;
		width: auto;
	}
}

/* search / browse results */
.bResultItemSetLink {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 18px;
	display:none;
}
.bResultListItem .bResultItemSetLink{	
	bottom: 25px;
	right: 12px;
}
.bResultItem:hover .bResultItemSetLink, .bResultListItem:hover .bResultItemSetLink{
	display:inline-block;
}
.bResultItem:hover .bResultItemText, .bResultListItem:hover .bResultListItemText{
	padding-bottom:20px;
}
.bResultItem .bResultItemText, .bResultListItemCol .bResultListItemText{
  font-size: 13px;
}
@media(max-width:768px){
	.results .bSearchWithinContainer{
		display:none;
	}
}
.results H1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
	text-transform: capitalize;
}
.advancedSearch h1 {
	color: #27529A;
	font: 400 48px/50px "Gill Sans W01 Book",sans-serif;
	margin-bottom: 30px;
	text-transform:none;
}
.results .bSearchWithinContainer{
	clear:both;
	padding:15px 0px 15px 0px;
	text-align:center;
}
.results .btn-search-refine, .results .btn-search-refine:hover{	
	font-size: 14px;
	cursor: pointer;
	background-color: #fff;
	color:#000;
	font-size: 14px;
	line-height:1em;
	padding: 9px;
	
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	outline: 0;
	border:0px;
	border-radius: 0px;
}
.bSearchWithin, .bSearchWithin:focus {
    width: 80%;
    box-shadow: none;
    border: 0px;
    border: 0px;
    border-radius: 0px;
    height: 35px;
    font-size: 14px;
    line-height: 26px;
    background-color: #FFF;
	font-size: 14px;
	display: inline-block;
	display:inline-block;
}
.browseRemoveFacet, .browseRemoveFacet .btn{
	display:block;
	width:100%;
	font-size:11px;
	margin:0px 0px 5px 0px;
}
.browseRemoveFacet .btn{
	white-space: normal;
}
.browseRemoveFacet:hover, .browseRemoveFacet .btn:hover{
	text-decoration:none;
}
a.browseRemoveFacet .glyphicon{
	color:#fff !important;
}
#bRefine H2, #bRefine H5, #bRefine H3, #bRefine a{
	color:#222;
}
#bRefine a {
  color: #222;
  font-size: 15px;
}
/* front */
html.frontContainer {
    height: 100%;
    padding:0px -15px 0px -15px;
}
body.frontContainer {
	margin-bottom:0px;
	height: 100%;
}
body.frontContainer #footer{
	position:relative !important;
}

.parallax {
	position:relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.5)), url("../graphics/lilac_house.jpg");

    /* Full height */
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-left: -15px;
	margin-right: -15px;
	top:-19px;
}
.parallax.hero1 {
	background-image: url("../graphics/hero/hero1.jpg");
	/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.4)), url("../graphics/hero/hero1.jpg"); */
}
.parallax.hero2 {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)), url("../graphics/hero/hero2.jpg");
}
.parallax.hero3 {
	background-image: url("../graphics/hero/hero3.jpg");
    background-position: center bottom;
}
.parallax.hero4 {
    /* background-image: url("../graphics/lilac_house.jpg"); */
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3)), url("../graphics/hero/hero4.jpg");
}
.parallax.hero5 {
    /* background-image: url("../graphics/lilac_house.jpg"); */
		background-image: url("../graphics/hero/hero5.jpg");
}
.parallax.hero6 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)), url("../graphics/hero/hero6.jpg");
}
@media(max-width:420px), (max-height:420px){
	.front .heroSearch .form-group{
		width:300px;
	}
}
.front .heroSearch {
	position:relative;
	text-align:center;
	color:#FFF;
	margin-top: 20vh;
	padding-top:50px;
	padding-bottom:50px;
	font-size:28px;
	text-shadow: 0px 0px 3px #000000;
	background-color: #484848;
	background-color: rgb(36, 36, 36, .9);
	box-shadow:0 2px 14px 0 rgba(0,0,0,.3);
	margin-left:40px;
	margin-right:40px;
}
@media(max-width:1024px){
	.parallax .heroSearch{
		margin-top: 17vh;
	}
}
@media(max-width:768px){
	.parallax .heroSearch{
		margin-top: 10vh;
	}
}
@media(max-height:420px){
	.parallax .heroSearch{
		margin-top: 10vh;
	}
}
@media (max-device-width:1024px){
	/* ipad and mobile disable background-attachment: fixed; fallback to no parallax so at least see image */
	.parallax {
		background-attachment: scroll;
	}
}



.heroSearch H1{
	color: #FFF;
	text-align: center;
	line-height: 1.1em;
	margin:0px;
	padding:0px 15px 0px 15px;
}
.heroSearch H1 .line1, .heroSearch H1 .line3 {
    font-size: 28px;
    text-transform: none;
    font-family: "proxima-nova",sans-serif;
}
.heroSearch H1 .line2{
	font-size: 43px;
	font-weight: 500;
	text-transform:none;
	color:#FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Gill Sans W01 Book",sans-serif;
	line-height: 1.1em;
}
.heroSearch .formOutline {
	border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    position: relative;
    border-radius: 0px;
    margin-top:20px;
}
.front .heroSearch .formOutline{
	display: inline-block;
	background-color:#FFF;
}
.front .heroSearch .form-group {	
    width: 400px;
    display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.front .heroSearch .form-control, .front .heroSearch .form-control:focus{
	border:0px;
	box-shadow:none;
	font-size:18px;
	height:44px;
}
#heroSearchButton{
	color:#000;
	font-size: 20px;
}

.heroSearch p{
	margin-top: 5px;
	font-size: 14px;
}
.heroSearch p a{
	color: #fff;
	text-decoration: underline;
}

@media(max-width: 1355px) {
	.heroSearch H1 .line1, .heroSearch H1 .line3 {
		font-size:24px;
	}
	.heroSearch H1 .line2 {
		font-size:35px;
	}
}

@media(max-width: 570px) {
	.heroSearch H1 .line1, .heroSearch H1 .line3{
		font-size:20px;
	}
	.heroSearch H1 .line2 {
		font-size:25px;
	}
	.heroSearch H1 .line2 {	
		padding-top:10px;
		padding-bottom:15px;
		line-height: 1.3em;
	}
	.front .heroSearch .form-group {
		width: 80%;
	}
}

.hpIntro .callout{
	text-align:center;
	font-size: 28px;
	color: #000;
	margin:80px 0px 20px 0px;
	font-family: "proxima-nova",sans-serif;
	font-weight:300;
	line-height:1.8em;
}
.hpIntro .calloutTitle{
	text-align:center;
	font-size: 28px;
	color: #000;
	margin-bottom:15px;
	font-family: "proxima-nova",sans-serif;
	font-weight:600;
}
@media(max-width:767px){
	.hpIntro .callout{
		font-size: 20px;
	}
	.hpIntro .calloutTitle{
		font-size: 24px;
	}
}

#hpScrollBar{
	position:fixed;
	bottom:0px;
	width:100%;
	background-color: rgba(227, 230, 232, 0.3);
	color:#22559a;
	text-align:center;
	font-size:30px;
	padding:10px 0px 10px 0px;
	opacity:.8;
	left: 0px;
}
.front h2, .front h3{
	text-align: center;
	text-transform:capitalize;
	font-size:24px;
	padding-bottom:15px;
	
	color: #728ebd;
	font-family: "Gill Sans W01 Book",sans-serif;
	text-transform:uppercase;
}
.front h2.highlights{
	padding-bottom:30px;
	padding-top:30px;
	color: #728ebd;
	font-family: "Gill Sans W01 Book",sans-serif;
	text-transform:uppercase;
}
/* hp explore */
.hpExplore{
	padding-top:45px;
	margin-bottom: 45px;
}
.hpExploreBox{
	margin-bottom: 45px;
}
.hpExploreBox .hpExploreBoxImage {
	height:240px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50%;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,.3);
}
.hpExploreBox .hpExploreBoxImage.hpExploreBoxImage1{
	background-image: url('../graphics/hero_1.jpg');
}
.hpExploreBox .hpExploreBoxImage.hpExploreBoxImage2{
	background-image: url('../graphics/hero_1.jpg');
}
.hpExploreBox .hpExploreBoxImage.hpExploreBoxImage3{
	background-image: url('../graphics/hero_1.jpg');
}
.hpExploreBox .hpExploreBoxDetails {
	padding: 15px 13px 22px;
	text-align:center;
}
.hpExploreBox .hpExploreBoxTitle, .hpExploreBox .hpExploreBoxTitle a {
	font-size:20px;
	line-height:28px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:6px;
	font-family: "Gill Sans W01 Book", sans-serif;
}
.hpExploreBox .hpExploreBoxTitle a:hover {
	text-decoration:none;
}


/* Links Page Breaker */

/*.link-page-breaker .row{
	display: flex;
	justify-content: center;
}
.link-page-breaker .row .col{
	margin: 70px;
	border: #6C2F59 3pt solid ;
}
.link-page-breaker .row .col:hover{
	text-decoration: none;
	color: #6C2F59;
}
.link-page-breaker .row .col div.link-text{
	font-size: 40px;
	margin: 70px 0px 70px 0px;
	color: #000;
}
.link-page-breaker .row .col div.link-text:hover{
	text-decoration: none;
	color: #6C2F59;
}
*/
.hpFeaturedLinksContainer{
	padding-left:10%;
	padding-right:10%;
	max-width:510px;
	margin-left:auto;
	margin-right:auto;
}
.hpFeaturedLinks{
	font-size: 40px;
	margin: 70px 0px 70px 0px;
	color: #FFF;
	display:block;
	border: none;
	padding:70px 0px 70px 0px;
	transition: 0.3s;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,.2);
}
.hpFeaturedLinks:hover{
	text-decoration: none;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,.5);
	color: #fff;
}
.hpFeaturedLinksBlue{
	background-color:#1C668A;
}
.hpFeaturedLinksGreen{
	background-color:#61941E;
}
.hpFeaturedLinksRed{
	background-color:#A45C21;
}
.hpFeaturedLinksBlue:hover{
	background-color:#227FAC;
}
.hpFeaturedLinksGreen:hover{
	background-color:#78B725;
}
.hpFeaturedLinksRed:hover{
	background-color:#C46D27;
}

.frontGridCaption a{
	color: #000;
	font-size: 14px;
}
.search-suggest{
	padding-left:30px;
	padding-right:30px;
}

/* gallery */
@media(max-width:768px){
	.galleryList{
		text-align:center;
	}
	.gallery H1{
		text-align:center;
	}
}
.galleryList{
	margin-bottom:30px;
}
.galleryList img{
	width:100%;
	height:auto;
	max-width:250px;
}
.galleryList label {
    display: block;
    font-size: 17px;
    text-transform: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.1em;
    margin-top: 5px;
}

.galleryList label a{
	color: #000;
}

.gallery .setDescription {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 30px;
}
.gallery #galleryDetailObjectInfo{
	font-size: 15px;
	line-height: inherit;
}
.gallery .unit{
	margin-bottom: 15px;
	font-size:15px;
}
.gallery label {
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
}
.gallery .galleryViewRecord{
	padding-top:15px;
}
.gallery .galleryDetailBottom {
	border: 0px;
	background-color: #f0f0f0;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
.gallery #galleryDetailImageGrid img {
  background-color: #fff;
}

#galleryDetailObjectInfo a.btn.btn-default{
	background-color: #22559a;
}
.gallery #galleryDetailImageGrid{
	min-height:auto;
}
/* collections */
.collectionIntro {
	font-size: 17px;
	font-weight: normal;
	color: #000;
}
.collectionsList a{
	text-decoration:none;
}
collectionTile {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom:15px;
	padding:15px;
	font-size:13px;
	line-height:1.8em;
}
.collectionTile .title {
	font-size: 17px;
	padding: 10px 0 10px 0;
	font-family: "Gill Sans W01 Book", sans-serif;
	
}
.collectionTile .title a {
	text-decoration:none;
	font-size:14px;
}
.collectionTile:hover{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.collectionTile a.btn-default{
	background-color: #22559a;
	color: #fff;
}

div#detailTools{
	margin-top: 0 !important;
}

.detail h1 {
	font-size: 22px;
	color: #222;
	line-height: 135%;
	text-transform: none;
	margin-bottom:0px;
}
.detail h2 {
	font-size: 20px;
	color: #222;
	line-height: 1em;
	text-transform: none;
}
.detail a{
	font-size: 15px;
	color:#22559a;
	text-decoration:underline;
}
.detail .detailTool a, .detail .detailTool span, .detail .detailTool i{
	color:#22559a;
	text-decoration:none;
}

.detail .unit {
	font-size: 15px;
	margin-bottom: 15px;
	color:#222;
}

.detail label{
	font-size: 15px;
	color:#222;
}
@media(min-width:768px){
	.detailBrowseAll{
		text-align:right;
	}
}
.detailBrowseAll a, .detailBrowseAll a:hover{
	color:#FFF;
	text-decoration:none;
}
.detail #browseResultsContainer a{
	text-decoration:none;
}
.detail .detailNavBgLeft{
	left:15px;
}
.detail .detailNavBgRight{
	right:15px;
	
}
/* Contrubutors page */

/* .leaflet-container a {
	color: #000;
} */

.contributors .contributorMap{
	margin:30px 0px 30px 0px;
}
.contributorIntro{
	font-size: 17px;
	color: #000;
	font-weight: normal;
}
.contributorsList a{
	font-size:15px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
.contributorsList p{
	margin-bottom:20px;
}
.contributorTile {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom:15px;
	padding:15px;
	font-size:13px;
	line-height:1.8em;
}
.contributorImage{
	margin-bottom:20px;
	text-align:center;
}
.contributorImage img{
	width:100%;
	height:auto;
	max-width: 250px;
}
.contributorTile .title {
	padding-bottom:10px;
	font-family: "Gill Sans W01 Book", sans-serif;
	font-size:20px;
	font-weight: 400;
	color:#22559a;
}
.contributorTile .description {
	font-size:17px;
}

.contributorTile .title a {
	text-decoration:none;
	font-size:14px;
}
.contributorTile:hover{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.contributorTile a.btn-default{
	background-color: #22559a;
	color: #fff;
}
.leaflet-container a {
	color: #000;
	font-weight:bold;
}
/* transcribe */
.collectionImageCrop img{
	width:100%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
	margin-bottom:10px;
}
.collectionImageCrop{
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
}
.transcribe .collectionTile .btn-sm{
	margin-top:10px;
	padding:5px;
	line-height: 1em;
}
.transcribeIntro {
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin-bottom:30px;
}
.transcribe H2{
	margin-top:30px;
}
.bSearchWithin .form-control{
	width:80%;
	float:left;
}
.bSearchWithin .btn-default{
	float:left;
	padding: 8px;
	font-size: 18px;
	margin-left: -3px;
}
.transcribe .resultCount{
	color: #000;
	margin-bottom:20px;
	font-size: 17px;
}
.transcribe .btn-default{
	margin-bottom:10px;
}

/* advanced search */
.advancedSearch .btn-default .glyphicon{
	color:#FFF !important;
}
@media (min-width:991px){
	.advancedSearch .formLinks{
		float:right;
	}
}
.advancedSearchField .formLabel{
	font-size: 15px;
	color:#222;
}


/* static page */
.staticPage{
	font-size: 17px;
}