/*
Theme Name: Solaria
Icon: default-wordpress-icon
Theme URI: https://survios.com
Description: Solaria Runway Child Theme built by Survios for WordPress. Use it to Expand your power in the universe!
Author: Survios featuring Robert Bozich, Graham Matuszewski, and James Dabgotra
Author URI: 
Version: 1.2.7
Tags: Solaria
Solaria
*/

/*-----------------------------------------------------------------------------------------------------
	000 : 	Table of Contents
/*-----------------------------------------------------------------------------------------------------
	000 : 	Table of Contents
	001 : 	Fonts
	002 : 	General Styling of HTML Elements
	003 : 	Headers & Subheaders
	004 : 	Backgrounds
	005 :	Positioning, Padding, Margins and Offsets
	006 :	Flexible Grid System
	007 :	Navigation Desktop & Devices
	008 :	Sections
	009 :	Page & Template Specific Styling
			009A :	Home Page
			009B :	Team Page
			009C :	Careers Page
			009D :	Press Releases & Press Articles Pages
	010 :	Sliders
            010A :  General Slider Styles
            010B :  Homepage Hero Slider
	011 :	Blog & Comments
	012 :	Parallax
	013 :	Forms, Inputs, Textareas, Select, Submit
	014 :	Buttons
	015 :	Social Media Icons
	016 :	Icons
	017 :	Footer
	018 :	Breadcrumbs
	019 :	Video
	020 :	Miscellaneous
	021 :	Loading Icons
	022 :	Media Queries
-----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	001 : 	Fonts
--------------------------------------------------------------------------------*/

@font-face {
	font-family: "Corbert-ExtraBold";
	src: url("../solaria/fonts/Corbert-ExtraBold.eot");
	src: url("../solaria/fonts/Corbert-ExtraBold.eot?#iefix") format("embedded-opentype"),
		url("../solaria/fonts/Corbert-ExtraBold.woff") format("woff"),
		url("../solaria/fonts/Corbert-ExtraBold.ttf") format("truetype"),
		url("../solaria/fonts/Corbert-ExtraBold.svg#webfont") format("svg");
}

@font-face {
	font-family: "Corbert-Bold";
	src: url("../solaria/fonts/Corbert-Bold.eot");
	src: url("../solaria/fonts/Corbert-Bold.eot?#iefix") format("embedded-opentype"),
		url("../solaria/fonts/Corbert-Bold.woff") format("woff"),
		url("../solaria/fonts/Corbert-Bold.ttf") format("truetype"),
		url("../solaria/fonts/Corbert-Bold.svg#webfont") format("svg");
}

@font-face {
	font-family: "Corbert-DemiBold";
	src: url("../solaria/fonts/Corbert-DemiBold.eot");
	src: url("../solaria/fonts/Corbert-DemiBold.eot?#iefix") format("embedded-opentype"),
		url("../solaria/fonts/Corbert-DemiBold.woff") format("woff"),
		url("../solaria/fonts/Corbert-DemiBold.ttf") format("truetype"),
		url("../solaria/fonts/Corbert-DemiBold.svg#webfont") format("svg");
}

@font-face {
	font-family: "Corbert-Medium";
	src: url("../solaria/fonts/Corbert-Medium.eot");
	src: url("../solaria/fonts/Corbert-Medium.eot?#iefix") format("embedded-opentype"),
		url("../solaria/fonts/Corbert-Medium.woff") format("woff"),
		url("../solaria/fonts/Corbert-Medium.ttf") format("truetype"),
		url("../solaria/fonts/Corbert-Medium.svg#webfont") format("svg");
}

@font-face {
	font-family: "Corbert-Light";
	src: url("../solaria/fonts/Corbert-Light.eot");
	src: url("../solaria/fonts/Corbert-Light.eot?#iefix") format("embedded-opentype"),
		url("../solaria/fonts/Corbert-Light.woff") format("woff"),
		url("../solaria/fonts/Corbert-Light.ttf") format("truetype"),
		url("../solaria/fonts/Corbert-Light.svg#webfont") format("svg");
}

@font-face {
	font-family: "Corbert-Thin";
	src: url("../solaria/fonts/Corbert-Thin.eot");
	src: url("../solaria/fonts/Corbert-Thin.eot?#iefix") format("embedded-opentype"),
		url("../solaria/fonts/Corbert-Thin.woff") format("woff"),
		url("../solaria/fonts/Corbert-Thin.ttf") format("truetype"),
		url("../solaria/fonts/Corbert-Thin.svg#webfont") format("svg");
}

