/*--- BEGIN DEFAULT STUFF FOR ALL SIZES ---*/

@charset "UTF-8";

@font-face {
    font-family: 'ttnorms_probold';
    src: url('tt_norms_pro_bold-webfont.woff2') format('woff2'),
         url('tt_norms_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_norms_probold_italic';
    src: url('tt_norms_pro_bold_italic-webfont.woff2') format('woff2'),
         url('tt_norms_pro_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_norms_proregular';
    src: url('tt_norms_pro_regular-webfont.woff2') format('woff2'),
         url('tt_norms_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*--- TO BE USED FOR RELATIVE PADDING SIZE ---*/
html{
	font-size:5px;
}

/*--- ANIMATIONS ---*/

.container{
    transition: all 0.3s;
}

#menu{
    transition: left 0s !important;
}

.logo_container{
    transition: all 0.6s;
    transform: scale(1.0,1.0) translate(0px,40px) rotate(0.0deg);
}

.logo_container.end{
    transition: all 0.6s;
    transform: scale(1.0,1.0) translate(0px,0px) rotate(0.0deg);
}

#indicator{
    transition: all 0.3s;
}

#indicator.zero{
    transform: scale(1.0,1.0) translate(-720px,0px) rotate(0.0deg);
    opacity:0;
}

#indicator.one{
    transform: scale(1.0,1.0) translate(-720px,0px) rotate(0.0deg);
    opacity:1;
}

#indicator.two{
    transform: scale(1.0,1.0) translate(-579px,0px) rotate(0.0deg);
    opacity:1;
}

#indicator.three{
    transform: scale(1.0,1.0) translate(-427px,0px) rotate(0.0deg);
    opacity:1;
}

#indicator.four{
    transform: scale(1.0,1.0) translate(-246px,0px) rotate(0.0deg);
    opacity:1;
}

#indicator.five{
    transform: scale(1.0,1.0) translate(-54px,0px) rotate(0.0deg);
    opacity:1;
}

.reveal{
	transition: all 0.5s ease;
	transform: scale(1.0,1.0) translate(0px,250px) rotate(0.0deg);
    opacity: 0.0;
}

.reveal.complete{
	transition: all 0.5s ease;
	transform: scale(1.0,1.0) translate(0px,0px) rotate(0.0deg);
    opacity: 1.0;
}

.parallax_fg > div{
	position:relative;
	z-index:2;
}

.modalContent, #modalVideo{
    transition: opacity 0.3s;
}

/*--- COLORS ---*/

a, a:hover, a:visited {
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    text-decoration:none;
    color:black;
    cursor:pointer;
    pointer-events:auto !important;  
}

.button, a:hover.block, a:hover > div, a > div:hover, a:hover > .button, a > .button:hover{
	text-decoration:none !important;
}

.block{
	display:block;
}

