.carousel-caption {
	display: none;
}

.header-background img {
	height: auto;
}

#category-posts-3-internal {
	background: white;
	border: 1px solid #D8AB4C;
	border-left: 20px solid #D8AB4C;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

#category-posts-3-internal .cat-post-title {
	background: white;
	font-weight: bold;
	color: black;
}

#category-posts-3-internal .cat-post-excerpt-more {
	background: white;
	color: black;
}

#category-posts-6-internal {
	background: #993D1B;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
}

#category-posts-6-internal .cat-post-title {
	background: #993D1B;
	font-weight: bold;
	color: white;
}

#category-posts-6-internal .cat-post-excerpt-more {
	background: #993D1B;
	color: white;
}

span.safaritext {
	display: none;
}

/*
.panel-body .row:first-of-type {
	border: 10px solid #DCB163;
	padding-top: 20px;
	border-radius: 10px;
	padding-bottom: 10px;
}*/
#sidebar__right img.image.aligncenter {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	#sidebar__right img {
		width: 300px !important;
		display: block;
	}
	
	#category-posts-6-internal {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 999;
	}
	
	#category-posts-3-internal {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 999;
	}
	
	#sidebar__right img.image.aligncenter {
		float: left;
		display: block;
	}
	
	#sidebar__right div.textwidget {
		float: left;
		display: block;
	}
}

@media (min-width: 768px) {
	#category-posts-6-internal:before {
		display: inline-block;
		line-height: 1.5;
		font-size: 20pt;
		font-family: "FontAwesome";
		content: "\f071";
	}
	
	#category-posts-3-internal:before {
		display: inline-block;
		line-height: 1.5;
		font-size: 20pt;
		font-family: "FontAwesome";
		content: "\f05a";
	}
}

img.img-thumbnail {
	max-width: 200px;
}

span.badge-ok {
	background-color: green;
	margin-right: 5px;
	width: 30px;
}

span.badge-ok:before {
	content: "OK";
}

span.badge-not-implemented {
	background-color: grey;
	margin-right: 5px;
	width: 30px;
}

span.badge-not-implemented:before {
	content: "--";
}

span.badge-warning {
	background-color: #cc6600;
	margin-right: 5px;
	width: 30px;
}

span.badge-warning:before {
	content: "!";
}

span.badge-problem {
	background-color: #cc0000;
	margin-right: 5px;
	width: 30px;
}

span.badge-problem:before {
	content: "X";
}

td.stats-col-1 {
	padding-left: 17px;
	width: 60px;
	vertical-align: top;
}

td.stats-col-3 {
	width: 25%;
	text-align: right;
	padding-right: 30px;
	vertical-align: top;
}

.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #d8ab4c;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

#vualert div h3::after {
	content: "\A\AIncreased user demand for ACCRE resources is generating a high volume of support tickets.\APlease bear with us as we work diligently to resolve user issues. You can view current ticket volume on the helpdesk ticket page.";
	white-space: pre-wrap;
}

#brandlogins .dropdown-menu::before {
	content: "Non-ACCRE services:";
	color: white;
	padding-left: 10px;
	font-weight: bold;
}

#menu-item-392 a.vumainmenu__dropdown {
	font-weight: bold;
}