/* blue: #104d73; navy: 104d73; red: e24a3f; teal: #1c858d; salmon: #f2a197; lightblue: #73c3ea; */
@import url('https://fonts.googleapis.com/css?family=Archivo|Archivo+Black|Quattrocento:400,700');
/*
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Archivo', sans-serif;
    font-family: 'Quattrocento', serif; - 400 and 700
*/


body{
	margin-bottom:380px;
	font-size: 16px;
	color:#000;
}
@media(max-width:480px){
	body{
		margin-bottom:480px;
	}
}

.container, .heroSearch{
	max-width:1500px;
}
a{
	color: #e4ad37;
}
a:hover{
	color: #e4ad37;
	text-decoration:underline;
}
H1, h1 {
    font-size: 30px;
    color: #104d73;
    text-transform: none;
	font-family: 'Quattrocento', serif;
}
@media(max-width:768px){
	.results H1{
		font-size:22px;
	}
}
H2, h2 {
	color: #104d73;
}
H3, h3, H6, h6, H4, h4{
	color:#000;
}
H4, h4 {
    font-size: 20px;
}
H5, h5 {
	font-size: 16px;
}
.btn-default, .browse .btn, .sets .btn, a.btn-default {
    background-color: #e4ad37;
    text-shadow:none;
    color:rgb(14, 21, 83);
    text-decoration:none;
}
.btn-default:hover, .browse .btn:hover, .sets .btn:hover, a.btn-default:hover,
.btn-default:focus, .browse .btn:focus, .sets .btn:focus, a.btn-default:focus,
.btn-default:active, .browse .btn:active, .sets .btn:active, a.btn-default:active {
    background-color: #333;
}
.form-control:focus {
    border-color: #000000;
}
.bgGray{
	background-color:#333;
}
.bgLtGray{
	background-color:#F1F1F1;
}
.bgBlue{
	background-color:#104d73;
}
.btn-search{
	background-color:transparent;
}
.breadcrumb{
	padding:0px;
	font-size: 12px;
	background-color:#FFF;
	margin-bottom:30px;
	color:#828282;
}
.breadcrumb, .breadcrumb a, .detail .breadcrumb, .detail .breadcrumb a {
	font-size: 12px;
	color:#828282;
}
.detail .breadcrumb{
	margin-bottom: 50px;
}
@media(min-width:992px){
	.breadcrumb{
		margin-top:-25px;
	}
	.detail .breadcrumb{
		margin-top: -45px;
	}
}
#pageArea{
	padding-top:20px;
	padding-bottom:75px;
}
#pageArea.front{
	padding-top:0px;
	padding-bottom:0px;
}

/* navbar */
.navbar-header{
	padding-left:15px;
	padding-right:15px;
}
.navbar{
	margin-bottom:0px;
	background-color: rgb(255, 255, 255, .95);
	transition: height .25s, background-color .25s, padding .25s, -webkit-box-shadow: .25s, box-shadow .25s, display .75s, opacity .75s;
	-webkit-transition: height .25s, background-color .25s, padding .25s, -webkit-box-shadow .25s, box-shadow .25s, display .75s, opacity .75s;
	transition-timing-function: ease-in-out;
}
body.initial .navbar{
	margin-bottom:0px;
	background-color: rgb(255, 255, 255, .95);
	transition: background-color .25s;
	-webkit-transition: background-color 0s;
	
	background: linear-gradient(rgba(255, 255, 255, 0.349), rgba(255, 255, 255, 0.384)), url("../graphics/navbg.jpg");
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 150px;
}
/*body.initial .navbar{
	margin-bottom:0px;
	background-color: rgb(255, 255, 255, .95);
	transition: background-color .25s;
	-webkit-transition: background-color 0s;
	
	background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url("../graphics/fiabg.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 150px;
}*/
body.frontContainer .navbar{
	background-image: none;
}

/* navbar fixed to top for 992 wide or higher */
@media(min-width: 992px) {
	.navbar{
		position: fixed;
		width: 100%;
		height: auto;
		top: 0px;
	}
	body{
		margin-top:180px;
	}
}

@media(max-width: 768px) {
	.navbar-nav {
		margin: 7.5px 0px 7.5px 0px;
	}
}
.menuItems.navbar-nav > li > a {
    padding-left:20px;
    text-transform:uppercase;
}
@media(min-width: 1072px) {
	.menuItems.navbar-nav > li > a {
		padding-top: 22px;
    	padding-bottom: 23px;
	}
	
	body.initial .menuItems.navbar-nav > li > a {
		padding-top: 31px;
		padding-bottom: 32px;
	}
}
#user-navbar > li > a{
	padding-top: 22px;
	padding-bottom: 27px;
}
body.initial #user-navbar > li > a{
	padding-top: 31px;
	padding-bottom: 32px;
}
@media (min-width:900px){
	.menuItems .dropdown-menu, #user-navbar .dropdown-menu{
		opacity:0;
		display:block;
		max-height:0px;
		transition:opacity .75s, max-height 4s;
		-webkit-transition:opacity .75s, max-height 4s;
	}
	.menuItems .dropdown:hover .dropdown-menu, #user-navbar .dropdown:hover .dropdown-menu{
		display:block;
		opacity:1;
		max-height:600px;
		overflow:hidden;
		transition:opacity .75s, max-height .4s;
		-webkit-transition:opacity .75s, max-height .4s;
		background-color:#FFF;
	}
}
nav .dropdown-menu > li > a {
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: lato;
    text-align: right;

}
nav .dropdown-menu{
	border:0px;
	margin-top: 0px !important;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.176);
}
.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: transparent;
    color: #999;

}
body.initial .dropdown-menu{
	margin-top: -20px !important;
	
}
.navbar-form {
	margin-top: 17px;
	margin-bottom:0px;
}
body.initial .navbar-form {
	margin-top: 25px;
}
@media(max-width: 1072px) {

	
	ul.menuItems {
		width:auto;
		border-top:0px;
	}
	.menuItems.navbar-nav > li > a {
		padding-top: 22px;
    	padding-bottom: 23px;
	}
	body.initial .menuItems.navbar-nav > li > a {
		padding-top: 31px;
		padding-bottom: 32px;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right:0px;
	}
	/*.container.menuBar {
		padding:0px;
	}*/

}


.menuItems.navbar-nav > li > a:hover {
    color: #999;
    /*text-shadow: 0px 0px 3px #222;*/
    background-color:transparent;
   /* background-color:#ededed;*/
}
.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 {
    color: #999;
   /* background-color:#ededed;*/
    background-color:transparent;
}
.navbar-brand{
	width:80px;
	padding-left:20px;
	display:inline-block;
	padding-top: 7px;
}
.navbar-brand.scrollLogo img{
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
body.initial .navbar-brand.initialLogo, .navbar-brand.scrollLogo{
	opacity: 1;
	top:0px;
	position: absolute;
	transition: opacity .5s;
	-webkit-transition:  opacity .5s;
	transition-timing-function: ease-in-out;
}
body.initial .navbar-brand.scrollLogo, .navbar-brand.initialLogo{
	opacity: 0;
	top:-200px;
	position: absolute;
	transition: opacity 0s;
	-webkit-transition:  opacity 0s;
	transition-timing-function: ease-in-out;
	
}
.navbar .formOutline {
	border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    position: relative;
    border-radius: 0px;
	background-color:#F8F8F8;
}
.advancedSearch{
	padding-left:25px;
}
.advancedSearch a{
	font-size:11px;
}
a.caAdvancedSearchFormSubmit, a.caAdvancedSearchFormReset{
	color:#fff !important;
}
.navbar-default .navbar-toggle{
	border:0px;
	font-size:16px;
	margin-top: 30px;
}
.navbar-default .navbar-toggle .glyphicon{
	font-size:14px;
	margin-right:5px;
}
.navbar-default .navbar-toggle:hover{
	background-color:#f1f1f1;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: inherit;
}
/* scroll colors */
.menuItems.navbar-nav > li > a, #user-navbar > li > a, #headerSearchButton, .navbar-default .navbar-toggle, .advancedSearch a{
    color: #104d73;
}
.nav > li > a:hover, .nav > li > a:focus, .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, .menuItems.navbar-nav > li.dropdown:hover > a {
    color: #999;
}
/* initial nav */
body.initial .navbar{
	background-color:transparent;
	-webkit-box-shadow: none;
	box-shadow:none;
	padding-top:20px;
}
body.initial .navbar > .container .navbar-brand{
	width:175px;
	margin-left:20px;
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
/* body.initial .nav > li > a, body.initial .nav > li > a:hover, body.initial .nav > li > a:focus { */
	font-size: 18px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #e4ad37;
}
.navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}
/* making collapsable menu work for larger size */
@media(max-width: 900px) {
	.navbar-collapse.collapse{
		display:none !important;
	}
	.navbar-toggle{
		display:table !important;
	}
	.navbar-nav > li{
		float:none;
	}
	.navbar-form .form-control {
		display: inline-block;
		padding-top: 5px;
	}
	body.initial .menuItems.navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-collapse{
		background-color: rgba(255, 255, 255, .95);
	}
	.navbar-header {
    	float: none;
	}
	.navbar-default .navbar-toggle .glyphicon{
		margin-right:0px;
	}
	.container > .navbar-collapse {
		/*position: absolute;
		width: 100%;
		top: 80px;*/
		border:0px;
		padding-bottom:10px;
    }
    .navbar-collapse-container{
    	position: absolute;
		width: 100%;
		top: 80px;
    }
    .navbar-form.navbar-right{
    	float:none !important;
    }
    #headerSearchInput{
    	width: 100%;
    }
    .navbar-form .form-group {
    	display: inline-block;
    	width: 85%;
    	margin-bottom:5px;
	}
	.navbar .formOutline{
		border:1px solid #da8a13;
		margin:0px;
	}
	.btn-search {
		position: absolute;
		right: 5px;
		top: 3px;
	}
	ul.menuItems {
		width: 100%;
		margin:0px;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: 15px !important;
	}
	#user-navbar-toggle.in {
		display: block !important;
		padding-top:20px;
	}
	#user-navbar{
		display:none;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		display:block;
	}
	.navbar-form{
		padding-right:15px;
		padding-top:0px;
		padding-bottom: 5px;
	}
	.navbar-nav .dropdown-menu > li > a{
		text-align:left;
		padding-left:35px;
	}
	.navbar-nav .dropdown-menu{
		padding-top:20px;
	}
	body.initial.frontContainer .navbar-nav > li > a{
		color: #e4ad37;
		text-transform:Uppercase;
		padding-top:10px;
	}
	.navbar-collapse{
		border-top: 0px;
		border-bottom: 1px solid #e6e6e6;
		overflow-y:scroll !important;
		max-height:450px;
	}
	
	#user-navbar-toggle .navbar-nav > li > a {
		padding-left: 20px;
		padding-top:0px;
	}
	#user-navbar-toggle .navbar-nav, #user-navbar-toggle .navbar-nav > li{
		padding-top:0px;
	}
	.advancedSearch{
		padding-left:0px;
	}
}
@media(max-width: 768px) {
	.navbar-collapse-container{
    	left:0px;
    }
	#user-navbar-toggle .navbar-nav > li > a {
		padding-left: 20px;
	}
}
@media(min-width: 768px) and (max-width: 900px){
	.navbar-nav > li{
		padding-left:30px;
	}
	#user-navbar-toggle .navbar-nav > li > a {
		padding-left: 5px;
	}
}
@media(max-width: 900px) {
	#user-navbar-toggle, #user-navbar-toggle .navbar-nav, #user-navbar-toggle .navbar-nav > li, #user-navbar-toggle .navbar-nav > li > a {
		padding-top:0px;
		padding-bottom:0px;
		margin-top:0px;
		margin-bottom:0px;
	}
	#user-navbar-toggle .navbar-nav{
		margin-top:0px;
		margin-bottom:10px;
	}
	#user-navbar-toggle .navbar-nav > li > a{
		padding-top:10px;
		padding-bottom:10px;
		text-transform:uppercase;
		color:#104d73;
	}
}
@media(min-width: 900px) and (max-width: 992px){
	.advancedSearch{
		padding-left:10px;
	}
}
@media(max-width: 1110px) {
	body.initial .navbar > .container .navbar-brand{
		width:110px;
		margin-left:0px;
	}
	.navbar-brand.initialLogo{
		padding-left:0px;
	}
	.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
		font-size: 15px !important;
	}
}
body.initial .navbar .formOutline{
	background-color:white;
}
/* initial nav links color */
body.initial .menuItems.navbar-nav > li > a, body.initial #user-navbar > li > a, body.initial #headerSearchButton, body.initial .navbar-default .navbar-toggle, body.initial .advancedSearch a{
    color: #e4ad37;
}
body.initial .navbar-toggle .icon-bar {
    background-color: #104d73;
}
body.initial .nav > li > a:hover, body.initial .nav > li > a:focus, body.initial .navbar-default .navbar-nav > .open > a, body.initial .navbar-default .navbar-nav > .open > a:hover, body.initial .navbar-default .navbar-nav > .open > a:focus, body.initial .navbar-default .navbar-nav > .active > a, body.initial .navbar-default .navbar-nav > .active > a:hover, body.initial .navbar-default .navbar-nav > .active > a:focus, body.initial .menuItems.navbar-nav > li.dropdown:hover > a {
	color: #e4ad37;
}
@media (max-width:900px){
	body.initial .nav > li > a:hover, body.initial .nav > li > a:focus, body.initial .navbar-default .navbar-nav > .open > a, body.initial .navbar-default .navbar-nav > .open > a:hover, body.initial .navbar-default .navbar-nav > .open > a:focus, body.initial .navbar-default .navbar-nav > .active > a, body.initial .navbar-default .navbar-nav > .active > a:hover, body.initial .navbar-default .navbar-nav > .active > a:focus, body.initial .menuItems.navbar-nav > li.dropdown:hover > a {
		color: #104d73;
	}
}

