
/* Hide menu items that aren't wired up */
#global_action_menu > *:nth-child(2),
.responsive_page_menu .menuitem:first-of-type {
	display: none;
}

/* Genreal Styles */

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	height: 100%;
}

body {
	font-family: "Motiva Sans", Sans-serif, -apple-system, system, sans-serif;
	background-color: #181818;
	color: #fff;
	padding: 0;
	border: none;
	font-size: 5vw;
	position: relative;

}

@media (min-width: 668px) {
	body {
		font-size: 2.5vw;
	}
}
@media (min-width: 820px) {
	body {
		font-size: 1.67vw;
	}
}

@media (min-width: 1200px)
{
	body {
		font-size: 22px;
	}
}

img {
	max-width: 100%;
}

input, textarea, button {
	font-family: "apercu", -apple-system, system, sans-serif;
}

p {
	font-size: 4.5vw;
}

.site_wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

a, a:hover, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

a:hover {
	border: none;
}

@media (max-width: 667px) {
	.desktop_only {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.mobile_only {
		display: none !important;
	}
}

video {
	max-width: 100%;
	width: 100%;
	display: block;
}

.header_hero {
	position: relative;
	background-color: #000000;
	height: 30vw;
	overflow: hidden;
}
@media (min-width: 1200px) {
	.header_hero {
		height: 375px;
		width: 100vw;
		margin-left: calc( ( 1200px - 100vw ) / 2);
		margin-right: calc( ( 1200px - 100vw ) / 2);
	}
}

.header_hero .float_wrapper {
	width: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	flex-direction: column;
}
.header_hero .logo img {
	display: block;
}

.header_hero .video {
	opacity: 0.4;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
}

.content_wrapper {
	position: relative;
	margin: 0;
}
@media (min-width: 668px) {
	.content_wrapper {
		width: 96vw;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.content_wrapper {
		width: 70vw;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.content_wrapper {
		width: 1200px;
	}
}

.steamvr_navs {
	margin-top: 10vw;
}
@media (min-width: 668px) {
	.steamvr_navs {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 2.5vw;
		font-size: 1.5vw;
		width: 30vw;
	}
}
@media (min-width: 1200px) {
	.steamvr_navs {
		margin-top: 20px;
		font-size: 16px;
		width: 300px;
	}
}

.steamvr_navs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 200;
}

.steamvr_navs .steamvr_main_nav {
	margin-top: 7.5vw;
}
@media (min-width: 668px) {
	.steamvr_navs .steamvr_main_nav {
		margin-top: 20px;
	}
}

.steamvr_main_nav li .button {
	width: 80%;
	margin: 2.5vw auto;
}
@media (min-width: 668px) {
	.steamvr_main_nav li .button {
		padding: 1vw 0;
		margin: 0.5vw auto;
	}
}
@media (min-width: 1200px) {
	.steamvr_main_nav li .button {
		padding: 15px 0;
		margin: 15px auto;
	}
}

.steamvr_main_nav li a:hover {
	background: #2ca3e7;
}

.steamvr_index_guides {
	position: relative;
}

.button {
	text-transform: uppercase;
	display: block;
	background: #000000;
	margin: 2.5vw auto;
	text-align: center;
	padding: 5vw 0;
	line-height: 1;
}
@media (min-width: 668px) {
	.button {
		padding: 1vw 0;
		margin: 0.5vw auto;
	}
}
@media (min-width: 1200px) {
	.button {
		padding: 10px 0;
		margin: 0 auto;
	}
}

.header_hero .button {
	width: 225px;
	font-size: 16px;
	z-index: 99;
	position: relative;
}
@media (min-width: 1200px) {
	.header_hero .button {
		margin-top: 20px;
	}
}

a.featured_button {
	background: #2ca3e7;
	border: 2px solid transparent;
	font-weight: bold;
}
a.featured_button:hover {
	border-color: #ffffff;
}

.button_wrapper {
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
@media (min-width: 668px) {
	.button_wrapper {
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.button_wrapper {
		margin: 0 auto;
	}
}
.button_wrapper:first-of-type {
	margin-bottom: -1px;
}



.gradient_wrap {
	border-radius: 0 0 7vw 7vw;
	display: block;
	padding: 2px;
	background: #08bbad; /* Old browsers */
	background: url('https://cdn.cloudflare.steamstatic.com/steamvr/images/ValveIndex_gradient_headset.png') center center;
	background-size: 105%;
	transform: scaleX(-1);
}
.button_wrapper:first-of-type .gradient_wrap {
	border-radius: 7vw 7vw 0 0;
}
@media (min-width: 668px) {
	.gradient_wrap {
		border-radius: 0 0 2.5vw 2.5vw;
	}
	.button_wrapper:first-of-type .gradient_wrap {
		border-radius: 2.5vw 2.5vw 0 0;
	}
}
@media (min-width: 1200px) {
	.gradient_wrap {
		border-radius: 0 0 25px 25px;
	}
	.button_wrapper:first-of-type .gradient_wrap {
		border-radius: 25px 25px 0 0;
	}
}

.gradient_wrap .button {
	display: block;
	transform: scaleX(-1);
	background: #181818;
	border-radius: 0 0 7vw 7vw;
	padding: 4vw 0;
	margin: 0;
	width: auto;
}
.button_wrapper:first-of-type .gradient_wrap .button {
	border-radius: 7vw 7vw 0 0;
}
@media (min-width: 668px) {
	.gradient_wrap .button {
		border-radius: 0 0 2.5vw 2.5vw;
		padding: 1vw 0;
	}
	.button_wrapper:first-of-type .gradient_wrap .button {
		border-radius: 2.5vw 2.5vw 0 0;
	}
}
@media (min-width: 1200px) {
	.gradient_wrap .button {
		border-radius: 0 0 25px 25px;
		padding: 15px 0;
	}
	.button_wrapper:first-of-type .gradient_wrap .button {
		border-radius: 25px 25px 0 0;
	}
}

.gradient_wrap .button:hover {
	background: transparent;
}

.why_steamvr {
	width: 80vw;
	margin: 20vw auto;
}
@media (min-width: 668px) {
	.why_steamvr {
		width: 66vw;
		margin: 5vw auto 0 0;
	}
}
@media (min-width: 1200px) {
	.why_steamvr {
		width: 900px;
		margin: 60px auto 0 0;
	}
}

.why_steamvr h1 {
	color: #2ca3e7;
	text-align: center;
	font-size: 5vw;
	margin-bottom: 5vw;
	text-transform: uppercase;
}
@media (min-width: 668px) {
	.why_steamvr h1 {
		text-align: left;
		font-size: 1.5vw;
		margin: 0 0 0 4vw;
	}
}
@media (min-width: 1200px) {
	.why_steamvr h1 {
		font-size: 16px;
		margin: 0 0 0 0;
	}
}

.why_steamvr section {
	margin-bottom: 20vw;
}
@media (min-width: 668px) {
	.why_steamvr section {
		margin-bottom: 6vw;
	}
}
@media (min-width: 1200px) {
	.why_steamvr section {
		margin-bottom: 100px;
	}
}

.why_steamvr .hero {
	width: 100vw;
	margin: 0 -10vw;
}
@media (min-width: 668px) {
	.why_steamvr .hero {
		width: auto;
		margin: 0;
	}
}

.why_steamvr .hero img {
	width: 100%;
}


.hero img {
	display: block;
}

.why_steamvr .content p a {
	border-bottom: 1px solid #ffffff;
}
.why_steamvr .content p a:hover {
	border-bottom: transparent;
}
.why_steamvr h2 {
	font-size: 8vw;
	text-transform: uppercase;
	margin: -6vw 0 5vw 5vw;
	line-height: 1.2;
}
@media (min-width: 668px) {
	.why_steamvr h2 {
		font-size: 3vw;
		margin: -2vw 0 2vw 2.5vw;
	}
}
@media (min-width: 1200px) {
	.why_steamvr h2 {
		font-size: 2.75vw;
	}
}
@media (min-width: 1200px) {
	.why_steamvr h2 {
		font-size: 42px;
		margin: -30px 0 20px 40px;
	}
}



.why_steamvr p {
	margin: 0 5vw 0 5vw;
}
@media (min-width: 668px) {
	.why_steamvr p {
		font-size: 1.25vw;
		margin: 0 2.5vw;
	}
}
@media (min-width: 1200px) {
	.why_steamvr p {
		font-size: 15px;
		margin: 0 40px;
	}
}

@media (min-width: 668px) {
	.bleed_left {
		background: #000000;
		margin-left: -2vw;
		padding-left: 6vw;
		display: flex;
		flex-direction: row-reverse;
	}
	.bleed_left .hero, .bleed_right .hero {
		width: 50%;
	}
	.bleed_left .content, .bleed_right .content {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.bleed_left .content h2 {
		margin: 0 2vw 2vw 0;
	}
	.bleed_left .content p {
		margin: 0 2vw 0 0;
	}
	.bleed_right .content h2 {
		margin: 0 0 2vw 2vw;
	}
	.bleed_right .content p {
		margin: 0 0 0 2vw;
	}
	.bleed_right {
		background: #000000;
		display: flex;
		flex-direction: row;
		margin-right: -32vw;
		padding-right: 32vw;
		margin-left: 4vw;
	}
	.bleed_right .hero {

	}

	.row {
		margin-left: 4vw;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.row > section {
		width: 47.5%;
	}
}

@media (min-width: 1200px) {
	.bleed_left {
		margin-left: calc( ( 1200px - 100vw ) / 2);
		padding-left: calc( ( 100vw - 1200px ) / 2);
	}

	.bleed_left .content h2 {
		margin: 0 60px 30px 0;
	}
	.bleed_left .content p {
		margin: 0 60px 0 0;
	}
	.bleed_right .content h2 {
		margin: 0 0 30px 60px;
	}
	.bleed_right .content p {
		margin: 0 0 0 60px;
	}
	.bleed_right {
		margin-right: calc( ( ( ( 1200px - 900px) * 2 ) - 100vw ) / 2);
		padding-right: calc( ( 100vw - 1200px + 900px ) / 2);
		margin-left: 0;
	}

	.row {
		margin-left: 0;
	}
}

#footer {
	background: #000000;
	font-size: 12px;
	margin-bottom: 0;
}

#footer .inner_wrapper {
	max-width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#footer a {
	text-decoration: underline;
}

.popup_wrapper {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity: 1;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	display: none;
	transition: opacity 250ms ease-in-out;
}

.popup_wrapper.active {
	display: block;
	opacity: 1;
}

.popup_wrapper .popup {
	position: absolute;
	top: 10vw;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50vw;
	background: #181818;
	font-size: 1.5vw;
	line-height: 1.2;
	padding: 5vw;
}
@media (min-width: 1200px) {
	.popup_wrapper .popup {
		top: 150px;
		width: 600px;
		font-size: 15px;
		padding: 50px;
	}
}

.popup .close {
	position: absolute;
	top:0;
	right:2vw;
}

.popup .close:before {
	font-size: 2vw;
	content: "×";
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:2vw;
	height:2vw;
}

.popup h2 {
	text-transform: uppercase;
	font-size: 3vw;
	margin: 0 0 2vw 0;
}
@media (min-width: 1200px) {
	.popup h2 {
		font-size: 50px;
		margin: 0 0 30px 0;
	}
}

.popup .buttons {
	margin: 25px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.popup .buttons .button {
	width: 40%;
	background: #000000;
	color: #ffffff;
	border: none;
	border-radius: none;
	padding: 20px 10px;
	font-size: 1vw;
	font-weight: 200;
	line-height:1.4;
}
@media (min-width: 1200px) {
	.popup .buttons .button {
		font-size: 10px;
	}
}

.popup .buttons .button:hover {
	background: #2ca3e7;
}

.popup .buttons .button span {
	font-size: 1.5vw;
	display: block;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.popup .buttons .button span {
		font-size: 15px;
	}
}