/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

	a:active,
	a:hover {
		outline: 0;
	}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input {
	line-height: normal;
}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

html {
	font-size: 0.849rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.004rem;
	line-height: 1.5;
	color: #282729;
	background-color: white;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #1f6cdf;
	text-decoration: none;
}

	a:hover, a:focus {
		color: #1f6cdf;
		text-decoration: underline;
	}

	a:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 2px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.5;
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3;
	color: #282729;
}

	h1 small,
	h1 .small, h2 small,
	h2 .small, h3 small,
	h3 .small, h4 small,
	h4 .small, h5 small,
	h5 .small, h6 small,
	h6 .small,
	.h1 small,
	.h1 .small, .h2 small,
	.h2 .small, .h3 small,
	.h3 .small, .h4 small,
	.h4 .small, .h5 small,
	.h5 .small, .h6 small,
	.h6 .small {
		font-weight: normal;
		line-height: 1.2;
		color: #a6a8a9;
	}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}

	h1 small,
	h1 .small, .h1 small,
	.h1 .small,
	h2 small,
	h2 .small, .h2 small,
	.h2 .small,
	h3 small,
	h3 .small, .h3 small,
	.h3 .small {
		font-size: 65%;
	}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 12px;
	margin-bottom: 12px;
}

	h4 small,
	h4 .small, .h4 small,
	.h4 .small,
	h5 small,
	h5 .small, .h5 small,
	.h5 .small,
	h6 small,
	h6 .small, .h6 small,
	.h6 .small {
		font-size: 75%;
	}

h1, .h1 {
	font-size: 2.509rem;
}

h2, .h2 {
	font-size: 2.07rem;
}

h3, .h3 {
	font-size: 1.631rem;
}

h4, .h4 {
	font-size: 1.255rem;
}

h5, .h5 {
	font-size: 1.004rem;
}

h6, .h6 {
	font-size: 0.92rem;
}

p {
	margin: 0 0 12px;
}

.lead {
	margin-bottom: 24px;
	font-size: 1.171rem;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 801px) {
	.lead {
		font-size: 1.506rem;
	}
}

small,
.small {
	font-size: 87%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #a6a8a9;
}

.text-primary {
	color: #1f6cdf;
}

a.text-primary:hover {
	color: #166dba;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #1f6cdf;
}

a.bg-primary:hover {
	background-color: #166dba;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 11px;
	margin: 48px 0 24px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 12px;
}

	ul ul,
	ul ol,
	ol ul,
	ol ol {
		margin-bottom: 0;
	}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

	.list-inline > li {
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
	}

dl {
	margin-top: 0;
	margin-bottom: 24px;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 801px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #757575;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 12px 24px;
	margin: 0 0 24px;
	font-size: 1.255rem;
	border-left: 5px solid #eeeeee;
}

	blockquote p:last-child,
	blockquote ul:last-child,
	blockquote ol:last-child {
		margin-bottom: 0;
	}

	blockquote footer,
	blockquote small,
	blockquote .small {
		display: block;
		font-size: 80%;
		line-height: 1.5;
		color: #757575;
	}

		blockquote footer:before,
		blockquote small:before,
		blockquote .small:before {
			content: '\2014 \00A0';
		}

	.blockquote-reverse,
	blockquote.pull-right {
		padding-right: 15px;
		padding-left: 0;
		border-right: 5px solid #eeeeee;
		border-left: 0;
		text-align: right;
	}

		.blockquote-reverse footer:before,
		.blockquote-reverse small:before,
		.blockquote-reverse .small:before,
		blockquote.pull-right footer:before,
		blockquote.pull-right small:before,
		blockquote.pull-right .small:before {
			content: '';
		}

		.blockquote-reverse footer:after,
		.blockquote-reverse small:after,
		.blockquote-reverse .small:after,
		blockquote.pull-right footer:after,
		blockquote.pull-right small:after,
		blockquote.pull-right .small:after {
			content: '\00A0 \2014';
		}

address {
	margin-bottom: 24px;
	font-style: normal;
	line-height: 1.5;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

	.container:before, .container:after {
		content: " ";
		display: table;
	}

	.container:after {
		clear: both;
	}

@media (min-width: 1025px) {
	.container {
		width: 1008px;
	}
}

@media (min-width: 1280px) {
	.container {
		width: 1244px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

	.container-fluid:before, .container-fluid:after {
		content: " ";
		display: table;
	}

	.container-fluid:after {
		clear: both;
	}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

	.row:before, .row:after {
		content: " ";
		display: table;
	}

	.row:after {
		clear: both;
	}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 801px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1025px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1280px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.33333%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #a6a8a9;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
}

	.table > thead > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > th,
	.table > tbody > tr > td,
	.table > tfoot > tr > th,
	.table > tfoot > tr > td {
		padding: 8px;
		line-height: 1.5;
		vertical-align: top;
		border-top: 1px solid #dddddd;
	}

	.table > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #dddddd;
	}

	.table > caption + thead > tr:first-child > th,
	.table > caption + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > td,
	.table > thead:first-child > tr:first-child > th,
	.table > thead:first-child > tr:first-child > td {
		border-top: 0;
	}

	.table > tbody + tbody {
		border-top: 2px solid #dddddd;
	}

	.table .table {
		background-color: white;
	}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #dddddd;
}

	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > th,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > th,
	.table-bordered > tfoot > tr > td {
		border: 1px solid #dddddd;
	}

	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td {
		border-bottom-width: 2px;
	}

.table-striped > tbody > tr:nth-of-type(even) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: whitesmoke;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 800px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
	}

		.table-responsive > .table {
			margin-bottom: 0;
		}

			.table-responsive > .table > thead > tr > th,
			.table-responsive > .table > thead > tr > td,
			.table-responsive > .table > tbody > tr > th,
			.table-responsive > .table > tbody > tr > td,
			.table-responsive > .table > tfoot > tr > th,
			.table-responsive > .table > tfoot > tr > td {
				white-space: nowrap;
			}

		.table-responsive > .table-bordered {
			border: 0;
		}

			.table-responsive > .table-bordered > thead > tr > th:first-child,
			.table-responsive > .table-bordered > thead > tr > td:first-child,
			.table-responsive > .table-bordered > tbody > tr > th:first-child,
			.table-responsive > .table-bordered > tbody > tr > td:first-child,
			.table-responsive > .table-bordered > tfoot > tr > th:first-child,
			.table-responsive > .table-bordered > tfoot > tr > td:first-child {
				border-left: 0;
			}

			.table-responsive > .table-bordered > thead > tr > th:last-child,
			.table-responsive > .table-bordered > thead > tr > td:last-child,
			.table-responsive > .table-bordered > tbody > tr > th:last-child,
			.table-responsive > .table-bordered > tbody > tr > td:last-child,
			.table-responsive > .table-bordered > tfoot > tr > th:last-child,
			.table-responsive > .table-bordered > tfoot > tr > td:last-child {
				border-right: 0;
			}

			.table-responsive > .table-bordered > tbody > tr:last-child > th,
			.table-responsive > .table-bordered > tbody > tr:last-child > td,
			.table-responsive > .table-bordered > tfoot > tr:last-child > th,
			.table-responsive > .table-bordered > tfoot > tr:last-child > td {
				border-bottom: 0;
			}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 24px;
	font-size: 1.506rem;
	line-height: inherit;
	color: #282729;
	border: 0;
	border-bottom: 1px solid #555555;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 9px;
	font-size: 1.004rem;
	line-height: 1.5;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 43px;
	padding: 8px 16px;
	font-size: 1.004rem;
	line-height: 1.5;
	color: #555555;
	background-color: white;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

	.form-control:focus {
		border-color: #6c6c6c;
		outline: 0;
	}

	.form-control::-moz-placeholder {
		color: #6c6c6c;
		opacity: 1;
	}

	.form-control:-ms-input-placeholder {
		color: #6c6c6c;
	}

	.form-control::-webkit-input-placeholder {
		color: #6c6c6c;
	}

	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		cursor: not-allowed;
		background-color: #eeeeee;
		opacity: 1;
	}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
		line-height: 43px;
	}

		input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
		.input-group-sm > input[type="date"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="date"].btn,
		.input-group-sm > .input-group-btn > input[type="date"].icon-tooltip, .input-group-sm input[type="date"],
		input[type="time"].input-sm,
		.input-group-sm > input[type="time"].form-control,
		.input-group-sm > input[type="time"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="time"].btn,
		.input-group-sm > .input-group-btn > input[type="time"].icon-tooltip, .input-group-sm
		input[type="time"],
		input[type="datetime-local"].input-sm,
		.input-group-sm > input[type="datetime-local"].form-control,
		.input-group-sm > input[type="datetime-local"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
		.input-group-sm > .input-group-btn > input[type="datetime-local"].icon-tooltip, .input-group-sm
		input[type="datetime-local"],
		input[type="month"].input-sm,
		.input-group-sm > input[type="month"].form-control,
		.input-group-sm > input[type="month"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="month"].btn,
		.input-group-sm > .input-group-btn > input[type="month"].icon-tooltip, .input-group-sm
		input[type="month"] {
			line-height: 35px;
		}

		input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
		.input-group-lg > input[type="date"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="date"].btn,
		.input-group-lg > .input-group-btn > input[type="date"].icon-tooltip, .input-group-lg input[type="date"],
		input[type="time"].input-lg,
		.input-group-lg > input[type="time"].form-control,
		.input-group-lg > input[type="time"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="time"].btn,
		.input-group-lg > .input-group-btn > input[type="time"].icon-tooltip, .input-group-lg
		input[type="time"],
		input[type="datetime-local"].input-lg,
		.input-group-lg > input[type="datetime-local"].form-control,
		.input-group-lg > input[type="datetime-local"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
		.input-group-lg > .input-group-btn > input[type="datetime-local"].icon-tooltip, .input-group-lg
		input[type="datetime-local"],
		input[type="month"].input-lg,
		.input-group-lg > input[type="month"].form-control,
		.input-group-lg > input[type="month"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="month"].btn,
		.input-group-lg > .input-group-btn > input[type="month"].icon-tooltip, .input-group-lg
		input[type="month"] {
			line-height: 49px;
		}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.radio label,
	.checkbox label {
		min-height: 24px;
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: normal;
		cursor: pointer;
	}

	.radio input[type="radio"],
	.radio-inline input[type="radio"],
	.checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
		position: absolute;
		margin-left: -20px;
		margin-top: 4px \9;
	}

	.radio + .radio,
	.checkbox + .checkbox {
		margin-top: -5px;
	}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

	.radio-inline + .radio-inline,
	.checkbox-inline + .checkbox-inline {
		margin-top: 0;
		margin-left: 10px;
	}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 0;
}

	.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
	.input-group-lg > .form-control-static.input-group-addon,
	.input-group-lg > .input-group-btn > .form-control-static.btn,
	.input-group-lg > .input-group-btn > .form-control-static.icon-tooltip, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
	.input-group-sm > .form-control-static.input-group-addon,
	.input-group-sm > .input-group-btn > .form-control-static.btn,
	.input-group-sm > .input-group-btn > .form-control-static.icon-tooltip {
		padding-left: 0;
		padding-right: 0;
	}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .icon-tooltip {
	height: 35px;
	padding: 6px 14px;
	font-size: 0.92rem;
	line-height: 1.5;
	border-radius: 2px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.icon-tooltip {
	height: 35px;
	line-height: 35px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.icon-tooltip,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].icon-tooltip {
	height: auto;
}

.form-group-sm .form-control {
	height: 35px;
	padding: 6px 14px;
	font-size: 0.92rem;
	line-height: 1.5;
	border-radius: 2px;
}

.form-group-sm select.form-control {
	height: 35px;
	line-height: 35px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 35px;
	padding: 6px 14px;
	font-size: 0.92rem;
	line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .icon-tooltip {
	height: 49px;
	padding: 10px 18px;
	font-size: 1.255rem;
	line-height: 1.33333;
	border-radius: 2px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.icon-tooltip {
	height: 49px;
	line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.icon-tooltip,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].icon-tooltip {
	height: auto;
}

.form-group-lg .form-control {
	height: 49px;
	padding: 10px 18px;
	font-size: 1.255rem;
	line-height: 1.33333;
	border-radius: 2px;
}

.form-group-lg select.form-control {
	height: 49px;
	line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 49px;
	padding: 10px 18px;
	font-size: 1.255rem;
	line-height: 1.33333;
}

.has-feedback {
	position: relative;
}

	.has-feedback .form-control {
		padding-right: 53.75px;
	}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .icon-tooltip + .form-control-feedback {
	width: 49px;
	height: 49px;
	line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .icon-tooltip + .form-control-feedback {
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-success .form-control:focus {
		border-color: #2b542c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-warning .form-control:focus {
		border-color: #66512c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-error .form-control:focus {
		border-color: #843534;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #767c84;
}

@media (min-width: 801px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

		.form-inline .input-group .input-group-addon,
		.form-inline .input-group .input-group-btn,
		.form-inline .input-group .form-control {
			width: auto;
		}

		.form-inline .input-group > .form-control {
			width: 100%;
		}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

		.form-inline .radio label,
		.form-inline .checkbox label {
			padding-left: 0;
		}

		.form-inline .radio input[type="radio"],
		.form-inline .checkbox input[type="checkbox"] {
			position: relative;
			margin-left: 0;
		}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 33px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

	.form-horizontal .form-group:before, .form-horizontal .form-group:after {
		content: " ";
		display: table;
	}

	.form-horizontal .form-group:after {
		clear: both;
	}

@media (min-width: 801px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 9px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 801px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33333px;
	}
}

@media (min-width: 801px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 7px;
	}
}

.btn, .icon-tooltip {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 16px 7px 16px;
	font-size: 1.004rem;
	line-height: 1.5;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.btn:focus, .icon-tooltip:focus, .btn.focus, .focus.icon-tooltip, .btn:active:focus, .icon-tooltip:active:focus, .btn:active.focus, .icon-tooltip:active.focus, .btn.active:focus, .active.icon-tooltip:focus, .btn.active.focus, .active.focus.icon-tooltip {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.btn:hover, .icon-tooltip:hover, .btn:focus, .icon-tooltip:focus, .btn.focus, .focus.icon-tooltip {
		color: #282729;
		text-decoration: none;
	}

	.btn:active, .icon-tooltip:active, .btn.active, .active.icon-tooltip {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.btn.disabled, .disabled.icon-tooltip, .btn[disabled], [disabled].icon-tooltip, fieldset[disabled] .btn, fieldset[disabled] .icon-tooltip {
		cursor: not-allowed;
		pointer-events: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.btn-default {
	color: #282729;
	background-color: #efefef;
	border-color: #cccccc;
}

	.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
		color: #282729;
		background-color: #dbdbdb;
		border-color: #b3b3b3;
	}

	.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
		background-image: none;
	}

	.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
		background-color: #efefef;
		border-color: #cccccc;
	}

	.btn-default .badge {
		color: #efefef;
		background-color: #282729;
	}

.btn-primary {
	color: white;
	background-color: #1f6cdf;
	border-color: #1f6cdf;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
		color: white;
		background-color: #1773c4;
		border-color: #166dba;
	}

	.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
		background-image: none;
	}

	.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
		background-color: #1f6cdf;
		border-color: #1f6cdf;
	}

	.btn-primary .badge {
		color: #1f6cdf;
		background-color: white;
	}

.btn-success {
	color: white;
	background-color: #267e2a;
	border-color: #267e2a;
}

	.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
		color: white;
		background-color: #1d5f20;
		border-color: #1a571d;
	}

	.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
		background-image: none;
	}

	.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
		background-color: #267e2a;
		border-color: #267e2a;
	}

	.btn-success .badge {
		color: #267e2a;
		background-color: white;
	}

.btn-info {
	color: white;
	background-color: #0094a1;
	border-color: #0094a1;
}

	.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
		color: white;
		background-color: #006e78;
		border-color: #00656e;
	}

	.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
		background-image: none;
	}

	.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
		background-color: #0094a1;
		border-color: #0094a1;
	}

	.btn-info .badge {
		color: #0094a1;
		background-color: white;
	}

.btn-warning {
	color: white;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

	.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
		color: white;
		background-color: #ed9c28;
		border-color: #ec971f;
	}

	.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
		background-image: none;
	}

	.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
		background-color: #f0ad4e;
		border-color: #f0ad4e;
	}

	.btn-warning .badge {
		color: #f0ad4e;
		background-color: white;
	}

.btn-danger {
	color: white;
	background-color: #d45854;
	border-color: #d45854;
}

	.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
		color: white;
		background-color: #cc3833;
		border-color: #c43631;
	}

	.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
		background-image: none;
	}

	.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
		background-color: #d45854;
		border-color: #d45854;
	}

	.btn-danger .badge {
		color: #d45854;
		background-color: white;
	}