@font-face {
	font-family: "survocons";
	src: url("../solaria/fonts/survocons.eot");
	src: url("../solaria/fonts/survocons.eot?#iefix") format("embedded-opentype"),
		url("../solaria/fonts/survocons.woff") format("woff"), url("../solaria/fonts/survocons.ttf") format("truetype"),
		url("../solaria/fonts/survocons.svg#survocons") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Siro";
	src: url("../solaria/fonts/Siro-Regular.woff2") format("woff2"),
		url("../solaria/fonts/Siro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Siro";
	src: url("../solaria/fonts/Siro-Bold.woff2") format("woff2"), url("../solaria/fonts/Siro-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

/*--------------------------------------------------------------------------------
	002	: 	General Styling of HTML Elements
--------------------------------------------------------------------------------*/

html {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	scroll-behavior: smooth;
}

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	/* Removes padding behaviour on widths */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #222;
	font-family: "Siro", sans-serif;
	line-height: 1.3;
}

p {
	padding: 25px 0;
}

a,
a:visited {
	text-decoration: none;
	color: #25c6e3;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #25c6e3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 35px;
	text-transform: uppercase;
}

h2 {
	font-size: 31px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

ul {
	padding-top: 10px;
	padding-bottom: 17px;
	padding-left: 40px;
}

li {
	line-height: 1.4;
	padding: 2px 0;
}

.clear,
.clearfix {
	clear: both;
}

/*--------------------------------------------------------------------------------
	003	: 	Headers & Subheaders
--------------------------------------------------------------------------------*/

h1.xx_large {
	font-size: 65px;
	letter-spacing: -0.04em;
}

h1.x_large {
	font-size: 55px;
	letter-spacing: -0.03em;
}

h1.large {
	font-size: 45px;
	letter-spacing: -0.02em;
}

h1.medium {
	font-size: 35px;
	letter-spacing: -0.02em;
}

h1.small {
	font-size: 25px;
	letter-spacing: -0.02em;
}

h1.x_small {
	font-size: 18px;
	letter-spacing: -0.02em;
}

h1.section_header {
	font-family: "Corbert-Medium", Helvetica, sans-serif;
	color: #ffffff;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1.6pt;
	padding: 0;
}

h2.section_header {
	/* font-family: "Lato", Helvetica, sans-serif; */
	color: #ffffff;
	font-size: 30px;
	padding: 0;
	font-weight: 100;
	padding-top: 15px;
}

.normal_heading,
.normal_subheading {
	display: table;
	clear: both;
}

.normal_heading {
	background-color: #ffffff;
	padding: 13px 30px;
	margin-bottom: 20px;
}

.normal_subheading {
	background-color: #333;
	padding: 15px 30px;
}

p.zero_padding {
	padding: 0;
}

p.subheader_white,
p.subheader_gray {
	font-size: 20px;
	margin: 0;
	padding: 15px 0 0 0;
}

p.subheader_white {
	color: #ffffff;
}

p.subheader_gray {
	color: #494949;
}

p.section_subheader {
	font-family: "Corbert-Bold", Helvetica, sans-serif;
	color: #989898;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	padding: 0;
}

.vr-exp-heads {
	padding-left: 11px !important;
	text-align: left;
}

.white_text p {
	color: #ffffff;
}

.gray_text p {
	color: #494949;
}

.gray_text li {
	color: #494949;
}

.thin_text {
	/*font-weight:200*/
}

.white_header>h1,
.white_header>h2,
.white_header>h3,
.white_header>h4,
.white_header>h5,
.white_header>h6 {
	color: #ffffff;
}

.gray_header>h1,
.gray_header>h2,
.gray_header>h3,
.gray_header>h4,
.gray_header>h5,
.gray_header>h6 {
	color: #494949;
}

.blue_header>h1,
.blue_header>h2,
.blue_header>h3,
.blue_header>h4,
.blue_header>h5,
.blue_header>h6 {
	color: #25c6e3;
}

.orange_header>h1,
.orange_header>h2,
.orange_header>h3,
.orange_header>h4,
.orange_header>h5,
.orange_header>h6 {
	color: #f48943;
}

.extra_bold {
	font-family: "Corbert-ExtraBold";
}

/*--------------------------------------------------------------------------------
	004 : 	Backgrounds
--------------------------------------------------------------------------------*/

.black_bg {
	background-color: #000000;
}

.blue_bg {
	background-color: #25c6e3;
}

.gray_bg {
	background-color: #282828;
}

.dark_gray_bg {
	background-color: #333333;
}

.trans_black_bg {
	background-color: rgba(3, 2, 2, 0.7);
}

/*--------------------------------------------------------------------------------
	005 : 	Positioning, Padding, Margins and Offsets
--------------------------------------------------------------------------------*/

#content {}

.center_text {
	text-align: center;
}

.left {
	padding-right: 20px;
}

.right {
	padding-left: 20px;
}

.offset_top_breadcrumbs {
	padding-top: 104px;
}

.offset_right_breadcrumbs {
	padding-right: 55px;
}

.offset_top_because_im_too_close_to_the_header {
	padding-top: 25px;
}

.offset_top {
	padding-top: 70px;
}

.offset_bottom {
	padding-bottom: 50px;
}

.offset_left {
	padding-left: 30px;
}

.offset_right {
	padding-right: 30px;
}

.content_va_top {
	top: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.content_va_middle {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.content_va_bottom {
	bottom: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.gs_content {
	padding: 30px;
}

.center_align_text {
	text-align: center;
}

.left_align_inner_content,
.center_align_inner_content,
.right_align_inner_content {
	position: absolute;
	width: 100%;
}

.left_align_inner_content {
	text-align: left;
}

.center_align_inner_content {
	text-align: center;
}

.right_align_inner_content {
	text-align: right;
}

.clear-top {
	display: block;
	clear: both;
	height: 80px;
}

/*--------------------------------------------------------------------------------
	006 :	Flexible Grid System
--------------------------------------------------------------------------------*/

.restricted_1col {
	display: block;
	width: inherit;
	height: inherit;
}

.restricted_2col {
	display: inline-block;
	width: 50%;
	height: inherit;
}

.unrestricted_1col {}

.cols_3_container {
	width: 100%;
	height: auto;
	padding: 0 19px;
}

.cols_3 {
	display: inline-block;
	position: relative;
	padding: 0 11px;
	width: 33.3%;
	margin-top: 19px;
	margin-bottom: 50px;
}

[class^="bit-"] {
	display: inline-block;
	*display: inline;
	padding: 0 11px;
	position: relative;
	vertical-align: top;
}

[class^="bit-"].blog_archive {
	margin-bottom: 0;
}

[class^="bit-"].press_archive {
	margin-bottom: 30px;
}

.frame {
	display: block;
	padding: 0 19px;
}

.frame_full_bleed {
	display: block;
	padding: 0;
}

.frame.blog_archive_container {
	padding-top: 104px;
}

.frame:after,
.frame_full_bleed:after {
	content: "";
	display: table;
	clear: both;
}

.clear-fix {
	margin-right: -3px;
}

.bit-1 {
	width: 100%;
}

.bit-2 {
	width: 50%;
}

.bit-3 {
	width: 33.3%;
}

.bit-3-1 {
	width: 33.3%;
}

.bit-3-2 {
	width: 66.6%;
}

.bit-5 {
	width: 20%;
}

.bit-6 {
	width: 16.5%;
}

.bit-7 {
	width: 15%;
}

.bit-home-quick-links {
	width: 33.3%;
	padding: 0;
	max-height: 332px;
	overflow: hidden;
	background-color: #444;
	height: inherit;
	background-position: center;
	background-size: cover;
}

.bit-home-quick-links h2 {
	padding: 150px 0;
	font-size: 25px;
	letter-spacing: 2pt;
	background-color: rgba(0, 0, 0, 0.7);
	font-family: "Corbert-Light";
}

.bit-home-quick-links a {
	color: #ffffff;
	text-decoration: none;
}

.bit-home-quick-links a:hover h2 {
	font-weight: 400;
	font-size: 30px;
	background-color: rgba(37, 198, 227, 0.9);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bit-2.seccol {
	margin-bottom: 0;
}

.bit-3.logos {
	margin-bottom: 0;
}

.bit-3-2.copy_container {
	height: 310px;
}

.bit-3-1.icon_container {
	height: 310px;
}

.bit-3-1.icon_container img {
	position: relative;
	width: 100%;
	max-width: 209px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.frame.vertical_align_middle,
.frame_full_bleed.vertical_align_middle {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.active_vr_inner_copy {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.align_copy_middle {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.active_vr_inner_copy .active_vr_inner_small_icon {
	vertical-align: middle;
	margin-right: 20px;
	display: none;
}

.contact_info .bit-2 {
	margin-bottom: 0;
}

.press_bottom_section .bit-2 {
	margin-bottom: 0;
}

.col2_labels {
	display: inline-block;
	float: left;
	font-weight: 400;
	color: #ffffff;
	width: 40%;
	text-align: right;
	font-size: 15px;
}

.col2_descriptions {
	display: inline-block;
	float: left;
	color: #ffffff;
	width: 60%;
	padding-left: 15px;
	font-size: 15px;
}

.mid_div_padding {
	padding-top: 6px;
	padding-bottom: 6px;
}

/*--------------------------------------------------------------------------------
	007 :	Navigation Desktop & Devices
--------------------------------------------------------------------------------*/

/* FIXED TOP NAV ALL */

#fixed-top {
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 4;
	/*background-color:#535454;*/
}

#fixed-top span.sb-toggle-left {
	float: left;
	color: #ffffff;
	padding: 10px;
}

#fixed-top span.sb-toggle-right {
	float: right;
	color: #ffffff;
	padding: 10px;
}

/* DESKTOP */

.nav_container>.logo {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav_container>.logo img {
	width: 176px;
	height: 33px;
}

.nav_container {
	width: 100%;
	height: inherit;
	position: relative;
	margin: 0 auto;
	padding: 0 60px;
}

.nav {
	display: block;
	position: absolute;
	right: 55px;
	top: 27px;
	margin: 0;
	height: 43px;
	padding: 0;
	border: 0;
	font-family: "Corbert-Medium", Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	text-transform: uppercase;
}

ul.nav,
ul.nav li,
ul.nav li.button-dropdown {
	-webkit-margin-before: 0px;
	-moz-margin-before: 0px;
	-ms-margin-before: 0px;
	-o-margin-before: 0px;
	margin-before: 0px;
	-webkit-margin-after: 0px;
	-moz-margin-after: 0px;
	-ms-margin-after: 0px;
	-o-margin-after: 0px;
	margin-after: 0px;
}

.nav li {
	display: inline-block;
	list-style: none;
	padding: 0;
	height: inherit;
	line-height: normal;
}

.nav .button-dropdown {
	position: relative;
}

.nav li a {
	display: block;
	color: #ffffff;
	padding: 0 20px;
	text-decoration: none;
	height: inherit;
	overflow: hidden;
}

.nav li:last-child a {
	padding-right: 0;
}

.nav li ul li {
	display: block;
}

.nav li ul li a {
	display: block;
	color: #ffffff;
	padding: 15px 20px;
	text-decoration: none;
	border-top-color: #0a0a0a;
	border-top-width: 1px;
	border-top-style: solid;
}

.nav li ul li:last-child a {
	padding: 15px 20px;
}

.nav li a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	color: #999999;
	/*rotate*/
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*move*/
	-webkit-transform-origin: 50% 40%;
	-moz-transform-origin: 50% 40%;
	-o-transform-origin: 50% 40%;
	transform-origin: 50% 40%;
	/*animate*/
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.nav li a:hover,
.nav li a.dropdown-toggle.active {
	color: #fff;
	background-color: transparent;
}

.nav li ul li a:hover {
	background-color: #25c6e3;
}

ul.nav li a:after,
.nav li a.dropdown-toggle.active:after {
	content: "";
	background-color: #25c6e3;
	display: block;
	width: 100%;
	height: 5px;
	margin: 0 auto;
	bottom: 0;
	margin-top: 23px;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-o-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

ul.nav li a:hover:after,
.nav li a.dropdown-toggle.active:after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.page-id-21 #cat_about:after,
.page-id-401 #cat_about:after,
.page-id-37 #cat_about:after,
.page-id-16 #cat_careers:after,
.parent-pageid-16 #cat_careers:after,
.page-id-2251 #cat_careers:after,
.blog #cat_blog:after,
.single-post #cat_blog:after,
.page-id-4600 #cat_games:after,
.single-game #cat_games:after,
.page-template-company #cat_company:after,
.page-template-press #cat_news:after,
.page-template-play-test #cat_playtesting:after,
.single-post #cat_news:after {
	content: "";
	background-color: #25c6e3;
	display: block;
	width: 100%;
	height: 5px;
	margin: 0 auto;
	bottom: 0;
	margin-top: 23px;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.nav li ul li a:after,
.nav li ul li a:hover:after {
	display: none;
}

.nav li a:hover span,
.nav li a.dropdown-toggle.active span {
	color: #fff;
}

.nav li a.dropdown-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav li .dropdown-menu {
	display: block;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nav li .dropdown-menu.active {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.nav li .dropdown-menu a {
	min-width: 215px;
}

ul.nav ul {}

ul.nav ul li {
	background-color: #141415;
}

/* DEVICES */

html.sb-active #sb-site,
.sb-toggle-left,
.sb-toggle-right,
.sb-open-left,
.sb-open-right,
.sb-close {
	cursor: pointer;
}

.sb-slidebar {
	padding: 0;
	color: #ffffff;
}

.sb-slidebar>.logo img {
	width: 176px;
	height: 33px;
}

.sb-slidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sb-slidebar ul>li {
	padding: 0;
	font-family: "Corbert-Medium", Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	text-transform: uppercase;
}

.sb_slidebar_home_item a:before {
	font-family: "survocons" !important;
	content: "L";
	font-size: 23px;
	padding-right: 10px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: bottom;
}

.sb_slidebar_sub_item a:before {
	font-family: "survocons" !important;
	content: "m";
	font-size: 8px;
	padding-right: 5px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sb-slidebar ul>li a:link,
.sb-slidebar ul>li a:visited {
	border: 0px solid #1d1d1d;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 16px 20px;
	-moz-transition: background-color 0.2s ease-in-out 0s;
	-o-transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	transition: background-color 0.2s ease-in-out 0s;
}

.sb-slidebar ul>li a:hover {
	background-color: #25c6e3;
}

.sb-slidebar ul>li.sb-social-icon {
	border: 0px solid #4d4d4d;
	border-width: 0 0 1px 0;
}

.sb-slidebar ul>li a.sb-social-icon:link,
.sb-slidebar ul>li a.sb-social-icon:visited {
	border: none;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 15px 0 15px 10px;
	-moz-transition: background-color 0.2s ease-in-out 0s;
	-o-transition: background-color 0.2s ease-in-out 0s;
	-webkit-transition: background-color 0.2s ease-in-out;
	-webkit-transition-delay: 0s;
	transition: background-color 0.2s ease-in-out 0s;
	line-height: 0;
}

.sb-slidebar ul>li a.sb-social-icon.first:link,
.sb-slidebar ul>li a.sb-social-icon.first:visited {
	padding: 15px 0 15px 20px;
}

.sb-slidebar ul>li a.sb-social-icon:hover {
	background-color: transparent;
}

.sb-slidebar ul ul li a:link,
.sb-slidebar ul ul li a:visited {
	padding-left: 33px;
}

.sb-slidebar ul>li.logo {
	display: block;
	padding: 16px 20px 14px 20px;
}

.sb-slidebar ul>li a.logo img {
	width: 164px;
	height: 30px;
}

.sb-gray-bg {
	background-color: #494949;
}

.sb-slidebar ul>li.sb_slidebar_parent_item {
	border: 0px solid #1d1d1d;
	border-width: 0 0 2px 0;
	display: block;
	text-decoration: none;
	padding: 16px 20px;
	color: #7c7c7c;
}

/* MENU ICON + ANIMATION */

#nav-icon-container {
	height: 70px;
	position: absolute;
	display: none;
	left: 0;
	padding: 0 20px;
}

#nav-icon {
	display: none;
	transform: rotate(0deg);
	width: 30px;
	height: 20px;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#nav-icon {
	text-decoration: none;
	color: #fff;
	font-family: "PT Sans";
	z-index: 999;
}

#nav-icon:after {
	margin-left: 40px;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 0.95em;
}

#nav-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.active #nav-icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

.active #nav-icon span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.active #nav-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 19px;
	left: 8px;
}

/*--------------------------------------------------------------------------------
	008 :	Sections
--------------------------------------------------------------------------------*/

section {
	background-color: #ffffff;
}

.map_section {
	text-align: center;
}

.featured_game {
	background-size: cover;
	background-position: center;
	background-color: #111;
}

.map_section .project_frame {
	min-height: 485px;
}

.map_section .project_frame .project_info_blank_slate {
	min-height: 485px;
}

.active_vr_section {
	padding: 50px 0;
}

.featured_logos_section {
	padding: 20px 0;
	background-color: #29292b;
}

.featured_logos_section h1 {
	padding-bottom: 5px;
}

.featured_logos_section .frame {
	padding-top: 26px;
	padding-bottom: 26px;
}

.publication_logo {
	background-size: contain;
	background-position: center center;
	height: 0;
	padding-bottom: 37.305699481865%;
	text-indent: -10000em;
}

.publication_logo.logo-1 {
	background-image: url("../solaria/assets/images/media-usa-today-logo.png");
}

.publication_logo.logo-2 {
	background-image: url("../solaria/assets/images/media-fast-company-logo.png");
}

.publication_logo.logo-3 {
	background-image: url("../solaria/assets/images/media-los-angeles-times-logo.png");
}

.publication_logo.logo-4 {
	background-image: url("../solaria/assets/images/media-cnet-logo.png");
}

.publication_logo.logo-5 {
	background-image: url("../solaria/assets/images/media-the-verge-logo.png");
}

.publication_logo.logo-6 {
	background-image: url("../solaria/assets/images/media-financial-times-logo.png");
}

.publication_logo.logo-7 {
	background-image: url("../solaria/assets/images/media-variety-logo.png");
}

.publication_logo.logo-8 {
	background-image: url("../solaria/assets/images/media-wall-street-journal-logo.png");
}

.publication_logo.logo-9 {
	background-image: url("../solaria/assets/images/media-venture-beat-logo.png");
}

.publication_logo.logo-10 {
	background-image: url("../solaria/assets/images/media-tech-crunch-logo.png");
}

.fixed_section {
	padding: 3.5em 0;
}

.bottom_section {
	border-top: 1px solid #cacaca;
	padding: 3.5em 0;
}

.section_rel_ht {
	height: inherit;
}

.section_full_ht {
	height: 100vh;
}

.first_home_section {
	background-size: cover;
	background-position: center;
	background-color: #111;
	height: 470px;
}

section#current_job_openings {
	padding-top: 60px;
}

.section_quote {
	padding: 2em 0;
	text-align: center;
	margin: 0 auto;
}

.section_quote p {
	font-size: 19px;
	line-height: 1.4;
	/*font-weight:100*/
	padding-bottom: 20px;
	vertical-align: middle;
}

.section_quote p {
	padding-top: 0px;
}

.section_quote cite {
	font-size: 14px;
	text-align: center;
	line-height: normal;
	font-style: normal;
}

.section_quote cite {
	text-transform: uppercase;
	font-weight: 400;
	color: #f48943;
}

.section_quote cite>.publication {
	font-weight: 400;
	color: #979797;
}

.section_slogan {
	padding: 1.3em 0;
}

.section_slogan h2 {
	font-family: "Corbert-Thin", Helvetica, Arial, sans-serif;
	font-size: 23px;
	line-height: 1.4;
}

.section_rel_ht,
.section_full_ht {
	display: block;
	position: inherit;
	width: 100%;
}

.section_container_unrestricted_cover_video {
	position: absolute;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
}

.section_container_restricted_cover,
.section_container_unrestricted_cover {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 100%;
}

.section_container_restricted,
.section_container_unrestricted,
.section_container_restricted_1260 {
	position: relative;
	display: block;
	margin: 0 auto;
	height: inherit;
}

.section_container_restricted,
.section_container_restricted_cover {
	width: 1260px;
}

.section_container_restricted_1260 {
	width: 1260px;
}

.section_container_unrestricted,
.section_container_unrestricted_cover {
	width: 100%;
}

div.section_container_restricted_cover:before,
div.section_container_unrestricted_cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.offset_sections_top {
	padding-top: 50px;
}

.offset_sections_bottom {
	padding-bottom: 70px;
}

.fourty_vh {
	height: 40vh;
}

.fifty_vh {
	height: 50vh;
}

.sixty_vh {
	height: 60vh;
}

.seventy_vh {
	height: 70vh;
	min-height: 545px;
}

.eighty_vh {
	height: 80vh;
}

.ninety_vh {
	height: 90vh;
}

.gallery_thumbnails {
	padding: 20px 0;
	background-color: #1a1a1a;
}

.gallery_thumb_outer_container {
	width: 942px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
}

.gallery_thumb_outer_container .viewport {
	height: 140px;
}

.gallery_thumb_inner_container {
	height: 140px;
}

.gallery_thumb_inner_container p {
	padding: 0;
	display: inline-flex;
	display: -webkit-inline-box;
}

a.fancybox:before {
	content: "";
	position: absolute;
	top: 0;
	background-color: #000000;
	height: 100%;
	width: 140px;
	opacity: 0.5;
}

a.fancybox:hover:before {
	opacity: 0;
}

.gallery_thumb_inner_container a {
	display: table;
	width: 140px;
	height: 140px;
	margin-right: 15px;
}

.gallery_thumb_inner_container a:last-child {
	margin-right: 0;
}

.page_header {
	background-color: #cccccc;
	min-height: 680px;
}

.page_header_content {
	display: block;
	width: inherit;
	height: auto;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.page_header_content.centered {
	text-align: center;
}

/* HOME HERO SLIDER */

.hero_content {
	color: #ffffff;
	position: absolute;
	text-align: right;
	width: 100%;
	height: 100%;
	top: 62%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.hero_content h1 {
	font-size: 45px;
	text-indent: -10000em !important;
	height: 50px;
	background: url("../solaria/assets/images/raw-data-game-logo-new.png") right center no-repeat;
	background-size: auto 100%;
}

.hero_content h2 {
	margin-bottom: 20px;
	text-align: right;
	font-size: 28px;
	margin-top: 1em;
	font-style: italic;
}

.hero_content .quote {
	position: relative;
	height: 4em;
}

.hero_content p {
	padding-top: 25px;
	text-align: right;
	font-size: 16px;
	padding-bottom: 0;
	/*opacity: 0;
	transition: 0.2s all ease-in;*/
	display: none;
	position: absolute;
	right: 0;
}

.hero_content_upper_div {
	position: relative;
	top: 42%;
	margin: 0 auto;
	width: 100%;
	max-width: 948px;
	transform: translate(0, -42%);
	line-height: 1.3;
}

.hero_content_lower_div {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 180px;
	font-size: 45px;
	text-align: center;
	right: 0;
}

.hero_scroll_down {
	position: absolute;
	display: block;
	width: 120px;
	margin-left: -60px;
	left: 50%;
	bottom: 5px;
	color: #fff;
	font-size: 45px;
	text-align: center;
}

.hero_bottom_bar {
	position: relative;
	display: block;
	width: 100%;
	bottom: 0;
	padding: 40px 0 45px 0;
	background-color: #1a1a1a;
}

.hero_bottom_bar_input {
	position: relative;
	display: inline-block;
	top: 0;
	padding-right: 10px;
	padding-top: 20px;
}

.hero_bottom_bar_submit {
	position: relative;
	display: block;
	padding-top: 40px;
}

.slider-next-btn {
	display: block;
	width: 45px;
	height: 90px;
	background-image: url("../solaria/assets/images/carousel-button-right.png");
	background-size: contain;
}

.slider-prev-btn {
	display: block;
	width: 45px;
	height: 90px;
	background-image: url("../solaria/assets/images/carousel-button-left.png");
	background-size: contain;
}

@media screen and (max-width: 768px) {
	.hero_bottom_bar_submit {
		float: none;
	}
}

.alt_button#subscription_submit {
	min-height: 54px;
}

.hero_scroll_down a {
	text-decoration: none;
	color: #ffffff;
}

.hero_scroll_down span {
	-webkit-animation: pulseAnimation 3s infinite;
	-moz-animation: pulseAnimation 3s infinite;
	-o-animation: pulseAnimation 3s infinite;
	animation: pulseAnimation 3s infinite;
}

.hero_scroll_down span:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

@keyframes pulseAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes pulseAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes pulseAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes pulseAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

/* SUBSCRIBE SECTION */
.subscribe {
	height: 435px;
}

.section_subscribe {
	position: absolute;
	width: 100%;
	text-align: center;
}

.section_subscribe_nav h3 {
	font-size: 18px;
	display: inline;
}

.section_subscribe_nav a {
	color: #fff;
	text-decoration: none;
}

.section_subscribe_nav [data-icon]:after {
	font-size: 36px;
	vertical-align: middle;
	padding-left: 20px;
}

.section_subscribe_nav a:hover {
	color: #f48943;
	text-decoration: none;
}

/* NEWSBYTES & TESTIMONIALS */
.newsbytes,
.testimonial {
	text-align: center;
	color: #494949;
	vertical-align: middle;
}

.newsbytes p,
.testimonial p {
	font-size: 19px;
	line-height: 1.4;
	/*font-weight:100*/
	padding-bottom: 20px;
	vertical-align: middle;
}

.testimonial p {
	padding-top: 0px;
}

.newsbytes cite,
.testimonial cite {
	font-size: 14px;
	text-align: center;
	line-height: normal;
	font-style: normal;
}

.newsbytes cite {
	/*font-weight:100*/
	color: #494949;
}

.testimonial cite {
	text-transform: uppercase;
	/*font-weight:100*/
	color: #f48943;
}

.newsbytes cite>.publication {
	font-weight: 400;
}

.testimonial cite>.publication {
	font-weight: 400;
	color: #494949;
}

/* PROJECT & PRODUCT SHOWCASE */
.project_frame {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 600px;
}

div.project_frame.project_cover_img {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}

div.project_frame.project_cover_img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.project_frame h1 {
	font-size: 26px;
}

.section_container_restricted.project_showcase_padding {
	padding: 160px 0;
}

.project_img {
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-position: top center;
}

.project_img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.project_info_container {
	position: absolute;
	width: inherit;
	height: inherit;
}

.project_info_blank_slate {
	width: inherit;
}

.project_info_gallery_slate {
	width: inherit;
	height: inherit;
	background-color: #1a1a1a;
	text-align: center;
	color: #ffffff;
}

.project_info_gallery_slate p {
	position: relative;
	top: 50%;
	-ms-transform: translate(0, -48%);
	-moz-transform: translate(0, -48%);
	-webkit-transform: translate(0, -48%);
	transform: translate(0, -48%);
	padding: 40px 30px;
}

.project_info_gallery_slate [data-icon]:after {
	font-size: 28px;
}

.project_info_gallery_slate a,
.project_info_gallery_slate a:visited {
	font-size: 28px;
	color: #ffffff;
	text-decoration: none;
}

.project_toggle_button,
.project_toggle_button_close {
	position: absolute;
	width: 100%;
	border: none;
	background-color: #333333;
	bottom: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	transition: all linear 0.15s;
}

.project_toggle_button:hover,
.project_toggle_button_close:hover {
	background-color: #444444;
}

.project_toggle_button p:after,
.project_toggle_button_close p:after {
	font-family: "survocons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	color: #ffffff;
	vertical-align: sub;
	padding-left: 12px;
}

.project_toggle_button p {
	font-family: "Corbert-Light", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}

.project_toggle_button p:after {
	content: "p";
}

.project_toggle_button_close p:after {
	content: "c";
}

.project_info_inner_container {
	position: relative;
	top: 45%;
	-ms-transform: translate(0, -48%);
	-moz-transform: translate(0, -48%);
	-webkit-transform: translate(0, -48%);
	transform: translate(0, -48%);
	padding: 30px;
}

.section_project_showcase {
	padding-top: 150px;
	padding-bottom: 80px;
}

.project_showcase_logo {
	display: block;
	width: 182px;
	height: 84px;
	margin: 0 auto;
	overflow: hidden;
}

.project_showcase_logo img {
	width: 182px;
}

.project_showcase_logo a:hover img {
	margin-top: -84px;
}

.project_showcase_featured_image {
	width: 80%;
	display: block;
	margin-left: auto;
}

.project_showcase_media_gallery {
	height: 400px;
}

/* LOCATION & MAP */
.map_toggle_button,
.map_toggle_button_close {
	position: absolute;
	width: 100%;
	border: none;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
	transition: all linear 0.15s;
}

.map_toggle_button:hover,
.map_toggle_button_close:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.map_toggle_button p:after,
.map_toggle_button_close p:after {
	font-family: "survocons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	color: #ffffff;
	padding-left: 12px;
	vertical-align: -1px;
}

.map_toggle_button p {
	font-family: "Corbert-Medium", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding: 25px;
	top: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.map_toggle_button p:after {
	content: "c";
}

.map_toggle_button_close p:after {
	content: "c";
}

.map_inner_container {
	position: relative;
	height: inherit;
}

.map_inner_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.section_container_restricted.map_viewer_padding {
	padding: 90px 0;
}

.featured_section {
	height: 700px;
}

.featured_section_copy {
	position: relative;
	display: inline-block;
	width: 100%;
	top: 50%;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.featured_section_copy h1,
.featured_section_copy p {
	max-width: 500px;
	color: #ffffff;
}

.page_header_txt {
	position: relative;
	display: block;
	top: 50%;
	width: 100%;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_header_txt h1,
.page_header_txt p {
	max-width: 700px;
	padding-left: 30px;
	padding-right: 40px;
}

.page_header_txt h1 {
	font-size: 45px;
	padding-top: 8px;
	padding-bottom: 10px;
}

.page_header_txt p {
	color: #ffffff;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.page_header_alt {
	position: relative;
	display: inline-block;
	top: 50%;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_header_alt h1,
.page_header_alt p {
	max-width: 600px;
	padding-left: 30px;
	padding-right: 40px;
	background-color: #282828;
}

.page_header_alt h1 {
	font-size: 45px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-family: "Corbert-Light" !important;
	font-weight: 400;
}

.page_header_alt p {
	color: #ffffff;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 13px;
}

.subscribe_form_inner_container {
	display: block;
	position: absolute;
	padding-left: 60px;
	width: 65%;
	max-width: 630px;
	top: 62%;
	-webkit-transform: translateY(-62%);
	-moz-transform: translateY(-62%);
	-o-transform: translateY(-62%);
	-ms-transform: translateY(-62%);
	transform: translateY(-62%);
}

img.subscribe_bg_img {
	display: block;
	width: 100%;
	line-height: 0;
	vertical-align: bottom;
	float: right;
}

img.subscribe_bg_img_alt {
	display: none;
	width: 100%;
	line-height: 0;
	vertical-align: bottom;
	float: right;
}

.subscribe_origin {
	height: auto;
}

.subscribe_overflow {
	background-image: url("../solaria/assets/images/subscribe-bg-overflow.jpg");
	background-position: center top;
	background-size: 100%;
}

/*--------------------------------------------------------------------------------
	009 :	Page & Template Specific Styling
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	009A :	Home Page
--------------------------------------------------------------------------------*/
.sc_home1 {
	background-image: url("../solaria/assets/images/feel.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 0;
	margin: 0;
	max-width: none;
	height: 80vh;
}

.sc_home2 {
	height: 354px;
}

.sc_home3 {
	height: 507px;
}

.sc_home4 {
	height: 510px;
}

.sc_home5 {
	height: 450px;
}

.sc_fullht_slider {
	height: 95vh;
}

.story_block_upper {
	position: absolute;
	width: inherit;
	color: #ffffff;
	padding-left: 27px;
	padding-right: 27px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.story_block_upper h6 {
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 13px;
}

.story_block_upper p {
	max-width: 500px;
	padding-top: 8px;
	padding-bottom: 33px;
}

.story_block_upper_connector_stroke {
	height: 100px;
	width: 2px;
	border: none;
	background-color: #808080;
}

.story_block_lower {
	position: absolute;
	top: 0;
	width: inherit;
	text-align: right;
	color: #ffffff;
	padding-left: 27px;
	padding-right: 27px;
}

.story_block_lower h6 {
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 13px;
}

.story_block_lower p {
	display: inline-block;
	padding-top: 8px;
	max-width: 500px;
}

.story_block_lower_connector_stroke {
	display: inline-block;
	height: 100px;
	width: 2px;
	border: none;
	background-color: #808080;
}

.story_block_middle {
	padding: 0 27px;
	height: 256px;
}

.story_block_middle_connector_stroke_left {
	position: relative;
	display: inline-block;
	width: 8%;
	top: 0;
	float: left;
	height: 128px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-color: #808080;
	border-style: solid;
	border-top: none;
	border-right: none;
}

.story_block_middle_connector_stroke_right {
	position: relative;
	display: inline-block;
	width: 8%;
	bottom: 0;
	float: right;
	height: 128px;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	border-right-width: 2px;
	border-top-width: 2px;
	border-color: #808080;
	border-style: solid;
	border-bottom: none;
	border-left: none;
}

.story_block_middle_blockquote {
	position: relative;
	display: inline-block;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.story_block_middle_blockquote p {
	font-size: 20px;
	/*font-weight:300*/
	color: #fff;
	padding: 0 30px 18px 30px;
}

.story_block_middle_blockquote cite {
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	color: #808080;
	font-size: 14px;
	padding: 0 15px 0 15px;
}

.featured_home_section {
	height: 550px;
	padding: 0 27px;
}

.featured_home_section_copy_right,
.featured_home_section_copy_left {
	position: relative;
	display: inline-block;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.featured_home_section_copy_right {
	color: #ffffff;
	text-align: right;
}

.featured_home_section_copy_left {
	color: #ffffff;
	text-align: left;
}

.featured_home_section p {
	display: inline-block;
	padding-top: 10px;
	max-width: 415px;
	clear: both;
}

/*--------------------------------------------------------------------------------
	009B :	Team Page
--------------------------------------------------------------------------------*/

.team_frame {
	height: 311px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.team_img {
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-position: top center;
}

.team_img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.team_info_container {
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
}

.team_info_blank_slate {
	width: inherit;
	height: 311px;
}

.team_info_copy_slate {
	width: inherit;
	height: 311px;
	background-color: rgba(151, 151, 151, 0.9);
	text-align: center;
	color: #ffffff;
}

.team_info_copy_slate p {
	position: relative;
	top: 50%;
	-ms-transform: translate(0, -48%);
	-moz-transform: translate(0, -48%);
	-webkit-transform: translate(0, -48%);
	transform: translate(0, -48%);
	padding: 40px 30px;
}

.team_info_copy_slate [data-icon]:after {
	font-size: 28px;
}

.team_info_copy_slate a,
.team_info_copy_slate a:visited {
	font-size: 28px;
	color: #ffffff;
	text-decoration: none;
}

.team_toggle_bg_white {
	position: absolute;
	width: 0;
	height: 0;
	border: 47px solid transparent;
	border-top-color: transparent;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: transparent;
	bottom: 0;
	right: 0;
}

.team_toggle_bg_gray {
	position: absolute;
	width: 0;
	height: 0;
	border: 44px solid transparent;
	border-top-color: transparent;
	border-right-color: #979797;
	border-bottom-color: #979797;
	border-left-color: transparent;
	bottom: 0;
	right: 0;
}

.team_toggle_button,
.team_toggle_button_close {
	position: absolute;
	width: 92px;
	height: 92px;
	border: none;
	background-image: url("../solaria/assets/images/corner-triangle@2x.png");
	background-size: 92px 92px;
	background-repeat: no-repeat;
	background-position: bottom right;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.team_toggle_button:after,
.team_toggle_button_close:after {
	position: absolute;
	right: 10px;
	bottom: 11px;
	font-family: "survocons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	color: #f0f0f0;
}

.team_toggle_button:after {
	content: "H";
}

.team_toggle_button_close:after {
	content: "C";
}

.teamate_name_title {
	padding-top: 18px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

span#teamate_name {
	font-family: "Corbert-Medium", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #535454;
	text-transform: uppercase;
}

span#teamate_title {
	font-size: 13px;
	color: #b1b1b1;
}

div.teamate_bio {
	color: #494949;
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.team_info_inner_container {
	position: relative;
	top: 50%;
	-ms-transform: translate(0, -48%);
	-moz-transform: translate(0, -48%);
	-webkit-transform: translate(0, -48%);
	transform: translate(0, -48%);
	padding: 30px;
}

.social_option {
	padding-top: 20px;
}

.team_image_namecard_container {
	display: block;
	position: relative;
	height: 140px;
	width: 100%;
}

.team_image {
	display: inline-block;
	position: relative;
	width: 30%;
	max-width: 140px;
	height: inherit;
	float: left;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
}

.team_image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.team_namecard_conatiner {
	display: inline-block;
	position: relative;
	height: inherit;
	min-width: 68%;
	float: right;
	overflow: hidden;
}

.team_namecard_inner_content {
	margin: 0;
	top: 50%;
	position: absolute;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 20px;
	padding-right: 20px;
}

.team_namecard_1 {
	position: relative;
	display: block;
	height: inherit;
	width: 100%;
	background-color: #969696;
}

.team_namecard_2 {
	position: absolute;
	top: 0;
	display: block;
	height: inherit;
	width: 100%;
	background-color: #54b9e1;
}

.team_namecard_2 p {
	margin: 0;
	top: 50%;
	position: absolute;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 25px;
}

.team_namecard_inner_content span#teamate_name {
	color: #ffffff;
}

.team_namecard_inner_content span#teamate_title {
	color: #e4e4e4;
}

.team_namecard_inner_content span#teamate_title p {
	padding: 4px 0;
	line-height: 1.4;
}

.team_namecard_inner_content div.social_option {
	padding-top: 5px;
	margin-bottom: -17px;
}

.team_namecard_inner_content div.social_option a,
.team_namecard_inner_content div.social_option a:visited {
	color: #e4e4e4;
	text-decoration: none;
}

.team_namecard_inner_content div.social_option [data-icon]:after {
	font-size: 20px;
}

.team_bio p {
	padding: 25px 0 50px 0;
	color: #494949;
	font-size: 15px;
}

.teamate_social_media {}

/*--------------------------------------------------------------------------------
	009C :	Careers Page
--------------------------------------------------------------------------------*/

.jobs_listing {
	padding: 0 30px;
	margin-bottom: 20px;
}

.jobs_listing_heading {
	background-color: #f0f0f0;
	padding: 18px 25px;
}

.jobs_listing_heading>h2 {
	font-family: "Corbert-Bold", Helvetica, Arial, sans-serif;
	color: #535454;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.jobs_listing ul {
	list-style: none;
	padding: 0 0 35px 0;
	padding-left: 0;
	-webkit-padding-start: 0;
	font-size: 16px;
}

.jobs_listing ul li {
	padding: 18px 25px;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.jobs_listing ul li:last-child {
	border-bottom: none;
}

.jobs_listing ul li span {
	display: block;
}

.jobs_listing_column_heading span {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #535454;
	display: block;
}

span.job_title,
.jobs_listing_column_heading span:nth-child(1) {
	flex: 0 1 620px;
}

span.job_project,
.jobs_listing_column_heading span:nth-child(2) {
	flex: 0 0 350px;
}

span.job_city,
.jobs_listing_column_heading span:nth-child(3) {
	flex: 0 0 200px;
}

span.job_project {
	font-size: 14px;
	margin-top: 2px;
}

span.job_title,
span.job_project,
span.job_city {
	color: #868686;
}

span.job_title,
span.job_title a,
span.job_title a:visited {
	color: #54b9e1;
	text-decoration: none;
}

span.job_title a:hover {}

span.job_city {
	font-size: 14px;
	margin-top: 2px;
}

.job_opening {
	position: relative;
	display: table;
	padding: 0 30px;
	padding-top: 130px;
	padding-bottom: 30px;
	width: inherit;
	height: auto;
}

@media (max-width: 1380px) {

	span.job_project,
	.jobs_listing_column_heading span:nth-child(2) {
		flex: 0 0 250px;
	}
}

@media (max-width: 1140px) {

	span.job_project,
	.jobs_listing_column_heading span:nth-child(2) {
		flex: 0 0 210px;
	}
}

@media (max-width: 800px) {
	.jobs_listing ul li.jobs_listing_column_heading {
		display: none;
	}

	.jobs_listing ul li {
		flex-direction: column;
		gap: 0;
	}

	span.job_title,
	span.job_project,
	span.job_city {
		flex: 0 0 100%;
	}

	span.job_project,
	span.job_city {
		font-size: 13px;
	}
}

.job_opening p {
	padding: 13px 0;
}

.job_description {
	position: relative;
	/* display:inline-block; */
	padding-bottom: 60px;
	float: left;
	width: 65%;
	min-width: 260px;
}

.job_description h1,
.job_description h2,
.job_description h3,
.job_description h4,
.job_description h5,
.job_description h6 {
	/* font-family: "Lato", sans-serif; */
	font-weight: 400;
}

.job_description h2 {
	font-size: 25px;
}

.job_application_widget {
	position: relative;
	padding: 18px;
	float: right;
	width: 300px;
	background-color: #29292b;
	text-align: center;
	margin-top: 5px;
	color: white;
}

.job_application_widget>.header {
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 24px;
}

.job_application_widget a.alt_button {
	margin-top: 28px;
	margin-bottom: 18px;
}

#submit_your_resume_section a.alt_button {
	margin-top: 37px;
}

/*--------------------------------------------------------------------------------
	009D :	Press Releases & Press Articles Pages
--------------------------------------------------------------------------------*/

.press_featured_image {
	width: 100%;
	height: 170px;
	/*padding-bottom: 65.217391304348%;*/
	/*background-color:#12B7D3;*/
	overflow: hidden;
	/*background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;*/
	text-align: center;
	position: relative;
}

.press_featured_image img {
	max-height: 60px;
	max-width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

p.article_info {
	padding: 0;
	margin: 18px 0;
	/*font-weight:300*/
	font-size: 13px;
	color: #868686;
}

p.press_article_excerpt {
	padding: 0;
	/*font-weight:300*/
	font-size: 15px;
}

p.press_article_readmore {
	padding: 13px 0;
}

p.press_article_readmore a,
p.press_article_readmore a:visited {
	font-size: 15px;
	color: #54b9e1;
	text-decoration: none;
}

p.press_article_readmore a:after {
	font-family: "survocons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	content: "I";
	vertical-align: bottom;
	padding-left: 3px;
}

p.press_article_readmore a:hover {
	color: #535454;
	text-decoration: none;
}

span.press_separator {
	padding-left: 5px;
	padding-right: 5px;
}

span#publication {}

span#publish_date {}

h1.press_headings {
	font-size: 25px;
	padding: 0 11px;
	padding-bottom: 18px;
	color: #494949;
}

.press_bottom_section h1 {
	font-size: 25px;
}

p#press_contact_name {
	padding: 0;
	padding-top: 25px;
	font-size: 20px;
}

p#press_contact_email {
	padding: 0;
	padding-top: 6px;
	color: #b1b1b1;
}

/*--------------------------------------------------------------------------------
	010 :	Sliders
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	010A :	General Slider Styles
--------------------------------------------------------------------------------*/

.section_slider {
	display: block;
	position: relative;
	width: 100%;
}

.slider {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 0;
	margin: 0;
	max-width: none;
	height: inherit;
}

.section_slider.ss_gallery {
	height: 80vh;
}

.section_slider.ss_gallery,
.section_slider.ss_gallery .bx-wrapper,
.section_slider.ss_gallery .bx-viewport,
.section_slider.ss_gallery ul,
.section_slider.ss_gallery li {
	/*min-height:680px;*/
	height: 680px;
}

.section_slider.ss_gallery .slider_container_unrestricted {
	height: inherit;
}

.section_slider.ss_gallery .slider {
	height: 100% !important;
}

.section_slider.ss_testimonials {}

.sc_home_slider_test_2 {
	height: 315px;
}

.slider_inner_content {
	position: absolute;
	top: 45%;
	-webkit-transform: translate(0, -45%);
	-moz-transform: translate(0, -45%);
	-ms-transform: translate(0, -45%);
	transform: translate(0, -45%);
}

.slider_inner_content_fixed {
	position: absolute;
	top: 40%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slider_content_container {
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
}

.slider_container_restricted {
	position: relative;
	width: inherit;
	height: inherit;
	top: 0;
}

.slider_container_unrestricted {
	position: absolute;
	width: 100%;
	height: inherit;
	top: 0;
}

.slider_container_unrestricted>.slider_3col_outer,
.slider_container_unrestricted>.slider_3col_inner {
	position: relative;
	height: inherit;
	float: left;
}

.slider_container_unrestricted>.slider_3col_outer {
	width: 15%;
}

.slider_container_unrestricted>.slider_3col_inner {
	width: 70%;
}

.slider_container_unrestricted>.slider_4col_outer,
.slider_container_unrestricted>.slider_4col_inner {
	position: relative;
	height: inherit;
	min-height: inherit;
	float: left;
}

.slider_container_unrestricted>.slider_4col_outer {
	width: 15%;
}

.slider_container_unrestricted>.slider_4col_inner {
	width: 35%;
}

.slider_container_restricted>.slider_3col_outer,
.slider_container_restricted>.slider_3col_inner {
	height: inherit;
	position: relative;
	float: left;
}

.slider_container_restricted>.slider_3col_outer {
	width: 15%;
}

.slider_container_restricted>.slider_3col_inner {
	width: 70%;
}

.project_slider {
	width: 100%;
	height: 800px;
}

.slide_section_container {
	display: block;
	height: 500px;
	position: relative;
	width: 100%;
}

.slide_section_1 {
	position: absolute;
	width: 100%;
	height: inherit;
	background-color: #ffffff;
	text-align: center;
}

.slide_section_2 {
	position: absolute;
	width: 100%;
	height: inherit;
	background-color: #ffffff;
	text-align: center;
}

.slide_section_toggle_button,
.slide_section_toggle_button_close {
	position: relative;
	width: 100%;
	border: none;
	background-color: #333333;
	bottom: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	transition: all linear 0.15s;
}

.slide_section_toggle_button:hover,
.slide_section_toggle_button_close:hover {
	background-color: #444444;
}

.slide_section_toggle_button p:after,
.slide_section_toggle_button_close p:after {
	font-family: "survocons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	color: #ffffff;
	vertical-align: middle;
	padding-left: 12px;
}

.slide_section_toggle_button p {
	font-family: "Corbert-Light", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	top: 0;
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 25px;
	vertical-align: middle;
}

.slide_section_toggle_button p:after {
	content: "k";
}

.slide_section_toggle_button_close p:after {
	content: "d";
}

.slide_trans_bg_box {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 25px 40px;
}

/*--------------------------------------------------------------------------------
	010B :	Homepage Hero Slider
--------------------------------------------------------------------------------*/

#hero-slider-container {
	width: 100%;
	height: 100%;
	height: 100vh;
	background-color: #000000;
}

#hero-slider {
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000000;
}

#hero-slider p {
	display: block;
}

#hero-slider>div {
	padding: 0;
	margin: 0;
	height: 100%;
}

#hero-slider .alt_blue:hover,
#hero-slider .alt_blue {
	margin-left: 0 !important;
}

#hero-slider .content .alt_button {
	margin: 0 !important;
}

#press-quotes-slider .bx-wrapper,
#press-quotes-slider .bx-viewport,
#hero-slider-container .bx-wrapper,
#hero-slider-container .bx-viewport {
	height: 100% !important;
}

#hero-slider-container .bx-wrapper .bx-prev:before,
#hero-slider-container .bx-wrapper .bx-next:before {
	color: #818181;
	font-size: 34px;
}

#hero-slider-container .bx-wrapper .bx-prev {
	left: 20px;
}

#hero-slider-container .bx-wrapper .bx-next {
	right: 20px;
}

[id*="hero-slide-"] .content {
	text-align: left;
	width: 27.5%;
	color: white;
	font-size: 18px;
	position: absolute;
	left: 10.5%;
	top: 50%;
	transform: translateY(-50%);
}

#hero-slide-1 {
	background: url("../solaria/assets/images/hero-slide-raw-data-sci-fi-combat-shooter-vr-game-LANDSCAPE.jpg") center center no-repeat;
	background-size: cover;
}

#hero-slide-2 {
	background: url("../solaria/assets/images/hero-slide-westworld-awakening-action-adventure-sci-fi-vr-game-experience-LANDSCAPE.jpg") center center no-repeat;
	background-size: cover;
}

#hero-slide-3 {
	background: url("../solaria/assets/images/hero-slide-the-walking-dead-onslaught-zombie-shooter-vr-game-rick-grimes-daryl-dixon-LANDSCAPE.jpg") center center no-repeat;
	background-size: cover;
}

#hero-slide-4 {
	background: url("../solaria/assets/images/hero-slide-creed-rise-to-glory-boxing-fighting-vr-game-LANDSCAPE.jpg") center center no-repeat;
	background-size: cover;
}

#hero-slide-5 {
	background: url("../solaria/assets/images/hero-big-rumble-boxing-16x9-landscape.jpg") center center / cover no-repeat;
}

#hero-slide-6 {
	background: url("../solaria/assets/images/hero-puzzle-bobble-3d-LANDSCAPE.jpg") center center no-repeat;
	background-size: cover;
}

