
#location_banner {
	width: 100%;
	height: 6vh;
	background-color: rgb(248, 186, 81);
	display: none;
	text-align: center;
	color: #3a3d4a;
	text-decoration: none;
	line-height: 6vh;
	position: sticky;
	top: 0;
	z-index: 10;
}

#mobile_header {
	display: none;
}

#mobile_nav {
	display: none;
}

header {
	height: 15vh;
	width: 100%;
	background-color: #3A3D4A;
	position: relative;
	text-align: left;
	padding: 0 10%;
	box-shadow: 0px 20px 20px rgba(33, 36, 51, 0.25);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
}

header.variant {
	height: 15vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	position: absolute;
	text-align: left;
	padding: 0 10%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
	z-index: 10;
}

#team_main {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2vh 10%;
}

.team_member {
	align-self: center;
	width: 20%;
	margin: 2.5vh 2.5%;
	position: relative;
	cursor: pointer;
}

.team_member img {
	width: 100%;
}

.team_info {
	width: 100%;
	background-color: white;
	height: 0;
	position: absolute;
	top: 100%;
	z-index: 100;
	text-align: center;
	overflow: hidden;
}

.team_info h3 {
	width: 100%;
	color: #3A3D4A;
	font-size: 20px;
	font-weight: 700;
}

.yellow_bar {
	width: 25%;
	margin: 5% auto;
	border-bottom: solid medium #F8BA51;
}

.team_info h4 {
	color: #80869F;
	font-size: 15px;
	margin-bottom: 5%;
}

.team_info p {
	color: #3A3D4A;
}

#download_hero {
	height: 120vh;
	width: 100%;
	background-image: url("img/hero2.jpg");
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 4% 10% 4% 10%;
}

#download_hero h2 {
	color: white;
	font-weight: 500;
	font-size: 35px;
	margin-bottom: 2%;
}

#download_hero p {
	width: 50%;
	font-size: 16px;
	margin: auto;
	margin-bottom: 4%;
	line-height: 25px;
}

#download_cards {
	width: 100%;
	height: 50%;
	position: relative;
	transform-style: preserve-3d;
}

input[type=radio] {
	display: none;
}

#download_cards img {
	width: 100%;
	cursor: pointer;
	box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}

#download_cards i#left {
	z-index: 2;
	color: white;
	position: absolute;
	left: 0;
	top: 30%;
	cursor: pointer;
}

#download_cards i#right {
	z-index: 2;
	color: white;
	position: absolute;
	right: 0;
	top: 30%;
	cursor: pointer;
}

#cards {
	position: relative;
	width: 100%;
}

.card {
	position: absolute;
	width: 50%;
	left: 25%;
	transition: transform 250ms ease-in-out;
}

#item-1:checked~#cards #download-5,
#item-2:checked~#cards #download-1,
#item-3:checked~#cards #download-2,
#item-4:checked~#cards #download-3,
#item-5:checked~#cards #download-4 {
	transform: translatex(-40%) scale(.8);
	filter: brightness(50%);
	z-index: 0;
}

#item-1:checked~#cards #download-2,
#item-2:checked~#cards #download-3,
#item-3:checked~#cards #download-4,
#item-4:checked~#cards #download-5,
#item-5:checked~#cards #download-1 {
	transform: translatex(40%) scale(.8);
	filter: brightness(50%);
	z-index: 0;
}

#item-1:checked~#cards #download-3,
#item-1:checked~#cards #download-4,
#item-2:checked~#cards #download-4,
#item-2:checked~#cards #download-5,
#item-3:checked~#cards #download-5,
#item-3:checked~#cards #download-1,
#item-4:checked~#cards #download-1,
#item-4:checked~#cards #download-2,
#item-5:checked~#cards #download-2,
#item-5:checked~#cards #download-3,
{
	transform: translatex(0) scale(.8);
	filter: brightness(50%);
	z-index: 0;
}

#item-1:checked~#cards #download-1,
#item-2:checked~#cards #download-2,
#item-3:checked~#cards #download-3,
#item-4:checked~#cards #download-4,
#item-5:checked~#cards #download-5 {
	transform: translatex(0) scale(1);
	filter: brightness(100%);
	z-index: 1;
}

#download_info {
	width: 50%;
	position: relative;
	left: 25%;
	top: 5%;
	text-align: left;
}

