/* === CSS RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
@font-face {
	font-family: 'Blur Regular';
	src: url('../fonts/blurregular.eot');
	src: local('☺'), url('../fonts/blurregular.woff') format('woff'), url('../fonts/blurregular.ttf') format('truetype'), url('../fonts/blurregular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
html{
	font-family: 'Blur Regular';
}
body {
	line-height: 1;
	touch-action: manipulation;
}
a{
	color: #2841ff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* === End of CSS RESET === */
body {
	overflow: hidden;
	font-smooth: never;
	-webkit-font-smoothing : none;
}
canvas{
	display: none;
	pointer-events: none;
}
body[ndx--target-view^="projects/"] .middle{
}
.HotspotAnnotation{
	background: transparent;
	font-size: 12px;
}
.Hotspot{
	background: transparent;
	font-size: 12px;
	border: none;
}
#nav_wrapper{
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 5;
}
.nav_btn{
	width: 54px;
	height: 54px;
	font-size: 29px;
	text-align: center;
	vertical-align: center;

	border: 4px solid black;
	background: white;
	transition: all 0.2s ease-in-out;

	color: black;	
	border-radius: 50%;
	cursor: pointer;
	opacity: 1;
	font-smooth: never;
	-webkit-font-smoothing : none;
}
#nav_wrapper .menu-line{
	height: 4px;
    width: 65px;
    transform: rotate(-90deg);
    position: absolute;
    background-color: black;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
    margin-left: -7px;
    bottom: 73px;
    opacity: 1;
    z-index: -1;
	display: none;
}
#nav_wrapper  .menu-line:nth-of-type(2){
    margin-left: -7px;
    transform: rotate(-70deg);
    bottom: 77px;
	width: 90px;
}
#nav_wrapper  .menu-line:nth-of-type(3){
	margin-left: 16px;
    transform: rotate(-45deg);
    bottom: 45px;
}
#nav_wrapper  .menu-line:nth-of-type(4){
	margin-left: 13px;
    transform: rotate(0deg);
    width: 100px;
    bottom: 23px;
}
.menu-line-utility-about{
	height: 4px;
    width: 65px;
    transform: rotate(-90deg);
    position: absolute;
    background-color: black;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
    margin-left: 30px;
    bottom: 175px;
    opacity: 1;
    z-index: -1;
    display: none;
}
.menu-line-utility-data{
    height: 4px;
    width: 133px;
    transform: rotate(-90deg);
    position: absolute;
    background-color: black;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
    margin-left: 100px;
    bottom: 145px;
    opacity: 1;
    z-index: -1;
    display: none;
}
.menu-line-utility-legal{
    height: 4px;
    width: 212px;
    transform: rotate(-90deg);
    position: absolute;
    background-color: black;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
    margin-left: 100px;
    bottom: 125px;
    opacity: 1;
    z-index: -1;
    display: none;
}
.nav_btn span{
	position: absolute;
	top: 5px;
	left: 12px;
}
.nav_btn span:nth-child(1){
	top: 12px;
}
.nav_btn span:nth-child(2){
	top: 19px;
}
.nav_btn p{
	display: none;
	transform-origin: center center;
}
.nav_btn p:nth-child(4){
	transform: rotate(-45deg);
    margin-top: 8px;
}
.nav_btn p:nth-child(5){
	transform: rotate(45deg);
	margin-left: 3px;
    margin-top: -28px;
}
nav ul{
	display: none;
}
nav ul li{
	position: absolute;
}
nav ul li.active button, .nav_btn.active{
	background-color: white;
	border-color: black;
}
nav ul li button{
	width: auto;
	height: 50px;
	font-size: 24px;
	text-align: center;
	vertical-align: center;
	border: 4px solid black;
	background: white;
	transition: all 0.2s ease-in-out;
	color: black;	
	border-radius: 2.5rem !important;
	cursor: pointer;
	opacity: 1;
	font-smooth: never;
	-webkit-font-smoothing : none;
	position: fixed;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	font-family: 'Blur Regular';
}
.legal{
	bottom: 50px;
	left: 100px;
}
.about{
	bottom: 170px;
	left: 0px;
}
.data{
	bottom: 110px;
	left: 60px;
}
#cross > div{
	position: fixed;
	margin: 0;
	top: calc(50% - 27px);
	left: calc(50% - 27px);
	padding: 10px;
	border-radius: 50%;
	width: 54px;
    height: 54px;
	z-index: 10;
	transition: all 0.2s ease-in-out;
	box-sizing: initial;
	box-sizing: border-box;
	cursor: pointer;	
	background-color: white;
	border: 4px solid black;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(255,255,255,1); 
	box-shadow: 0px 0px 30px 10px rgba(255,255,255,1);
}
#cross > div > div{
	width: 48px;
	height: 4px;
	background: black;
}
#cross > div > div:nth-child(1){
	margin-top: 11px;
    margin-left: -11px;
}
#cross > div > div:nth-child(2){
	transform: rotate(90deg);
	margin-top: -4px;
    margin-left: -11px;
}
figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	display: block;
  }
