/*
 Theme Name:   Impact Club
 Author:       Getuwired
 Author URI:   http://www.getuwired.com
 Version:      1.0.0
*/

:root {
	--impact-black: #161a1c;
	--impact-white: #fff;
	--impact-red: #c72e34;
	--impact-dark-red: #6d272b;
	--impact-gray: #444444;

	--impact-footer-black: #161616;
	--impact-profile-black: #1b1d1f;
	--impact-dark-gray: #1e2123;
	--impact-mid-gray: #262626;
	--impact-light-gray: #606263;

	--black: #000;
	--red: red;
	--secondary-red: #fd0000;

	--oswald-font: 'Oswald', sans-serif;
	--raleway-font: 'Raleway', sans-serif;

	--container-max-default: 155rem;
	--container-width-default: 95%;

	--font-size--h3: 3.4rem;
	--line-height--h3: 1.22;
}

/*---------------------------
		Global Styles
---------------------------*/

body {
	font-family: 'Raleway', sans-serif;
	font-family: var(--raleway-font);
}

.screen-reader-text {
	display: none;
}

.impact-red {
	color: #c72e34;
	color: var(--impact-red);
}

.impact-gray {
	color: #444444;
	color: var(--impact-gray);
}

.impact-light_gray {
	color: #606263;
	color: var(--impact-light-gray);
}

.impact-white {
	color: #ffffff;
	color: var(--impact-white);
}

.red {
	color: red;
	color: var(--red);
}

/* PAGE CONTAINERS & PADDING */