#download_info h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 2% 0;
}

#download_info #download_info_copyright {
	color: #F8BA4F;
	font-size: 15px;
	margin: 2% 0;
	width: auto;
}

#download_info #download_info_desc {
	color: white;
	font-size: 15px;
	text-align: left;
	margin: 2% 0;
	width: 100%;
}

#download_info #download_demo_button {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 25%;
	color: white;
	text-decoration: none;
	text-align: right;
}

#contact_hero, #announcement_hero {
	width: 100%;
	height: 50vh;
	background-image: url('/img/contact_header.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(8, 15, 37);
	position: relative;
}

#contact_hero h1, #announcement_hero h1 {
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
	text-transform: none;
	font-weight: 500;
	font-size: 40px;
}

#contact_us, #announcement {
	background-color: rgb(23, 26, 39);
	min-height: 100vh;
	padding: 5% 20%;
	text-align: center;
}

#contact_us p, #announcement p {
	font-size: 18px;
}

#announcement h2, #announcement h3 {
	color: white;
	margin-bottom: 5vh;
}

#announcement h3 {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-top: 5vh;
	font-style: italic;
	font-weight: bold;
}

#contact_form {
	margin-top: 5%;
	text-align: left;
	color: white;
	padding: 0 25%;
}

#contact_form select,
#contact_form button,
#contact_form input,
#contact_form textarea {
	display: block;
	width: 100%;
	margin: 2% 0;
	border: solid white medium;
	background-color: rgb(23, 26, 39);
	color: white;
	padding: 2%;
	font-size: 16px;
}

#contact_form button {
	display: block;
	width: 100%;
	margin: 2% 0;
	border: solid white medium;
	background-color: rgb(23, 26, 39);
	color: #F8BA51;
	padding: 2%;
	font-size: 16px;
}

#contact_form textarea {
	height: 20vh;
}

#contact_form input::placeholder,
#contact_form textarea::placeholder,
#contact_form select:invalid {
	color: #9e9e9e;
	opacity: 1;
	font-size: 16px;
}

#contact_form label {
	color: #9e9e9e;
	opacity: 1;
	font-size: 16px;
	display: inline-block;
}

#contact_form input[type="checkbox"] {
	height: 3vh;
	width: 3vh;
	display: inline-block;
	margin: 3% 2% 3% 0;
	padding: 0;
}

#contact_form input:focus,
textarea:focus {
	background-color: #2D303D;
}

#contact_form input:valid,
#contact_form textarea:valid,
#contact_form select:valid {
	color: #F8BA51;
}

#contact_form button {
	cursor: pointer;
}

#contact_form button:hover {
	cursor: pointer;
	background-color: #2D303D;
}

#contact_form #role,
#contact_form #experience,
#contact_form #portfolio,
#contact_form #order_number
{
	display: none;
	text-align: left;
	width: 100%;
}

#contact_form #success_msg,
#contact_form #failure_msg,
#contact_form #incomplete_msg
{
	display: none;
	text-align: center;
	width: 100%;
}

#contact_form #incomplete_msg {
	text-align: center;
	color: #FF5151;
	margin-top: 5%;
	font-weight: 300;
	font-size: 18px;
}

.form_result {
	font-size: 20px;
	color: #F8BA51;
	text-align: center;
}

#mobile_hero,
#mobile_hero2 {
	display: none;
}

#mobile_hero_content {
	display: none;
}

#mobile_hero_content2 {
	display: none;
}

#hero {
	height: 79vh;
	width: 100%;
	background-image: url("img/hero.jpg");
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#hero_left {
	display: inline-block;
	background-image: url("img/hero_left.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 79vh;
}

#hero_right {
	display: inline-block;
	background-image: url("img/hero_right.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 79vh;
}


#hero_overlay {
	width: 60%;
	height: 100%;
	background-color: rgba(58, 61, 74, 0.85);
	position: absolute;
	left: -20%;
	top: 0;
	transform: skewX(-20deg);
	backdrop-filter: blur(4px);
}

#hero_content {
	position: absolute;
	left: 10%;
	top: 20%;
	width: 30%;
}

#hero_content h1 {
	margin-top: 2vh;
	margin-bottom: 2vh;
}

#hero_content h3 {
	border-bottom: solid thin #F8BA51;
	padding-bottom: 1vh;
}