#hero-slide-7 {
	background: url("../solaria/assets/images/hero-slide-creed-rise-to-glory-championship-edition-vr-boxing-game-16x9-LANDSCAPE.jpg") center center no-repeat;
	background-size: cover;
}

#hero-slide-6 .content {
	color: #3e1608;
}

#hero-slide-6 .hero_scroll_down a {
	color: #3e1608;
}

@media (max-height: 1080px) and (-webkit-max-device-pixel-ratio: 1.25),
(max-height: 1080px) and (max-resolution: 120dpi) {
	#hero-slide-5 {
		background: url("../solaria/assets/images/hero-big-rumble-boxing-16x9-landscape-1920.jpg") center center / cover no-repeat;
	}
}

@media (max-height: 900px) and (-webkit-max-device-pixel-ratio: 1.25),
(max-height: 900px) and (max-resolution: 120dpi) {
	#hero-slide-5 {
		background: url("../solaria/assets/images/hero-big-rumble-boxing-16x9-landscape-1600.jpg") center center / cover no-repeat;
	}
}

@media (max-height: 720px) and (-webkit-max-device-pixel-ratio: 1.25),
(max-height: 720px) and (max-resolution: 120dpi) {
	#hero-slide-5 {
		background: url("../solaria/assets/images/hero-big-rumble-boxing-16x9-landscape-1280.jpg") center center / cover no-repeat;
	}
}

@media (max-height: 576px) and (-webkit-max-device-pixel-ratio: 1.25),
(max-height: 576px) and (max-resolution: 120dpi) {
	#hero-slide-5 {
		background: url("../solaria/assets/images/hero-big-rumble-boxing-16x9-landscape-1024.jpg") center center / cover no-repeat;
	}
}

.slider_logo_block {
	display: block;
	padding: 10px 0 20px 0;
}

img.slider_game_logo_desktop {
	display: block;
	margin: 0;
}

img.slider_game_logo_mobile {
	display: none;
}

.creed_rtg_logo_stack{
	width: 100%;
	max-width: 550px !important;
	display: none !important;
}

.creed_rtg_logo_wide{
	width: 100%;
	display: block !important;
}

.raw_data_logo {
	width: 100%;
	max-width: 580px !important;
}

.slider_platform_block {
	display: block;
	padding: 10px 0 30px 0;
}

img.slider_platform_logos {
	display: inline-block;
	max-height: 28px;
	margin: 0;
}

@media screen and (max-width: 1720px) and (orientation: landscape) {
	.creed_rtg_logo_stack {
		display: none !important;
	}
	
	.creed_rtg_logo_wide{
		display: block !important;
	}

	#hero-slider p {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 1200px) {
	[id*="hero-slide-"] .content {
		font-size: 16px;
	}

	[id*="hero-slide-"] .content {
		font-size: 16px;
		right: 8%;
	}

	[id*="hero-slide-"] {
		background-position: 40% center;
	}
}

@media screen and (orientation: portrait) {
	#hero-slide-1 {
		background: url("../solaria/assets/images/hero-slide-raw-data-sci-fi-combat-shooter-vr-game-PORTRAIT.jpg") center 50% no-repeat;
		background-size: cover;
	}

	#hero-slide-2 {
		background: url("../solaria/assets/images/hero-slide-westworld-awakening-action-adventure-sci-fi-vr-game-experience-PORTRAIT.jpg") center 10% no-repeat;
		background-size: cover;
	}

	#hero-slide-3 {
		background: url("../solaria/assets/images/hero-slide-the-walking-dead-onslaught-zombie-shooter-vr-game-rick-grimes-daryl-dixon-PORTRAIT.jpg") center 15% no-repeat;
		background-size: cover;
	}

	#hero-slide-4 {
		background: url("../solaria/assets/images/hero-slide-creed-rise-to-glory-boxing-fighting-vr-game-PORTRAIT.jpg") center 10% no-repeat;
		background-size: cover;
	}

	#hero-slide-5 {
		background: url("../solaria/assets/images/hero-big-rumble-boxing-9x16-portrait.jpg") center 15% no-repeat;
		background-size: cover;
	}

	#hero-slide-6 {
		background: url("../solaria/assets/images/hero-puzzle-bobble-3d-PORTRAIT.jpg") center 10% no-repeat;
		background-size: cover;
	}
	
	#hero-slide-7 {
		background: url("../solaria/assets/images/hero-slide-creed-rise-to-glory-championship-edition-vr-boxing-game-9x16-PORTRAIT.jpg") center 10% no-repeat;
		background-size: cover;
	}

	#hero-slide-6 .content p {
		text-shadow: none !important;
	}

	img.slider_game_logo_desktop {
		display: none;
	}
	
	.creed_rtg_logo_stack, .creed_rtg_logo_wide {
		display: none !important;
	}
	
	img.slider_game_logo_mobile {
		display: block;
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
	}

	[id*="hero-slide-"] .content {
		text-align: center;
		width: 74%;
		font-size: 16px;
		right: auto;
		left: 50%;
		top: auto;
		bottom: 100px;
		transform: translate(-50%, 0);
	}

	[id*="hero-slide-"] .content p {
		padding: 2em 0;
	}

	.slider_logo_block {
		padding: 10px 0 10px 0;
	}

	img.slider_platform_logos {
		max-height: 30px;
		margin: auto;
	}
}

@media screen and (max-width: 812px) and (orientation: portrait) {
	[id*="hero-slide-"] .content {
		bottom: 90px;
	}

	#hero-slider .alt_button,
	#hero-slider .alt_button:hover {
		width: 150px;
		height: 1em;
		display: inline-block;
		float: none;
	}

	.buynow-dropdown {
		top: 5px;
		right: 5px;
	}

	#hero-slider p {
		left: 0;
		right: 0;
		text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
		text-align: center;
	}

	[id*="hero-slide-"] .content {
		font-size: 14px;
	}
}

@media screen and (max-width: 812px) and (orientation: landscape) {
	[id*="hero-slide-"] .content {
		font-size: 11px;
		right: 12%;
		width: 50%;
		top: 60%;
	}

	[id*="hero-slide-"] {
		background-position: 30% center;
	}

	[id*="hero-slide-"] .content p {
		padding: 14px 0;
	}
}

@media screen and (max-width: 812px) {

	#hero-slider .alt_button,
	#hero-slider .alt_button:hover {
		padding: 24px 0;
	}

	#hero-slider .alt_button:hover {
		padding: 22px 0;
	}

	.hero_content h2 {
		font-size: 24px;
	}

	.bx-wrapper .bx-controls-direction a {
		/*width: 80px;*/
	}
}

@media screen and (max-width: 650px) and (orientation: portrait) {
	#hero-slide-2 {
		background: url("../solaria/assets/images/hero-slide-westworld-awakening-action-adventure-sci-fi-vr-game-experience-PORTRAIT.jpg") center -10% no-repeat;
		background-size: cover;
	}

	#hero-slider p {
		display: none;
	}

	.slider_logo_block {
		padding: 10px 0 20px 0;
	}
}

@media screen and (max-height: 600px) and (orientation: portrait) {
	[id*="hero-slide-"] {
		background-position: center top;
	}
}

@media screen and (max-width: 480px) and (orientation: portrait) {
	[id*="hero-slide-"] .content {
		font-size: 3.38vw;
	}
}

/*--------------------------------------------------------------------------------
	011 :	Blog and Comments
--------------------------------------------------------------------------------*/

.blog_page {}

.frame.blog_post {
	padding: 17px 0 8px 0;
}

.bit-1.blog_post {
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}

.bit-1.blog_post_video {
	overflow: hidden;
	padding: 16px 0 7px 0;
}

.bit-2.blog_post {
	overflow: hidden;
	padding-left: 0;
	padding-right: 6px;
}

.bit-2.blog_post:last-of-type {
	padding-left: 6px;
	padding-right: 0;
}

.bit-3.blog_post {
	overflow: hidden;
	padding: 0 3px;
}

.bit-3.blog_post:first-of-type {
	padding-left: 0;
	padding-right: 6px;
}

.bit-3.blog_post:last-of-type {
	padding-left: 6px;
	padding-right: 0;
}

.bit-1.blog_post p,
.bit-2.blog_post p,
.bit-3.blog_post p {
	padding: 0;
}

.bit-1.blog_post img,
.bit-2.blog_post img,
.bit-3.blog_post img {
	width: 100%;
	height: auto;
}

h2.blog_page_titles a {
	color: #494949;
}

h2.blog_page_titles a:hover {
	color: #54b9e3;
	text-decoration: none;
}

.blog_post_preview {
	display: table;
	margin-top: 42px;
}

.blog_post_preview h2 {
	/* font-family: "Lato", sans-serif; */
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

.blog_featured_image {
	width: 100%;
	height: 311px;
	background-color: #000000;
	overflow: hidden;
	background-position: center;
	background-size: auto 311px;
}

.blog_featured_image img {
	object-position: center center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.blog_embed_loop_video video {
	padding: 17px 0;
}

.blog_embed_loop_video video {
	width: 100%;
}

span#author {
	padding-right: 5px;
}

span#category {
	padding-left: 5px;
	padding-right: 5px;
}

span.cat-13 a {
	color: #b71521;
}

span.cat-14 a {
	color: #8db528;
}

span#comments {
	padding-left: 5px;
}

div.post_excerpt p {
	padding: 0;
	/*font-weight:300*/
	font-size: 13px;
}

.blog_postdate_circle {
	padding-top: 5px;
	position: absolute;
	top: 268px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 86px;
	height: 74px;
	background-color: #141415;
	border: 3px solid #ffffff;
	/*-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;*/
	/*text*/
	color: #f0f0f0;
	text-align: center;
}

.blog_postdate_circle>span.day {
	display: block;
	margin: 0;
	padding: 21px 0 22px 0;
	line-height: 0;
	font-size: 26px;
	font-family: "Corbert-Bold", Helvetica, Arial, sans-serif;
}

.blog_postdate_circle>span.month {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Corbert-Medium", Helvetica, Arial, sans-serif;
}

.featured_image_blogpost {
	display: block;
	width: 100%;
	height: 400px;
	background-color: #ccc;
}

.featured_image_blogpost img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.author_avatar {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -65px;
	width: 110px;
	height: 138px;
	text-align: center;
}

.author_avatar>.avatar {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	border: solid 3px #ffffff;
}

.author_avatar p {
	padding: 0;
	font-size: 14px;
	padding-top: 0.5em;
}

.blogpost {
	display: block;
	position: relative;
	padding: 25px 30px 0;
	width: inherit;
	height: auto;
}

.blogpost p {
	padding: 10px 0;
}

p.blog_post_author {
	padding: 0;
	padding-top: 10px;
}

.blog-comment-button {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blogpost h1,
.blogpost h2 {
	/* font-family: "Lato", sans-serif; */
	line-height: 1.4;
	text-transform: none;
	color: #494949;
	font-weight: 500;
}

.blogpost h1 {
	font-size: 26px;
	padding-top: 25px;
	padding-bottom: 12px;
}

.blogpost h2 {
	font-size: 22px;
	padding-top: 16px;
}

.blogpost ul,
.blogpost ol {
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 15px;
}

.blogpost li {
	padding: 7px 0;
	overflow: hidden;
}

.blogpost .date {
	color: #8e8e8e;
}

.blogpost blockquote {
	position: relative;
	padding-right: 40%;
	padding-top: 7px;
	padding-bottom: 7px;
}

.blogpost blockquote p {
	font-size: 25px;
	color: #f48943;
	text-transform: uppercase;
}

.blogpost blockquote:after {
	position: absolute;
	right: 10%;
	top: 50%;
	-moz-transform: translate(-10%, -50%);
	-ms-transform: translate(-10%, -50%);
	-webkit-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%);
	font-family: "survocons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 70px;
	color: #f0f0f0;
	content: "u";
}

.blogpost .policy blockquote {
	padding-top: auto;
	padding-bottom: auto;
	padding-left: 30px;
	padding-right: 0;
}

.blogpost .policy blockquote p {
	font-size: inherit;
	color: inherit;
	text-transform: none;
}

.blogpost .policy blockquote:after {
	display: none;
}

.blogpost .policy ul {
	padding-left: 30px;
	list-style-type: disc;
	color: black;
}

.blogpost .policy ol {
	padding-left: 30px;
}

.blogpost .policy ul li {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0;
	overflow: visible;
}

.blogpost .policy ol li {
	list-style-position: outside;
	padding-left: 0;
	overflow: visible;
}

.blogpost .policy table thead th {
	text-align: left;
	color: rgb(73, 73, 73);
}

.blogpost .policy table {
	margin: 1em 0;
}

.blogpost .policy table tr td {
	vertical-align: top;
	padding: 0.5em 0;
	color: rgb(73, 73, 73);
}

.blogpost .policy table ul {
	padding-top: 0;
	padding-bottom: 0;
}

.blogpost .policy table ul li {
	padding-top: 0;
	padding-bottom: 0.8em;
}

.blogpost .policy blockquote p {
	vertical-align: top;
	padding: 0.5em 0;
	color: rgb(73, 73, 73);
}

.blogpost_content {
	max-width: 700px;
	margin: 0 auto;
}

.blogpost_content_full {
	margin: 0 auto;
}

ol.commentlist {
	list-style-type: none;
	padding: 0;
}

ol.children {
	list-style-type: none;
	padding: 0;
	padding-left: 87px;
	padding-top: 10px;
}

.comments_section {
	width: 100%;
	max-width: 700px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.comments_section h5 {
	font-family: "Corbert-Medium", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 25px;
}

.comments_section h5 span[data-icon] {
	padding-right: 10px;
}

.comments_section h5 span[data-icon]:after {
	font-size: 20px;
	vertical-align: bottom;
}

.blog_reply_form {
	margin-top: 60px;
}

#comment_author_label,
#comment_email_label,
#comment_url_label {
	display: none;
}

form#commentform {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.comment_container {
	display: table-row;
	position: relative;
}

.comment_container time {
	color: #808080;
}

.comment_avatar {
	display: table-cell;
	position: relative;
	padding-right: 12px;
}

.comment_body {
	display: table-cell;
	position: relative;
	vertical-align: top;
	background-color: #f0f0f0;
	padding: 20px;
	width: 100%;
}

section.comment-content {
	background-color: transparent;
}

li.comment.thread-alt {}

header.comment-meta,
div.reply {
	font-size: 13px;
}

cite.comment_author_name {
	font-style: normal;
}

cite.comment_author_name {
	font-weight: normal;
}

button#submit {
	cursor: pointer;
}

.leave_a_comment {
	margin-top: 20px;
}

p.edit-link {
	font-size: 13px;
}

div#cancel-comment-reply {
	text-align: center;
	padding-bottom: 20px;
}

div#cancel-comment-reply a {
	color: #d54530;
}

p.comment-awaiting-moderation {
	padding-bottom: 0;
}

p.post_info {
	padding: 13px 0;
	font-size: 13px;
	color: #868686;
}

p.nocommentsyet {
	padding-top: 73px;
}

/*--------------------------------------------------------------------------------
	012 :	Parallax
--------------------------------------------------------------------------------*/

.parallax_bg_repeat {
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 1320px;
}

.parallax_bg_cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-window {
	min-height: 400px;
	background: #000000;
}

/*--------------------------------------------------------------------------------
	013 :	Forms, Inputs, Textareas, Select, Submit
--------------------------------------------------------------------------------*/

textarea,
input[type="text"] {
	-webkit-appearance: none;
	-webkit-border: none;
}

input[type="text"] {
	padding-left: 30px;
	font-family: "Siro", sans-serif;
	font-size: 17px;
	/*font-weight:100*/
	width: 100%;
	padding: 16px;
	padding-right: 55px;
	display: block;
	border-width: thin;
	border-style: solid;
	border-color: #989898;
	outline: none;
}

.input_container {
	position: relative;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ddd;
	width: 400px;
	height: 55px;
}

.input_container [data-icon]:after {
	position: absolute;
	bottom: 15px;
	right: 19px;
	font-size: 25px;
}

#subscribe_email_container.input_container {
	display: block;
	margin: 0;
	padding: 0;
	min-width: 0;
}

input[type="text"]#subscribe_email {
	width: 500px;
	height: 55px;
	background-color: #1a1a1a;
	color: #cccccc;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#submit_application input[type="text"],
#submit_application textarea,
#submit_application select,
#submit_contact_form input[type="text"],
#submit_contact_form textarea,
#submit_contact_form select,
#commentform input[type="text"],
#commentform textarea,
#commentform select {
	outline: none;
}

#submit_contact_form>.input_field,
#submit_contact_form>.text_area,
#submit_contact_form input[type="text"],
#submit_contact_form>.select_field {
	width: 600px;
}

#submit_application .input_field,
#submit_application .select_field,
#submit_application textarea {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#submit_contact_form textarea {
	width: 100%;
}

#submit_contact_form>.text_area,
#commentform>.text_area {
	height: 202px;
}

#submit_contact_form>.input_field,
#submit_contact_form>.text_area,
#submit_contact_form>.select_field {
	margin-left: auto;
	margin-right: auto;
}

#submit_application input[type="text"],
#submit_application textarea {
	width: 100%;
}

#submit_application input[type="text"],
#submit_application input[type="text"]::placeholder,
#submit_application textarea {
	padding: 11px 45px 10px 8px;
	font-size: 14px;
	border-color: #494949;
	background: transparent;
	color: #a5a5a5;
	opacity: 1;
}

#submit_contact_form input[type="text"],
#submit_contact_form textarea,
#commentform input[type="text"],
#commentform textarea {
	padding: 9px 45px 10px 16px;
	font-size: 16px;
	border-color: #cacaca;
	background-color: #f7f7f7;
}

#submit_application textarea,
#submit_contact_form textarea,
#commentform textarea {
	height: 200px;
	font-family: "Siro", sans-serif;
	/*font-weight:200*/
	resize: none;
	overflow: auto;
	border: none;
}

#submit_application textarea:focus,
#submit_application input[type="text"]:focus {}

#submit_contact_form textarea:focus,
#submit_contact_form input[type="text"]:focus,
#commentform textarea:focus,
#commentform input[type="text"]:focus {
	background-color: #ffffff;
}

#attach_cover_letter-button,
#upload_resume-button {
	font-size: 14px;
	border-color: #494949;
	background: transparent;
	color: #a5a5a5;
}

#submit_application #cover_letter_upload_file_div [data-icon]:after,
#submit_application #resume_upload_file_div [data-icon]:after {
	top: 4px;
}

#submit_application [data-icon]:after,
#submit_contact_form [data-icon]:after,
#commentform [data-icon]:after {
	position: absolute;
	top: 11px;
	right: 16px;
	font-size: 18px;
}

#submit_contact_form [data-icon],
#commentform [data-icon] {
	color: #cccccc;
}

.input_field {
	margin-bottom: 8px;
	position: relative;
	clear: both;
	display: block;
	height: auto;
	width: auto;
}

.first_input_field {
	margin-top: 35px;
}

.select_field {
	margin-bottom: 6px;
	position: relative;
	clear: both;
	display: block;
	height: auto;
	width: auto;
}

.text_area {
	margin-bottom: 8px;
	position: relative;
	clear: both;
	display: block;
	height: auto;
	width: auto;
	border-color: #cacaca;
	border-style: solid;
	border-width: 1px;
}

.first_select_field {
	margin-top: 35px;
}

.last_select_field {
	margin-bottom: 33px;
}

select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.ui-corner-all,
.ui-corner-top {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #f7f7f7;
	color: #808080;
	border-color: #cacaca;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	padding: 9px 16px 10px 16px;
}

.ui-widget {
	font-family: "Siro", sans-serif;
	/*font-weight:100*/
	font-size: 16px;
	outline: none;
}

.ui-state-default .ui-icon {
	background-image: url("../solaria/assets/images/dropdown-arrow-lt.png");
	background-size: 16px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../solaria/assets/images/dropdown-arrow-dk.png");
	background-size: 16px;
}

.ui-selectmenu-button span.ui-icon {
	right: 0.9em;
	margin-top: -5px;
}

.ui-icon-triangle-1-s {
	background-position: 0 0;
}

input#author {
	width: 100%;
}

input#email {
	width: 100%;
}

input#url {
	width: 100%;
}

textarea#comment {
	width: 100%;
}

.form-style .success {
	background: #d8ffc0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2e6800;
	border-left: 3px solid #2e6800;
}

.form-style .error {
	background: #ffe8e8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #ff0000;
	border-left: 3px solid #ff0000;
}

#subscribe-form {
	margin: 0;
	padding: 0;
}

.subscribe_inputs_pt2 {
	height: 0;
	margin-top: -10px;
	overflow: hidden;
}

.section_subscribe .text_area {
	width: 400px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	border-color: #989898;
}

.section_subscribe .text_area [data-icon]:after {
	position: absolute;
	top: 16px;
	right: 18px;
	font-size: 20px;
}

.section_subscribe textarea {
	outline: none;
	padding: 16px 55px 16px 16px;
	font-size: 17px;
	height: 80px;
	width: 100%;
	font-family: "Siro", sans-serif;
	/*font-weight:200*/
	resize: none;
	overflow: auto;
	border: none;
}

.success_msg {
	background-color: #95ba3a;
	text-align: left;
	margin-top: 10px;
}

.success_msg p {
	color: #29292b;
	font-size: 14px;
	padding: 13px 12px 13px 12px;
}

.fail_msg {
	background-color: #d64531;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

.fail_msg p {
	color: #29292b;
	font-size: 14px;
	padding: 13px 12px 13px 12px;
}

.section_subscribe .success_msg,
.section_subscribe .fail_msg {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#submit_your_resume_section .success_msg,
#submit_your_resume_section .fail_msg {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#contact_results .success_msg,
#contact_results .fail_msg {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#submit_contact_form a.alt_button {
	margin-top: 30px;
}

/*--------------------------------------------------------------------------------
	014 :	Buttons
--------------------------------------------------------------------------------*/

a.orange {
	border: 2px solid #f48943;
	color: #f48943;
}

a.orange:hover {
	background-color: #f48943;
}

button.orange {
	border: 2px solid #f48943;
	color: #f48943;
}

button.orange:hover {
	background-color: #f48943;
}

.alt_orange {
	background-color: #f48943;
	border: 2px solid #f48943;
}

a.alt_orange:hover {
	border: 2px solid #f48943;
	color: #f48943;
}

a.blue {
	border: 2px solid #25c6e3;
	color: #25c6e3;
}

button.blue {
	border: 2px solid #25c6e3;
	color: #25c6e3;
}

button.blue:hover {
	background-color: #25c6e3;
	border: 2px solid #25c6e3;
}

a.blue:hover {
	background-color: #25c6e3;
	border: 2px solid #25c6e3;
}

button.alt_blue {
	background-color: #25c6e3;
	border: 2px solid #25c6e3;
}

.alt_blue {
	background-color: #25c6e3;
	border: 2px solid #25c6e3;
}

a.alt_blue:hover {
	border: 2px solid #25c6e3;
	color: #25c6e3;
}

button.alt_blue:hover {
	border: 2px solid #25c6e3;
	color: #25c6e3;
}

.alt_button#subscription_submit {
	margin: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
}

button.button {
	display: inline-block;
	min-width: 180px;
	padding: 25px;
	position: relative;
	margin: 10px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	/*button text*/
	font-family: "Corbert-Bold", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 0;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.button {
	display: inline-block;
	min-width: 180px;
	padding: 25px;
	position: relative;
	margin: 10px;
	background-color: transparent;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	/*button text*/
	font-family: "Corbert-Bold", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 0;
	text-transform: uppercase;
	text-align: center;
}

.button.btn_left {
	margin-left: 0;
}

.button.btn_right {
	margin-right: 0;
}

.alt_button.btn_left {
	margin-left: 0;
}

.alt_button.btn_right {
	margin-right: 0;
}

a.button {
	text-decoration: none;
}

a.button:hover {
	color: #ffffff;
	border: none;
	min-width: 180px;
	padding: 27px;
}

button.button:hover {
	color: #ffffff;
	border: none;
	min-width: 180px;
	padding: 27px;
}

button.alt_button {
	display: inline-block;
	position: relative;
	margin: 10px;
	border: none;
	min-width: 180px;
	padding: 27px;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	/*button text*/
	font-family: "Corbert-Bold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #ffffff;
	line-height: 0;
	text-transform: uppercase;
	text-align: center;
}

.alt_button {
	display: inline-block;
	position: relative;
	margin: 10px;
	border: none;
	min-width: 180px;
	padding: 27px;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	/*button text*/
	font-family: "Corbert-Bold", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 0;
	text-transform: uppercase;
	text-align: center;
}

a.alt_button {
	color: #ffffff;
	text-decoration: none;
}

a.alt_button:hover {
	min-width: 180px;
	padding: 25px;
	background-color: transparent;
}

button.alt_button {
	color: #ffffff;
	text-decoration: none;
}

button.alt_button:hover {
	min-width: 180px;
	padding: 25px;
	background-color: transparent;
}

.centered_buttons {
	margin: 0 auto;
}

.video_buttons {
	margin: 0 auto;
}

button#load-more {
	display: block;
	opacity: 0;
	margin: 0 auto;
	cursor: pointer;
}