.impact-container-default {
	width: var(--container-width-default);
	max-width: var(--container-max-default);
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.slider-padding-default {
	width: 95%;
	max-width: 155rem;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.center-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Remove Click Ability */
.no-click {
	pointer-events: none;
}

/* Custom buttons */
.red-button,
.black-button,
.white-button,
.reset-button {
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 1em 0;
	padding: 18px 48px;
	text-decoration: none;
	cursor: pointer;
}

.red-button {
	background-color: #c72e34;
	background-color: var(--impact-red);
	border: 1px solid #c72e34;
	border: 1px solid var(--impact-red);
	color: #fff;
	color: var(--impact-white);
}

.black-button {
	background-color: #000;
	background-color: var(--black);
	border: 1px solid #000;
	border: 1px solid var(--black);
	color: #fff;
	color: var(--impact-white);
}

.white-button {
	background-color: transparent;
	border: 1px solid #c72e34;
	border: 1px solid var(--impact-red);
	color: #c72e34;
	color: var(--impact-red);
}

.reset-button {
	background-color: #1e2123;
	background-color: var(--impact-dark-gray);
	border: 1px solid #1e2123;
	border: 1px solid var(--impact-dark-gray);
	color: #fff;
	color: var(--impact-white);
}

.red-button-outline {
	border: 1px solid #c72e34;
	border: 1px solid var(--impact-red);
	color: #fff;
	color: var(--impact-white);
	display: inline-block;
	margin: 10px 0;
	padding: 15px 25px;
	text-decoration: none;
	cursor: pointer;
}

.white-button-outline {
	border: 1px solid #fff;
	border: 1px solid var(--impact-white);
	color: #fff;
	color: var(--impact-white);
	display: inline-block;
	margin: 10px 0;
	padding: 15px 25px;
	text-decoration: none;
	font: 400 18px 'Oswald', sans-serif;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.button-type--wide {
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 0;
	padding: 1rem 1rem;
	max-width: 20rem;
	width: 100%;
	text-align: center;
	letter-spacing: 0.2rem;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	will-change: transform, filter;
}

.button-type--wide:hover {
	-webkit-transform: translate3d(0, -0.2rem, 0);
	transform: translate3d(0, -0.2rem, 0);
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.button_type--outline {
	--button-background: transparent;
	--button-color: var(--impact-red);
	background-color: var(--button-background);
	border: 1px solid #c72e34;
	border: 1px solid var(--button-color);
	color: #c72e34;
	color: var(--button-color);
	transition: 0.15s all ease;
}
.button_type--outline:hover {
	--button-background: var(--impact-red);
	--button-color: var(--impact-white);
}

.sidebar-menu-inner .join-button {
	margin-top: 50px;
	text-align: center;
}

.red-button-outline.ico-enter-white::after,
.red-button-outline.icon-enter-white::after {
	height: 24px;
	margin: -5px 0 0 10px;
	width: 24px;
}

.ico-enter-white::after,
.icon-enter-white::after {
	background-image: url('./images/icon-enter-white.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 38px;
	margin: -8px 0 0 20px;
	vertical-align: middle;
	width: 38px;
}

.ico-map-white::after,
.icon-map-white::after {
	background-image: url('./images/icon-map-white.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 38px;
	margin: -8px 0 0 20px;
	vertical-align: middle;
	width: 38px;
}

.ico-info-white::after,
.icon-info-white::after {
	background-image: url('./images/icon-info-white.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 38px;
	margin: -8px 0 0 20px;
	vertical-align: middle;
	width: 38px;
}

.ico-enter-red::after,
.icon-enter-red::after {
	background-image: url('./images/icon-enter-red.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 38px;
	margin: -8px 0 0 20px;
	vertical-align: middle;
	width: 38px;
}

.ico-people,
.icon-people {
	background: url('./images/icon-people.png') no-repeat;
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	width: 43px;
}

.ico-mappin,
.icon-mappin {
	background: url('./images/icon-mappin.png') no-repeat;
	display: inline-block;
	height: 33px;
	vertical-align: middle;
	width: 19px;
}

.icon-email {
	background: url('./images/icon-email.png') no-repeat;
	display: inline-block;
	height: 33px;
	vertical-align: middle;
	width: 39px;
}

.icon-gearhead {
	background: url('./images/icon-gearhead.png') no-repeat;
	display: inline-block;
	height: 33px;
	vertical-align: middle;
	width: 27px;
}

.oswald {
	font-family: 'Oswald', sans-serif !important;
}

.raleway {
	font-family: var(--raleway-font);
}

.text-section-link {
	color: #c72e34;
	color: var(--impact-red);
	font-weight: 400;
	text-decoration: none;
}

.icon-play-red {
	background-image: url('./images/icon-play-red.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 32px;
	margin: 0 0 0 5px;
	vertical-align: middle;
	width: 32px;
}

.impact-sup {
	font-size: 0.5em;
	font-weight: 600;
	vertical-align: middle;
}

/* Footer Rings */
.footer-background {
	background-color: #161616;
	background-color: var(--impact-footer-black);
	color: #fff;
	color: var(--impact-white);
	margin: 20px 0 0;
	padding: 100px 0 20px;
	position: relative;
}

.footer-menu .menu-item a {
	color: #fff;
	color: var(--impact-white);
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-menu .menu-item {
	display: inline-block;
	padding: 0 10px 0 0;
}

.footer-menu .menu {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.footer-menu {
	position: relative;
	text-align: center;
	z-index: 1;
}

.footer-menu .menu-item + .menu-item {
	border-left: 2px solid #fff;
	border-left: 2px solid var(--impact-white);
	padding: 0 10px;
}

.footer-rings {
	background-image: url('./images/svg/rings-footer.svg');
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 0;
	height: 550px;
	left: 0;
	position: absolute;
	width: 100%;
	pointer-events: none;
}

.footer {
	position: relative;
}

.copyright-section {
	position: relative;
	text-align: center;
	z-index: 1;
}

.copyright-section a {
	border-right: 1px solid #fff;
	border-right: 1px solid var(--impact-white);
	color: #fff;
	color: var(--impact-white);
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.home-ipad-lightbox {
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	height: 100%;
	left: 0;
	padding: 5%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.impact-video {
	display: block;
	height: 90%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
	max-width: 1280px;
	margin: 40px auto 0;
}

.impact-video video {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.embed-container {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
}

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.impact-video-verticalfix {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}
.impact-video-close {
	background-image: url('./images/icon-close.png');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 29px;
	margin: 30px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: 29px;
}

.center {
	text-align: center;
}

.screen-reader {
	display: none;
}

#home_ring_4,
#home_ring_3,
#home_ring_2,
#home_ring_1 {
	opacity: 0;
}

@-webkit-keyframes faderings_1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}
@keyframes faderings_1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}

@-webkit-keyframes faderings_2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.3;
	}
}
@keyframes faderings_2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.3;
	}
}

@-webkit-keyframes faderings_3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.15;
	}
}
@keyframes faderings_3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.15;
	}
}

@-webkit-keyframes faderings_4 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.05;
	}
}
@keyframes faderings_4 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.05;
	}
}

#home_ring_1 {
	-webkit-animation: 0.25s linear 1s 1 normal forwards faderings_1;
	animation: 0.25s linear 1s 1 normal forwards faderings_1;
}