#hero_content p {
	line-height: 32px;
}

#hero2 {
	height: 90vh;
	width: 100vw;
	background-image: url("img/hero2.jpg");
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 8% 5% 8% 5%;
}

#hero2 h1 {
	margin-bottom: 2.5%;
	font-size: 48px;
}

#hero2 p {
	width: 40%;
	margin: 0 auto 2.5% auto;
	line-height: 32px;
}

#heroTiles {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#heroTiles img {
	width: 32%;
	border: solid #3A3D4A thin;
}

#heroHeadings {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#heroHeadings h2 {
	color: white;
	width: 32%;
	margin: 2% 0 0 0;
	text-transform: uppercase;
	font-size: 32px;
}

#heroDescriptions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#heroDescriptions p {
	color: white;
	width: 20%;
	margin: 2% auto 0 auto;
	font-size: 13px;
}




#mobile_footer {
	display: none;
}

footer {
	height: 45vh;
	width: 100%;
	background-color: #3A3D4A;
	padding: 6vh 10% 0 10%;
	position: relative;
}

#upper_footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	height: 70%;
}

.footer_column {
	width: 9%;
}

.footer_column h3 {
	text-transform: uppercase;
	color: white;
	margin-bottom: 5%;
}

.footer_column hr {
	border-color: #80869F;
	margin-bottom: 10%;
}

.footer_column a {
	display: block;
	color: #C9CCD8;
	text-decoration: none;
	margin-bottom: 10%;
	font-size: 11px;
}

.footer_column a i {
	margin-right: 10%;
}

#lower_footer {
	margin-top: 1%;
	position: absolute;
	bottom: 0;
	width: 80%;
	padding-bottom: 1%;
}

#lower_footer hr {
	margin-bottom: 1%;
}

#shop_front {
	height: 79vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#shop_front_hero {
	display: none;
}

#shop_front_col1 {
	width: 33.33%;
	height: 100%;
	background-image: url('store_common/storeFront1.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 5% 0 10%;
	position: relative;
}

#shop_front_text1 h1 {
	margin: 15% auto 0 auto;
	text-transform: initial;
}

#shop_front_text1 p {
	margin: 5% auto;
	line-height: 32px;
}

#shop_front_text1 .button_type1 {
	margin-top: 10%;
}

#shop_front_col2 {
	width: 33.33%;
	height: 100%;
	background-image: url('store_common/storeFront2.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 5%;
	position: relative;
}

#shop_front_text2 {
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 10%;
}

#shop_front_text2 h1 {
	color: #80869F;
	line-height: 32px;
}

#shop_front_text2 p {
	color: #80869F;
	line-height: 32px;
	margin: 5% auto;
}

#shop_front_col3 {
	width: 33.33%;
	height: 100%;
	background-image: url('store_common/storeFront3.png');
	background-repeat: no-repeat;
	padding: 0 5%;
	background-size: cover;
	position: relative;
}

#shop_front_text3 {
	width: 80%;
	position: absolute;
	top: 5%;
	left: 10%;
}

#shop_front_text3 h1 {
	color: #80869F;
	line-height: 32px;
}

#shop_front_text3 p {
	color: #80869F;
	line-height: 32px;
	margin: 5% auto;
}

.shop_font_sub {
	width: 100%;
}

.shop_front_wide {
	width: 80%;
	height: 35vh;
	margin: 5% 10%;
	text-align: center;
	position: relative;
	background-size: cover;
	text-align: left;
	padding: 3%;
}

.shop_front_wide p {
	width: 35%;
	margin-top: 2%;
	line-height: 32px;
}

.shop_front_wide .button_type1 {
	position: absolute;
	bottom: 10%;
}

#shop_front_wide1 {
	background-image: url('store_common/wide1.png');
}

#shop_front_wide2 {
	background-image: url('store_common/wide2.png');
}

#shop_front_wide3 {
	background-image: url('store_common/wide3.png');
}

#shop_front_wide4 {
	background-image: url('store_common/wide4.png');
}

#cart_icon,
#region_icon {
	cursor: pointer;
}

#basket {
	box-sizing: border-box;
	position: fixed;
	width: 30%;
	height: 100%;
	background-color: white;
	right: 0;
	top: 0;
	z-index: 500;
	transition: all 500ms ease-in-out;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	transform: translateX(100%);
}