button#load-more.done {
	display: none;
}

button.alm-load-more-btn {
	display: block;
	margin: 0 auto;
}

.button.black,
button.black {
	border: 2px solid #1b1a1d;
	color: #1b1a1d;
	height: 54px;
	box-sizing: border-box;
	min-width: 180px;
	padding: 0;
	line-height: 52px;
	font-weight: 400;
	font-family: "Corbert-Bold";
	margin: 0 auto;
}

.button.black:hover,
button.black:hover {
	background-color: #1b1a1d;
	border: 2px solid #1b1a1d;
	padding: 0;
}

.alt_button.btn_small,
button.btn_small,
.button.btn_small,
.alt_button.btn_small:hover,
button.btn_small:hover,
.button.btn_small:hover {
	height: 32px;
	line-height: 30px;
	min-width: 125px;
	padding: 0;
	box-sizing: border-box;
	font-size: 10px;
}

.alt_button.btn_small:hover,
button.btn_small:hover,
.button.btn_small:hover {
	line-height: 26px;
}

.blog .alm-reveal {
	display: inline;
}

/*--------------------------------------------------------------------------------
	015 :	Social Media Icons
--------------------------------------------------------------------------------*/

#icons {
	position: fixed;
	top: 40%;
	right: 0;
	width: 50px;
	height: 164px;
	z-index: 999999;
}

.icons_facebook,
.icons_twitter,
.icons_linkedin {
	background-position: top left;
	background-repeat: no-repeat;
}

.icons_facebook {
	background-image: url("../solaria/assets/images/social-icon-facebook@2x.png");
	background-size: 100px 50px;
}

.icons_twitter {
	background-image: url("../solaria/assets/images/social-icon-twitter@2x.png");
	background-size: 100px 50px;
}

.icons_linkedin {
	background-image: url("../solaria/assets/images/social-icon-linkedin@2x.png");
	background-size: 100px 50px;
}

.icons_facebook:hover,
.icons_twitter:hover,
.icons_linkedin:hover {
	background-position: top right;
}

/*--------------------------------------------------------------------------------
	016 :	Icons
--------------------------------------------------------------------------------*/

.icons_circle_stroked {
	position: absolute;
	width: 111px;
	height: 111px;
	top: 7px;
	left: 7px;
	background-color: #ffffff;
	border-color: #b1b1b1;
	border-width: 5px;
	border-style: solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*text*/
	color: #f0f0f0;
	text-align: center;
}

.icons_circle_stroked.employee_icon [data-icon] {
	margin-top: 10px;
}

.icons_circle_stroked.employee_icon [data-icon]:after {
	font-size: 82px;
	color: #b1b1b1;
}

.icons_circle_stroked.building_blocks_icon [data-icon] {
	margin-top: 15px;
}

.icons_circle_stroked.building_blocks_icon [data-icon]:after {
	font-size: 70px;
	color: #b1b1b1;
}

.icons_circle_stroked.location_map_icon [data-icon] {
	margin-top: 13px;
}

.icons_circle_stroked.location_map_icon [data-icon]:after {
	font-size: 63px;
	color: #b1b1b1;
}

.icons_circle_background {
	position: absolute;
	top: 240px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 125px;
	height: 125px;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*text*/
	color: #f0f0f0;
	text-align: center;
}

[data-icon]:after {
	font-family: "survocons" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="survocon-"]:after,
[class*=" survocon-"]:after {
	font-family: "survocons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.survocon-arrow-down-1:after {
	content: "a";
}

.survocon-arrow-down-2:after {
	content: "b";
}

.survocon-arrow-down-3:after {
	content: "c";
}

.survocon-arrow-left-1:after {
	content: "d";
}

.survocon-arrow-left-2:after {
	content: "e";
}

.survocon-arrow-left-3:after {
	content: "f";
}

.survocon-arrow-lower-left-1:after {
	content: "g";
}

.survocon-arrow-lower-left-2:after {
	content: "h";
}

.survocon-arrow-lower-right-1:after {
	content: "i";
}

.survocon-arrow-lower-right-2:after {
	content: "j";
}

.survocon-arrow-right-1:after {
	content: "k";
}

.survocon-arrow-right-2:after {
	content: "l";
}

.survocon-arrow-right-3:after {
	content: "m";
}

.survocon-arrow-up-1:after {
	content: "n";
}

.survocon-arrow-up-2:after {
	content: "o";
}

.survocon-arrow-up-3:after {
	content: "p";
}

.survocon-arrow-upper-left-1:after {
	content: "q";
}

.survocon-arrow-upper-left-2:after {
	content: "r";
}

.survocon-arrow-upper-right-1:after {
	content: "s";
}

.survocon-arrow-upper-right-2:after {
	content: "t";
}

.survocon-blockquote:after {
	content: "u";
}

.survocon-comment:after {
	content: "v";
}

.survocon-email:after {
	content: "w";
}

.survocon-facebook:after {
	content: "x";
}

.survocon-group:after {
	content: "y";
}

.survocon-link:after {
	content: "z";
}

.survocon-linkedin:after {
	content: "A";
}

.survocon-location-1:after {
	content: "B";
}

.survocon-minus:after {
	content: "C";
}

.survocon-pencil:after {
	content: "D";
}

.survocon-person:after {
	content: "E";
}

.survocon-phone-1:after {
	content: "F";
}

.survocon-phone-2:after {
	content: "G";
}

.survocon-plus:after {
	content: "H";
}

.survocon-read-more-arrow:after {
	content: "I";
}

.survocon-survios:after {
	content: "J";
}

.survocon-twitter:after {
	content: "K";
}

.survocon-person-search:after {
	content: "L";
}

.survocon-info:after {
	content: "M";
}

.survocon-close-1:after {
	content: "N";
}

.survocon-close-2:after {
	content: "O";
}

.survocon-science:after {
	content: "P";
}

.survocon-vr-employee:after {
	content: "Q";
}

.survocon-location-2:after {
	content: "R";
}

.survocon-file1:after {
	content: "S";
}

.survocon-files1:after {
	content: "T";
}

.survocon-file2:after {
	content: "U";
}

.survocon-files2:after {
	content: "V";
}

.survocon-unchecked-box:after {
	content: "W";
}

.survocon-checked-box-1:after {
	content: "X";
}

.survocon-checked-box-2:after {
	content: "Y";
}

.survocon-loading-icon-1:after {
	content: "Z";
}

.circle_icon_container {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	border-radius: 50%;
	padding: 13px 0;
}

.circle_icon_container [data-icon]:after {
	color: #ffffff;
	font-size: 30px;
}

.circle_icon_container.orange {
	background-color: #f48943;
}

.circle_icon_container.blue {
	background-color: #25c6e3;
}

form [data-icon] {
	color: #cccccc;
}

/*--------------------------------------------------------------------------------
	017 :	Footer
--------------------------------------------------------------------------------*/

footer {
	position: relative;
	background-color: #1c1c1e;
	margin: 0;
	padding: 0;
	bottom: 0;
	width: 100%;
}

.footer_mobile_menu {
	display: none;
}

.footer_tablet_menu {
	display: none;
}

.footer_desktop_menu {
	display: block;
}

footer .bit-6 {
	text-align: left;
}

footer .disclaimer {
	text-align: right;
	border-top: solid #2c2c2d 1px;
	padding: 25px 0;
	margin-top: 40px;
}

footer .disclaimer p {
	color: #4f4f4f;
	font-size: 10px;
}

footer p {
	color: #808080;
	font-size: 9pt;
	padding: 0;
	vertical-align: middle;
	line-height: 1.4;
}

footer h6 {
	font-family: "Corbert-DemiBold", Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

footer ul.footer_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul.footer_list li {
	padding: 2px 0 5px;
	line-height: 1.1;
}

footer ul.footer_list li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
}

footer ul.footer_icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul.footer_icons li {
	float: left;
	width: 25%;
	padding-right: 3px;
}

footer ul.footer_icons li a {
	display: block;
	text-decoration: none;
	opacity: 0.15;
}

footer ul.footer_icons li a:hover {
	opacity: 0.9;
}

img.footer_social_icon {
	width: 100%;
}

img.footer_company_logo {
	width: 100%;
	max-width: 145px;
}

footer a,
footer a:visited {
	color: #808080;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
}

.footer_container {
	width: 1002px;
	height: 114px;
	margin: 0 auto;
	display: block;
}

.footer_content {
	position: absolute;
	padding: 0 30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	vertical-align: middle;
}

.footer_left,
.footer_mid,
.footer_right {
	position: relative;
	float: left;
	height: inherit;
	vertical-align: middle;
}

.footer_left,
.footer_right {
	width: 30%;
}

.footer_left {}

.footer_mid {
	width: 40%;
}

.footer_right {
	text-align: right;
}

.footer_right p {
	text-transform: uppercase;
	font-size: 11px;
}

.footer_mid>.footer_content {
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer_right>.footer_content {
	right: 0;
}

.clear-top-footer {
	display: block;
	clear: both;
	height: 60px;
}

footer ul.footer_list_tablet {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.footer_tablet_menu_left_panel {
	padding-left: 0 !important;
	padding-right: 5px !important;
}

.footer_tablet_menu_left_panel ul li:first-of-type {
	padding-top: 0;
}

.footer_tablet_menu_left_panel ul li a {
	display: block;
	background-color: #18181a;
}

.footer_tablet_menu_left_panel ul li a:hover {
	background-color: #141415;
}

.footer_tablet_menu_left_panel ul li a {
	font-family: "Corbert-DemiBold", Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 13px 17px 13px 17px;
	text-transform: uppercase;
	line-height: normal;
}

.footer_tablet_menu_left_panel ul li a:hover {
	text-decoration: none;
}

ul.footer_list_tablet li a:after {
	float: right;
	font-family: "survocons" !important;
	content: "m";
	font-size: 8px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1.9;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

ul.footer_list_tablet li.ftm_active a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

li.ftm_active a {
	background-color: #141415 !important;
}

.footer_tablet_menu_right_panel {
	background-color: #141415;
	min-height: 131px;
}

.footer_tablet_menu_right_panel ul {
	list-style-type: none;
	margin: 0;
	padding: 13px 0 20px 17px;
}

.footer_tablet_menu_right_panel ul li {
	padding: 0;
}

.footer_tablet_menu_right_panel ul li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
}

.footer_tablet_menu_right_panel ul li a:hover {
	color: #ffffff;
}

.footer_tablet_social_panel {
	padding-top: 35px;
	text-align: center;
}

.footer_tablet_social_panel ul.footer_icons {
	display: inline-block !important;
	padding-top: 5px !important;
	padding-bottom: 17px;
}

.footer_tablet_social_panel ul.footer_icons li {
	width: auto !important;
}

.footer_mobile_menu_tiles {
	padding: 0 !important;
}

footer ul.footer_list_mobile {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.footer_list_mobile li {
	background-color: #18181a;
}

li.footer_list_mobile_cat>a {
	font-family: "Corbert-DemiBold", Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 0;
	text-transform: uppercase;
}

li.footer_list_mobile_cat {
	margin-bottom: 3px;
}

ul.footer_list_mobile li a {
	padding: 10px 20px;
}

ul.footer_list_mobile li ul {
	display: block;
	list-style-type: none;
	text-align: left;
	max-height: 0;
	padding: 0 20px;
	overflow: hidden;
	-webkit-transition: max-height 0.25s ease-out;
	-moz-transition: max-height 0.25s ease-out;
	-o-transition: max-height 0.25s ease-out;
	transition: max-height 0.15s ease-out;
}

ul.footer_list_mobile li ul li {
	background-color: #141415;
	padding: 4px 0;
}

ul.footer_list_mobile li ul li:last-of-type {
	padding-bottom: 20px;
}

ul.footer_list_mobile li ul li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
	padding: 0;
}

ul.footer_list_mobile li a {
	display: block;
}

li.fmm_active {
	background-color: #141415 !important;
}

li.fmm_active ul {
	max-height: 100% !important;
	-webkit-transition: max-height 0.25s ease-in;
	-moz-transition: max-height 0.25s ease-in;
	-o-transition: max-height 0.25s ease-in;
	transition: max-height 0.25s ease-in;
}

li.footer_list_mobile_cat>a:after {
	float: right;
	font-family: "survocons" !important;
	content: "c";
	font-size: 10px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

li.fmm_active>a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer_mobile_social_panel {
	padding-top: 35px;
	text-align: center;
}

.footer_mobile_social_panel ul.footer_icons {
	display: inline-block !important;
	padding-top: 5px !important;
	padding-bottom: 17px;
}

.footer_mobile_social_panel ul.footer_icons li {
	width: auto !important;
}

/*--------------------------------------------------------------------------------
	018 :	Breadcrumbs
--------------------------------------------------------------------------------*/

.breadcrumbs {
	position: absolute;
	background-color: #141415cc;
	top: 70px;
	text-align: right;
	z-index: 50;
	font-size: 13px;
}

.breadcrumbs.no_header_image {
	border-bottom: 1px solid #cacaca;
}

.breadcrumbs p {
	padding: 8px 0;
	font-size: 13px;
}

.page-template-jobs .breadcrumbs,
.single-game .breadcrumbs {
	top: 0;
}

ul#breadcrumbs {
	list-style: none;
	padding: 8px 0;
	line-height: 1.4;
	color: #828282;
}

ul#breadcrumbs li {
	display: inline;
	padding-top: 0;
	padding-bottom: 0;
}

ul#breadcrumbs li.separator {
	padding: 0 5px;
	color: #848484;
}

ul#breadcrumbs li.separator span:after {
	font-size: 9px;
}

ul#breadcrumbs a,
ul#breadcrumbs a:visited {
	text-decoration: none;
	color: #cfcfcf;
}

ul#breadcrumbs a:hover {
	text-decoration: none;
	color: #828282;
}

/*--------------------------------------------------------------------------------
	019 :	Video
--------------------------------------------------------------------------------*/

.video_jacket {
	display: block;
	position: absolute;
	width: 100%;
	height: inherit;
	z-index: 2;
}

.video_section {
	padding: 90px 30px;
}

.video_section_eighty_vh {
	height: 80vh;
	min-height: 665px;
}

.video_vimeo,
.video_youtube {
	height: 0;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.video_vimeo.widescreen,
.video_youtube.widescreen {
	padding-bottom: 56.34%;
}

.video_vimeo.vimeo {
	padding-top: 0;
}

.video_youtube.youtube {
	padding-top: 25px;
}

.video_vimeo embed,
.video_vimeo iframe,
.video_vimeo object,
.video_vimeo video,
.video_youtube embed,
.video_youtube iframe,
.video_youtube object,
.video_youtube video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.video_cover {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	overflow: hidden;
}

.video_cover.widescreen {
	padding-bottom: 56.34%;
}

.video_cover.vimeo {
	padding-top: 0;
}

.video_cover embed,
.video_cover iframe,
.video_cover object,
.video_cover video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
}

video#bgvid {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	min-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}

.video_closeout {
	display: none;
	position: relative;
	margin: 0 auto;
	z-index: 5;
	width: 200px;
	top: -25px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
}

.video_closeout:hover,
.video_closeout:active {
	background-color: rgba(244, 137, 67, 1);
}

.video_closeout a {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	height: 34px;
}

.video_closeout p {
	padding: 0;
	padding-top: 0.5em;
}

.video_closeout a:hover {
	text-decoration: none;
}

.video_closeout span[data-icon] {
	vertical-align: middle;
	padding-left: 3px;
}

.video_jacket.cover_image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	height: 100%;
	width: 100%;
	opacity: 0.7;
}

/*--------------------------------------------------------------------------------
	020 :	Miscellaneous
--------------------------------------------------------------------------------*/

.pixel {
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.left_border {
	border-left: 1px solid #cacaca;
}

.right_border {
	border-right: 1px solid #cacaca;
}

.top_border {
	border-top: 1px solid #cacaca;
}

.top_border_dark {
	border-top: 1px solid #313131;
}

.bottom_border {
	border-bottom: 1px solid #cacaca;
}

.bottom_border_dark {
	border-bottom: 1px solid #4d4d4d;
}

.cover_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #000000;
}

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

.caption_bar {
	display: none;
	/*Set to block to reactivate caption bar*/
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(3, 2, 2, 0.7);
}

.caption_bar p {
	font-size: 14px;
	padding: 16px 30px;
	color: #d4d4d4;
}

.alm-listing.alm-ajax.frame {
	padding: 0;
}

.logos_row {
	opacity: 0.3;
	min-width: 205px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -4px;
}

.logos_row p {
	padding: 0;
}

.career_benefits {
	padding-top: 71px;
	text-align: center;
}

.career_benefits h2 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 19px;
	color: #54b9e1;
}

.checkbox_subscription_container {
	display: block;
	margin-top: 20px;
}

#checkbox_subscription {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

#checkbox_subscription [data-icon]:after {
	color: #7c7c7c;
	font-size: 21px;
	vertical-align: middle;
}

#checkbox_subscription_label {
	display: inline-block;
	position: relative;
}

#checkbox_subscription_label p {
	padding: 0;
	padding-left: 6px;
}

#active_vr_page .button#vidpause {
	min-width: 260px;
}

/* Waypoints Navigation */
/* Navigation */
#slideNav {
	display: none;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -80px;
	z-index: 11;
}

#slideNav ul {
	list-style: none;
	color: #000000;
	font-size: 13px;
	text-align: center;
}

#slideNav li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1px;
}

.no-rgba #slideNav li {
	background-color: #ffffff;
}

#slideNav a {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
}

#slideNav a.disabled {
	cursor: default;
}

.loading {
	background: url("../solaria/assets/images/ico_loading.gif") no-repeat 18px 20px;
}

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #1a1a1a;
}

/* Slide 1 */
#slide-1 {
	background-image: url("../solaria/assets/images/survios-labs-hero-image.jpg");
}

/* Slide 2 */
#slide-2 {
	background-image: url("../solaria/assets/images/orion-completely-wireless-vr-gaming-system-2.jpg");
}

/* Slide 3 */
#slide-3 {
	background-image: url("../solaria/assets/images/orion-wireless-hmd-controllers-beauty-shot.jpg");
}

/* Slide 4 */
#slide-4 {
	background-image: url("../solaria/assets/images/orion-overhead-interior-shot.jpg");
}

/* Slide 5 */
#slide-5 {
	background-image: url("../solaria/assets/images/orion-ergonomic-design-wireless-vr-system-by-joseph-choi.jpg");
}

/* Slide 6 */
#slide-6 {
	background-image: url("../solaria/assets/images/orion-virtual-reality-user-interface.jpg");
}

.hsContainer {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.hsContent {
	display: inline-block;
	position: absolute;
	width: 100%;
	z-index: 10;
	padding: 0 30px;
}

.hsContent.top-positioning {
	top: 20%;
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
}

.hsContent.middle-positioning {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hsContent.bottom-positioning {
	bottom: 12%;
	-webkit-transform: translateY(-12%);
	-moz-transform: translateY(-12%);
	-ms-transform: translateY(-12%);
	transform: translateY(-12%);
}

.hsContent.left-aligned {
	text-align: left;
}

.hsContent.center-aligned {
	text-align: center;
}

.hsContent.center-aligned p {
	margin: 0 auto;
}

.hsContent.right-aligned {
	text-align: right;
}

.hsContent.right-aligned p {
	margin-left: auto;
}

.hsContent h2 {
	font-size: 45px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.hsContent p {
	color: #ffffff;
	max-width: 500px;
	padding: 0;
}

.hsHero-alt h2 {
	text-transform: uppercase;
	font-size: 50px;
}

.hsHero h2 {
	font-size: 60px;
}

.hsHero p {
	font-size: 22px;
}

div#parallax-nav-container {
	width: 100%;
	position: fixed;
	height: 75px;
	background-color: rgba(3, 2, 2, 0.6);
	z-index: 999;
	bottom: 0;
}

ul.bottom-parallax-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: inherit;
	text-align: center;
	padding-top: 6px;
}

ul.bottom-parallax-nav li {
	display: inline-block;
}

ul.bottom-parallax-nav li a {
	display: block;
	width: 120px;
	font-family: "Corbert-DemiBold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #808080;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	border: none;
	border-bottom: 8px solid #808080;
}

ul.bottom-parallax-nav li.active a {
	border-bottom: 8px solid #18a9d2;
}

ul.bottom-parallax-nav li a:hover {
	color: #18a9d2;
	border-bottom: 8px solid #18a9d2;
}

.section_container_unrestricted_cover_video:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	height: 100%;
	width: 100%;
	opacity: 0.5;
}

.dark-backdrop {
	background-color: rgba(3, 2, 2, 0.6);
	padding: 20px 0 35px 0;
}

.tiles {
	display: block;
	float: left;
	padding-bottom: 25px;
}

.tiles_full_bleed {
	display: block;
	float: left;
	padding: 0 !important;
}

.tile-13 {
	display: block;
	height: inherit;
	background-color: #1c1c1e;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 5px 0px;
	overflow: hidden;
	transition: box-shadow 200ms ease-out 0s, background-color 200ms linear;
	-webkit-transition: box-shadow 200ms ease-out 0s, background-color 200ms linear;
	-moz-transition: box-shadow 200 ease-out 0, background-color 200 linear;
	-o-transition: box-shadow 200 ease-out 0, background-color 200 linear;
	-ms-transition: box-shadow 200ms ease-out 0s, background-color 200ms linear;
}

.tile-13:hover {
	background-color: #151516;
	box-shadow: rgba(0, 0, 0, 0.9) 0px 7px 15px 0px;
	cursor: pointer;
}

.tile-13 a {
	text-decoration: none;
	cursor: pointer;
}

.vr-exp-header {
	text-align: center;
	color: #ffffff;
	font-family: "Corbert-Medium", sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	padding: 20px 0 4px 0;
}

.vr-exp-subheader {
	text-align: center;
	color: #575756;
	font-family: "Siro", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 0 10px 0;
}

.vr-exp-subheader img {
	display: inline-block;
	width: 25px;
	opacity: 0.3;
}

.tile-cover {
	overflow: hidden;
	background-size: 102%;
	background-position: center center;
	-webkit-transition: background-size 200ms linear;
	-moz-transition: background-size 200 linear;
	-o-transition: background-size 200 linear;
	-ms-transition: background-size 200ms linear;
	transition: background-size 200ms linear;
}

.tile-cover>img {
	opacity: 0;
	width: 100%;
}

a:hover>.tile-cover {
	background-size: 110%;
}

a:hover>.vr-exp-header {
	font-size: 20px;
}

a:hover>.tile-copy>.vr-exp-header {
	font-family: "Corbert-Bold", sans-serif;
}

a:hover>.tile-copy>.vr-exp-subheader {
	color: #b5b5b5;
}

a:hover>.tile-copy>.vr-exp-subheader img {
	opacity: 0.8;
}

/*--------------------------------------------------------------------------------
	021 :	Loading Icons
--------------------------------------------------------------------------------*/

.loading_icon {
	position: relative;
	width: 100%;
	padding: 8px 0;
}

#circularG {
	position: relative;
	width: 37px;
	height: 37px;
	margin: 0 auto;
}

.circularG {
	position: absolute;
	background-color: #535454;
	width: 8px;
	height: 8px;
	-moz-border-radius: 6px;
	-moz-animation-name: bounce_circularG;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-webkit-border-radius: 6px;
	-webkit-animation-name: bounce_circularG;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-ms-border-radius: 6px;
	-ms-animation-name: bounce_circularG;
	-ms-animation-duration: 0.8s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-o-border-radius: 6px;
	-o-animation-name: bounce_circularG;
	-o-animation-duration: 0.8s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	border-radius: 6px;
	animation-name: bounce_circularG;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

#circularG_1 {
	left: 0;
	top: 15px;
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#circularG_2 {
	left: 4px;
	top: 4px;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#circularG_3 {
	top: 0;
	left: 15px;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#circularG_4 {
	right: 4px;
	top: 4px;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#circularG_5 {
	right: 0;
	top: 15px;
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

#circularG_6 {
	right: 4px;
	bottom: 4px;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

#circularG_7 {
	left: 15px;
	bottom: 0;
	-moz-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

#circularG_8 {
	left: 4px;
	bottom: 4px;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

@-moz-keyframes bounce_circularG {
	0% {
		-moz-transform: scale(1);
	}

	100% {
		-moz-transform: scale(0.3);
	}
}

@-webkit-keyframes bounce_circularG {
	0% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.3);
	}
}

@-ms-keyframes bounce_circularG {
	0% {
		-ms-transform: scale(1);
	}

	100% {
		-ms-transform: scale(0.3);
	}
}

@-o-keyframes bounce_circularG {
	0% {
		-o-transform: scale(1);
	}

	100% {
		-o-transform: scale(0.3);
	}
}

@keyframes bounce_circularG {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.3);
	}
}

/*--------------------------------------------------------------------------------
	022 :	Media Queries
--------------------------------------------------------------------------------*/

@media (max-width: 1980px) {
	img.subscribe_bg_img {
		width: auto;
		height: inherit;
	}

	.subscribe_origin {
		height: 518px;
	}

	.subscribe_overflow {
		background-size: auto 518px;
	}

	h2.section_header {
		font-size: 25px;
	}

	.subscribe_form_inner_container {
		width: 70%;
	}
}

@media (max-width: 1560px) {
	.subscribe_form_inner_container {
		width: 80%;
	}

	.hero_bottom_bar_submit {
		padding-top: 30px;
	}

	.hero_bottom_bar_input {
		padding-top: 10px;
	}
}

@media (max-width: 1280px) {
	.section_container_restricted_1260 {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}

	.subscribe_form_inner_container {
		padding-left: 40px;
	}

	.subscribe_origin {
		height: 440px;
	}

	.subscribe_overflow {
		background-size: auto 440px;
	}

	h2.section_header {
		font-size: 22px;
	}

	.hero_bottom_bar_input {
		width: 100%;
	}

	input[type="text"]#subscribe_email {
		width: 100%;
	}

	.hero_bottom_bar_submit {
		padding-top: 25px;
	}

	#subscribe_email_container.input_container {
		height: 45px;
	}

	input[type="text"]#subscribe_email {
		height: 45px;
	}

	.input_container [data-icon]:after {
		bottom: 10px;
	}

	.col-separator {
		width: 4%;
	}

	.footer-col-logo,
	.footer-col-links {
		width: 19%;
	}
}