/*front page color*/
body.initial.frontContainer .menuItems.navbar-nav > li > a, body.initial.frontContainer #user-navbar > li > a, body.initial.frontContainer #headerSearchButton, body.initial.frontContainer .navbar-default .navbar-toggle, body.initial.frontContainer .advancedSearch a{
    color: #e4ad37;
}
body.initial.frontContainer .navbar-toggle .icon-bar {
    background-color: #e4ad37;
}
body.initial.frontContainer .nav > li > a:hover, body.initial.frontContainer .nav > li > a:focus, body.initial.frontContainer .navbar-default .navbar-nav > .open > a, body.initial.frontContainer .navbar-default .navbar-nav > .open > a:hover, body.initial.frontContainer .navbar-default .navbar-nav > .open > a:focus, body.initial.frontContainer .navbar-default .navbar-nav > .active > a, body.initial.frontContainer .navbar-default .navbar-nav > .active > a:hover, body.initial.frontContainer .navbar-default .navbar-nav > .active > a:focus, body.initial.frontContainer .menuItems.navbar-nav > li.dropdown:hover > a {
	color: #f7c864;
}

/* front */
.front{
	margin-top:-15px;
}
.jcarousel-pagination{
	display:none;
}
.front .jcarousel-pagination{
	width:80%;
}
.front .jcarousel-wrapper{
	margin-top:0px;
}
.front H1{
	text-align:center;
	color:#104d73;
	font-weight:bold;
}

.front H1{
	font-family: 'Quattrocento', serif;
	font-size: 40px;
	color: #000;
	font-weight:400;
}
.front H2, .front .frontGallerySlideCaption a{
	color: #104d73;
}
.front .bgLtGray{
	padding-left:30px;
	padding-right:30px;
}

.front .tileLinks{
	margin-bottom:75px;
}
.front .tileLinks > div{	
	position:relative;
}
.front .tileLinks img{
	width:100%;
	height:auto;
}
.front .tileLinks > div:hover img{
	opacity: .2;
	-webkit-transition: opacity .75s;
    transition:opacity .75s;
}
.front .tileLinks .sectionLink a{
	font-size:42px;
	font-family: 'Quattrocento', serif;
	color:#000;
}
.front .tileLinks .sectionLink a:hover{
	text-decoration:none;
}
.front .tileLinks .sectionLink{
	position:absolute;
	top:40%;
	text-align:center;
	width:100%;
	left:0px;
	opacity:1;
}
@media (min-device-width:1024px){
	/* rollover activation of link text only for computer screens */
	.front .tileLinks .sectionLink{
		opacity:0;
	}
}
.front .tileLinks > div:hover .sectionLink{
	opacity:1;

	-webkit-transition: opacity .5s;
	transition:opacity .5s;
}
@media (max-device-width:1024px){
	/* touch screens */
	.front .tileLinks img{
		opacity:.8;
	}
	.front .tileLinks .sectionLink a{
		color:#FFF;
		text-shadow: 1px 1px 4px #000;
	}
}
@media (max-width: 768px) {
	.front .tileLinks .col-sm-4{
		margin-bottom:30px;
	}
}
.front .heroSearch {
	position:relative;
	text-align:left;
	padding-top:200px;
	padding-bottom:300px;
}
.heroSearch .formOutline {
	border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    position: relative;
    border-radius: 0px;
}
.heroSearch .form-group{
    width:80%;
}
.front .heroSearch img{
	width:100%;
	height:auto;
}
.front .heroSearch form{
/*	position:absolute;
	top:40%;
	width:100%;
*/
}
.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:/* blue: #104d73; navy: 104d73; red: e24a3f; teal: #1c858d; salmon: #f2a197; lightblue: #73c3ea; */
@import url('https://fonts.googleapis.com/css?family=Archivo|Archivo+Black|Quattrocento:400,700');
/*
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Archivo', sans-serif;
    font-family: 'Quattrocento', serif; - 400 and 700
*/


body{
	margin-bottom:380px;
	font-size: 16px;
	color:#000;
}
@media(max-width:480px){
	body{
		margin-bottom:480px;
	}
}

.container, .heroSearch{
	max-width:1500px;
}
a{
	color: #e4ad37;
}
a:hover{
	color: #e4ad37;
	text-decoration:underline;
}
H1, h1 {
    font-size: 30px;
    color: #104d73;
    text-transform: none;
	font-family: 'Quattrocento', serif;
}
@media(max-width:768px){
	.results H1{
		font-size:22px;
	}
}
H2, h2 {
	color: #104d73;
}
H3, h3, H6, h6, H4, h4{
	color:#000;
}
H4, h4 {
    font-size: 20px;
}
H5, h5 {
	font-size: 16px;
}
.btn-default, .browse .btn, .sets .btn, a.btn-default {
    background-color: #104d73;
    text-shadow:none;
    color:#FFF;
    text-decoration:none;
}
.btn-default:hover, .browse .btn:hover, .sets .btn:hover, a.btn-default:hover,
.btn-default:focus, .browse .btn:focus, .sets .btn:focus, a.btn-default:focus,
.btn-default:active, .browse .btn:active, .sets .btn:active, a.btn-default:active {
    background-color: #333;
}
.form-control:focus {
    border-color: #000000;
}
.bgGray{
	background-color:#333;
}
.bgLtGray{
	background-color:#F1F1F1;
}
.bgBlue{
	background-color:#104d73;
}
.btn-search{
	background-color:transparent;
}
.breadcrumb{
	padding:0px;
	font-size: 12px;
	background-color:#FFF;
	margin-bottom:30px;
	color:#828282;
}
.breadcrumb, .breadcrumb a, .detail .breadcrumb, .detail .breadcrumb a {
	font-size: 12px;
	color:#828282;
}
.detail .breadcrumb{
	margin-bottom: 50px;
}
@media(min-width:992px){
	.breadcrumb{
		margin-top:-25px;
	}
	.detail .breadcrumb{
		margin-top: -45px;
	}
}
#pageArea{
	padding-top:20px;
	padding-bottom:75px;
}
#pageArea.front{
	padding-top:0px;
	padding-bottom:0px;
}

/* navbar */
.navbar-header{
	padding-left:15px;
	padding-right:15px;
}
.navbar{
	margin-bottom:0px;
	background-color: rgb(255, 255, 255, .95);
	transition: height .25s, background-color .25s, padding .25s, -webkit-box-shadow: .25s, box-shadow .25s, display .75s, opacity .75s;
	-webkit-transition: height .25s, background-color .25s, padding .25s, -webkit-box-shadow .25s, box-shadow .25s, display .75s, opacity .75s;
	transition-timing-function: ease-in-out;
}
body.initial .navbar{
	margin-bottom:0px;
	background-color: rgb(255, 255, 255, .95);
	transition: background-color .25s;
	-webkit-transition: background-color 0s;
	
	background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url("../graphics/navbg.jpg");
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 150px;
}
/*body.initial .navbar{
	margin-bottom:0px;
	background-color: rgb(255, 255, 255, .95);
	transition: background-color .25s;
	-webkit-transition: background-color 0s;
	
	background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url("../graphics/fiabg.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 150px;
}*/
body.frontContainer .navbar{
	background-image: none;
}

/* navbar fixed to top for 992 wide or higher */
@media(min-width: 992px) {
	.navbar{
		position: fixed;
		width: 100%;
		height: auto;
		top: 0px;
	}
	body{
		margin-top:180px;
	}
}