#home_ring_2 {
	-webkit-animation: 0.25s linear 1.25s 1 normal forwards faderings_2;
	animation: 0.25s linear 1.25s 1 normal forwards faderings_2;
}

#home_ring_3 {
	-webkit-animation: 0.25s linear 1.5s 1 normal forwards faderings_3;
	animation: 0.25s linear 1.5s 1 normal forwards faderings_3;
}

#home_ring_4 {
	-webkit-animation: 0.25s linear 1.75s 1 normal forwards faderings_4;
	animation: 0.25s linear 1.75s 1 normal forwards faderings_4;
}

.checkpoint {
	border-left: 2px solid #fff;
	border-left: 2px solid var(--impact-white);
	border-right: 2px solid #fff;
	border-right: 2px solid var(--impact-white);
	display: inline-block;
	font-weight: 800;
	padding: 0 10px;
}

.page-content {
	margin: 0 auto;
	max-width: 1420px;
	overflow: hidden;
	padding: 100px 20px 40px;
	position: relative;
	width: 90%;
}

.impact-video-group .label-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.impact-video-group .label-list label {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 10%;
	flex: 1 1 10%;
	margin: 10px;
	min-width: 150px;
	border: 1px solid #c72e34;
	border: 1px solid var(--impact-red);
	position: relative;
}

.impact-video-group .label-list label img {
	width: 100%;
	height: auto;
}

.impact-video-group .label-list label:after {
	font-family: 'ImpactIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 55px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e92b';
	color: #ffffff;
	color: var(--impact-white);
	position: absolute;
	height: 55px;
	width: 55px;
	background-color: transparent;
	text-align: center;
	font-size: 30px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
}

.impact-video-group .label-list label.complete:after {
	content: '\e92f';
	background-color: #fd0000;
	background-color: var(--secondary-red);
	border-radius: 50%;
	font-size: 30px;
}

div.transcript-view {
	display: none;
	overflow-y: auto;
	max-height: 300px;
	margin: 0 0 20px;
	position: relative;
}

.impact-video-description h2 {
	font: 300 20px 'Oswald', sans-serif;
	color: #fff;
	color: var(--impact-white);
	text-transform: uppercase;
}

.member-heading .search-wrap {
	text-align: right;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 0;
}

.search-wrap form {
	margin: 0;
}

.search-wrap form div {
	border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid var(--impact-white);
	padding: 0 0 5px;
}

.search-wrap form input {
	border: none;
	outline: none;
	background-color: transparent;
	color: #ffffff;
	color: var(--impact-white);
}

.search-wrap form button {
	border: none;
	outline: none;
	background-color: transparent;
	color: #ffffff;
	color: var(--impact-white);
	padding-left: 0;
}

.single-post img {
	max-width: 100%;
	height: auto;
}

.single .member-heading {
	margin: 0 0 25px;
}
.single .pagination {
	overflow: auto;
	text-align: center;
}

.single .back-wrap {
	text-align: center;
}

.single .back-wrap a {
	text-decoration: none;
}
.single .prev-link {
	display: inline-block;
	float: left;
}

.single .next-link {
	display: inline-block;
	float: right;
}

.single .pagination a {
	color: #ffffff;
	color: var(--impact-white);
	text-decoration: none;
}

.single .pagination .prev-link a i {
	margin-right: 20px;
}

.single .pagination .next-link a i {
	margin-left: 20px;
}

.single #main-post .subtitle {
	font: 300 20px 'Oswald', sans-serif;
	margin-top: 0;
}

.single .game-title a {
	text-decoration: none;
}

.single #main-post .subtitle p {
	margin: 0;
}

.single #main-post .post-date {
	font: 400 17px 'Raleway', sans-serif;
}

.single #main-post .post-title {
	font: 400 30px 'Raleway', sans-serif;
	margin-top: 0;
}

.single #main-post .the-content p {
	color: #606263;
	color: var(--impact-light-gray);
}

.single #main-post .shares {
	margin: 25px 0;
}

.single #main-post .share-title {
	padding-right: 15px;
	border-right: 1px solid;
	margin-right: 10px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.single #main-post .shares a {
	margin: 0px 10px 0;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.single #main-post .shares i.icon-facebook-outline {
	font-size: 22px;
}

.single #main-post .the-content h1,
.single #main-post .the-content h2,
.single #main-post .the-content h3,
.single #main-post .the-content h4,
.single #main-post .the-content h5,
.single #main-post .the-content h6 {
	color: #ffffff;
	color: var(--impact-white);
	margin-bottom: 0;
}