@media (max-width: 1060px) {
	#icons {
		display: none;
	}

	.job_description {
		width: 60%;
	}

	.hsContent {
		padding-right: 90px;
	}

	.featured_home_section {
		height: 400px;
	}

	.subscribe_origin {
		height: 420px;
	}

	.subscribe_overflow {
		background-size: auto 420px;
	}

	.subscribe_form_inner_container {
		width: 88%;
		padding-left: 35px;
	}

	h2.section_header {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	#vidpause {
		display: none;
	}

	.video_section_eighty_vh {
		height: 630px;
	}

	#bgvid {
		display: none;
	}

	.section_container_unrestricted_cover_video {
		background-color: #000000;
	}

	.nav_container {
		width: initial;
		height: inherit;
		position: relative;
		margin: 0 auto;
		padding: 0 0;
	}

	#nav-icon-container {
		display: flex;
		align-items: center;
	}

	#nav-icon {
		display: block;
	}

	.mainNav {
		display: none;
	}

	.nav {
		display: none;
	}

	.nav_container>.logo {
		display: block;
		margin: auto;
		float: none;
		width: 224px;
		height: 42px;
		background-position: center center !important;
	}

	#fixed-top .logo {
		background-position: center center !important;
	}

	.section_slider.ss_gallery,
	.section_slider.ss_gallery .slider_container_unrestricted,
	.section_slider.ss_gallery .bx-wrapper,
	.section_slider.ss_gallery .bx-viewport,
	.section_slider.ss_gallery ul,
	.section_slider.ss_gallery li,
	.section_slider.ss_gallery .slider {
		min-height: 500px;
	}

	.section_slider.ss_gallery p.subheader_white {
		font-size: 17px;
		padding: 5px 0 0 0;
	}

	.section_slider.ss_gallery .slider_text p {
		font-size: 14px;
		padding: 13px 0 0 0;
	}

	.section_slider.ss_gallery .slider_inner_content {
		top: 40%;
		-webkit-transform: translate(0, -40%);
		-moz-transform: translate(0, -40%);
		-ms-transform: translate(0, -40%);
		transform: translate(0, -40%);
	}

	.slider_container_unrestricted>.slider_4col_inner.filled {
		width: 70%;
	}

	.slider_container_unrestricted>.slider_4col_inner.empty {
		display: none;
	}

	.left {
		padding-right: 0;
	}

	.page_header {
		min-height: 720px;
		max-height: 720px;
	}

	img.footer_company_logo {
		padding-bottom: 30px;
	}

	.footer_desktop_menu {
		display: none;
	}

	.footer_tablet_menu {
		display: block;
	}

	footer .disclaimer {
		margin-top: 0px;
	}

	.clear-top-footer {
		height: 50px;
	}

	footer .disclaimer {
		text-align: center;
	}

	img.footer_social_icon {
		max-width: 50px;
	}

	.offset_right_breadcrumbs {
		padding-right: 35px;
	}
}

@media (max-width: 1016px) {

	.section_container_restricted,
	.section_container_restricted_cover {
		width: 100%;
	}

	.header_plus_nav {
		width: 100%;
	}

	.nav_container {
		width: 100%;
	}

	.footer_container {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.job_description {
		width: 100%;
		clear: both;
	}

	.job_application_widget {
		width: 100%;
		float: left;
	}

	.footer_left,
	.footer_right {
		display: none;
	}

	.footer_mid {
		width: 100%;
	}
}

@media (max-width: 942px) {
	.gallery_thumb_outer_container {
		width: 100%;
	}

	.team_namecard_conatiner {
		min-width: 67%;
	}
}

@media (max-width: 862px) {
	.bit-3 {
		width: 50%;
	}

	.bit-3.clear-fix.logos {
		width: 33.3%;
		min-width: 182px;
	}

	.bit-3.blog_post {
		padding: 0;
		padding-left: 5px;
	}

	.bit-3.blog_post:first-of-type {
		padding: 0;
		padding-right: 5px;
	}

	.bit-3.blog_post:last-of-type {
		padding: 0;
		padding-right: 5px;
		padding-top: 7px;
	}

	.bit-2 {
		width: 100%;
	}

	.bit-2#team_layout_v2,
	.bit-2.blog_post {
		width: 50%;
	}

	.bit-2.clear-fix.right {
		display: none;
	}

	.bit-2.right_border {
		border-right: none;
		border-bottom: 1px solid #e4e4e4;
	}

	.bit-home-quick-links {
		max-height: 228px;
	}

	.bit-home-quick-links h2 {
		padding: 100px 0;
	}

	.bit-home-quick-links h2 {
		font-size: 20px;
	}

	.bit-home-quick-links a:hover h2 {
		font-size: 25px;
	}

	.bit-2.seccol {
		text-align: center;
	}

	.caption_bar {
		display: none;
	}

	.contact_info .bit-2 {
		padding: 40px 0;
	}

	.press-bottom_section .bit-2 {
		padding: 40px 0;
	}

	.fixed_section {
		padding: 1em 0;
	}

	div.project_frame.project_cover_img:before {
		opacity: 0.8;
	}

	div.section_container_restricted_cover:before,
	div.section_container_unrestricted_cover:before {
		/*opacity:0.7;*/
	}

	.section_container_restricted.project_showcase_padding {
		padding: 75px 0;
	}

	.gs_content_right {
		padding: 60px 30px;
	}

	.project_info_container .gray_header h1,
	.project_info_container .gray_text p {
		color: #ffffff;
	}

	.vr-exp-heads {
		text-align: center;
	}

	.subscribe_origin {
		height: inherit;
	}

	.subscribe_overflow {
		min-height: 300px;
	}

	img.subscribe_bg_img {
		display: none;
	}

	img.subscribe_bg_img_alt {
		display: block;
	}

	.subscribe_form_inner_container {
		top: 30%;
		transform: translateY(-35%);
		max-width: none;
		width: 100%;
		padding-left: 20%;
		padding-right: 20%;
		text-align: center;
	}

	.subscribe_overflow {
		background-image: none;
		background-color: #1b1b1c;
	}

	h2.section_header {
		font-size: 24px;
	}

	#subscribe_email_container.input_container {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.featured_home_section {
		height: 320px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 26px;
	}

	h1.xx_large {
		font-size: 50px;
	}

	h1.x_large {
		font-size: 40px;
	}

	h1.large {
		font-size: 30px;
	}

	h1.medium {
		font-size: 25px;
	}

	.bit-home-quick-links {
		width: 100%;
	}

	.frame.blog_archive_container {
		padding: 0 5px;
		padding-top: 104px;
	}

	.cover_image#cover_image_exception {
		background-position: 75% 50%;
	}

	.slider#cover_image_exception {
		background-position: 73% 50%;
	}

	video#bgvid {
		top: 0;
	}

	.page_header {
		min-height: 600px;
		max-height: 600px;
	}

	.page_header_txt h1 {
		font-size: 35px;
	}

	.sc_home_slider_test {
		height: 400px;
	}

	#submit_contact_form>.input_field,
	#submit_contact_form>.text_area,
	#submit_contact_form input[type="text"],
	#submit_contact_form textarea,
	#submit_contact_form>.select_field {
		width: 100%;
	}

	.bit-3-1.icon_container img {
		width: 90%;
	}

	p.subheader_white,
	p.subheader_gray {
		padding: 3px 0 0 0;
		font-size: 17px;
	}

	#fixed-top {
		position: fixed;
		display: block;
		top: 0;
		z-index: 4;
	}

	.hero_content h1 {}

	.section_rel_ht,
	.section_full_ht {
		width: 100%;
	}

	.newsbytes p {
		font-size: 17px;
	}

	.sc_home_slider_test_2 .newsbytes {
		padding: 0 90px;
		max-width: 1200px;
		box-sizing: border-box;
	}

	/* .hero{
	width:100%;
} delete */

	.blogpost {
		padding: 0 15px;
		padding-top: 35px;
	}

	.blogpost .bit-7 {
		display: none;
	}

	.blogpost .bit-1 {
		width: 100%;
	}

	.section_container_restricted,
	.section_container_restricted_1260 {
		width: 100%;
	}

	.parallax_bg_cover,
	.parallax_bg_repeat {
		background-attachment: inherit;
	}

	.footer_container {
		width: 100%;
	}

	footer {
		width: 100%;
	}

	.bit-2#team_layout_v2 {
		width: 100%;
	}

	.team_image {
		width: 31%;
		max-width: none;
		background-size: auto 140px;
	}

	.story_block_middle_blockquote p {
		font-size: 17px;
	}

	ul.bottom-parallax-nav li a {
		width: 100px;
	}

	.hsContent h2 {
		font-size: 35px;
	}

	.hero_bottom_bar_input {
		display: block;
		padding-right: 0;
		margin-top: 10px;
	}

	.hero_bottom_bar_submit {
		display: block;
		top: 0;
		padding-top: 22px;
		margin-top: 10px;
	}

	.hsHero h2 {
		font-size: 50px;
	}

	.hsHero p {
		font-size: 20px;
	}

	.hsHero-alt h2 {
		font-size: 40px;
	}

	.subscribe_form_inner_container {
		padding-left: 15%;
		padding-right: 15%;
	}

	h1.section_header {
		font-size: 27px;
	}
}

@media (max-width: 600px) {
	#fixed-top {
		height: 70px;
	}

	.frame.blog_archive_container {
		padding-top: 86px;
	}

	.featured_image_blogpost {
		height: 260px;
	}

	.nav_container>.logo {
		width: 176px;
		height: 33px;
	}

	.nav_container>.logo,
	.nav_container>.logo img {
		width: 176px;
		height: 33px;
	}

	.breadcrumbs {
		display: none;
	}

	.blogpost {
		padding-top: 15px;
	}

	.page_header {
		min-height: 420px;
		max-height: 420px;
	}

	.bit-2.blog_post {
		width: 100%;
		padding: 0;
	}

	.bit-2.blog_post:last-of-type {
		padding-left: 0;
		padding-top: 10px;
	}

	.bit-3.blog_post {
		margin-bottom: 0;
		padding: 0;
	}

	.bit-3.blog_post:first-of-type {
		padding: 0;
		padding-bottom: 10px;
	}

	.bit-3.blog_post:last-of-type {
		padding: 0;
		padding-top: 10px;
	}

	.bit-3 {
		width: 100%;
		margin-bottom: 24px;
	}

	.bit-3-1.icon_container {
		display: none;
	}

	.bit-3-2 {
		width: 100%;
	}

	.tiles {
		padding-bottom: 0px;
	}

	.page_header.ninety_vh {
		height: 600px;
	}

	.seventy_vh.cover_image {
		height: 600px;
	}

	/* .hero{
		height:450px;
		min-height:450px;
	} delete */

	.subscribe_form_inner_container {
		padding-left: 10%;
		padding-right: 10%;
	}

	h2.section_header {
		font-size: 22px;
	}

	.clear-top {
		height: 60px;
	}

	.footer_tablet_menu {
		display: none;
	}

	.footer_mobile_menu {
		display: block;
	}

	h1.section_header {
		font-size: 25px;
	}

	.section_container_restricted_1260 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.hero_content_lower_div {
	bottom: 94px;
}

.hero_content h1 {
	font-size: 35px;
}

.hero_scroll_down {
	z-index: 1;
}

.slider {
	background-position: center top;
}

.job_application_widget {
	margin-top: 0;
}

.section_slogan h2 {
	font-size: 18px;
}

.section_quote p {
	font-size: 17px;
}

div.slider:before {
	opacity: 0.7;
}

section.section_slider.sc_home_slider_test_2 div.slider:before {
	opacity: 0;
}

.slider_container_unrestricted>.slider_3col_outer {
	width: 100%;
	display: none;
	clear: both;
}

.slider_container_unrestricted>.slider_3col_inner {
	width: 100%;
	clear: both;
}

.section_slider {
	width: 100%;
}

#hero-slider-container .bx-wrapper .bx-controls-direction a {
	display: block;
	margin-top: 0;
	transform: translateY(-50%);
}

.slider_header {
	display: block;
	padding: 0;
	position: relative;
	width: inherit;
}

.slider_text {
	display: block;
	padding: 0;
	bottom: 0;
	width: 100%;
	position: relative;
}

.active_vr_section {
	padding: 25px 0;
}

.active_vr_inner_copy .active_vr_inner_small_icon {
	display: inline-block;
}

.active_vr_inner_copy {
	position: relative;
	top: 0;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.bit-3-2.copy_container {
	height: auto;
}

div.teamate_bio {
	padding-left: 0;
	padding-right: 0;
}

.story_block_middle_blockquote {
	width: 100%;
}

.hero_bottom_bar_input {
	padding-right: 0;
}

ul.bottom-parallax-nav li a {
	font-size: 13px;
	width: 90px;
}

.hsContent h2 {
	font-size: 30px;
}

.input_container {
	width: 100%;
}

.page_header_alt h1 {
	font-size: 35px;
}

.hsHero h2 {
	font-size: 40px;
}

.hsHero p {
	font-size: 20px;
}

.hsHero-alt h2 {
	font-size: 35px;
}

.page_header_txt h1 {
	font-size: 30px;
}

@media (max-width: 530px) {
	.featured_home_section {
		height: 410px;
	}

	.featured_game {
		background-size: auto 175px;
		background-position: top;
		background-repeat: no-repeat;
	}

	.featured_home_section_copy_right {
		text-align: center;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.featured_home_section_copy_right img {
		display: block;
		margin-left: auto;
		padding-top: 72px;
	}

	.featured_home_section p {
		padding-top: 85px;
	}

	.hero_bottom_bar_header h1 {
		font-size: 17px;
	}

	.bit-5 {
		width: 50%;
	}

	.logos_row {
		min-width: 120px;
	}

	.subscribe_overflow {
		min-height: 320px;
	}

	.subscribe_form_inner_container {
		top: 35%;
		-webkit-transform: translateY(-40%);
		-moz-transform: translateY(-40%);
		-ms-transform: translateY(-40%);
		transform: translateY(-40%);
	}
}

@media (max-width: 480px) {
	.hero_content h1 {
		font-size: 25px;
	}

	.project_toggle_button p {
		font-size: 13px;
	}

	.project_toggle_button p:after,
	.project_toggle_button_close p:after {
		font-size: 16px;
	}

	.newsbytes cite,
	.testimonial cite {
		font-size: 12px;
	}

	.input_container {
		width: 100%;
		min-width: 320px;
	}

	.section_subscribe .text_area {
		width: 100%;
	}

	.input_container>input[type="text"] {
		width: 100%;
	}

	.section_subscribe .success_msg,
	.section_subscribe .fail_msg {
		width: 100%;
	}

	.section_container_restricted.project_showcase_padding {
		padding: 60px 0;
	}

	.active_vr_inner_copy h1 {
		font-size: 20px;
	}

	h1.medium {
		font-size: 20px;
	}

	h1.small {
		font-size: 18px;
	}

	.team_image_namecard_container {
		height: 110px;
	}

	.team_namecard_inner_content span#teamate_name {
		font-size: 16px;
	}

	.team_namecard_inner_content span#teamate_title p {
		font-size: 11px;
	}

	.team_namecard_inner_content div.social_option {
		margin-bottom: -9px;
	}

	.team_namecard_2 p {
		font-size: 14px;
	}

	ol.children {
		padding-left: 15px;
	}

	.blogpost blockquote p {
		font-size: 20px;
	}

	.story_block_middle_blockquote p {
		font-size: 15px;
	}

	ul.bottom-parallax-nav li a {
		font-size: 10px;
		width: 65px;
	}

	.hsContent h2 {
		font-size: 25px;
	}

	.page_header_alt h1 {
		font-size: 30px;
	}

	.hsHero h2 {
		font-size: 30px;
	}

	.hsHero p {
		font-size: 17px;
	}

	.hsHero-alt h2 {
		font-size: 27px;
	}

	.page_header_txt h1 {
		font-size: 25px;
	}

	.subscribe_form_inner_container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.section-heading p.section_subheader,
	p.section_subheader {
		font-size: 13px;
	}

	h1.section_header {
		font-size: 23px;
	}

	h2.section_header {
		font-size: 20px;
	}

	.section_container_restricted_1260 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.clear-top {
		height: 45px;
	}

	img.footer_social_icon {
		max-width: 42px;
	}
}

@media (max-width: 320px) {
	#hero-slider-container .bx-wrapper .bx-controls-direction a {
		width: 65px;
	}

	h1.medium {
		font-size: 20px;
	}

	.hero_content h1 {
		font-size: 20px;
	}

	#nav-icon-container {}

	.active_vr_inner_copy .active_vr_inner_small_icon {
		display: block;
		padding-bottom: 15px;
	}

	#active_vr_page .centered_buttons .alt_button {
		font-size: 12px;
	}

	.blogpost blockquote p {
		font-size: 18px;
	}

	.hsHero h2 {
		font-size: 25px;
	}

	.hsHero p {
		font-size: 15px;
	}

	.hsHero-alt h2 {
		font-size: 24px;
	}

	.section_container_restricted_1260 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.blog-list {
	padding-top: 70px;
}

.blog-list .bit-3 {
	display: block;
	float: left;
}

@media screen and (min-width: 601px) {
	.blog-list .bit-3 {
		min-height: 665px;
	}
}

.postid-1855 .blogpost_content {
	max-width: 100%;
}

.postid-1855 .blogpost_content .bit-1 {
	padding: 0;
}

.blogpost_content img {
	max-width: 100%;
	height: auto;
}

#home-raw-data {
	background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@360.jpg");
}

@media (max-width: 480px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@480.jpg");
	}
}

@media (max-width: 768px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@768.jpg");
	}
}

@media (max-width: 1000px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@1000.jpg");
	}
}

@media (max-width: 1200px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@1200.jpg");
	}
}

@media (max-width: 1600px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@1600.jpg");
	}
}

@media (max-width: 1920px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@1920.jpg");
	}
}

@media (max-width: 2560px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@2560.jpg");
	}
}

@media (min-width: 2561px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@3000.jpg");
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 360px),
(min-resolution: 144dpi) and (max-width: 360px) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@720.jpg");
	}
}

@media (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5),
(max-width: 600px) and (min-resolution: 144dpi) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@1200.jpg");
	}
}

@media (max-width: 800px) and (-webkit-min-device-pixel-ratio: 1.5),
(max-width: 800px) and (min-resolution: 144dpi) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@1600.jpg");
	}
}

@media (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5),
(max-width: 960px) and (min-resolution: 144dpi) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@1920.jpg");
	}
}

@media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
(max-width: 1280px) and (min-resolution: 144dpi) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@2560.jpg");
	}
}

@media (min-width: 1281px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 1281px) and (min-resolution: 144dpi) {
	#home-raw-data {
		background-image: url("../solaria/assets/images/raw-data-vr-game-cover-art@3000.jpg");
	}
}

#home-active-vr {
	background-image: url("../solaria/assets/images/lower-panel-active-vr.jpg");
}

#home-studios {
	background-image: url("../solaria/assets/images/lower-panel-blog.jpg");
}

#home-vr-careers {
	background-image: url("../solaria/assets/images/lower-panel-careers.jpg");
}

.buynow-dropdown {
	height: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
	list-style-type: none;
	background: rgb(73, 73, 73);
	text-align: center;
	right: 0;
	width: 180px;
	top: 10px;
	transform: translateY(-100%);
}

.buynow-dropdown li {
	border-top: #3d3d3d 1px solid;
	padding: 0;
}

.buynow-dropdown li.active a {
	background: #54b9e1;
}

.buynow-dropdown li a {
	display: block;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 17.5px;
	font-family: "Corbert-Medium";
	text-transform: uppercase;
	color: white;
}

#buy-now-survios-home-rd {
	margin-right: 0;
}

.buynow-survios-home-wrapper {
	position: relative;
	display: inline-block;
}

#footer-logo {
	background: url("../solaria/assets/images/survios-footer-logo.png") center center no-repeat;
	width: 144px;
	height: 16px;
}

#fixed-top {
	text-align: center;
}

#fixed-top .logo {
	width: 50%;
	height: 33px;
	display: inline-block;
	background: url("../solaria/assets/images/survios-header-logo.png") left center / contain no-repeat;
	text-indent: -1000em;
}

.sb-sidebar .logo {
	width: 164px;
	height: 30px;
	display: inline-block;
	background-image: url("../solaria/assets/images/survios-header-logo-white.png");
	background-size: contain;
	background-position: left center;
	text-indent: -1000em;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	/*#fixed-top .logo {
        background: url('../solaria/assets/images/survios-header-logo@2x.png') center center no-repeat;
        background-size: contain;
    }*/

	.sb-sidebar .logo {
		background-image: url("../solaria/assets/images/survios-header-logo-white@2x.png");
	}
}

.wp-caption.alignnone {
	margin-left: auto;
	margin-right: auto;
}

.blogpost strong {
	font-weight: 600;
}

.wp-caption-text {
	font-style: italic;
	font-weight: 600;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
	.postid-2021 .featured_image_blogpost {
		background: url("/studio/content/uploads/2016/09/founders-forum-feature-mobile.jpg") center center no-repeat !important;
		background-size: cover !important;
	}
}

.footer-social {
	margin-bottom: 1em;
}

.footer-social a {
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #676767;
	font-size: 24px;
}

.footer-social a:hover {
	background: #1a1a1a;
}

.page-template-template-careers .blog_featured_image {
	background-position: right center;
}

/* About Page */

.page-template-template-company .video_jacket.cover_image:before {
	opacity: 0.5;
}

@media (max-width: 768px) {
	.desktop-only {
		display: none !important;
	}
}

img.alignnone {
	display: block;
	margin: 0 auto;
}

.bit-3:nth-child(3n)::after {
	content: "";
	display: table;
	clear: both;
}

ul.list {
	padding-left: 20px;
}

ul.list li {
	list-style-type: disc;
	overflow: visible;
}

ul.list ul {
	padding-left: 20px;
	list-style-type: square;
}

ul.list ul ul {
	list-style-type: circle;
}

.blogpost_content ul {
	padding-left: 20px;
}

.blogpost_content ul li {
	list-style-type: disc;
	overflow: visible;
}

.blogpost_content ul ul {
	padding-left: 20px;
	list-style-type: square;
}

.blogpost_content ul ul ul {
	padding-left: 20px;
	list-style-type: circle;
}

.blogpost_content ul {
	padding-left: 20px;
}

.blogpost_content ul li {
	list-style-type: disc;
	overflow: visible;
}

.blogpost_content ul ul {
	padding-left: 20px;
	list-style-type: square;
}

.blogpost_content ol {
	padding-left: 20px;
}

.blogpost_content ol li {
	list-style-type: decimal;
	overflow: visible;
}

/* Internships */

.page-template-template-internships .page_header_alt h1 {
	font-size: 37px;
}

.page-template-template-internships .cover_image {
	position: relative;
	background: url("assets/images/internships-header.jpg") center center no-repeat;
	background-size: cover;
	max-height: 680px;
}

.page-template-template-internships .cover_image:after {
	position: absolute;
	top: 160px;
	bottom: -75px;
	left: 50%;
	width: 40%;
	content: "";
	display: block;
	background: url("assets/images/internships-chars@2x.png") left bottom no-repeat;
	background-size: contain;
	z-index: 1;
}

.page_header_alt h1,
.page_header_alt p {
	max-width: 400px;
}

#internships-video {
	height: 500px;
}

#internships-video .video {
	position: absolute;
	width: 55%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#internships-video .video .video-inner {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

#internships-video .video .video-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#internships-video .content {
	position: absolute;
	top: 50%;
	left: 60%;
	width: 40%;
	transform: translateY(-50%);
}

#internships-video .content p {
	margin: 0;
	padding: 0;
}

#internships-about {
	height: 600px;
	background: url("assets/images/internships-bg.jpg") center center no-repeat;
	background-size: cover;
	color: white;
}

#internships-about .content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 50%;
}

#internships-about .content p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

#internships-apply {
	text-align: center;
}

#internships-apply h1 {
	font-size: 40px;
	text-transform: uppercase;
	color: #54a8d0;
	margin: 1.5em 0 0;
}

#internships-apply>.section_container_restricted>h2 {
	font-size: 27px;
	color: #808080;
	text-transform: uppercase;
	margin: 1.5em 0 0.5em;
}

#internships-apply p {
	padding: 0;
	margin: 0.7em auto 0;
	width: 80%;
}

.internship-info {
	text-align: left;
}

ul.dates-list {
	list-style-type: none;
	padding: 0;
	text-align: justify;
	margin-top: 2em;
	margin-bottom: 2em;
}

ul.dates-list li {
	width: 18.8342967244701%;
	display: block;
	float: left;
	height: 11em;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin-right: 1.4571290944123%;
	color: white;
	background: #333;
	border-radius: 8px;
}

ul.dates-list li:last-of-type {
	margin-right: 0;
}

ul.dates-list li .inner {
	position: absolute;
	top: 20%;
	left: 5px;
	right: 5px;
}

ul.dates-list li h3 {
	text-align: center;
	font-size: 20px;
	color: #54a8d0;
	text-transform: uppercase;
	font-family: "Corbert-Bold";
	font-weight: 400;
}

ul.dates-list li p {
	font-size: 14px;
}

.jobs_listing {
	text-align: left;
}

#internships-header-mobile-only {
	display: none;
}

@media (max-width: 1400px) {
	.page-template-template-internships .cover_image:after {
		width: 50%;
	}
}

@media (max-width: 1100px) {
	.page-template-template-internships .section_rel_ht {
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
		position: relative;
	}

	.page-template-template-internships .section_rel_ht .section_container_restricted {
		width: 100%;
	}

	.page-template-template-internships .cover_image {
		height: 80vh;
		min-height: auto;
		max-height: auto;
	}

	.page-template-template-internships .cover_image:after {
		left: 40%;
		width: 59%;
	}
}

@media (max-width: 1025px) {
	.page-template-template-internships .cover_image:after {
		bottom: -65px;
	}
}

@media (max-width: 1000px) {
	.page-template-template-internships .cover_image:after {
		display: none;
	}
}

@media (max-width: 980px) {
	.page-template-template-internships .page_header.cover_image {
		background: url("assets/images/internships-header-tablet.jpg") center center no-repeat;
		background-size: cover;
		height: 780px;
		min-height: auto;
		max-height: 100%;
	}

	.page-template-template-internships .page_header {}
}

