/* Change theme's accent color (original: #e44c65) */
a,
.dropotron > li.active > a, .dropotron > li.active > span,
#header nav ul li.active > a, #header nav ul li.active > span {
	color: #9900FF;
}
a:hover,
.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 .button.special {
	color: #9900FF !important;
}
section a {
    color: unset;
}
section a:hover {
	font-weight: bolder;
}

header.major:after,
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special,
.wrapper.style2,
#titleBar .toggle:before {
	background-color: #9900FF;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus,
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before,
.spotlight.style1 .content,
.spotlight.style2 .content,
.spotlight.style3 .content {
	border-color: #9900FF;
}
input[type="submit"]:hover, input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
.button:hover,
.button:active {
	box-shadow: inset 0 0 0 1px #9900FF;
	color: #9900FF !important;
}
input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
	background-color: #CC99FF;
}

/* Adjust navigation bar */
#header h1 a {
	border: 0;
	color: inherit;
	display: inline-block;
	height: inherit;
	line-height: inherit;
	outline: 0;
}
#header h1 a,
#titleBar .title a {
	margin-right: 1em;
}
#titleBar .title a img {
	width: 27px;
	margin-top: 14px;
}

#header nav ul li a {
	min-width: 1em;
	text-align: center;
}
#header nav ul li a.inactive {
	cursor: pointer;
	pointer-events: none;
	opacity: 0.5;
}
#header div#status {
	position: relative;
}
#header div#status > div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#navPanel .link,
#header nav ul li a {
	font-family: FontAwesome;
}
#navPanel .link {
	font-size: 1.5em;
}

/* Style left unstyled elements */
input[type="url"]:invalid,
input[type="tel"]:invalid {
	box-shadow: none;
}
input[type="url"],
input[type="tel"] {
	height: 3em;

	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	background: transparent;
	border-radius: 4px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

blockquote.no-border {
	border: none;
}
header h2 + blockquote {
	font-size: 1.25em;
	margin-top: -1em;
	line-height: 1.75em;
	padding-top: 0;
}

.scroll-offset:before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 3em;
	margin-top: -3em;
	pointer-events: none;
}

div.landing-center {
	text-align: center;
}
div.landing-center > p > span.spacer {
	margin: 1em;
}
div.landing-center > p > span > a > img {
	margin-left: 0.5em;
}
div.landing-center > p > span img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

body:not(.landing) > #page-wrapper > section#banner > div.content {
/*	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: right;
	vertical-align: middle;
	z-index: 1;
*/}
body:not(.landing) > #page-wrapper > section#banner {
	min-height: 50vh;
	margin-bottom: -4em;
}
body:not(.landing) > #page-wrapper > section#banner::before {
	height: 50vh;
}
body:not(.landing) > #page-wrapper > section#banner > div.content {
	padding-top: 0;
	padding-bottom: 0;
	max-width: 80%;
}
body:not(.landing) > #page-wrapper > section#banner > div.content > header {
	max-width: 50%;
	transform: translateX(-25%);
}
body:not(.landing) > #page-wrapper > section#banner > div.content > span.image {
	transform: translateX(-50%);
}
span.nobr {
	white-space: nowrap;
}
span.nultxt {
	display: none;
}
.spotlight.no-overlay::before,
.spotlight.no-overlay > .image::before,
section#banner > div.content > span.image::before {
	background-image: none;
}

@media screen and (min-width: 980px) {

	.conditional-align-right {
		text-align: right;
	}

}