.btn-link {
	color: #1f6cdf;
	font-weight: 700;
	border-radius: 0;
}

	.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
			border-color: transparent;
		}

			.btn-link:hover, .btn-link:focus {
				color: #1f6cdf;
				text-decoration: underline;
				background-color: transparent;
			}

			.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
				color: #757575;
				text-decoration: none;
			}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .icon-tooltip {
	padding: 10px 18px 9px 18px;
	font-size: 1.255rem;
	line-height: 1.33333;
	border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .icon-tooltip {
	padding: 6px 14px 5px 14px;
	font-size: 0.92rem;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .icon-tooltip {
	padding: 2px 8px 1px 8px;
	font-size: 0.92rem;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-block {
	display: block;
	width: 100%;
}

	.btn-block + .btn-block {
		margin-top: 5px;
	}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

	.fade.in {
		opacity: 1;
	}

.collapse {
	display: none;
	visibility: hidden;
}

	.collapse.in {
		display: block;
		visibility: visible;
	}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 1.004rem;
	text-align: left;
	background-color: whitesmoke;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

	.dropdown-menu.pull-right {
		right: 0;
		left: auto;
	}

	.dropdown-menu .divider {
		height: 1px;
		margin: 11px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.5;
		color: #282729;
		white-space: nowrap;
	}

		.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
			text-decoration: none;
			color: white;
			background-color: #1f6cdf;
		}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		color: white;
		text-decoration: none;
		outline: 0;
		background-color: #1f6cdf;
	}

	.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
		color: #757575;
	}

		.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			cursor: not-allowed;
		}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #757575;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 801px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

	.btn-group > .btn, .btn-group > .icon-tooltip,
	.btn-group-vertical > .btn,
	.btn-group-vertical > .icon-tooltip {
		position: relative;
		float: left;
	}

		.btn-group > .btn:hover, .btn-group > .icon-tooltip:hover, .btn-group > .btn:focus, .btn-group > .icon-tooltip:focus, .btn-group > .btn:active, .btn-group > .icon-tooltip:active, .btn-group > .btn.active, .btn-group > .active.icon-tooltip,
		.btn-group-vertical > .btn:hover,
		.btn-group-vertical > .icon-tooltip:hover,
		.btn-group-vertical > .btn:focus,
		.btn-group-vertical > .icon-tooltip:focus,
		.btn-group-vertical > .btn:active,
		.btn-group-vertical > .icon-tooltip:active,
		.btn-group-vertical > .btn.active,
		.btn-group-vertical > .active.icon-tooltip {
			z-index: 2;
		}

	.btn-group .btn + .btn, .btn-group .icon-tooltip + .btn, .btn-group .btn + .icon-tooltip, .btn-group .icon-tooltip + .icon-tooltip,
	.btn-group .btn + .btn-group,
	.btn-group .icon-tooltip + .btn-group,
	.btn-group .btn-group + .btn,
	.btn-group .btn-group + .icon-tooltip,
	.btn-group .btn-group + .btn-group {
		margin-left: -1px;
	}

.btn-toolbar {
	margin-left: -5px;
}

	.btn-toolbar:before, .btn-toolbar:after {
		content: " ";
		display: table;
	}

	.btn-toolbar:after {
		clear: both;
	}

	.btn-toolbar .btn-group,
	.btn-toolbar .input-group {
		float: left;
	}

	.btn-toolbar > .btn, .btn-toolbar > .icon-tooltip,
	.btn-toolbar > .btn-group,
	.btn-toolbar > .input-group {
		margin-left: 5px;
	}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .icon-tooltip:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .icon-tooltip:first-child {
	margin-left: 0;
}

	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .icon-tooltip:first-child:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .icon-tooltip:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

	.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .icon-tooltip {
		border-radius: 0;
	}

	.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .icon-tooltip:last-child,
	.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .icon-tooltip:first-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > .icon-tooltip + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .icon-tooltip + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

	.btn-group.open .dropdown-toggle.btn-link {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.btn .caret, .icon-tooltip .caret {
	margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .icon-tooltip .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .icon-tooltip .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .icon-tooltip,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .icon-tooltip {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

	.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
		content: " ";
		display: table;
	}

	.btn-group-vertical > .btn-group:after {
		clear: both;
	}

	.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .icon-tooltip {
		float: none;
	}

	.btn-group-vertical > .btn + .btn, .btn-group-vertical > .icon-tooltip + .btn, .btn-group-vertical > .btn + .icon-tooltip, .btn-group-vertical > .icon-tooltip + .icon-tooltip,
	.btn-group-vertical > .btn + .btn-group,
	.btn-group-vertical > .icon-tooltip + .btn-group,
	.btn-group-vertical > .btn-group + .btn,
	.btn-group-vertical > .btn-group + .icon-tooltip,
	.btn-group-vertical > .btn-group + .btn-group {
		margin-top: -1px;
		margin-left: 0;
	}

	.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .icon-tooltip:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

	.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .icon-tooltip:first-child:not(:last-child) {
		border-top-right-radius: 2px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .icon-tooltip:last-child:not(:first-child) {
		border-bottom-left-radius: 2px;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .icon-tooltip {
		border-radius: 0;
	}

	.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .icon-tooltip:last-child,
	.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .icon-tooltip:first-child {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

	.btn-group-justified > .btn, .btn-group-justified > .icon-tooltip,
	.btn-group-justified > .btn-group {
		float: none;
		display: table-cell;
		width: 1%;
	}

		.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .icon-tooltip {
			width: 100%;
		}

		.btn-group-justified > .btn-group .dropdown-menu {
			left: auto;
		}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .icon-tooltip input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .icon-tooltip input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .icon-tooltip input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .icon-tooltip input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

	.input-group[class*="col-"] {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	.input-group .form-control {
		position: relative;
		z-index: 2;
		float: left;
		width: 100%;
		margin-bottom: 0;
	}

	.input-group-addon,
	.input-group-btn,
	.input-group .form-control {
		display: table-cell;
	}

		.input-group-addon:not(:first-child):not(:last-child),
		.input-group-btn:not(:first-child):not(:last-child),
		.input-group .form-control:not(:first-child):not(:last-child) {
			border-radius: 0;
		}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 8px 16px;
	font-size: 1.004rem;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

	.input-group-addon.input-sm,
	.input-group-sm > .input-group-addon,
	.input-group-sm > .input-group-btn > .input-group-addon.btn,
	.input-group-sm > .input-group-btn > .input-group-addon.icon-tooltip {
		padding: 6px 14px;
		font-size: 0.92rem;
		border-radius: 2px;
	}

	.input-group-addon.input-lg,
	.input-group-lg > .input-group-addon,
	.input-group-lg > .input-group-btn > .input-group-addon.btn,
	.input-group-lg > .input-group-btn > .input-group-addon.icon-tooltip {
		padding: 10px 18px;
		font-size: 1.255rem;
		border-radius: 2px;
	}

	.input-group-addon input[type="radio"],
	.input-group-addon input[type="checkbox"] {
		margin-top: 0;
	}

	.input-group .form-control:first-child,
	.input-group-addon:first-child,
	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .icon-tooltip,
	.input-group-btn:first-child > .btn-group > .btn,
	.input-group-btn:first-child > .btn-group > .icon-tooltip,
	.input-group-btn:first-child > .dropdown-toggle,
	.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
	.input-group-btn:last-child > .icon-tooltip:not(:last-child):not(.dropdown-toggle),
	.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
	.input-group-btn:last-child > .btn-group:not(:last-child) > .icon-tooltip {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.input-group-addon:first-child {
		border-right: 0;
	}

	.input-group .form-control:last-child,
	.input-group-addon:last-child,
	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .icon-tooltip,
	.input-group-btn:last-child > .btn-group > .btn,
	.input-group-btn:last-child > .btn-group > .icon-tooltip,
	.input-group-btn:last-child > .dropdown-toggle,
	.input-group-btn:first-child > .btn:not(:first-child),
	.input-group-btn:first-child > .icon-tooltip:not(:first-child),
	.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
	.input-group-btn:first-child > .btn-group:not(:first-child) > .icon-tooltip {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

	.input-group-addon:last-child {
		border-left: 0;
	}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

	.input-group-btn > .btn, .input-group-btn > .icon-tooltip {
		position: relative;
	}

		.input-group-btn > .btn + .btn, .input-group-btn > .icon-tooltip + .btn, .input-group-btn > .btn + .icon-tooltip, .input-group-btn > .icon-tooltip + .icon-tooltip {
			margin-left: -1px;
		}

		.input-group-btn > .btn:hover, .input-group-btn > .icon-tooltip:hover, .input-group-btn > .btn:focus, .input-group-btn > .icon-tooltip:focus, .input-group-btn > .btn:active, .input-group-btn > .icon-tooltip:active {
			z-index: 2;
		}

	.input-group-btn:first-child > .btn, .input-group-btn:first-child > .icon-tooltip,
	.input-group-btn:first-child > .btn-group {
		margin-right: -1px;
	}

	.input-group-btn:last-child > .btn, .input-group-btn:last-child > .icon-tooltip,
	.input-group-btn:last-child > .btn-group {
		margin-left: -1px;
	}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

	.nav:before, .nav:after {
		content: " ";
		display: table;
	}

	.nav:after {
		clear: both;
	}

	.nav > li {
		position: relative;
		display: block;
	}

		.nav > li > a {
			position: relative;
			display: block;
			padding: 10px 15px;
		}

			.nav > li > a:hover, .nav > li > a:focus {
				text-decoration: none;
				background-color: #eeeeee;
			}

		.nav > li.disabled > a {
			color: #757575;
		}

			.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
				color: #757575;
				text-decoration: none;
				background-color: transparent;
				cursor: not-allowed;
			}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: #eeeeee;
		border-color: #1f6cdf;
	}

	.nav .nav-divider {
		height: 1px;
		margin: 11px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.nav > li > a > img {
		max-width: none;
	}

.nav-tabs {
	border-bottom: 1px solid #dddddd;
}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px;
	}

		.nav-tabs > li > a {
			margin-right: 2px;
			line-height: 1.5;
			border: 1px solid transparent;
			border-radius: 2px 2px 0 0;
		}

			.nav-tabs > li > a:hover {
				border-color: #eeeeee #eeeeee #dddddd;
			}

		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			color: #555555;
			background-color: #f2f2f2;
			border: 1px solid #dddddd;
			border-bottom-color: transparent;
			cursor: default;
		}

.nav-pills > li {
	float: left;
}

	.nav-pills > li > a {
		border-radius: 2px;
	}

	.nav-pills > li + li {
		margin-left: 2px;
	}

	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
		color: white;
		background-color: #1f6cdf;
	}

.nav-stacked > li {
	float: none;
}

	.nav-stacked > li + li {
		margin-top: 2px;
		margin-left: 0;
	}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}

	.nav-justified > li, .nav-tabs.nav-justified > li {
		float: none;
	}

		.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
			text-align: center;
			margin-bottom: 5px;
		}

	.nav-justified > .dropdown .dropdown-menu {
		top: auto;
		left: auto;
	}

@media (min-width: 801px) {
	.nav-justified > li, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

		.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
			margin-bottom: 0;
		}
}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}

	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		margin-right: 0;
		border-radius: 2px;
	}

	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border: 1px solid #dddddd;
	}

@media (min-width: 801px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 2px 2px 0 0;
	}

	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: white;
	}
}

.tab-content > .tab-pane {
	display: none;
	visibility: hidden;
}

.tab-content > .active {
	display: block;
	visibility: visible;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	margin-bottom: 24px;
	border: 1px solid transparent;
}

	.navbar:before, .navbar:after {
		content: " ";
		display: table;
	}

	.navbar:after {
		clear: both;
	}

@media (min-width: 801px) {
	.navbar {
		border-radius: 2px;
	}
}

.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 801px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

	.navbar-collapse:before, .navbar-collapse:after {
		content: " ";
		display: table;
	}

	.navbar-collapse:after {
		clear: both;
	}

	.navbar-collapse.in {
		overflow-y: auto;
	}

@media (min-width: 801px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

		.navbar-collapse.collapse {
			display: block !important;
			visibility: visible !important;
			height: auto !important;
			padding-bottom: 0;
			overflow: visible !important;
		}

		.navbar-collapse.in {
			overflow-y: visible;
		}

	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 520px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 801px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 801px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 801px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 19.5px 15px;
	font-size: 1.255rem;
	line-height: 24px;
	height: 63px;
}

	.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none;
	}

	.navbar-brand > img {
		display: block;
	}

@media (min-width: 801px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 14.5px;
	margin-bottom: 14.5px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
}

	.navbar-toggle:focus {
		outline: 0;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 4px;
		}

@media (min-width: 801px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 9.75px -15px;
}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 24px;
	}

@media (max-width: 800px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

		.navbar-nav .open .dropdown-menu > li > a,
		.navbar-nav .open .dropdown-menu .dropdown-header {
			padding: 5px 15px 5px 25px;
		}

		.navbar-nav .open .dropdown-menu > li > a {
			line-height: 24px;
		}

			.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
				background-image: none;
			}
}

@media (min-width: 801px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

		.navbar-nav > li {
			float: left;
		}

			.navbar-nav > li > a {
				padding-top: 19.5px;
				padding-bottom: 19.5px;
			}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 801px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

		.navbar-form .input-group .input-group-addon,
		.navbar-form .input-group .input-group-btn,
		.navbar-form .input-group .form-control {
			width: auto;
		}

		.navbar-form .input-group > .form-control {
			width: 100%;
		}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

		.navbar-form .radio label,
		.navbar-form .checkbox label {
			padding-left: 0;
		}

		.navbar-form .radio input[type="radio"],
		.navbar-form .checkbox input[type="checkbox"] {
			position: relative;
			margin-left: 0;
		}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 800px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

		.navbar-form .form-group:last-child {
			margin-bottom: 0;
		}
}

@media (min-width: 801px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

	.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.icon-tooltip {
		margin-top: 14px;
		margin-bottom: 14px;
	}

	.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.icon-tooltip {
		margin-top: 20.5px;
		margin-bottom: 20.5px;
	}

.navbar-text {
	margin-top: 19.5px;
	margin-bottom: 19.5px;
}

@media (min-width: 801px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 801px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

		.navbar-right ~ .navbar-right {
			margin-right: 0;
		}
}

.navbar-default {
	background-color: whitesmoke;
	border-color: none;
}

	.navbar-default .navbar-brand {
		color: #757575;
	}

		.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
			color: #5e5e5e;
			background-color: transparent;
		}

	.navbar-default .navbar-text {
		color: #282729;
	}

	.navbar-default .navbar-nav > li > a {
		color: #757575;
	}

		.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
			color: #333333;
			background-color: transparent;
		}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #555555;
		background-color: #e4e4e4;
	}

	.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
	}

	.navbar-default .navbar-toggle {
		border-color: #dddddd;
	}

		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
			background-color: #eeeeee;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #888888;
		}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: none;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color: #e4e4e4;
		color: #555555;
	}

@media (max-width: 800px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #757575;
	}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
			color: #333333;
			background-color: transparent;
		}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555555;
		background-color: #e4e4e4;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #757575;
}

	.navbar-default .navbar-link:hover {
		color: #333333;
	}

.navbar-default .btn-link {
	color: #757575;
}

	.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
		color: #333333;
	}

	.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
		color: #cccccc;
	}

.navbar-inverse {
	background-color: #222222;
	border-color: #090909;
}

	.navbar-inverse .navbar-brand {
		color: #9d9d9d;
	}

		.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
			color: white;
			background-color: transparent;
		}

	.navbar-inverse .navbar-text {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav > li > a {
		color: #9d9d9d;
	}

		.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
			color: white;
			background-color: transparent;
		}

	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		color: white;
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #333333;
	}

		.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
			background-color: #333333;
		}

		.navbar-inverse .navbar-toggle .icon-bar {
			background-color: white;
		}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: #101010;
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #090909;
		color: white;
	}

@media (max-width: 800px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}

		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
			color: white;
			background-color: transparent;
		}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: white;
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

	.navbar-inverse .navbar-link:hover {
		color: white;
	}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

	.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
		color: white;
	}

	.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
		color: #444444;
	}

.breadcrumb {
	padding: 8px 0;
	margin-bottom: 24px;
	list-style: none;
	background-color: white;
	border-radius: 2px;
}

	.breadcrumb > li {
		display: inline-block;
	}

		.breadcrumb > li + li:before {
			content: � \00a0;
			padding: 0 5px;
			color: #282729;
		}

	.breadcrumb > .active {
		color: #282729;
	}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

	.label:empty {
		display: none;
	}

.btn .label, .icon-tooltip .label {
	position: relative;
	top: -1px;
}

a.label:hover, a.label:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #757575;
}

	.label-default[href]:hover, .label-default[href]:focus {
		background-color: #5e5e5e;
	}

.label-primary {
	background-color: #1f6cdf;
}

	.label-primary[href]:hover, .label-primary[href]:focus {
		background-color: #166dba;
	}

.label-success {
	background-color: #267e2a;
}

	.label-success[href]:hover, .label-success[href]:focus {
		background-color: #1a571d;
	}

.label-info {
	background-color: #0094a1;
}

	.label-info[href]:hover, .label-info[href]:focus {
		background-color: #00656e;
	}

.label-warning {
	background-color: #f0ad4e;
}

	.label-warning[href]:hover, .label-warning[href]:focus {
		background-color: #ec971f;
	}

.label-danger {
	background-color: #d45854;
}

	.label-danger[href]:hover, .label-danger[href]:focus {
		background-color: #c43631;
	}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 0.92rem;
	font-weight: 600;
	color: white;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #757575;
	border-radius: 10px;
}

	.badge:empty {
		display: none;
	}

.btn .badge, .icon-tooltip .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .icon-tooltip .badge {
	top: 0;
	padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #1f6cdf;
	background-color: white;
}

.list-group-item > .badge {
	float: right;
}

	.list-group-item > .badge + .badge {
		margin-right: 5px;
	}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

a.badge:hover, a.badge:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: #424242;
	background-color: #f0f0f0;
}

	.jumbotron h1,
	.jumbotron .h1 {
		color: #424242;
	}

	.jumbotron p {
		margin-bottom: 15px;
		font-size: 1.506rem;
		font-weight: 200;
	}

	.jumbotron > hr {
		border-top-color: #d6d6d6;
	}

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 2px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 801px) {
	.jumbotron {
		padding: 48px 0;
	}

	.container .jumbotron, .container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 4.517rem;
	}
}