#internships-goodbye {
	padding: 0 0 60px;
}

@media (max-width: 768px) {
	.page-template-template-internships .cover_image:after {
		display: block;
		background-position: 71% bottom;
		background-size: 126% auto;
		left: 0;
		top: 0;
		right: 0;
		width: 100%;
		bottom: -125px;
		z-index: 1;
	}

	.page-template-template-internships .page_header_alt {
		width: 100%;
		position: absolute;
		bottom: 39%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		top: auto;
		display: block;
		min-width: 280px;
		padding: 0;
	}

	.page-template-template-internships .page_header.cover_image {
		position: relative;
	}

	.page-template-template-internships .page_header_alt p {
		display: none;
	}

	.page-template-template-internships .page_header_alt h1 {
		text-align: center;
		font-size: 5.2vw;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#internships-header-mobile-only {
		display: block;
		text-align: center;
		padding: 140px 60px 60px;
		font-size: 2.73vw;
		font-size: 21px;
		line-height: 2;
		font-weight: 300;
	}

	#internships-video {
		height: auto;
	}

	#internships-video .video {
		position: static;
		width: 100%;
		top: auto;
		left: auto;
		transform: none;
	}

	#internships-video .content {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		transform: none;
		font-size: 2.73vw;
		font-size: 21px;
		line-height: 2;
		font-weight: 300;
		text-align: center;
		padding: 80px 10px 80px;
	}

	#internships-about {
		height: auto;
		background: black url("assets/images/internships-bg-mobile.jpg") center top no-repeat;
		background-size: 100% auto;
		padding-top: 53%;
		padding-bottom: 30%;
		position: relative;
	}

	#internships-about .content {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		width: 100%;
		font-size: 2.73vw;
		font-size: 21px;
		line-height: 2;
		font-weight: 300;
		text-align: center;
		padding: 80px 10px 0;
		color: white;
	}

	#internships-about:after {
		content: "";
		display: block;
		background: url("assets/images/internships-char@2x.png") center center no-repeat;
		background-size: contain;
		width: 43.6197916666667%;
		height: 0;
		padding-bottom: 49.9348958333333%;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 45%);
		position: absolute;
		z-index: 1;
	}

	#internships-apply {
		padding-top: 27%;
	}

	#internships-apply h1 {
		font-size: 4.69vw;
		margin-top: 0;
	}

	#internships-apply>.section_container_restricted>h2 {
		font-size: 3.13vw;
		margin-top: 1.7em;
	}

	#internships-apply p {
		font-size: 16px;
		width: 100%;
		font-weight: 300;
	}

	ul.dates-list li {
		width: 34%;
		display: block;
		float: left;
		border: 1px solid #808080;
		height: 11em;
		padding: 0;
		text-align: center;
		vertical-align: middle;
		position: relative;
		margin: 0 7.7919141914191% 30px;
	}

	ul.dates-list li .inner {
		left: 12px;
		right: 12px;
	}

	#internships-goodbye {
		font-size: 2.73vw;
		font-size: 21px;
		line-height: 2;
		font-weight: 300;
		text-align: center;
		padding: 40px 90px;
		border-top: 1px solid #939393;
	}

	.jobs_listing {
		padding: 0;
	}
}

@media (max-width: 640px) {
	.page-template-template-internships .page_header.cover_image {
		height: 600px;
	}
}

@media (max-width: 480px) {
	.page-template-template-internships .page_header.cover_image {
		height: 590px;
	}

	.page-template-template-internships .page_header.cover_image:after {
		bottom: -42px;
		background-size: 160% auto;
		background-position: 65% bottom;
	}

	.page-template-template-internships .page_header_alt {
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%);
		margin-top: 35px;
	}

	.page-template-template-internships .page_header_alt h1 {
		font-size: 25px;
	}

	#internships-header-mobile-only {
		text-align: center;
		padding: 40px 40px 40px;
		font-size: 14px;
	}

	#internships-video .content {
		font-size: 14px;
		padding: 40px 0;
	}

	#internships-video {
		padding: 0 40px;
	}

	#internships-about .content {
		font-size: 14px;
		padding: 40px 0;
	}

	#internships-about {
		padding-bottom: 22%;
		padding-left: 40px;
		padding-right: 40px;
	}

	#internships-apply {
		padding: 28% 40px 0;
	}

	#internships-apply h1 {
		font-size: 29px;
	}

	#internships-apply>.section_container_restricted>h2 {
		font-size: 20px;
	}

	#internships-apply p {
		font-size: 14px;
		width: 100%;
	}

	ul.dates-list li {
		width: 48%;
		border: 1px solid #808080;
		height: 150px;
		margin: 0 0 20px 0;
	}

	ul.dates-list li h3 {
		font-size: 17px;
	}

	ul.dates-list {
		width: 114%;
		margin-left: -7%;
	}

	ul.dates-list li:nth-child(odd) {
		margin-right: 4%;
	}

	#internships-goodbye {
		font-size: 14px;
		padding: 40px;
	}

	ul.dates-list li .inner {
		left: 8px;
		right: 8px;
	}
}

@media (max-width: 400px) and (max-height: 640px) {
	.page-template-template-internships .page_header.cover_image {
		height: 540px;
		height: 85vh;
	}
}

@media (max-width: 400px) and (max-height: 600px) {
	.page-template-template-internships .page_header.cover_image {
		height: 500px;
		height: 85vh;
	}
}

@media (max-width: 400px) and (max-height: 560px) {
	.page-template-template-internships .page_header.cover_image {
		height: 480px;
		height: 85vh;
	}
}

.page-template-template-publishing .section_container_unrestricted_cover {
	background-image: url("../solaria/assets/images/header-publishing.jpg") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-template-job-posting #share .jssocials-shares:before {
	content: "SHARE JOB POSTING";
	margin: 0.5em 0;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

/* NEW CSS */

/* GENERAL */

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1260px;
}

picture {
	display: flex;
}

picture img {
	width: 100%;
}

.bx-wrapper {
	box-shadow: none;
	padding: 0;
	border: none;
	margin: 0;
}

.section-heading p.section_subheader {
	font-size: 16px;
	letter-spacing: 0.24em;
	margin-bottom: 0.6em;
}

.section-heading h2.section_subheader {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
}

.l-only,
.med-only,
.sm-only {
	display: none;
}

h2.section-title {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.04em;
	font-family: "Siro";
	font-weight: 400;
	font-family: "Corbert-Medium", sans-serif;
	margin: 0 0 2em;
	/* line-height: 1.4 */
}

/* SLIDER FIX */

/* .sy-slides-wrap:hover .sy-controls {
	display: block!important;
} */

@media (max-width: 1379px) {
	.xl-only {
		display: none;
	}

	.l-only {
		display: block;
	}

	.container {
		max-width: 1020px;
	}
}

@media (max-width: 1139px) {
	.container {
		max-width: 840px;
		padding: 0 30px;
	}
}

@media (max-width: 779px) {
	.l-only {
		display: none;
	}

	.med-only {
		display: block;
	}
}

@media (max-width: 640px) {
	.med-only {
		display: none;
	}

	.sm-only {
		display: block;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	.section-heading h2.section_subheader {
		font-size: 28px;
	}

	.section-heading p.section_subheader {
		font-size: 14px;
	}
}

/* HERO SECTIONS */

.hero {
	margin-top: 70px;
	position: relative;
	background: #1b1a1d;
}

.hero .container {
	height: 600px;
	max-width: 1280px;
}

.hero .content {
	position: relative;
	z-index: 1;
	display: flex;
	color: white;
	justify-content: center;
	flex-direction: column;
	height: 600px;
	width: 510px;
}

.hero .bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero .bg {
	object-fit: cover;
	object-position: center center;
	display: block;
	width: 100%;
	height: 600px;
}

.hero h1 {
	font-family: "Corbert-Medium";
	font-size: 40px;
	letter-spacing: 0.04em;
	font-weight: 400;
	line-height: 1.2;
}

.hero h1 span {
	font-family: "Corbert-Bold";
	color: #989898;
	display: block;
	font-size: 16px;
	letter-spacing: 0.24em;
	margin-bottom: 0.6em;
}

.hero .content p {
	color: white;
	font-size: 16px;
	line-height: 1.3;
	padding: 0;
	/* remove later */
	margin: 1em 0;
}

.button.dark_text,
.alt_button.dark_text {
	margin: 0;
	color: #151718;
}

.button.dark_text:hover,
.alt_button.dark_text:hover {
	color: #25c6e3;
}

.button.dark_text_hover:hover,
.alt_button.dark_text_hover:hover {
	color: #151718;
}

@media (max-width: 1400px) {
	.hero .container {
		max-width: 1020px;
		height: 436px;
		padding: 0;
	}

	.hero .content {
		height: 436px;
		width: 400px;
	}

	.hero .bg {
		height: 436px;
	}

	.hero h1 {
		font-size: 38px;
	}

	.hero h1 span {
		font-size: 14px;
	}

	.hero .content p {
		font-size: 14px;
	}
}

@media (max-width: 1120px) {
	.hero .container {
		max-width: 100%;
		padding: 0 60px;
	}

	.hero .content {
		width: 360px;
	}
}

@media (max-width: 900px) {
	.hero .container {
		padding: 0 40px;
	}

	.hero .content {
		width: 340px;
	}
}

@media (max-width: 840px) {
	.hero .container {
		padding: 0;
		height: auto;
	}

	.hero .content {
		text-align: center;
		width: 100%;
		max-width: 700px;
		padding: 70px 25px 0;
		margin: 0 auto;
		height: auto;
	}

	.hero .bg {
		height: auto;
	}

	.hero .bg-wrap {
		top: auto;
		left: auto;
		position: static;
	}
}

@media (max-width: 480px) {
	.hero h1 {
		font-size: 35px;
	}

	.hero .content {
		padding: 50px 25px 0;
	}
}

@media (max-width: 375px) {
	.hero h1 {
		font-size: 30px;
	}

	.hero .content {
		padding: 40px 20px 0;
	}
}

/* ABOUT/COMPANY PAGE */

/* COMPANY PAGE HERO */

.page-template-company #main {
	background: #29292b;
}

@media (max-width: 840px) {
	#hero-company .content {
		margin-bottom: 36px;
	}

	#hero-company .content picture {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	#hero-company .content {
		margin-bottom: 0;
	}
}

/* COMPANY PAGE SLIDER */

#company-overview {
	padding: 50px 0 90px;
	background: #29292b;
}

#company-overview .container {
	/* change to global? */
	max-width: 1510px;
}

.bx-wrapper {
	background: transparent;
}

.bx-wrapper .bx-controls-direction a {
	width: 45px;
	height: 90px;
}

.bx-wrapper .bx-prev {
	left: 0px;
}

.bx-wrapper .bx-next {
	right: 0px;
}

#company-slider {
	width: 100%;
	height: 706px;
}

#company-slider>div {
	position: relative;
	display: flex !important;
	align-items: center;
	flex-direction: row;
	gap: 50px;
	padding: 52px 0;
}

#company-slider>div .bg {
	background: #151718;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 70px;
}

#company-slider>div picture {
	position: relative;
	z-index: 1;
	width: 724px;
}

#company-slider>div .content {
	position: relative;
	z-index: 1;
	color: white;
	width: 610px;
}

#company-slider>div .content p:not(.section_subheader) {
	padding: 0;
	margin-top: 1em;
	line-height: 1.4em;
	font-size: 16px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0.5);
	transition: 0.2s all linear;
}

#company-overview .bx-wrapper .bx-controls-direction a {
	opacity: 1;
	margin-top: 0;
	transform: translateY(-50%);
}

.bx-prev:before,
.bx-next:before {
	font-family: "Survios";
	font-size: 30px;
	color: white;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	text-indent: 0;
}

.bx-prev:hover,
.bx-next:hover {
	background: rgba(0, 0, 0, 1);
}

.bx-prev:before {
	content: "\f032";
}

.bx-next:before {
	content: "\f033";
}

#company-slider p.section_subheader {
	color: #989898;
	margin-top: 0;
	margin-bottom: 0.7em;
	font-weight: 300;
}

#company-slider h2.section_subheader {
	line-height: 1.2;
	color: white;
	font-weight: 400;
	/* font-size: 40px; */
}

@media (max-width: 1620px) {
	#company-overview .container {
		max-width: 1020px;
	}

	#company-slider {
		height: 476px;
	}

	#company-slider>div {
		padding: 36px 0;
	}

	#company-slider>div .bg {
		left: 50px;
	}

	#company-slider>div picture {
		width: 488px;
	}

	#company-slider>div .content {
		width: 400px;
		max-width: calc(100% - 600px);
	}

	#company-overview .bx-wrapper .bx-controls-direction a {
		width: 30px;
		height: 60px;
		font-size: 20px;
	}

	.bx-prev:before,
	.bx-next:before {
		font-size: 20px;
	}

	#company-slider>div .content p {
		font-size: 14px;
	}
}

@media (max-width: 1160px) {
	#company-slider {
		gap: 30px;
		height: 420px;
	}

	#company-slider>div picture {
		width: 420px;
	}

	#company-overview .container {
		max-width: calc(100% - 80px);
	}

	#company-slider>div .content {
		max-width: calc(100% - 520px);
	}

	#company-overview {
		padding-bottom: 70px;
	}
}

@media (max-width: 900px) {
	#company-slider {
		height: auto;
	}

	#company-slider>div .bg {
		left: 0;
		top: 78px;
	}

	#company-slider>div {
		flex-direction: column;
		align-content: center;
		gap: 38px;
		padding: 0 0 80px;
	}

	#company-slider>div picture {
		width: 100%;
		max-width: calc(100% - 150px);
		height: auto;
	}

	#company-slider>div .content {
		max-width: calc(100% - 150px);
		width: 100%;
		text-align: center;
	}

	#company-overview .bx-wrapper .bx-controls-direction a {
		margin-top: 39px;
	}
}

@media (max-width: 640px) {
	#company-overview .container {
		max-width: calc(100% - 50px);
	}

	#company-slider>div .bg {
		left: 0;
		top: 42px;
	}

	#company-slider>div {
		gap: 16px;
		padding: 0 0 44px;
	}

	#company-slider>div picture {
		max-width: calc(100% - 60px);
	}

	#company-slider>div .content {
		max-width: calc(100% - 60px);
	}

	#company-overview .bx-wrapper .bx-controls-direction a {
		margin-top: 21px;
	}
}

@media (max-width: 480px) {
	#company-overview {
		padding: 36px 0 40px;
	}

	#company-overview .container {
		max-width: calc(100% - 40px);
	}

	#company-slider .section_subheader {
		font-size: 28px;
	}

	#company-overview .bx-wrapper .bx-controls-direction a {
		width: 23px;
		height: 46px;
		font-size: 15px;
	}

	#company-overview .container {
		max-width: 100%;
	}
}

@media (max-width: 375px) {
	#company-slider>div picture {
		max-width: calc(100% - 40px);
	}

	#company-slider>div .content {
		max-width: calc(100% - 40px);
	}

	#company-slider .section_subheader {
		font-size: 24px;
	}
}

/* COMPANY TIMELINE */

#company-timeline {
	background: #29292b;
	color: white;
}

#company-time p.section_subheader {
	color: #9b9a9a;
}

#company-timeline .container {
	max-width: 1100px;
}

#company-timeline .section_subheader {
	text-align: center;
}

#timeline {
	list-style-type: none;
	margin: 85px 0 100px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

#timeline li {
	display: flex;
	align-items: flex-start;
	overflow: visible;
	margin-bottom: 25px;
	padding: 0;
	position: relative;
}

#timeline li.left {
	justify-content: flex-end;
	flex-direction: row-reverse;
}

#timeline li.right {
	flex-direction: row;
	justify-content: flex-end;
}

#timeline li .line {
	width: 126px;
	height: 11px;
	margin-top: 62px;
}

#timeline li.left .line {
	margin-left: 40px;
	background: url("assets/images/timeline-connector-left.svg") left center / auto 100% no-repeat;
}

#timeline li.right .line {
	margin-right: 40px;
	background: url("assets/images/timeline-connector-right.svg") right center / auto 100% no-repeat;
}

#timeline li .text {
	background: #1c1c1e;
	padding: 26px 25px 20px;
	min-height: 155px;
	box-sizing: border-box;
}

#timeline li.right .line {
	margin-left: -1px;
}

#timeline li.left h3 {
	margin-left: -1px;
}

#timeline li h3 {
	border: 3px solid #545454;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	color: white;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Corbert-Bold";
	overflow: visible;
}

#timeline li:after {
	background: #4a4a4a;
	width: 2px;
	content: "";
	position: absolute;
	bottom: -17px;
	top: 134px;
	left: 50%;
	margin-left: -1px;
}

#timeline li:last-of-type h3:after {
	display: none;
}

#timeline li:last-of-type::after {
	display: none;
}

#timeline li.right h3 {
	border: 3px solid #848484;
}

#timeline li .content {
	box-shadow: 0 5px 7px #101011;
	margin-top: -27px;
}

#timeline li.right .content {
	margin-left: 2px;
}

#timeline li.left .content {
	margin-right: 2px;
}

#timeline li .content {
	width: 320px;
	overflow: visible;
}

#timeline li .content picture {}

#timeline li p {
	font-size: 16px;
	padding: 0;
	margin: 0.5em 0 0;
}

#timeline li h4 {
	color: #989898;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Siro";
	font-weight: bold;
	line-height: 1.3;
}

@media (max-width: 1280px) {
	#company-timeline .container {
		max-width: 1000px;
	}

	#timeline li .line {
		width: 76px;
		object-fit: cover;
	}

	#timeline li.right .line {
		object-position: right center;
	}

	#timeline li.left .line {
		object-position: left center;
	}

	#timeline li p {
		font-size: 14px;
	}
}

@media (max-width: 1140px) {
	#company-timeline .container {
		max-width: 1000px;
	}

	#timeline li .content {
		width: 240px;
	}

	#company-timeline .container {
		max-width: 780px;
	}

	#company-timeline li .line {
		width: 26px;
	}

	#timeline li.left .line {
		margin-left: 30px;
	}

	#timeline li.right .line {
		margin-right: 30px;
	}

	#timeline {
		margin: 50px 0;
	}

	#timeline li .text {
		padding: 20px 25px;
	}
}

@media (max-width: 839px) {
	#timeline li .content {
		width: 230px;
	}

	#company-timeline .container {
		max-width: 740px;
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	#timeline li {
		align-items: flex-start;
		height: auto;
	}

	#timeline li.left,
	#timeline li.right {
		justify-content: center;
	}

	#timeline li.left {
		flex-direction: row;
	}

	#timeline li.left h3 {
		margin-right: 0;
	}

	#timeline li.right h3 {
		margin-left: 0;
	}

	#timeline li.right .line {
		margin-right: 12px;
	}

	#timeline li.left .line {
		margin-right: 12px;
		margin-left: 0;
		background: url("assets/images/timeline-connector-right-mobile-alt.svg") right center / auto 100% no-repeat;
	}

	#timeline li .content {
		width: 275px;
		height: auto;
		margin-top: 0;
	}

	#timeline li p {
		width: 100%;
	}

	#timeline li .line {
		margin-top: 90px;
	}

	#timeline li h3 {
		margin-top: 28px;
	}

	#timeline {
		margin: 35px 0 20px;
	}

	#timeline li:after {
		bottom: -21px;
		top: 186px;
		margin-left: -156px;
	}
}

@media (max-width: 480px) {

	#timeline li.right h3,
	#timeline li h3 {
		width: 80px;
		height: 80px;
		border-width: 3px;
	}

	#timeline li .line {
		margin-top: 67px;
	}

	#timeline li .content {
		width: 260px;
	}

	#timeline li:after {
		background: #4a4a4a;
		width: 2px;
		content: "";
		position: absolute;
		bottom: -31px;
		top: 130px;
		left: 50%;
		margin-left: -151px;
	}
}

@media (max-width: 414px) {
	#timeline li .content {
		width: 220px;
	}

	#timeline li .text {
		padding: 16px 20px;
	}

	#timeline li:after {
		margin-left: -131px;
	}
}

@media (max-width: 380px) {
	#timeline li .content {
		width: 180px;
	}

	#timeline li .text {
		padding: 12px 16px;
	}

	#timeline li:after {
		margin-left: -111px;
	}
}

@media (max-width: 340px) {
	#timeline li:after {
		display: none;
	}

	#timeline li.right h3,
	#timeline li h3 {
		font-size: 11px;
		height: 70px;
		width: 70px;
		border-width: 2px;
	}

	#timeline li .line {
		margin-top: 58px;
	}
}

@media (min-width: 769px) {
	#timeline-2012 {
		height: 142px;
	}

	#timeline-2013 {
		height: 252px;
	}

	#timeline-2014 {
		height: 203px;
	}

	#timeline-2015 {
		height: 252px;
	}

	#timeline-2016 {
		height: 142px;
	}

	#timeline-2018 {
		height: 232px;
	}

	#timeline-2019 {
		height: 252px;
	}

	#timeline-2020 {
		height: 209px;
	}

	#timeline-2021 {
		height: auto;
	}
}

#company-leadership {
	margin: 56px 0 0 0;
	text-align: center;
	background: #29292b;
	color: white;
}

#captains-list {
	gap: 30px 20px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 50px 0 100px;
	flex-wrap: wrap;
}

#captains-list li {
	width: 300px;
	text-align: center;
	position: relative;
	padding: 0 0 6px;
}

#captains-list li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	top: 115px;
	content: "";
	background: #1c1c1e;
}

#captains-list li .content {
	position: relative;
	z-index: 1;
}

#captains-list li picture {
	width: 250px;
	margin: 0 auto 30px;
	box-shadow: 0 5px 7px #101011;
}

#captains-list li h3 {
	font-size: 19px;
	font-weight: 400;
	color: white;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	font-family: "Corbert-Bold";
}

#captains-list li h4 {
	color: #868686;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 30px 0;
}

#captains-list li hr {
	border-bottom: 1px solid #444;
	width: 130px;
	margin: 0 auto;
}

#captains-list nav.social {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 16px 0 20px;
}

#captains-list nav.social a {
	color: rgba(255, 255, 255, 0.3);
	font-size: 28px;
	transition: 0.2s all linear;
}

#captains-list nav.social a:hover {
	color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1379px) {
	#company-leadership .container {
		max-width: 1020px;
		padding: 0;
	}

	#captains-list {
		margin: 35px 0 90px;
		gap: 24px 20px;
	}

	#captains-list li {
		width: 240px;
	}

	#captains-list li picture {
		width: 209px;
	}

	#captains-list nav.social a {
		font-size: 26px;
	}
}

@media (max-width: 1100px) {
	#captains-list {
		margin-bottom: 74px;
	}

	#company-leadership .container {
		max-width: 672px;
	}

	#captains-list {
		margin: 35px 0 90px;
		gap: 28px 24px;
	}

	#captains-list li {
		width: 324px;
	}

	#captains-list li picture {
		width: 282px;
	}
}

@media (max-width: 740px) {
	#company-leadership .container {
		max-width: calc(100% - 60px);
	}

	#captains-list {
		gap: 22px 16px;
	}

	#captains-list li {
		width: calc(50% - 8px);
	}

	#captains-list li picture {
		width: 87%;
	}
}

@media (max-width: 640px) {
	#company-leadership .container {
		max-width: calc(100% - 40px);
	}

	#captains-list {
		margin-bottom: 40px;
	}

	#captains-list li {
		padding-bottom: 3px;
	}

	#captains-list li h3 {
		font-size: 14px;
	}

	#captains-list li h4 {
		font-size: 12px;
	}

	#captains-list nav.social a {
		font-size: 18px;
	}

	#captains-list li:after {
		top: 76px;
	}

	#captains-list li picture {
		margin-bottom: 20px;
	}
}

@media (max-width: 375px) {
	#captains-list {
		gap: 22px;
		flex-direction: column;
		align-items: center;
	}

	#captains-list li {
		width: 100%;
	}

	#captains-list li picture {
		width: 87%;
		max-width: 220px;
	}
}

/* COMPANY AWARDS */

#company-awards {
	padding-bottom: 60px;
	position: relative;
	background: #29292b;
}

#company-awards::after {
	content: "";
	position: absolute;
	top: 108px;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #222223;
}

#company-awards .container {
	background: #1c1c1e;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	gap: 82px;
	align-items: center;
	padding: 86px 50px;
	position: relative;
	z-index: 1;
}

#company-awards .container picture {
	width: 100%;
	max-width: 730px;
}

@media (max-width: 1379px) {
	#company-awards .container {
		max-width: 1020px;
	}
}

@media (max-width: 1100px) {
	#company-awards .container {
		width: 716px;
		max-width: calc(100% - 40px);
		flex-wrap: wrap;
		gap: 30px;
		padding: 30px;
	}
}

@media (max-width: 480px) {
	#company-awards .container {
		gap: 20px;
		padding: 40px 20px;
	}
}

@media (max-width: 375px) {
	#company-awards .container {
		padding: 30px 20px;
	}
}

/* COMPANY PARTNERS */

#company-partners {
	background: #222223;
	padding-bottom: 70px;
}

#company-partners .container {
	max-width: 1260px;
	text-align: center;
}

#company-partners h2.section_subheader {
	color: white;
	font-family: "Corbert-Bold";
	font-weight: 400;
	color: white;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-size: 16px;
	color: #989898;
	margin: 0 0 2em;
}

#partners-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

#partners-list li {
	width: 300px;
	height: 93px;
}

#partners-list li img {
	width: 100%;
}

@media (max-width: 1379px) {
	#company-partners .container {
		max-width: 1060px;
	}

	#partners-list {
		gap: 17px;
	}

	#partners-list li {
		width: 252px;
		height: 78px;
	}
}

@media (max-width: 1120px) {
	#company-partners .container {
		width: 1060px;
		max-width: calc(100% - 56px);
	}

	#partners-list {
		gap: 17px;
	}

	#partners-list li {
		width: 252px;
		height: 78px;
	}
}

@media (max-width: 580px) {
	#company-partners .container {
		max-width: calc(100% - 40px);
	}

	#partners-list {
		gap: 12px;
		justify-content: center;
	}

	#partners-list li {
		width: calc(50% - 6px);
		height: 66px;
	}
}

