@charset "utf-8";
/* CSS Document */


.header2_top {
	background: #000000;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header2 {
	width: 100%;
	background: url("new-york.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 120px;
	padding-bottom: 30px;
}
.header2_cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.25) url(Site/graphics/diagonal-left.png);
	z-index: 0;
}
.header2 h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #BBB760;
	font-size: 54px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.header2 h3 {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.2;
}
.margin1 {
	margin-top: 50px;
}
.header2 ul {
	color: #ffffff;
	font-size: 24px;
}
.header2_content {
	z-index: 1;
	position: relative;
}
.section_gold {
	background: url(updates-Dec8-2017/gold_bg.fw.png) center center;
	padding-bottom: 10px;
}
.section_gold h2 {
	color: #ffffff;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.228571429;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	font-weight: 400;
}
video {
	width: 100% !important;
	height: auto !important;
	margin-top: -400px;
}
.showcase-margin {
	margin: 0;
	padding: 0;
}
#videoDiv {
	width: 100%;
	height: 360px;
	position: relative;
	overflow: hidden;
}
#videoBlock width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#videoMessage {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#videoMessage * {
	padding: 0.4em;
	margin: 0
}
#videoMessage {
	text-shadow: 2px 2px 2px #000000;
	color: white;
	z-index: 99
}
#videoMessage h1 {
	font-size: 2em;
	color: #ffffff;
	text-align: center;
}
#videoMessage h2 {
	font-size: 1.5em;
	color: #ffffff;
	text-align: center;
}
#videoMessage h3 {
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
}
.videoClick {
	text-align: center
}
.videoClick a {
	color: white;
	background-color: rgba(241, 241, 241, 0.25);
	font-size: 1.7em;
	cursor: pointer;
	cursor: hand
}
