
a:hover  {
	color: #a00;
}.pace .pace-progress {
	height: 3px
}

.body {
	font-family: 'Lato', sans-serif;

}

a {
	color: inherit;
}

a,
button {
	cursor: pointer;
}

hr {
	border-top-color: #a9a9a9;
}

.space-between {
	width: 100%;
	display: block;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media(max-width: 991px) {
	.body {
		padding-bottom: 75px;
	}
	.hidden-mobile {
		display: none!important;
	}
	.order-mobile-3 {
		order: 3;
	}
}

@media (min-width: 992px) {
	.hidden-desktop {
		display: none!important;
	}
	.body {}
	.mobile-actions {
		display: none;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 960px;
		max-width: 100%;
	}
}

.form-signin {
	width: 100%;
	margin: 0 auto;
}

.form-signin .form-signin-heading {
	padding-bottom: 10px;
	font-size: 32px;
	border-bottom: 1px solid #a9a9a9;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	font-size: 16px;
	border-radius: 0;
}

.form-signin .input-group .form-control {
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
}

.form-signin .input-group .form-control.first-left,
.form-signin .first-left {
	border-top-left-radius: 4px;
}

.form-signin .input-group .form-control.first-right,
.form-signin .first-right {
	border-top-right-radius: 4px;
}

.form-signin .input-group .form-control.last-left,
.form-signin .last-left {
	margin-bottom: 10px;
	border-bottom-left-radius: 4px;
}

.form-signin .input-group .form-control.last-right,
.form-signin .last-right {
	margin-bottom: 10px;
	border-bottom-right-radius: 4px;
}

.gj-calendar {
	color: #212121;
}

.btn-category {
	color: #fff;
	overflow: hidden;
	height: 5rem;
	font-size: 1.2rem;
	display: flex;
	border: none;
	align-items: center;
	justify-content: space-between;
	transition: all ease 400ms;
}

.btn-category:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.btn-category {
		height: auto;
		font-size: 1rem;
		opacity: 0.45;
		height: 3rem;
	}
	.btn-category:hover {
		opacity: 0.8;
	}
	.btn-category--active {
		opacity: 1;
	}
	.btn-shine {
		opacity: 1;
	}
}

.bg-objective,
.nav-bg-objective {
	background: #126BC9;
	border: none;
}

.bg-decision,
.nav-bg-decision {
	background: #489A34;
	border: none;
}

.bg-experiment,
.nav-bg-experiment {
	background: #A83A7F;
	border: none;
}

.bg-explore,
.nav-bg-explore {
	background: #020509;
	border: none;
}

.bg-collection,
.nav-bg-collection {
	background: #f2f5f9;
	color: #222529!important;
	border: none;
}

.bg-experience,
.nav-bg-experience {
	background: #D53E29;
	border: none;
}

.bg-discuss,
.nav-bg-discuss {
	background: #EE6B30;
	border: none;
}

