body
{
	padding: 45px 0;
	font-weight: 300;
	-webkit-print-color-adjust:exact;
}

.table
{
	margin-bottom: 0;
}

/* It's not possible to combine the moz-specific and generic selector rules using comma for some reason */
::-moz-selection
{
	background-color: #4390df;
	color: #fff;
}
::selection
{
	background-color: #4390df;
	color: #fff;
}

.faq
{
	margin: 30px 0 50px 0;
}
.faq-question ul
{
	list-style-type: none;
	padding: 0;
	font-size: 1.2em;
}
.faq-question li
{
	margin: 0.3em 0em;
}
.faq-question h2,
.faq h3
{
	margin: 0em 0em 0.5em 0em;
}

.target-highlight:target
{
	-webkit-animation: target-fade 2s 1;
	animation: target-fade 2s 1;
	margin: -10px;
	padding: 6px;
	border: 4px solid transparent;
}
@-webkit-keyframes target-fade
{
	0%
	{
		border-color: rgba(102, 153, 204, 1);
	}
	100%
	{
		border-color: rgba(102, 153, 204, 0);
	}
}
@keyframes target-fade
{
	0%
	{
		border-color: rgba(102, 153, 204, 1);
	}
	100%
	{
		border-color: rgba(102, 153, 204, 0);
	}
}

.btn
{
	padding: 10px 18px;
	border-width: 0px;
	font-size: 15px;
}
.btn-lg
{
	padding: 18px 30px;
	font-size: 19px;
}
.btn-sm
{
	padding: 5px 10px;
	font-size: 13px;
}
.btn-xs
{
	padding: 1px 5px;
	font-size: 11px;
}
.btn-primary
{
	background-color: #4C7FB3;
	color: #fff;
}
.btn-primary:hover
{
	color: #fff;
	background-color: #369;
}
.btn-success
{
	background-color: #4CB34C;
	color: #fff;
}
.btn-success:hover
{
	color: #fff;
	background-color: #393;
}
.btn-info
{
	background-color: #4CB3B3;
	color: #fff;
}
.btn-info:hover
{
	color: #fff;
	background-color: #399;
}
.btn-warning
{
	background-color: #E67F19;
	color: #fff;
}
.btn-warning:hover
{
	color: #fff;
	background-color: #C60;
}
.btn-danger
{
	background-color: #E61919;
	color: #fff;
}
.btn-danger:hover
{
	color: #fff;
	background-color: #C00;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, ol, dt, dd
{
	text-align: left;
}

code
{
	background-color: #f5f5f5;
}
code,
pre code
{
	color: #647687;
}

h2, dt
{
	color: #369;
}
h3
{
	color: #4C7FB3;
}
h4
{
	color: #69C;
}

@media print
{
}
@media(max-width:767px)
{
	.text-responsive,
	.text-responsive-lg
	{
		font-size: 0.7em;
	}
	.text-responsive-md
	{
		font-size: 0.8em;
	}
	.text-responsive-sm
	{
		font-size: 0.9em;
	}
	.tile h2,
	h2.tile
	{
		font-size: 15px;
	}
	.navbar-collapse .navbar-nav li > a,
	.navbar-nav .open .dropdown-menu > li > a
	{
		font-size: 20px;
		line-height: 30px;
	}
}
@media(min-width:768px)
{
	.text-responsive,
	.text-responsive-lg
	{
		font-size: 0.8em;
	}
	.text-responsive-md
	{
		font-size: 0.9em;
	}
	.text-responsive-sm
	{
		font-size: 1em;
	}
	.tile h2,
	h2.tile
	{
		font-size: 17px;
	}
	.form-inline .form-group
	{
		margin-right: 2em;
	}
}
@media(min-width:992px)
{
	.text-responsive,
	.text-responsive-lg
	{
		font-size: 0.9em;
	}
	.text-responsive-sm,
	.text-responsive-md
	{
		font-size: 1em;
	}
	.tile h2,
	h2.tile
	{
		font-size: 22px;
	}
}
@media(min-width:1200px)
{
	.text-responsive,
	.text-responsive-sm,
	.text-responsive-md,
	.text-responsive-lg
	{
		font-size: 1em;
	}
}

.navbar-brand
{
	height: 45px;
	color: #5ab2d5 !important;
	border-right: 1px solid #4d4d4d;
}
.navbar-toggle
{
	font-size: 20px;
	padding: 4px 0 0 0;
	color: #fff !important;
}

.nav.navbar-nav.navbar-right > li > a
{
	padding-left: 7px;
	padding-right: 7px;
}
.navbar-nav>li>a.avatar
{
	padding: 0;
}
.navbar-nav>li>a.avatar>img
{
	width: 45px;
	height: 45px;
}

.page-header
{
	margin: 0;
	color: white;
	padding: 0;
	border-width: 0;
	text-align: center;
	background-color: #4C7FB3;
	background-image: url(../images/barchart-overlay.png);
	background-position: bottom center;
	background-size: cover;
}
.page-header > .shade
{
	background-image: radial-gradient(circle, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5));
}
.page-header.unshaded > .shade
{
	background-image: none;
}
.page-header .inner
{
	padding: 1em;
}
.page-header.hidden-description .description
{
	display: none;
}
.page-header a
{
	color: #80BF3F !important;
}
.page-header.jumbo .inner
{
	padding-top: 3em;
	padding-bottom: 0em;
}
.page-header.jumbo .inner h1
{
	font-size: 300%;
	font-weight: 400;
}
.page-header.jumbo .inner p
{
	font-size: 175%;
}


.child-pages
{
	margin-top: 20px;
}

.child-pages a:hover
{
	text-decoration: none;
}
.child-pages .page-header h1
{
	font-size: 18px;
	margin-top: 10px;
}
.child-pages .page-header p
{
	font-size: 12px;
}
.child-pages .panel-heading
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 42px;
}
.child-pages .panel-body
{
	padding: 3px;
	height: 120px;
}
.child-pages .page-header
{
	padding: 12px;
	height: 100%;
	overflow: hidden;
}