.alert {
	padding: 15px;
	margin-bottom: 24px;
	border: 1px solid transparent;
	border-radius: 2px;
}

	.alert h4 {
		margin-top: 0;
		color: inherit;
	}

	.alert .alert-link {
		font-weight: bold;
	}

	.alert > p,
	.alert > ul {
		margin-bottom: 0;
	}

		.alert > p + p {
			margin-top: 5px;
		}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

	.alert-dismissable .close,
	.alert-dismissible .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit;
	}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

	.alert-success hr {
		border-top-color: #c9e2b3;
	}

	.alert-success .alert-link {
		color: #2b542c;
	}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

	.alert-info hr {
		border-top-color: #a6e1ec;
	}

	.alert-info .alert-link {
		color: #245269;
	}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

	.alert-warning hr {
		border-top-color: #f7e1b5;
	}

	.alert-warning .alert-link {
		color: #66512c;
	}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

	.alert-danger hr {
		border-top-color: #e4b9c0;
	}

	.alert-danger .alert-link {
		color: #843534;
	}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 24px;
	margin-bottom: 24px;
	background-color: whitesmoke;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 0.92rem;
	line-height: 24px;
	color: white;
	text-align: center;
	background-color: #357180;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-default {
	background-color: #357180;
}

.progress-striped .progress-bar-default {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-primary {
	background-color: #1f6cdf;
}

.progress-striped .progress-bar-primary {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
	background-color: #267e2a;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #0094a1;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d45854;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: white;
	border: 1px solid #dddddd;
}

	.list-group-item:first-child {
		border-top-right-radius: 2px;
		border-top-left-radius: 2px;
	}

	.list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
	}

a.list-group-item {
	color: #555555;
}

	a.list-group-item .list-group-item-heading {
		color: #333333;
	}

	a.list-group-item:hover, a.list-group-item:focus {
		text-decoration: none;
		color: #555555;
		background-color: whitesmoke;
	}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #757575;
	cursor: not-allowed;
}

	.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
		color: inherit;
	}

	.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
		color: #757575;
	}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: white;
	background-color: #1f6cdf;
	border-color: #1f6cdf;
}

	.list-group-item.active .list-group-item-heading,
	.list-group-item.active .list-group-item-heading > small,
	.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
	.list-group-item.active:hover .list-group-item-heading > small,
	.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
	.list-group-item.active:focus .list-group-item-heading > small,
	.list-group-item.active:focus .list-group-item-heading > .small {
		color: inherit;
	}

	.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
		color: #d5e9fa;
	}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #3c763d;
}

	a.list-group-item-success .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-success:hover, a.list-group-item-success:focus {
		color: #3c763d;
		background-color: #d0e9c6;
	}

	a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
		color: #fff;
		background-color: #3c763d;
		border-color: #3c763d;
	}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #31708f;
}

	a.list-group-item-info .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-info:hover, a.list-group-item-info:focus {
		color: #31708f;
		background-color: #c4e3f3;
	}

	a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
		color: #fff;
		background-color: #31708f;
		border-color: #31708f;
	}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

	a.list-group-item-warning .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-warning:hover, a.list-group-item-warning:focus {
		color: #8a6d3b;
		background-color: #faf2cc;
	}

	a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
		color: #fff;
		background-color: #8a6d3b;
		border-color: #8a6d3b;
	}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #a94442;
}

	a.list-group-item-danger .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-danger:hover, a.list-group-item-danger:focus {
		color: #a94442;
		background-color: #ebcccc;
	}

	a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
		color: #fff;
		background-color: #a94442;
		border-color: #a94442;
	}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 24px;
	background-color: whitesmoke;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

	.panel-body:before, .panel-body:after {
		content: " ";
		display: table;
	}

	.panel-body:after {
		clear: both;
	}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}

	.panel-heading > .dropdown .dropdown-toggle {
		color: inherit;
	}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
}

	.panel-title > a,
	.panel-title > small,
	.panel-title > .small,
	.panel-title > small > a,
	.panel-title > .small > a {
		color: inherit;
	}

.panel-footer {
	padding: 10px 15px;
	background-color: whitesmoke;
	border-top: 1px solid #1f6cdf;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

	.panel > .list-group .list-group-item,
	.panel > .panel-collapse > .list-group .list-group-item {
		border-width: 1px 0;
		border-radius: 0;
	}

	.panel > .list-group:first-child .list-group-item:first-child,
	.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
		border-top: 0;
		border-top-right-radius: 1px;
		border-top-left-radius: 1px;
	}

	.panel > .list-group:last-child .list-group-item:last-child,
	.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
		border-bottom: 0;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
	}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}

	.panel > .table caption,
	.panel > .table-responsive > .table caption,
	.panel > .panel-collapse > .table caption {
		padding-left: 15px;
		padding-right: 15px;
	}

	.panel > .table:first-child,
	.panel > .table-responsive:first-child > .table:first-child {
		border-top-right-radius: 1px;
		border-top-left-radius: 1px;
	}

		.panel > .table:first-child > thead:first-child > tr:first-child,
		.panel > .table:first-child > tbody:first-child > tr:first-child,
		.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
			border-top-left-radius: 1px;
			border-top-right-radius: 1px;
		}

			.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
			.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
			.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
			.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
			.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
			.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
				border-top-left-radius: 1px;
			}

			.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
			.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
			.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
			.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
			.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
			.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
				border-top-right-radius: 1px;
			}

	.panel > .table:last-child,
	.panel > .table-responsive:last-child > .table:last-child {
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
	}

		.panel > .table:last-child > tbody:last-child > tr:last-child,
		.panel > .table:last-child > tfoot:last-child > tr:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
			border-bottom-left-radius: 1px;
			border-bottom-right-radius: 1px;
		}

			.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
			.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
			.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
			.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
			.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
			.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
				border-bottom-left-radius: 1px;
			}

			.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
			.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
			.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
			.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
			.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
			.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
				border-bottom-right-radius: 1px;
			}

	.panel > .panel-body + .table,
	.panel > .panel-body + .table-responsive,
	.panel > .table + .panel-body,
	.panel > .table-responsive + .panel-body {
		border-top: 1px solid #dddddd;
	}

	.panel > .table > tbody:first-child > tr:first-child th,
	.panel > .table > tbody:first-child > tr:first-child td {
		border-top: 0;
	}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

	.panel > .table-bordered > thead > tr > th:first-child,
	.panel > .table-bordered > thead > tr > td:first-child,
	.panel > .table-bordered > tbody > tr > th:first-child,
	.panel > .table-bordered > tbody > tr > td:first-child,
	.panel > .table-bordered > tfoot > tr > th:first-child,
	.panel > .table-bordered > tfoot > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.panel > .table-bordered > thead > tr > th:last-child,
	.panel > .table-bordered > thead > tr > td:last-child,
	.panel > .table-bordered > tbody > tr > th:last-child,
	.panel > .table-bordered > tbody > tr > td:last-child,
	.panel > .table-bordered > tfoot > tr > th:last-child,
	.panel > .table-bordered > tfoot > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.panel > .table-bordered > thead > tr:first-child > td,
	.panel > .table-bordered > thead > tr:first-child > th,
	.panel > .table-bordered > tbody > tr:first-child > td,
	.panel > .table-bordered > tbody > tr:first-child > th,
	.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
	.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
	.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
	.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
		border-bottom: 0;
	}

	.panel > .table-bordered > tbody > tr:last-child > td,
	.panel > .table-bordered > tbody > tr:last-child > th,
	.panel > .table-bordered > tfoot > tr:last-child > td,
	.panel > .table-bordered > tfoot > tr:last-child > th,
	.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
	.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
	.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 24px;
}

	.panel-group .panel {
		margin-bottom: 0;
		border-radius: 2px;
	}

		.panel-group .panel + .panel {
			margin-top: 5px;
		}

	.panel-group .panel-heading {
		border-bottom: 0;
	}

		.panel-group .panel-heading + .panel-collapse > .panel-body,
		.panel-group .panel-heading + .panel-collapse > .list-group {
			border-top: 1px solid #1f6cdf;
		}

	.panel-group .panel-footer {
		border-top: 0;
	}

		.panel-group .panel-footer + .panel-collapse .panel-body {
			border-bottom: 1px solid #1f6cdf;
		}

.panel-default {
	border-color: #e6e6e6;
}

	.panel-default > .panel-heading {
		color: #282729;
		background-color: whitesmoke;
		border-color: #e6e6e6;
	}

		.panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #e6e6e6;
		}

		.panel-default > .panel-heading .badge {
			color: whitesmoke;
			background-color: #282729;
		}

	.panel-default > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #e6e6e6;
	}

.panel-primary {
	border-color: #e6e6e6;
}

	.panel-primary > .panel-heading {
		color: white;
		background-color: #1f6cdf;
		border-color: #e6e6e6;
	}

		.panel-primary > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #e6e6e6;
		}

		.panel-primary > .panel-heading .badge {
			color: #1f6cdf;
			background-color: white;
		}

	.panel-primary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #e6e6e6;
	}

.panel-success {
	border-color: #267e2a;
}

	.panel-success > .panel-heading {
		color: white;
		background-color: #267e2a;
		border-color: #267e2a;
	}

		.panel-success > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #267e2a;
		}

		.panel-success > .panel-heading .badge {
			color: #267e2a;
			background-color: white;
		}

	.panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #267e2a;
	}

.panel-info {
	border-color: #bce8f1;
}

	.panel-info > .panel-heading {
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1;
	}

		.panel-info > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #bce8f1;
		}

		.panel-info > .panel-heading .badge {
			color: #d9edf7;
			background-color: #31708f;
		}

	.panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #bce8f1;
	}

.panel-warning {
	border-color: #faebcc;
}

	.panel-warning > .panel-heading {
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc;
	}

		.panel-warning > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #faebcc;
		}

		.panel-warning > .panel-heading .badge {
			color: #fcf8e3;
			background-color: #8a6d3b;
		}

	.panel-warning > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #faebcc;
	}

.panel-danger {
	border-color: #ebccd1;
}

	.panel-danger > .panel-heading {
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1;
	}

		.panel-danger > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ebccd1;
		}

		.panel-danger > .panel-heading .badge {
			color: #f2dede;
			background-color: #a94442;
		}

	.panel-danger > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ebccd1;
	}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: whitesmoke;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0, 0, 0, 0.15);
	}

.well-lg {
	padding: 24px;
	border-radius: 2px;
}

.well-sm {
	padding: 9px;
	border-radius: 2px;
}

.close {
	float: right;
	font-size: 1.506rem;
	font-weight: bold;
	line-height: 1;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

	.close:hover, .close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

	.modal.fade .modal-dialog {
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		-o-transform: translate(0, -25%);
		transform: translate(0, -25%);
		-webkit-transition: -webkit-transform 0.3s ease-out;
		-moz-transition: -moz-transform 0.3s ease-out;
		-o-transition: -o-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #f9f9f9;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: black;
}

	.modal-backdrop.fade {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.modal-backdrop.in {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.5px;
}

	.modal-header .close {
		margin-top: -2px;
	}

.modal-title {
	margin: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

	.modal-footer:before, .modal-footer:after {
		content: " ";
		display: table;
	}

	.modal-footer:after {
		clear: both;
	}

	.modal-footer .btn + .btn, .modal-footer .icon-tooltip + .btn, .modal-footer .btn + .icon-tooltip, .modal-footer .icon-tooltip + .icon-tooltip {
		margin-left: 5px;
		margin-bottom: 0;
	}

	.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .icon-tooltip + .btn, .modal-footer .btn-group .btn + .icon-tooltip, .modal-footer .btn-group .icon-tooltip + .icon-tooltip {
		margin-left: -1px;
	}

	.modal-footer .btn-block + .btn-block {
		margin-left: 0;
	}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 801px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 1025px) {
	.modal-lg {
		width: 1020px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

	.tooltip.in {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.tooltip.top {
		margin-top: -3px;
		padding: 5px 0;
	}

	.tooltip.right {
		margin-left: 3px;
		padding: 0 5px;
	}

	.tooltip.bottom {
		margin-top: 3px;
		padding: 5px 0;
	}

	.tooltip.left {
		margin-left: -3px;
		padding: 0 5px;
	}

.tooltip-inner {
	max-width: 355px;
	padding: 3px 8px;
	color: #e4e4e4;
	text-align: center;
	text-decoration: none;
	background-color: #35383c;
	border-radius: 2px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #35383c;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #35383c;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #35383c;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #35383c;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #35383c;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #35383c;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #35383c;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #35383c;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 320px;
	padding: 1px;
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.004rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}

	.popover.top {
		margin-top: -10px;
	}

	.popover.right {
		margin-left: 10px;
	}

	.popover.bottom {
		margin-top: 10px;
	}

	.popover.left {
		margin-left: -10px;
	}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 1.004rem;
	background-color: whitesmoke;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 1px 1px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

	.popover > .arrow:after {
		border-width: 10px;
		content: "";
	}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #6c6c6c;
	border-top-color: #cccccc;
	bottom: -11px;
}

	.popover.top > .arrow:after {
		content: " ";
		bottom: 1px;
		margin-left: -10px;
		border-bottom-width: 0;
		border-top-color: white;
	}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #6c6c6c;
	border-right-color: #cccccc;
}

	.popover.right > .arrow:after {
		content: " ";
		left: 1px;
		bottom: -10px;
		border-left-width: 0;
		border-right-color: white;
	}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #6c6c6c;
	border-bottom-color: #cccccc;
	top: -11px;
}

	.popover.bottom > .arrow:after {
		content: " ";
		top: 1px;
		margin-left: -10px;
		border-top-width: 0;
		border-bottom-color: white;
	}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #6c6c6c;
	border-left-color: #cccccc;
}

	.popover.left > .arrow:after {
		content: " ";
		right: 1px;
		border-right-width: 0;
		border-left-color: white;
		bottom: -10px;
	}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	width: 90%;
	max-width: 768px;
	margin: 2em auto;
}

	.cd-container::after {
		/* clearfix */
		content: '';
		display: table;
		clear: both;
	}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(160, 160, 160, 0.8) url(/content/stylesheets/scss/scrolltotop/img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
		-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		-moz-transition: opacity .3s 0s, visibility 0s 0s;
		transition: opacity .3s 0s, visibility 0s 0s;
	}

	.cd-top.cd-is-visible {
		/* the button becomes visible */
		visibility: visible;
		opacity: 1;
	}

	.cd-top.cd-fade-out {
		/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
		opacity: .5;
	}