/*Save Notification*/

.notification-container {
	position: fixed;
	background: #c72e34;
	background: var(--impact-red);
	padding: 2px 5px 2px;
	text-align: center;
	border-radius: 2px 2px 0 0;
	min-width: 80px;
	bottom: 0;
	right: 10px;
	-webkit-transform: translatey(100%);
	transform: translatey(100%);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	z-index: 99999;
	will-change: transform;
}

.notification-container.saving_active,
.notification-container.saved_active {
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

.saving,
.saved {
	position: relative;
	font-size: 15px;
	will-change: opacity;
}

.saving {
	color: #fff9;
	display: inline-block;
	position: absolute;
	opacity: 0;
	will-change: opacity;
}

.saved {
	color: white;
	color: var(--impact-white);
	display: inline-block;
	opacity: 1;
}

/*Currently Saving*/

.saving_active .saving {
	opacity: 1;
}

.saving_active .saved {
	opacity: 0;
}

.saving_active .saving:after {
	content: '';
	background: #c72e34;
	background: var(--impact-red);
	height: 0.25em;
	width: 0.75em;
	display: block;
	position: absolute;
	bottom: 0.15em;
	right: -0.75em;
	-webkit-transform: translatex(-0.55em);
	transform: translatex(-0.55em);
	will-change: transform;
	-webkit-animation: elSlider 2s infinite;
	animation: elSlider 2s infinite;
}

@media all and (max-width: 1280px) {
	.red-button:not(.button-type--wide),
	.white-button:not(.button-type--wide),
	.reset-button:not(.button-type--wide) {
		font-size: 20px;
		padding: 15px 34px;
	}
	.red-button.icon-enter-white::after,
	.white-button.icon-enter-red::after {
		height: 26px;
		margin: -8px 0 0 20px;
		width: 26px;
	}

	.footer-menu .menu-item a {
		font-size: 14px;
	}

	.footer-rings {
		background-size: 1485px auto;
		left: -35px;
		right: 0;
		width: auto;
	}

	.footer-menu .red-button-outline {
		margin: 10px 0;
		padding: 10px 15px;
		font-size: 13px;
	}

	.footer-menu .red-button-outline.ico-enter-white::after {
		height: 20px;
		margin: -3px 0 0 10px;
		width: 20px;
	}
	.copyright-section {
		font-size: 12px;
	}

	.footer-background {
		padding: 75px 0 16px;
	}
}

@media all and (max-width: 350px) {
	.sidebar-menu-inner .join-button .white-button-outline:after {
		display: none;
	}
}

#wpadminbar .avatar.avatar-26 {
	display: inline-block;
}

/********************************
		Temporary Styles
********************************/

/*Hide Resources*/

.game-resources.card {
	display: none;
}