#basket_close {
	cursor: pointer;
	margin: 10% 10% 0 0;
	float: right;
}

#basket_title {
	width: 50%;
	color: #80869F;
	font-weight: 100;
	display: inline-block;
	font-size: 18px;
	text-align: left;
	margin: 10%;
}

#empty_basket {
	width: 120%;
	padding: 0 30%;
	margin-top: 10%;
	text-align: center;
	border-top: solid medium #EEEFF3;
	margin-left: -10%;
	display: none;
}

#empty_basket p {
	color: #3A3D4A;
	margin-bottom: 5%;
}

#empty_basket_img {
	width: 50%;
	margin: 2vh 25%;
}

.basket_item {
	width: 100%;
	padding: 10%;
	text-align: left;
	border-top: solid medium #EEEFF3;
	position: relative;
}

.basket_item h4 {
	font-size: 13px;
	color: #80869F;
	margin-bottom: 5%;
	font-weight: 300;
}

.basket_item h2 {
	font-size: 18px;
	color: #3A3D4A;
	margin-bottom: 5%;
}

.basket_item h3 {
	font-size: 18px;
	color: #3A3D4A;
}

#basket_divider {
	width: 120%;
	border-top: solid medium #EEEFF3;
	margin-left: -10%;
}

.basket_item .basket_delete {
	display: inline-block;
	padding: 3%;
	border: solid thin #D1D5E2;
	cursor: pointer;
}

.basket_item .basket_minus {
	display: inline-block;
	padding: 3%;
	border: solid thin #D1D5E2;
	cursor: pointer;
}

.basket_item .basket_qty_count {
	display: inline-block;
	padding: 3% 12%;
	border: solid thin #D1D5E2;
}

.basket_item .basket_plus {
	display: inline-block;
	padding: 3%;
	border: solid thin #D1D5E2;
	cursor: pointer;
}

.basket_item .basket_ctrls {
	position: absolute;
	right: 10%;
	bottom: 20%;
	width: 50%;
	text-align: right;
}

#return_to_store {
	width: 40%;
	margin: 5vh 30%;
}

#basket_checkout {
	margin: 0;
	padding: 10% 10% 5% 10%;
	width: 100%;
	height: 40%;
	position: sticky;
	top: 70%;
	left: 0;
	background-color: white;
	box-shadow: 0px -10px 15px rgba(33, 36, 51, 0.25);
	z-index: 110;
	box-sizing: border-box;
}

#basket_checkout #subtotal_text {
	display: inline-block;
	color: #80869F;
	font-weight: 100;
	width: 50%;
}

#basket_checkout #subtotal {
	display: inline-block;
	color: #3A3D4A;
	font-weight: 700;
	text-align: right;
	width: 50%;
}

#basket_checkout p {
	color: #3A3D4A;
	margin-top: 5%;
}

#basket_checkout .button_type1 {
	margin: 10% 0 0 0;
	width: 100%;
	background-color: #3A3D4A;
	border-color: #3A3D4A;
	color: white;
	height: 5.5vh;
	line-height: 5.5vh;
}

#basket_checkout #paypal_checkout_button img {
	width: 100%;
	margin-top: 10%;
	cursor: pointer;
}

#products_box {
	padding: 8vh 10%;
	background-color: #EEEFF3;
}

#breadcrumb_nav {
	width: 100%;
	font-weight: 700;
	color: #3A3D4A;
	text-transform: uppercase;
	font-size: 13px;
}

#breadcrumb_nav a {
	color: #80869F;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}

#breadcrumb_nav a:hover {
	color: #3A3D4A;
}

#product_filter {
	margin-top: 4vh;
}

#product_filter .button_type1 {
	margin: 0;
	font-weight: 700;
	padding: 0 3%;
}

#products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	padding-top: 6vh;
	position: relative;
}

.product_box {
	width: 23%;
	margin: 1%;
	background-color: white;
	padding: 1% 1% 3% 1%;
	text-decoration: none;
}

.product_box:hover {
	background-color: #fefefe;
	transition: 100ms ease-in;
}

.product_box img {
	width: 100%;
	margin-bottom: 2%;
}

.product_box .category {
	color: #80869F;
	font-size: 11px;
	margin: 5%;
}