.no-touch .cd-top:hover {
	background-color: #a0a0a0;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

.static {
	position: static !important;
}

.relative {
	position: relative !important;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 800px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 800px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 800px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 800px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 801px) and (max-width: 1024px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 801px) and (max-width: 1024px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 801px) and (max-width: 1024px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 801px) and (max-width: 1024px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1280px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1280px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1280px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1280px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 800px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 801px) and (max-width: 1024px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1280px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.timeline {
	list-style: none;
	padding: 0;
	position: relative;
}

	.timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 1px;
		background-color: #222222;
		left: 50%;
		margin-left: -1.5px;
	}

	.timeline > li {
		margin-bottom: 26px;
		position: relative;
	}

		.timeline > li:before,
		.timeline > li:after {
			content: " ";
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li:before,
		.timeline > li:after {
			content: " ";
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li > .timeline-panel {
			width: 46%;
			float: left;
			background-color: whitesmoke;
			border: 1px solid #DADADA;
			border-radius: 2px;
			padding: 0.5625em 1em;
			padding-bottom: 14px;
			position: relative;
		}

			.timeline > li > .timeline-panel:before {
				position: absolute;
				top: 26px;
				right: -15px;
				display: inline-block;
				border-top: 15px solid transparent;
				border-left: 15px solid #CACACA;
				border-right: 0 solid #CACACA;
				border-bottom: 15px solid transparent;
				content: " ";
			}

			.timeline > li > .timeline-panel:after {
				position: absolute;
				top: 27px;
				right: -14px;
				display: inline-block;
				border-top: 14px solid transparent;
				border-left: 14px solid whitesmoke;
				border-right: 0 solid whitesmoke;
				border-bottom: 14px solid transparent;
				content: " ";
			}

		.timeline > li > .timeline-badge {
			color: #e3e3e3;
			width: 50px;
			height: 46px;
			line-height: 50px;
			font-size: 1.4em;
			text-align: center;
			position: absolute;
			top: 16px;
			left: 50%;
			margin-left: -25px;
			background-color: #555555;
			border: solid 1px #555555;
			z-index: 100;
		}

		.timeline > li > .timeline-panel > .timeline-heading .label {
			font-size: 0.669rem;
			margin-top: 3px;
		}

		.timeline > li.timeline-inverted > .timeline-panel {
			float: right;
		}

			.timeline > li.timeline-inverted > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -15px;
				right: auto;
			}

			.timeline > li.timeline-inverted > .timeline-panel:after {
				border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
			}

.timeline-badge.primary {
	background-color: #1f6cdf !important;
}

.timeline-badge.success {
	background-color: #267e2a !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d45854 !important;
}

.timeline-badge.info {
	background-color: #0094a1 !important;
}

.timeline-title {
	color: #282729;
	margin-top: 0;
}

@media screen and (max-width: 519px) {
	.timeline-title {
		clear: both;
		padding-top: 6px;
	}
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

	.timeline-body > p + p {
		margin-top: 5px;
	}

ul.timeline:before {
	left: 40px;
}

ul.timeline > li > .timeline-panel {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}

ul.timeline > li > .timeline-badge {
	left: 15px;
	margin-left: 0;
	top: 16px;
}

ul.timeline > li > .timeline-panel {
	float: right;
}

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}

.badge-date-day {
	color: #F5F5F5;
	margin: 4px 0 0 0;
	font-size: 0.669rem;
	text-align: center;
}

.badge-date-month {
	color: #F5F5F5;
	font-size: 1.338rem;
	margin: 0;
	text-align: center;
	line-height: 1;
	font-weight: 900 !important;
}

.card {
	position: relative;
	margin-bottom: 0.75rem;
	border: 1px solid #e4e4e4;
	border-radius: 0.25rem;
}

.card-block {
	padding: 1.25rem;
}

.card-title {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:focus, .card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-radius: 0.25rem 0.25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-radius: 0 0 0.25rem 0.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	background-color: whitesmoke;
	border-bottom: 0.0625rem solid #e4e4e4;
}

	.card-header:first-child {
		border-radius: 0.1875rem 0.1875rem 0 0;
	}

.card-footer {
	padding: 1.25rem;
	background-color: whitesmoke;
	border-top: 0.0625rem solid #e4e4e4;
}

	.card-footer:last-child {
		border-radius: 0 0 0.1875rem 0.1875rem;
	}

.card-primary {
	background-color: #1f6cdf;
	border-color: #1f6cdf;
}

.card-success {
	background-color: #267e2a;
	border-color: #267e2a;
}

.card-info {
	background-color: #0094a1;
	border-color: #0094a1;
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.card-danger {
	background-color: #d45854;
	border-color: #d45854;
}

.card-inverse .card-header,
.card-inverse .card-footer {
	border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #fff;
}

	.card-inverse .card-link,
	.card-inverse .card-text,
	.card-inverse .card-blockquote > footer {
		color: rgba(255, 255, 255, 0.65);
	}

		.card-inverse .card-link:focus, .card-inverse .card-inverse .card-link:hover {
			color: #fff;
		}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0;
}

.card-img {
	border-radius: 0.25rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img-top {
	border-radius: 0.25rem 0.25rem 0 0;
}

.card-img-bottom {
	border-radius: 0 0 0.25rem 0.25rem;
}

.card-deck {
	display: flex;
	flex-flow: row wrap;
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

	.card-deck .card {
		flex: 1 0 0;
		margin-right: .625rem;
		margin-left: .625rem;
	}

.card-deck {
	display: table;
	table-layout: fixed;
	border-spacing: 1.25rem 0;
}

	.card-deck .card {
		display: table-cell;
		width: 1%;
		vertical-align: top;
	}

.card-deck-wrapper {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.card-group {
	display: table;
	width: 100%;
	table-layout: fixed;
}

	.card-group .card {
		display: table-cell;
		vertical-align: top;
	}

		.card-group .card + .card {
			margin-left: 0;
			border-left: 0;
		}

		.card-group .card:first-child .card-img-top {
			border-top-right-radius: 0;
		}

		.card-group .card:first-child .card-img-bottom {
			border-bottom-right-radius: 0;
		}

		.card-group .card:last-child .card-img-top {
			border-top-left-radius: 0;
		}

		.card-group .card:last-child .card-img-bottom {
			border-bottom-left-radius: 0;
		}

		.card-group .card:not(:first-child):not(:last-child) {
			border-radius: 0;
		}

			.card-group .card:not(:first-child):not(:last-child) .card-img-top,
			.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
				border-radius: 0;
			}

.card-columns {
	column-count: 3;
	column-gap: 1.25rem;
}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}

body {
	font-weight: 200;
	max-width: 100%;
	overflow-x: hidden;
}

@media screen and (max-width: 800px) {
	body {
		font-size: 0.92rem;
	}
}

@media screen and (max-width: 800px) {
	.container-mobile {
		padding-left: 0;
		padding-right: 0;
	}
}

.link-inverse {
	color: #282729 !important;
}

	.link-inverse:hover, .link-inverse:focus {
		color: #1f6cdf !important;
	}

		.link-inverse:hover h3, .link-inverse:hover h4, .link-inverse:hover h5, .link-inverse:hover h6, .link-inverse:focus h3, .link-inverse:focus h4, .link-inverse:focus h5, .link-inverse:focus h6 {
			color: #1f6cdf !important;
		}

a:hover {
	cursor: pointer;
}

strong {
	color: #18831D;
}

.legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 24px;
	font-size: 1.506rem;
	line-height: inherit;
	color: #282729;
	border: 0;
	border-bottom: 1px solid #555555;
}

@media screen and (max-width: 800px) {
	blockquote {
		font-size: 1.004rem;
	}
}

.input-group-rounded {
	border-radius: 4px;
	overflow: hidden;
}

.lead {
	font-size: 1.171rem;
	font-weight: 200;
}

@media (min-width: 801px) {
	.lead {
		font-size: 1.255rem;
	}
}

body.print > header, body.print #header, body.print #footer {
	display: none;
}

h3.alt, .panel-success .panel-title,
h4.alt {
	color: #fff;
	font-weight: 900;
	background-color: #267e2a;
	padding: 6px 10px 6px 10px;
	text-rendering: optimizeLegibility;
}

	h3.alt.alt-primary, .panel-success .alt-primary.panel-title,
	h4.alt.alt-primary {
		background-color: #1f6cdf;
	}

@media screen and (max-width: 800px) {
	h3.alt, .panel-success .panel-title,
	h4.alt {
		display: block !important;
		padding: 8px 12px 8px 12px;
	}
}

h3.alt, .panel-success .panel-title {
	font-size: 1.422rem;
}

h1, .h1 {
	font-weight: 900;
}

@media screen and (max-width: 800px) {
	h1, .h1 {
		font-size: 2.008rem;
	}
}

h2, .h2 {
	font-weight: 900;
}

@media screen and (max-width: 800px) {
	h2, .h2 {
		font-size: 1.506rem;
	}
}

@media screen and (max-width: 800px) {
	h3, h3 {
		font-size: 1.255rem;
	}
}

@media screen and (max-width: 800px) {
	h3.alt, .panel-success .panel-title, .h3.alt {
		font-size: 1.171rem;
	}
}

h4, .h4, h5, .h5, h6, .h6 {
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.text-success {
	color: #267e2a;
}

.text-primary {
	color: #1f6cdf;
}

.text-warning {
	color: #f0ad4e;
}

.text-action {
	color: #7a5ecc;
}

.bg-action {
	color: #fff;
	background-color: #7a5ecc;
}

.input-xs,
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn,
.input-group-xs > .input-group-btn > .icon-tooltip,
.input-group-xs > .input-group-btn > .icon-tooltip {
	height: 30px;
	padding: 4px 10px;
	font-size: 0.836rem;
}

.radio .input-group-xs,
.checkbox .input-group-xs {
	margin-top: 2px;
}

.dropdown-menu {
	font-size: 0.753rem;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 500px;
	-ms-border-radius: 0;
	border-radius: 0;
	-ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

	.dropdown-menu .divider {
		margin: 0;
	}

.dropdown-menu-title {
	display: block;
	padding: 12px 20px;
	clear: both;
	text-transform: uppercase;
	font-size: 0.84em;
	text-align: center;
	color: #44474c;
	border-bottom: solid 1px #E5E5E5;
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	white-space: nowrap;
}

.dropdown-menu > li > a,
.dropdown-menu > li > form > a {
	display: block;
	padding: 5px 20px;
	margin: 10px;
	text-transform: uppercase;
	border: solid 1px transparent;
	-ms-border-radius: 0;
	border-radius: 0;
	clear: both;
	font-weight: 600;
	border: solid 1px transparent;
	line-height: 1.5;
	color: #282729;
	white-space: nowrap;
	-ms-border-radius: 2px;
	border-radius: 2px;
	transition: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
	.dropdown-menu > li > form > a:hover,
	.dropdown-menu > li > form > a:focus {
		text-decoration: none;
		color: white;
		background-color: #1f6cdf;
	}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.dropdown-menu > .active > form > a,
.dropdown-menu > .active > form > a:hover,
.dropdown-menu > .active > form > a:focus {
	color: white;
	text-decoration: none;
	outline: 0;
	background-color: #1f6cdf;
}

.dropdown-menu-primary > li > form > a {
	color: #282729;
}

	.dropdown-menu-primary > li > form > a:hover, .dropdown-menu-primary > li > form > a:focus {
		color: white;
		background-color: #1f6cdf;
	}

.dropdown-menu-primary > .active > form > a, .dropdown-menu-primary > .active > form > a:hover, .dropdown-menu-primary > .active > form > a:focus {
	color: white;
	background-color: #1f6cdf;
}

.breadcrumb {
	font-size: 1.1em;
	font-weight: 600;
}

	.breadcrumb > li + li:before {
		content: "\00bb\00a0";
		color: #282729;
		font-size: 1.2em;
		font-weight: 200;
	}

	.breadcrumb .bc-home {
		padding-right: 10px;
		padding-left: 10px;
		vertical-align: 0.15em;
	}

@media screen and (max-width: 519px) {
	.breadcrumb > li {
		display: block;
		margin: 4px 0;
	}

		.breadcrumb > li:before {
			content: "\00bb\00a0";
			color: #282729;
			font-size: 1.2em;
			padding: 0 5px;
			line-height: 1;
		}
}

.tooltip.info:hover,
.icon-tooltip.info:hover {
	cursor: help;
}

.icon-tooltip {
	vertical-align: inherit;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

.tooltip {
	font-size: 0.84em;
}

.tooltip-inner {
	padding: 12px;
}

.popover {
	font-size: 0.9em;
}

.popover-title {
	color: #fff;
	background-color: #354B5E;
}

.popover-content {
	color: #747879;
}

.modal-open {
	overflow: auto;
}

.modal-header .close {
	margin: 0;
	position: absolute;
	right: 16px;
	z-index: 1;
}

.modal-header {
	background-color: #fff;
}

.modal-footer {
	background-color: #EDEDED;
}

.modal-primary .modal-header {
	background-color: #1f6cdf;
}

	.modal-primary .modal-header .close {
		color: #fff;
		opacity: 1;
	}

.modal-primary .modal-title {
	color: #fff;
}

.modal-info .modal-header {
	background-color: #0094a1;
}

	.modal-info .modal-header .close {
		color: #fff;
		opacity: 1;
	}

.modal-info .modal-title {
	color: #fff;
}

.modal-success .modal-header {
	background-color: #267e2a;
}

	.modal-success .modal-header .close {
		color: #fff;
		opacity: 1;
	}

.modal-success .modal-title {
	color: #fff;
}

.modal-warning .modal-header {
	background-color: #f0ad4e;
}

	.modal-warning .modal-header .close {
		color: #fff;
		opacity: 1;
	}

.modal-warning .modal-title {
	color: #fff;
}

.modal-danger .modal-header {
	background-color: #d45854;
}

	.modal-danger .modal-header .close {
		color: #fff;
		opacity: 1;
	}

.modal-danger .modal-title {
	color: #fff;
}

.modal-action .modal-header {
	background-color: #7a5ecc;
}

	.modal-action .modal-header .close {
		color: #fff;
		opacity: 1;
	}

.modal-action .modal-title {
	color: #fff;
}

body.modal-open {
	padding-right: 0 !important;
}

.progress-bar {
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.02em;
}

.panel {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-body-condensed {
	font-size: 0.92em;
}

.panel-title {
	font-size: auto !important;
}

@media screen and (max-width: 519px) {
	.panel-title {
		font-size: 1.4em;
	}
}

.panel-heading {
	border: 0;
}

.panel-footer {
	background-color: #e8e8e8;
	border-top: solid 1px #e3e3e3;
}

.panel-default {
	border: 0;
}

	.panel-default .panel-heading {
		border: 0;
	}

	.panel-default .panel-body {
		border: 0;
	}

	.panel-default.panel-icon .panel-heading {
		padding: 0;
	}

	.panel-default.panel-icon .panel-title span {
		padding: 0.5em;
		display: inline-block;
	}

		.panel-default.panel-icon .panel-title span.fa {
			text-align: center;
			width: 2.6em;
			line-height: 0.55;
			border-right: solid 2px;
		}

	.panel-default.panel-icon h2.panel-title img {
		vertical-align: -12px;
	}

	.panel-default.panel-icon h3.panel-title img {
		vertical-align: -16px;
	}

.panel-icon-centered .panel-title {
	text-align: center;
}

	.panel-icon-centered .panel-title span {
		padding: 0.5em;
		display: block;
	}

		.panel-icon-centered .panel-title span.fa {
			padding-top: 0;
			padding-bottom: 0;
		}

.panel-success .panel-heading h3, .panel-success .panel-heading h4, .panel-success .panel-heading h5,
.panel-primary .panel-heading h3,
.panel-primary .panel-heading h4,
.panel-primary .panel-heading h5,
.panel-info .panel-heading h3,
.panel-info .panel-heading h4,
.panel-info .panel-heading h5 {
	color: #fff;
}

.panel-success {
	background-color: #f2f7f6;
}

	.panel-success .panel-heading {
		position: relative;
		padding: 0 15px;
	}

	.panel-success .panel-title {
		position: absolute;
		top: -26px;
		font-size: 1.3em;
	}

	.panel-success .panel-body {
		font-size: 1.04em;
		padding-top: 32px;
	}

	.panel-success .panel-footer {
		background-color: #e8edec;
		border-top: solid 1px #e4e9e8;
	}

.label {
	padding: 0.35em 0.6em 0.325em;
	border-radius: 0;
}

.media-heading {
	margin-top: -4px;
	margin-bottom: 2px;
}

.media-body p {
	margin-bottom: 4px;
	line-height: 1.26;
	font-size: .94em;
	font-weight: 200;
}

.jumbotron {
	position: relative;
	border: solid 1px #e1e1e1;
}

@media screen and (max-width: 800px) {
	.jumbotron {
		text-align: center;
	}
}

.nav-tabs > li > a,
.nav-pills > li > a {
	color: #282729;
	background: #F5F5F5;
	border-radius: 2px;
	padding: 12px 16px 10px 16px;
	font-weight: 700;
	font-size: 0.92rem;
}

.nav-pills > li > a {
	padding: 17px 16px 12px 16px;
	border-radius: 0;
	border-bottom: solid 2px #ddd;
}

	.nav-pills > li > a:hover {
		background: #F2F2F2;
	}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #282729;
	background: #F2F2F2;
	border-bottom: solid 2px #282729;
}

.nav-tabs.nav-stacked {
	border: 0;
}

	.nav-tabs.nav-stacked > li.active > a,
	.nav-tabs.nav-stacked > li > a:hover,
	.nav-tabs.nav-stacked > li.active > a:hover,
	.nav-tabs.nav-stacked > li.active > a:focus {
		border-color: transparent;
	}

.nav-tabs-clean,
.nav-tabs-clean.nav-justified {
	font-size: 1.1em;
	border-bottom-width: 2px;
}

	.nav-tabs-clean > li,
	.nav-tabs-clean.nav-justified > li {
		margin-bottom: -2px;
		margin-right: -2px;
	}

@media screen and (max-width: 800px) {
	.nav-tabs-clean > li,
	.nav-tabs-clean.nav-justified > li {
		margin-right: -3px;
	}
}

.nav-tabs-clean > li > a,
.nav-tabs-clean.nav-justified > li > a {
	background: none !important;
	color: #282729;
	font-size: 0.8em;
	font-weight: bold;
	border: none;
	border-bottom: solid 2px #dddddd;
	transition: all .15s ease-in;
}

	.nav-tabs-clean > li > a:hover, .nav-tabs-clean > li > a:focus, .nav-tabs-clean > li > a:active,
	.nav-tabs-clean.nav-justified > li > a:hover,
	.nav-tabs-clean.nav-justified > li > a:focus,
	.nav-tabs-clean.nav-justified > li > a:active {
		color: #282729;
		background: none;
	}

.nav-tabs-clean > li.active > a,
.nav-tabs-clean > li.active > a:hover,
.nav-tabs-clean > li.active > a:focus,
.nav-tabs-clean.nav-justified > li.active > a,
.nav-tabs-clean.nav-justified > li.active > a:hover,
.nav-tabs-clean.nav-justified > li.active > a:focus {
	color: #1f6cdf;
	border: none;
	border-bottom: solid 2px #1f6cdf;
}

.nav-tabs-clean.nav-justified > li > a {
	padding-left: 0;
	padding-right: 0;
}

.nav-tabs-btn {
	border: none;
}

	.nav-tabs-btn > li {
		margin: 0;
	}

		.nav-tabs-btn > li > a {
			border: none;
			padding: 8px 16px;
			font-size: 1.004rem;
			line-height: 1.5;
			color: #fff;
			background-color: #919191;
			transition: background-color .15s ease-in;
		}

			.nav-tabs-btn > li > a:hover, .nav-tabs-btn > li > a:focus {
				color: #fff;
				background-color: #757575;
				border: none;
			}

			.nav-tabs-btn > li > a.btn-xs, .nav-tabs-btn > li.btn-group-xs > a.btn, .nav-tabs-btn > li.btn-group-xs > a.icon-tooltip {
				padding: 2px 8px;
				font-size: 0.92rem;
				line-height: 1.5;
			}

			.nav-tabs-btn > li > a.btn-sm, .nav-tabs-btn > li.btn-group-sm > a.btn, .nav-tabs-btn > li.btn-group-sm > a.icon-tooltip {
				padding: 6px 14px;
				font-size: 0.836rem;
				line-height: 1.5;
			}

			.nav-tabs-btn > li > a.btn-lg, .nav-tabs-btn > li.btn-group-lg > a.btn, .nav-tabs-btn > li.btn-group-lg > a.icon-tooltip {
				padding: 10px 18px;
				font-size: 1.255rem;
				line-height: 1.33333;
			}

		.nav-tabs-btn > li.active > a,
		.nav-tabs-btn > li.active > a:hover,
		.nav-tabs-btn > li.active > a:focus {
			position: relative;
			color: #fff;
			background-color: #4e7caf;
			border: none;
		}

			.nav-tabs-btn > li.active > a:before, .nav-tabs-btn > li.active > a:after,
			.nav-tabs-btn > li.active > a:hover:before,
			.nav-tabs-btn > li.active > a:hover:after,
			.nav-tabs-btn > li.active > a:focus:before,
			.nav-tabs-btn > li.active > a:focus:after {
				content: " ";
				position: absolute;
				width: 0;
				height: 0;
				border-color: transparent;
				border-style: solid;
				bottom: -1.05em;
				left: 50%;
				margin-left: -20px;
				border-width: 0 20px 10px;
				border-bottom-color: white;
				z-index: 1;
			}

@media screen and (max-width: 800px) {
	.nav-tabs-btn > li.active > a:before, .nav-tabs-btn > li.active > a:after,
	.nav-tabs-btn > li.active > a:hover:before,
	.nav-tabs-btn > li.active > a:hover:after,
	.nav-tabs-btn > li.active > a:focus:before,
	.nav-tabs-btn > li.active > a:focus:after {
		bottom: -1.35em;
	}
}

.nav-tabs-btn > li.active > a:after,
.nav-tabs-btn > li.active > a:hover:after,
.nav-tabs-btn > li.active > a:focus:after {
	border-bottom-color: #dddddd;
	bottom: -0.97em;
	z-index: 0;
}

@media screen and (max-width: 800px) {
	.nav-tabs-btn > li.active > a:after,
	.nav-tabs-btn > li.active > a:hover:after,
	.nav-tabs-btn > li.active > a:focus:after {
		bottom: -1.3em;
	}
}

.nav-tabs-btn.nav-tabs.nav-justified > .active > a, .nav-tabs-btn.nav-tabs.nav-justified > .active > a:hover, .nav-tabs-btn.nav-tabs.nav-justified > .active > a:focus, .nav-tabs-btn.nav-tabs.nav-justified > li > a {
	border: 0 !important;
	border-radius: 0;
}

.tab-content {
	padding: 0.2em 1em;
}

.tabpanel-title {
	padding-bottom: 6px;
	border-bottom: solid 1px #E0E0E0;
}

	.tabpanel-title > .icon-tooltip {
		vertical-align: -2px;
		margin-bottom: -6px;
	}

.tab-content-arrow {
	padding: 13px 0 0 0;
}

	.tab-content-arrow .tab-pane {
		background-color: #fff;
		padding: 12px !important;
		border: solid 1px #E6E6E6;
	}

li.list-style-bullet,
ul.list-style-bullet li {
	list-style: none;
	position: relative;
	margin: 10px 0;
	line-height: 1.24;
}

	li.list-style-bullet:before,
	ul.list-style-bullet li:before {
		content: "\f111";
		position: absolute;
		top: 8px;
		left: -11px;
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 0.251rem;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
	}

.list-group.list-group-minimal .list-group-minimal-title {
	position: relative;
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 8px;
	line-height: 1.2;
	text-transform: uppercase;
}

.list-group.list-group-minimal .list-group-minimal-title-accordion {
	text-transform: none;
	padding-right: 38px;
	border-bottom: 0;
	border: solid 4px transparent;
	border-radius: 10px;
	transition: all .1s ease-out .1s;
}

	.list-group.list-group-minimal .list-group-minimal-title-accordion:hover, .list-group.list-group-minimal .list-group-minimal-title-accordion:focus, .list-group.list-group-minimal .list-group-minimal-title-accordion:active {
		background-color: #F5F5F5;
		border-color: #ECECEC;
	}

	.list-group.list-group-minimal .list-group-minimal-title-accordion > a {
		color: inherit;
		display: block;
	}

		.list-group.list-group-minimal .list-group-minimal-title-accordion > a:hover, .list-group.list-group-minimal .list-group-minimal-title-accordion > a:focus, .list-group.list-group-minimal .list-group-minimal-title-accordion > a:active {
			text-decoration: none;
		}

	.list-group.list-group-minimal .list-group-minimal-title-accordion .toggle-icon {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		height: 1em;
		margin: auto;
	}

.list-group.list-group-minimal .list-group-item {
	border: 0;
	padding: 10px 14px;
	background: transparent;
}

	.list-group.list-group-minimal .list-group-item:hover, .list-group.list-group-minimal .list-group-item:focus {
		background: none;
		border-color: transparent;
	}

		.list-group.list-group-minimal .list-group-item:hover .list-group-item-heading, .list-group.list-group-minimal .list-group-item:focus .list-group-item-heading {
			color: #1f6cdf;
			text-decoration: underline;
		}

@media screen and (max-width: 1024px) {
	.list-group.list-group-minimal .list-group-item {
		margin-top: 11px;
	}
}

.list-group.list-group-minimal .list-group-item-heading {
	margin: 0;
	line-height: 1.35;
}

@media screen and (max-width: 800px) {
	.list-group.list-group-minimal .list-group-item-heading > small {
		display: block;
		padding-top: 3px;
		padding-bottom: 3px;
	}
}

.list-group.list-group-minimal .list-group-item-text {
	font-size: 0.9em;
	margin-top: 2px;
	font-weight: normal;
	margin-bottom: 0;
	color: #757575;
}

.list-group.list-group-minimal .list-group-footer .list-group-item {
	display: inline-block;
}

	.list-group.list-group-minimal .list-group-footer .list-group-item .list-group-item-heading {
		text-decoration: underline;
	}

.list-group-nav .list-group-item {
	position: relative;
	border-right: 0;
	border-left: 0;
	padding: 0;
}

@media screen and (max-width: 1024px) {
	.list-group-nav .list-group-item .item-status-icon {
		line-height: 1;
		margin-right: 20px;
	}
}

.list-group-nav .list-group-item > a {
	display: block;
	font-weight: 600;
	padding: 7px 12px;
	transition: color .175s ease-in;
}

@media screen and (max-width: 1024px) {
	.list-group-nav .list-group-item > a {
		padding: 12px;
		background-color: #F9F9F9;
	}
}

.list-group-nav-success .list-group-item.active {
	background-color: #267e2a;
	border-color: #dddddd;
}

	.list-group-nav-success .list-group-item.active > a {
		color: #fff;
		cursor: default;
	}

		.list-group-nav-success .list-group-item.active > a:hover, .list-group-nav-success .list-group-item.active > a:focus, .list-group-nav-success .list-group-item.active > a:active {
			text-decoration: none;
			color: #fff;
		}

.list-group-nav-success .list-group-item > a {
	color: #282729;
}

	.list-group-nav-success .list-group-item > a:hover, .list-group-nav-success .list-group-item > a:focus, .list-group-nav-success .list-group-item > a:active {
		text-decoration: none;
		color: #267e2a;
	}

.list-group-nav-slick .list-group-item {
	margin: 0;
	padding: 0;
	border: 0;
	border-right: solid 2px #ddd;
	transition: border-color 0.025s ease;
}

	.list-group-nav-slick .list-group-item > a,
	.list-group-nav-slick .list-group-item > button {
		display: block;
		line-height: 1.4;
		padding-top: 7px;
		padding-bottom: 7px;
	}

		.list-group-nav-slick .list-group-item > a:hover, .list-group-nav-slick .list-group-item > a:focus, .list-group-nav-slick .list-group-item > a:active,
		.list-group-nav-slick .list-group-item > button:hover,
		.list-group-nav-slick .list-group-item > button:focus,
		.list-group-nav-slick .list-group-item > button:active {
			text-decoration: none !important;
		}

	.list-group-nav-slick .list-group-item > a {
		color: #282729;
	}

	.list-group-nav-slick .list-group-item > button {
		color: #282729;
		text-align: left;
		white-space: normal;
		transition: color 0.025s ease, background-color 0.025s ease !important;
	}

.list-group-nav-slick .list-group-item-heading:hover, .list-group-nav-slick .list-group-item-heading:focus {
	border-color: #ddd;
}

.list-group-nav-slick .list-group-title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-group-nav-slick .list-group-item.active {
	background-color: #eee;
}

	.list-group-nav-slick .list-group-item.active:hover {
		border-color: #ddd;
	}

	.list-group-nav-slick .list-group-item.active > a:hover, .list-group-nav-slick .list-group-item.active > a:focus, .list-group-nav-slick .list-group-item.active > a:active, .list-group-nav-slick .list-group-item.active > button:hover, .list-group-nav-slick .list-group-item.active > button:focus, .list-group-nav-slick .list-group-item.active > button:active {
		background-color: inherit;
	}

.list-group-nav-slick-primary .list-group-item.active {
	border-color: #1f6cdf;
}

	.list-group-nav-slick-primary .list-group-item.active:hover {
		border-color: #1f6cdf;
	}

	.list-group-nav-slick-primary .list-group-item.active > a, .list-group-nav-slick-primary .list-group-item.active > button {
		color: #1f6cdf;
	}

.list-group-nav-slick-success .list-group-item.active {
	border-color: #267e2a;
}

	.list-group-nav-slick-success .list-group-item.active:hover {
		border-color: #267e2a;
	}

	.list-group-nav-slick-success .list-group-item.active > a, .list-group-nav-slick-success .list-group-item.active > button {
		color: #267e2a;
	}

.list-group-nav-slick-action .list-group-item.active {
	border-color: #7a5ecc;
}

	.list-group-nav-slick-action .list-group-item.active:hover {
		border-color: #7a5ecc;
	}

	.list-group-nav-slick-action .list-group-item.active > a, .list-group-nav-slick-action .list-group-item.active > button {
		color: #7a5ecc;
	}

.well .well,
.inner-well {
	background-color: #fff;
	border: solid 1px #eee;
}

.well-info {
	background-color: #d9edf7 !important;
}

.well-warning {
	background-color: #fcf8e3 !important;
}

.panel-collapse-plus-minus .panel-heading {
	padding: 0;
}

.panel-collapse-plus-minus [data-toggle="collapse"] {
	display: block;
	position: relative;
	padding: 10px 15px;
}

	.panel-collapse-plus-minus [data-toggle="collapse"]:hover, .panel-collapse-plus-minus [data-toggle="collapse"]:focus {
		text-decoration: none;
	}

	.panel-collapse-plus-minus [data-toggle="collapse"]:after {
		content: "\f068";
		display: inline-block;
		float: right;
		line-height: 1.3;
		font-family: FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.panel-collapse-plus-minus [data-toggle="collapse"].collapsed:after {
		content: "\f067";
	}

.panel-collapse-plus-minus.panel-default {
	background-color: white;
	border: 0;
	margin-bottom: 17px;
}

	.panel-collapse-plus-minus.panel-default > .panel-heading {
		background-color: white;
		border: none;
		border-bottom: solid 1px #ddd;
	}

	.panel-collapse-plus-minus.panel-default .panel-body {
		border: 0;
	}

	.panel-collapse-plus-minus.panel-default [data-toggle="collapse"] {
		display: block;
		position: relative;
		color: #267e2a;
		padding: 10px 4px;
	}

		.panel-collapse-plus-minus.panel-default [data-toggle="collapse"].collapsed {
			color: inherit;
		}

		.panel-collapse-plus-minus.panel-default [data-toggle="collapse"]:hover, .panel-collapse-plus-minus.panel-default [data-toggle="collapse"]:focus {
			color: #267e2a !important;
		}

.user-alert {
	position: fixed;
	top: 26px;
	right: 26px;
	width: 320px;
	z-index: 1070;
}

	.user-alert.alert-danger .well {
		background-color: #EDCECE;
		border-color: #E5C7CC;
	}

.alert-default {
	background-color: #eeeeee;
	border-color: #757575;
	color: #282729;
}

	.alert-default hr {
		border-top-color: #6a6a6a;
	}

	.alert-default .alert-link {
		color: #222426;
	}

.affix.fixed-width-4 {
	top: 12px;
	width: 384px;
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.affix.fixed-width-4 {
		width: 310px;
	}
}

.nav-scrollspy ul .nav-scrollspy-title {
	margin-top: 0;
	padding-left: 12px;
	padding-right: 12px;
}

	.nav-scrollspy ul .nav-scrollspy-title a {
		color: inherit;
	}

.nav-scrollspy ul li > a {
	color: #282729;
	background: transparent;
	padding: 9px 10px;
	margin: 7px 0;
	font-size: 1.1em;
	border-left: solid 1px transparent;
	line-height: 1.2;
	transition: none;
	letter-spacing: 0.06em;
}

.nav-scrollspy ul li a:hover, .nav-scrollspy ul li a:focus, .nav-scrollspy ul li a:active {
	color: #7A5ECC;
	background: transparent;
	border-left-color: #7A5ECC;
}

.nav-scrollspy ul li.active a {
	color: #7A5ECC;
	background: transparent;
	border-left-color: #7A5ECC;
}

.nav-scrollspy.boxed ul {
	background-color: #DFDFDF;
	border: solid 1px #DFDFDF;
	border-bottom: 0;
}

	.nav-scrollspy.boxed ul li {
		margin-bottom: 1px;
	}

		.nav-scrollspy.boxed ul li a {
			font-size: 1em;
			padding: 12px 15px;
			margin: 0;
			background-color: #f0f0f0;
			border-left: solid 4px transparent;
			border-right: solid 1px transparent;
			transition: all .175s ease-in .075s;
		}

			.nav-scrollspy.boxed ul li.active a, .nav-scrollspy.boxed ul li a:hover, .nav-scrollspy.boxed ul li a:focus, .nav-scrollspy.boxed ul li a:active {
				background-color: #e9e9e9;
				border-left-color: #1f6cdf;
			}

a:focus, a:active, button:focus, button:active, .btn:focus, .icon-tooltip:focus, .btn:active, .icon-tooltip:active {
	outline: 0 !important;
}

button, .btn, .icon-tooltip {
	transition: color 0.125s ease-out 0.125s, background-color 0.125s ease-out 0.125s, border-color 0.125s ease-out 0.125s;
}

	button:focus, button:active, .active button, .btn:focus, .icon-tooltip:focus, .btn:active, .icon-tooltip:active, .active .btn, .active .icon-tooltip {
		outline: 0 !important;
	}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .icon-tooltip,
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .icon-tooltip {
	font-size: 0.753rem;
}

.btn, .icon-tooltip {
	font-size: 0.92rem;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .icon-tooltip {
	font-size: 1.171rem;
}

.btn-xl {
	padding: 6px 30px;
	font-size: 1.12em;
}

@media screen and (max-width: 800px) {
	.btn-mobile-block {
		display: block;
		width: 100%;
	}
}

.btn-oval {
	border-radius: 50px;
}

.btn-default:focus, .btn-default:hover {
	color: #333333;
	background-color: #DCDCDC;
}

.btn-action {
	color: #fff;
	background-color: #7a5ecc;
	border-color: #7a5ecc;
}

	.btn-action:focus, .btn-action:hover {
		color: #fff;
		background-color: #5c3bbc;
		border-color: #5839b4;
	}

.btn-dark {
	background-color: #555555;
	border-color: #555555;
	color: #fff;
}

	.btn-dark.btn-inverted {
		background-color: transparent;
		color: #282729;
		border-width: 2px;
	}

	.btn-dark:focus, .btn-dark:hover, .btn-dark:active {
		color: #fff;
		background-color: #282729;
		border-color: #282729;
	}

.btn-light {
	background-color: #FDFDFD;
	border-color: #C7C7C7;
	color: #282729;
}

	.btn-light:focus, .btn-light:hover, .btn-light:active {
		border-color: #282729;
	}

.btn-link.btn-default {
	color: #282729;
	transition: all 0.15s ease-in-out .1s !important;
}

	.btn-link.btn-default:hover, .btn-link.btn-default:focus {
		text-decoration: none;
		background-color: #D6D6D6;
		color: #282729;
		border-color: #D6D6D6;
	}

.btn.inverted, .inverted.icon-tooltip {
	transition: all 0.125s ease-out 0.125s;
}

.btn-default:hover,
.btn-default:focus,
.focus.btn-default,
.btn-default:active,
.active.btn-default,
.open > .dropdown-toggle.btn-default {
	border-color: #cccccc;
}

	.btn-default.btn-inverted:hover,
	.btn-default.btn-inverted:focus,
	.focus.btn-default.btn-inverted,
	.btn-default.btn-inverted:active,
	.active.btn-default.btn-inverted,
	.open > .dropdown-toggle.btn-default.btn-inverted {
		color: #fff;
		background-color: #282729;
	}

.btn-primary.btn-inverted {
	color: #1773c4;
	background-color: transparent;
}

	.btn-primary.btn-inverted:hover, .btn-primary.btn-inverted:focus {
		color: #fff;
		background-color: #1f6cdf;
	}

.btn-info.btn-inverted {
	color: #006e78;
	background-color: transparent;
}

	.btn-info.btn-inverted:hover, .btn-info.btn-inverted:focus {
		color: #fff;
		background-color: #0094a1;
	}

.btn-success.btn-inverted {
	color: #1d5f20;
	background-color: transparent;
}

	.btn-success.btn-inverted:hover, .btn-success.btn-inverted:focus {
		color: #fff;
		background-color: #267e2a;
	}

.btn-warning.btn-inverted {
	color: #ed9c28;
	background-color: transparent;
}

	.btn-warning.btn-inverted:hover, .btn-warning.btn-inverted:focus {
		color: #fff;
		background-color: #f0ad4e;
	}

.btn-danger.btn-inverted {
	color: #cc3833;
	background-color: transparent;
}

	.btn-danger.btn-inverted:hover, .btn-danger.btn-inverted:focus {
		color: #fff;
		background-color: #d45854;
	}

.btn-action.btn-inverted {
	color: #5638b0;
	background-color: transparent;
}

	.btn-action.btn-inverted:hover, .btn-action.btn-inverted:focus {
		color: #fff;
		background-color: #7a5ecc;
	}

.btn-jumbotron-extra {
	position: absolute;
	top: -1px;
	right: -1px;
	color: #333333;
	background-color: #f7f7f7 !important;
	border: solid 1px #e1e1e1;
}

	.btn-jumbotron-extra:hover, .btn-jumbotron-extra:focus, .btn-jumbotron-extra:active {
		background-color: white !important;
		border-color: #d2d2d2;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.btn-tile {
	display: block;
	position: relative;
	padding: 2.25em 0 0 0;
	font-size: 1.1em;
	font-weight: 700;
	text-align: left;
	border: 0 !important;
	border-radius: 6px;
	overflow: hidden;
	transition-delay: .025s;
}

	.btn-tile:hover, .btn-tile:focus, .btn-tile:active {
		border: 0 !important;
	}

		.btn-tile:hover .tile-title, .btn-tile:focus .tile-title, .btn-tile:active .tile-title {
			text-shadow: -1px -1px 26px rgba(150, 150, 150, 0.3);
		}

			.btn-tile:hover .tile-title .fa, .btn-tile:focus .tile-title .fa, .btn-tile:active .tile-title .fa {
				margin-right: -3px;
				opacity: 1;
				-ms-filter: alpha(opacity=100);
			}

	.btn-tile:focus, .btn-tile:active {
		-webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.25) !important;
		box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.25) !important;
	}

@media (min-width: 1025px) and (max-width: 1279px) {
	.btn-tile {
		font-size: 0.86em;
	}
}

.btn-tile.tile-animate:hover .tile-info, .btn-tile.tile-animate:focus .tile-info, .btn-tile.tile-animate:active .tile-info {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.btn-tile .tile-title {
	position: relative;
	width: 100%;
	padding: 0.32em 1em 0.32em 1em;
}

	.btn-tile .tile-title .fa {
		font-size: 1.3em;
		display: inline;
		float: right;
		margin-top: 1px;
		margin: 3px;
		opacity: 0;
		-ms-filter: alpha(opacity=0);
		transition: opacity .1s ease-in, margin-right .1s ease-in;
		transition-delay: .25s;
	}

.btn-tile.tile-animate .tile-title {
	z-index: 999;
	transition-delay: .25s;
}

.btn-tile .tile-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 78%;
	padding: 0.75em 1.25em;
	line-height: 1.2;
	font-size: 0.82em;
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: normal;
}

	.btn-tile .tile-info strong {
		color: #fff;
	}

.btn-tile.tile-animate .tile-info {
	backface-visibility: hidden;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	transition: all .1s ease-in;
	transition-delay: .25s;
}

.btn-tile .fa {
	font-size: 5em;
	display: block;
	text-align: center;
}

.btn-tile img {
	display: block;
	width: 128px;
	margin: auto;
	margin-bottom: 0px;
	margin-top: -4px;
}

.btn-tile {
	color: #282729;
}

	.btn-tile.tile-animate.btn-primary .tile-title,
	.btn-tile.tile-animate.btn-primary .tile-info {
		background-color: #1f6cdf;
	}

	.btn-tile.tile-animate.btn-primary:hover .tile-title {
		background-color: #166dba;
	}

	.btn-tile.tile-animate.btn-success .tile-title,
	.btn-tile.tile-animate.btn-success .tile-info {
		background-color: #267e2a;
	}

	.btn-tile.tile-animate.btn-success:hover .tile-title {
		background-color: #1a571d;
	}

	.btn-tile.tile-animate.btn-info .tile-title,
	.btn-tile.tile-animate.btn-info .tile-info {
		background-color: #0094a1;
	}

	.btn-tile.tile-animate.btn-info:hover .tile-title {
		background-color: #00656e;
	}

	.btn-tile.tile-animate.btn-default .tile-title,
	.btn-tile.tile-animate.btn-default .tile-info {
		background-color: #efefef;
	}

	.btn-tile.tile-animate.btn-default:hover .tile-title {
		background-color: #d5d5d5;
	}

	.btn-tile.tile-animate.btn-warning .tile-title,
	.btn-tile.tile-animate.btn-warning .tile-info {
		background-color: #f0ad4e;
	}

	.btn-tile.tile-animate.btn-warning:hover .tile-title {
		background-color: #ec971f;
	}

	.btn-tile.tile-animate.btn-danger .tile-title,
	.btn-tile.tile-animate.btn-danger .tile-info {
		background-color: #d45854;
	}

	.btn-tile.tile-animate.btn-danger:hover .tile-title {
		background-color: #c43631;
	}

.btn-floating {
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -21px;
	z-index: 1070;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

	.btn-floating.btn-sm, .btn-group-sm > .btn-floating.btn, .btn-group-sm > .btn-floating.icon-tooltip {
		width: 32px;
		height: 32px;
		bottom: -16px;
	}

	.btn-floating.floating-right {
		top: 0;
		bottom: 0;
		right: 12px;
		left: auto;
	}

@media screen and (max-width: 800px) {
	.btn-xs-mobile,
	.btn-sm-mobile,
	.btn-large-mobile {
		display: block;
		width: 100%;
		padding: 11px 5px;
	}
}

@media screen and (max-width: 800px) {
	.btn-xs-mobile,
	.btn-sm-mobile {
		padding: 8px;
		margin-bottom: 6px;
	}
}

.card {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

	.card .footer-label {
		color: #282729;
		margin: 9px 0;
	}

.card-title {
	font-size: 1.171rem;
	margin-bottom: 0;
}

	.card-title > a {
		color: #282729;
	}

		.card-title > a:hover, .card-title > a:focus, .card-title > a:active {
			color: #1f6cdf;
			text-decoration: none;
		}

.card-title-lg {
	font-size: 1.506rem;
}

.card-title-xl {
	font-size: 1.882rem;
}

.card-title-xxl {
	font-size: 2.509rem;
}

.card-subtitle,
.card-header-with-tabs .nav-tabs > li > a {
	font-weight: 600;
	color: #a6a8a9;
	margin: 0;
}

.card-block p {
	color: #282729;
	font-size: 0.92rem;
	font-weight: 600;
}

	.card-block p.lead {
		font-size: 1.171rem;
		margin: 0 0 12px;
	}

.card-accordion .card-header:hover {
	cursor: pointer;
}

.card-accordion .btn-floating {
	opacity: 0;
	transition: opacity .15s ease-out .2s !important;
}

@media screen and (max-width: 1024px) {
	.card-accordion .btn-floating {
		opacity: 1;
	}
}

.card-accordion:hover .btn-floating {
	opacity: 1;
}

.card-header-bg {
	position: relative;
}

	.card-header-bg .card-title,
	.card-header-bg .card-title > a,
	.card-header-bg .card-subtitle {
		color: #fff;
	}

	.card-header-bg .card-title-wrap {
		position: absolute;
		bottom: 10px;
	}

.card-header-with-tabs {
	padding: 0;
}

	.card-header-with-tabs .card-header-inner {
		padding: 10px;
	}

	.card-header-with-tabs .nav-tabs-clean.nav-justified > li > a,
	.card-header-with-tabs .nav-tabs-clean.nav-justified > li > a:hover,
	.card-header-with-tabs .nav-tabs-clean.nav-justified > li > a:focus {
		background: #EFEFEF !important;
	}

	.card-header-with-tabs .nav-tabs-clean.nav-justified > li.active > a,
	.card-header-with-tabs .nav-tabs-clean.nav-justified > li.active > a:hover,
	.card-header-with-tabs .nav-tabs-clean.nav-justified > li.active > a:focus {
		color: #282729;
		border-color: #282729;
		background: #EFEFEF !important;
	}

.card .tab-content {
	border: 0;
}

.floating-cards {
	text-align: center;
}

	.floating-cards .card {
		max-width: 390px;
		min-height: 261px;
		width: 100%;
		display: inline-block;
		text-align: left;
		margin: 7px 5px;
		vertical-align: top;
	}

@media screen and (max-width: 1024px) {
	.floating-cards .card {
		max-width: 364px;
	}
}

.text-muted small {
	color: #a6a8a9;
}

.text-dark {
	color: #282729;
}

.text-white {
	color: #fff;
}

	.text-white:hover, .text-white:focus {
		color: #fff;
	}

.text-primary-alt {
	color: #4e7caf;
}

.bg-primary,
.bg-primary-light,
.bg-gray,
.bg-darker {
	color: #fff;
}

	.bg-primary a.text-muted:hover, .bg-primary a.text-muted:active, .bg-primary a.text-muted:focus,
	.bg-primary-light a.text-muted:hover,
	.bg-primary-light a.text-muted:active,
	.bg-primary-light a.text-muted:focus,
	.bg-gray a.text-muted:hover,
	.bg-gray a.text-muted:active,
	.bg-gray a.text-muted:focus,
	.bg-darker a.text-muted:hover,
	.bg-darker a.text-muted:active,
	.bg-darker a.text-muted:focus {
		color: #fff !important;
	}

.bg-pad {
	padding: 26px 0;
}

.bg-body {
	background-color: white;
}

.bg-lightest {
	background-color: #F5F5F5;
}

	.bg-lightest .divider-inset {
		border-top: solid 1px #E2E2E2;
		border-bottom: solid 1px #fff;
	}

	.bg-lightest .text-muted {
		color: #949697;
	}

.bg-lighter {
	background-color: #ECECEC;
}

.bg-muted {
	background-color: #F5F5F5;
}

.bg-gray {
	background-color: #A0A0A0;
}

.bg-darker {
	background-color: #555555;
}

.bg-primary {
	background-color: #009AE5;
}

	.bg-primary .text-muted {
		color: #89d8ff;
	}

.bg-primary-light {
	background-color: #3DAFE9;
}

	.bg-primary-light .text-muted {
		color: #d0ebfa;
	}

.table-middle-align td,
.table-middle-align td > b,
.table-middle-align td > span {
	vertical-align: middle !important;
}

.img-rounded {
	border-radius: 4px;
}

.validation-summary-errors ul {
	color: red;
	list-style: none;
	margin: 4px 0;
	padding: 0;
}

.featured-content .ls-l {
	width: 50%;
	padding: 20px 20px 28px 20px;
	background: #222;
	background: rgba(34, 34, 34, 0.7);
}

table.datatable-simple {
	border-collapse: collapse !important;
	border: solid 1px #b7b7b7;
	width: 100% !important;
}

	table.datatable-simple thead > tr > th {
		padding: 4px 8px;
		color: #1f6cdf;
		vertical-align: middle;
		font-size: 0.88em;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		border: solid 1px #b7b7b7;
		background: #f6f6f6;
	}

	table.datatable-simple tbody tr td {
		border: solid 1px #b7b7b7;
	}

	table.datatable-simple.center-header thead > tr > th {
		text-align: center;
	}

table.fixedHeader-floating {
	width: auto !important;
	top: -1px !important;
	height: auto !important;
}

.nav-pills.nav-green > li {
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
}

	.nav-pills.nav-green > li a {
		font-weight: 700;
		font-size: 1.06em;
		padding: 17px 30px 14px 30px;
		transition: all 0.25s;
	}

	.nav-pills.nav-green > li:not(.active) a {
		border-bottom-color: #dddddd;
		background-color: #eeeeee;
		color: #928e91;
	}

		.nav-pills.nav-green > li:not(.active) a:hover {
			color: #5a5759;
		}

	.nav-pills.nav-green > li.active a {
		border-bottom-color: #267e2a;
		color: #fff;
		background-color: #267e2a;
	}

		.nav-pills.nav-green > li.active a:hover {
			cursor: default;
		}

body.hide-floating-header .fixedHeader-floating {
	top: -100% !important;
	opacity: 0 !important;
}

.filters-wrap .ui-multiselect {
	height: 48px;
	font-size: 0.92rem;
	width: 100% !important;
	padding: 0 0 0 16px;
	font-weight: 700;
	color: #716f70;
	transition: all 0.2s;
}

	.filters-wrap .ui-multiselect span {
		transition: all 0.2s;
	}

	.filters-wrap .ui-multiselect:hover {
		border-color: #555;
	}

		.filters-wrap .ui-multiselect:hover span:last-child {
			color: #000;
		}

	.filters-wrap .ui-multiselect + ul {
		width: 100% !important;
	}

		.filters-wrap .ui-multiselect + ul > li {
			display: block !important;
			position: relative;
			padding: 3px 9px !important;
			margin-bottom: 0 0 3px 0 !important;
		}

			.filters-wrap .ui-multiselect + ul > li .selectedClose {
				position: absolute !important;
				padding: 0;
				color: #555;
				font-weight: 700;
				height: 18px;
				top: 0;
				bottom: 0;
				right: 10px;
				margin: auto;
				transition: all.2s;
			}

				.filters-wrap .ui-multiselect + ul > li .selectedClose:hover {
					color: #000;
				}

	.filters-wrap .ui-multiselect span.ui-icon {
		border-left: 9px solid transparent;
		border-top: 9px solid #222;
		border-right: 9px solid transparent;
		right: 14px !important;
	}

.static {
	position: static !important;
}

.relative {
	position: relative !important;
}

.h, .hidden {
	display: none !important;
}

.nm {
	margin: 1px 0 !important;
}

.no-textdec {
	text-decoration: none;
}

	.no-textdec:hover, .no-textdec:focus, .no-textdec:active {
		text-decoration: none !important;
	}

.font-600 {
	font-weight: 600 !important;
}

.semibold,
.font-bold {
	font-weight: 700 !important;
}

.font-bolder {
	font-weight: 900 !important;
}

.no-outline {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.btn-wrap-md {
		white-space: normal;
	}
}

.no-border,
.border-none {
	border: 0 !important;
}

.bg-none {
	background: none !important;
}

.no-border-radius {
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
}

.accessible {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.textReplace {
	text-indent: -999px;
	overflow: hidden;
}

.font-normal {
	font-weight: normal !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.invisible {
	visibility: hidden;
}

.i, .inline {
	display: inline !important;
}

.b, .block {
	display: block !important;
}

.ib, .inline-block {
	display: inline-block !important;
}

.text-center {
	text-align: center !important;
}

@media screen and (max-width: 800px) {
	.center-mobile {
		text-align: center;
	}
}

.strikethrough {
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.strikethrough {
		text-decoration: line-through;
	}
}

.strikethrough:after {
	border-bottom: 3px solid;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
}

@media screen and (max-width: 1024px) {
	.strikethrough:after {
		display: none;
	}
}

.underline {
	text-decoration: underline !important;
}

li.list-item-unstyled {
	list-style: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.p0 {
	padding: 0 !important;
}

.p1 {
	padding: 5px !important;
}

.p2 {
	padding: 15px !important;
}

.p3 {
	padding: 30px !important;
}

.p4 {
	padding: 35px !important;
}

.p5 {
	padding: 50px !important;
}

.vp0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.vp1 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.vp2 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.vp3 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.vp4 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.vp5 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.tp0 {
	padding-top: 0 !important;
}

.tp1 {
	padding-top: 5px !important;
}

.tp2 {
	padding-top: 15px !important;
}

.tp3 {
	padding-top: 30px !important;
}

.tp4 {
	padding-top: 35px !important;
}

.tp5 {
	padding-top: 50px !important;
}

.bp0 {
	padding-bottom: 0 !important;
}

.bp1 {
	padding-bottom: 5px !important;
}

.bp2 {
	padding-bottom: 15px !important;
}

.bp3 {
	padding-bottom: 30px !important;
}

.bp4 {
	padding-bottom: 35px !important;
}

.bp5 {
	padding-bottom: 50px !important;
}

.sp0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sp1 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.sp2 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.sp3 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.sp4 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.sp5 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.lp0 {
	padding-left: 0 !important;
}

.lp1 {
	padding-left: 5px !important;
}

.lp2 {
	padding-left: 15px !important;
}

.lp3 {
	padding-left: 30px !important;
}

.lp4 {
	padding-left: 35px !important;
}

.lp5 {
	padding-left: 50px !important;
}

.rp0 {
	padding-right: 0 !important;
}

.rp1 {
	padding-right: 5px !important;
}

.rp2 {
	padding-right: 15px !important;
}

.rp3 {
	padding-right: 30px !important;
}

.rp4 {
	padding-right: 35px !important;
}

.rp5 {
	padding-right: 50px !important;
}

.m0 {
	margin: 0 !important;
}

.vm0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.vm1 {
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.vm2 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.vm3 {
	margin-top: 27px !important;
	margin-bottom: 27px !important;
}

.vm4 {
	margin-top: 37px !important;
	margin-bottom: 37px !important;
}

.vm5 {
	margin-top: 52px !important;
	margin-bottom: 52px !important;
}

.tm0 {
	margin-top: 0 !important;
}

.tm1 {
	margin-top: 7px !important;
}

.tm2 {
	margin-top: 15px !important;
}

.tm3 {
	margin-top: 27px !important;
}

.tm4 {
	margin-top: 37px !important;
}

.tm5 {
	margin-top: 52px !important;
}

.bm0 {
	margin-bottom: 0 !important;
}

.bm1 {
	margin-bottom: 7px !important;
}

.bm2 {
	margin-bottom: 15px !important;
}

.bm3 {
	margin-bottom: 27px !important;
}

.bm4 {
	margin-bottom: 37px !important;
}

.bm5 {
	margin-bottom: 52px !important;
}

.sm1 {
	margin-left: 7px !important;
	margin-right: 7px !important;
}

.sm2 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.sm3 {
	margin-left: 27px !important;
	margin-right: 27px !important;
}

.sm4 {
	margin-left: 37px !important;
	margin-right: 37px !important;
}

.sm5 {
	margin-left: 52px !important;
	margin-right: 52px !important;
}

.lm0 {
	margin-left: 0 !important;
}

.lm1 {
	margin-left: 7px !important;
}

.lm2 {
	margin-left: 15px !important;
}

.lm3 {
	margin-left: 27px !important;
}

.lm4 {
	margin-left: 37px !important;
}

.lm5 {
	margin-left: 52px !important;
}

.rm0 {
	margin-right: 0 !important;
}

.rm1 {
	margin-right: 7px !important;
}

.rm2 {
	margin-right: 15px !important;
}

.rm3 {
	margin-right: 27px !important;
}

.rm4 {
	margin-right: 37px !important;
}

.rm5 {
	margin-right: 52px !important;
}

@media screen and (max-width: 519px) {
	.lp0-xs {
		padding-left: 0 !important;
	}

	.rp0-xs {
		padding-right: 0 !important;
	}
}

html, body {
	height: 100%;
}

input[type=radio]:focus {
	outline: double;
}

body {
	overflow-y: visible !important;
}

header {
	background: #f0f0f0;
}

body.home .body-content.container {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32em;
}

@media screen and (max-width: 800px) {
	#main {
		margin: 0 auto -40em;
	}
}

#footer, .push {
	height: 32em;
}

@media screen and (max-width: 800px) {
	#footer, .push {
		height: 40em;
	}
}

#footer {
	color: #C8CFDD;
	background-color: #354b5e;
	text-align: center;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0;
}

	#footer h4, #footer h5, #footer h6, #footer a {
		color: #C8CFDD;
	}

	#footer .btn-feedback-submit {
		color: #2e4151;
		background-color: #ced5e1;
		border-color: #354b5e;
		font-weight: 700;
		border-radius: 4px;
	}

		#footer .btn-feedback-submit:hover, #footer .btn-feedback-submit:focus, #footer .btn-feedback-submit:active {
			background-color: #eef0f4;
		}

	#footer #feedback-description {
		position: relative;
	}

		#footer #feedback-description:before {
			content: "\f075";
			position: absolute;
			top: 16px;
			left: 21px;
			display: inline-block;
			color: #C8CFDD;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: 1.338rem;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			transform: translate(0, 0);
		}

	#footer .field-validation-error,
	#footer .validation-summary-errors > ul > li {
		color: #FFE027;
	}

	#footer .form-control {
		padding: 14px 54px;
		height: 10em;
		line-height: 1.3;
		font-size: 1.171rem;
		font-weight: 600;
		color: #C8CFDD;
		background-color: #354B5E;
		border: solid 2px;
		border-radius: 4px;
		box-shadow: none;
	}

		#footer .form-control::-webkit-input-placeholder {
			opacity: 1;
			color: #C8CFDD !important;
		}

		#footer .form-control:-moz-placeholder {
			opacity: 1;
			color: #C8CFDD !important;
		}

		#footer .form-control:-ms-input-placeholder {
			opacity: 1;
			color: #C8CFDD !important;
		}

