@charset "utf-8";
/* CSS Document */

body,html{
  padding:0;
  margin:0;
}
/*
body{
  padding:50px;
}
*/
.webglContainer{
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden; 
  background: #f2eadd;
  border-bottom: 20px solid #fff;
}
@media screen and (max-width:800px){
.webglContainer{
	border-bottom: 0px solid #fff;
}
}
.iframeContainer{
  width: 100%;
  height: 100%;
  background: #f2eadd;
  position: absolute;
  top: 0;
  left: 0;
}
.hotspotPanel {
  position: absolute;
  z-index: 5;
  top: 0;
  right: -662px;
  background: rgba(242, 106, 68, .85);
  color: #fff;
  padding: 50px;
  box-sizing: border-box;
  height: 100%;
  width: 662px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: right .2s ease;
}
.hotspotPanel.active{
  right:0;
}
.hotspotPanel h2{
  font-family: 'MuseoSans300';
  font-size: 42px;
  text-transform: uppercase;
  margin-top:0;
}
.hotspotPanel h2 strong{
  font-family: 'MuseoSans700';
  font-weight: normal;
}
.hotspotPanel p, .hotspotPanel li{
  color:#fff;
  font-family: 'MuseoSans700';
  font-size: 23px;
}
.hotspotPanel ul{
  padding-left:0;
}
.hotspotPanel li{
  list-style: none;
  margin-bottom: 20px;
}
.hotspotPanel li:before{
  content:"+";
  display: inline-block;
  margin-right: 8px;
}
.imageContainer {
    margin-bottom: 30px;
}
.imageContainer img{
  display: block;
  border:2px solid #fff;
}