.project-page{
	width: 100vw;
	height: 100vh;
	background-color: transparent;
	position: fixed;
	overflow-y: scroll;
	z-index: 5;
	transition: all 0.4s ease-in-out;
	opacity: 1;
	width: 100%;
	padding: 0;
	width: 100vw;
	padding: 10px;
}
.flex-grid{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
	gap: 10px;
}
.project-page .flex-grid div{
	width: 100%;
	height: auto;
	position: relative;
	border: 4px solid black;
	background-color: white;
	border-radius: 2.5rem;
	overflow: hidden;
	display: inline-block;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.project-page .flex-grid div h1, .project-page .flex-grid div h2, .project-page .flex-grid div ul{
	padding: 10px;
	text-align: center;
}
.project-page .flex-grid div p{
	padding: 10px;
}
.block-type-video.width100{
	position: relative !important;
	padding-bottom: 56.25% !important;
	height: 0 !important;
}
.block-type-video.width75{
	position: relative !important;
	padding-bottom: 41.25% !important;
	height: 0 !important;
}
.block-type-video.width50{
	position: relative !important;
	padding-bottom: 27.25% !important;
	height: 0 !important;
}
.block-type-video.width25{
	position: relative !important;
	padding-bottom: 13.25% !important;
	height: 0 !important;
}
.block-type-video.width25{
	position: relative !important;
	padding-bottom: 13.25% !important;
	height: 0 !important;
}

.block-type-text{
	font-size: 3vw;
	padding: 1vw;
}

.project-page iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrapper > div{
	position: absolute;
	z-index: 2;
}
.wrapper > a {
	text-decoration: none;
	cursor: pointer;
}
.wrapper > div > .project{
    width: auto;
	width: 550px;
    height: 300px;
    text-align: center;
    border: 4px solid black;
	background-color: white;
    color: black;
    border-radius: 25vw;
    z-index: 9999999;
    transition: all 0.2s ease-in-out;
    margin-top: -340px;
    margin-left: 0px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
.wrapper > div > .project > img{
	width: 100%;
    object-fit: cover;
}
.widget-wrapper-wrapper{
	position: absolute;
}
.wrapper.active, .widget-wrapper-wrapper.active{
	opacity: 1;
	pointer-events: auto;	
}
.wrapper.inactive, .widget-wrapper-wrapper.inactive{
	opacity: 0.2;
	pointer-events: none;	
}
#nav_wrapper.inactive{
	opacity: 0.05;
	pointer-events: none;	
}
#nav_wrapper.active{
	opacity: 1;
	pointer-events: auto;	
}
#title_wrapper{
	font-smooth: never;
	-webkit-font-smoothing : none;
	width: 100vw !important;
    border-radius: 2.5rem !important;
	margin-bottom: 10px;
	text-align: center;
}
#title_wrapper div{
	display: inline-block;
	background-color: white;
	border: 4px solid black;
	border-radius: 2.5rem !important;
	text-align: center;
}
.pixelated{
	image-rendering: pixelated;
}
.name{
	width: auto;
    padding: 0 calc(1.5vw + 4px) 0 calc(1.5vw  + 4px);
}
.number{
	width: auto;
    padding: 0 calc(1.5vw + 4px) 0 calc(1.5vw  + 4px);
}
.related{
	font-size: 3vw;
	font-smooth: never;
	-webkit-font-smoothing : none;
}
.related{
	text-align: center;
	height: auto;
	padding: 10px 0 10px 0;
	width: 100%;
}
.text{
	margin-bottom: 70px !important;
}
.related a{
	color: #2841ff;
	font-size: 3vw;
}
.text p{
	font-size: 1.5vw;
	padding: 10px;
	font-smooth: never;
	-webkit-font-smoothing : none;
}
#cross > div.active{
	transform: rotate(45deg);
	cursor: pointer;	
	background-color: white;
	border: 4px solid black;
	backdrop-filter: unset;
}
#cross > div.inactive{
	transform: rotate(0deg);
	cursor: pointer;	
}
.line{
	height: 4px;
    width: 74px;
    transform: rotate(-45deg);
    position: absolute;
    background-color: black;
    transition: all 0.2s ease-in-out;
    margin-top: -68px;
    opacity: 0;
    margin-left: 8px;
	z-index: -1;
}
.wrapper > div > .project > p{
	text-align:center; 
	vertical-align: middle;
	display: table-cell;
	width: 200px; 
	padding: 20px;
	font-size: 3vw;
}
#map{
	position: absolute;
	mix-blend-mode: hard-light;
	opacity: 0.75;
}
#calculator{
	position: fixed;
    width: 240px;
    bottom: 10px;
    right: 550px;
    height: 355px;
    z-index: 5;
    background-color: white;
	border: 4px solid black;
    padding: 19px;
    border-radius: 2.5rem;
    /* margin: 1vw; */
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.dots{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-top: -10px;
	margin-bottom: 10px;
}
.calculator{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-top: -10px;
}