.footer-links {
	margin-bottom: 24px;
}

	.footer-links a {
		color: #b4bbca;
		-webkit-transition: color 0.15s ease-in-out;
		transition: color 0.15s ease-in-out;
	}

		.footer-links a:hover, .footer-links a:active {
			color: #dbdbdb;
			text-decoration: none;
		}

#main-menu-toggle {
	position: absolute;
	right: 14px;
	top: 0;
	height: 2.6em;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 800px) {
	#main-menu-toggle {
		height: 2.9em;
	}
}

#main-menu-toggle .dropdown-toggle {
	font-size: 2em;
	padding: 0;
	margin-top: -1px;
}

	#main-menu-toggle .dropdown-toggle:hover .fa-gear, #main-menu-toggle .dropdown-toggle:focus .fa-gear {
		transform: rotate(60deg);
	}

	#main-menu-toggle .dropdown-toggle .fa-gear {
		transition: transform .2s ease-out .075s;
	}

	#main-menu-toggle .dropdown-toggle .caret {
		margin-left: -2px;
	}

#main-menu-toggle .login-link {
	margin-top: 3px;
}

@media screen and (max-width: 800px) {
	#main-menu-toggle .login-link {
		margin-top: 2px;
	}
}

@media screen and (max-width: 519px) {
	#main-menu-toggle .login-link {
		display: none;
	}
}