.lightbg{ background-color:#f1f1f1f1; }

/* corp site has 530a7a */
.purplebg{ background-color:#490E6F; }
.purple{ color:#490E6F; }
a.purple{ color:#490E6F; }
a:hover.purple{ color:#490E6F; }
.button.purpleline{ background-color: none; border: solid 2px #490E6F; color:#490E6F; }
.button.purpleline:hover{ background-color: #490E6F; border: solid 2px #490E6F; color:#FFFFFF; }
.button.purple{ background-color: #490E6F; border: solid 2px #490E6F; color:#FFFFFF; }
.button.purple:hover{ background-color: #AA1166; border: solid 2px #AA1166; color:#FFFFFF; }
.borderpurple{ border: solid 1px #490E6F;}

.nav{ color: #000000; opacity: 0.7;}
.nav:hover{ color: #000000; opacity: 1;}
.nav.selected{ color: #490E6F; font-family: 'ttnorms_probold'; opacity: 1;}

/* corp site has cc0033 */
.redbg{ background-color:#EA2839; }
.red{ color:#EA2839; }
a.red{ text-decoration:underline; color:#EA2839; }
a:hover.red{ color:#EA2839; }
.button.red{ background-color: #EA2839; border: solid 2px #EA2839; color:#FFFFFF; }
.button.red:hover{ background-color: #EA2839; border: solid 2px #EA2839; color:#FFFFFF; }

/* corp site has f9a219 */
.goldbg{ background-color:#ffa100; }
.gold{ color:#ffa100; }
a.gold{ text-decoration:none; color:#ffa100; }
a:hover.gold{ text-decoration:underline; color:#ffa100; }
.button.gold{ background-color: #ffa100; border: solid 2px #ffa100; color:#000000; }
.button.gold:hover{ background-color: #ffffff; border: solid 2px #ffffff; color:#000000; }

.darkgraybg{ background-color:#747678; }
.darkgray{ color:#747678; }

.graybg{ background-color:#adafaf; }
.gray{ color:#adafaf; }
a.gray{ color:#adafaf; text-decoration:none; }
a:hover.gray{ color:white; }

.lightgray{color: #c9cac8; }

.whitebg{ background-color:#ffffff; }
.white{ color:white; }
a.white{ text-decoration:none; color:#FFFFFF; }
a:hover.white{ text-decoration:none; color:#ffa100; }
.button.white{ background-color: #FFFFFF; border: solid 2px #FFFFFF; color:#490E6F; }
.button.white:hover{ background-color: #690E6F; border: solid 2px #FFFFFF; color:#FFFFFF; }
.button.whiteline{ background-color: none; border: solid 2px #FFFFFF; color:#FFFFFF; }
.button.whiteline:hover{ background-color: #FFFFFF; border: solid 2px #FFFFFF; color:#490E6F; }
.borderwhite{ border: solid 1px #FFFFFF;}
.borderthickwhite{ border: solid 2px #FFFFFF; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; overflow: auto;}

.black{ color:black; }
.blackbg{ background-color:black; }

.divider.fancy{
width:100%;
height:9px;
background: linear-gradient(to left,#f9a219,#ee2c37 51%,#482366);
background-position:center; }
    
div.divider, div.divider.dark{ width:100%; height:1px; background-color:rgba(0, 0, 0, 0.15); }
tr.divider td, tr.divider.dark td{ border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
div.divider.light{ width:100%; height:1px; background-color:rgba(255, 255, 255, 0.25); }

.border{ border: 1px solid rgba(0, 0, 0, 0.2); }

.border.light{ border: 1px solid rgba(255, 255, 255, 0.25); }

.debug, .debug div div, .debug div div div div, .debug div div div div div div{
    border-top: solid 2px #FF00FF;
    border-left: solid 2px #FF00FF;
    border-bottom: solid 2px #DD00DD;
    border-right: solid 2px #DD00DD;
}

.debug div, .debug div div div, .debug div div div div div{
    border-top: solid 2px #00DDBB;
    border-left: solid 2px #00DDBB;
    border-bottom: solid 2px #00BB99;
    border-right: solid 2px #00BB99;
}

.hide{ display:none !important; }

div, *, *:before, *:after
{
    -webkit-box-sizing: border-box;  /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing:border-box;         /* Opera/IE 8+ */
}

#menu, #backdrop, .backdrop{
	transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.icon{
	/*height:30px;*/
    text-align: left !important;
	padding-left:25px !important;
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
}

.iconright{
	/*height:30px;*/
	padding-right: 30px;
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}

.icon.video{
    background-image: url('../images/icon-video.png');
}

.icon.image{
    background-image: url('../images/icon-image.png');
}

.icon.videowhite{
	background-image: url('../images/icon-videowhite.png');
}

.icon.imagewhite{
    background-image: url('../images/icon-imagewhite.png');
}

.button.icon{
	padding-left:20px;
	padding-right:50px;
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}

.button.icononly{
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}

table { border-collapse: collapse; }

h1,h2,h3{ padding:0; margin:0; }

img{ width:100%; vertical-align:middle;}

.clear{ clear:both; }

.cursor, .pointer { cursor: pointer; pointer-events: auto; }

.right{ text-align: right; }

.overflow{ overflow: auto; }

.noverflow{ overflow: hidden !important; }

.nowrap{ white-space: nowrap; }

.line0{ line-height:0px !important; }

.dropshadow{
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}

.dropshadowsmall{
    -webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0,0,0,0.2);
    box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0,0,0,0.2);
}

.shaded {
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.13);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.13);
}

.textshadow{
    text-shadow: 4px 4px 8px #000000;
}

.radius{ -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: auto; }
.radiustl{ -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; }
.radiustr{ -webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px; }
.radiusbl{ -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; }
.radiusbr{ -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; }


.blur{ -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); filter: blur(2px); }

.valign{
	/*you can do this if you aren't using opacity otherwise for valigned elements
	opacity:0;
	*/
}

.brighten, .brighten img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: none;
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.brighten:hover img {
    filter: brightness(130%);
    -ms-filter: brightness(130%);
    -webkit-filter: brightness(130%);
    -moz-filter: brightness(130%);
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.swell div{
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
	overflow:hidden;
	transform: scale(1.00, 1.00);
}

.swell:hover div, .swell:hover img{
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
	filter: saturate(115%);
    -webkit-filter: saturate(115%);
}

.swell div table, .swell div img, .swell img{
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -ms-transform: scale(1.00, 1.00); /* IE 9 */
    -webkit-transform: scale(1.00, 1.00); /* Safari */
    transform: scale(1.00, 1.00);
}

.swell:hover div table, .swell:hover div img, .swell:hover img{
	transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);
}

.element_show {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.0, 0.5, 0.5, 1);
	-ms-transform: scale(1.0,1.0) translate(0%,0%) rotate(0.00deg);
	-webkit-transform: scale(1.0,1.0) translate(0%,0%) rotate(0.00deg);
	transform: scale(1.0,1.0) translate(0%,0%) rotate(0.00deg);
}

.element_hide {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.5, 0.0, 0.5, 0.5);
	-ms-transform: scale(0.92,0.92) translate(0%,0%) rotate(0.01deg);
	-webkit-transform: scale(0.92,0.92) translate(0%,0%) rotate(0.01deg);
	transform: scale(0.92,0.92) translate(0%,0%) rotate(0.01deg);
}

/*.center > div{ text-align:left; }*/
.flex{display:flex;}
.flexvalign{align-items: center;}
.center{ align:center; text-align:center !important; }
.center a div, a.center div, .center > div, .center > .button{ margin:auto; }
.valign{ vertical-align:middle; align-self:center; }
.valign.darkenbg{ vertical-align:middle; align-self:stretch; }
.valign img{ vertical-align:middle; }

.caps{ text-transform:uppercase; }
.bold, b{ font-family: 'ttnorms_probold'; }
.bold.italic { font-family: 'tt_norms_probold_italic'; }
.underline{ text-decoration:underline !important; }


p, ul, li{
    padding:0;
    margin:0;
    line-height: 150%;
}

li{
    margin-bottom:15px;
    margin-left:25px;
    margin-right:25px;
}

.hotspots_mobile{
    transition: all 0.5s ease;
}

.hotspots_mobile.hidden{
    opacity:0;
    transform: scale(1.0,0.8) translate(0px,0px) rotate(0.0deg);
    height:0px;
}

.hotspots_mobile.visible{
    opacity:1;
    transform: scale(1.0,1.0) translate(0px,0px) rotate(0.0deg);
    height:300px;
}

#boat{
    transform-origin: 45% 95%;
	transition:rotate 1.1s ease-in-out, translate 1.4s ease-in-out;
}

#wifi{
    transform-origin: 11.2% 67%;
    transition: all 0.6s ease-in-out;
}

#cloud{
    transition: all 1.9s ease-in-out;
}

#drone{
    transform-origin: 44% 46%;
    transition:rotate 1.3s ease-in-out, translate 1.5s ease-in-out;
}

#car-red{
    transition: transform 1.5s linear, opacity 0s;
}

#car-gold1, #car-purple1{
    transition: transform 1.75s linear, opacity 0s;
}

#car-gold2, #car-purple2{
    transition: transform 2.2s linear, opacity 0s;
}

.tree2{
    transform-origin: 20px 50px;
    transition: all .9s ease-in-out;
}

.wave{
    transition: all 0.75s ease-in-out;
}

.boothstep{
    transition: all 0.8s ease;
}

.magnify{
    position:relative;
    top:-35px;
    left: -35px;
}

#boothLoading{
    transition: all 0.8s ease;
}

html, body{
	width:100%;
	height:100%;
	min-height:100%;
	font-family: 'tt_norms_proregular', Arial, sans-serif;
	font-weight: 400;
	color:#383838;
	padding:0;
	margin:0;
	scroll-behavior: smooth;
}

.button{
    min-width: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    background-color: none;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: solid 1px #666666;
    text-align:center;
    cursor: pointer;
    color:#383838;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    background-repeat:no-repeat;
    background-position:right;
    background-size:contain;
    display:block;
}

.button:hover{
	background-color: #666666; border: solid 1px #666666; color:#FFFFFF;
}

.button.large{ height:55px; line-height: 55px; }
.button.small{ height:45px; line-height: 40px; letter-spacing: 0.5px; }
.button.tiny{ height:20px; line-height: 20px; }

.darkenbg{ background-color: rgba(0, 0, 0, 0.6); }

.lightenbg{ background-color: rgba(255, 255, 255, 0.7); }

.table{
	display:table;
	width:100%;
}

.table > div{
	display:table-cell;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], select, option, textarea {
	font-size: 15px;
}

input[type=text], input[type=password], input[type=email], select, option {
	-webkit-appearance:none;
	color:#FFFFFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	width:100%;
}

input[type=text], input[type=email], input[type=password] {
	height:28px;
	outline:none;
	border:none;
	background:none;
	padding-left: 10px;
}

textarea{
	height: calc(100% - 20px);
	width: calc(100% - 6px);
	background:none;
	margin-top:6px;
	margin-left:6px;
	border: none;
	resize: none;
	outline: none;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:30px;
	outline:none;
	border:none;
	background:none;
	margin-left: 10px;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #888;
}

select option[selected]{
	box-shadow: inset 100px 100px #DDDDDD;
}

select option:checked, select option:hover{
	box-shadow: inset 100px 100px #A3E000;
}

::-webkit-input-placeholder {
	color: #ffa100;
}

:-moz-placeholder { /* Firefox 18- */
	-moz-appearance:none;
	color: #ffa100;
}

::-moz-placeholder {  /* Firefox 19+ */
	-moz-appearance:none;
	color: #ffa100;
}

:-ms-input-placeholder {
	color: #ffa100;
}


/*Masonry defaults*/
.masonry div{
	background-position:center;
	background-size:cover;
}

.masonry > div > div > a > div, .masonry > div > div > div > a > div{
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	opacity:0;
}

.masonry > div > div > a:hover > div, .masonry > div > div > div > a:hover > div{
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	opacity:1;
}

.masonry > div > div{
	position:relative; 	
}

.masonry > div > div > a > div, .masonry > div > div > div > a > div{
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	background-color: rgba(20, 20, 20, 0.5);
}

.twopointthree{
	position:relative;
	padding-bottom:41%;
}

.sixteen-nine{
	pointer-events:none;
	position:relative;
	padding-bottom:56.25%;
}	

.square{
	position:relative;
	padding-bottom:100.5%;
}

.five-four{
	position:relative;
	padding-bottom:79.3%;
}	

#welcome{ transition: all 0.5s; }

.hotspot-left{ width: 20px;}

.hotspot-right{ width: 20px; display:block; position:relative; left:-2px;}

.hotspot-text{ height: 58px; background-image: url('../images/hotspot-middle.png'); background-size: 20px 58px; background-repeat: repeat-x; padding-top:11px; position:relative; z-index:1; left: -1px; white-space: nowrap;}

.hotspot table tr td{ margin:0; padding:0;}

a.hotspot{
    display:block;
    transform-origin: 0px 50px;
    transform: scale(1.0,1.0) translate(0px,0px) rotate(0.0deg);

}
a:hover.hotspot, a:active.hotspot{
    transform: scale(1.15,1.15) translate(0px,0px) rotate(1.5deg);
    filter: brightness(110%) saturate(105%);
}

.modalGradient{
	background-image: url('../images/modal_gradient.png');
	background-position: bottom left; background-size: 1200px; background-repeat: no-repeat;

}

/****** largest screens: full size desktops and such *******/
@media
only screen and (min-width:1800px)
{

    .hide_large{
        display:none !important;
    }

	body{
		font-size: 17px;
	}

	.massive{
		font-size: 80px;
		line-height:80px;
	}

    .huge{
        font-size: 38px;
        line-height:42px;
    }

	.large{
		font-size: 30px;
		line-height:38px;
	}
	
	.medium{
		font-size:26px;
		line-height:26px;
	}

    p.medium{
        line-height:120% !important;
    }
	
	.small{
		font-size:14px;
		line-height:14px;
	}

	.tiny{
		font-size:11px;
		line-height:11px;
	}

    .container{
    	min-height:calc(100vh);
    	position:relative;
    }

	.padded{
		padding:8rem;
	}
	
	.morepadded{
		padding:12rem;
	}
	
	.lesspadded{
		padding:4rem;
	}
	
	.fullscreenbg{
		background-size: cover !important;
		background-position:top;
		background-repeat:no-repeat !important;
		min-width:100%;
		min-height:calc(100vh);
	}
	
	.herobg{
		background-size: calc(1800px + 33vh + 5vw) !important;
		background-position:center 65% !important;
		background-repeat:no-repeat !important;
		min-height:calc(250px + 25vh + 5vw);
	}
	
	.photobg{
		background-position:center;
		background-size: cover !important;
		background-repeat:no-repeat !important;
		min-height:calc(350px + 5vh + 10vw);
	}

	.row{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow:visible; /*used to be hidden*/
		clear:both;
	}
	
	.container > .row, .container > row > .row, .row.root{
		padding-left: calc(50% - (1800px/2) + 8rem);
		padding-right: calc(50% - (1800px/2) + 8rem);
	}

	.row.bleed{
		padding-left:0;
		padding-right:0;
	}

	.row.bleed > .full{
		margin-left:0;
		margin-right:0;
		padding-left: calc(50% - (1800px/2) + 8rem);
		padding-right: calc(50% - (1800px/2) + 8rem);
	}

	.row.bleed > .half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: calc(50% - (1800px/2) + 8rem);
		width: calc(50%);
		background-position:right !important;
	}
	
	.row.bleed > .half.hspace:first-child{
		padding-right:10rem !important;
	}

	.row.bleed > .half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: calc(50% - (1800px/2) + 8rem);
		width: calc(50%);
		background-position:left !important;
	}
	
	.row.bleed > .half.hspace:last-child{
		padding-left:8rem !important;
	}

	.row.bleed > .third{
		margin-left:0 !important;
		margin-right:0 !important;
		width: 384px;
	}
	
	.row.bleed > .third.hspace{
		padding-left:8rem;
		padding-right:8rem;
	}
	
	.row.bleed > .third:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: calc(50% - (1800px/2) + 8rem);
		width: calc(50% - (1800px/2) + 8rem + 383px);
		background-position:right !important;
	}
	
	.row.bleed > .twothirds:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: calc(50% - (1800px/2) + 8rem);
		width: calc(50% - (1800px/2) + 8rem + 766px);
		background-position:right !important;
	}
	
	.row.bleed > .third.hspace:first-child{
		padding-right:10rem !important;
	}
	
	.row.bleed > .twothirds.hspace:first-child{
		padding-right:10rem !important;
	}

	.row.bleed > .third:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: calc(50% - (1800px/2) + 8rem);
		width: calc(50% - (1800px/2) + 8rem + 383px);
		background-position:left !important;
	}
	
	.row.bleed > .twothirds:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: calc(50% - (1800px/2) + 8rem);
		width: calc(50% - (1800px/2) + 8rem + 766px);
		background-position:left !important;
	}
	
	.row.bleed > .third.hspace:last-child{
		padding-left:8rem !important;
	}
	
	.row.bleed > .twothirds.hspace:last-child{
		padding-left:8rem !important;
	}
	
	
	.vspacer{
		height:8rem;
	}
	
	.vminus, .vneg{
		margin-bottom:-8rem;
	}
	
	.hspacer{
		width:8rem;
	}
	
	.row.vspace{
		padding-top:8rem;
	}
	
	.row > .vspace{
		margin-bottom:8rem;
	}

	.hspace {
		margin-left:4rem;
		margin-right:4rem;
	}
	
	.row > .hspace:first-child{
		margin-left:0 !important;
		margin-right:4rem !important;
	}
	
	.row > .hspace:last-child{
		margin-left:4rem !important;
		margin-right:0 !important;
	}

	.full{
		width:100%;
	}
	
	.half{
		width:50%;
	}

	.half.hspace{
		width: calc(50% - 4rem);
	}	

	.half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:4rem;
	}

	.half.hspace:nth-child(even){
		margin-left:4rem;
		margin-right:0;
	}

	.third{
		width:33.333%;
	}	

	.third.hspace{
		width:calc(33.333% - 5.7rem);
	}

	.row > .third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:5rem;
	}

	.row > .third.hspace:nth-child(3n + 0){
		margin-left:5rem;
		margin-right:0;
	}

	.twothirds{
		width:66.66%;
	}

	.twothirds.hspace{
		width:calc(66.666% - 4rem);
	}

	.quarter, .fourth{
		width:25%;
	}

	.quarter.hspace, .fourth.hspace{
		width:calc(25% - 4rem);
	}
	
	.row > .quarter.hspace:nth-child(4n + 0){
		margin-left:4rem;
		margin-right:0;
	}

	.row > .quarter.hspace:nth-child(4n + 1){
		margin-left:0;
		margin-right:4rem;
	}

	.threequarters, .threefourths{
		width:75%;
	}	

	.threequarters.hspace, .threefourths.hspace{
		width:calc(75% - 4rem);
	}

	.fifth{ width:20%; }
	.fifth.hspace{ width:calc(20% - 6.4rem); }
	
	.sixth{ width:16.66%; }
	.sixth.hspace{ width:calc(16.66% - 6.7rem); }

	.eighth{ width:12.5%; }
	.eighth.hspace{ width:calc(12.5% - 4rem); }	

	.masonry{
		border-bottom:5px solid white;
		border-top:5px solid white;
	}
	
	.masonry > .big_left{
		padding:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(57.7% - 0px);
		border-right:5px solid white;
	}

	.masonry > .small_right{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		width:calc(42.3% - 0px);
		border-left:5px solid white;
	}


	.masonry.bleed > .big_left{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(57.7% - 0px);
		border-right:5px solid white;
	}

	.masonry > .big_right{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		width:calc(57.7% - 0px);
		border-left:5px solid white;
	}
	
	.masonry.bleed > .big_right{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(57.7% - 0px);
		border-left:5px solid white;
	}

	.masonry > .small_left{
		padding:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(42.3% - 0px);
		border-right:5px solid white;
	}
	
	.masonry.bleed > .small_left{
		padding:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		width:calc(42.3% + 0px);
		border-right:5px solid white;
	}
	
	.masonry.bleed > .small_right{
		padding:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		width:calc(42.3% + 0px);
		border-left:5px solid white;
	}

	.masonry > div > .big_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .big_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);	
		border-top:5px solid white;
	}

	.masonry > div > .small_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .small_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-top:5px solid white;
	}

	.masonry > .full{
		padding-top:0 !important;
		padding-bottom:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		width:100%;
	}

	.masonry > .half:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(50% - 5px);	
	}

	.masonry > .half:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(50% - 5px);
	}

	.masonry.bleed > .half:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(50% - 5px);	
	}

	.masonry.bleed > .half:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(50% - 5px);
	}

	.masonry > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.67px);	
	}

	.masonry > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px; !important;
		margin-right:5px; !important;
		width:calc(33.33% - 6.67px);
	}

	.masonry > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(33.33% - 6.67px);	
	}

	.masonry.bleed > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);	
	}

	.masonry.bleed > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px);	
	}

	.logo_container{ left:-30px; }

    .modalContainer{
        top: 80px;
    }

    .modalWindow{
        transition: all 0.6s ease;
		overflow-y: auto;
        /*min-height:400px;*/
        min-height:1px;
        max-height:calc(100vh - 240px);
    }

    .modalWindow.standard{
        width:650px;
    }

    .modalWindow.narrow{
        width:520px;
    }

    .modalWindow.wide{
        width:800px;
    }

    .modalWindow.wider{
        width:1200px;
        max-width:calc(90vw);
    }

    .modalWindow.video, .modalWindow.standard.video, .modalWindow.narrow.video, .modalWindow.wide.video{
        width:calc(90vw);
        min-height:1px;
        height:calc(50.625vw);
        max-height:calc(100vh - 160px);
    }

	.aboutKeynoteContainer{
		top: 110px;
	}

	.aboutKeynoteWindow{
		width:calc(90vw);
		max-height:calc(100vh - 160px);
        aspect-ratio: 16 / 9 !important;
	}

	.boothContainer{
		top: 110px;
	}

	.boothWindow{
		width:calc(90vw);
		max-height:calc(100vh - 160px);
		aspect-ratio: 16 / 9 !important;
	}
	
}


/****** still pretty big, larger tablets landscape *******/
@media
only screen and (min-width:1150px) and (max-width:1799px)
{

    .hide_large{
        display:none !important;
    }

	body{
		font-size: 17px;
		-webkit-text-size-adjust: 100%;
	}

    .massive{
        font-size: 80px;
        line-height:80px;
    }

    .huge{
        font-size: 38px;
        line-height:42px;
    }

    .large{
        font-size: 30px;
        line-height:38px;
    }

    .medium{
        font-size:26px;
        line-height:26px;
    }

    p.medium{
        line-height:120% !important;
    }

    .small{
        font-size:13px;
        line-height:13px;
    }

    .tiny{
        font-size:11px;
        line-height:11px;
    }

    .container{
    	min-height:calc(100vh);
    	position:relative;
    }

	.padded{
		padding:6rem;
	}
	
	.morepadded{
		padding:12rem;
	}
	
	.lesspadded{
		padding:3rem;
	}

	.fullscreenbg{
		background-size: cover !important;
		background-position:top;
		background-repeat:no-repeat !important;
        min-width:100%;
		min-height:calc(100vh);
	}

	.herobg{
		background-size: calc(133vw + 5vh) !important;
		background-position:center !important;
		background-repeat:no-repeat !important;
		min-height:calc(42vw + 5vh);
	}
	
	.photobg{
		background-position:center;
		background-size: cover !important;
		background-repeat:no-repeat !important;
		min-height:calc(40vw);
	}

	.row{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow:visible;
		clear:both;
	}
	
	.container > .row, .container > row > .row, .row.root{
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.row.bleed{
		padding-left:0;
		padding-right:0;
	}

	.row.bleed > .full{
		margin-left:0;
		margin-right:0;
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.row.bleed > .half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 6rem;
		width: calc(50%);
		background-position:right !important;
	}
	
	.row.bleed > .half.hspace:first-child{
		padding-right:6rem !important;
	}

	.row.bleed > .half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 6rem;
		width: calc(50%);
		background-position:left !important;
	}
	
	.row.bleed > .half.hspace:last-child{
		padding-left:6rem !important;
	}

	.row.bleed > .third{
		margin-left:0 !important;
		margin-right:0 !important;
		width: 33.33%;
	}
	
	.row.bleed > .third.hspace{
		padding-left:6rem;
		padding-right:6rem;
	}
	
	.row.bleed > .third:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 6rem;
		width: 33.33%;
		background-position:right !important;
	}
	
	.row.bleed > .twothirds:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 6rem;
		width: 66.67%;
		background-position:right !important;
	}
	
	.row.bleed > .third.hspace:first-child{
		padding-right:6rem !important;
	}
	
	.row.bleed > .twothirds.hspace:first-child{
		padding-right:6rem !important;
	}

	.row.bleed > .third:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 6rem;
		width: 33.33%;
		background-position:left !important;
	}
	
	.row.bleed > .twothirds:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 6rem;
		width: 66.67%;
		background-position:left !important;
	}
	
	.row.bleed > .third.hspace:last-child{
		padding-left:6rem !important;
	}
	
	.row.bleed > .twothirds.hspace:last-child{
		padding-left:6rem !important;
	}
	
	
	.vspacer{
		height:6rem;
	}
	
	.vminus, .vneg{
		margin-bottom:-6rem;
	}
	
	.hspacer{
		width:6rem;
	}
	
	.row.vspace{
		padding-top:6rem;
	}
	
	.row > .vspace{
		margin-bottom:6rem;
	}

	.hspace {
		margin-left:3rem;
		margin-right:3rem;
	}
	
	.row > .hspace:first-child{
		margin-left:0 !important;
		margin-right:3rem !important;
	}
	
	.row > .hspace:last-child{
		margin-left:3rem !important;
		margin-right:0 !important;
	}

	.full{
		width:100%;
	}
	
	.half{
		width:50%;
	}

	.half.hspace{
		width: calc(50% - 3rem);
	}	

	.half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:3rem;
	}

	.half.hspace:nth-child(even){
		margin-left:3rem;
		margin-right:0;
	}

	.third{
		width:33.333%;
	}	

	.third.hspace{
		width:calc(33.333% - 4.00rem);
	}

	.row > .third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:3rem;
	}

	.row > .third.hspace:nth-child(3n + 0){
		margin-left:3rem;
		margin-right:0;
	}

	.twothirds{
		width:66.66%;
	}

	.twothirds.hspace{
		width:calc(66.666% - 3rem);
	}

	.quarter, .fourth{
		width:25%;
	}

	.quarter.hspace, .fourth.hspace{
		width:calc(25% - 3rem);
	}
	
	.row > .quarter.hspace:nth-child(4n + 0){
		margin-left:3rem;
		margin-right:0;
	}

	.threequarters, .threefourths{
		width:75%;
	}	

	.threequarters.hspace, .threefourths.hspace{
		width:calc(75% - 3rem);
	}

	.fifth{ width:20%; }
	.fifth.hspace{ width:calc(20% - 4.8rem); }
	
	.sixth{ width:16.66%; }
	.sixth.hspace{ width:calc(16.66% - 5.0rem); }

	.eighth{ width:12.5%; }
	.eighth.hspace{ width:calc(12.5% - 3rem); }	
	
	
	.masonry{
		padding:0 !important;
		margin:0 !important;
		border-bottom:5px solid white;
		border-top:5px solid white;
	}
	
	.masonry > .big_left{
		padding:0 !important;
		margin:0 !important;
		width:calc(57.7% - 0px);
		border-right:5px solid white;
	}
	
	.masonry > .big_right{
		padding:0 !important;
		margin:0 !important;
		width:calc(57.7% - 0px);
		border-left:5px solid white;
	}
	
	.masonry > .small_left{
		padding:0 !important;
		margin:0 !important;
		width:calc(42.3% + 0px);
		border-right:5px solid white;
	}
	
	.masonry > .small_right{
		padding:0 !important;
		margin:0 !important;
		width:calc(42.3% + 0px);
		border-left:5px solid white;
	}

	.masonry > div > .big_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .big_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);	
		border-top:5px solid white;
	}

	.masonry > div > .small_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .small_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-top:5px solid white;
	}

	.masonry > .full{
		padding:0 !important;
		margin:0 !important;
		width:100%;
	}

	.masonry > .half:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(50% - 5px) !important;
	}

	.masonry > .half:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(50% - 5px) !important;
	}

	.masonry > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px) !important;	
	}

	.masonry > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px) !important;
	}

	.masonry > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px) !important;	
	}

	.masonry.bleed > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px);
	}

	.logo_container{ left:0px; }

    .modalContainer{
        top: 40px;
    }

	.modalWindow{
		transition: all 0.6s ease;
		overflow-y: auto;
		min-height:1px;
		max-height:calc(100vh - 160px);
	}

	.modalWindow.standard{
		width:650px;
		max-width:calc(90vw);
	}

	.modalWindow.narrow{
		width:520px;
		max-width:calc(90vw);
	}

	.modalWindow.wide{
		width:800px;
		max-width:calc(90vw);
	}

	.modalWindow.wider{
		width:1000px;
		max-width:calc(90vw);
	}

	.modalWindow.video, .modalWindow.standard.video, .modalWindow.narrow.video, .modalWindow.wide.video{
		width:calc(90vw);
		aspect-ratio: 16 / 9 !important;
	}

	.powering{
		padding:30px;
	}

    .aboutKeynoteContainer{
        top: 110px;
    }

    .aboutKeynoteWindow{
        width:calc(90vw);
        max-height:calc(100vh - 160px);
        aspect-ratio: 16 / 9 !important;
    }

    .boothContainer{
        top: 110px;
    }

    .boothWindow{
        width:calc(90vw);
        max-height:calc(100vh - 160px);
        aspect-ratio: 16 / 9 !important;
    }

}