/* CAREERS / HR / WORKING WITH US PAGE */

/* HERO */

#hero-careers .content {
	margin-bottom: 1em;
}

@media (max-width: 480px) {
	#hero-careers .content {
		margin-bottom: 0;
	}

	#hero-careers .bg {
		z-index: 2;
	}
}

/* CAREERS - WHY JOIN SURVIOS */

#careers-why-join {
	background: #29292b;
	color: white;
	padding: 100px 0;
}

#careers-why-join .intro {
	text-align: center;
	padding: 0 40px;
}

#careers-why-join .intro p:not(.section_subheader) {
	margin: 1em 0 0;
	padding: 0;
}

#careers-why-join h2.section_subheader {
	font-weight: 300;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
}

#why-join-list {
	list-style-type: none;
	padding: 0;
	margin: 60px 0 0;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

#why-join-list li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 0;
}

#why-join-list li:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	top: 0;
	left: 40px;
	border: 1px solid #494949;
}

#why-join-list li .content {
	padding: 0 40px;
	z-index: 1;
}

#why-join-list li .content h3 {
	color: #0cc5e4;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Corbert-Bold";
	font-weight: 400;
	margin: 0 0 0.5em;
}

#why-join-list li .content p {
	padding: 0;
}

#why-join-list li .img {
	background: #1c1c1e;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
	flex-shrink: 0;
	z-index: 1;
}

#why-join-list li img {
	width: auto;
}

@media (max-width: 1379px) {
	#careers-why-join {
		padding: 70px 0;
	}

	#careers-why-join .container {
		max-width: 1180px;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	#careers-why-join .intro {
		padding: 0;
	}

	#careers-why-join {
		padding: 60px 0;
	}

	#careers-why-join .container {
		display: block;
		padding: 0 30px;
	}

	#careers-why-join .content {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		padding: 0 40px;
	}

	#why-join-list {
		align-items: center;
		margin-top: 40px;
	}

	#why-join-list li {
		flex-direction: column;
		padding: 0;
		max-width: 405px;
	}

	#why-join-list li:after {
		left: 0;
		top: 40px;
	}

	#why-join-list li .content {
		padding: 40px;
	}

	#careers-why-join h2.section_subheader {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	#why-join-list li {
		max-width: 100%;
	}

	#careers-why-join .container {
		padding: 0 20px;
	}

	#why-join-list li .content {
		padding: 30px 20px;
	}
}

@media (max-width: 375px) {
	#careers-why-join {
		padding: 40px 0;
	}
}

/* CAREERS - PERKS */

#careers-perks {
	text-align: center;
	background: #29292b;
	position: relative;
	padding-top: 70px;
}

#careers-perks .container {
	position: relative;
	z-index: 1;
}

#careers-perks .bg-outer-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 1080px;
	min-height: 1000px;
	overflow: hidden;
}

#careers-perks .bg-wrap img {
	width: 100%;
	height: auto;
	opacity: 0.2;
}

#careers-perks .bg-wrap {
	background: black;
}

#careers-perks {
	color: white;
}

#perks-list {
	list-style-type: none;
	padding: 0;
	margin: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px;
}

#perks-list li {
	background: #1c1c1e;
	padding: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
	width: 405px;
}

#perks-list li p {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#perks-list li h3 {
	font-weight: 400;
	font-family: "Corbert-Bold";
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 0.8em;
	color: #0cc5e4;
}

#perks-list li .img {
	border-bottom: 1px solid #29292b;
	position: relative;
	height: 0;
	padding-bottom: 70.11%;
}

#perks-list li .img img {
	position: absolute;
	right: 0;
	bottom: 0;
}

#perks-list li .content {
	padding: 40px 45px;
}

@media (max-width: 1379px) {
	#careers-perks .container {
		max-width: 1080px;
	}

	#perks-list {
		gap: 18px;
	}

	#perks-list li {
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
		width: 348px;
	}
}

@media (max-width: 1140px) {
	#careers-perks .container {
		max-width: 840px;
		padding: 0 30px;
	}

	#perks-list {
		flex-wrap: wrap;
		gap: 18px;
	}

	#perks-list li {
		width: calc(50% - 9px);
	}
}

@media (max-width: 767px) {
	#careers-perks {
		padding-top: 50px;
	}
}

@media (max-width: 640px) {
	#perks-list {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}

	#perks-list li {
		width: 100%;
		max-width: 405px;
	}
}

@media (max-width: 480px) {
	#careers-perks .container {
		padding: 0 20px;
	}

	#perks-list li {
		width: 100%;
		max-width: 100%;
	}

	#perks-list li .content {
		padding: 30px 20px;
	}
}

@media (max-width: 375px) {
	#careers-perks {
		padding-top: 40px;
	}

	#perks-list {
		margin-top: 20px;
	}

	#perks-list li .img {
		border-bottom: 1px solid #29292b;
		/* height: 200px; */
	}
}

/* CAREERS - MAIN/FEATURE SECTIONS */

#careers-features {
	background: #29292b;
	padding: 80px 0 75px;
	color: white;
}

#features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.careers-feature {
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
	margin-bottom: 70px;
	width: calc(50% - 10px);
	padding: 60px 0;
	gap: 54px;
	justify-content: left;
	width: 100%;
}

.careers-feature .content {
	position: relative;
	z-index: 1;
	width: 580px;
	padding: 0;
	margin-top: 0;
}

.careers-feature .content p:not(.section_subheader) {
	padding: 0;
	margin: 1em 0 0;
}

.careers-feature .button,
.careers-feature .alt_button {
	margin: 2em 0 0;
}

.careers-feature picture {
	width: 540px;
	position: relative;
	z-index: 1;
	box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.3);
}

.careers-feature .bg {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 60px;
	top: 0;
	border: 1px solid #494949;
}

.careers-feature address {
	font-size: 18px;
	font-style: normal;
	margin: 1.5em 0 1em;
}

@media (max-width: 1379px) {
	#careers-features .container {
		max-width: 1180px;
	}

	.careers-feature {
		padding: 55px 0;
		gap: 50px;
		/* padding: 0 40px 60px; */
	}

	.careers-feature .content {
		width: 545px;
	}

	.careers-feature picture {
		width: 505px;
	}

	.careers-feature h2.section_subheader {
		font-size: 28px;
	}
}

@media (max-width: 1260px) {
	#careers-features {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	#careers-features .container {
		max-width: 840px;
		padding: 0 30px;
	}

	#features-list {
		gap: 54px;
	}

	.careers-feature {
		padding: 0 75px 60px;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 0;
		width: 100%;
		gap: 0;
	}

	.careers-feature picture {
		width: 100%;
	}

	.careers-feature .content {
		text-align: center;
		/* font-size: 14px; */
		margin-top: 40px;
		width: 100%;
	}

	.careers-feature .bg {
		left: 0;
		top: 80px;
	}

	.careers-feature address {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	#careers-features {
		padding-top: 50px;
	}
}

@media (max-width: 640px) {
	.careers-feature {
		padding: 0 30px 45px;
	}
}

@media (max-width: 480px) {
	#careers-features .container {
		padding: 0 20px;
	}
}

@media (max-width: 375px) {
	#careers-features {
		padding-top: 40px;
	}

	.careers-feature {
		padding: 0 20px 40px;
	}

	.careers-feature .content {
		margin-top: 30px;
	}
}

/* CAREERS - INTERNSHIPS */

#careers-feature-internships {
	background: #1b1b1c;
	position: relative;
	padding: 95px 96px 148px;
	margin-bottom: 100px;
	height: 630px;
}

#careers-feature-internships .content {
	width: 500px;
	/* font-size: 17px; */
	position: relative;
	z-index: 1;
}

#careers-feature-internships .content p:not(.section_subheader) {
	margin-bottom: 1em;
	padding: 0;
}

#careers-feature-internships .content p:not(.section_subheader):last-of-type {
	margin-bottom: 0;
}

#careers-feature-internships picture {
	position: absolute;
	right: -32.5px;
	top: 0;
	bottom: -52px;
	width: auto;
	justify-content: end;
}

#careers-feature-internships picture img {
	width: auto;
	height: 100%;
}

#careers-feature-internships .content .alt_button {
	margin: 0;
}

#careers-feature-internships p.section_subheader {
	/* margin-bottom: 1em; */
}

#careers-feature-internships h2 {
	font-weight: 400;
	margin-bottom: 30px;
}

@media (max-width: 1379px) {
	#careers-feature-internships {
		padding: 120px 70px 160px;
	}

	#careers-feature-internships h2 {
		font-size: 28px;
	}

	#careers-feature-internships .content {
		width: 465px;
		/* font-size: 14px; */
	}

	#careers-feature-internships picture {
		/* top: -63px;
		bottom: -53px; */
	}
}

@media (max-width: 1260px) {
	#careers-feature-internships {
		margin-top: 50px;
		margin-bottom: 80px;
		flex-direction: column;
		padding: 0;
		gap: 0;
		height: auto;
	}

	#careers-feature-internships .content {
		width: 100%;
		padding: 70px;
		text-align: center;
	}

	#careers-feature-internships picture {
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: -13.2%;
		transform: translateY(13.2%);
		justify-content: start;
	}

	#careers-feature-internships picture img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 640px) {
	#careers-feature-internships picture {
		margin-top: -17%;
		transform: translateY(17%);
	}

	#careers-feature-internships .content {
		padding: 50px 30px 40px;
	}
}

@media (max-width: 480px) {
	#careers-feature-internships .content {
		padding: 50px 20px 40px;
	}
}

@media (max-width: 375px) {
	#careers-feature-internships {
		margin-top: 40px;
	}

	#careers-feature-internships .content {
		padding-top: 40px;
	}
}

/* CAREERS - NOTES */

#careers-notes h3 {
	font-family: "Corbert-Medium";
	font-weight: 400;
	font-size: 20px;
	margin-top: 0.8em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* #careers-notes p {
	font-size: 18px;
} */

@media (max-width: 1260px) {
	#careers-notes {
		text-align: center;
	}
}

@media (max-width: 480px) {
	#careers-notes h3 {
		font-size: 18px;
	}

	#careers-notes p {
		font-size: 16px;
	}
}

@media (max-width: 375px) {
	#careers-notes h3 {
		font-size: 16px;
	}

	#careers-notes p {
		font-size: 16px;
	}
}

/* GAMES GALLERY PAGE */

#games-intro {
	padding: 80px 0 80px;
	background: #29292b;
	color: white;
	text-align: center;
}

#games-intro .container {
	padding: 0 45px;
}

#games-intro h2 {
	font-weight: 400;
	font-size: 40px;
}

#games-intro p:not(.section_subheader) {
	padding: 0;
	margin-top: 1em;
}

#games-list-wrap {
	background: #29292b;
	padding-bottom: 100px;
	text-align: center;
}

.games-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.games-list li {
	width: calc(33.33% - 20px);
	background: #151718;
	padding: 0;
	transition: 0.2s all linear;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 5px 0px;
}

.games-list li:hover {
	box-shadow: rgb(0 0 0 / 90%) 0px 7px 15px 0px;
}

.games-list li:hover .platforms-list i {
	color: #b5b5b5;
}

.games-list li a:hover {
	text-decoration: none;
}

.games-list li .content {
	padding: 24px;
	text-align: center;
}

.games-list li .content h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Corbert-Medium";
	font-weight: 400;
	margin: 0 0 12px;
	color: white;
}

.games-list li .platforms-list {
	color: #505152;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	font-size: 12px;
	font-family: "Corbert-Medium";
}

.games-list li .platforms-list i {
	color: #505152;
	font-size: 16px;
	display: block;
	transition: 0.2s all linear;
}

.games-list li .platforms-list i.fa-oculus-icon {
	font-size: 11px;
}

.games-list li .platforms-list i.fa-vive-icon {
	font-size: 14px;
}

#games-list-wrap h2 {
	margin: 90px 0 36px;
	font-family: "Corbert-Medium";
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: white;
	letter-spacing: 0.04em;
}

.games-list li img {
	width: 100%;
	height: auto;
	transition: 0.2s all linear;
}

.games-list li:hover img {
	transform: scale(110%);
}

.games-list li picture {
	overflow: hidden;
}

.games-list li:hover h3 {
	font-family: "Corbert-Bold";
}

#game-laurels {
	justify-content: center;
	display: flex;
	gap: 42px 22px;
	margin-top: 60px;
	flex-wrap: wrap;
}

#game-laurels picture {
	width: 154px;
}

@media (max-width: 1379px) {
	#games-intro .container {
		max-width: 920px;
		gap: 20px;
		padding: 0;
	}

	#games-list-wrap .container {
		max-width: 1020px;
	}

	.games-list {
		gap: 24px;
	}

	.games-list li {
		width: calc(33.33% - 16px);
	}

	.games-list li .content {
		padding: 20px;
	}

	.games-list li .content h3 {
		margin: 0 0 12px;
	}
}

@media (max-width: 1140px) {
	#games-intro {
		padding: 60px 0;
	}

	#games-intro .container {
		max-width: 840px;
		gap: 14px;
		padding: 0 30px;
	}

	#games-list-wrap {
		background: #29292b;
		padding-bottom: 60px;
	}

	#games-list-wrap .container {
		max-width: 710px;
		padding: 0 30px;
	}

	#games-list-wrap h2 {
		margin: 50px 0 36px;
	}

	#games-intro h2 {
		/* font-size: 34px; */
	}

	.games-list li {
		width: calc(50% - 12px);
	}
}

@media (max-width: 767px) {
	#games-intro {
		padding: 40px 0 60px;
	}

	#games-intro h2 {
		font-size: 28px;
	}
}

@media (max-width: 640px) {}

@media (max-width: 480px) {

	#games-list-wrap .container,
	#games-intro .container {
		padding: 0 20px;
	}

	.games-list {
		gap: 18px;
		flex-direction: column;
		align-items: center;
	}

	.games-list li {
		width: 100%;
		max-width: 366px;
	}
}

/* SINGLE GAME PAGE */

#single-game-wrap {
	margin-top: 70px;
	padding: 100px 0 90px;
	background: #29292b;
	color: white;
	position: relative;
}

.bg-top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center center;
}

#single-game-inner {
	position: relative;
	z-index: 1;
}

#single-game-inner>* {
	float: left;
}

#game-cover {
	width: 300px;
	display: flex;
}

#game-cover img {
	width: 100%;
	height: auto;
	box-shadow: rgb(0 0 0 / 60%) 0px 0px 10px 0px;
}

#game-overview {
	margin-left: 50px;
	width: 910px;
	color: white;
}

#game-overview h1 {
	font-family: "Corbert-Bold";
	font-weight: 400;
	line-height: 1.2;
	font-size: 20px;
	margin: 80px 0 1em;
}

#game-overview .excerpt {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 2em;
}

#game-overview .game-platforms {
	color: white;
	font-size: 26px;
	display: flex;
	gap: 13px;
}

#game-overview .game-platforms .fa-playstation {
	font-size: 28px;
}

#game-details {
	width: 300px;
	margin-top: 10px;
	clear: left;
}

#game-details h3 {
	font-family: "Siro";
	font-size: 13px;
	color: #808080;
	margin: 30px 0 3px;
	font-weight: 700;
	text-transform: uppercase;
}

#game-details p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.4;
}

.game-rating-img {
	width: 100%;
	max-height: 140px;
	object-fit: contain;
	object-position: 0 0;
	margin-top: 3px;
}

#single-game-inner h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Corbert-Medium";
	margin-bottom: 1em;
}

#game-videos,
#game-stores,
#game-screenshots,
#game-requirements {
	margin-left: 50px;
	width: 910px;
	margin-bottom: 35px;
}

#game-requirements {
	margin-left: 350px;
}

.game-stores-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.game-stores-list a {
	background-color: #151718;
	/* width: 190px;
	height: 55px; */
	width: 174px;
	height: 52px;
	display: block;
	transition: 0.2s all ease-in;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.game-stores-list a span {
	display: none;
}

.game-stores-list a:hover {
	background-color: #0cc6e5;
}

.game-stores-list a.amazon {
	background-image: url("../solaria/assets/images/btn-po-amazon.svg");
}

.game-stores-list a.amazon:hover {
	background-image: url("../solaria/assets/images/btn-po-amazon-hover.svg");
}

.game-stores-list a.gamestop {
	background-image: url("../solaria/assets/images/btn-po-gamestop.svg");
}

.game-stores-list a.gamestop:hover {
	background-image: url("../solaria/assets/images/btn-po-gamestop-hover.svg");
}

.game-stores-list a.target {
	background-image: url("../solaria/assets/images/btn-po-target.svg");
}

.game-stores-list a.target:hover {
	background-image: url("../solaria/assets/images/btn-po-target-hover.svg");
}

.game-stores-list a.walmart {
	background-image: url("../solaria/assets/images/btn-po-walmart.svg");
}

.game-stores-list a.walmart:hover {
	background-image: url("../solaria/assets/images/btn-po-walmart-hover.svg");
}

.game-stores-list a.playstation {
	background-image: url("../solaria/assets/images/btn-po-playstation-store.svg");
}

.game-stores-list a.playstation:hover {
	background-image: url("../solaria/assets/images/btn-po-playstation-store-hover.svg");
}

.game-stores-list a.quest {
	background-image: url("../solaria/assets/images/btn-po-oculus.svg");
}

.game-stores-list a.quest:hover {
	background-image: url("../solaria/assets/images/btn-po-oculus-hover.svg");
}

.game-stores-list a.bestbuy {
	background-image: url("../solaria/assets/images/logo-best-buy.svg");
}

.game-stores-list a.bestbuy:hover {
	background-image: url("../solaria/assets/images/logo-best-buy-hover.svg");
}

.game-stores-list a.external {
	background-image: url("../solaria/assets/images/btn-po-game-website.svg");
}

.game-stores-list a.external:hover {
	background-image: url("../solaria/assets/images/btn-po-game-website-hover.svg");
}

.game-stores-list a.steam {
	background-image: url("../solaria/assets/images/btn-po-steam.svg");
}

.game-stores-list a.steam:hover {
	background-image: url("../solaria/assets/images/btn-po-steam-hover.svg");
}

.game-stores-list a.viveport {
	background-image: url("../solaria/assets/images/btn-po-viveport.svg");
}

.game-stores-list a.viveport:hover {
	background-image: url("../solaria/assets/images/btn-po-viveport-hover.svg");
}

.game-stores-list a.nvidia {
	background-image: url("../solaria/assets/images/btn-po-nvidia.svg");
}

.games-media-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: left;
}

.games-media-list li {
	padding: 0;
	width: 294px;
	position: relative;
}

.games-media-list li img {
	width: 100%;
	height: auto;
}

.games-media-list li a {
	display: flex;
}

.games-media-list li a i {
	opacity: 0.6;
	transition: 0.2s all linear;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 76px;
	color: white;
}

.games-media-list li:hover a i {
	opacity: 0.8;
}

.requirements-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	gap: 120px;
	font-size: 15px;
}

.requirements-list li {
	width: 375px;
}

.requirements-list h3 {
	color: #808080;
	font-size: 13px;
	font-weight: bold;
	font-family: Siro;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}

.requirements-list p {
	padding: 0;
}

@media (max-width: 1379px) {
	#single-game-wrap {
		padding: 70px 0 60px;
	}

	#single-game-wrap .container {
		max-width: 1020px;
	}

	#game-overview {
		margin-left: 40px;
		width: 620px;
	}

	#game-overview .excerpt {
		font-size: 14px;
	}

	#game-details {
		width: 200px;
	}

	#game-details h3 {
		font-size: 17px;
		margin: 26px 0 0;
	}

	#game-details p {
		font-size: 15px;
	}

	#game-videos,
	#game-stores,
	#game-screenshots,
	#game-requirements {
		margin-left: 40px;
		width: 720px;
		/* margin-bottom: 32px; */
	}

	#game-requirements {
		margin-left: 240px;
	}

	.game-stores-list {
		gap: 8px;
	}

	.games-media-list {
		gap: 10px;
	}

	.games-media-list li {
		width: 233.33px;
	}

	.requirements-list {
		gap: 45px;
	}

	#game-stores {
		margin-top: 36px;
	}
}

@media (max-width: 1020px) {
	#single-game-wrap {
		padding: 30px 0 40px;
	}

	#single-game-wrap .container {
		max-width: 780px;
		padding: 0 30px;
	}

	#single-game-inner {
		display: flex;
		flex-wrap: wrap;
	}

	#single-game-inner>* {
		float: none;
	}

	#game-cover {
		width: 280px;
		padding-bottom: 40px;
	}

	#game-overview {
		margin-left: 30px;
		width: calc(100% - 310px);
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 40px;
	}

	#game-details {
		width: 100%;
		order: 6;
		display: flex;
		flex-wrap: wrap;
		margin: 10px 0 20px;
	}

	#game-details>div {
		text-align: center;
		width: 33.33%;
		margin-bottom: 30px;
	}

	#game-details h3 {
		font-size: 17px;
		margin: 0;
	}

	#game-details p {
		font-size: 14px;
	}

	#game-videos,
	#game-stores,
	#game-screenshots,
	#game-requirements {
		margin-left: 0;
		width: 100%;
		margin-bottom: 32px;
		text-align: center;
	}

	#game-requirements {
		margin-left: 0;
		order: 7;
	}

	.game-stores-list {
		/* gap: 0; */
		justify-content: center;
	}

	/* .game-stores-list a {
		width: 170px;
	} */

	#game-requirements h3 {
		font-size: 16px;
	}

	.games-media-list {
		justify-content: center;
	}

	.games-media-list li {}

	.requirements-list {
		text-align: center;
		font-size: 14px;
		justify-content: center;
	}

	#game-stores {
		margin-top: 32px;
	}

	.game-rating-img {
		max-width: 120px;
		max-height: 100px;
		object-position: center center;
	}
}

@media (max-width: 779px) {
	.game-platforms a {
		width: 150px;
	}

	.game-stores-list {
		gap: 8px;
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media (max-width: 640px) {
	.bg-top {
		height: 530px;
	}

	#game-cover {
		width: 100%;
		justify-content: center;
		padding: 0;
	}

	#game-cover img {
		width: 200px;
	}

	#game-overview {
		text-align: center;
		width: 100%;
		margin: 0;
		display: block;
	}

	.game-platforms {
		justify-content: center;
		margin-top: 6px;
	}

	#game-overview h1 {
		margin-top: 1.7em;
		font-size: 18px;
	}

	#game-overview .excerpt {
		min-height: 4em;
	}

	.games-media-list {
		gap: 8px;
	}

	.games-media-list li {
		width: calc(50% - 4px);
	}

	#game-details>div {
		width: 50%;
	}

	#game-details h3 {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	#single-game-wrap .container {
		padding: 0 20px;
	}

	.requirements-list {
		display: block;
	}

	.requirements-list li {
		text-align: center;
		width: 100%;
	}

	.requirements-list li:first-of-type {
		margin-bottom: 2em;
	}

	.games-media-list li a i {
		font-size: 12vw;
	}
}

@media (max-width: 440px) {
	#game-cover img {
		width: auto;
		height: 260px;
	}
}

@media (max-width: 390px) {
	.bg-top {
		height: 550px;
	}

	/* 
	.game-stores-list a {
		width: calc(50% - 4px);
	} */
}

@media (max-width: 375px) {
	.requirements-list h3 {
		font-size: 15px;
	}

	.requirements-list {
		font-size: 13px;
	}
}

/* PRESS PAGE */

.grid-list-blog,
.grid-list .alm-reveal {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 30px;
	margin-bottom: 24px;
	justify-content: center;
}

.grid-list-blog {
	margin-bottom: 44px;
}

.grid-list .alm-listing {
	margin-bottom: 20px;
}

.grid-item {
	width: calc(33.33% - 20px);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	display: flex;
	flex-direction: column;
}

.press-item .featured-image {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.press-item .featured-image img {
	max-width: 60%;
	width: auto;
	height: auto;
	max-height: 60%;
}

.blog-item .featured-image img {
	width: 100%;
	height: 225px;
	object-position: center center;
	object-fit: cover;
}

.grid-item .content {
	padding: 35px;
	height: auto;
}

.grid-item img {
	width: 100%;
	height: auto;
}

.press-item .content {
	padding: 0 35px 35px;
}

.grid-item h3 {
	font-size: 18px;
	font-family: "Siro";
	line-height: 1.3;
	font-weight: 400;
	margin: 0 0 18px;
}

.grid-item h3 a {
	color: #1d1d1d;
}

.grid-item .excerpt {
	line-height: 1.3;
}

.grid-item p {
	padding: 0;
	margin: 18px 0;
	font-size: 13px;
}

.grid-item p:last-of-type {
	margin-bottom: 0;
}

.grid-item .alt_button {
	margin: 0;
}

.grid-item .block-link {
	display: block;
}

.grid-item .block-link .featured-image {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#in-the-press {
	margin-bottom: 45px;
}

.blog-item .blog_postdate_circle {
	top: 225px;
	transform: translate(-50%, -50%);
}

.blog-item h3 {
	margin-top: 0.5em;
}

.blog #page-content {
	padding: 80px 0 100px;
}

#press-contacts {
	display: flex;
	gap: 20px;
	margin-top: 70px;
}

#press-contacts>div {
	background: #ececec;
	padding: 25px;
	width: calc(50% - 10px);
	text-align: center;
}

#press-contacts h3 {
	font-size: 20px;
	font-family: "Siro";
	font-weight: 400;
	margin: 0;
}

#press-contacts p {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

#press-contacts a {
	color: #494949;
	text-decoration: underline;
}

.page-template-press #page-content {
	padding: 70px 0 90px;
	color: #494949;
}

@media (max-width: 1379px) {

	.grid-list-blog,
	.grid-list .alm-reveal {
		gap: 20px;
		/* margin-bottom: 24px; */
	}

	.grid-item {
		width: calc(33.33% - 13.33px);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	}

	.blog-item .featured-image img {
		height: 183px;
	}

	.grid-item .content {
		padding: 30px;
	}

	.press-item .content {
		padding: 0 30px 30px;
	}

	#in-the-press {
		/* margin-bottom: 45px; */
	}

	.blog-item .blog_postdate_circle {
		top: 183px;
	}

	#press-contacts {
		margin-top: 50px;
	}

	.blog #page-content {
		padding: 45px 0 60px;
	}
}