.bg-refine,
.nav-bg-refine {
	background: #126bc9;
	background: -moz-linear-gradient(left, #126bc9 0%, #126bc9 25%, #489a34 35%, #489a34 62%, #d53e29 75%, #d53e29 100%);
	background: -webkit-linear-gradient(left, #126bc9 0%,#126bc9 25%,#489a34 35%,#489a34 62%,#d53e29 75%,#d53e29 100%);
	background: linear-gradient(to right, #126bc9 0%,#126bc9 25%,#489a34 35%,#489a34 62%,#d53e29 75%,#d53e29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126bc9', endColorstr='#d53e29',GradientType=1 );
color: #fff;
}
.btn.bg-refine {
	border:none;
	/*height: 36px;*/
}

.text-objective {
	color: #126BC9;
}

.text-decision {
	color: #489A34;
}

.text-experiment {
	color: #A83A7F;
}

.text-experience {
	color: #D53E29!important;
}

.text-discuss {
	color: #EE6B30;
}

.btn.bg-experience,
.btn.bg-objective,
.btn.bg-decision,
.btn.bg-experiment,
.btn.bg-discuss {
	color: #fff;
}

.btn-decision {
	color: #fff;
	cursor: pointer;
	background: rgba(72, 154, 52, 0.4);
}

.btn-decision.active {
	background: rgba(72, 154, 52, 1);
}

.btn-objective {
	color: #fff;
	cursor: pointer;
	background: rgba(18, 107, 201, 0.4);
}

.btn-objective.active {
	background: rgba(18, 107, 201, 1);
}

.breadcrumb .active {
	color: #fff;
	font-style: italic;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

@media (min-width: 992px) {
	.nav-bg-objective,
	.nav-bg-decision,
	.nav-bg-experiment,
	.nav-bg-experience,
	.nav-bg-discuss {
		background: #444;
	}
	.breadcrumb .active {
		color: #fff;
		font-style: normal;
	}
	.breadcrumb-item+.breadcrumb-item::before,
	.breadcrumb-item+.breadcrumb-item::before {
		color: #999;
	}
}

.link-objective,
.text-light-objective {
	color: #55cee5;
}

.link-objective:hover {
	color: #126BC9;
	text-decoration: none;
}

.link-decision,
.text-light-decision {
	color: #9ce863;
}

.link-decision:hover {
	color: #489A34;
	text-decoration: none;
}

.link-explore,
.text-light-explore {
	color: #fff;
}

.link-explore:hover {
	color: #040554;
	color: #0F12CB;
	color: #020509;
	text-decoration: none;
}

.link-experience,
.text-light-experience {
	color: #ff857c;
}

.link-experience:hover {
	color: #D53E29;
	text-decoration: none;
}

.link-discuss,
.text-light-discuss {
	color: #F5A36C;
}

.link-discuss:hover {
	color: #F5530A;
	text-decoration: none;
}

.list-group-item {}

.table-dark td,
.table-dark th,
.table-dark thead th {
	background-color: #2d3035;
	color: #fff;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: #000;
}

.gj-cursor-pointer {
	color: #212121;
}

.muted {
	color: #eee;
	letter-spacing: 0.5px;
}

.underline {
	text-decoration: underline;
}

.vertical-center {
	vertical-align: center !important;
	vertical-align: middle !important;
}

.btn-group-all-over {
	display: flex;
}

.btn-group-all-over .btn {
	flex: 1
}

.image-input-label {
	width: 36px;
	height: 36px;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.image-input-file {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

.image-input-preview {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-align: center;
}

.card-header {
	padding: 0;
}

.card-body {
	padding: 0;
}

.card-footer {
	padding: 0;
}

.card-padded {
	padding: 15px;
}

.card-padded-sm {
	padding: 5px 15px;
}

.card-footer .image-input-remove {
	margin-right: 10px;
}

.two-sided-three {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}

.two-sided-three .btn:last-child {
	margin-left: auto;
}

.datetimepicker-input {
	width: 100px;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.btn-thin {
	padding-left: 0.2rem;
	padding-right: 0.4rem;
}

.btn-light {
	color: #eee;
}

.btn-light:hover {
	color: #888;
}

.cursor-pointer {
	cursor: pointer;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.decision-checkbox:checked+.card-s {
	background: #489A34;
}

.card-s {
	padding: 10px;
	cursor: pointer;
}

.card-s .card-body {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}

.card-s .card-body h5 {
	width: 110px;
	font-size: 18px;
	flex-shrink: 0;
}

.card-s .card-body ul {
	margin: 0;
}

.hidden {
	display: none;
}

.extra-button {
	display: block;
	float: left;
	width: 100%;
}

@media (min-width: 992px) {
	.extra-button {
		float: right;
		width: auto;
		margin-left: 10px;
		margin-right: 0;
	}
}

.badge-experience {
	border: 1px solid #ff857c;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
	opacity: 0.8;
	float: right;
	margin-left: 4px;
}

.badge-explore {
	border: 1px solid #707070;
	color: #fff;
	padding: 2px 4px;
	font-size: 12px;
	border-radius: 4px;
	opacity: 0.8;
	float: right;
	margin-left: 4px;
}

.badge-objective {
	border: 1px solid #126BC9;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
	opacity: 0.8;
	float: right;
	margin-left: 4px;
}

.badge-decision {
	border: 1px solid #489A34;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
	opacity: 0.8;
	float: right;
	margin-left: 4px;
}

.btn-primary {
	background: #ccc;
	color: #212121;
}

@media (min-width: 720px) {
	select.form-control {
		appearance: none;
		-webkit-appearance: none;
		background: #fff url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+') no-repeat 97% 50%;
	}
}

.breadcrumb a {
	word-break: keep-all;
}

.position-relative {
	position: relative;
}

.img-logo {
	width: 60%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	display: block;
}

.readable h1 {
	margin: 0 0 1rem;
}

.readable h2 {
	margin: 0 0 1rem;
}

.readable h3 {
	margin: 0 0 1rem;
}

.readable h4 {
	text-decoration: underline;
	margin: 0 0 1rem;
}

.readable p {
	margin: 0 0 2rem;
}

.list-discuss {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.link {
	text-decoration: underline;
	color: #a00;
}

.link:focus {
	color: #a00;
	outline: 1px dotted #ccc;
}

.link:hover {
	text-decoration: underline;
	color: #c00;
}

.btn-category.bg-experiment {
	display: none;
}

.readable pre {
	color: #fff;
}

.font-light {
	font-weight: 300;
	font-size: 90%;
}

.discuss-time {
	font-size: 13px;
}

.text-silent {
	color: #ccc;
}

.width-100 {
	width: 100%;
}

.navbar-tabbar {
	padding: 0;
}

.navbar-tabs {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.navbar-tab {
	width: 25%;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0.45;
}

.navbar-tab.btn-shine {
	opacity: 1;
}

@media (max-width: 415px) {
	.navbar-tab {
		font-size: 14px;
	}
}

@media (max-width: 376px) {
	.navbar-tab {
		font-size: 13px;
	}
}

@media (max-width: 321px) {
	.navbar-tab {
		font-size: 11px;
	}
}

.toggle-dark {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.toggle-dark .toggle-slide {
	border-radius: 4px;
	box-shadow: 0 0 0 1px #242529, 0 1px 0 1px #666;
}

.toggle-dark .toggle-on,
.toggle-dark .toggle-off,
.toggle-dark .toggle-blob {
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
}

.toggle-dark .toggle-on,
.toggle-dark .toggle-select .toggle-inner .active {
	background: -webkit-linear-gradient(#1A70BE, #31A2E1);
	background: linear-gradient(#1A70BE, #31A2E1);
}

.toggle-dark .toggle-off,
.toggle-dark .toggle-select .toggle-on {
	background: -webkit-linear-gradient(#242529, #34363B);
	background: linear-gradient(#242529, #34363B);
}

.toggle-dark .toggle-blob {
	border-radius: 4px;
	background: -webkit-linear-gradient(#CFCFCF, whiteSmoke);
	background: linear-gradient(#CFCFCF, whiteSmoke);
	box-shadow: inset 0 0 0 1px #888, inset 0 0 0 2px white;
}

.toggle-dark .toggle-blob:hover {
	background: -webkit-linear-gradient(#c0c0c0, #dadada);
	background: linear-gradient(#c0c0c0, #dadada);
	box-shadow: inset 0 0 0 1px #888, inset 0 0 0 2px #ddd;
}

.navbar-main {
	margin-bottom: 15px;
	justify-content: space-between;
	padding: 5px;
}

.navbar-main .navbar-brand {
	padding-left: 15px;
}

.navbar-main .navbar-collapse {
	flex-grow: 0;
}

textarea.form-control {
	padding-bottom: 30px;
}

.bottom-right {
	right: 0;
	position: absolute;
	bottom: 26px;
	z-index: 2;
}

.label {
	text-transform: uppercase;
	font-size: 13px;
	color: #888;
	margin-top: 20px;
}

.silent-titles strong {
	text-transform: uppercase;
	font-size: 13px;
	color: #888;
}

.navbar-tab:hover,
.navbar-tab:focus,
.navbar-tab:active {
	text-decoration: none;
	color: #fff;
}
.sort {
	cursor: pointer;
}

.sort.asc,
.sort.desc {
	text-decoration: underline;
}

a.btn {
	text-decoration: none;
}

.nav-label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	color: #bbb;

}

.t-d {
	text-decoration: underline!important;
}

.container-fluid.h-100 {
	padding-bottom: 50px;
	overflow: auto;
}

@media (min-width:720px) {
	.container-fluid.h-100 {
		padding-bottom: 0;
		overflow: hidden;
	}
}

.collection-description {
	height: 42px;
	overflow: hidden;
}

.word-break {
	word-break: break-all;
}