@media(max-width: 768px) {
	.navbar-nav {
		margin: 7.5px 0px 7.5px 0px;
	}
}
.menuItems.navbar-nav > li > a {
    padding-left:20px;
    text-transform:uppercase;
}
@media(min-width: 1072px) {
	.menuItems.navbar-nav > li > a {
		padding-top: 22px;
    	padding-bottom: 23px;
	}
	
	body.initial .menuItems.navbar-nav > li > a {
		padding-top: 31px;
		padding-bottom: 32px;
	}
}
#user-navbar > li > a{
	padding-top: 22px;
	padding-bottom: 27px;
}
body.initial #user-navbar > li > a{
	padding-top: 31px;
	padding-bottom: 32px;
}
@media (min-width:900px){
	.menuItems .dropdown-menu, #user-navbar .dropdown-menu{
		opacity:0;
		display:block;
		max-height:0px;
		transition:opacity .75s, max-height 4s;
		-webkit-transition:opacity .75s, max-height 4s;
	}
	.menuItems .dropdown:hover .dropdown-menu, #user-navbar .dropdown:hover .dropdown-menu{
		display:block;
		opacity:1;
		max-height:600px;
		overflow:hidden;
		transition:opacity .75s, max-height .4s;
		-webkit-transition:opacity .75s, max-height .4s;
		background-color:#FFF;
	}
}
nav .dropdown-menu > li > a {
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: lato;
    text-align: right;

}
nav .dropdown-menu{
	border:0px;
	margin-top: 0px !important;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.176);
}
.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: transparent;
    color: #999;

}
body.initial .dropdown-menu{
	margin-top: -20px !important;
	
}
.navbar-form {
	margin-top: 17px;
	margin-bottom:0px;
}
body.initial .navbar-form {
	margin-top: 25px;
}
@media(max-width: 1072px) {
	/*
	ul.menuItems {
		width:100%;
		border-top:solid 1px #ddd;
	}
	.menuItems.navbar-nav > li > a {
		padding-top:5px;
		padding-bottom:5px;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right:0px;
	}
	.container.menuBar {
		padding:0px;
	}
	.navbar > .container .navbar-brand {
		margin-left:0px;
	}
	*/
	
	
	ul.menuItems {
		width:auto;
		border-top:0px;
	}
	.menuItems.navbar-nav > li > a {
		padding-top: 22px;
    	padding-bottom: 23px;
	}
	body.initial .menuItems.navbar-nav > li > a {
		padding-top: 31px;
		padding-bottom: 32px;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right:0px;
	}
	/*.container.menuBar {
		padding:0px;
	}*/

}





.menuItems.navbar-nav > li > a:hover {
    color: #999;
    /*text-shadow: 0px 0px 3px #222;*/
    background-color:transparent;
   /* background-color:#ededed;*/
}
.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 {
    color: #999;
   /* background-color:#ededed;*/
    background-color:transparent;
}
.navbar-brand{
	width:80px;
	padding-left:20px;
	display:inline-block;
	padding-top: 7px;
}
.navbar-brand.scrollLogo img{
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
body.initial .navbar-brand.initialLogo, .navbar-brand.scrollLogo{
	opacity: 1;
	top:0px;
	position: absolute;
	transition: opacity .5s;
	-webkit-transition:  opacity .5s;
	transition-timing-function: ease-in-out;
}
body.initial .navbar-brand.scrollLogo, .navbar-brand.initialLogo{
	opacity: 0;
	top:-200px;
	position: absolute;
	transition: opacity 0s;
	-webkit-transition:  opacity 0s;
	transition-timing-function: ease-in-out;
	
}
.navbar .formOutline {
	border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    position: relative;
    border-radius: 0px;
	background-color:#F8F8F8;
}
.advancedSearch{
	padding-left:25px;
}
.advancedSearch a{
	font-size:11px;
}
a.caAdvancedSearchFormSubmit, a.caAdvancedSearchFormReset{
	color:#fff !important;
}
.navbar-default .navbar-toggle{
	border:0px;
	font-size:16px;
	margin-top: 30px;
}
.navbar-default .navbar-toggle .glyphicon{
	font-size:14px;
	margin-right:5px;
}
.navbar-default .navbar-toggle:hover{
	background-color:#f1f1f1;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: inherit;
}
/* scroll colors */
.menuItems.navbar-nav > li > a, #user-navbar > li > a, #headerSearchButton, .navbar-default .navbar-toggle, .advancedSearch a{
    color: #104d73;
}
.nav > li > a:hover, .nav > li > a:focus, .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, .menuItems.navbar-nav > li.dropdown:hover > a {
    color: #999;
}
/* initial nav */
body.initial .navbar{
	background-color:transparent;
	-webkit-box-shadow: none;
	box-shadow:none;
	padding-top:20px;
}
body.initial .navbar > .container .navbar-brand{
	width:175px;
	margin-left:20px;
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
/* body.initial .nav > li > a, body.initial .nav > li > a:hover, body.initial .nav > li > a:focus { */
	font-size: 18px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #e4ad37;
}
.navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}
/* making collapsable menu work for larger size */
@media(max-width: 900px) {
	.navbar-collapse.collapse{
		display:none !important;
	}
	.navbar-toggle{
		display:table !important;
	}
	.navbar-nav > li{
		float:none;
	}
	.navbar-form .form-control {
		display: inline-block;
		padding-top: 5px;
	}
	body.initial .menuItems.navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-collapse{
		background-color: rgba(255, 255, 255, .95);
	}
	.navbar-header {
    	float: none;
	}
	.navbar-default .navbar-toggle .glyphicon{
		margin-right:0px;
	}
	.container > .navbar-collapse {
		/*position: absolute;
		width: 100%;
		top: 80px;*/
		border:0px;
		padding-bottom:10px;
    }
    .navbar-collapse-container{
    	position: absolute;
		width: 100%;
		top: 80px;
    }
    .navbar-form.navbar-right{
    	float:none !important;
    }
    #headerSearchInput{
    	width: 100%;
    }
    .navbar-form .form-group {
    	display: inline-block;
    	width: 85%;
    	margin-bottom:5px;
	}
	.navbar .formOutline{
		border:1px solid #dedede;
		margin:0px;
	}
	.btn-search {
		position: absolute;
		right: 5px;
		top: 3px;
	}
	ul.menuItems {
		width: 100%;
		margin:0px;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: 15px !important;
	}
	#user-navbar-toggle.in {
		display: block !important;
		padding-top:20px;
	}
	#user-navbar{
		display:none;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		display:block;
	}
	.navbar-form{
		padding-right:15px;
		padding-top:0px;
		padding-bottom: 5px;
	}
	.navbar-nav .dropdown-menu > li > a{
		text-align:left;
		padding-left:35px;
	}
	.navbar-nav .dropdown-menu{
		padding-top:20px;
	}
	body.initial.frontContainer .navbar-nav > li > a{
		color: #e4ad37;
		text-transform:Uppercase;
		padding-top:10px;
	}
	.navbar-collapse{
		border-top: 0px;
		border-bottom: 1px solid #e6e6e6;
		overflow-y:scroll !important;
		max-height:450px;
	}
	
	#user-navbar-toggle .navbar-nav > li > a {
		padding-left: 20px;
		padding-top:0px;
	}
	#user-navbar-toggle .navbar-nav, #user-navbar-toggle .navbar-nav > li{
		padding-top:0px;
	}
	.advancedSearch{
		padding-left:0px;
	}
}
@media(max-width: 768px) {
	.navbar-collapse-container{
    	left:0px;
    }
	#user-navbar-toggle .navbar-nav > li > a {
		padding-left: 20px;
	}
}
@media(min-width: 768px) and (max-width: 900px){
	.navbar-nav > li{
		padding-left:30px;
	}
	#user-navbar-toggle .navbar-nav > li > a {
		padding-left: 5px;
	}
}
@media(max-width: 900px) {
	#user-navbar-toggle, #user-navbar-toggle .navbar-nav, #user-navbar-toggle .navbar-nav > li, #user-navbar-toggle .navbar-nav > li > a {
		padding-top:0px;
		padding-bottom:0px;
		margin-top:0px;
		margin-bottom:0px;
	}
	#user-navbar-toggle .navbar-nav{
		margin-top:0px;
		margin-bottom:10px;
	}
	#user-navbar-toggle .navbar-nav > li > a{
		padding-top:10px;
		padding-bottom:10px;
		text-transform:uppercase;
		color:#104d73;
	}
}
@media(min-width: 900px) and (max-width: 992px){
	.advancedSearch{
		padding-left:10px;
	}
}
@media(max-width: 1110px) {
	body.initial .navbar > .container .navbar-brand{
		width:110px;
		margin-left:0px;
	}
	.navbar-brand.initialLogo{
		padding-left:0px;
	}
	.nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
		font-size: 15px !important;
	}
}
body.initial .navbar .formOutline{
	background-color:white;
}
/* initial nav links color */
body.initial .menuItems.navbar-nav > li > a, body.initial #user-navbar > li > a, body.initial #headerSearchButton, body.initial .navbar-default .navbar-toggle, body.initial .advancedSearch a{
    color: #104d73;
}
body.initial .navbar-toggle .icon-bar {
    background-color: #104d73;
}
body.initial .nav > li > a:hover, body.initial .nav > li > a:focus, body.initial .navbar-default .navbar-nav > .open > a, body.initial .navbar-default .navbar-nav > .open > a:hover, body.initial .navbar-default .navbar-nav > .open > a:focus, body.initial .navbar-default .navbar-nav > .active > a, body.initial .navbar-default .navbar-nav > .active > a:hover, body.initial .navbar-default .navbar-nav > .active > a:focus, body.initial .menuItems.navbar-nav > li.dropdown:hover > a {
	color: #FFF;
}
@media (max-width:900px){
	body.initial .nav > li > a:hover, body.initial .nav > li > a:focus, body.initial .navbar-default .navbar-nav > .open > a, body.initial .navbar-default .navbar-nav > .open > a:hover, body.initial .navbar-default .navbar-nav > .open > a:focus, body.initial .navbar-default .navbar-nav > .active > a, body.initial .navbar-default .navbar-nav > .active > a:hover, body.initial .navbar-default .navbar-nav > .active > a:focus, body.initial .menuItems.navbar-nav > li.dropdown:hover > a {
		color: #104d73;
	}
}

body.initial.frontContainer .menuItems.navbar-nav > li > a, body.initial.frontContainer #user-navbar > li > a, body.initial.frontContainer #headerSearchButton, body.initial.frontContainer .navbar-default .navbar-toggle, body.initial.frontContainer .advancedSearch a{
    color:#e4ad37;
}
body.initial.frontContainer .navbar-toggle .icon-bar {
    background-color: #e4ad37;
}
body.initial.frontContainer .nav > li > a:hover, body.initial.frontContainer .nav > li > a:focus, body.initial.frontContainer .navbar-default .navbar-nav > .open > a, body.initial.frontContainer .navbar-default .navbar-nav > .open > a:hover, body.initial.frontContainer .navbar-default .navbar-nav > .open > a:focus, body.initial.frontContainer .navbar-default .navbar-nav > .active > a, body.initial.frontContainer .navbar-default .navbar-nav > .active > a:hover, body.initial.frontContainer .navbar-default .navbar-nav > .active > a:focus, body.initial.frontContainer .menuItems.navbar-nav > li.dropdown:hover > a {
	color: #333;
}

/* front */
.front{
	margin-top:-15px;
}
.jcarousel-pagination{
	display:none;
}
.front .jcarousel-pagination{
	width:80%;
}
.front .jcarousel-wrapper{
	margin-top:0px;
}
.front H1{
	text-align:center;
	color:#104d73;
	font-weight:bold;
}

.front H1{
	font-family: 'Quattrocento', serif;
	font-size: 40px;
	color: #000;
	font-weight:400;
}
.front H2, .front .frontGallerySlideCaption a{
	color: #104d73;
}
.front .bgLtGray{
	padding-left:30px;
	padding-right:30px;
}