@media (max-width: 1139px) {

	.grid-list-blog,
	.grid-list .alm-reveal {
		gap: 20px;
		/* margin-bottom: 24px; */
	}

	.grid-list .alm-listing {
		/* margin-bottom: 20px; */
	}

	.grid-item {
		width: calc(50% - 10px);
	}
}

@media (max-width: 640px) {

	.grid-list-blog,
	.grid-list .alm-reveal {
		flex-direction: column;
		align-items: center;
	}

	.grid-item {
		width: 100%;
		max-width: 440px;
	}

	.page-template-press h2.section-title {
		text-align: center;
	}

	#press-contacts {
		flex-direction: column;
	}

	#press-contacts>div {
		width: 100%;
	}

	.page-template-press #page-content {
		padding: 35px 0 50px;
	}

	.grid-list .alm-listing {
		margin-bottom: 0;
	}

	.blog #page-content {
		padding: 35px 0 50px;
	}
}

@media (max-width: 360px) {
	.grid-item .content {
		padding: 25px;
	}

	.press-item .content {
		padding: 0 25px 25px;
	}

	.press-item .featured-image {
		height: 160px;
	}
}

/* JOB OPENINGS PAGE */

.page-template-jobs #page-content {
	padding: 70px 0;
}

.page-template-jobs .jobs_listing {
	padding: 0;
	margin-bottom: 0;
}

@media (max-width: 840px) {
	.page-template-jobs #page-content {
		padding: 50px 0;
	}
}

/* Aliens */

#aliens-page {
	background: black url(assets/images/aliens/aliens-bg@2x.jpg) center top / 100% auto repeat-y;
	padding-top: 70px;
}

@media (-webkit-max-device-pixel-ratio: 1.5),
(max-resolution: 144dpi) {
	#aliens-page {
		background-image: black url(assets/images/aliens/aliens-bg.jpg);
	}
}

@media (max-width: 840px) {
	#aliens-page {
		background-image: url(assets/images/aliens/aliens-bg-med@2x.jpg);
	}

	@media (-webkit-max-device-pixel-ratio: 1.5),
	(max-resolution: 144dpi) {
		#aliens-page {
			background-image: black url(assets/images/aliens/aliens-bg-med.jpg);
		}
	}
}

@media (max-width: 480px) {
	#aliens-page {
		background-image: url(assets/images/aliens/aliens-bg-sm@2x.jpg);
	}
}

#aliens-page .container {
	max-width: 1400px;
	padding: 0;
}

#aliens-page section {
	background: transparent;
	color: white;
}

#aliens-page section p {
	font-size: 22px;
	line-height: 1.3;
	margin: 1.3em 0;
	padding: 0;
}

#adventure section p {
	font-size: 24px;
	line-height: 1.3;
}

#aliens-page #intro {
	height: calc(100vh - 70px);
	position: relative;
}

#aliens-page #intro .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

#aliens-page #intro .bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover;
}

#aliens-logo {
	max-width: 397px;
}

#aliens-page #intro .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	position: relative;
	z-index: 2;
}

#aliens-arrow-down {
	margin-bottom: 4.6vh;
	margin-top: 6.25vh;
	width: 77px;
	height: 56px;
	background: url(assets/images/aliens/arrow@2x.png) center center / contain no-repeat;
	cursor: pointer;
}

#aliens-page #intro .gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 57.36%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: 1;
	width: 100%;
}

.aliens-section-title {
	color: #28e0e0;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.04em;
	display: flex;
	gap: 18px;
	font-family: "Corbert-Medium";
	justify-content: center;
	align-items: center;
}

.aliens-section-title:after {
	content: "///";
	font-size: 0.9em;
}

.aliens-section-title:before {
	content: "///";
	font-size: 0.9em;
}

#adventure {
	padding: 35px 0 100px;
}

#adventure .container {
	height: 455px;
	background: url(assets/images/aliens/sec-bg-1.svg) center center / contain no-repeat;
}

.aliens-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 980px;
	height: 100%;
	margin: 0 auto;
}

#aliens-page .text-content {
	padding: 10px 0 15px;
}

#game {
	padding: 100px 0;
}

#game .aliens-section-title {
	justify-content: left;
}

#game .container {
	display: flex;
	align-items: center;
	gap: 98px;
	height: 522px;
	box-sizing: content-box;
	padding: 72px 0;
	background: url(assets/images/aliens/bg-sec-x.svg) right center / contain no-repeat;
}

#game .content {
	width: 580px;
}

#game .content p {
	padding: 0;
	margin: 1.3em 0;
}

#game h2.aliens-section-title:after {
	display: none;
}

#aliens-panel {
	width: 604px;
}

#aliens-panel img {
	width: 100%;
	height: auto;
}

#aliens-page section#create {
	color: white;
	background: url(assets/images/aliens/create-bg-l.svg) center center / auto 100% no-repeat;
	height: 589px;
}

#create .container {
	height: 100%;
}

#news {
	padding: 120px 0;
}

#aliens-page section#news .container {
	height: 446px;
	background: url(assets/images/aliens/bg-sec-4@2x.png) center center / contain no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#news .aliens-content {
	display: flex;
	align-items: center;
}

.aliens-btn {
	color: black !important;
	border: none;
	height: 55px;
	line-height: 55px;
	width: 180px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Corbert-Bold";
	position: relative;
	/* box-shadow: rgba(80, 229, 229, 0.6) 0 10px; */
	filter: drop-shadow(0 0 8px rgba(80, 229, 229, 1));
}

.aliens-btn:before {
	clip-path: polygon(0 0, 100% 0, 100% 58.18%, 87.78% 100%, 0 100%);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #28e0e0;
	z-index: -1;
}

#aliens-page #subscribe_email {
	color: #28e0e0;
	border-color: #28e0e0;
	text-align: center;
	background: transparent;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 2em auto 0;
	padding: 0 16px;
	height: 60px;
}

#aliens-page #subscribe_email_container {
	background: transparent;
	margin-bottom: 50px;
}

#aliens-page .input_container {
	height: 60px;
}

#aliens-page #subscription_submit {
	background: transparent;
	cursor: pointer;
}

#aliens-page #subscription_submit:hover {
	text-decoration: underline;
}

#aliens-footer {
	font-size: 11px;
	color: #606060;
	line-height: 1.4;
}

#aliens-page section#aliens-footer {
	padding: 37px 0 35px;
	background: url(assets/images/aliens/dotted-line.svg) 0 0 repeat-x;
}

#aliens-footer .container {
	padding: 30px 75px;
	max-width: 1320px;
	/* height: 86px; */
	box-sizing: border-box;
	background: #404040;
	clip-path: polygon(0 0, 100% 0, 100% 65.12%, 97.73% 100%, 2.27% 100%, 0 65.12%);
	color: #606060;
	position: relative;
}

#aliens-footer .container:before {
	content: "";
	background: black;
	position: absolute;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	clip-path: polygon(0 0, 100% 0, 100% 65.12%, 97.73% 100%, 2.27% 100%, 0 65.12%);
}

#aliens-page #aliens-footer p {
	position: relative;
	font-size: 11px;
	margin: 0;
	text-align: center;
}

#aliens-nav {
	position: fixed;
	top: 50%;
	right: 6vw;
	transform: translateY(-50%);
	z-index: 90;
}

#aliens-nav.static {
	position: absolute;
	top: auto;
	transform: none;
	bottom: 650px;
}

#aliens-nav nav {
	display: flex;
	align-items: right;
	flex-direction: column;
	text-transform: uppercase;
	height: 516px;
	justify-content: space-between;
	text-align: right;
	padding: 1em 0;
	box-sizing: border-box;
}

#aliens-nav a {
	color: #919191;
	font-size: 12px;
	letter-spacing: 0.1em;
	transition: 0.2s all linear;
	position: relative;
}

#aliens-nav a:after {
	display: block;
	width: 13px;
	height: 2px;
	background: #919191;
	position: absolute;
	right: -29px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

#aliens-nav a:hover::after,
#aliens-nav a.active::after {
	background: white;
}

#aliens-nav a:hover {
	color: white;
	text-decoration: none;
}

#aliens-nav a.active {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#aliens-nav-arrow-up,
#aliens-nav-arrow-down {
	width: 10px;
	height: 9px;
}

#aliens-nav-arrow-up {
	background: url(assets/images/aliens/triangle-up.svg) 0 0 / 100% auto no-repeat;
}

#aliens-nav-arrow-down {
	background: url(assets/images/aliens/triangle-down.svg) 0 0 / 100% auto no-repeat;
}

#aliens-nav .tracker {
	position: absolute;
	right: -55px;
	transform: translateY(-50%);
	top: 50%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 13px;
}

#aliens-nav .tracker .bar {
	height: 474px;
	box-sizing: border-box;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow: hidden;
}

#aliens-nav .tracker .bar .img {
	height: 944px;
	background: url(assets/images/aliens/tracker.svg) 0 0 / 100% auto repeat-y;
	width: 100%;
	margin-top: 5px;
}

.tracker-slide {
	animation: tracker-slide 0.5s ease-in-out;
}

#aliens-page .success_msg>*,
#aliens-page .fail_msg>* {
	text-align: center;
	padding: 1px 20px;
}

@keyframes tracker-slide {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-50%);
	}
}

#aliens-unreal {
	height: 53px;
}

@media (max-width: 1680px) {
	#aliens-page .container {
		max-width: 1040px;
	}

	#aliens-page section p,
	#adventure section p {
		font-size: 18px;
	}

	.aliens-section-title {
		font-size: 28px;
		gap: 13px;
	}

	#adventure {
		padding: 80px 0 100px;
	}

	#adventure .container {
		height: 402px;
		background: url(assets/images/aliens/sec-bg-1-large.svg) left center / contain no-repeat;
	}

	.aliens-content {
		width: 740px;
	}

	#aliens-page .text-content {
		padding: 8px 0 12px;
	}

	#game {
		padding: 65px 0 165px;
	}

	#game .container {
		gap: 58px;
		height: 433px;
		padding: 35px 0;
		background: url(assets/images/aliens/bg-sec-x.svg) right center / contain no-repeat;
	}

	#game .content {
		width: 365px;
	}

	#aliens-panel {
		width: 501px;
	}

	#aliens-page section#create {
		height: 574px;
	}

	#aliens-page section#news .container {
		height: 446px;
	}

	#aliens-page #subscribe_email_container {
		margin-bottom: 36px;
	}

	#aliens-footer .container {
		padding: 25px 60px;
		max-width: 1060px;
	}

	#aliens-nav a {
		font-size: 10px;
	}

	#aliens-nav a:after {
		width: 7px;
		right: -20px;
	}

	#aliens-nav .tracker {
		right: -47px;
	}

	#aliens-unreal {
		height: 36px;
	}
}

@media (max-width: 1239px) {
	#aliens-nav {
		display: none !important;
	}

	#aliens-page .container {
		max-width: 780px;
		width: calc(100% - 40px);
	}

	#aliens-page section p,
	#adventure section p {
		font-size: 16px;
	}

	#aliens-page #intro {
		height: 600px;
	}

	#aliens-logo {
		width: 289px;
	}

	#aliens-arrow-down {
		margin-bottom: 0;
		margin-top: 40px;
		width: 56px;
		height: 41px;
	}

	#aliens-page #intro .gradient {
		height: 65%;
		bottom: 0%;
	}

	.aliens-section-title {
		font-size: 24px;
		gap: 12px;
	}

	#adventure {
		padding: 90px 0;
	}

	#adventure .container {
		height: 265px;
		background: url(assets/images/aliens/sec-bg-1-med.svg) left center / contain no-repeat;
	}

	.aliens-content {
		width: 660px;
		max-width: 100%;
	}

	#game {
		padding: 50px 0;
		text-align: center;
	}

	#game .aliens-section-title {
		justify-content: center;
	}

	#game .container {
		flex-direction: column;
		gap: 40px;
		height: 495px;
		padding: 0;
		background: url(assets/images/aliens/game-bg-med.svg) right center / contain no-repeat;
	}

	#game .content {
		width: 660px;
		max-width: 100%;
	}

	#game h2.aliens-section-title:after {
		display: inline-block;
	}

	#aliens-panel {
		width: 100%;
	}

	#aliens-panel picture {
		display: flex;
		justify-content: center;
	}

	#aliens-panel img {
		object-fit: contain;
		min-height: 205px;
		width: 100%;
		max-width: 523px;
	}

	#aliens-page section#create {
		background: url(assets/images/aliens/create-bg-med.svg) center center / auto 100% no-repeat;
		height: 400px;
	}

	#create {
		margin-top: 75px;
	}

	#news {
		padding: 150px 0 165px;
	}

	#aliens-page section#news .container {
		height: 290px;
	}

	#aliens-footer .container {
		padding: 20px 40px;
		max-width: 780px;
		width: calc(100% - 40px);
	}

	#aliens-unreal {
		height: 28px;
	}
}

@media (max-width: 768px) {
	#aliens-page #intro {
		height: 600px;
	}

	#aliens-page #intro .gradient {
		height: 50%;
	}

	.aliens-section-title {
		font-size: 20px;
		gap: 9px;
	}

	#adventure {
		padding: 90px 0 45px;
	}

	#adventure .container {
		height: 268px;
		background: url(assets/images/aliens/adventure-bg-sm.svg) left center / auto 100% no-repeat;
	}

	#game {
		padding: 45px 0;
	}

	#game .container {
		height: 435px;
		background: url(assets/images/aliens/game-bg-sm.svg) center center / contain no-repeat;
	}

	#aliens-page section#create {
		background: url(assets/images/aliens/create-bg-sm.svg) center center / auto 100% no-repeat;
		height: 455px;
	}

	#create {
		margin-top: 30px;
	}

	#news {
		padding: 75px 0;
	}

	#aliens-page section#news .container {
		height: 435px;
		background: url(assets/images/aliens/news-bg-sm.svg) center center / contain no-repeat;
	}

	#news .aliens-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#aliens-footer .container {
		padding: 15px 25px;
	}

	#aliens-unreal {
		height: 36px;
	}

	#aliens-page #intro {
		height: auto;
	}

	#aliens-page #intro .container {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
	}

	#aliens-page #intro .bg {
		height: 0;
		padding-bottom: 89.375%;
		position: relative;
	}

	#aliens-panel img {
		min-height: auto;
	}

	#news .aliens-content {
		width: 100%;
		max-width: 440px;
	}

	#news form {
		width: 100%;
	}

	#aliens-page #subscribe_email {
		margin-top: 0;
	}
}

@media (max-width: 414px) {
	.aliens-section-title {
		font-size: 16px;
	}
}

#playtesting-page {
	background: #29292b;
	padding-bottom: 80px;
}

#playtesting-page .hero {
	background: #1b1a1d;
}

#playtesting-page section {
	background: #29292b;
	color: white;
}

#playtesting-page .intro {
	margin-top: 80px;
	text-align: center;
	border: 1px solid #494949;
	padding: 60px 40px 35px;
}

#playtest-features-list {
	margin: 80px 0 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	list-style: none;
	padding: 0;
}

#playtest-features-list li {
	background-color: #1b1b1c;
	background-position: 100% 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding: 0 95px;
	height: 504px;
}

#playtest-features-list li .content {
	max-width: 420px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#playtest-features-list li .content p {
	font-size: 17px;
}

#playtest-features-list .section-heading h2.section_subheader {
	font-size: 35px;
	margin-bottom: 5px;
}

#playtest-features-list .section-heading p.section_subheader {
	font-size: 13px;
}

#playtest-features-list li p {
	padding: 0;
	margin: 15px 0;
}

#playtest-feature-1 {
	background-image: url(assets/images/playtest/playtesting-feature-1-xl-update@2x.png);
}

#playtest-feature-2 {
	background-image: url(assets/images/playtest/playtesting-feature-2-xl@2x.png);
}

#playtest-feature-3 {
	background-image: url(assets/images/playtest/playtesting-feature-3-xl@2x.png);
}

.webp #playtest-feature-1 {
	background-image: url(assets/images/playtest/playtesting-feature-1-xl-update@2x.webp);
}

.webp #playtest-feature-2 {
	background-image: url(assets/images/playtest/playtesting-feature-2-xl@2x.webp);
}

.webp #playtest-feature-3 {
	background-image: url(assets/images/playtest/playtesting-feature-3-xl@2x.webp);
}

@media (-webkit-max-device-pixel-ratio: 1.25),
(max-resolution: 120dpi) {
	#playtest-feature-1 {
		background-image: url(assets/images/playtest/playtesting-feature-1-xl-update.png);
	}

	#playtest-feature-2 {
		background-image: url(assets/images/playtest/playtesting-feature-2-xl.png);
	}

	#playtest-feature-3 {
		background-image: url(assets/images/playtest/playtesting-feature-3-xl.png);
	}

	.webp #playtest-feature-1 {
		background-image: url(assets/images/playtest/playtesting-feature-1-xl-update.webp);
	}

	.webp #playtest-feature-2 {
		background-image: url(assets/images/playtest/playtesting-feature-2-xl.webp);
	}

	.webp #playtest-feature-3 {
		background-image: url(assets/images/playtest/playtesting-feature-3-xl.webp);
	}
}

#playtest-faq {
	margin-top: 80px;
}

#playtest-faq .section-heading {
	text-align: center;
}

#playtest-faq h3 {
	font-family: "Corbert-Bold";
	font-weight: 400;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #8e8e8e;
	padding-bottom: 18px;
	margin: 60px 0 0;
}

#submit_contact_form a.alt_button#playtest_submit_button {
	margin-top: 5px;
}

.accordion {
	list-style: none;
	padding: 0;
}

.accordion li {
	border-bottom: 1px solid #3a3a3a;
	padding-top: 2px;
}

.accordion li:last-of-type {
	border-bottom: none;
}

.accordion li h4 {
	font-weight: 600;
	font-family: Siro;
	margin: 18px 0;
	cursor: pointer;
	font-size: 16px;
}

.accordion li h4:after {
	font-family: "Survios";
	content: "\f048";
	margin-left: 20px;
}

.accordion li.open h4:after {
	content: "\f02a";
}

.accordion li .answer {
	display: none;
}

.accordion li p {
	margin: 0 0 20px;
	padding: 0;
}

#apply {
	text-align: center;
	background: #1b1b1c;
	text-align: center;
	margin-top: 80px;
}

#apply .panel {
	background: #1b1b1c;
	padding: 60px 30px 55px;
}

#apply #submit_contact_form {
	margin-top: 34px;
}

#apply #submit_contact_form input {
	background: transparent;
	border: 1px solid #494949;
	color: #a5a5a5;
}

#apply #submit_contact_form>.input_field,
#apply #submit_contact_form input[type="text"] {
	max-width: 620px;
	width: 100%;
}

#apply ::-webkit-input-placeholder {
	color: #a5a5a5;
}

#apply ::-moz-placeholder {
	color: #a5a5a5;
}

#apply :-ms-input-placeholder {
	color: #a5a5a5;
}

#apply :-moz-placeholder {
	color: #a5a5a5;
}

#apply #submit_contact_form [data-icon],
#apply #commentform [data-icon] {
	color: #494949;
}

#playtest-questions {
	text-align: center;
	padding: 80px 0;
}

#playtest_form #contact_results {
	margin: 1em 0;
}

@media (max-width: 1379px) {
	#playtesting-page {
		padding-bottom: 70px;
	}

	#playtesting-page .intro {
		margin-top: 70px;
		padding: 50px 40px 25px;
	}

	#playtest-features-list {
		margin: 45px 0 0;
	}

	#playtest-features-list li {
		padding: 0 70px;
		height: 504px;
	}

	#playtest-faq {
		margin-top: 70px;
	}

	#apply {
		margin-top: 70px;
	}

	#playtest-questions {
		padding: 70px 0;
	}


	#playtest-feature-1 {
		background-image: url(assets/images/playtest/playtesting-feature-1-l-update@2x.png);
	}

	#playtest-feature-2 {
		background-image: url(assets/images/playtest/playtesting-feature-2-l@2x.png);
	}

	#playtest-feature-3 {
		background-image: url(assets/images/playtest/playtesting-feature-3-l@2x.png);
	}

	.webp #playtest-feature-1 {
		background-image: url(assets/images/playtest/playtesting-feature-1-l-update@2x.webp);
	}

	.webp #playtest-feature-2 {
		background-image: url(assets/images/playtest/playtesting-feature-2-l@2x.webp);
	}

	.webp #playtest-feature-3 {
		background-image: url(assets/images/playtest/playtesting-feature-3-l@2x.webp);
	}

	@media (-webkit-max-device-pixel-ratio: 1.25),
	(max-resolution: 120dpi) {

		#playtest-feature-1 {
			background-image: url(assets/images/playtest/playtesting-feature-1-l-update.png);
		}

		#playtest-feature-2 {
			background-image: url(assets/images/playtest/playtesting-feature-2-l.png);
		}

		#playtest-feature-3 {
			background-image: url(assets/images/playtest/playtesting-feature-3-l.png);
		}

		.webp #playtest-feature-1 {
			background-image: url(assets/images/playtest/playtesting-feature-1-l-update.webp);
		}

		.webp #playtest-feature-2 {
			background-image: url(assets/images/playtest/playtesting-feature-2-l.webp);
		}

		.webp #playtest-feature-3 {
			background-image: url(assets/images/playtest/playtesting-feature-3-l.webp);
		}

	}
}

@media (max-width: 1139px) {
	#playtest-features-list li {
		padding: 0 54px;
	}

	#playtest-features-list li .section-heading h2.section_subheader {
		font-size: 30px;
	}

	#playtest-features-list li .content {
		max-width: 365px;
	}

	#playtest-feature-1 {
		background-image: url(assets/images/playtest/playtesting-feature-1-m-update@2x.png);
	}

	#playtest-feature-2 {
		background-image: url(assets/images/playtest/playtesting-feature-2-m@2x.png);
	}

	#playtest-feature-3 {
		background-image: url(assets/images/playtest/playtesting-feature-3-m@2x.png);
	}

	.webp #playtest-feature-1 {
		background-image: url(assets/images/playtest/playtesting-feature-1-m-update@2x.webp);
	}

	.webp #playtest-feature-2 {
		background-image: url(assets/images/playtest/playtesting-feature-2-m@2x.webp);
	}

	.webp #playtest-feature-3 {
		background-image: url(assets/images/playtest/playtesting-feature-3-m@2x.webp);
	}

	@media (-webkit-max-device-pixel-ratio: 1.25),
	(max-resolution: 120dpi) {
		#playtest-feature-1 {
			background-image: url(assets/images/playtest/playtesting-feature-1-m-update.png);
		}

		#playtest-feature-2 {
			background-image: url(assets/images/playtest/playtesting-feature-2-m.png);
		}

		#playtest-feature-3 {
			background-image: url(assets/images/playtest/playtesting-feature-3-m.png);
		}

		.webp #playtest-feature-1 {
			background-image: url(assets/images/playtest/playtesting-feature-1-m-update.webp);
		}

		.webp #playtest-feature-2 {
			background-image: url(assets/images/playtest/playtesting-feature-2-m.webp);
		}

		.webp #playtest-feature-3 {
			background-image: url(assets/images/playtest/playtesting-feature-3-m.webp);
		}
	}

}

@media (max-width: 780px) {
	#playtest-features-list li {
		padding: 69.62% 36px 36px;
		background-position: top center;
		background-size: 100% auto;
		height: auto;
	}

	#playtest-features-list li .section-heading h2.section_subheader {
		font-size: 28px;
	}

	#playtest-features-list li .content {
		padding: 0;
		max-width: 100%;
	}

	#playtest-features-list li .content p {
		font-size: 16px;
	}

	#playtest-feature-1 {
		background-image: url(assets/images/playtest/playtesting-feature-1-sm-update@2x.png);
	}

	#playtest-feature-2 {
		background-image: url(assets/images/playtest/playtesting-feature-2-sm@2x.png);
	}

	#playtest-feature-3 {
		background-image: url(assets/images/playtest/playtesting-feature-3-sm@2x.png);
	}

	.webp #playtest-feature-1 {
		background-image: url(assets/images/playtest/playtesting-feature-1-sm-update@2x.webp);
	}

	.webp #playtest-feature-2 {
		background-image: url(assets/images/playtest/playtesting-feature-2-sm@2x.webp);
	}

	.webp #playtest-feature-3 {
		background-image: url(assets/images/playtest/playtesting-feature-3-sm@2x.webp);
	}

	@media (-webkit-max-device-pixel-ratio: 1.25),
	(max-resolution: 120dpi) {
		#playtest-feature-1 {
			background-image: url(assets/images/playtest/playtesting-feature-1-sm-update.png);
		}

		#playtest-feature-2 {
			background-image: url(assets/images/playtest/playtesting-feature-2-sm.png);
		}

		#playtest-feature-3 {
			background-image: url(assets/images/playtest/playtesting-feature-3-sm.png);
		}

		.webp #playtest-feature-1 {
			background-image: url(assets/images/playtest/playtesting-feature-1-sm-update.webp);
		}

		.webp #playtest-feature-2 {
			background-image: url(assets/images/playtest/playtesting-feature-2-sm.webp);
		}

		.webp #playtest-feature-3 {
			background-image: url(assets/images/playtest/playtesting-feature-3-sm.webp);
		}
	}
}

@media (max-width: 767px) {
	#playtesting-page {
		padding-bottom: 60px;
	}

	#playtesting-page .intro {
		margin-top: 60px;
		padding: 40px 20px 15px;
	}

	#playtest-faq {
		margin-top: 60px;
	}

	#playtest-faq h3 {
		margin-top: 35px;
	}

	#playtest-faq h3:first-of-type {
		margin-top: 50px;
	}

	#apply {
		margin-top: 60px;
	}

	#apply .panel {
		background: #1b1b1c;
		padding: 54px 30px 40px;
	}

	#playtest-questions {
		padding: 60px 0;
	}
}

@media (max-width: 414px) {
	#playtest-features-list li {
		padding: 69.62% 30px 30px;
	}
}

@media (max-width: 360px) {
	#playtest-features-list li {
		padding: 69.62% 25px 25px;
	}
}

.jssocials-share-email .jssocials-share-link {
	background: #0a88ff;
}

.jssocials-share-email .jssocials-share-link:hover {
	background: #006ed6;
}

.jssocials-share-copy .jssocials-share-link {
	background: #999;
}

.jssocials-share-copy .jssocials-share-link:hover {
	background: #888;
}