.nowrap {
	white-space: nowrap;
}

main {
	padding-top: 8px;
}

.pre-footer {
	margin: 40px 0 0 0;
}

/* Checklist icon set */
.checklist .fa-check-circle {
	color: #688F51;
}

.fa-exclamation-circle.text-danger {
	color: #D92E2E;
}

.fa-exclamation-circle.text-warning {
	color: #E3BC10;
}

/* Block labels for forms */
.block-lbls {
	display: block;
}

@media (min-width: 750px) {
	.checklist-panel > .row > .icon {
		text-align: center;
	}
}

.checklist-panel {
	padding: 0;
}

.checklist-panel > .row {
	margin: 0;
	padding: 6px 0;
}

.checklist-panel > .row:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

/* Social icons */
.wd-social-icons {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 5px;
}

.subscribe, .unsubscribe, .join, .pending, .leave {
	position: relative;
	top: -7px;
}


.social-icon {
	background: url(/img/icons.png) no-repeat 0 0;
	display: inline-block;
	font-size: 0;
	height: 24px;
	outline: none;
	width: 24px;
	opacity: 0.8;
	padding: 0;
	margin: 0 0 0 5px;
}

.social-icon:hover,
.social-icon:active {
	opacity: 1;
}

.social-icon.facebook {
	background-position: -24px 0;
}

.social-icon.twitter {
	background-position: -48px 0;
}

.social-icon.googleplus {
	background-position: -120px -24px;
}

.social-icon.youtube {
	background-position: -72px 0;
}

.social-icon.linkedin {
	background-position: -120px 0;
}

.social-icon.pinterest {
	background-position: -144px -24px;
}

.social-icon.instagram {
	background-position: -168px -24px;
}

/* report styles  */

.no {
	color: #bd0000;
	font-weight: bold;
}

.yes {
	color: darkgreen;
	font-weight: bold;
}

a.fc-event {
	cursor: pointer;
}

.fc table {
	margin: 0;
}

.navbar-default .navbar-nav > li.active > .dropdown-menu > li.active > a {
	background-color: #ccc;
	color: #000;
}

@media (max-width: 767px) and (max-width: 991px) {
	.navbar-nav-tabs .open .dropdown-menu {
		position: absolute;
		float: left;
		background-color: #fff;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	}
}

.panel-heading .toggle-icon {
	float: right;
	transform: rotate(-180deg);
	transition: .3s transform ease-in-out;
}

.panel-heading.collapsed .toggle-icon {
	transform: rotate(0deg);
}

/* Text blocks */
.text-block {
	position: relative;
}

.text-block a.edit {
	position: absolute;
	right: 0;
	visibility: hidden;
	z-index: 200;
}

.text-block.editable:hover {
	border: 1px solid #ccc;
	margin: -1px;
	border-radius: 4px;
	padding-top: 1px;
}

.text-block.editable:hover a.edit {
	visibility: visible;
}

.twitter-typeahead {
	display: block !important;
}

.navbar-site .wordmark-unit-title.wordmark-title-lg {
	font-size: 24px;
}

@media only screen and (max-width: 991px) {
	.navbar-site .wordmark-unit-title.wordmark-title-lg {
		font-size: 18px;
	}
}

@media only screen and (max-width: 543px) {
	.navbar-site .wordmark-unit-title.wordmark-title-lg {
		font-size: 15px;
	}
}

/* Website social colors */
.footer-social a:hover .fa-discord.footer-social-icon {
	color: #7289DA;
}

.footer-social a:hover .fa-facebook.footer-social-icon {
	color: #3b5998;
}

.footer-social a:hover .fa-instagram.footer-social-icon {
	background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	color: #fff;
}

.footer-social a:hover .fa-linkedin.footer-social-icon {
	color: #007bb5;
}

.footer-social a:hover .fa-pinterest.footer-social-icon {
	color: #cb2027;
}

.footer-social a:hover .fa-snapchat.footer-social-icon {
	color: #fffc00;
}

.footer-social a:hover .fa-tiktok.footer-social-icon {
	color: #010101;
}

.footer-social a:hover .fa-twitter.footer-social-icon {
	color: #4099ff;
}

.footer-social a:hover .fa-youtube.footer-social-icon {
	color: #e52d27;
}