#main-menu-toggle .login-link.btn-link {
	color: #282729;
}

#site-header.navbar {
	margin-bottom: 0;
	border: 0;
}

#site-header .navbar-text {
	padding-left: 60px;
	position: relative;
	font-weight: bold;
}

	#site-header .navbar-text .fa {
		margin-left: 4px;
		opacity: 0;
		-ms-filter: alpha(opacity=0);
		transition: opacity .1s ease-out .1s;
	}

@media screen and (max-width: 800px) {
	#site-header .navbar-text {
		margin-top: 16px;
		margin-bottom: 16px;
	}
}

#site-header .navbar-text a.brand-name {
	color: #282729 !important;
	color: #282729 !important;
	padding: 3px 8px;
	font-size: 1.087rem;
}

	#site-header .navbar-text a.brand-name:hover, #site-header .navbar-text a.brand-name:focus, #site-header .navbar-text a.brand-name:active {
		text-decoration: none;
	}

		#site-header .navbar-text a.brand-name:hover .fa, #site-header .navbar-text a.brand-name:focus .fa, #site-header .navbar-text a.brand-name:active .fa {
			opacity: 1;
			-ms-filter: alpha(opacity=100);
		}

#menu-logo, #menu-logo:hover,
#menu-logo:focus, #menu-logo:active {
	position: absolute;
	top: -17px;
	left: 0;
	background: transparent url("/Content/Images/main-sprite.png") 0px 9px no-repeat;
	width: 50px;
	height: 50px;
	text-decoration: none;
	background-size: 385px;
}