/****** medium screens: regular iPad landscape *******/
@media
only screen and (min-width:900px) and (max-width:1149px)
{

    .hide_medium{
        display:none !important;
    }

	body{
		font-size: 16px;
		-webkit-text-size-adjust: 100%;
	}

    .massive{
        font-size: 80px;
        line-height:80px;
    }

    .huge{
        font-size: 38px;
        line-height:42px;
    }

    .large{
        font-size: 30px;
        line-height:38px;
    }

    .medium{
        font-size:26px;
        line-height:26px;
    }

    p.medium{
        line-height:120% !important;
    }

    .small{
        font-size:13px;
        line-height:13px;
    }

    .tiny{
        font-size:11px;
        line-height:11px;
    }

    .container{
    	min-height:calc(100vh);
    	position:relative;
    }

	.padded{
		padding:5rem;
	}
	
	.morepadded{
		padding:10rem;
	}
	
	.lesspadded{
		padding:2.5rem;
	}

	.fullscreenbg{
		background-size: cover !important;
		background-position:top;
		background-repeat:no-repeat !important;
        min-width:100%;
		min-height:calc(100vh);
	}

	.herobg{
		background-size: calc(133vw) !important;
		background-position:center !important;
		background-repeat:no-repeat !important;
		min-height:calc(46vw);
	}
	
	.photobg{
		background-position:center;
		background-size: cover !important;
		background-repeat:no-repeat !important;
		min-height:calc(20vw + 20vh);
	}

	.row{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow:visible;
		clear:both;
	}
	
	.row.medium_reverse{
		flex-direction: column-reverse;
	}
	
	.container > .row, .container > row > .row, .row.root{
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.row.bleed{
		padding-left:0;
		padding-right:0;
	}

	.row.bleed > .full{
		margin-left:0;
		margin-right:0;
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.row.bleed > .half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: calc(50%);
		background-position:right !important;
	}
	
	.row.bleed > .half.hspace:first-child{
		padding-right:5rem !important;
	}

	.row.bleed > .half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: calc(50%);
		background-position:left !important;
	}
	
	.row.bleed > .half.hspace:last-child{
		padding-left:5rem !important;
	}
	
	

	.row.bleed > .medium_half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem !important;
		width: calc(50%) !important;
		background-position:right !important;
	}
	
	.row.bleed > .medium_half.hspace:first-child{
		padding-right:5rem !important;
	}

	.row.bleed > .medium_half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem !important;
		width: calc(50%) !important;
		background-position:left !important;
	}
	
	.row.bleed > .medium_half.hspace:last-child{
		padding-left:5rem !important;
	}

	

	.row.bleed > .third{
		margin-left:0 !important;
		margin-right:0 !important;
		width: 33.33%;
	}
	
	.row.bleed > .third.hspace{
		padding-left:6rem;
		padding-right:6rem;
	}
	
	.row.bleed > .third:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: 33.33%;
		background-position:right !important;
	}
	
	.row.bleed > .twothirds:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: 66.67%;
		background-position:right !important;
	}
	
	.row.bleed > .third.hspace:first-child{
		padding-right:5rem !important;
	}
	
	.row.bleed > .twothirds.hspace:first-child{
		padding-right:6rem !important;
	}

	.row.bleed > .third:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: 33.33%;
		background-position:left !important;
	}
	
	.row.bleed > .twothirds:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: 66.67%;
		background-position:left !important;
	}
	
	.row.bleed > .third.hspace:last-child{
		padding-left:5rem !important;
	}
	
	.row.bleed > .twothirds.hspace:last-child{
		padding-left:5rem !important;
	}
	
	/*TODO could do an override for bleeding thirds in medium*/
	
	
	.vspacer{
		height:5rem;
	}
	
	.vminus, .vneg{
		margin-bottom:-5rem;
	}
	
	.hspacer{
		width:5rem;
	}
	
	.row.vspace{
		padding-top:5rem;
	}
	
	.row > .vspace{
		margin-bottom:5rem;
	}

	.hspace {
		margin-left:2.5rem;
		margin-right:2.5rem;
	}
	
	.row > .hspace:first-child{
		margin-left:0 !important;
		margin-right:2.5rem !important;
	}
	
	.row > .hspace:last-child{
		margin-left:2.5rem !important;
		margin-right:0 !important;
	}

	.full{
		width:100%;
	}
	
	.row > .medium_full:nth-child(n){
		width:100% !important;
		margin-right:0 !important;
		margin-left:0 !important;
	}
	
	
	.half{
		width:50%;
	}

	.half.hspace{
		width: calc(50% - 2.5rem);
	}	

	.half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:2.5rem;
	}

	.half.hspace:nth-child(even){
		margin-left:2.5rem;
		margin-right:0;
	}

	.third{
		width:33.333%;
	}	

	.third.hspace{
		width:calc(33.333% - 3.35rem);
	}

	.row > .third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .third.hspace:nth-child(3n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.twothirds{
		width:66.66%;
	}

	.twothirds.hspace{
		width:calc(66.666% - 2.5rem);
	}

	.quarter, .fourth{
		width:25%;
	}

	.quarter.hspace, .fourth.hspace{
		width:calc(25% - 2.5rem);
	}
	
	.row > .quarter.hspace:nth-child(4n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.threequarters, .threefourths{
		width:75%;
	}	

	.threequarters.hspace, .threefourths.hspace{
		width:calc(75% - 2.5rem);
	}

	.fifth{ width:20%; }
	.fifth.hspace{ width:calc(20% - 4rem); }
	
	.sixth{ width:16.66%; }
	.sixth.hspace{ width:calc(16.66% - 4.2rem); }

	.eighth{ width:12.5%; }
	.eighth.hspace{ width:calc(12.5% - 2.5rem); }	
	
	.medium_half{
		width:50%;
	}

	.row > .medium_half.hspace{
		width: calc(50% - 2.5rem);
	}	

	.row > .medium_half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .medium_half.hspace:nth-child(even){
		margin-left:2.5rem;
		margin-right:0;
	}

	.medium_third{
		width:33.333%;
	}	

	.medium_third.hspace{
		width:calc(33.333% - 3.35rem);
	}

	.row > .medium_third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .medium_third.hspace:nth-child(3n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.medium_twothirds{
		width:66.66%;
	}

	.medium_twothirds.hspace{
		width:calc(66.666% - 2.5rem);
	}

	.masonry{
		padding:0 !important;
		margin:0 !important;
		border-bottom:5px solid white;
		border-top:5px solid white;
	}
	
	.masonry > .big_left{
		padding:0 !important;
		margin:0 !important;
		width:calc(57.7% - 0px);
		border-right:5px solid white;
	}
	
	.masonry > .big_right{
		padding:0 !important;
		margin:0 !important;
		width:calc(57.7% - 0px);
		border-left:5px solid white;
	}
	
	.masonry > .small_left{
		padding:0 !important;
		margin:0 !important;
		width:calc(42.3% + 0px);
		border-right:5px solid white;
	}
	
	.masonry > .small_right{
		padding:0 !important;
		margin:0 !important;
		width:calc(42.3% + 0px);
		border-left:5px solid white;
	}

	.masonry > div > .big_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .big_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(58.3% - 0px);	
		border-top:5px solid white;
	}

	.masonry > div > .small_top {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-bottom:5px solid white;
	}

	.masonry > div > .small_bottom {
		padding:0 !important;
		margin:0 !important;
		height:calc(41.7% - 0px);
		border-top:5px solid white;
	}

	.masonry > .full{
		padding:0 !important;
		margin:0 !important;
		width:100%;
	}

	.masonry > .half:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
		margin-right:5px !important;
		width:calc(50% - 5px) !important;
	}

	.masonry > .half:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		width:calc(50% - 5px) !important;
	}


	.masonry > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px) !important;	
	}

	.masonry > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px) !important;
	}

	.masonry > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px) !important;	
	}


	.masonry.bleed > .third:first-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:0px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:nth-child(2){
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:5px !important;
		width:calc(33.33% - 6.7px);
	}

	.masonry.bleed > .third:last-child{
		padding-top:0 !important;
		padding-bottom:0 !important;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		margin-left:5px !important;
		margin-right:0px !important;
		width:calc(33.33% - 6.7px);
	}

    .modalContainer{
        top: 20px;
    }

    .modalWindow{
        overflow-y: auto;
        width:calc(100vw - 140px);
        min-height:1px;
        max-height:calc(100vh - 140px);
    }

    .modalWindow.standard{
        width:650px;
        max-width:calc(90vw);
    }

    .modalWindow.narrow{
        width:520px;
        max-width:calc(90vw);
    }

    /*.modalWindow.wide{*/
        /*width:800px;*/
        /*max-width:calc(90vw);*/
    /*}*/

    /*.modalWindow.wider{*/
        /*width:1000px;*/
        /*max-width:calc(90vw);*/
    /*}*/


    .powering{
        padding:30px;
    }

    .aboutKeynoteContainer{
        top: 110px;
    }

    .aboutKeynoteWindow{
        width:calc(100vw - 60px);
        max-height:calc(100vh - 60px);
        aspect-ratio: 16 / 9 !important;
    }

    .boothContainer{
        top: 110px;
    }

    .boothWindow{
        width:calc(100vw - 60px);
        max-height:calc(100vh - 60px);
        aspect-ratio: 16 / 9 !important;
    }

	#cityscape-city{ right: 25px; }

}