#calculator ul.dots li{ 
	width: 15px;
	height: 15px;
	background-color: white;
	border: 4px solid black;
	border-radius: 50%;
	display: inline-block;
	margin: 20px 2px 10px 2px;
}
#calculator ul.calculator li{ 
	width: 54px;
	height: 54px;
	background-color: white;
	border: 4px solid black;
	border-radius: 25rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	line-height: 45px;
	margin: 5px;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
	cursor: pointer;
}
.active-dots{
	background-color: black !important;
}
.miss{
	animation: shake 0.5s;
}  
@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
#mini_map_wrapper{
	position: fixed;
    width: 180px;
    bottom: 10px;
    right: 360px;
    height: 545px;
    z-index: 5;
    background-color: white;
	border: 4px solid black;
    padding: 19px;
	border-radius: 2.5rem;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#mini_map{
	position: absolute;
    width: 320px;
    bottom: 35px;
    right: -65px;
    height: 500px;
	overflow: hidden;
	z-index: -1;
}
#audiowrapper{
	position: fixed;
    width: 340px;
    bottom: 10px;
    right: 10px;
    height: 545px;
    z-index: 5;
    background-color: white;
	border: 4px solid black;
    padding: 19px;
	border-radius: 2.5rem;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.city{
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: white;
	z-index: 3;
	border: 4px solid black;
	opacity: 0.9;
	border-radius: 100%;
	margin-left: -95px;
	margin-top: -15px;
}
.trigger-audio, .trigger-map, .trigger-calculator{
	border-radius: 50vw;
	height: 4px;
	position: relative;
	background-color: black;
	border: 10px solid white;
    box-sizing: content-box;
	cursor: pointer;
	margin-top: -10px;
}
.shut{
	height: 50px !important;
}
.losangeles{
	bottom: 48px;
    right: 17px;
}
.bayarea{
	bottom: 150px;
    right: 106px;
}
.thedalles{
    bottom: 377px;
    right: 73px;
}
.manchester{
	bottom: 187px;
    right: 136px;
}
.prineville{
	bottom: 335px;
    right: 65px;
}
.ferndale{
    bottom: 474px;
    right: 100px;
}
.portangeles{
    bottom: 468px;
    right: 111px;
}
.astoria{
	bottom: 397px;
    right: 130px;
}
.settings, nav {
	position: fixed;
}
#utility{
	margin: 10px;
	height: calc(100vh - 225px);
	border: 4px solid black;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 2.5rem;
	padding: 10px;
	z-index: 25;
	font-size: 24px;
	display: none;
	width: calc(100vw - 20px);
	overflow: auto;
}
#utility h1{
	text-align: center;
    font-size: 6vw;
    margin-bottom: 10px;
}
#utility p{
	margin-bottom: 10px;
}
#name h1{
	font-size: 4vw !important;
	text-align: center !important;
}
#number h2{
	font-size: 4vw !important;
	text-align: center !important;
}
.project-page h2{
	font-size: 2.5vw;
	text-align: left;
}
.project-page p{
	font-size: 2vw;
	text-align: left;	
}
.point > a > div{
	width: 45px;
	height: 45px;
	font-size: 24px;
	text-align: center;
	vertical-align: center;

	border: 4px solid black;
	background: white;
	transition: all 0.2s ease-in-out;

	color: black;	
	transform: rotate(45deg);
	cursor: pointer;
}
.wrapper > .point > .project{
	width: min-content;
	width: 300px;
    height: 300px;
    text-align: center;
    border: 4px solid black;
	background: white;
    color: black;
    border-radius: 50%;
    z-index: 1100;
    transition: all 0.2s ease-in-out;
	overflow: hidden;
}
.wrapper > .outside-point > .project.left{
    margin-left: -520px;
	transition: all 0s;
}
.wrapper > .point > .project.left{
    margin-left: -280px;
	transition: all 0s;
}
.line.left{
	transform: rotate(45deg);
	margin-left: -100px;
	transition: all 0s;
}
.wrapper > .point > .project > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 .outside-point > a > div{
	width: 30px;
	height: 30px;
	font-size: 32px;
	text-align: center;
	vertical-align: center;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(255,255,255,1); 
	box-shadow: 0px 0px 30px 10px rgba(255,255,255,1);

	border: 4px solid black;
	background: white;
	transition: all 0.2s ease-in-out;

	color: black;	
	border-radius: 2.5rem;

	cursor: pointer;
	opacity: 1;
	z-index: 7;
}
.outside-point a > div:hover{
	background-color: black;
}
.point > .technocracy{
	width: 30px;
	height: 30px;
	font-size: 32px;
	text-align: center;
	vertical-align: center;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(255,255,255,1); 
	box-shadow: 0px 0px 30px 10px rgba(255,255,255,1);

	transition: all 0.2s ease-in-out;

	color: black;	
	border-radius: 100%;
	background: white;
	cursor: crosshair;
	opacity: 1;
	z-index: 7;
}
.technocracy{
	background-color: black;
	width: 31px;
    height: 31px;
	border-radius: 100%;
	opacity: 0.9;
}
.technocracy img{
	width: 100%;
	transition: all 0.5s ease;
}
.technocracy img.rotate{
	transform: rotate(180deg);
}
.invisible{
	display: none;
}

