@charset "UTF-8";

/* branding elements - all elements marked "branding-" + arrow-down + floating-box */
.floating-box {
	display: block;
	position: absolute;
	width: 47.5%;
	height: auto;
	padding: 24px;
	background-color: rgba(255,255,255,0.95);
	bottom: 0px;
	z-index: 1;
}
.floating-box.left {
	margin-left: 2.5%;
}
.floating-box.right {
	right: 0;
	left: auto;
	margin-right: 2.5%;
}
.branding-box {
	position: relative;
	text-align: center;
	background-color: rgba(255,0,9,0.0);
	top: 50%;
	transform: translateY(-50%);
}
.branding-box .logo {
	width: 368px;
	max-width: 90%;
	margin-bottom: 10px;
	height: auto;
}
.branding-box h1 {
	font: 78px Gotham Book;
	margin-bottom: -4px;
}
.branding-box h2 {
	font: 64px MemphisLTPro Bold Italic;
	letter-spacing: 8px;
	margin-left: 11px;
}
.branding-box h3 {
	font: 144px Gotham Book;
	/*line-height: 74%;*/
	margin-top: -28px;
}
.branding-box .map-icon {
	margin-top: 21px;
	width: 340px;
	max-width: 96%;
	height: auto;
}
.branding-box a {
	display: block;
	margin: 42px auto 0 auto;
	font: 30px/55% Gotham Book;
	text-decoration: none;
	color: #000;
}
.branding-border {
	position: relative;
	width: 5%;
	height: 100%;
	float: left;
}
.border.dotted {
	display: table-cell;
	width: 2.5%;
	height: 100%;
/*	background-color:#FFF100;*/
}
.branding-border.right {
	float: right;
}
.branding-image {
	position: relative;
	width: 95%;
	height: 100%;
	float: right;
	background-image: url();
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.arrow-down {
	position: absolute;
	right: 0;
	bottom: 24px;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #000;
}
@media (max-width: 900px) {
.branding-image {
	position: relative;
	width: 95%;
	height: 100%;
	float: right;
	background-image: url();
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 25%;
}
.branding-box {
	/*top: 24px;*/
	transform: translateY(0);
	padding-top: 24px;
}
.branding-box .logo {
	width: 368px;
	max-width: 90%;
	height: auto;
}
.branding-box h1 {
	font: 78px Gotham Book;
	line-height: 90%;
}
.branding-box h2 {
	font: 64px MemphisLTPro Bold Italic;
	letter-spacing: 8px;
	line-height: 100%;
	padding: 16px 0 0 0;
}
.branding-box h3 {
	font: 144px Gotham Book;
	/*line-height: 74%;*/
	margin: -18px 0 0 0;
}
.branding-box .map-icon {
	margin-top: 21px;
	max-width: 96%;
	height: auto;
	margin-bottom: 117px;
}
.branding-box a {
	display: block;
	margin: 42px auto 0 auto;
	font: 30px/55% Gotham Book;
	text-decoration: none;
	color: #000;
}
}
@media screen and (max-width:480px) {
.floating-box {
	padding: 16px;
}
.floating-box .copy-box{
	margin-top: -8px;
}
.branding-box {
	padding-top: 24px;
}
.branding-box .logo {
	width: 276px;
	max-width: 90%;
	height: auto;
}
.branding-box h1 {
	font: 78px Gotham Book;
	line-height: 90%;
}
.branding-box h2 {
	font: 42px MemphisLTPro Bold Italic;
	letter-spacing: 8px;
	line-height: 100%;
	padding: 16px 0 0 0;
}
.branding-box h3 {
	font: 104px Gotham Book;
	/*line-height: 74%;*/
	margin: -8px 0 0 0;
}
.branding-box .map-icon {
	margin-top: 0px;
	max-width: 70%;
	height: auto;
}
.branding-box a {
	font: 24px/55% Gotham Book;
}
.arrow-down {
	bottom: 17px;
}
}