.invert_setting_container {
	color: white;
	color: var(--impact-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.invert_setting_title {
	font-size: 0.7rem;
	cursor: pointer;
}

.color_toggle_container {
	--toggle-height: 14px;
	--toggle-margin: 1.5px;
	--toggle-width: calc(var(--toggle-height) * 2);
	--toggle-radius: calc(var(--toggle-height) / 2);
	--toggle-slide: calc(var(--toggle-width) / 2);
	--toggle-inner-height: calc(var(--toggle-height) - (var(--toggle-margin) * 2));
	--toggle-inner-width: calc(var(--toggle-height) - (var(--toggle-margin) * 2));
	--toggle-transition: 90ms cubic-bezier(0.4, 0, 0.2, 1);
	--toggle-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.color_toggle_container {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: var(--toggle-height);
	width: var(--toggle-width);
	border-radius: var(--toggle-radius);
}
.color_toggle_container .invertColors {
	display: none;
}
.color_toggle_container label {
	background: var(--impact-red);
	border-radius: var(--toggle-radius);
	color: transparent;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: var(--toggle-transition);
	transition: var(--toggle-transition);
	-webkit-box-shadow: var(--toggle-shadow);
	box-shadow: var(--toggle-shadow);
}
.color_toggle_container label .toggle_inner {
	background: white;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	transition: transform var(--toggle-transition), background-color var(--toggle-transition),
		-webkit-transform var(--toggle-transition);
	-webkit-box-shadow: var(--toggle-shadow);
	box-shadow: var(--toggle-shadow);
	height: var(--toggle-inner-height);
	width: var(--toggle-inner-width);
	margin: 0 var(--toggle-margin);
}
.color_toggle_container .invertColors:checked ~ label {
	background: #eee;
}
.color_toggle_container .invertColors:checked ~ label .toggle_inner {
	background: var(--impact-red);
	-webkit-transform: translateX(var(--toggle-slide));
	transform: translateX(var(--toggle-slide));
}

.fa.mobileInvertToggle {
	display: none;
	margin-top: 5px;
}

@media all and (max-width: 780px) {
	.invert_setting_container {
		display: none;
	}
	.fa.mobileInvertToggle {
		display: inherit;
	}
}

/*Specific Inverted Styles*/

/*General*/
.inverted .impact-select {
	--impact-dark-gray: var(--impact-mid-gray);
}
.inverted .red-button {
	--impact-white: var(--impact-black);
}
.inverted .mobileInvertToggle:before {
	color: var(--impact-red);
}

/*Dashboard*/
.inverted .banner-background,
.inverted .iod-type {
	--impact-white: var(--impact-black);
}
.inverted .core-section .cell a img.link {
	display: none;
}
.inverted .core-section .cell a img.hover {
	display: inline-block;
}
.inverted .iod-badge .user-count {
	color: var(--impact-black);
}
/*Forums*/
.inverted .member-page #bbpress-forums li.bbp-header {
	--impact-white: var(--impact-black);
	--impact-red: var(--impact-light-gray);
}
.inverted .member-page #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	background-color: var(--impact-white);
}
.inverted .member-page div.bbp-template-notice,
.inverted .member-page div.indicator-hint,
.inverted .member-page div.bbp-template-notice.error,
.inverted .member-page div.bbp-template-notice.warning,
.inverted .member-page #bbp_topic_submit,
.inverted .member-page #bbp_reply_submit,
.inverted .member-page #bbp_merge_topic_submit {
	--impact-white: var(--impact-black);
}
.inverted .member-page #bbpress-forums fieldset.bbp-form textarea,
.inverted .member-page #bbpress-forums fieldset.bbp-form select,
.inverted .member-page #bbpress-forums fieldset.bbp-form input {
	--impact-dark-gray: var(--impact-mid-gray);
}
/*The Game*/

.inverted .game-comments .form-submit input#submit {
	--impact-white: var(--impact-black);
}

.inverted .game-content .game-inner .transcript-view .transcript {
	background-color: var(--impact-mid-gray);
}

/*IOD*/
.inverted .author-info,
.inverted .step-content input,
.inverted .step-content textarea,
.inverted .step-content [role='textbox'],
.inverted .share-link input,
.inverted .share-link textarea,
.inverted .share-link [role='textbox'] {
	--impact-dark-gray: var(--impact-mid-gray);
}
.inverted #iod-dna-ring {
	display: none;
}
.inverted #iod-dna-ring-inverse {
	display: inline;
}
/*Add Event*/
.inverted .dialog--solid_button {
	--impact-white: var(--impact-black);
}
.inverted .event--input_container input,
.inverted .announcement--input_container input,
.inverted .event--input_container textarea,
.inverted .announcement--input_container textarea,
.inverted .event--input_container select,
.inverted .announcement--input_container select,
.inverted .form-row .input-container input,
.inverted .form-row .input-container select {
	--impact-dark-gray: var(--impact-mid-gray);
}

.inverted .form-row .input-container input:disabled,
.inverted .form-row .input-container select:disabled {
	opacity: 0.5;
}

/*Profile Page*/
.inverted .edit-image,
.inverted .badge-single.hex-bg.filled {
	--impact-white: var(--impact-black);
}

.inverted #primary .impact-gray {
	--impact-gray: var(--impact-white);
}

/*Rally the Troops*/
.inverted .rally-email-wrapper textarea,
.inverted .rally-email-wrapper input {
	--impact-dark-gray: var(--impact-mid-gray);
}

/*Directory*/
.inverted #member-list .user:nth-child(odd) {
	background: var(--impact-mid-gray);
}

/*Leaderboards Page*/

.inverted .tabs {
	background: var(--impact-white);
}

.inverted .horizontal-bar-chart .vert-bar,
.inverted .horizontal-bar-chart li:before {
	--impact-white: var(--impact-black);
}

/*Amplify Page*/

.inverted #primary .single-charity .impact-gray {
	--impact-gray: var(--impact-black);
}