.front .tileLinks{
	margin-bottom:75px;
}
.front .tileLinks > div{	
	position:relative;
}
.front .tileLinks img{
	width:100%;
	height:auto;
}
.front .tileLinks > div:hover img{
	opacity: .2;
	-webkit-transition: opacity .75s;
    transition:opacity .75s;
}
.front .tileLinks .sectionLink a{
	font-size:42px;
	font-family: 'Quattrocento', serif;
	color:#000;
}
.front .tileLinks .sectionLink a:hover{
	text-decoration:none;
}
.front .tileLinks .sectionLink{
	position:absolute;
	top:40%;
	text-align:center;
	width:100%;
	left:0px;
	opacity:1;
}
@media (min-device-width:1024px){
	/* rollover activation of link text only for computer screens */
	.front .tileLinks .sectionLink{
		opacity:0;
	}
}
.front .tileLinks > div:hover .sectionLink{
	opacity:1;

	-webkit-transition: opacity .5s;
	transition:opacity .5s;
}
@media (max-device-width:1024px){
	/* touch screens */
	.front .tileLinks img{
		opacity:.8;
	}
	.front .tileLinks .sectionLink a{
		color:#FFF;
		text-shadow: 1px 1px 4px #000;
	}
}
@media (max-width: 768px) {
	.front .tileLinks .col-sm-4{
		margin-bottom:30px;
	}
}
.front .heroSearch {
	position:relative;
	text-align:left;
	padding-top:200px;
	padding-bottom:300px;
}
.heroSearch .formOutline {
	border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    position: relative;
    border-radius: 0px;
}
.heroSearch .form-group{
    width:80%;
}
.front .heroSearch img{
	width:100%;
	height:auto;
}
.front .heroSearch form{
/*	position:absolute;
	top:40%;
	width:100%;
*/
}
.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:#000000;
	font-size: 20px;
}
.heroSearch H2{
	font-family: 'Quattrocento', serif;
	font-size:36px;
	color: #000000;
	text-align: left;
}
.heroSearch H1{
	font-family: 'Archivo Black', sans-serif;
	font-size: 60px;
	color: #000000;
	text-align: left;
	line-height: 1.1em;
	margin-top:0px;
	padding-top:0px;
}
/*@media(min-width: 480px) and (max-width: 768px) {
	.front .heroSearch{
		padding-left:100px;
	}
}*/
@media(min-width: 900px) and (max-width: 992px) {
	.front .heroSearch{
		padding-top:100px;
	}
}
@media(max-width: 992px) {
	.heroSearch H1{
		font-size:40px;
	}
	.heroSearch H2{
		font-size:24px;
	}
	.front .heroSearch .form-group {
		width: 250px;
	}
}
.hpIntro H1, .hpIntro H1 i{
	font-family: 'Quattrocento', serif;
	font-size: 40px;
	color: #000;
	font-weight:400;
	margin-bottom: 40px;
}
.hpIntro H1 b{
	font-family: 'Lato', sans-serif;
}
.hpIntro{
	color:#333;
	text-align:center;
	font-size:18px;
}
.hpIntro a{
	text-decoration:underline;
}
@media(max-width: 900px) {
	.hpIntro H1, .hpIntro H1 i{
		font-size:24px;
	}
	.hpIntro {
		font-size:14px;
	}
}
.hpGalleries{
	margin-top: 30px;
}
.hpGalleries img{
	width:100%;
	height:auto;
}
.hpGalleries .row{
	margin-bottom:30px;
}
.hpGalleries .col-sm-6{
	position:relative;
}
.hpGalleries .col-sm-6 a.hpGalleryTitle{
	position:absolute;
	top:40%;
	text-align:center;
	width:100%;
	left:0px;
	color:#FFF;
}
.hpGalleries a.hpGalleryTitle{
	font-size:42px;
	font-family: 'Quattrocento', serif;
	color:#000;
	text-shadow: 1px 1px 2px #000000;
	line-height: 1em;
}
.hpGalleries a.hpGalleryTitle:hover{
	text-decoration:none;
}
.hpGalleries .galleryTile:hover img{
	opacity:.7;
	transition:opacity .75s;
	-webkit-transition:opacity .75s;
}
@media(min-width: 768px) and (max-width: 992px) {
	.hpGalleries a.hpGalleryTitle{
		font-size:28px;
	}
}
@media(max-width: 768px) {
	.hpGalleries .galleryTile{
		margin-bottom:25px;
	}
}
/* parallax frontpage styles */
html.frontContainer {
    height: 100%;
}
body.frontContainer {
	margin-bottom:0px;
	height: 100%;
}
body.frontContainer #footer{
	position:relative;
}

.parallax {
	position:relative;
    margin-top:-180px;
    background-image: url("../graphics/fiabg.jpg");

    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: top center;*/
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-device-width:1024px){
	/* ipad and mobile disable background-attachment: fixed; fallback to no parallax so at lest see image */
	.parallax {
		background-attachment: scroll;
	}
}
.parallaxArtefacts {
    background-image: url("../graphics/divers_helmet.jpg");
	height: 350px;
	background-position: top left;
	background-size: contain;
}
.parallaxArchives {
	background-image: url("../graphics/titanic_corkletter.jpg");
	height: 350px;
	background-position: top right;
	background-size: contain;
}
.parallaxVessels {
	background-image: url("../graphics/bone_ship.jpg");
	height: 350px;
	background-position: top left;
	background-size: contain;
}

.parallaxArtefacts a, .parallaxArchives a, .parallaxVessels a {
	top:120px;
	position:relative;
}
.hpIntro{
	padding-top:50px;
	padding-bottom:50px;
}
/* footer */
#footer{
	background-color: #000000;
	color:#000;
	padding-top:50px;
	height: 330px;
	border:0px;
	font-size:14px;
	font-weight:normal;
	margin-top:50px;
}
@media(max-width:480px){
	#footer{
		height:430px;
	}
}
#footer a{
	color:#000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
#footer a.museumLink{
	font-family: 'Quattrocento', serif;
	font-size:28px;
	color:#000;
	font-weight:400;
}
#footer .address{
	text-transform: uppercase;
	font-size: 14px;
}
@media(max-width: 768px) {
	#footer .text-right{
		text-align:left;
	}
}
#footer .list-inline a{
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
}
#footer .social a{
	font-size: 20px;
	color:#333;
	font-size:25px;
}
#footer ul {
    margin-top: 25px;
}
#footer .funder{
	text-align:center;
	margin-top:25px;
}
#footer .funder img{
	width:100%;
	height:auto;
	max-width:250px;
}


/* Detail */
.detail {
	font-size:14px;
	color:#333;
}
.detail .unit {
	margin-bottom:12px;
}
.detail H3{
	padding:0px;
	margin:6px 0px 0px 0px;
	font-size:14px;
	line-height:1.4em;
}
a.readmore-js-toggle {
	padding-top:0px;
	color:#000;
	text-transform:lowercase;
	text-decoration:underline;
	padding-bottom:12px;
	margin-top:-12px;
}
.detail .detailNavBgLeft, .detail .detailNavBgRight {
	background-color: #f5f5f5;
}
.detail .detailNavBgLeft a, .detail .detailNavBgRight a {
	color: #33450D;
}
.detail .detailNavBgLeft a .small, .detail .detailNavBgRight a .small {
	color: #33450D;
}
.detail .detailMediaToolbar, .gallery .detailMediaToolbar {
	background-color:#fff;
	display:block;
	border-bottom: 1px solid #ddd;
	position:relative;
	font-size:15px;
}
.detail #detailTools {
	margin-top:0px;
}
.detail #detailAnnotations {
	margin:0px;
}
.detail .unit.document img {
	border:1px solid #ddd;
}
.detail .map {
	margin-top:15px;
	width:100%;
}
.detail .component {
	width:100%;
	clear:both;
	padding-top:10px;
}
.detail .component div {
	width:50%;
	float:left;
}
.detail .component div.status {
	text-align:right;
	float:right;
}
.detail .component div.status .available {
	color:green;
}
.detail .component div.clearfix {
	width:100%;
	float:none;
}
.places.detail .map {
	margin-top:0px;
}
.detail .map #map {
	width:100% !important;
}
.detail HR {
	clear:both;
}
.detail .marginTop {
	margin-top:30px;
}
.jscroll-next {
	display:none;
}
#relationshipTable.ui-tabs {
	padding:0px;
	min-height:201px;
	margin-top:10px;
}
#relationshipTable.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding-top:0px;
}
#relationshipTable.ui-widget-content {
	background-image:none;
	background-color:#fff;
	border-radius:0px;
	border: 4px solid #f5f5f5;
}
#relationshipTable .ui-widget-header {
	background-color:#f5f5f5;
	background-image:none;
	border:0px;
	border-radius:0px;
	text-transform:uppercase;
	font-family:"futura bold";
}
#relationshipTable .ui-state-active, #relationshipTable .ui-widget-content .ui-state-active, #relationshipTable .ui-widget-header .ui-state-active {
	border:0px;
	background-color:#f5f5f5;
	font-weight:normal;
	background-image:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border:0px;
	background-color:#f5f5f5;
	background-image:none;
}
#relationshipTable .ui-state-default a, #relationshipTable .ui-state-default a:link, #relationshipTable .ui-state-default a:visited {
	color: #999;
	font-weight:normal;
}

