div.info_text{

	color: #374A7A;
	font-size: 19px;
	font-family: AdobeGaramond;
	padding-bottom: 30px;

}

div.info_text2{

	letter-spacing: 1px;
	font-size: 11px;
	color: #374A7A;
	font-family: HelveticaNeue-Light;
	text-transform: uppercase;
}

div.info_text3{

	color: #374A7A;
	font-size: 19px;
	font-family: AdobeGaramond;
	padding-bottom: 30px;
	padding-left: 20px;
}

a.filter_link{
	cursor: pointer;
}

.highlighted_element{
	color: #000;
}

header.detail .title, header.detail .subtitle{
	max-width: 678px;
}



.login{
	position: absolute;
	top:0px;
	left: 20px;
}

.password{
	position: absolute;
	top:0px;
	right: 20px;

}
.submit_button_private{
	z-index: 10;
	position: absolute;
	top:4px;
	right: 24px;


}

#credit {

    font: 9px Arial,Helvetica,Sans-serif;
    height: 20px;
    text-align: right;
    text-transform: none !important;
    letter-spacing: 0px;
    z-index: 100;
    margin-top: 60px;
}
#credit a{
    color: #000;	
}
#credit a:hover {
    color: #374A7A;
}

.video_slide{
	padding-top: 47px;
}

.qlink{
	
}

.issuuembed{
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

.a2_1 .subtitle{
	margin-top: 8px;
	margin-bottom: 0px !important;
}

.a2_1 .date{
	margin-top: 16px;
}

.a2_1 .location{
	margin-top: 10px;
}

figcaption.thumb-caption{
    color: #808080;
    margin: 16px auto 48px;
    line-height: 15px;
    font-size: 11px;
    font-family: HelveticaNeue-Light;
    text-align: left;
}
.back-to-top{
	font-family: HelveticaNeue-Light;
	font-size: 8px;
	width: 80px;
	height: 24px;
	position: fixed;
	bottom: 0px;
	right: 50px;
	text-transform: uppercase;
	background: #fff;
}

.back-to-top a, .back-to-top a:visited{
	display: block;
	padding-top: 6px;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #808080;

}
.back-to-top a:hover{
	color: #000;
}

.highlights_caption{

    margin-top: -15px;
    max-width: 496px;
    margin-bottom: 31px;
}

.highlights_caption p{
    line-height: 15px !important;	
    font-size: 11px !important;
    font-family: HelveticaNeue-Light !important;
	color: #808080 !important;
    text-align: left !important;
}

.locked_menu{
	background-attachment: fixed;
    background-color: #EAE9E8;
    background-image: url("../img/bg.png");
    background-repeat: repeat-x;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
   	box-shadow: 0 2px 30px 4px rgba(0, 0, 0, 0.2);
    transition: all 200ms 0s;
}
.locked_menu section{
    margin: auto;

    width: 1040px;	
}
.locked_menu section header a:first-child{
	margin-left: -40px;
}
.locked_menu section header{
	padding-bottom: 0px;
}
.locked_menu section header a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.locked_menu .share{
	display: none;
}

.unlocked_menu{
	transition: all 200ms 0s;
}

.unvisible{

	max-height: 0;

}
.view-more{
	overflow-y: hidden;
	max-height: 500px; /* approximate max height */

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(1, 1, 0.5, 1);
}