.overlay-none
{
	background-image: none;
}
.overlay-cogs
{
	background-image: url(../images/cogs-overlay.png);
	background-position: 50% 50%;
	background-size: auto 100%;
}
.overlay-brushed
{
	background-image: url(../images/brushed-tile-overlay.png);
	background-repeat: repeat;
	background-position: 50% 100%;
	background-size: auto;
}
.overlay-cloud
{
	background-image: url(../images/cloud-overlay.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: 50% 100%;
}
.overlay-linechart
{
	background-image: url(../images/linechart-overlay.png);
	background-position: 50% 100%;
	background-size: auto 100%;
}
.overlay-blurred-linechart
{
	background-image: url(../images/blurred-linechart.png);
	background-position: 50% 100%;
	background-size: auto 100%;
}
.overlay-barchart
{
	background-image: url(../images/barchart-overlay.png);
	background-position: 50% 100%;
	background-size: auto 100%;
}
.overlay-people
{
	background-image: url(../images/people-overlay.png);
	background-position: 50% 100%;
	background-size: auto 100%;
}
.overlay-numbers
{
	background-image: url(../images/numbers-overlay.png);
	background-position: 50% 100%;
	background-size: auto 100%;
}
.overlay-charts
{
	background-image: url(../images/barchart-overlay.png), url(../images/blurred-linechart.png);
	background-position: 50% 100%;
	background-size: auto 100%, auto 100%;
}

.content
{
	margin-top: 40px;
	margin-bottom: 30px;
}

.content.containerless > .container
{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

h2.banner,
h3.banner
{
	text-align: center;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #3F7FBF;
}
h3.banner
{
	border-width: 1px;
}

.name,
.name-tm
{
	font-weight: 400;
}
.name-tm::after
{
	font-weight: 300;
	content: "\02122";
}

.important
{
	border-top: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 1.2em;
}


.tile
{
	display: block;
	position: relative;
	color: #fff !important;
	text-align: center;
	background-color: #4C7FB3;
	margin: 10px 0;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	overflow: hidden;
}
.tile .important
{
	border-color: rgba(255,255,255,0.15);
}
.tile h2,
.tile h3,
.tile h4,
.tile h5,
.tile h6
{
	color: #fff;
}
.tile.disabled
{
	background-color: #808080 !important;
}
.tile .btn-primary
{
	background-color: #369;
}
.tile .btn-primary:hover
{
	background-color: #69C;
}
.double.tile
{
	height: 120px;uy
	line-height: 120px;
}
.product.tile
{
	height: 85px;
	line-height: 1.5em;
	padding: 15px;
}
.product.tile > h2
{
	display: block;
}
.large.product.tile
{
	height: auto;
}
.large.product.tile > h2
{
	font-size: 2em;
	margin: 15px 0px;
}
.product.addon.tile
{
	background-color: #5F9F9F;
}
.two-line.tile
{
	line-height: 30px;
}

a.tile,
a.tile:hover
{
	text-decoration: none !important;
	color: #fff !important;
}
a.tile:hover
{
	background-color: #369;
}
.tile h2
{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 0;
}

.text-tile
{
	text-align: center;
}
.text-tile > h2
{
	margin-top: 0em;
}

.arrow-tile
{
	margin: 10px 0;
	color: #369;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 50px;
}
.tile .number
{
	color: rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.2);
	padding: 0px 5px;
}

.ticked
{
}
.ticked::before
{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f046\00a0";
	margin-right: 0.2em;
}

.benefit
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	background-color: rgba(255,255,255,0.1);
	text-align: left;
}
.benefit > .icon
{
	display: inline-block;
	background-color: rgba(255,255,255,0.12);
	padding: 4px;
}
.benefit > .text
{
	display: inline-block;
	padding: 4px;
}

.page-footer
{
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	color: #aaa !important;
	font-size: 70%;
}
.page-footer a
{
	color: #666 !important;
}

.progress-bar
{
	text-align: right;
	padding-right: 5px;
	line-height: 1.2em;
}

#notifications
{
	position: fixed;
	right: 15px;
	top: 15px;
	padding-top: 45px;
	z-index: 2000;
}

#notifications > div
{
	display: none;
	width: 300px;
}

.flaps
{
	position: fixed;
	bottom: -43px;
	width: 100%;
	z-index: 1051;
}
.flaps .nav
{
	text-align: right;
	border-width: 0;
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	height: 43px;
}
.flaps .nav > li
{
	float: none;
	display: inline-block;
	font-size: 13px;
	position: relative;
	top: -38px;
	overflow: hidden;
	height: 38px;
	box-shadow: 0 -3px 3px rgba(0,0,0,0.2);
}
.flaps .nav > li > a
{
	color: #fff !important;
	background-color: #333 !important;
	border-color: #222 !important;
}
.flaps .nav > li > a:hover
{
	background-color: #222 !important;
}
.flaps .tab-content
{
}
.flaps .tab-content > .tab-pane
{
	background-color: #333 !important;
	color: #fff !important;
	box-shadow: 0 -3px 3px rgba(0,0,0,0.2) !important;
	margin-top: -43px;
	overflow: auto;
	padding: 15px 0 45px 0;
}

.help-block
{
	font-size: 70%;
}

#contact-flap,
.flaps .nav > li > a[href="#contact-flap"]
{
	background-color: #16499a !important;
}
#contact-flap a
{
	color: #fff !important;
}
#demo-flap,
.flaps .nav > li > a[href="#demo-flap"]
{
	background-color: #bf5a15 !important;
}

.carousel
{
	padding: 20px 20px 30px 20px;
	background-color: #667F99;
	color: #fff;
}
.carousel h3
{
	color: #fff;
	margin-top: 0;
}
.carousel h4
{
	color: #333;
}
.carousel-inner > .item
{
	-webkit-transition: 0.3s ease-in-out left;
	-moz-transition: 0.3s ease-in-out left;
	-o-transition: 0.3s ease-in-out left;
	transition: 0.3s ease-in-out left;
}
.carousel-indicators
{
	bottom: 5px;
}

.speech::before
{
	font-family: "FontAwesome";
	content: "\f075";
	margin-right: 0.5ex;
	vertical-align: bottom;
	position: relative;
	top: 0.2em;
}
.quote
{
	font-style: italic;
}
.quote::before
{
	font-family: "FontAwesome";
	content: "\f10d";
	margin-right: 0.25em;
	font-style: normal;
	opacity: 0.5;
}
.quote::after
{
	font-family: "FontAwesome";
	content: "\f10e";
	margin-left: 0.25em;
	font-style: normal;
	opacity: 0.5;
}

.xl-top-margin
{
	margin-top: 60px;
}
.l-top-margin
{
	margin-top: 40px;
}
.m-top-margin
{
	margin-top: 20px;
}
.s-top-margin
{
	margin-top: 10px;
}
.no-top-margin
{
	margin-top: 0 !important;
}

.xl-bottom-margin
{
	margin-bottom: 60px;
}
.l-bottom-margin
{
	margin-bottom: 40px;
}
.m-bottom-margin
{
	margin-bottom: 20px;
}
.s-bottom-margin
{
	margin-bottom: 10px;
}
.no-bottom-margin
{
	margin-bottom: 0 !important;
}

.pad-xs
{
	padding: 2px;
}
.pad-sm
{
	padding: 5px;
}
.pad-md
{
	padding: 15px;
}

.bd-1px
{
	border: 1px solid #4C7FB3;
}
.bd-2px
{
	border: 2px solid #4C7FB3;
}
.bd-3px
{
	border: 3px solid #4C7FB3;
}

.tip
{
	font-style: italic;
	background-color: #ffffd0;
	padding: 6px;
	border: 1px solid #eeeec0;
}
.tip::before
{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0eb";
	margin-right: 0.5em;
	color: #4390df !important;
}

.bottom-shadow
{
	box-shadow: 0 2px 6px rgba(0,0,0,0.3), 0 3px 8px rgba(0,0,0,0.2);
}
.text-shadow
{
	text-shadow: 0 2px 6px rgba(0,0,0,0.3), 0 3px 8px rgba(0,0,0,0.2);
}
.text-glow
{
	text-shadow: 0 0 6px rgba(255,255,255,0.6);
}

.text-xs
{
	font-size: 0.7em;
}
.text-sm
{
	font-size: 0.8em;
}
.text-md
{
	font-size: 1em;
}
.text-11
{
	font-size: 1.1em;
}
.text-12
{
	font-size: 1.2em;
}
.text-large,
.text-l
{
	font-size: 1.3em;
}
.text-xl
{
	font-size: 1.5em;
}
.text-xxl
{
	font-size: 1.8em;
}

.nav-mini.nav-pills
{
	font-size: 70%;
}
.nav-mini.nav-pills > li > a
{
	padding: 5px 8px;
}

.show-formula > .tab-content
{
	margin-top: 5px;
}