@media screen and (max-width: 800px) {
	#menu-logo, #menu-logo:hover,
	#menu-logo:focus, #menu-logo:active {
		left: 12px;
		top: -15px;
		width: 45px;
		height: 45px;
		background-size: cover;
	}
}

.mgmenu ul li {
	list-style: none;
}

.home .body-content {
	background-image: url("/Content/images/fedsat/background/fedsat-homepage-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #2D5265;
}

	.home .body-content .btn-xl {
		font-weight: 700;
	}

	.home .body-content .bg-lightest {
		background-color: rgba(0, 0, 0, 0.55);
		border-bottom: solid 2px rgba(0, 0, 0, 0.025);
	}

	.home .body-content .nav-tabs > li > a, .home .body-content .nav-pills > li > a {
		color: #fff;
		background: none;
		border-bottom: none;
		text-transform: uppercase;
	}

@media (min-width: 1025px) {
	.home .body-content .nav-tabs > li > a, .home .body-content .nav-pills > li > a {
		padding: 24px 16px 18px 16px;
	}
}

.home .body-content .nav-pills > li > a:hover {
	background: none;
	border-bottom: solid 2px #fff;
}

.home .body-content .nav-pills > li.active > a,
.home .body-content .nav-pills > li.active > a:hover,
.home .body-content .nav-pills > li.active > a:focus {
	border-bottom: solid 2px white !important;
}

#home-panels {
	background: rgba(17, 37, 47, 0.6);
}

	#home-panels .panel,
	#home-panels .panel-heading {
		background: none;
	}

		#home-panels .panel p {
			font-size: 1.1em;
		}

@media screen and (max-width: 1024px) {
	#home-panels .panel {
		margin-bottom: 20px !important;
	}
}

#home-panels .tab-content {
	min-height: 200px;
	color: #fff;
}

#home-jumbotron {
	color: white;
	min-height: 19em;
	border: 0;
	background: none;
}

@media screen and (max-width: 1024px) {
	#home-jumbotron {
		min-height: 14em;
	}
}

#home-jumbotron > .container {
	padding: 1em 16em;
}

@media (min-width: 1025px) and (max-width: 1279px) {
	#home-jumbotron > .container {
		padding: 1.4em 10em;
	}
}

@media screen and (max-width: 1024px) {
	#home-jumbotron > .container {
		padding: 1.4em 2em;
	}
}

#home-jumbotron h1 {
	color: white;
	font-size: 4.266rem;
}

@media screen and (max-width: 800px) {
	#home-jumbotron h1 {
		font-size: 2.76rem;
	}
}

#home-jumbotron p {
	font-size: 1.6em;
	font-weight: 700;
	max-width: 585px;
	line-height: 1.35;
	margin: auto;
	margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
	#home-jumbotron p {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 519px) {
	#home-jumbotron p {
		font-size: 1.2em;
	}
}

.use-case-blocks {
	background-color: #fff;
}

	.use-case-blocks h3 {
		font-size: 1.171rem;
		font-weight: 600;
		margin-bottom: 8px;
	}

	.use-case-blocks p {
		padding: 0 40px;
		margin-bottom: 0;
		font-size: 1.06em;
	}

@media screen and (max-width: 800px) {
	.use-case-blocks p {
		font-size: 1.2em;
	}
}

#fs-video-link {
	position: absolute;
	top: 16px;
	right: 15px;
	color: #333;
	border: solid 2px #dbc500;
	background: #ffe60a;
	background: rgba(255, 230, 10, 0.8);
	padding: 25px 12px;
	line-height: 15px;
	height: 131px;
	width: 131px;
	border-radius: 50%;
	font-size: 0.669rem;
	font-weight: 200;
	letter-spacing: .35px;
	text-transform: uppercase;
	transition: background .2s ease-out;
}

	#fs-video-link:hover, #fs-video-link:focus, #fs-video-link:active {
		color: #333;
		background: #ffe929;
		background: #ffe60a;
		text-decoration: none;
	}

@media screen and (max-width: 1024px) {
	#fs-video-link {
		top: 4px;
		right: 4px;
		padding: 7px 6px;
		border: solid 2px #ffe60a;
		height: 53px;
		width: 53px;
		font-size: 0.669rem;
	}

		#fs-video-link span:first-child,
		#fs-video-link small {
			display: none !important;
		}
}

#fs-video-link small {
	text-transform: lowercase;
	letter-spacing: 1px;
}

#fs-video-link .fa {
	padding: 3px 0;
	margin: auto;
}

#exam-summary > .listing-box {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 6em;
	padding-top: 0;
	padding-bottom: 0.6em;
	border: solid 1px #e0e0e0;
	background-color: #f7f7f7;
	border-bottom: solid 5px #a3a3a3;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.9em;
	margin-bottom: 1.5em;
	-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

	#exam-summary > .listing-box > .fa {
		color: #BBBBBB;
		position: absolute;
		font-size: 2.5em;
		top: 11px;
		right: 15px;
		margin: auto;
	}

@media screen and (max-width: 800px) {
	#exam-summary > .listing-box > .fa {
		font-size: 2em;
		top: 14px;
	}
}

@media screen and (max-width: 519px) {
	#exam-summary > .listing-box > .fa {
		top: auto;
		bottom: 28px;
	}
}

#exam-summary > .listing-box > .fa-status-icon:before {
	content: "\f18e";
}

#exam-summary > .listing-box .row {
	margin-left: 0;
	margin-right: 0;
}

.comp-area-progress {
	color: #282729;
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: 900;
	line-height: 1.34;
	margin-top: 6px;
}

@media screen and (max-width: 800px) {
	.comp-area-progress {
		font-size: 1.85em;
		margin-top: 8px;
		margin-left: -4px;
	}
}

@media screen and (max-width: 519px) {
	.comp-area-progress {
		font-size: 1.4em;
		margin-top: 11px;
	}
}

.comp-area-progress .fmi-progress {
	color: #1f6cdf;
	font-size: 0.836rem;
	font-weight: 600;
	display: block;
	text-align: left;
	padding-left: 0.3em;
	padding-right: 0.4em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1;
}

@media screen and (max-width: 800px) {
	.comp-area-progress .fmi-progress {
		display: none;
	}
}

.comp-area-progress .fmi-progress .info-popover {
	padding: 0;
	vertical-align: 1px;
	font-size: 0.9em;
	white-space: nowrap;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.comp-area-progress .progress-percent {
	font-size: 0.74em;
}

.comp-area-title h3 {
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 1.5625em;
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	.comp-area-title h3 {
		font-size: 1.26em;
	}
}

@media screen and (max-width: 800px) {
	.comp-area-title {
		margin-top: 2px;
	}
}

.comp-area-title-misc .link-inverse {
	color: #969696 !important;
	margin: 0 4px;
	text-transform: uppercase;
	font-size: 0.92rem;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 1024px) {
	.comp-area-title-misc .link-inverse {
		display: block;
		margin: 4px 0 2px 0;
		text-decoration: underline;
	}
}

.comp-area-title-misc .question-count {
	color: #969696;
	font-weight: bold;
	font-size: 0.92rem;
	margin-right: 4px;
}

.comp-area-title-misc .separator {
	vertical-align: 1px;
	color: #969696;
}

.status-badge {
	position: absolute;
	top: 37px;
	font-weight: 600;
	right: 16px;
	color: #B1B1B1;
}

@media screen and (max-width: 800px) {
	.status-badge {
		top: 29px;
		font-size: 0.95em;
	}
}

@media screen and (max-width: 519px) {
	.status-badge {
		top: auto;
		bottom: 0px;
	}
}

.status-badge .fa-star {
	font-size: 1.1em;
	margin-right: 2px;
}

.comp-area-title-misc {
	font-size: 1.1em;
}

#exam-summary > .listing-box.listing-box-in-progress {
	border-bottom-color: #f0ad4e;
}

	#exam-summary > .listing-box.listing-box-in-progress > .fa {
		color: #f0ad4e;
	}

	#exam-summary > .listing-box.listing-box-in-progress > .fa-status-icon:before {
		content: "\f017";
	}

	#exam-summary > .listing-box.listing-box-in-progress .status-badge {
		color: #f0ad4e;
	}

#exam-summary > .listing-box.listing-box-completed {
	border-bottom-color: #267e2a;
}

	#exam-summary > .listing-box.listing-box-completed > .fa {
		color: #267e2a;
	}

	#exam-summary > .listing-box.listing-box-completed > .fa-status-icon:before {
		content: "\f05d";
	}

	#exam-summary > .listing-box.listing-box-completed .status-badge {
		color: #267e2a;
	}

@media screen and (max-width: 1024px) {
	#fmi-disclaimer {
		margin-top: 50px;
	}
}

.list-competencies li {
	line-height: 1.24;
	margin: 8px 0;
}

.resource-listing-full {
	margin-bottom: 50px;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	padding: 0;
}

	.resource-listing-full > h3 {
		color: #282729;
	}

	.resource-listing-full .well {
		border-radius: 0;
	}

		.resource-listing-full .well hr:last-child {
			display: none;
		}

	.resource-listing-full blockquote {
		font-size: 1.171rem;
		line-height: 1.4;
		border: 0;
		padding: 16px 0;
	}

@media screen and (max-width: 1024px) {
	.resource-listing-full blockquote {
		font-size: 1.087rem;
	}
}

@media screen and (max-width: 800px) {
	.resource-listing-full .list-group.list-group-minimal .list-group-item {
		margin: 0;
		background-color: #F1F3F5 !important;
		margin-bottom: 0px;
		border-radius: 8px;
		display: block !important;
	}

		.resource-listing-full .list-group.list-group-minimal .list-group-item .list-group-item-heading {
			color: #0277C5;
		}
}

#results-summary {
	margin-bottom: 60px;
}

	#results-summary .inner-well {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.summary-score {
	position: relative;
	font-size: 1.1em;
	color: white;
	background-color: #f0ad4e;
	margin-left: -1px;
	margin-right: -1px;
}

	.summary-score .summary-score-heading {
		text-align: center;
		color: #fff;
	}

@media screen and (max-width: 519px) {
	.summary-score .summary-score-heading {
		padding-left: 0;
	}
}

.summary-score .summary-score-heading small {
	color: #fdf3e4;
	font-size: 85%;
	margin-top: 5px;
}

@media screen and (max-width: 800px) {
	.summary-score .summary-score-heading small {
		display: block;
		margin-top: 6px;
	}
}

.summary-score.completed {
	background-color: #267e2a;
}

	.summary-score.completed .summary-score-heading small {
		color: #b0e8b3;
	}

@media screen and (max-width: 800px) {
	.summary-continue {
		display: block;
		padding-top: 10px;
		padding-bottom: 8px;
		margin: 10px !important;
	}
}

@media screen and (max-width: 800px) {
	#questionSubmit {
		width: 100%;
		font-size: 1.3em;
		padding-top: .7em;
		padding-bottom: .7em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}
}