/*Landing*/
.landingPage {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.landingTwoCol {
  display: flex;
  width: 100%;
  height: 100%;
}
.twoColImg {
  width: 65%;
}
.twoColPanel{
  width:35%;
  background: #ef8e73;
  padding: 80px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 650px;
}
.twoColPanel h2{
  text-transform: uppercase;
  font-family: 'MuseoSans300';
  font-size: 33px;
  margin-bottom: 0;
  max-width: 490px;
}
.twoColPanel h2 strong{
	font-size: 1.15em;
}
.twoColSubtitle, .twoColSubtitle p{
  font-family: 'MuseoSans300';
	font-size: 33px;
	margin-top: 20px;
	display: block;
	line-height: 1.2;
	color: #fff;
	max-width: 490px;
}
.twoColPanel .copyContainer{
  margin-bottom: 100px;
}
.twoColPanel .ui_button{
	width: 450px;
}


/* Help */
.helpScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ECE1CD;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.helpScreen .innerPad{
  padding:50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.helpIcons {
  display: flex;
  margin-bottom: 80px;
  align-items: baseline;
}
.iconGrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.iconGrp:first-of-type img{
  width: 180px;
}
.iconGrp:last-of-type img{
  width: 130px;
}
.iconGrp img{
	display: block;
	margin-bottom: 20px;
}
.iconGrp span{
  font-family: 'MuseoSans700';
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.4;
  margin-top: 8px;
}
.ui_button{
  font-family: 'MuseoSans700';
  font-size: 24px;
  width: 343px;
  padding: 25px 0;
  border-radius: 50%;
  border-radius: 60px;
  cursor: pointer;
  border:none;
  transition: background .2s ease, color .2s ease;
}
.ui_button.red{
  background: #E60019;
  color: #fff;
  border: 2px solid #E60019;
}
.ui_button.red:hover{
  background: #fff;
  color: #E60019;
}
.ui_button.white{
  background: #fff;
  color: #000;
}
.ui_button.white:hover{
  background: #E93539;
  color: #fff;
}
.ui_button.locationSwap{
	position: absolute;
	z-index: 5;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* Overlay Styles */
.overlay{
	position: absolute;
	z-index: 20;
	top:0;
	left:0;
	background: #ECE1CD;
	width:100%;
	height: 100%;
}



/* Hotspot Styles */
.hotspot{
  background: rgba(255, 137,100, .85);
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  width:62px;
  height: 62px;

  color: #fff;
  font-family: 'MuseoSans500';
  font-size: 42px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.hotspot:hover{
  background: #fff;
  color: #FF8964;
}

div#webgl-modal {
	position: relative;
	width: 90%;
    height: 90vh;
    overflow: hidden;
    padding: 0;
}

@media screen and (max-width: 1600px){
	.twoColPanel{
		padding:65px;
	}
	.ui_button{
		font-size: 22px;
		width:320px;
	}
	.twoColPanel .copyContainer {
    	margin-bottom: 80px;
	}
	.hotspotPanel h2{
		font-size: 40px;
	}
	.imageContainer img{
		width:250px;
	}
	.hotspotPanel p, .hotspotPanel li {
    	font-size: 20px;
	}
	.hotspotPanel {
    	width: 550px;
		right:-550px;
	}
}
@media screen and (max-width: 1200px){
	.twoColPanel h2{
		font-size: 28px;
	}
	.twoColPanel p{
		font-size: 28px;
	}
	.twoColPanel .copyContainer {
    	margin-bottom: 50px;
	}
}
@media screen and (max-width: 1024px){
	.twoColPanel{
		padding:50px;
	}
	.ui_button{
		font-size: 20px;
		width:300px;
	}
	.hotspotPanel h2{
		font-size: 36px;
	}
	.imageContainer img{
		width:200px;
	}
	.hotspotPanel p, .hotspotPanel li {
    	font-size: 18px;
	}
	.hotspotPanel {
    	width: 480px;
		right:-480px;
	}
	.hotspot {
    	transform: scale(.8);
	}
}
@media screen and (max-width: 800px){
	.landingTwoCol {
    	flex-direction: column;
	}
	.twoColPanel{
		text-align: center;
    	align-items: center;
		width: 100%;
		min-width: 0;
	}
	.twoColImg {
		height: 80%;
		width: 100%;
	}
	.ui_button {
		width: 240px;
		padding: 20px 50px;
		font-size: 17px;
	}
	.iconGrp:first-of-type img {
    	width: 150px;
	}
	.iconGrp:last-of-type img {
    	width: 100px;
	}
	.helpIcons {
    	margin-bottom: 60px;
	}
	.twoColPanel h2 {
    	font-size: 28px;
		margin-top: 10px;
	}
	.twoColSubtitle, .twoColSubtitle p {
    	font-size: 28px;
	}
	.twoColPanel .copyContainer {
    	margin-bottom: 40px;
	}
	.hotspotPanel h2{
		font-size: 32px;
	}
	.imageContainer img{
		width:160px;
	}
	.hotspotPanel p, .hotspotPanel li {
    	font-size: 16px;
		margin-bottom: 10px;
	}
	.hotspotPanel {
    	width: 400px;
		right:-400px;
		padding: 40px;
	}
	.hotspot {
    	transform: scale(.6);
	}
	.twoColPanel .ui_button {
    	width: 350px;
	}
}
@media screen and (max-width: 650px){
	.iconGrp:first-of-type img {
    	width: 120px;
	}
	.iconGrp:last-of-type img {
    	width: 70px;
	}
	.iconGrp span{
		font-size: 16px;
		line-height: 1.3;
	}
	.ui_button {
		width: 230px;
		padding: 15px 50px;
		font-size: 18px;
	}
}
@media screen and (max-width: 500px){
	.iconGrp:first-of-type img {
    	width: 90px;
	}
	.iconGrp:last-of-type img {
    	width: 53px;
	}
	.iconGrp span{
		font-size: 14px;
	}
	.ui_button {
		padding: 15px 50px;
		font-size: 16px;
	}
	.twoColPanel h2 {
    	font-size: 26px;
		margin-top: 0px;
	}
	.twoColSubtitle, .twoColSubtitle p {
    	font-size: 26px;
	}
	.twoColPanel .copyContainer {
    	margin-bottom: 30px;
	}
	.twoColPanel .ui_button {
    	width: 315px;
	}
	.twoColPanel {
    	padding: 50px 30px;
	}
	.hotspotPanel p, .hotspotPanel li {
    	font-size: 15px;
		margin-bottom: 10px;
	}
	.hotspotPanel {
    	width: 300px;
		right:-300px;
		padding: 30px;
	}
	.hotspotPanel h2 {
    	font-size: 24px;
	}
	.imageContainer img {
    	width: 120px;
	}
}
@media screen and (max-width: 400px){
	.hotspotPanel p, .hotspotPanel li {
    	font-size: 13px;
		margin-bottom: 8px;
	}
	.hotspotPanel {
    	width: 250px;
		right:-250px;
		padding: 25px;
	}
	.hotspotPanel h2 {
    	font-size: 20px;
	}
	.imageContainer img {
    	width: 100px;
	}
	.ui_button {
    	font-size: 14px;
    	width: 200px;
		padding: 15px 30px;
	}
	.ui_button.locationSwap{
		bottom: 40px;
	}
}