// PLEASE DON'T EDIT THIS FILE. EDIT custom.less INSTEAD.

/* Breadcrumbs */
.breadcrumb {
	padding: 0;
	margin: 0 0 15px;
	border-radius: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 15px;
	line-height: 1.5rem;
	background: transparent;
	li.active {
  	  color: @gray-dark;
	}
	.breakpoint(@screen-tablet, {
		padding: 0 15px 0 20px;
	});
	a {
		color: @brand-primary;
		&:hover {
			color: @brand-info;
		}
	}
}

/* Remove header top margin wysiwyg style */
.no-margin-top {
	margin-top: 0 !important;
}

/* Image Right wysiwyg style */
.img-right {
	float: right;
	margin: 5px 0 15px 20px;
}

/* Image Left wysiwyg style */
.img-left {
	float: left;
	margin: 5px 20px 15px 0;
}

/* Image Full Width wysiwyg style */
.img-full {
	float: none;
	width: 100% !important;
	height: auto !important;
	margin: 15px 0;
}

/* Image Captions */
.caption {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	height: auto !important;
	width: auto !important;
	p {
		margin-top: 5px;
		margin-bottom: 0;
		.body-size-minus;
		color: @gray;
	}
}

// A-Z list
#az {
	ul {
		padding: 0;
		li {
			display: inline;
			&:not(last-child) {
				&:after {
					content: " | "
				}
			}
		}
	}
}

ul {
	&.two-column {
		min-width: 320px;
		li {
			float: left;
			width: 48%;
			margin-right: 2%;
			margin-bottom: 5px;
			&:nth-of-type(odd) {
				clear: both;
			}
		}
	}
}