.question-box {
	overflow: hidden;
}

	.question-box .question-label {
		font-size: 1.2em;
		position: absolute;
		left: 0;
		line-height: 1;
		color: #CDD3D5;
	}

	.question-box .question {
		position: relative;
		color: #282729;
		font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-bottom: 1.6em;
	}

		.question-box .question p {
			margin: 6px 0 0 0;
			font-weight: 700;
		}

		.question-box .question .question-count {
			font-weight: 600;
			margin: 0 2px;
		}

	.question-box fieldset {
		margin-bottom: 1em;
	}

		.question-box fieldset .legend {
			font-size: 1.171rem;
			margin-bottom: 20px;
		}

			.question-box fieldset .legend > span {
				font-weight: bold;
			}

	.question-box .answers label {
		display: block;
		position: relative;
		font-size: 0.96em;
		font-weight: 700;
		color: #1d1f21;
		padding: 0.95em;
		padding-right: 0.2em;
		margin: 0;
		border: solid 3px #ECECEC;
		border-radius: 8px;
		padding-right: 8px;
		letter-spacing: 0.015em;
		line-height: 1.35;
		padding-left: 46px !important;
		background-color: #FFFFFF;
		margin-bottom: 8px;
	}

		.question-box .answers label:hover {
			cursor: pointer;
			border-color: #DADADA;
		}

		.question-box .answers label:not(.ie9):not(.lt-ie9) {
			opacity: 0;
			-ms-filter: alpha(opacity=0);
			transition: opacity 0.15s ease-out 0.125s, border-color 0.2s ease, color 0.2s ease;
		}

	.question-box.active .answers label:not(.ie9):not(.lt-ie9) {
		opacity: 1;
		-ms-filter: alpha(opacity=100);
	}

	.question-box p {
		font-size: 1.4em;
		line-height: 1.35;
		margin-top: 5px;
		margin-bottom: 1.1em;
	}

.main-heading {
	position: relative;
	background-color: #A0A0A0;
	color: #fff;
	padding: 24px 0;
}

	.main-heading > h4 {
		font-size: 1em;
	}

	.main-heading p {
		font-size: 1.12em;
		padding: 0 0 0 72px;
		margin: 0;
		font-weight: 200;
		font-style: italic;
	}

@media screen and (max-width: 800px) {
	.main-heading p {
		padding-left: 0;
		font-size: 1.004rem;
		text-align: center;
	}
}

.main-heading img {
	position: absolute;
	height: 55px;
	width: 55px;
	top: 0px;
	bottom: 0px;
	left: 10px;
	margin: auto;
}

@media screen and (max-width: 800px) {
	.main-heading img {
		position: static;
		height: 48px;
		width: 48px;
		margin-top: -10px;
		margin-bottom: 9px;
	}
}

.question-box .btn-link {
	color: #282729;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.171rem;
	font-weight: 700;
}

	.question-box .btn-link:hover, .question-box .btn-link:focus, .question-box .btn-link:active {
		color: #282729;
		text-decoration: none;
	}

#answerForm {
	margin: 0;
	padding: 26px 0 36px 0;
	background-color: #ECECEC;
}

#question-resources > .well,
.question-resources > .well {
	padding: 0;
	background-color: #F9F9F9;
}

#question-resources .well,
.question-resources .well {
	border-bottom: 0;
}

.scenario {
	font-size: 0.8em;
	overflow: hidden;
}

	.scenario .scenario-title {
		position: relative;
		padding: 8px 12px 6px 12px;
		color: #1f6cdf;
		padding: 5px 12px 3px 0px;
		margin: 0;
	}

	.scenario p {
		font-size: 1.171rem;
		line-height: 1.4;
	}

	.scenario .panel-heading {
		background: none;
		padding-top: 13px;
		padding-bottom: 8px;
		border: 0;
	}

		.scenario .panel-heading .badge {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			color: #fff;
			background-color: #1f6cdf;
			border: 0;
			padding-left: 14px;
			padding-right: 14px;
			border-radius: 0;
		}

.label-in-progress {
	background-color: #f0ad4e;
}

	.label-in-progress[href]:hover, .label-in-progress[href]:focus {
		background-color: #ec971f;
	}

.label-completed {
	background-color: #267e2a;
}

	.label-completed[href]:hover, .label-completed[href]:focus {
		background-color: #1a571d;
	}

.input-group {
	margin-bottom: 1em;
}

.breadcrumb {
	padding: 6px 0;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.fmi-step {
	margin-bottom: 1.25em;
	padding: 1em;
	background-color: #FFFFFF;
	border: solid 3px #ECECEC;
	border-radius: 6px;
}

@media screen and (max-width: 800px) {
	.fmi-step {
		border-radius: 0;
	}
}

.fmi-step .step-content-inner {
	display: none;
}

.fmi-step.active .step-content-inner {
	display: block;
}

.fmi-step a.link {
	color: #fff;
	text-decoration: underline;
}

	.fmi-step a.link:hover, .fmi-step a.link:focus, .fmi-step a.link:active {
		color: #fff;
	}

.fmi-step hr {
	border-color: #A0A0A0;
}

.fmi-step h3,
.fmi-step .h3,
.fmi-step h4,
.fmi-step h5 {
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 800px) {
	.fmi-step h3,
	.fmi-step .h3,
	.fmi-step h4,
	.fmi-step h5 {
		margin-top: 7px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 800px) {
	.fmi-step h3,
	.fmi-step .h3 {
		font-size: 1.171rem;
	}
}

.fmi-step.active h3,
.fmi-step.active .h3 {
	color: #282729;
}

.step-heading .h3 {
	font-weight: bold;
}

#dashboard-charts {
	min-height: 12.5em;
}

@media (max-width: 423px) {
	#overall-chart {
		height: 260px;
	}
}

@media (max-width: 423px) {
	svg g:nth-child(2) {
		display: none;
	}

	svg:not(:root) {
		margin-top: -80px;
	}
}

.icheckbox_flat-grey, .iradio_flat-grey {
	position: absolute;
	left: 14px;
	top: 0;
	bottom: 0;
	margin: auto !important;
}

.btn-learn-more {
	text-transform: uppercase;
	font-size: 1.3em;
	color: #FFE60E !important;
	font-weight: 700;
}

.certificate-completion {
	margin: 60px 0;
	color: #282729;
	font-size: 0.92rem;
	font-weight: bold;
}

	.certificate-completion .title {
		position: relative;
		font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		padding: 7px 0;
		margin-top: 0;
		margin-bottom: 60px;
		letter-spacing: 4px;
	}

		.certificate-completion .title:after {
			content: "";
			position: absolute;
			left: 0;
			bottom: 0px;
			height: 1px;
			width: 40%;
			margin: 0px 30%;
			background-color: #282729;
		}

	.certificate-completion .recipient {
		color: #57A3CE;
		text-transform: uppercase;
		font-size: 2em;
		word-break: break-all;
	}

@media screen and (max-width: 800px) {
	.certificate-completion .recipient {
		font-size: 1.6em;
	}
}

.certificate-completion .completion-date {
	font-weight: bold;
	font-family: "AvenirStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.087rem;
}

.certificate-body {
	background: #eee;
	border: solid 4px #056599;
	padding: 5em 8em;
}

@media screen and (max-width: 1024px) {
	.certificate-body {
		padding: 5em 2em;
	}
}

@media print {
	.title {
		font-size: 1.8em !important;
		margin-bottom: 40px !important;
		-webkit-print-color-adjust: exact;
	}

	.recipient {
		font-size: 1.4em !important;
	}

	.certificate-completion {
		margin-top: 10px !important;
	}

		.certificate-completion img {
			margin: auto;
		}

	.certificate-body {
		background: #eee !important;
		-webkit-print-color-adjust: exact;
	}
}

.card-comparea {
	max-width: 500px;
	background-color: #fff;
	margin: auto;
}

	.card-comparea .card-header {
		background-color: #FDFDFD;
	}

	.card-comparea .card-header-inner {
		min-height: 90px;
	}

	.card-comparea > .card-block {
		height: 218px;
		overflow-y: auto;
	}

	.card-comparea .progress-row {
		width: 264px;
		margin: 0;
		margin: auto;
		overflow: hidden;
	}

	.card-comparea .completion-status.passed,
	.card-comparea .completion-status.completed {
		background: url(/Content/Images/Fedsat/icon/completed-48.png) 0 0 no-repeat;
		background-size: 31px !important;
		position: absolute;
		top: 0px;
		height: 32px;
		width: 32px;
		left: 14px;
		right: 0;
		display: inline-block;
		font-family: FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.card-comparea .completion-status.passed {
		background: url(/Content/Images/Fedsat/icon/passed-48.png) 0 0 no-repeat;
	}

	.card-comparea .card-secondary-link {
		font-weight: 600;
		font-size: 0.92rem;
		color: #a6a8a9;
	}

@media screen and (max-width: 519px) {
	.card-comparea .card-secondary-link {
		font-size: 0.836rem;
	}
}

.stats-table {
	margin-bottom: 20px;
}

	.stats-table tbody > tr {
		background-color: #FDFDFD;
		border: solid 1px #E2E2E2;
	}

		.stats-table tbody > tr > td {
			border: 0;
			font-weight: 700;
			font-size: 1.338rem;
			color: #B9B9B9;
			padding: 7px 20px;
			vertical-align: middle;
		}

	.stats-table .stat-emphasize {
		color: #282729;
		font-weight: 900;
		font-size: 1.8em;
	}

		.stats-table .stat-emphasize > span > small {
			color: #B9B9B9;
			font-weight: 900;
		}

.progress {
	background-color: #fff;
}

.panel-body-light {
	background-color: #F5F5F5;
	border-radius: 2px;
	border: solid 1px #DADADA !important;
}

.bg-full-muted > div {
	position: relative;
	z-index: 1;
}

.bg-full-muted:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: 300%;
	background-color: #EAEAEA;
	z-index: 0;
}

.timeline-title {
	font-size: 1.171rem;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 4px;
}

@media screen and (max-width: 800px) {
	.timeline-title {
		font-size: 1.338rem;
		margin: 20px 0;
		padding: 0;
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	.timeline > li > .timeline-badge {
		width: 40px;
		height: 40px;
	}

	.badge-date-day {
		font-size: 0.586rem;
	}

	.badge-date-month {
		font-size: 1.171rem;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 73px);
		width: -moz-calc(100% - 73px);
		width: -webkit-calc(100% - 73px);
	}
}

#jumbotron-completion {
	color: white;
	min-height: 16em;
	padding: 1em 1.75em;
	padding-left: 22.5%;
	border: 0;
	background-image: url("/Content/images/fedsat/background/exam-complete-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

@media screen and (max-width: 800px) {
	#jumbotron-completion {
		padding-left: 1.75em;
		background: #555555 url("/Content/images/fedsat/background/exam-complete-bg.jpg") no-repeat 17px 15px;
		background-size: 240px;
	}
}

#jumbotron-completion .link {
	color: #37AEFD;
}

#jumbotron-completion h2 {
	color: #fff;
	font-size: 2.258rem;
	margin-bottom: 34px;
}

@media (min-width: 1025px) and (max-width: 1279px) {
	#jumbotron-completion h2 {
		font-size: 1.819rem;
	}
}

@media (min-width: 801px) and (max-width: 1024px) {
	#jumbotron-completion h2 {
		font-size: 1.694rem;
	}
}

@media screen and (max-width: 800px) {
	#jumbotron-completion h2 {
		font-size: 1.422rem;
		margin-bottom: 18px;
		margin-top: 50px;
	}
}

#jumbotron-completion .label {
	background-color: #A0A0A0;
	padding: 8px 12px;
}

@media screen and (max-width: 519px) {
	#jumbotron-completion .completed-date {
		font-size: 0.92rem;
	}
}

.tile-preview {
	position: absolute;
	top: 0px;
	right: 0;
	color: #FFFFFF;
	font-size: 0.669rem;
	letter-spacing: 0.04em;
	padding: 5px 7px;
	background-color: #5AA0CE;
	line-height: 1;
}

/* Styles for flash messages
-----------------------------------------------------------*/
.flash {
	border: 1px solid;
	cursor: pointer;
	font-size: 0.836rem;
	z-index: 99999;
	position: fixed;
	overflow: hidden;
	width: 310px;
	right: 16px;
	right: -400px;
	top: 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	transition-property: right;
	-moz-transition-property: right;
	-webkit-transition-property: right;
	-o-transition-property: right;
	transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
}

	.flash.active {
		right: 16px;
		z-index: 99999;
	}

	.flash div.relative {
		padding: 24px 40px;
	}

	.flash #flash-icon {
		font-size: 6.023rem;
		position: absolute;
		bottom: -16px;
		left: -16px;
		color: #d6eccd;
		z-index: -1;
	}

	.flash .fa-times {
		position: absolute;
		top: 6px;
		right: 7px;
	}

.flash-success {
	color: #468847;
	background-color: #DFF0D8;
	border-color: #bcdba1;
}

	.flash-success #flash-icon:after {
		content: "\f05d";
	}

.flash-info {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #F7E3BC;
}

	.flash-info #flash-icon {
		color: #fbf5d5;
	}

		.flash-info #flash-icon:after {
			content: "\f05a";
		}

.flash-warning {
	color: #987b48;
	background-color: #FCF8E3;
	border-color: #f7dba6;
}

	.flash-warning #flash-icon {
		color: #fbf5d5;
	}

		.flash-warning #flash-icon:after {
			content: "\f071";
		}

.flash-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #e0aeb6;
}

	.flash-error #flash-icon {
		color: #eed3d3;
	}

		.flash-error #flash-icon:after {
			content: "\f071";
		}

.flash.no-click {
	cursor: default;
	cursor: default;
	width: 100%;
	position: relative;
	padding: 9px;
	text-align: center;
	left: 0;
	top: 0;
}

	.flash.no-click a {
		color: inherit;
		line-height: inherit;
		font-weight: bold;
	}

/*End Flash Messages*/
.icon-book,
.icon-certificate,
.icon-checklist,
.icon-info,
.icon-pen,
.icon-screen,
.icon-sync {
	display: block;
	max-width: 100%;
	background-size: 100%;
	background-image: url("/Content/Images/Sprite/fedsat-core.png");
}

.icon-book {
	background-position: 0 0%;
	background-size: 100%;
}

.icon-certificate {
	background-position: 0 16.666667%;
	background-size: 100%;
}

.icon-checklist {
	background-position: 0 33.333333%;
	background-size: 100%;
}

.icon-info {
	background-position: 0 50%;
	background-size: 100%;
}

.icon-pen {
	background-position: 0 66.666667%;
	background-size: 100%;
}

.icon-screen {
	background-position: 0 83.333333%;
	background-size: 100%;
}

.icon-sync {
	background-position: 0 100%;
	background-size: 100%;
}

.icon-admin,
.icon-ceu,
.icon-gpc-lists,
.icon-myprojects {
	display: block;
	max-width: 100%;
	background-size: 100%;
	background-image: url("/Content/Images/Sprite/mysftool-core.png");
}

.icon-admin {
	background-position: 0 0%;
	background-size: 100%;
}

.icon-ceu {
	background-position: 0 33.333333%;
	background-size: 100%;
}

.icon-gpc-lists {
	background-position: 0 66.666667%;
	background-size: 100%;
}

.icon-myprojects {
	background-position: 0 100%;
	background-size: 100%;
}

@-webkit-keyframes tile-fade {
	from {
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		-ms-filter: alpha(opacity=0);
		opacity: 0;
	}

	70% {
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-ms-filter: alpha(opacity=80);
		opacity: 0.80;
	}

	80% {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-ms-filter: alpha(opacity=90);
		opacity: 0.90;
	}

	95% {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-ms-filter: alpha(opacity=95);
		opacity: 0.95;
	}

	to {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		-ms-filter: alpha(opacity=100);
		opacity: 1;
	}
}

@-moz-keyframes tile-fade {
	from {
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		-ms-filter: alpha(opacity=0);
		opacity: 0;
	}

	70% {
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-ms-filter: alpha(opacity=80);
		opacity: 0.80;
	}

	80% {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-ms-filter: alpha(opacity=90);
		opacity: 0.90;
	}

	95% {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-ms-filter: alpha(opacity=95);
		opacity: 0.95;
	}

	to {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		-ms-filter: alpha(opacity=100);
		opacity: 1;
	}
}

@-o-keyframes tile-fade {
	from {
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		-ms-filter: alpha(opacity=0);
		opacity: 0;
	}

	70% {
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-ms-filter: alpha(opacity=80);
		opacity: 0.80;
	}

	80% {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-ms-filter: alpha(opacity=90);
		opacity: 0.90;
	}

	95% {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-ms-filter: alpha(opacity=95);
		opacity: 0.95;
	}

	to {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		-ms-filter: alpha(opacity=100);
		opacity: 1;
	}
}

@keyframes tile-fade {
	from {
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		-ms-filter: alpha(opacity=0);
		opacity: 0;
	}

	70% {
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-ms-filter: alpha(opacity=80);
		opacity: 0.80;
	}

	80% {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-ms-filter: alpha(opacity=90);
		opacity: 0.90;
	}

	95% {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-ms-filter: alpha(opacity=95);
		opacity: 0.95;
	}

	to {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		-ms-filter: alpha(opacity=100);
		opacity: 1;
	}
}

#btn-go-top {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #1c8921; /* Set a background color */
	background-image: url("/Content/Images/up.png");
	background-size: cover;
	width: 20px;
	height: 16px;
	font-size: 2rem;
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 5px; /* Rounded corners */
}