.product_box .title {
	color: #80869F;
	font-size: 20px;
	font-weight: 600;
	margin: 0 2%;
	height: 15%;
}

.product_box .price {
	margin: 2%;
	color: #959cb9;
	font-size: 18px;
}

.product_box .button_type3 {
	width: 100%;
	margin-top: 5%;
	background-color: white;
	color: #80869F;
	border: solid thin #80869F;
}

#product_info {
	padding: 8vh 10%;
	background-color: #EEEFF3;
}

#product_specifics {
	margin-top: 2vh;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#product_images {
	width: 38%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	align-items: flex-start;
	align-content: flex-start;
}

#product_specifics #main_img {
	width: 100%;
}

#product_specifics .filmstrip {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 4%;
	display: inline-block;
	cursor: pointer;
}

#product_particulars {
	width: 62%;
	padding: 0 0 0 4%;
}

#product_particulars .product_category {
	color: #80869F;
	font-size: 20px;
	margin-bottom: 2%;
}

#product_particulars .product_title {
	color: #80869F;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 3%;
}

#product_particulars .product_price {
	font-size: 32px;
	color: #3A3D4A;
	margin-bottom: 3%;
}

#product_particulars p {
	color: #3A3D4A;
}

#product_particulars #alternative_product {
	color: #3A3D4A;
	display: none;
	border-top: solid thin #D1D5E2;
	border-bottom: solid thin #D1D5E2;
	padding: 2% 0;
	margin: 3% 0 2% 0;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

#product_particulars #option_dropdown,
#product_particulars #option_dropdown2 {
	display: none;
	padding: 1%;
	width: 50%;
	margin-bottom: 3%;
}

#product_particulars .qty,
.options {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 2%;
	margin-top: 3%;
}

#product_particulars #qty_minus,
#qty_plus {
	display: inline-block;
	padding: 1%;
	border: solid thin #D1D5E2;
	cursor: pointer;
}

#product_particulars #qty_count {
	padding: 1% 3%;
	border-top: solid thin #D1D5E2;
	border-bottom: solid thin #D1D5E2;
	;
}

#product_particulars .button_type1 {
	margin-left: 5%;
	font-weight: 700;
}

#about_hero {
	min-height: 100vw;
	width: 100%;
	background-image: url('/img/about_bg.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgb(8, 15, 37);
	position: relative;
}

#about_hero h2 {
	position: relative;
	width: 100%;
	text-align: center;
	top: 110vh;
	color: white;
	font-size: 40px;
	text-transform: uppercase;
}

#about_hero p {
	position: relative;
	width: 60%;
	text-align: left;
	top: 115vh;
	left: 20%;
	font-size: 18px;
	line-height: 30px;
}

#about_hero video {
	position: relative;
	width: 60%;
	top: 120vh;
	left: 20%;
	cursor: pointer;
}

#about_features {
	width: 100%;
	padding: 5% 20%;
	background-color: rgb(8, 15, 37);
	position: relative;
}

#about_features h3 {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5%;
}

#about_features h4 {
	width: 100%;
	text-align: left;
	color: #F8BA4F;
	font-size: 16px;
	text-transform: uppercase;
}

#about_features p {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 2.5%;
}

#about_features p#emphasis {
	margin-top: 5%;
	text-transform: uppercase;
	font-weight: 700;
}

#demo_401_intro video {
	width:90%;
	margin: 2vh 0;
}

#hero_img {
	width: 60%;
	margin: 0 20% 5% 20%;
}


#demo_401_intro, #p401_system_requirements {
	background-color: rgb(23, 26, 39);
	min-height: 100vh;
	padding: 5% 20%;
	text-align: center;
	padding-top: 10vh;
}

#demo_401_intro p, #p401_system_requirements p {
	font-size: 18px;
	line-height: 180%;
}

#p401_system_requirements h3 {
	width: 100%;
	color: #f8ba51;
	font-size: 22px;
	margin-bottom: 2.5%;
	text-transform: uppercase;
	font-weight: 700;
}

#p401_system_requirements h4 {
	width: 100%;
	color: #f8ba51;
	font-size: 20px;
	margin-bottom: 2.5%;
	text-transform: uppercase;
	font-weight: 400;
}

#p401_system_requirements .subnote {
	font-size: 16px;
	line-height: 150%;
	color: #f8ba51;
}