.s > .flyingholes{
	background-color: black !important;
	width: 20px !important;
    height: 20px !important;
	border-radius: 100%;
	cursor: crosshair !important;
}

.xs .project, .s .project{
	position: relative;
}
.xs .project img, .xs .project iframe, .s .project img, .s .project iframe{
	position: absolute;
	overflow: hidden;
}
.xs .project iframe, .s .project iframe{
	min-width: 100%;
    max-height: 100%;
    transform: translateX(calc(50% - 146px));
}
.xs .project img, .s .project img{
	width: 300px !important;
	height: 300px !important;
}
.xs > .line, .l > .line{
	width: 64px;
    margin-top: -48px;
    margin-left: 14px;
}
.xs > .line.left, .l > .line.left{
	margin-left: -51px;
    transition: all 0s;
    margin-top: -49px;
}

.s > .line, .m > .line{
	margin-top: -44px;
    margin-left: 6px;
}
.s > .line.left, .m > .line.left{
	margin-left: -60px;
}
.m > a > div{
	width: 20px !important;
    height: 20px !important;
}
.project-page .flex-grid div.width25.portrait{
	height: 41vw !important;
}
.project-page .flex-grid div.width50.portrait{
	height: 84vw !important;
}
.project-page .flex-grid div.width75.portrait{
	height: 129vw !important;
}
.project-page .flex-grid div.width100.portrait{
	height: 173vw !important;
}
.emoji{
	position: absolute;
	font-size: 24px;
}
.wrapper > div > a > .active{
	opacity: 1;
}
nav a:hover {
}
.project-page .flex-grid div.width25{
	width: calc(25% - 1vw);
} 
.project-page .flex-grid div.width50{
	width: calc(50% - 1vw);
} 
.project-page .flex-grid div.width75{
	width: calc(75% - 1vw);
} 
.project-page .flex-grid div.width100{
	width: 100%;
}
#bg{
	position: absolute;
	top: 0;
	left: 0;
    z-index: -2;
	width: 9800px;
}
#bg-background{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 9800px;
	pointer-events: none;
}
#bg img{
	position: relative;
	float: left;
	display: inline;
	width: 2425px;
    height: 2291px;
}
@keyframes fadeIn23 { 
	0% { opacity: 0; margin-left: 0; } 
	50% { opacity: 1; margin-left: 10px; } 
	100% { opacity: 0; margin-left: 30px; } 
}
@keyframes fadeIn19 { 
	0% { opacity: 0; margin-left: -90px; margin-top: -65px;} 
	90% { opacity: 1; margin-left: 0px; margin-top: 0px; } 
	100% { opacity: 0; margin-left: 0px; margin-top: 0px;}  
}
@keyframes fadeIn18 { 
	0% { opacity: 0; margin-left: 0; } 
	80% { opacity: 1; margin-left: -135px; margin-top: -145px; } 
	100% { opacity: 0; margin-left: -400px; margin-top: -145px;}  
}
@keyframes fadeIn14 { 
	0% { opacity: 0; margin-left: 0px; } 
	50% { opacity: 1; margin-left: -10px; } 
	100% { opacity: 0; margin-left: -30px; } 
}
@keyframes fadeIn11 { 
	0% { opacity: 0; margin-left: 0px; } 
	50% { opacity: 1; margin-left: -50px; } 
	100% { opacity: 0; margin-left: -10px; } 
}
@keyframes fadeIn10 { 
	0% { opacity: 0; margin-left: 0px; } 
	50% { opacity: 1; margin-left: -50px; margin-top: -145px;} 
	100% { opacity: 0; margin-left: -100px; margin-top: -145px;} 
}
#bg-background img{
	opacity: 1;
	box-sizing: border-box;
	will-change: opacity, margin-left, margin-top;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
}
.fadeIn0{
	animation: fadeIn23 4s infinite;
}
.fadeIn1{
	animation: fadeIn18 4s infinite;
}
.fadeIn2{
	animation: fadeIn19 4s infinite;
}
.fadeIn3{
	animation: fadeIn14 4s infinite;
}
.fadeIn4{
	animation: fadeIn11 4s infinite;
}
.fadeIn5{
	animation: fadeIn10 4s infinite;
}
.trigger{
	position: absolute;
	top: calc(22470px - calc(2247px*5));
	left: calc(9536px - calc(2383.75px *2));
	width: calc(2383.75px);
	mix-blend-mode: overlay;
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	transition: all 5s ease-in-out;
}
.trigger0{
	top: calc(22470px - calc(2247px*5));
	left: calc(9536px - calc(2383.75px *2));
	width: calc(2383.75px);
}
.trigger1{
	top: calc(22470px - calc(2247px*5.75));
	left: calc(9536px - calc(2383.75px*2.25));
	width: calc(2383.75px);
}
.animate-this-element {
	opacity: 0.75;
}
#audiowrapper{
	font-size: 22px !important;
	height: 470px;
}
.play-list{
	margin-top: 15px;
}
.large-toggle-btn, .audio-time{
	position: relative;
	float: left;
	font-size: 42px !important;
}
.audio-time{
	text-align: right;
    right: 10px;
    position: absolute;
}
.player, .play-list, .play-list-row{
	width: 100%;
	display: block;
	position: relative;
    float: left;
}
.play-list-row{
	margin-bottom: 10px;
	margin-left: 10px;
}
.track-number, .track-title{
	display: inline;
}
.track-title-text{
	display: block;
    position: relative;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
	display: none !important;
}
.player{
	padding: 10px 10px 0 10px;
}
body .container .player .controls-box .previous-track-btn:before {
	content: "";
	font-family: "FontAwesome";
}
body .container .player .large-toggle-btn .large-play-btn:before {
	content: "";
	font-family: "FontAwesome";
}
body .container .player .large-toggle-btn .large-pause-btn:before {
	content: "";
	font-family: "FontAwesome";
}
body .container .player .controls-box .next-track-btn:before {
	content: "";
	font-family: "FontAwesome";
}
body .container .play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
	content: "";
	font: "FontAwesome";
}
.progress-box, .controls-box{
	display: none;
}
.small-toggle-btn{
	display: none !important;
}
.playlist-track{
	color: black;
	text-decoration: none;
}
.active-track{
	text-decoration: underline;
}
.block-type-video{
	background-color: black !important;
}
.aboutright, .aboutleft{
	width: calc(50% - 10px);
	position: relative;
	float: left;
}
.aboutleft h1{
	text-align: left !important;
	margin-bottom: 1vw;
}
.aboutleft h2{
	font-size: 3.25vw;
	line-height: 3.25vw;
	margin-bottom: 1vw;
}
.aboutleft h3{
	font-size: 2.5vw;
	line-height: 2.5vw;
	margin-bottom: 1vw;
}
.aboutright > img{
	width: 100%;
}
#about > img{
	width: 100%;
}
@media only screen and (max-device-width : 996px){
	#cross{
		z-index: 20 !important;
	}
	#cross > div {
		top: calc(50vh - 27px);
		left: calc(50vw - 27px);
		z-index: 20;
	}
	.widget-wrapper-wrapper{
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		white-space: nowrap;
		z-index: 5;
		overflow-x: scroll;
	}
	.open{
		background-color: #ffffffba;
		height: 100vh; 
		z-index: 25;
	}
	.widget-wrapper{
		width: max-content;
		white-space: nowrap;
	}
	#mini_map_wrapper, #calculator, #audiowrapper{
		position: relative;
		float: left;
		bottom: unset;
		top: unset;
		right: unset;
		left: unset;
		z-index: 5;
		background-color: white;
		border: 4px solid black;
		border-radius: 10vw;
		margin: 10px;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
		border-radius: 1.7rem;
		pointer-events: auto !important;
	}
	#utility{
		width: calc(100vw - 20px);
		height: calc(100vh - 280px);
		z-index: 20 !important;
	}
	#utility h1 {
		font-size: 10vw;
	}
	#map, #bg{
		top: 40px;
		left: 0px;
	}
	#bg-background {
		z-index: 23;
	}
	#bg-background img {
		min-width: 100vw;
		width: auto !important;
		height: 100vh;
		transform: translateX(-25%);
	}
	.trigger-calculator, .trigger-map{
		z-index: 11;
	}
	#mini_map{		
		position: absolute;
		width: 400px;
		bottom: auto;
		top: 8px;
		right: unset;
		left: 0;
		margin-left: -125px;
	}	
	.city{
		transform: translate(0px, 20px);
	}
	.losangeles {
		top: 477px;
		right: 17px;
		bottom: unset;
	}
	.bayarea {
		top: 370px;
		right: 106px;
		bottom: unset;
	}
	.manchester {
		top: 335px;
		right: 136px;
		bottom: unset;
	}
	.ferndale{
		top: 50px;
		right: 100px;
		bottom: unset;
	}
	.thedalles {
		top: 145px;
		right: 73px;
		bottom: unset;
	}
	.portangeles {
		top: 58px;
		right: 111px;
		bottom: unset;
	}
	.astoria {
		top: 128px;
		right: 130px;
		bottom: unset;
	}
	.prineville {
		top: 185px;
		right: 65px;
		bottom: unset;
	}
	.shut{
		height: 50px !important;
		top: calc(100vh - 80px);
	}
	#nav_wrapper{
		bottom: unset;
		top: calc(100vh - 144px);
	}
	html.standalone #map, html.standalone #bg {
        top: 0;
	}
	html.standalone #nav_wrapper{
 		top: initial;
		bottom: 10px;
	}
	.project-page .flex-grid .block-type-video.width50, .project-page .flex-grid .block-type-video.width25, .project-page .flex-grid .block-type-video.width75, .project-page .flex-grid .block-type-video.width100  {
		width: calc(100vw - 20px);
		height: calc(56vw - 2px) !important;
	}
	.project-page .flex-grid .block-type-text.width50, .project-page .flex-grid .block-type-text.width25, .project-page .flex-grid .block-type-text.width75, .project-page .flex-grid .block-type-text.width100{
		width: calc(100vw - 20px);
	}
	.flex-grid {
		gap: 3vw;
	}
	#title_wrapper {
		width: calc(100vw - 20px) !important;
		margin-bottom: 0px;
	}
	#name, #number{
		margin-bottom: 10px;
	}
	#name h1 {
		font-size: 10vw !important;
	}
	#number h2 {
		font-size: 10vw !important;
	}
	.name {
		width: auto;
		padding: 0 calc(2.5vw + 4px) 0 calc(2.5vw  + 4px);
	}
	.number {
		width: auto;
		padding: 0 calc(2.5vw + 4px) 0 calc(2.5vw  + 4px);
	}
	.project-page p {
		font-size: 5vw;
		text-align: left;
	}
	.project-page .flex-grid{
		margin-bottom: 80px;
	}
	.project-page .flex-grid div p {
		padding: 10px;
	}
	.project-page{
		margin-bottom: 120px;
		z-index: 12 !important;
		padding: 10px;
	}
	.project-page .flex-grid div.width25.portrait, .project-page .flex-grid div.width50.portrait, .project-page .flex-grid div.width75.portrait, .project-page .flex-grid div.width100.portrait {
		height: 165vw !important;
	}
	.project-page .flex-grid div.width25, .project-page .flex-grid div.width50, .project-page .flex-grid div.width75, .project-page .flex-grid div.width100{
		width: calc(100vw - 20px);
	}
	.aboutright, .aboutleft{
		width: 100%;
	}
}