#scroller
{
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	padding: 4px;
}
#scroller.affix
{
	top: 100px;
}
#scroller > ul
{
	padding: 0;
}
#scroller > ul > li
{
	list-style: none;
	font-size: 80%;
}

.modal-content
{
	z-index: 10002;
	cursor: auto;
	overflow: auto;
	padding: 15px;
}

.screen-cover
{
	z-index: 10001;
	background-color: #000;
	opacity: 0.5;
}

.popup
{
	z-index: 10002;
	cursor: auto;
	background-color: #ccc;
	box-shadow: 0px 0px 20px #fff;
	-webkit-box-shadow: 0px 0px 20px #fff;
	-moz-box-shadow: 0px 0px 20px #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.4,#4f78a6), color-stop(1,#3d6790)) 0 0 no-repeat scroll;
	background: -moz-linear-gradient(top, #4f78a6, #3d6790) 0 0 no-repeat scroll;
	border: 2px solid #fff;
	padding: 15px;
	overflow: auto;
}

.popup > h1
{
	margin: 0px;
}

.popup > textarea
{
	display: block;
	border-width: 0px;
	padding: 4px;
	height: 400px;
	width: 592px;
	font-size: 16px;
	margin: 0px auto;
}

.page-editor .content
{
	margin-top: 0px;
}
.page-editor .note-editor
{
	border: none;
}
.page-editor .note-editor .note-toolbar
{
	padding-left: 0;
	background-color: transparent;
	border-bottom-color: #e0e0e0;
}
.page-editor .note-editor .note-editable
{
	padding: 0;
}
.page-editor #security-groups li,
.page-editor #options li
{
	padding: 3px 10px;
}
.page-editor #options li
{
	width: 160px;
}
.page-editor #security-groups li:hover,
.page-editor #options li:hover
{
	background-color: #d3d3d3;
}

.demo-user,
.demo-user:hover
{
	color: white;
	display: block;
	margin: 10px 0;
}
.demo-user button
{
	display: inline-block;
	margin: 0;
	cursor: pointer;
	background-image: none;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	color: white;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.demo-user img
{
	width: 100%;
}
.demo-user h2
{
	font-size: 18px;
	color: white;
	margin: 5px 10px 5px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.demo-user .groups
{
	font-size: 10px;
}


.values
{
	font-size: 14px;
}

.values td.representations
{
	text-align: center;
}

.values .representation
{
	display: inline-block;
    margin: 0 0.7em;
}

.values table caption
{
	caption-side: bottom;
	margin-top: 3px;
}

.value
{
	overflow-x: auto;
}

.value:invalid
{
	border: 1px solid red;
}

.annotated.value .annotation
{
	margin-bottom: 6px;
}

.confirmation.value
{
	padding: 0px 8px;
	background-color: #eefcf2;
	border-left: 8px solid #52e07d;
}

.warning.value
{
	padding: 0px 8px;
	background-color: #FCFAEE;
	border-left: 8px solid #E0CB52;
}

.information.value
{
	padding: 0px 8px;
	background-color: #fff;
	border-left: 8px solid #999999;
}

.error.value
{
	padding: 0px 8px;
	background-color: #FBE9E9;
	border-left: 8px solid #E05252;
}

.hslColor.value
{
	width: 40px;
	height: 40px;
	border-radius: 8px;
}

.popup.value
{
	cursor: pointer;
}

.popup.value > .container
{
	cursor: auto;
	background-color: #ccc;
	box-shadow: 0px 0px 8px #fff;
	-webkit-box-shadow: 0px 0px 8px #fff;
	-moz-box-shadow: 0px 0px 8px #fff;
	border-radius: 16px;
	-moz-border-radius: 16px;
	z-index: 1001;
	padding: 15px;
	overflow: auto;
}

.persona.input.value img
{
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
}

.persona.input.value a
{
	vertical-align: middle;
}

.fileTemplate.input.value
{
	min-height: 1em;
	border: 1px solid #aaa;
	border-left-width: 4px;
	background-color: #fff;
	padding: 4px;
}

.fileTemplate.input.value.accept
{
	background-color: #71BF86;
}

.fileTemplate.input.value.reject
{
	background-color: #BF7186;
}

.fileTemplate.input.value > .hint
{
	font-size: 85%;
	color: #888;
	font-style: italic;
}

.file.value,
.blob.value
{
	display: inline-block;
	text-align: center;
}

.file.value .details,
.blob.value .details
{
	color: #888;
	font-size: 80%;
}

.file.value > a,
.blob.value > a
{
	margin: 0 0.3em;
}

.null.value
{
	color: #888;
	font-size: 85%;
}




.fg-black               { color: #000000 !important; }
.fg-dark-gray           { color: #4d4d4d !important; }
.fg-gray                { color: #808080 !important; }
.fg-light-gray          { color: #b2b2b2 !important; }
.fg-white               { color: #ffffff !important; }
.fg-semi-black          { color: hsla(240,0%,0%,0.15) !important; }
.fg-semi-white          { color: hsla(240,0%,100%,0.15) !important; }
.fg-transparent         { color: transparent; }

.bg-black               { background-color: #000000 !important; }
.bg-dark-gray           { background-color: #4d4d4d !important; }
.bg-gray                { background-color: #808080 !important; }
.bg-light-gray          { background-color: #b2b2b2 !important; }
.bg-white               { background-color: #ffffff !important; }
.bg-semi-black          { background-color: hsla(240,0%,0%,0.15) !important; }
.bg-semi-white          { background-color: hsla(240,0%,100%,0.15) !important; }
.bg-transparent         { background-color: transparent; }

.bd-black               { border-color: #000000 !important; }
.bd-dark-gray           { border-color: #4d4d4d !important; }
.bd-gray                { border-color: #808080 !important; }
.bd-light-gray          { border-color: #b2b2b2 !important; }
.bd-white               { border-color: #ffffff !important; }
.bd-semi-black          { border-color: hsla(240,0%,0%,0.15) !important; }
.bd-semi-white          { border-color: hsla(240,0%,100%,0.15) !important; }
.bd-transparent         { border-color: transparent; }

.bg-red                 { background-color: hsl(0,   40%,  50%) !important; }
.bg-orange              { background-color: hsl(30,  40%,  50%) !important; }
.bg-yellow              { background-color: hsl(60,  40%,  50%) !important; }
.bg-lime                { background-color: hsl(90,  40%,  50%) !important; }
.bg-green               { background-color: hsl(120, 40%,  50%) !important; }
.bg-aqua                { background-color: hsl(150, 40%,  50%) !important; }
.bg-cyan                { background-color: hsl(180, 40%,  50%) !important; }
.bg-sky                 { background-color: hsl(210, 40%,  50%) !important; }
.bg-blue                { background-color: hsl(240, 40%,  50%) !important; }
.bg-violet              { background-color: hsl(270, 40%,  50%) !important; }
.bg-magenta             { background-color: hsl(300, 40%,  50%) !important; }
.bg-pink                { background-color: hsl(330, 40%,  50%) !important; }
.bg-sat-red             { background-color: hsl(0,   80%,  50%) !important; }
.bg-sat-orange          { background-color: hsl(30,  80%,  50%) !important; }
.bg-sat-yellow          { background-color: hsl(60,  80%,  50%) !important; }
.bg-sat-lime            { background-color: hsl(90,  80%,  50%) !important; }
.bg-sat-green           { background-color: hsl(120, 80%,  50%) !important; }
.bg-sat-aqua            { background-color: hsl(150, 80%,  50%) !important; }
.bg-sat-cyan            { background-color: hsl(180, 80%,  50%) !important; }
.bg-sat-sky             { background-color: hsl(210, 80%,  50%) !important; }
.bg-sat-blue            { background-color: hsl(240, 80%,  50%) !important; }
.bg-sat-violet          { background-color: hsl(270, 80%,  50%) !important; }
.bg-sat-magenta         { background-color: hsl(300, 80%,  50%) !important; }
.bg-sat-pink            { background-color: hsl(330, 80%,  50%) !important; }
.bg-desat-red           { background-color: hsl(0,   20%,  50%) !important; }
.bg-desat-orange        { background-color: hsl(30,  20%,  50%) !important; }
.bg-desat-yellow        { background-color: hsl(60,  20%,  50%) !important; }
.bg-desat-lime          { background-color: hsl(90,  20%,  50%) !important; }
.bg-desat-green         { background-color: hsl(120, 20%,  50%) !important; }
.bg-desat-aqua          { background-color: hsl(150, 20%,  50%) !important; }
.bg-desat-cyan          { background-color: hsl(180, 20%,  50%) !important; }
.bg-desat-sky           { background-color: hsl(210, 20%,  50%) !important; }
.bg-desat-blue          { background-color: hsl(240, 20%,  50%) !important; }
.bg-desat-violet        { background-color: hsl(270, 20%,  50%) !important; }
.bg-desat-magenta       { background-color: hsl(300, 20%,  50%) !important; }
.bg-desat-pink          { background-color: hsl(330, 20%,  50%) !important; }
.bg-dark-red            { background-color: hsl(0,   50%,  40%) !important; }
.bg-dark-orange         { background-color: hsl(30,  50%,  40%) !important; }
.bg-dark-yellow         { background-color: hsl(60,  50%,  40%) !important; }
.bg-dark-lime           { background-color: hsl(90,  50%,  40%) !important; }
.bg-dark-green          { background-color: hsl(120, 50%,  40%) !important; }
.bg-dark-aqua           { background-color: hsl(150, 50%,  40%) !important; }
.bg-dark-cyan           { background-color: hsl(180, 50%,  40%) !important; }
.bg-dark-sky            { background-color: hsl(210, 50%,  40%) !important; }
.bg-dark-blue           { background-color: hsl(240, 50%,  40%) !important; }
.bg-dark-violet         { background-color: hsl(270, 50%,  40%) !important; }
.bg-dark-magenta        { background-color: hsl(300, 50%,  40%) !important; }
.bg-dark-pink           { background-color: hsl(330, 50%,  40%) !important; }
.bg-dark-sat-red        { background-color: hsl(0,   100%, 40%) !important; }
.bg-dark-sat-orange     { background-color: hsl(30,  100%, 40%) !important; }
.bg-dark-sat-yellow     { background-color: hsl(60,  100%, 40%) !important; }
.bg-dark-sat-lime       { background-color: hsl(90,  100%, 40%) !important; }
.bg-dark-sat-green      { background-color: hsl(120, 100%, 40%) !important; }
.bg-dark-sat-aqua       { background-color: hsl(150, 100%, 40%) !important; }
.bg-dark-sat-cyan       { background-color: hsl(180, 100%, 40%) !important; }
.bg-dark-sat-sky        { background-color: hsl(210, 100%, 40%) !important; }
.bg-dark-sat-blue       { background-color: hsl(240, 100%, 40%) !important; }
.bg-dark-sat-violet     { background-color: hsl(270, 100%, 40%) !important; }
.bg-dark-sat-magenta    { background-color: hsl(300, 100%, 40%) !important; }
.bg-dark-sat-pink       { background-color: hsl(330, 100%, 40%) !important; }
.bg-dark-desat-red      { background-color: hsl(0,   25%,  40%) !important; }
.bg-dark-desat-orange   { background-color: hsl(30,  25%,  40%) !important; }
.bg-dark-desat-yellow   { background-color: hsl(60,  25%,  40%) !important; }
.bg-dark-desat-lime     { background-color: hsl(90,  25%,  40%) !important; }
.bg-dark-desat-green    { background-color: hsl(120, 25%,  40%) !important; }
.bg-dark-desat-aqua     { background-color: hsl(150, 25%,  40%) !important; }
.bg-dark-desat-cyan     { background-color: hsl(180, 25%,  40%) !important; }
.bg-dark-desat-sky      { background-color: hsl(210, 25%,  40%) !important; }
.bg-dark-desat-blue     { background-color: hsl(240, 25%,  40%) !important; }
.bg-dark-desat-violet   { background-color: hsl(270, 25%,  40%) !important; }
.bg-dark-desat-magenta  { background-color: hsl(300, 25%,  40%) !important; }
.bg-dark-desat-pink     { background-color: hsl(330, 25%,  40%) !important; }
.bg-light-red           { background-color: hsl(0,   50%,  60%) !important; }
.bg-light-orange        { background-color: hsl(30,  50%,  60%) !important; }
.bg-light-yellow        { background-color: hsl(60,  50%,  60%) !important; }
.bg-light-lime          { background-color: hsl(90,  50%,  60%) !important; }
.bg-light-green         { background-color: hsl(120, 50%,  60%) !important; }
.bg-light-aqua          { background-color: hsl(150, 50%,  60%) !important; }
.bg-light-cyan          { background-color: hsl(180, 50%,  60%) !important; }
.bg-light-sky           { background-color: hsl(210, 50%,  60%) !important; }
.bg-light-blue          { background-color: hsl(240, 50%,  60%) !important; }
.bg-light-violet        { background-color: hsl(270, 50%,  60%) !important; }
.bg-light-magenta       { background-color: hsl(300, 50%,  60%) !important; }
.bg-light-pink          { background-color: hsl(330, 50%,  60%) !important; }
.bg-light-sat-red       { background-color: hsl(0,   100%, 60%) !important; }
.bg-light-sat-orange    { background-color: hsl(30,  100%, 60%) !important; }
.bg-light-sat-yellow    { background-color: hsl(60,  100%, 60%) !important; }
.bg-light-sat-lime      { background-color: hsl(90,  100%, 60%) !important; }
.bg-light-sat-green     { background-color: hsl(120, 100%, 60%) !important; }
.bg-light-sat-aqua      { background-color: hsl(150, 100%, 60%) !important; }
.bg-light-sat-cyan      { background-color: hsl(180, 100%, 60%) !important; }
.bg-light-sat-sky       { background-color: hsl(210, 100%, 60%) !important; }
.bg-light-sat-blue      { background-color: hsl(240, 100%, 60%) !important; }
.bg-light-sat-violet    { background-color: hsl(270, 100%, 60%) !important; }
.bg-light-sat-magenta   { background-color: hsl(300, 100%, 60%) !important; }
.bg-light-sat-pink      { background-color: hsl(330, 100%, 60%) !important; }
.bg-light-desat-red     { background-color: hsl(0,   25%,  60%) !important; }
.bg-light-desat-orange  { background-color: hsl(30,  25%,  60%) !important; }
.bg-light-desat-yellow  { background-color: hsl(60,  25%,  60%) !important; }
.bg-light-desat-lime    { background-color: hsl(90,  25%,  60%) !important; }
.bg-light-desat-green   { background-color: hsl(120, 25%,  60%) !important; }
.bg-light-desat-aqua    { background-color: hsl(150, 25%,  60%) !important; }
.bg-light-desat-cyan    { background-color: hsl(180, 25%,  60%) !important; }
.bg-light-desat-sky     { background-color: hsl(210, 25%,  60%) !important; }
.bg-light-desat-blue    { background-color: hsl(240, 25%,  60%) !important; }
.bg-light-desat-violet  { background-color: hsl(270, 25%,  60%) !important; }
.bg-light-desat-magenta { background-color: hsl(300, 25%,  60%) !important; }
.bg-light-desat-pink    { background-color: hsl(330, 25%,  60%) !important; }

.fg-red                 { color: hsl(0,   40%,  50%) !important; }
.fg-orange              { color: hsl(30,  40%,  50%) !important; }
.fg-yellow              { color: hsl(60,  40%,  50%) !important; }
.fg-lime                { color: hsl(90,  40%,  50%) !important; }
.fg-green               { color: hsl(120, 40%,  50%) !important; }
.fg-aqua                { color: hsl(150, 40%,  50%) !important; }
.fg-cyan                { color: hsl(180, 40%,  50%) !important; }
.fg-sky                 { color: hsl(210, 40%,  50%) !important; }
.fg-blue                { color: hsl(240, 40%,  50%) !important; }
.fg-violet              { color: hsl(270, 40%,  50%) !important; }
.fg-magenta             { color: hsl(300, 40%,  50%) !important; }
.fg-pink                { color: hsl(330, 40%,  50%) !important; }
.fg-sat-red             { color: hsl(0,   80%,  50%) !important; }
.fg-sat-orange          { color: hsl(30,  80%,  50%) !important; }
.fg-sat-yellow          { color: hsl(60,  80%,  50%) !important; }
.fg-sat-lime            { color: hsl(90,  80%,  50%) !important; }
.fg-sat-green           { color: hsl(120, 80%,  50%) !important; }
.fg-sat-aqua            { color: hsl(150, 80%,  50%) !important; }
.fg-sat-cyan            { color: hsl(180, 80%,  50%) !important; }
.fg-sat-sky             { color: hsl(210, 80%,  50%) !important; }
.fg-sat-blue            { color: hsl(240, 80%,  50%) !important; }
.fg-sat-violet          { color: hsl(270, 80%,  50%) !important; }
.fg-sat-magenta         { color: hsl(300, 80%,  50%) !important; }
.fg-sat-pink            { color: hsl(330, 80%,  50%) !important; }
.fg-desat-red           { color: hsl(0,   20%,  50%) !important; }
.fg-desat-orange        { color: hsl(30,  20%,  50%) !important; }
.fg-desat-yellow        { color: hsl(60,  20%,  50%) !important; }
.fg-desat-lime          { color: hsl(90,  20%,  50%) !important; }
.fg-desat-green         { color: hsl(120, 20%,  50%) !important; }
.fg-desat-aqua          { color: hsl(150, 20%,  50%) !important; }
.fg-desat-cyan          { color: hsl(180, 20%,  50%) !important; }
.fg-desat-sky           { color: hsl(210, 20%,  50%) !important; }
.fg-desat-blue          { color: hsl(240, 20%,  50%) !important; }
.fg-desat-violet        { color: hsl(270, 20%,  50%) !important; }
.fg-desat-magenta       { color: hsl(300, 20%,  50%) !important; }
.fg-desat-pink          { color: hsl(330, 20%,  50%) !important; }
.fg-dark-red            { color: hsl(0,   50%,  40%) !important; }
.fg-dark-orange         { color: hsl(30,  50%,  40%) !important; }
.fg-dark-yellow         { color: hsl(60,  50%,  40%) !important; }
.fg-dark-lime           { color: hsl(90,  50%,  40%) !important; }
.fg-dark-green          { color: hsl(120, 50%,  40%) !important; }
.fg-dark-aqua           { color: hsl(150, 50%,  40%) !important; }
.fg-dark-cyan           { color: hsl(180, 50%,  40%) !important; }
.fg-dark-sky            { color: hsl(210, 50%,  40%) !important; }
.fg-dark-blue           { color: hsl(240, 50%,  40%) !important; }
.fg-dark-violet         { color: hsl(270, 50%,  40%) !important; }
.fg-dark-magenta        { color: hsl(300, 50%,  40%) !important; }
.fg-dark-pink           { color: hsl(330, 50%,  40%) !important; }
.fg-dark-sat-red        { color: hsl(0,   100%, 40%) !important; }
.fg-dark-sat-orange     { color: hsl(30,  100%, 40%) !important; }
.fg-dark-sat-yellow     { color: hsl(60,  100%, 40%) !important; }
.fg-dark-sat-lime       { color: hsl(90,  100%, 40%) !important; }
.fg-dark-sat-green      { color: hsl(120, 100%, 40%) !important; }
.fg-dark-sat-aqua       { color: hsl(150, 100%, 40%) !important; }
.fg-dark-sat-cyan       { color: hsl(180, 100%, 40%) !important; }
.fg-dark-sat-sky        { color: hsl(210, 100%, 40%) !important; }
.fg-dark-sat-blue       { color: hsl(240, 100%, 40%) !important; }
.fg-dark-sat-violet     { color: hsl(270, 100%, 40%) !important; }
.fg-dark-sat-magenta    { color: hsl(300, 100%, 40%) !important; }
.fg-dark-sat-pink       { color: hsl(330, 100%, 40%) !important; }
.fg-dark-desat-red      { color: hsl(0,   25%,  40%) !important; }
.fg-dark-desat-orange   { color: hsl(30,  25%,  40%) !important; }
.fg-dark-desat-yellow   { color: hsl(60,  25%,  40%) !important; }
.fg-dark-desat-lime     { color: hsl(90,  25%,  40%) !important; }
.fg-dark-desat-green    { color: hsl(120, 25%,  40%) !important; }
.fg-dark-desat-aqua     { color: hsl(150, 25%,  40%) !important; }
.fg-dark-desat-cyan     { color: hsl(180, 25%,  40%) !important; }
.fg-dark-desat-sky      { color: hsl(210, 25%,  40%) !important; }
.fg-dark-desat-blue     { color: hsl(240, 25%,  40%) !important; }
.fg-dark-desat-violet   { color: hsl(270, 25%,  40%) !important; }
.fg-dark-desat-magenta  { color: hsl(300, 25%,  40%) !important; }
.fg-dark-desat-pink     { color: hsl(330, 25%,  40%) !important; }
.fg-light-red           { color: hsl(0,   50%,  60%) !important; }
.fg-light-orange        { color: hsl(30,  50%,  60%) !important; }
.fg-light-yellow        { color: hsl(60,  50%,  60%) !important; }
.fg-light-lime          { color: hsl(90,  50%,  60%) !important; }
.fg-light-green         { color: hsl(120, 50%,  60%) !important; }
.fg-light-aqua          { color: hsl(150, 50%,  60%) !important; }
.fg-light-cyan          { color: hsl(180, 50%,  60%) !important; }
.fg-light-sky           { color: hsl(210, 50%,  60%) !important; }
.fg-light-blue          { color: hsl(240, 50%,  60%) !important; }
.fg-light-violet        { color: hsl(270, 50%,  60%) !important; }
.fg-light-magenta       { color: hsl(300, 50%,  60%) !important; }
.fg-light-pink          { color: hsl(330, 50%,  60%) !important; }
.fg-light-sat-red       { color: hsl(0,   100%, 60%) !important; }
.fg-light-sat-orange    { color: hsl(30,  100%, 60%) !important; }
.fg-light-sat-yellow    { color: hsl(60,  100%, 60%) !important; }
.fg-light-sat-lime      { color: hsl(90,  100%, 60%) !important; }
.fg-light-sat-green     { color: hsl(120, 100%, 60%) !important; }
.fg-light-sat-aqua      { color: hsl(150, 100%, 60%) !important; }
.fg-light-sat-cyan      { color: hsl(180, 100%, 60%) !important; }
.fg-light-sat-sky       { color: hsl(210, 100%, 60%) !important; }
.fg-light-sat-blue      { color: hsl(240, 100%, 60%) !important; }
.fg-light-sat-violet    { color: hsl(270, 100%, 60%) !important; }
.fg-light-sat-magenta   { color: hsl(300, 100%, 60%) !important; }
.fg-light-sat-pink      { color: hsl(330, 100%, 60%) !important; }
.fg-light-desat-red     { color: hsl(0,   25%,  60%) !important; }
.fg-light-desat-orange  { color: hsl(30,  25%,  60%) !important; }
.fg-light-desat-yellow  { color: hsl(60,  25%,  60%) !important; }
.fg-light-desat-lime    { color: hsl(90,  25%,  60%) !important; }
.fg-light-desat-green   { color: hsl(120, 25%,  60%) !important; }
.fg-light-desat-aqua    { color: hsl(150, 25%,  60%) !important; }
.fg-light-desat-cyan    { color: hsl(180, 25%,  60%) !important; }
.fg-light-desat-sky     { color: hsl(210, 25%,  60%) !important; }
.fg-light-desat-blue    { color: hsl(240, 25%,  60%) !important; }
.fg-light-desat-violet  { color: hsl(270, 25%,  60%) !important; }
.fg-light-desat-magenta { color: hsl(300, 25%,  60%) !important; }
.fg-light-desat-pink    { color: hsl(330, 25%,  60%) !important; }

.bd-red                 { border-color: hsl(0,   40%,  50%) !important; }
.bd-orange              { border-color: hsl(30,  40%,  50%) !important; }
.bd-yellow              { border-color: hsl(60,  40%,  50%) !important; }
.bd-lime                { border-color: hsl(90,  40%,  50%) !important; }
.bd-green               { border-color: hsl(120, 40%,  50%) !important; }
.bd-aqua                { border-color: hsl(150, 40%,  50%) !important; }
.bd-cyan                { border-color: hsl(180, 40%,  50%) !important; }
.bd-sky                 { border-color: hsl(210, 40%,  50%) !important; }
.bd-blue                { border-color: hsl(240, 40%,  50%) !important; }
.bd-violet              { border-color: hsl(270, 40%,  50%) !important; }
.bd-magenta             { border-color: hsl(300, 40%,  50%) !important; }
.bd-pink                { border-color: hsl(330, 40%,  50%) !important; }
.bd-sat-red             { border-color: hsl(0,   80%,  50%) !important; }
.bd-sat-orange          { border-color: hsl(30,  80%,  50%) !important; }
.bd-sat-yellow          { border-color: hsl(60,  80%,  50%) !important; }
.bd-sat-lime            { border-color: hsl(90,  80%,  50%) !important; }
.bd-sat-green           { border-color: hsl(120, 80%,  50%) !important; }
.bd-sat-aqua            { border-color: hsl(150, 80%,  50%) !important; }
.bd-sat-cyan            { border-color: hsl(180, 80%,  50%) !important; }
.bd-sat-sky             { border-color: hsl(210, 80%,  50%) !important; }
.bd-sat-blue            { border-color: hsl(240, 80%,  50%) !important; }
.bd-sat-violet          { border-color: hsl(270, 80%,  50%) !important; }
.bd-sat-magenta         { border-color: hsl(300, 80%,  50%) !important; }
.bd-sat-pink            { border-color: hsl(330, 80%,  50%) !important; }
.bd-desat-red           { border-color: hsl(0,   20%,  50%) !important; }
.bd-desat-orange        { border-color: hsl(30,  20%,  50%) !important; }
.bd-desat-yellow        { border-color: hsl(60,  20%,  50%) !important; }
.bd-desat-lime          { border-color: hsl(90,  20%,  50%) !important; }
.bd-desat-green         { border-color: hsl(120, 20%,  50%) !important; }
.bd-desat-aqua          { border-color: hsl(150, 20%,  50%) !important; }
.bd-desat-cyan          { border-color: hsl(180, 20%,  50%) !important; }
.bd-desat-sky           { border-color: hsl(210, 20%,  50%) !important; }
.bd-desat-blue          { border-color: hsl(240, 20%,  50%) !important; }
.bd-desat-violet        { border-color: hsl(270, 20%,  50%) !important; }
.bd-desat-magenta       { border-color: hsl(300, 20%,  50%) !important; }
.bd-desat-pink          { border-color: hsl(330, 20%,  50%) !important; }
.bd-dark-red            { border-color: hsl(0,   50%,  40%) !important; }
.bd-dark-orange         { border-color: hsl(30,  50%,  40%) !important; }
.bd-dark-yellow         { border-color: hsl(60,  50%,  40%) !important; }
.bd-dark-lime           { border-color: hsl(90,  50%,  40%) !important; }
.bd-dark-green          { border-color: hsl(120, 50%,  40%) !important; }
.bd-dark-aqua           { border-color: hsl(150, 50%,  40%) !important; }
.bd-dark-cyan           { border-color: hsl(180, 50%,  40%) !important; }
.bd-dark-sky            { border-color: hsl(210, 50%,  40%) !important; }
.bd-dark-blue           { border-color: hsl(240, 50%,  40%) !important; }
.bd-dark-violet         { border-color: hsl(270, 50%,  40%) !important; }
.bd-dark-magenta        { border-color: hsl(300, 50%,  40%) !important; }
.bd-dark-pink           { border-color: hsl(330, 50%,  40%) !important; }
.bd-dark-sat-red        { border-color: hsl(0,   100%, 40%) !important; }
.bd-dark-sat-orange     { border-color: hsl(30,  100%, 40%) !important; }
.bd-dark-sat-yellow     { border-color: hsl(60,  100%, 40%) !important; }
.bd-dark-sat-lime       { border-color: hsl(90,  100%, 40%) !important; }
.bd-dark-sat-green      { border-color: hsl(120, 100%, 40%) !important; }
.bd-dark-sat-aqua       { border-color: hsl(150, 100%, 40%) !important; }
.bd-dark-sat-cyan       { border-color: hsl(180, 100%, 40%) !important; }
.bd-dark-sat-sky        { border-color: hsl(210, 100%, 40%) !important; }
.bd-dark-sat-blue       { border-color: hsl(240, 100%, 40%) !important; }
.bd-dark-sat-violet     { border-color: hsl(270, 100%, 40%) !important; }
.bd-dark-sat-magenta    { border-color: hsl(300, 100%, 40%) !important; }
.bd-dark-sat-pink       { border-color: hsl(330, 100%, 40%) !important; }
.bd-dark-desat-red      { border-color: hsl(0,   25%,  40%) !important; }
.bd-dark-desat-orange   { border-color: hsl(30,  25%,  40%) !important; }
.bd-dark-desat-yellow   { border-color: hsl(60,  25%,  40%) !important; }
.bd-dark-desat-lime     { border-color: hsl(90,  25%,  40%) !important; }
.bd-dark-desat-green    { border-color: hsl(120, 25%,  40%) !important; }
.bd-dark-desat-aqua     { border-color: hsl(150, 25%,  40%) !important; }
.bd-dark-desat-cyan     { border-color: hsl(180, 25%,  40%) !important; }
.bd-dark-desat-sky      { border-color: hsl(210, 25%,  40%) !important; }
.bd-dark-desat-blue     { border-color: hsl(240, 25%,  40%) !important; }
.bd-dark-desat-violet   { border-color: hsl(270, 25%,  40%) !important; }
.bd-dark-desat-magenta  { border-color: hsl(300, 25%,  40%) !important; }
.bd-dark-desat-pink     { border-color: hsl(330, 25%,  40%) !important; }
.bd-light-red           { border-color: hsl(0,   50%,  60%) !important; }
.bd-light-orange        { border-color: hsl(30,  50%,  60%) !important; }
.bd-light-yellow        { border-color: hsl(60,  50%,  60%) !important; }
.bd-light-lime          { border-color: hsl(90,  50%,  60%) !important; }
.bd-light-green         { border-color: hsl(120, 50%,  60%) !important; }
.bd-light-aqua          { border-color: hsl(150, 50%,  60%) !important; }
.bd-light-cyan          { border-color: hsl(180, 50%,  60%) !important; }
.bd-light-sky           { border-color: hsl(210, 50%,  60%) !important; }
.bd-light-blue          { border-color: hsl(240, 50%,  60%) !important; }
.bd-light-violet        { border-color: hsl(270, 50%,  60%) !important; }
.bd-light-magenta       { border-color: hsl(300, 50%,  60%) !important; }
.bd-light-pink          { border-color: hsl(330, 50%,  60%) !important; }
.bd-light-sat-red       { border-color: hsl(0,   100%, 60%) !important; }
.bd-light-sat-orange    { border-color: hsl(30,  100%, 60%) !important; }
.bd-light-sat-yellow    { border-color: hsl(60,  100%, 60%) !important; }
.bd-light-sat-lime      { border-color: hsl(90,  100%, 60%) !important; }
.bd-light-sat-green     { border-color: hsl(120, 100%, 60%) !important; }
.bd-light-sat-aqua      { border-color: hsl(150, 100%, 60%) !important; }
.bd-light-sat-cyan      { border-color: hsl(180, 100%, 60%) !important; }
.bd-light-sat-sky       { border-color: hsl(210, 100%, 60%) !important; }
.bd-light-sat-blue      { border-color: hsl(240, 100%, 60%) !important; }
.bd-light-sat-violet    { border-color: hsl(270, 100%, 60%) !important; }
.bd-light-sat-magenta   { border-color: hsl(300, 100%, 60%) !important; }
.bd-light-sat-pink      { border-color: hsl(330, 100%, 60%) !important; }
.bd-light-desat-red     { border-color: hsl(0,   25%,  60%) !important; }
.bd-light-desat-orange  { border-color: hsl(30,  25%,  60%) !important; }
.bd-light-desat-yellow  { border-color: hsl(60,  25%,  60%) !important; }
.bd-light-desat-lime    { border-color: hsl(90,  25%,  60%) !important; }
.bd-light-desat-green   { border-color: hsl(120, 25%,  60%) !important; }
.bd-light-desat-aqua    { border-color: hsl(150, 25%,  60%) !important; }
.bd-light-desat-cyan    { border-color: hsl(180, 25%,  60%) !important; }
.bd-light-desat-sky     { border-color: hsl(210, 25%,  60%) !important; }
.bd-light-desat-blue    { border-color: hsl(240, 25%,  60%) !important; }
.bd-light-desat-violet  { border-color: hsl(270, 25%,  60%) !important; }
.bd-light-desat-magenta { border-color: hsl(300, 25%,  60%) !important; }
.bd-light-desat-pink    { border-color: hsl(330, 25%,  60%) !important; }

.bg-hover-red:hover                 { background-color: hsl(0,   40%,  50%) !important; }
.bg-hover-orange:hover              { background-color: hsl(30,  40%,  50%) !important; }
.bg-hover-yellow:hover              { background-color: hsl(60,  40%,  50%) !important; }
.bg-hover-lime:hover                { background-color: hsl(90,  40%,  50%) !important; }
.bg-hover-green:hover               { background-color: hsl(120, 40%,  50%) !important; }
.bg-hover-aqua:hover                { background-color: hsl(150, 40%,  50%) !important; }
.bg-hover-cyan:hover                { background-color: hsl(180, 40%,  50%) !important; }
.bg-hover-sky:hover                 { background-color: hsl(210, 40%,  50%) !important; }
.bg-hover-blue:hover                { background-color: hsl(240, 40%,  50%) !important; }
.bg-hover-violet:hover              { background-color: hsl(270, 40%,  50%) !important; }
.bg-hover-magenta:hover             { background-color: hsl(300, 40%,  50%) !important; }
.bg-hover-pink:hover                { background-color: hsl(330, 40%,  50%) !important; }
.bg-hover-sat-red:hover             { background-color: hsl(0,   80%,  50%) !important; }
.bg-hover-sat-orange:hover          { background-color: hsl(30,  80%,  50%) !important; }
.bg-hover-sat-yellow:hover          { background-color: hsl(60,  80%,  50%) !important; }
.bg-hover-sat-lime:hover            { background-color: hsl(90,  80%,  50%) !important; }
.bg-hover-sat-green:hover           { background-color: hsl(120, 80%,  50%) !important; }
.bg-hover-sat-aqua:hover            { background-color: hsl(150, 80%,  50%) !important; }
.bg-hover-sat-cyan:hover            { background-color: hsl(180, 80%,  50%) !important; }
.bg-hover-sat-sky:hover             { background-color: hsl(210, 80%,  50%) !important; }
.bg-hover-sat-blue:hover            { background-color: hsl(240, 80%,  50%) !important; }
.bg-hover-sat-violet:hover          { background-color: hsl(270, 80%,  50%) !important; }
.bg-hover-sat-magenta:hover         { background-color: hsl(300, 80%,  50%) !important; }
.bg-hover-sat-pink:hover            { background-color: hsl(330, 80%,  50%) !important; }
.bg-hover-desat-red:hover           { background-color: hsl(0,   20%,  50%) !important; }
.bg-hover-desat-orange:hover        { background-color: hsl(30,  20%,  50%) !important; }
.bg-hover-desat-yellow:hover        { background-color: hsl(60,  20%,  50%) !important; }
.bg-hover-desat-lime:hover          { background-color: hsl(90,  20%,  50%) !important; }
.bg-hover-desat-green:hover         { background-color: hsl(120, 20%,  50%) !important; }
.bg-hover-desat-aqua:hover          { background-color: hsl(150, 20%,  50%) !important; }
.bg-hover-desat-cyan:hover          { background-color: hsl(180, 20%,  50%) !important; }
.bg-hover-desat-sky:hover           { background-color: hsl(210, 20%,  50%) !important; }
.bg-hover-desat-blue:hover          { background-color: hsl(240, 20%,  50%) !important; }
.bg-hover-desat-violet:hover        { background-color: hsl(270, 20%,  50%) !important; }
.bg-hover-desat-magenta:hover       { background-color: hsl(300, 20%,  50%) !important; }
.bg-hover-desat-pink:hover          { background-color: hsl(330, 20%,  50%) !important; }
.bg-hover-dark-red:hover            { background-color: hsl(0,   50%,  40%) !important; }
.bg-hover-dark-orange:hover         { background-color: hsl(30,  50%,  40%) !important; }
.bg-hover-dark-yellow:hover         { background-color: hsl(60,  50%,  40%) !important; }
.bg-hover-dark-lime:hover           { background-color: hsl(90,  50%,  40%) !important; }
.bg-hover-dark-green:hover          { background-color: hsl(120, 50%,  40%) !important; }
.bg-hover-dark-aqua:hover           { background-color: hsl(150, 50%,  40%) !important; }
.bg-hover-dark-cyan:hover           { background-color: hsl(180, 50%,  40%) !important; }
.bg-hover-dark-sky:hover            { background-color: hsl(210, 50%,  40%) !important; }
.bg-hover-dark-blue:hover           { background-color: hsl(240, 50%,  40%) !important; }
.bg-hover-dark-violet:hover         { background-color: hsl(270, 50%,  40%) !important; }
.bg-hover-dark-magenta:hover        { background-color: hsl(300, 50%,  40%) !important; }
.bg-hover-dark-pink:hover           { background-color: hsl(330, 50%,  40%) !important; }
.bg-hover-dark-sat-red:hover        { background-color: hsl(0,   100%, 40%) !important; }
.bg-hover-dark-sat-orange:hover     { background-color: hsl(30,  100%, 40%) !important; }
.bg-hover-dark-sat-yellow:hover     { background-color: hsl(60,  100%, 40%) !important; }
.bg-hover-dark-sat-lime:hover       { background-color: hsl(90,  100%, 40%) !important; }
.bg-hover-dark-sat-green:hover      { background-color: hsl(120, 100%, 40%) !important; }
.bg-hover-dark-sat-aqua:hover       { background-color: hsl(150, 100%, 40%) !important; }
.bg-hover-dark-sat-cyan:hover       { background-color: hsl(180, 100%, 40%) !important; }
.bg-hover-dark-sat-sky:hover        { background-color: hsl(210, 100%, 40%) !important; }
.bg-hover-dark-sat-blue:hover       { background-color: hsl(240, 100%, 40%) !important; }
.bg-hover-dark-sat-violet:hover     { background-color: hsl(270, 100%, 40%) !important; }
.bg-hover-dark-sat-magenta:hover    { background-color: hsl(300, 100%, 40%) !important; }
.bg-hover-dark-sat-pink:hover       { background-color: hsl(330, 100%, 40%) !important; }
.bg-hover-dark-desat-red:hover      { background-color: hsl(0,   25%,  40%) !important; }
.bg-hover-dark-desat-orange:hover   { background-color: hsl(30,  25%,  40%) !important; }
.bg-hover-dark-desat-yellow:hover   { background-color: hsl(60,  25%,  40%) !important; }
.bg-hover-dark-desat-lime:hover     { background-color: hsl(90,  25%,  40%) !important; }
.bg-hover-dark-desat-green:hover    { background-color: hsl(120, 25%,  40%) !important; }
.bg-hover-dark-desat-aqua:hover     { background-color: hsl(150, 25%,  40%) !important; }
.bg-hover-dark-desat-cyan:hover     { background-color: hsl(180, 25%,  40%) !important; }
.bg-hover-dark-desat-sky:hover      { background-color: hsl(210, 25%,  40%) !important; }
.bg-hover-dark-desat-blue:hover     { background-color: hsl(240, 25%,  40%) !important; }
.bg-hover-dark-desat-violet:hover   { background-color: hsl(270, 25%,  40%) !important; }
.bg-hover-dark-desat-magenta:hover  { background-color: hsl(300, 25%,  40%) !important; }
.bg-hover-dark-desat-pink:hover     { background-color: hsl(330, 25%,  40%) !important; }
.bg-hover-light-red:hover           { background-color: hsl(0,   50%,  60%) !important; }
.bg-hover-light-orange:hover        { background-color: hsl(30,  50%,  60%) !important; }
.bg-hover-light-yellow:hover        { background-color: hsl(60,  50%,  60%) !important; }
.bg-hover-light-lime:hover          { background-color: hsl(90,  50%,  60%) !important; }
.bg-hover-light-green:hover         { background-color: hsl(120, 50%,  60%) !important; }
.bg-hover-light-aqua:hover          { background-color: hsl(150, 50%,  60%) !important; }
.bg-hover-light-cyan:hover          { background-color: hsl(180, 50%,  60%) !important; }
.bg-hover-light-sky:hover           { background-color: hsl(210, 50%,  60%) !important; }
.bg-hover-light-blue:hover          { background-color: hsl(240, 50%,  60%) !important; }
.bg-hover-light-violet:hover        { background-color: hsl(270, 50%,  60%) !important; }
.bg-hover-light-magenta:hover       { background-color: hsl(300, 50%,  60%) !important; }
.bg-hover-light-pink:hover          { background-color: hsl(330, 50%,  60%) !important; }
.bg-hover-light-sat-red:hover       { background-color: hsl(0,   100%, 60%) !important; }
.bg-hover-light-sat-orange:hover    { background-color: hsl(30,  100%, 60%) !important; }
.bg-hover-light-sat-yellow:hover    { background-color: hsl(60,  100%, 60%) !important; }
.bg-hover-light-sat-lime:hover      { background-color: hsl(90,  100%, 60%) !important; }
.bg-hover-light-sat-green:hover     { background-color: hsl(120, 100%, 60%) !important; }
.bg-hover-light-sat-aqua:hover      { background-color: hsl(150, 100%, 60%) !important; }
.bg-hover-light-sat-cyan:hover      { background-color: hsl(180, 100%, 60%) !important; }
.bg-hover-light-sat-sky:hover       { background-color: hsl(210, 100%, 60%) !important; }
.bg-hover-light-sat-blue:hover      { background-color: hsl(240, 100%, 60%) !important; }
.bg-hover-light-sat-violet:hover    { background-color: hsl(270, 100%, 60%) !important; }
.bg-hover-light-sat-magenta:hover   { background-color: hsl(300, 100%, 60%) !important; }
.bg-hover-light-sat-pink:hover      { background-color: hsl(330, 100%, 60%) !important; }
.bg-hover-light-desat-red:hover     { background-color: hsl(0,   25%,  60%) !important; }
.bg-hover-light-desat-orange:hover  { background-color: hsl(30,  25%,  60%) !important; }
.bg-hover-light-desat-yellow:hover  { background-color: hsl(60,  25%,  60%) !important; }
.bg-hover-light-desat-lime:hover    { background-color: hsl(90,  25%,  60%) !important; }
.bg-hover-light-desat-green:hover   { background-color: hsl(120, 25%,  60%) !important; }
.bg-hover-light-desat-aqua:hover    { background-color: hsl(150, 25%,  60%) !important; }
.bg-hover-light-desat-cyan:hover    { background-color: hsl(180, 25%,  60%) !important; }
.bg-hover-light-desat-sky:hover     { background-color: hsl(210, 25%,  60%) !important; }
.bg-hover-light-desat-blue:hover    { background-color: hsl(240, 25%,  60%) !important; }
.bg-hover-light-desat-violet:hover  { background-color: hsl(270, 25%,  60%) !important; }
.bg-hover-light-desat-magenta:hover { background-color: hsl(300, 25%,  60%) !important; }
.bg-hover-light-desat-pink:hover    { background-color: hsl(330, 25%,  60%) !important; }