.p401_gallery_img {
	border: solid thin #c7b06c;
	margin-bottom: 5%;
}

.demo_401_gallery {
	width: 45%;
	margin: 2.5%;
}

.demo_401_cta {
	display: inline-block;
	background-color: #f8ba51;
	padding: 0 0 2vh 0;
	color: #3a3d4a;
	text-align: center;
	width: 20%;
	height: 10%;
	cursor: pointer;
	font-size: 18px;
	margin: 5vh 0;
	text-decoration: none;
}

#demo_401_patreon {
	margin-right: 5%;

}

#demo_401_download {
	
}

#demo_401_donate {
	margin-left: 5%;
}

.demo_401_cta i {
	margin: 20% 0 20%;
	width: 100%;
}

.mirror_link {
	text-decoration: none;
	color: #f8ba51;
}

.mirror_link:hover {
	text-decoration: underline;
	color: #f8ba51;
	cursor: pointer;
}

#demo_401_intro p.footnote {
	font-size: 13px;
	color: #8187a4;
}

#demo_401_intro h3 {
	width: 100%;
	color: #f8ba51;
	font-size: 22px;
	margin-bottom: 2.5%;
	text-transform: uppercase;
	font-weight: 700;
}

#demo_401_intro h4 {
	width: 100%;
	color: #f8ba51;
	font-size: 20px;
	margin-bottom: 2.5%;
	text-transform: uppercase;
	font-weight: 400;
}

#faq_hero {
	width: 100%;
	height: 50vh;
	background-image: url('/img/faq_hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(8, 15, 37);
	position: relative;
}

#faq_main {
	background-color: rgb(23, 26, 39);
	min-height: 100vh;
	padding: 5% 20%;
	text-align: center;
	padding-top: 10vh;
}

#faq_main h3 {
	width: 100%;
	color: white;
	font-size: 22px;
	margin-bottom: 3vh;
	text-transform: uppercase;
	font-weight: 700;
}

#faq_main h2 {
	color: #f8ba51;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 2vh;
}

#faq_main h2 i {
	margin-right: 1%;
	cursor: pointer;
}

#faq_main p.faq_answer {
	max-height: 0;
	overflow: hidden;
	transition: all 400ms;
	margin-bottom: 2vh;
}

#faq_main p a {
	color: white;
	text-decoration: underline;
}

#donation_box {
	display: none;
	position: fixed;
	width: 60%;
	min-height: 45vh;
	top: 15vh;
	left: 20%;
	background-color: #080f25;
	padding: 2.5%;
	z-index: 501;
	color: white;
}

#donation_box h2, p {
	margin-bottom: 2%;
}

#donation_box input[type="text"] {
	display: inline-block;
	background-color: #20263d;
	color: white;
	font-size: 18px;
	border: none;
	margin: 3% 0;
	padding: 2%;
	width: 35%;
}

#donation_box #donation_currency_symbol {
	display: inline-block;
	padding: 2%;
	background-color: #20263d;
	font-size: 18px;
	border: none;
	font-weight: 700;
	width: 5%;
}

#donation_box .donate {
	display: block;
	width: 40%;
	margin-bottom: 3%;
	height: 6vh;
	text-align: center;
	line-height: 6vh;
	padding: 0;
	background-color: #20263d;
	cursor: pointer;
}

#donation_box #donate_paypal {
	background-color: #ffc43a;
}


#donation_box #donation_currency {
	display: block;
	background-color: #20263d;
	color: white;
	font-size: 16px;
	padding: 2%;
	width: 40%;
	margin-top: 4%;
}

#donation_box #donation_currency option {
	padding: 2%;
	font-size: 16px;
}

#donation_box #error_box {
	display: none;
	background-color: #20263d;
	color: #ff5252;
	width: 100%;
	margin-bottom: 5%;
	padding: 3%;
}

.donate img {
	width: 100%;
	margin-top: 2.5%;
}

#demo_update_notice {
	font-weight: 700;
	font-style: italic;
	color: #f8ba51;
}

.demo_disclaimer {
	color: #f8ba51;
}

#thankyou_banner {
	width: 50vw;
	margin: 5vh 25vw 5vh 25vw;
}

#donation_thankyou {
	width: 100%;
	max-width: 2000px;
}