#relationshipTable .ui-state-active a, #relationshipTable .ui-state-active a:link, #relationshipTable .ui-state-active a:visited {
	color: #333;
}
.entityThumb {
	background-color:#f5f5f5;
	height:75px;
	padding:10px;
	margin-bottom:15px;
}
.detail .entityThumb a{
	color: #333;
}
.relatedThumb {
    background-color: #f5f5f5;
    padding: 10px 10px 15px 10px;
    font-size: 12px;
    height: 200px;
    margin-bottom: 20px;
}
@media (min-width:1350px) {
	.relatedThumb {
		height:250px;
	}
}
.relatedThumb img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.relatedThumb a{
	color: #333;
	line-height:1em;
}
.subjectBlock {
	background-color:#f5f5f5;
	min-height:100px;
	margin-top:20px;
	padding:15px 15px 20px 15px;
}
.rightsBlock {
	background-color:#f5f5f5;
	padding:15px 15px 20px 15px;
	margin-top:20px;
}
.rightsBlock a{
	color:#333;
}
.subjectBlock a {
	color: #778459;
}
.subjectHidden {
	display:none;
}
.subjectBlock a.seeMore {
	color:#999;
	font-style:italic;
	text-decoration:underline;
}
a.components  {
	color:#000;
}
#repViewerCarousel {
	width:100%;
}
.detail #detailRepNav {
	position:absolute;
	top:45%;
	width:100%;
}
.detail #detailRepNavPrev {
	font-size:30px;
	margin-left:-15px;
}	
.detail #detailRepNavNext {
	right:0px;
	font-size:30px;
	margin-right:-15px;
}
.detail #detailRepNav a:hover {
	text-decoration:none;
	color:#000;
}
.jcarousel-wrapper-thumb {
	position:relative;
}
.jcarousel-thumb {
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
.jcarousel-thumb ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-thumb ul {
	margin:0px;
	padding:0px;
}
.jcarousel-thumb li{
	width:72px !important;
	margin:5px;
	float:left;
	list-style-type:none;
}
.thumbControl {
    position: absolute;
    top: 30px;
    font-size: 30px;
}	
a.thumbControl:hover {
	text-decoration:none;
	color:#000;
}
.jcarousel-control-prev-thumb {
	left:0px;
}
.jcarousel-control-next-thumb {
	right:0px;
}

/* Library Request */
.libraryRequest {
	background-color:#fff;
    width: 90%;
    margin: 100px auto;
    padding: 20px;
    border: 2px solid #ccc;	
}
.libraryRequest .close {
	position:relative;
	margin:0px;
	color:#333;
	opacity:1;
}
.libraryRequest .close a {
	color:#666;
}
.libraryRequest p {
	margin-bottom:5px;
}
.requestInfo {
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:10px;
}
.status.unavailable {
	color: red;
}


/* collections */
.collectionLandingDesc{
	min-height:6em;
}
.collectionTile {
    font-size: 15px;
}
.collectionTile .title a{
	font-size: 16px;
}
.collectionsList a.btn-default{
	font-size:inherit;
}
.collectionsContainer a, #collectionLoad a{
	text-decoration:none !important;
}
.collectionsContainer a.active .fa, #collectionLoad a.active .fa {
    color: #FFFFFF;
}
#collectionLoad p {
    font-size: 14px;
}
#collectionLoad div a, #collectionLoad div .nonLinkedCollection {
    font-size: 16px;
    font-weight: 600;
}
.collectionsContainer a, .collectionsContainer .listItem {
	font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.collectionsContainer .label, #collectionLoad .label, #collectionLoad .label .nonLinkedCollection{
	font-family:Lato;
	font-weight: 400 !important;
}
/* results */
.results.ca_occurrences H5 {
    margin-bottom: 10px;
}
.bResultItemImgPlaceholder {
    background-color: #FFFFFF;
    border: 2px solid #EDEDED;
    color: #858585;
    margin-bottom: 10px;
    padding: 10px 5px 10px;
    text-align: center;
    width: 100%;
}
.vmmPlaceholder{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../graphics/favicon.png");
	background-position: center; /* Center the image */
 	background-repeat: no-repeat; /* Do not repeat the image */
 	background-size: contain;
 	min-height:130px;
}
.lbSetThumbPlaceholder .vmmPlaceholder{
	min-height:auto;
}
.lbSetImgPlaceholder .vmmPlaceholder{
	min-height: 70px;
}
.bResultListItemContent .vmmPlaceholder{
	width:55px;
	min-height:55px;
}
.bResultListItemContent .bResultItemImgPlaceholder{
	padding:5px;
}
.bResultListItem .bResultListItemText, .bResultItem .bResultItemText, #bRefine a, .bResultListItem .bResultListItemText a, .bResultItem .bResultItemText a {
    font-size: 14px;
    color:#000;
}
#bRefine.fixed {
	padding-top: 90px;
}
#pageArea.results .dropdown-menu{
	width:auto;
}
@media(max-width:767px){
	#pageArea.results .dropdown-menu{
		right:-90px !important;
	}
}
/* static pages */
.bodytext a{
	text-decoration:underline;
}
.bodytext img{
	width:100%;
	height:auto;
}
.bodytext img{
	padding-bottom:30px;
}
@media(min-width:768px){
	.bodytextImg{
		float:right;
		width:50%;
	}
	.bodytextImg{
		padding-left:30px;
	}
}
.bodytextImg .video-js{
	width: 100%;
    height: 350px;
}
.bodytext ul{
	padding-left: 40px;
	padding-bottom:10px;
}
.bodytext ul > li{
	list-style-type: square;
}
/* advanced search */
#pageArea.advancedSearch li a{
	font-weight:bold;
	font-size:15px;
}

/* multisearch */
.multisearchImgPlaceholder {
    background-color: #fff;
    border: 2px solid #EDEDED;
    color: #858585;
    padding: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.multisearchImgPlaceholder .vmmPlaceholder {
    min-height: 100px;
}
.multisearchResult{
	line-height:1.1em !important;
}

/* galleries */
.gallery #gallerySetInfo {
	font-size: 16px;
}
.gallery, .gallery H6 {
    font-size: 15px;
}
.gallery .setDescription {
    font-size: 14px;
}

/* licensing form */
#licensingForm H2{
	margin-top:40px;
}
.licensingFormItem img{
	height:100px;
	width:auto;
}


/* Finding Aids */
.collectionsBlock {
	margin-bottom:25px;
}
.collectionsBlock a.readmore-js-toggle {
	margin-top:0px;
}
.collectionsBlock {
	margin-bottom:20px;
}
.collectionsBlock a.readmore-js-toggle {
	margin-top:0px;
}
.collHeader a {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:bold;
	font-size:18px;
}
.colContents a {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size: 12px;
    text-decoration: none;
    margin-left:-5px;
}
.colContents div {
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
}
a.faDownload {
	background-color: #33450D;
	color:#fff;
	padding:5px;
	text-align:right;
	float:right;
	margin-right:-15px;
	font-family:"futura", "sans serif";
}
a.faDownload:hover {
	background-color:#333;
	color:#fff;
}
.borderlevel {
	border-left:1px solid #333;
}
.borderlevel .fa {
	font-size: 15px;
    margin-left: -21px;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1.1em;
}
.borderlevel a {
	padding-left:10px;
	margin-left:5px;
}
.collLevels a.readmore-js-toggle {
	text-align:right;
	font-size:12px;
	margin-top:-10px;
}
.colspacer {
    width: 5px;
    display: inline-block;
}
.showme {
    background-color: #ddd;
    padding: 5px 15px 5px 15px;
}

.mirador-btn {
	letter-spacing: 0px;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#browseTable.ui-widget-content {
	background:none;
	border:0px;
	font-family:"futura", "sans serif";
	margin:-3px -35px 0px -35px;
}
#browseTable .ui-widget-header {
	background:none;
	border:0px;
	text-align:center;
	margin-top:-10px;
	margin-bottom:10px;
	background-color:#f5f5f5;
	border-radius:0px;
	padding: 10px 10px 10px 10px;
}
#browseTable ul li {
	color:#333;
}
#browseTable.ui-tabs .ui-tabs-nav li {
	display:inline-block;
	float:none;
}
#browseTable .ui-state-default a, #browseTable .ui-state-default a:link, #browseTable .ui-state-default a:visited, #browseTable .ui-tabs-nav div a {
	color:#999;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#f5f5f5;
	border-bottom:2px solid #f5f5f5;
	margin-bottom:-5px;

}
#browseTable .ui-tabs-nav div {
	display:inline-block;
	vertical-align: top;
    padding-top: 1px;
    padding-left:10px;
}
#browseTable .ui-state-active a, #browseTable .ui-state-active a:link, #browseTable .ui-state-active a:visited {
	color:#333;
	border-bottom:2px solid #000;
	
}
#browseTable .ui-state-default, #browseTable .ui-widget-content .ui-state-default, #browseTable .ui-widget-header .ui-state-default {
	background-color:transparent;
}
.browse .btn a, .browse .btn .glyphicon, .sets .btn a, .sets .btn .glyphicon {
    color: #8c8c8c !important;
}
#bRefine .caSubItems::after {
	padding-right:4px;
	padding-left:4px;
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	font-size:8px;
}
.entityThumb {
	background-color:#f5f5f5;
	height:75px;
	padding:10px;
	margin-bottom:15px;
}
.detail .entityThumb a{
	color: #333;
}
.relatedThumb {
    background-color: #f5f5f5;
    padding: 10px 10px 15px 10px;
    font-size: 12px;
    height: 200px;
    margin-bottom: 20px;
}
@media (min-width:1350px) {
	.relatedThumb {
		height:250px;
	}
}
.relatedThumb img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.relatedThumb a{
	color: #333;
	line-height:1em;
}

	font-size: 20px;
}
/*herosearch front*/
.heroSearch H2{
	font-family: 'Quattrocento', serif;
	font-size:36px;
	color: #c39a22;
	text-align: left;
}
/*fia bg herosearch frontH1*/
.heroSearch H1{
	font-family: 'Archivo Black', sans-serif;
	font-size: 60px;
	color: #c39a22;
	text-align: left;
	line-height: 1.1em;
	margin-top:0px;
	padding-top:0px;
}
/*@media(min-width: 480px) and (max-width: 768px) {
	.front .heroSearch{
		padding-left:100px;
	}
}*/
@media(min-width: 900px) and (max-width: 992px) {
	.front .heroSearch{
		padding-top:100px;
	}
}
@media(max-width: 992px) {
	.heroSearch H1{
		font-size:40px;
	}
	.heroSearch H2{
		font-size:24px;
	}
	.front .heroSearch .form-group {
		width: 250px;
	}
}
.hpIntro H1, .hpIntro H1 i{
	font-family: 'Quattrocento', serif;
	font-size: 40px;
	color: #000;
	font-weight:400;
	margin-bottom: 40px;
}
.hpIntro H1 b{
	font-family: 'Lato', sans-serif;
}
.hpIntro{
	color:#333;
	text-align:center;
	font-size:18px;
}
.hpIntro a{
	text-decoration:underline;
}
@media(max-width: 900px) {
	.hpIntro H1, .hpIntro H1 i{
		font-size:24px;
	}
	.hpIntro {
		font-size:14px;
	}
}
.hpGalleries{
	margin-top: 30px;
}
.hpGalleries img{
	width:100%;
	height:auto;
}
.hpGalleries .row{
	margin-bottom:30px;
}
.hpGalleries .col-sm-6{
	position:relative;
}
.hpGalleries .col-sm-6 a.hpGalleryTitle{
	position:absolute;
	top:40%;
	text-align:center;
	width:100%;
	left:0px;
	color:#FFF;
}
.hpGalleries a.hpGalleryTitle{
	font-size:42px;
	font-family: 'Quattrocento', serif;
	color:#000;
	text-shadow: 1px 1px 2px #000000;
	line-height: 1em;
}
.hpGalleries a.hpGalleryTitle:hover{
	text-decoration:none;
}
.hpGalleries .galleryTile:hover img{
	opacity:.7;
	transition:opacity .75s;
	-webkit-transition:opacity .75s;
}
@media(min-width: 768px) and (max-width: 992px) {
	.hpGalleries a.hpGalleryTitle{
		font-size:28px;
	}
}
@media(max-width: 768px) {
	.hpGalleries .galleryTile{
		margin-bottom:25px;
	}
}
/* parallax frontpage styles */
html.frontContainer {
    height: 100%;
}
body.frontContainer {
	margin-bottom:0px;
	height: 100%;
}
body.frontContainer #footer{
	position:relative;
}

.parallax {
	position:relative;
    margin-top:-180px;
    background-image: url("../graphics/fiabg.jpg");

    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: top center;*/
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-device-width:1024px){
	/* ipad and mobile disable background-attachment: fixed; fallback to no parallax so at lest see image */
	.parallax {
		background-attachment: scroll;
	}
}
.parallaxArtefacts {
    background-image: url("../graphics/divers_helmet.jpg");
	height: 350px;
	background-position: top left;
	background-size: contain;
}
.parallaxArchives {
	background-image: url("../graphics/titanic_corkletter.jpg");
	height: 350px;
	background-position: top right;
	background-size: contain;
}
.parallaxVessels {
	background-image: url("../graphics/bone_ship.jpg");
	height: 350px;
	background-position: top left;
	background-size: contain;
}

.parallaxArtefacts a, .parallaxArchives a, .parallaxVessels a {
	top:120px;
	position:relative;
}
.hpIntro{
	padding-top:50px;
	padding-bottom:50px;
}
/* footer */
#footer{
	background-color: #003366;
	color:#ff9900;
	padding-top:50px;
	height: 330px;
	border:0px;
	font-size:14px;
	font-weight:normal;
	margin-top:50px;
}
@media(max-width:480px){
	#footer{
		height:430px;
	}
}
#footer a{
	color:#ff9900;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