/****** smallest screens *******/
@media
only screen and (max-width:899px)
{

    .hide_small {
        display:none !important;
    }

	body{
		font-size: 16px;
		-webkit-text-size-adjust: 100%;
	}

    .massive{
        font-size: 80px;
        line-height:80px;
    }

    .huge{
        font-size: 30px;
        line-height:34px;
    }

    .large{
        font-size: 24px;
        line-height:30px;
    }

    .medium{
        font-size:22px;
        line-height:22px;
    }

    .small{
        font-size:13px;
        line-height:13px;
    }

    .tiny{
        font-size:11px;
        line-height:11px;
    }

    .container{
    	min-height:calc(100vh);
    	position:relative;
    }

	.padded{
		padding:5rem;
	}
	
	.morepadded{
		padding:7rem;
	}
	
	.lesspadded{
		padding:2.5rem;
	}

	.fullscreenbg{
		background-size: cover !important;
		background-position:top;
		background-repeat:no-repeat !important;
        min-width:100%;
		min-height:calc(100vh);
	}
	
	.herobg{
		background-size: calc(75vw + 75vh) !important;
		background-position:20% !important;
		background-repeat:no-repeat !important;
		min-height:calc(24vw + 26vh);
	}
	
	.photobg{
		background-position:center;
		background-size: cover !important;
		background-repeat:no-repeat !important;
		min-height:calc(20vw + 30vh);
	}

	.row{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow:visible;
		clear:both;
	}
	
	.row.small_reverse{
		flex-direction: column-reverse;
	}
	
	.container > .row, .container > row > .row, .row.root{
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.row.bleed{
		padding-left:0;
		padding-right:0;
	}

	.row.bleed > .full{
		margin-left:0;
		margin-right:0;
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.row.bleed > .half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: calc(50%);
		background-position:right !important;
	}
	
	.row.bleed > .half.hspace:first-child{
		padding-right:5rem !important;
	}

	.row.bleed > .half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: calc(50%);
		background-position:left !important;
	}
	
	.row.bleed > .half.hspace:last-child{
		padding-left:5rem !important;
	}


	.row.bleed > .small_half:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem !important;
		width: calc(50%) !important;
		background-position:right !important;
	}
	
	.row.bleed > .small_half.hspace:first-child{
		padding-right:5rem !important;
	}

	.row.bleed > .small_half:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem !important;
		width: calc(50%) !important;
		background-position:left !important;
	}
	
	.row.bleed > .small_half.hspace:last-child{
		padding-left:5rem !important;
	}
	

	.row.bleed > .third{
		margin-left:0 !important;
		margin-right:0 !important;
		width: 33.33%;
	}
	
	.row.bleed > .third.hspace{
		padding-left:6rem;
		padding-right:6rem;
	}
	
	.row.bleed > .third:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: 33.33%;
		background-position:right !important;
	}
	
	.row.bleed > .twothirds:first-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-left: 5rem;
		width: 66.67%;
		background-position:right !important;
	}
	
	.row.bleed > .third.hspace:first-child{
		padding-right:5rem !important;
	}
	
	.row.bleed > .twothirds.hspace:first-child{
		padding-right:6rem !important;
	}

	.row.bleed > .third:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: 33.33%;
		background-position:left !important;
	}
	
	.row.bleed > .twothirds:last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		padding-right: 5rem;
		width: 66.67%;
		background-position:left !important;
	}
	
	.row.bleed > .third.hspace:last-child{
		padding-left:5rem !important;
	}
	
	.row.bleed > .twothirds.hspace:last-child{
		padding-left:5rem !important;
	}
	
	/*TODO could do an override for bleeding thirds in small*/
	
	
	.vspacer{
		height:5rem;
	}
	
	.vminus, .vneg{
		margin-bottom:-5rem;
	}
	
	.hspacer{
		width:5rem;
	}
	
	.row.vspace{
		padding-top:5rem;
	}
	
	.row > .vspace{
		margin-bottom:5rem;
	}

	.hspace {
		margin-left:2.5rem;
		margin-right:2.5rem;
	}
	
	.row > .hspace:first-child{
		margin-left:0 !important;
		margin-right:2.5rem !important;
	}
	
	.row > .hspace:last-child{
		margin-left:2.5rem !important;
		margin-right:0 !important;
	}

	.full{
		width:100%;
	}
	
	.row > .small_full:nth-child(n){
		width:100% !important;
		margin-right:0 !important;
		margin-left:0 !important;
	}
	
	
	.half{
		width:50%;
	}

	.half.hspace{
		width: calc(50% - 2.5rem);
	}	

	.half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:2.5rem;
	}

	.half.hspace:nth-child(even){
		margin-left:2.5rem;
		margin-right:0;
	}
	

	.third{
		width:33.333%;
	}	

	.third.hspace{
		width:calc(33.333% - 3.35rem);
	}

	.row > .third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .third.hspace:nth-child(3n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.twothirds{
		width:66.66%;
	}

	.twothirds.hspace{
		width:calc(66.666% - 2.5rem);
	}

	.quarter, .fourth{
		width:25%;
	}

	.quarter.hspace, .fourth.hspace{
		width:calc(25% - 2.5rem);
	}
	
	.row > .quarter.hspace:nth-child(4n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.threequarters, .threefourths{
		width:75%;
	}	

	.threequarters.hspace, .threefourths.hspace{
		width:calc(75% - 2.5rem);
	}

	.fifth{ width:20%; }
	.fifth.hspace{ width:calc(20% - 4rem); }
	
	.sixth{ width:16.66%; }
	.sixth.hspace{ width:calc(16.66% - 4.2rem); }

	
	.small_half{
		width:50%;
	}

	.small_half.hspace{
		width: calc(50% - 2.5rem);
	}	

	.row > .small_half.hspace:nth-child(odd){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .small_half.hspace:nth-child(even){
		margin-left:2.5rem;
		margin-right:0;
	}
	
	.small_third{
		width:33.333%;
	}	

	.small_third.hspace{
		width:calc(33.333% - 3.35rem);
	}

	.row > .small_third.hspace:nth-child(3n + 1){
		margin-left:0;
		margin-right:2.5rem;
	}

	.row > .small_third.hspace:nth-child(3n + 0){
		margin-left:2.5rem;
		margin-right:0;
	}

	.small_twothirds{
		width:66.66%;
	}

	.small_twothirds.hspace{
		width:calc(66.666% - 2.5rem);
	}

	.masonry{
		padding:0 !important;
		margin:0 !important;	
	}

	.masonry > div{
		padding:0 !important;
		margin:0 !important;
		width:100%;
	}
	
	.masonry > div > div{
		border-bottom:5px solid white;
		border-top:5px solid white;
	}

    .modalContainer{
        top: 0px;
    }

    .modalWindow{
        overflow-y: auto;
        width:calc(100vw - 60px);
        min-height:1px;
        max-height:calc(100vh - 230px);
    }

    .powering{
        padding:30px;
    }

    .aboutKeynoteContainer{
        top: 110px;
    }

    .aboutKeynoteWindow{
        width:calc(100vw - 60px);
        max-height:calc(100vh - 60px);
        aspect-ratio: 16 / 9 !important;
    }

    .boothContainer{
        top: 110px;
    }

    .boothWindow{
        width:calc(100vw - 60px);
        max-height:calc(100vh - 60px);
        aspect-ratio: 16 / 9 !important;
    }

}

.margin0{margin:0 !important;}
.mb0, .mbottom0{margin-bottom:0 !important;}

.pad0{ padding:0px !important;}
.padt0{ padding-top:0px !important;}
.padb0{ padding-bottom:0px !important;}
.pad1{ padding:1px !important;}
.pad2{ padding:2px !important;}
.pad5{ padding:5px !important;}
.padt5{ padding-top:5px !important;}
.padb5{ padding-bottom:5px !important;}
.pad10{ padding:10px !important;}
.padt10{ padding-top:10px !important;}
.padb10{ padding-bottom:10px !important;}
.padb20{ padding-bottom:20px !important;}
.padt20{ padding-top:20px !important;}
.pad20{ padding:20px !important;}
.pad25{ padding:20px !important;}
.pad30{ padding:30px !important;}
.pad40{ padding:40px !important;}
.pad50{ padding:50px !important;}
.pad75{ padding:75px !important;}
.pad80{ padding:80px !important;}
.pad100{ padding:100px !important;}

table.cellpad tr td{	padding:5px 5px 5px 10px; }

.w1, .one{ width:1px; }
.w5, .five{ width:5px; }
.w10, .ten{ width:10px; }
.w15, .fifteen{ width:15px; }
.w20, .twenty{ width:20px; }
.w30, .thirty{ width:30px; }
.w40, .forty{ width:40px; }
.w50, .fifty{ width:50px; }
.w60, .sixty{ width:60px; }
.w70, .seventy{ width:70px; }
.w80, .eighty{ width:80px; }
.w90, .ninety{ width:90px; }
.w100, .hundred{ width:100px; }
.w110, .oneten{ width:110px; }
.w120, .onetwenty{ width:120px; }
.w130, .onethirty{ width:130px; }
.w140, .oneforty{ width:140px; }
.w150, .onefifty{ width:150px; }
.w155{ width:155px; }
.w160, .onesixty{ width:160px; }
.w170{ width:170px; }
.w180{ width:180px; }
.w190{ width:190px; }
.w200, .twohundred{ width:200px; }
.w210, .twoten{ width:210px; }
.w220, .twotwenty{ width:220px; }
.w230, .twothirty{ width:230px; }
.w240, .twoforty{ width:240px; }
.w250, .twofifty{ width:250px; }
.w260, .twosixty{ width:260px; }
.w270, .twoseventy{ width:270px; }
.w280, .twoeighty{ width:280px; }
.w290, .twoninety{ width:290px; }
.w300, .threehundred{ width:300px; }
.w310, .threeten{ width:310px; }
.w320, .threetwenty{ width:320px; }
.w330, .threethirty{ width:330px; }
.w340, .threeforty{ width:340px; }
.w350, .threefifty{ width:350px; }
.w380, .threeeightyy{ width:380px; }
.w390, .threeninety{ width:390px; }
.w400, .fourhundred { width: 400px; }
.w450, .fourfifty { width: 450px; }
.w500, .fivehundred { width: 500px; }
.w600, .sixhundred { width: 600px; }
.w700, .sevenhundred { width: 700px; }

.h5{ min-height:5px; !important;}
.h10{ min-height:10px; !important;}
.h15{ min-height:15px; !important;}
.h20{ min-height:20px !important;}
.h25{ min-height:25px !important;}
.h30{ min-height:30px !important;}
.h40{ min-height:40px !important;}
.h50{ min-height:50px !important;}
.h60{ min-height:60px !important;}
.h70{ min-height:70px !important;}
.h80{ min-height:80px !important;}
.h90{ min-height:90px !important;}
.h100{ min-height:100px !important;}
.h200{ min-height:200px !important;}
.h300{ min-height:300px !important;}
.h400{ min-height:400px !important;}
.h500{ min-height:500px !important;}