#footer a.museumLink{
	font-family: 'Quattrocento', serif;
	font-size:28px;
	color:rgb(255, 255, 255);
	font-weight:400;
}
#footer .address{
	text-transform: uppercase;
	font-size: 14px;
}
@media(max-width: 768px) {
	#footer .text-right{
		text-align:left;
	}
}
#footer .list-inline a{
	font-size: 14px;
	color:#ffffff;
	font-weight: 400;
	text-transform: uppercase;
}
#footer .social a{
	font-size: 20px;
	color:#ff9900;
	font-size:25px;
}
#footer ul {
    margin-top: 25px;
}
#footer .funder{
	text-align:center;
	margin-top:25px;
}
#footer .funder img{
	width:100%;
	height:auto;
	max-width:250px;
}


/* Detail */
.detail {
	font-size:14px;
	color:#333;
}
.detail .unit {
	margin-bottom:12px;
}
.detail H3{
	padding:0px;
	margin:6px 0px 0px 0px;
	font-size:14px;
	line-height:1.4em;
}
a.readmore-js-toggle {
	padding-top:0px;
	color:#000;
	text-transform:lowercase;
	text-decoration:underline;
	padding-bottom:12px;
	margin-top:-12px;
}
.detail .detailNavBgLeft, .detail .detailNavBgRight {
	background-color: #f5f5f5;
}
.detail .detailNavBgLeft a, .detail .detailNavBgRight a {
	color: #33450D;
}
.detail .detailNavBgLeft a .small, .detail .detailNavBgRight a .small {
	color: #33450D;
}
.detail .detailMediaToolbar, .gallery .detailMediaToolbar {
	background-color:#fff;
	display:block;
	border-bottom: 1px solid #ddd;
	position:relative;
	font-size:15px;
}
.detail #detailTools {
	margin-top:0px;
}
.detail #detailAnnotations {
	margin:0px;
}
.detail .unit.document img {
	border:1px solid #ddd;
}
.detail .map {
	margin-top:15px;
	width:100%;
}
.detail .component {
	width:100%;
	clear:both;
	padding-top:10px;
}
.detail .component div {
	width:50%;
	float:left;
}
.detail .component div.status {
	text-align:right;
	float:right;
}
.detail .component div.status .available {
	color:green;
}
.detail .component div.clearfix {
	width:100%;
	float:none;
}
.places.detail .map {
	margin-top:0px;
}
.detail .map #map {
	width:100% !important;
}
.detail HR {
	clear:both;
}
.detail .marginTop {
	margin-top:30px;
}
.jscroll-next {
	display:none;
}
#relationshipTable.ui-tabs {
	padding:0px;
	min-height:201px;
	margin-top:10px;
}
#relationshipTable.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding-top:0px;
}
#relationshipTable.ui-widget-content {
	background-image:none;
	background-color:#fff;
	border-radius:0px;
	border: 4px solid #f5f5f5;
}
#relationshipTable .ui-widget-header {
	background-color:#f5f5f5;
	background-image:none;
	border:0px;
	border-radius:0px;
	text-transform:uppercase;
	font-family:"futura bold";
}
#relationshipTable .ui-state-active, #relationshipTable .ui-widget-content .ui-state-active, #relationshipTable .ui-widget-header .ui-state-active {
	border:0px;
	background-color:#f5f5f5;
	font-weight:normal;
	background-image:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border:0px;
	background-color:#f5f5f5;
	background-image:none;
}
#relationshipTable .ui-state-default a, #relationshipTable .ui-state-default a:link, #relationshipTable .ui-state-default a:visited {
	color: #999;
	font-weight:normal;
}

#relationshipTable .ui-state-active a, #relationshipTable .ui-state-active a:link, #relationshipTable .ui-state-active a:visited {
	color: #333;
}
.entityThumb {
	background-color:#f5f5f5;
	height:75px;
	padding:10px;
	margin-bottom:15px;
}
.detail .entityThumb a{
	color: #333;
}
.relatedThumb {
    background-color: #f5f5f5;
    padding: 10px 10px 15px 10px;
    font-size: 12px;
    height: 200px;
    margin-bottom: 20px;
}
@media (min-width:1350px) {
	.relatedThumb {
		height:250px;
	}
}
.relatedThumb img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.relatedThumb a{
	color: #333;
	line-height:1em;
}
.subjectBlock {
	background-color:#f5f5f5;
	min-height:100px;
	margin-top:20px;
	padding:15px 15px 20px 15px;
}
.rightsBlock {
	background-color:#f5f5f5;
	padding:15px 15px 20px 15px;
	margin-top:20px;
}
.rightsBlock a{
	color:#333;
}
.subjectBlock a {
	color: #778459;
}
.subjectHidden {
	display:none;
}
.subjectBlock a.seeMore {
	color:#999;
	font-style:italic;
	text-decoration:underline;
}
a.components  {
	color:#000;
}
#repViewerCarousel {
	width:100%;
}
.detail #detailRepNav {
	position:absolute;
	top:45%;
	width:100%;
}
.detail #detailRepNavPrev {
	font-size:30px;
	margin-left:-15px;
}	
.detail #detailRepNavNext {
	right:0px;
	font-size:30px;
	margin-right:-15px;
}
.detail #detailRepNav a:hover {
	text-decoration:none;
	color:#000;
}
.jcarousel-wrapper-thumb {
	position:relative;
}
.jcarousel-thumb {
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
.jcarousel-thumb ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-thumb ul {
	margin:0px;
	padding:0px;
}
.jcarousel-thumb li{
	width:72px !important;
	margin:5px;
	float:left;
	list-style-type:none;
}
.thumbControl {
    position: absolute;
    top: 30px;
    font-size: 30px;
}	
a.thumbControl:hover {
	text-decoration:none;
	color:#000;
}
.jcarousel-control-prev-thumb {
	left:0px;
}
.jcarousel-control-next-thumb {
	right:0px;
}

/* Library Request */
.libraryRequest {
	background-color:#fff;
    width: 90%;
    margin: 100px auto;
    padding: 20px;
    border: 2px solid #ccc;	
}
.libraryRequest .close {
	position:relative;
	margin:0px;
	color:#333;
	opacity:1;
}
.libraryRequest .close a {
	color:#666;
}
.libraryRequest p {
	margin-bottom:5px;
}
.requestInfo {
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:10px;
}
.status.unavailable {
	color: red;
}


/* collections */
.collectionLandingDesc{
	min-height:6em;
}
.collectionTile {
    font-size: 15px;
}
.collectionTile .title a{
	font-size: 16px;
}
.collectionsList a.btn-default{
	font-size:inherit;
}
.collectionsContainer a, #collectionLoad a{
	text-decoration:none !important;
}
.collectionsContainer a.active .fa, #collectionLoad a.active .fa {
    color: #FFFFFF;
}
#collectionLoad p {
    font-size: 14px;
}
#collectionLoad div a, #collectionLoad div .nonLinkedCollection {
    font-size: 16px;
    font-weight: 600;
}
.collectionsContainer a, .collectionsContainer .listItem {
	font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.collectionsContainer .label, #collectionLoad .label, #collectionLoad .label .nonLinkedCollection{
	font-family:Lato;
	font-weight: 400 !important;
}
/* results */
.results.ca_occurrences H5 {
    margin-bottom: 10px;
}
.bResultItemImgPlaceholder {
    background-color: #FFFFFF;
    border: 2px solid #EDEDED;
    color: #858585;
    margin-bottom: 10px;
    padding: 10px 5px 10px;
    text-align: center;
    width: 100%;
}
.vmmPlaceholder{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../graphics/favicon.png");
	background-position: center; /* Center the image */
 	background-repeat: no-repeat; /* Do not repeat the image */
 	background-size: contain;
 	min-height:130px;
}
.lbSetThumbPlaceholder .vmmPlaceholder{
	min-height:auto;
}
.lbSetImgPlaceholder .vmmPlaceholder{
	min-height: 70px;
}
.bResultListItemContent .vmmPlaceholder{
	width:55px;
	min-height:55px;
}
.bResultListItemContent .bResultItemImgPlaceholder{
	padding:5px;
}
.bResultListItem .bResultListItemText, .bResultItem .bResultItemText, #bRefine a, .bResultListItem .bResultListItemText a, .bResultItem .bResultItemText a {
    font-size: 14px;
    color:#000;
}
#bRefine.fixed {
	padding-top: 90px;
}
#pageArea.results .dropdown-menu{
	width:auto;
}
@media(max-width:767px){
	#pageArea.results .dropdown-menu{
		right:-90px !important;
	}
}
/* static pages */
.bodytext a{
	text-decoration:underline;
}
.bodytext img{
	width:100%;
	height:auto;
}
.bodytext img{
	padding-bottom:30px;
}
@media(min-width:768px){
	.bodytextImg{
		float:right;
		width:50%;
	}
	.bodytextImg{
		padding-left:30px;
	}
}
.bodytextImg .video-js{
	width: 100%;
    height: 350px;
}
.bodytext ul{
	padding-left: 40px;
	padding-bottom:10px;
}
.bodytext ul > li{
	list-style-type: square;
}
/* advanced search */
#pageArea.advancedSearch li a{
	font-weight:bold;
	font-size:15px;
}

/* multisearch */
.multisearchImgPlaceholder {
    background-color: #fff;
    border: 2px solid #EDEDED;
    color: #858585;
    padding: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.multisearchImgPlaceholder .vmmPlaceholder {
    min-height: 100px;
}
.multisearchResult{
	line-height:1.1em !important;
}

/* galleries */
.gallery #gallerySetInfo {
	font-size: 16px;
}
.gallery, .gallery H6 {
    font-size: 15px;
}
.gallery .setDescription {
    font-size: 14px;
}

/* licensing form */
#licensingForm H2{
	margin-top:40px;
}
.licensingFormItem img{
	height:100px;
	width:auto;
}


/* Finding Aids */
.collectionsBlock {
	margin-bottom:25px;
}
.collectionsBlock a.readmore-js-toggle {
	margin-top:0px;
}
.collectionsBlock {
	margin-bottom:20px;
}
.collectionsBlock a.readmore-js-toggle {
	margin-top:0px;
}
.collHeader a {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:bold;
	font-size:18px;
}
.colContents a {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size: 12px;
    text-decoration: none;
    margin-left:-5px;
}
.colContents div {
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
}
a.faDownload {
	background-color: #33450D;
	color:#fff;
	padding:5px;
	text-align:right;
	float:right;
	margin-right:-15px;
	font-family:"futura", "sans serif";
}
a.faDownload:hover {
	background-color:#333;
	color:#fff;
}
.borderlevel {
	border-left:1px solid #333;
}
.borderlevel .fa {
	font-size: 15px;
    margin-left: -21px;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1.1em;
}
.borderlevel a {
	padding-left:10px;
	margin-left:5px;
}
.collLevels a.readmore-js-toggle {
	text-align:right;
	font-size:12px;
	margin-top:-10px;
}
.colspacer {
    width: 5px;
    display: inline-block;
}
.showme {
    background-color: #ddd;
    padding: 5px 15px 5px 15px;
}

.mirador-btn {
	letter-spacing: 0px;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#browseTable.ui-widget-content {
	background:none;
	border:0px;
	font-family:"futura", "sans serif";
	margin:-3px -35px 0px -35px;
}
#browseTable .ui-widget-header {
	background:none;
	border:0px;
	text-align:center;
	margin-top:-10px;
	margin-bottom:10px;
	background-color:#f5f5f5;
	border-radius:0px;
	padding: 10px 10px 10px 10px;
}
#browseTable ul li {
	color:#333;
}
#browseTable.ui-tabs .ui-tabs-nav li {
	display:inline-block;
	float:none;
}
#browseTable .ui-state-default a, #browseTable .ui-state-default a:link, #browseTable .ui-state-default a:visited, #browseTable .ui-tabs-nav div a {
	color:#999;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#f5f5f5;
	border-bottom:2px solid #f5f5f5;
	margin-bottom:-5px;

}
#browseTable .ui-tabs-nav div {
	display:inline-block;
	vertical-align: top;
    padding-top: 1px;
    padding-left:10px;
}
#browseTable .ui-state-active a, #browseTable .ui-state-active a:link, #browseTable .ui-state-active a:visited {
	color:#333;
	border-bottom:2px solid #000;
	
}
#browseTable .ui-state-default, #browseTable .ui-widget-content .ui-state-default, #browseTable .ui-widget-header .ui-state-default {
	background-color:transparent;
}
.browse .btn a, .browse .btn .glyphicon, .sets .btn a, .sets .btn .glyphicon {
    color: #8c8c8c !important;
}
#bRefine .caSubItems::after {
	padding-right:4px;
	padding-left:4px;
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	font-size:8px;
}
.entityThumb {
	background-color:#f5f5f5;
	height:75px;
	padding:10px;
	margin-bottom:15px;
}
.detail .entityThumb a{
	color: #333;
}
.relatedThumb {
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    height: 200px;
    margin-bottom: 20px;
}
@media (min-width:1350px) {
	.relatedThumb {
		height:250px;
	}
}
.relatedThumb img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.relatedThumb a{
	color: #333;
	line-height:1em;
}


.filterDiv {
  float: left;
  background-color: #2196F3;
  color: #ffffff;
  width: 220px;
  line-height: 220px;
  text-align: center;
  margin: 10px;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}

/*zoho-mail css*/
.zf-flLeft {
	float:left;
}
.zf-flRight {
	float:right;
}
.zf-clearBoth {
	clear:both;
}
ol, ul {
	list-style: none outside none;
}
.zf-normalText {
	font-size:13px;
	line-height:1.5;
}
.zf-smallText {
	font-size:0.9em;
	font-weight:normal;
}
.zf-smallHeading {
	font-size:18px;
}
.zf-heading {
	font-size:2em;
}
.zf-subHeading {
	font-size:1.5em;
}
.zf-boldText, .zf-boldText a {
	font-weight:bold;
	text-decoration:none;
}
.zf-italicText {
	font-style:italic;
}
.zf-heading a {
	text-decoration:underline;
}
.zf-heading a:hover {
	text-decoration:none;
}
.zf-blodText {
	font-weight:bold;
}
.zf-overAuto {
	overflow:auto;
}
.zf-split {
	color: #8B9193;
	padding: 0 3px;
}

.zf-backgroundBg {
	background:#f5f5f5;
}

.zf-templateWidth {
	margin:1% auto;	
}

.zf-templateWidth { 
	width:800px;
	}

.zf-templateWrapper {
	background:#fff;
	border:1px solid #d6d6d6;
	-webkit-box-shadow: 0 0px 3px #E1E1E1;
	-moz-box-shadow: 0 0px 3px #E1E1E1;
	box-shadow: 0 0px 3px #E1E1E1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea {
	background:#fff;	
	border:1px solid #e5e5e5;	
	-webkit-border-radius:2px; 	
	-moz-border-radius:2px;	
	border-radius:2px;	
	padding:5px;
	font-size:13px;	
}

.zf-tempContDiv input[type="text"]:hover,  .zf-tempContDiv textarea:hover{	
	border:1px solid rgba(157, 157, 157, 0.75) !important;	
	}	
.zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus{	
	border:1px solid rgba(121, 187, 238, 0.75) !important;	
	-webkit-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	}
	
.zf-tempContDiv textarea {
	height:75px;
}
.arrangeAddress .zf-addrCont  span.zf-addtwo{ width: 99% !important;float: none !important;} 		
/**********Error Message***********/	
.zf-errorMessage {
	font:12px Arial, Helvetica, sans-serif;
	color:#ff0000;
	padding-top:5px;
}

/**********Mandatory Message***********/	
.zf-important {
	color:#ff0000 !important;
	font-weight: normal;
	margin-left:0px;
	padding: 0;
	font-size:13px !important;
}

/**********instruction Message***********/
.zf-instruction {
	color:#939393;
	font-style:italic;
	margin-top:3px;
	font-size:12px;
	overflow:visible !important;
}	

.zf-symbols {
	padding:0 5px;
}

.zf-overflow{ overflow:hidden;}

/*****************template Header Starts Here****************/

.zf-tempHeadBdr {
	margin:0;
	padding:0;
	overflow:hidden;
}

.zf-tempHeadContBdr {
	background: #494949;
	border-bottom:1px solid #EAEAEA;
	margin: 0;
	padding:10px 25px;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.zf-tempHeadContBdr .zf-frmTitle {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size:2em;
}
.zf-tempHeadContBdr .zf-frmDesc {
	color: #DDDDDD;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/****************template Header Ends Here****************/


.zf-subContWrap {
	padding:0;
	margin:10px;
	margin-bottom:0;
}

.zf-tempFrmWrapper {
	padding:10px 15px;
	margin:1px 0;
}

.zf-tempFrmWrapper .zf-tempContDiv {
	margin:0;
	padding:0;
}

.zf-tempFrmWrapper .zf-labelName {
	font-weight:bold;
	font-size:13px;
	color:#444;
}

.zf-form-sBox{ 
	padding:4px; 
	border:1px solid #e5e5e5; 
	font-size:13px;
	}

.zf-name .zf-tempContDiv span, .zf-phone .zf-tempContDiv span, .zf-time .zf-tempContDiv span{
	float: left;
	display:block;
}

.zf-name .zf-tempContDiv span{margin-bottom:5px; margin-left: 4%;}
.zf-name .zf-tempContDiv span.last{ margin-right:0;}
.zf-name .zf-tempContDiv span label{ display: block;padding-top:3px;}
.zf-name .zf-tempContDiv input[type="text"] {width:100%;}


.zf-phone .zf-tempContDiv span label, .zf-date .zf-tempContDiv span label, .zf-time .zf-tempContDiv span label, .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label, .zf-name .zf-tempContDiv span label{ 
	font-size:11px; 
	padding-top:3px;
	}
.zf-phone .zf-tempContDiv label, .zf-date .zf-tempContDiv label, .zf-time .zf-tempContDiv label, .zf-address .zf-tempContDiv label, .zf-name .zf-tempContDiv span label {
	color:#888888;
	}
.zf-phone .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	text-align:center;
}
.zf-phone .zf-tempContDiv .zf-symbols {
	padding-top:5px;
}


.zf-currency .zf-tempContDiv span{ 
	display:inline-block;
	}
.zf-currency .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	}
.zf-currency .zf-tempContDiv .zf-symbol {
	font-size: 14px;
    margin-left:5px;
    margin-top: 4px;
	width:auto;
	font-weight:bold;
	}

.zf-decesion .zf-tempContDiv{ 
	width:100% !important; 
	margin-top:4px;
	}
.zf-decesion input[type="checkbox"] {
    display: block;
    height: 13px;
    margin: 0;
    padding: 0;
    width: 13px;
	float:left;
	margin-top:4px;
}
.zf-decesion label {
    display: block;
    line-height:21px;
    margin: 0px 0 0 25px !important;
    padding-bottom: 0 !important;
	width:95% !important;
	float:none !important;
	line-height:21px !important;
	text-align:left !important;
} 

.zf-tempContDiv input[type="file"]{
	outline:none;
	border:1px solid #ccc;
	margin:0 auto;
	padding:5px;
	width:auto;
}


.zf-address .zf-tempContDiv span, .zf-geolocation .zf-tempContDiv span {
	display:block;
	padding-bottom:15px;
	margin-right:2%;
	}
	
.zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label{
	display: block;
	padding-top:3px;
	}	
	
.zf-address .zf-tempContDiv .zf-addOne, .zf-geolocation .zf-tempContDiv .zf-addOne{
	float: none;
	padding-bottom:15px;
	margin-right:0;
	}

.zf-address .zf-tempContDiv .zf-addOne input, .zf-geolocation .zf-tempContDiv .zf-addOne input{
	width:98%;
	}
.zf-address .zf-tempContDiv span.zf-addtwo, .zf-geolocation .zf-tempContDiv span.zf-addtwo{
	width:48%;
	}
.zf-address .zf-tempContDiv span.zf-addtwo input, .zf-geolocation .zf-tempContDiv span.zf-addtwo input{
	width:99%;
	}	
.zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox{
	width:100%;
	}
	
.zf-signContainer{ 
	margin:0; 
	padding:0; 
	width:100%;
	}
.zf-signContainer canvas{ 
	cursor:crosshair;
	border:1px solid #ccc; 
	background:#fff;
	}
.zf-signContainer a{
    font-size: 11px;
    text-decoration: underline;
	}	
	
.zf-section h2{
	border-bottom:1px solid #D7D7D7;
	font-size:22px; 
	color:#000; 
	font-weight:500; 
	font-family:'Open Sans',"Lucida Grande",Arial,Helvetica,sans-serif; 
	padding-bottom:10px;
	}
.zf-section p{ 
	color:#847F7F; 
	margin-top:10px;
	}
	
.zf-note .zf-labelName{	
	padding-top:7px;
	}
.zf-templateWrapper .zf-note{ 
	overflow:hidden;
	}

.zf-date .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	text-align:left;
}

.zf-subDate{ margin-right:10px;}
.zf-subDate label{ text-align:left !important;}

.zf-time .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	text-align:center;
}

.zf-time .zf-tempContDiv .zf-form-sBox{
	min-width:58px;
}

.zf-time .zf-tempContDiv .zf-symbols {
	padding-top:5px;
}

.zf-tempContDiv input[type="checkbox"], .zf-tempContDiv input[type="radio"] {
	display: block;
	height: 13px;
	margin: 4px 0 0;
	padding: 0;
	width: 13px;
}

.zf-radio .zf-overflow, .zf-checkbox .zf-overflow{padding-left:2px !important;}

.zf-sideBySide .zf-tempContDiv span {
	margin: 0 15px 5px 0;
	padding:0;
	width:auto;
	float: left;
	display:block;
}
.zf-sideBySide .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	margin-top:3px;
	float:left;
}
.zf-sideBySide .zf-tempContDiv span input[type="radio"] {
	display: block;
	width: 13px;
	height: 13px;
	margin-top:4px;
	padding: 0;
	float:left;
}
.zf-sideBySide .zf-tempContDiv span label {
	line-height:21px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
}
		

.zf-oneColumns .zf-tempContDiv span {
	margin:0 0 13px 0;
	padding:0;
	width:100%;
	display:block;
	clear: both;
}
.zf-oneColumns .zf-tempContDiv span:last-child { margin-bottom:0;}

.zf-oneColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	width: 13px;
	height: 13px;
	margin:0;
	padding: 0;
	margin-top:3px;
	float:left;
}
.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
	display: block;
	width: 13px;
	height: 13px;
	margin-top:4px;
	padding: 0;
	float:left;
}
.zf-oneColumns .zf-tempContDiv span label {
	line-height:19px;
	display: block;
	margin: 0 0 0 20px;
	padding:0;
	font-size:13px;
}
.zf-twoColumns .zf-tempContDiv span {
	margin: 0 5px 13px 0;
	width: 48%;
	float: left;
	display:block;
}
.zf-twoColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	margin-top:3px;
	float:left;
}
.zf-twoColumns .zf-tempContDiv span input[type="radio"] {
	display: block;
	width: 13px;
	height: 13px;
	margin-top:4px;
	padding: 0;
	float:left;
}
.zf-twoColumns .zf-tempContDiv span label {
	line-height:21px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
}
.zf-threeColumns .zf-tempContDiv span {
	margin: 0 5px 13px 0;
	width:30%;
	float: left;
}
.zf-threeColumns .zf-tempContDiv span input[type="checkbox"] {
	display:block;
	width: 13px;
	height: 13px;
	padding: 0;
	margin-top:3px;
	float:left;
}
.zf-threeColumns .zf-tempContDiv span input[type="radio"] {
	display:block;
	width: 13px;
	height: 13px;
	margin-top:4px;
	padding: 0;
	float:left;
}
.zf-threeColumns .zf-tempContDiv span label {
	line-height:21px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
}

.zf-mSelect select{ font-size:13px;}	

.zf-fmFooter {
	margin:0;
	padding:25px;
	text-align:center;
}

.zf-fmFooter .zf-submitColor{ font-size:14px; padding:4px 10px;}

.zf-submitColor{
	color: #fff;
	border:1px solid;
	border-color: #2F9EEC #1988D6 #1988D6;
	background: #2596e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6));
	background: -moz-linear-gradient(top,  #2f9eec,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6');
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	}
	
.zf-submitColor:hover{
	background: #1988d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));
	background: -moz-linear-gradient(top,  #1988d6,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
	}	   	

/****************Field Small/Medium/Large Starts Here****************/

.zf-small .zf-tempContDiv input[type="text"], .zf-small .zf-tempContDiv textarea, .zf-small .zf-mSelect select, .zf-small .zf-tempContDiv .zf-sliderCont, .zf-small .zf-tempContDiv .zf-pdfTextArea{
	width:50%;
	}
.zf-medium .zf-tempContDiv input[type="text"], .zf-medium .zf-tempContDiv textarea, .zf-medium .zf-mSelect select, .zf-medium .zf-tempContDiv .zf-sliderCont, .zf-medium .zf-tempContDiv .zf-pdfTextArea{
	width:75%;
	}
.zf-large .zf-tempContDiv input[type="text"], .zf-large .zf-tempContDiv textarea, .zf-large .zf-mSelect select, .zf-large .zf-tempContDiv .zf-sliderCont, .zf-large .zf-tempContDiv .zf-pdfTextArea{
	width:100%;
	}
	
	
.zf-small .zf-tempContDiv .zf-form-sBox{
	width:50%;
	}
.zf-medium .zf-tempContDiv .zf-form-sBox{
	width:75%;
	}
.zf-large .zf-tempContDiv .zf-form-sBox{
	width:100%;
	}


.zf-name .zf-tempContDiv .zf-form-sBox{
	width:100%;
	}

.zf-namesmall .zf-nameWrapper{ width: 50%;}
.zf-namesmall .zf-tempContDiv span{width:48%;}
 
.zf-namesmall .zf-oneType .zf-salutationWrapper span{width:63%; }
.zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 33%;}

.zf-namesmall .zf-twoType .zf-salutationWrapper span{width:34%;margin-left:3%;}
.zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation{ width:26%;}

.zf-namesmall .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}

.zf-namesmall .zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;}
.zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width:50%;}


.zf-namesmall .zf-tempContDiv span:first-child{ margin-left:0;}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span, .zf-rightAlign .zf-namesmall	.zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;}
.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation, .zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 50%; }




.zf-namemedium .zf-nameWrapper{ width: 75%;}

.zf-namemedium .zf-tempContDiv span{width:49%; margin-left:2%;}


    
.zf-namemedium .zf-oneType .zf-salutationWrapper span{width:73%; }
.zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 25%;}

.zf-namemedium .zf-twoType .zf-salutationWrapper span{width:38%;margin-left:2%;}
.zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation{ width:20%;}


.zf-namemedium .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}


.zf-namemedium .zf-threeType .zf-salutationWrapper span{width:25%;margin-left:2%;}

.zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;}

.zf-namemedium .zf-tempContDiv span:first-child{ margin-left:0;}

.zf-namelarge .zf-tempContDiv span{width:23.5%; margin-left:2%; margin-right: 0; margin-bottom: 0;}
.zf-namelarge .zf-twoType .zf-nameWrapper span{width:49%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}


.zf-namelarge .zf-twoType .zf-salutationWrapper span{width:40%; margin-left:2%;}
.zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation{ width: 16%;}

.zf-namelarge .zf-threeType .zf-salutationWrapper span{width:26%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 16%;}

.zf-namelarge .zf-oneType .zf-salutationWrapper span{width:73%; margin-left:2%;}
.zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation{ width:25%;}

.zf-namelarge .zf-tempContDiv span:first-child { margin-left:0 !important;}



.zf-csmall	 .zf-tempContDiv input[type="text"] {
	width:43%;
	}
.zf-cmedium .zf-tempContDiv input[type="text"] {
	width:67%;
	}
.zf-clarge	 .zf-tempContDiv input[type="text"] {
	width:91%;
	} 	

.zf-nsmall .zf-tempContDiv input[type="text"] {	
	width:50%;	
	}
.zf-nmedium .zf-tempContDiv input[type="text"] {
	width:75%;
	}
.zf-nlarge .zf-tempContDiv input[type="text"] {
	width:100%;
	}

.zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea {	
	width:49%;
	}
.zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea {
	width:60%;
	}
.zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea {	
	width:74%;
	}	

.zf-addrsmall .zf-tempContDiv .zf-addrCont{ 
	width:50%;
	}
.zf-addrmedium .zf-tempContDiv .zf-addrCont{ 
	width:75%;
	}
.zf-addrlarge .zf-tempContDiv .zf-addrCont{ 
	width:100%;
	}	
	
	
/****************Field Small/Medium/Large Ends Here****************/	

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
	padding-bottom:8px;
	display:block;
}

.zf-topAlign .zf-threeColumns .zf-labelName, .zf-topAlign .zf-twoColumns .zf-labelName, .zf-topAlign .zf-oneColumns .zf-labelName, .zf-topAlign .zf-sideBySide .zf-labelName{ padding-bottom:8px;}

.zf-leftAlign {
	display:block;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-labelName {
	float:left;
	width:30%;
	line-height:20px;
	margin-right:15px;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv {
	 margin-left: 35%;
}

.zf-leftAlign .zf-slider .zf-tempContDiv{ margin-top:6px;}

.zf-leftAlign .zf-decesion .zf-tempContDiv, .zf-rightAlign .zf-decesion .zf-tempContDiv{ margin-left:0 !important;}

.zf-rightAlign {
	display:block;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-labelName {
	float:left;
	width:30%;
	line-height: 20px;
	text-align:right;
	margin-right:15px;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv {
	 margin-left: 35%;
}
.zf-matrixTable{ font-size:13px; overflow-x: scroll;padding-bottom: 15px !important;}
.zf-matrixTable table th, .zf-matrixTable table td{padding:10px;}
.zf-matrixTable thead th, .zf-matrixTable table td{ text-align:center;}
.zf-matrixTable table td input[type="radio"], .zf-matrixTable table td input[type="checkbox"]{ display:inline-block;}
.zf-matrixTable tbody th{ font-weight:normal;font-size: 13px;text-align: left;}
.zf-matrixTable thead th { font-weight:600;font-size: 13px;}

/****************Form Top Align Starts Here****************/	

.zf-termsContainer{ margin:0; padding:0;}
.zf-termsContainer .zf-termsMsg {border: 1px solid #E1E1E1;max-height: 250px; min-height:70px; overflow-y:scroll; padding:10px;  margin-bottom:6px;}

.zf-termsAccept{ margin-top:2px !important;}
.zf-termsAccept input[type="checkbox"]{ margin-top:2px !important; float:left;}
.zf-termsAccept label{ margin-left: 20px;font-size: 13px;float: none;display: block;}

.zf-termsWrapper .zf-tempContDiv{ margin-left:0 !important;}
.zf-termsWrapper .zf-labelName{ width:100% !important; text-align:left !important; padding-bottom:8px !important;}


.zf-medium .zf-phwrapper {
    width: 75%;
}
.zf-phwrapper.zf-phNumber span {
	width: 100% !important;
}
.zf-phwrapper span:first-child {
    margin-left: 0;
    width: 22%;
}
.zf-phwrapper label {
    display: block;
    color: #888888;
    font-size: 11px;
    margin-top: 2px;
}
.zf-medium .zf-phonefld input[type="text"], .zf-small .zf-phonefld input[type="text"] {
    width: 100%;
}
.zf-small .zf-phwrapper {
    width: 50%;
}
.zf-tempFrmWrapper.zf-phone span {
	width: auto;
	margin: inherit;
}
.zf-phwrapper span {
    margin-bottom: 10px;
    float: left;
    width: 76%;
    margin-left: 2%;
}
.zf-descFld a{ text-decoration:underline;}
.zf-descFld em{ font-style:italic;}
.zf-descFld b{ font-weight:bold;}
.zf-descFld i{ font-style: italic;}
.zf-descFld u{ text-decoration:underline;}
.zf-descFld ul{ margin:auto;}
.zf-descFld ul{ list-style:disc;}
.zf-descFld ol{ list-style:decimal;}
.zf-descFld ul, .zf-descFld ol{margin: 10px 0;
    padding-left: 20px;}

.zf-descFld  ol.code {
    list-style-position: outside;
    list-style-type: decimal;
    padding: 0 30px;
}

.zf-descFld  ol.code li {
    background-color: #F5F5F5;
    border-left: 2px solid #CCCCCC;
    margin: 1px 0;
    padding: 2px;
}

.zf-descFld  blockquote.zquote {
    border-left: 3px solid #EFEFEF;
    padding-left: 35px;
}
.zf-descFld  blockquote.zquote span.txt {
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    -moz-user-select: none;
    color: #058BC2;
    float: left;
    font: bold 50px Arial,Helvetica,sans-serif;
    margin: -10px 0 0 -30px;
}
.zf-descFld  blockquote.block_quote {
    background: url("../images/newQuote.gif") no-repeat scroll 12px 10px rgba(0, 0, 0, 0);
    border-left: 3px solid #EFEFEF;
    font: 13px/20px georgia,Arial,verdana,Helvetica,sans-serif;
    margin: 15px 3px 15px 15px;
    padding: 10px 10px 10px 40px;
}
.zf-descFld  body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 8px;
}
.note .noteCont{ overflow:hidden;}
.note .zf-descFld{
	overflow:hidden;
	font-size: 13px;
}



