#page-container:not(.boxed-content) #breadcrumbs {
	position: absolute;
	color: white;
	z-index: 1;
}

#page-container:not(.boxed-content) #breadcrumbs a {
	color: white;
}

.landing-page .landing-background {
	min-height: 800px;
	background-size: cover;
	background-position: center center;
	color: white;
}

.landing-page .landing-background input {
	color: #444;
}

.landing-page > div:last-child {
	padding-bottom: 45px;
}

.landing-page .landing-background.skinny {
	min-height: 350px;
	padding-bottom: 20px;
}

.landing-page #search-block {
	padding-top: 120px;
}

.landing-page .landing-background.skinny #search-block, .landing-page .landing-background.skinny h1.page-title {
	padding-top: 0;
}

.landing-page .bg-grey {
	background: #f7f7f7;
	padding: 10px 0;
}

.landing-page #main-panel #panel-buttons {
	text-align: center;
}

.landing-page #main-panel #panel-buttons a {
	margin-right: 10px;
}

.landing-page #search-no-results {
	border : 1px solid 	rgba(44, 48, 68, 0.95);
	background: rgba(44, 48, 68, 0.75);
	padding: 7px;
	margin-top: 5px;
	width: 74%;
	cursor: pointer;
}

.landing-page #context-card {
	margin-top: 100px;
	background: rgba(44, 48, 68, 0.75);
}

.landing-page #context-card h4 {
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.9em;
}

.landing-page #context-card h4 a {
	color: rgba(255, 255, 255, 0.5);
}

.landing-page #context-card .card-body svg {
	color: rgba(255, 255, 255, 0.5);
}

.landing-page #context-card a {
	font-size: 1em;
}

.landing-page #found-customer-details a {
	font-size: 1.2em;
}

.landing-page #found-customer-details svg {
	margin-left: 7px;
}

.landing-page #context-card #top-customer-badge {
	border-radius: 4px;
	padding: 5px 10px;
	margin: 10px 0;
	text-transform: uppercase;
}

.landing-page #context-card #top-customer-badge svg {
	margin-right: 7px;
	color: white;
}

.landing-page #context-card .half-customer-info {
	display: inline-block;
	width: 48%;
	margin-bottom: 15px;
}

.landing-page #context-card #tps-no-call {
	color:darkred;
	vertical-align: text-bottom;
	margin-left: 7px;
}

.landing-page #context-card .half-customer-info svg, .landing-page #context-card #invoices-info svg {
	vertical-align: top;
}

#invoices-overdue-amount, #total-spend, #since-last-order {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.3em;
}

.landing-page #context-card #customer-tables h4 {
	margin-bottom: 7px;
}

.landing-page #context-card #customer-tables table td:first-of-type {
	width: 70px;
}

.landing-page #context-card .card-footer {
	border-top: 0;
}

.landing-page #context-card .card-footer a {
	font-size: 1.13em;
	text-align: center;
	display: block;
	text-decoration: none;
}

.landing-page #context-card .card-footer .label-count {
	background: #72AB2E;
	padding: 2px 10px;
	border-radius: 4px;
	position: absolute;
	top: -10px;
	right: 40px;
	font-size: 0.9em;
}

.landing-page #context-card .card-footer svg:first-child {
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 15px;
}

.landing-page #context-card .card-footer a:hover svg:first-child {
	color: rgba(255, 255, 255, 0.7);
}
.landing-page #context-card .card-footer a:hover span {
	box-shadow: 0 4px 0 -1px rgba(255,255,255,0.15);
	transition: all 0.3s ease-in-out;
}

.landing-page .reports .card {
	min-width: 230px;
	cursor: pointer;
	margin-bottom: 25px;
}

.landing-page .reports .card a:not(.ck-button) {
	color : initial;
}

.landing-page .reports .card-body h3 {
	margin-top: 0;
}

.landing-page .card {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
}

.landing-page .card-body p {
	font-size: 1.2em;
}

.landing-page .card-body h3.card-title {
	font-size: 1.5em;
	margin-top: 1em;
}

.landing-page .card-body .card-text {
	line-height: 150%;
}

.landing-page .reports .card-footer {
	border-top: 0;
	background: white;
	margin-bottom: 8px;
}

.landing-page .reports .card-footer a, .landing-page .stock_image_item a {
	transition: all 0.2s linear;
	color: #575d63;
	font-size: 1.1em;
}

.landing-page .reports .card:hover .card-footer a, .landing-page .stock_image_item a:hover {
	color: #212121;
}

.landing-page .form-wrapper {
	flex-wrap: nowrap;
	display: flex;
}

.landing-page .form-wrapper input {
	padding: 16px 10px;
	height: 25px;
	flex-grow: 15;
	box-sizing: content-box;
	font-size: 1.6em;
}

.landing-page .form-wrapper select{
	width: 99%;
	height: 2.5em;
	margin: 7px 0;
}

.landing-page .form-wrapper input[type=radio]{
	float:none;
	width: inherit;
	height: initial;
}

.landing-page .form-wrapper button {
	padding: 10px;
	height: 57px;
	float: none;
	text-transform: capitalize;
	flex-grow: 2;
	min-width: 100px;
}

.landing-page .form-wrapper.with-select {
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.landing-page .form-wrapper.with-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #eee;
	box-sizing: padding-box;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4em;
	height: 57px;
	border: 1px solid #d1d1d1;
	outline: 0;
	padding: 0 32px 0 11px;
	margin: 0;
	position: absolute;
	transition: background-color .3s,color .3s,border .3s;
	vertical-align: middle;
	width: 22%;
	left: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.landing-page .form-wrapper.with-select select + svg {
	position: absolute;
	left: 18%;
	z-index: 5;
	color: black;
	bottom: 2em;
	pointer-events: none;
}

.landing-page .form-wrapper.with-select input[type=text] {
	width: 60.5%;
	margin-left: 18%;
	padding-left: 5%;
}


.landing-page h1.page-title {
	font-size: 4em;
	font-weight: 200;
	margin-bottom: 0;
	padding-top: 50px;
	line-height: 100%;
}

#sbox-window .landing-page h1.page-title {
	font-size: 3em;
	padding: 10px 0;
	margin-top: 0;
	line-height: 120%;
}

#sbox-window .landing-page h1.page-title a {
	line-height: 120%;
}

#sbox-window .landing-page h2.section-title {
	font-size: 1.8em;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 35px;
	color:  #777;
}

.landing-page h2.section-title {
	font-size: 3.5em;
	font-weight: 200;
	margin-bottom: 20px;
	line-height: 1.2em;
	padding-top: 24px;
}

.landing-page h2.section-title.centered {
	text-align: center;
}

.landing-page h2.subheading {
	font-size: 1.8em;
	color: #444;
	text-align: center;
}

.landing-page h2.section-title > a:not(.ck-button), .landing-page h1.section-title > a:not(.ck-button) {
	color: #444;
}

.landing-page h2.section-title > a.ck-button {
	margin-left: 10px;
}

.landing-page h2.section-title > a > small {
	font-size: 0.32em;
	font-weight: normal;
}

.landing-page p.subtitle {
	margin-top: 0;
	font-size: 1.3em;
	line-height: 1.7em;
	margin-bottom: 45px;
	max-width: 400px;
}

.landing-page .skinny.centered p.subtitle {
	margin-bottom: 20px;
}

.landing-page #search-block.centered p.subtitle,
.landing-page #search-block.centered h1.page-title,
.landing-page #main-panel.centered h1.page-title,
.landing-page #main-panel.centered p.subtitle{
	text-align: center;
	max-width: initial;
}

.landing-page #main-panel.skinny.centered h1.page-title {
	padding-top: 30px;
}

.landing-page .landing-background a:not(.dropdown-item) {
	color: white;
	font-size: 1.3em;
	margin: 10px 0;
}

.landing-page .landing-background button, #fl-context-menu button {
	font-size: 1.3em;
}

#fl-context-menu button svg {
	margin-right: 5px;
}

.landing-page #more-things .card {
	padding: 1.45rem;
}

.landing-page #more-things .card svg {
	opacity: 0.75;
}

.landing-page #more-things .card a,.landing-page #more-things .card {
	color: #f2f2f2;
}

.landing-page #more-things .card:hover a, .landing-page #more-things .card:hover {
	color: white;
}

.landing-page #more-things .card .cta-link {
	font-size: 1.1em;
}

.landing-page #more-things .card  {
	text-align: center;
	min-width: 315px;
	margin-bottom: 15px;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
	padding: 0;
}

.landing-page .data-table a:hover {
	box-shadow: 0 4px 0 -1px rgba(47, 71, 152, 0.2);
	transition: all 0.3s ease-in-out;
}

.landing-page a.cta-link:hover span {
	box-shadow: 0 4px 0 -1px rgba(153, 153, 153, 0.2);
	transition: all 0.3s ease-in-out;
}

.landing-page #more-things .card:hover h3 span,
.landing-page #more-things .card:hover .cta-link span {
	box-shadow: 0 4px 0 -1px rgba(255,255,255,0.15);
	transition: all 0.3s ease-in-out;
}

.landing-page #more-things .card:hover a, .landing-page a:hover {
	text-decoration: none;
}

.landing-page #more-things .card-body > a {
	display: block;
	padding: 0 1.45rem;
}

.landing-page #more-things .card:nth-of-type(9n+1) {
	background: #2fa9a4;
}

.landing-page #more-things .card:nth-of-type(9n+2) {
	background: #8bc200;
}

.landing-page #more-things .card:nth-of-type(9n+3) {
	background: #c7da00;
}

.landing-page #more-things .card:nth-of-type(9n+4) {
	background: #2cb0db;
}

.landing-page #more-things .card:nth-of-type(9n+5) {
	background: #9accf1;
}

.landing-page #more-things .card:nth-of-type(9n+6) {
	background: #3874ba;
}

.landing-page #more-things .card:nth-of-type(9n+7) {
	background: #8169a8;
}

.landing-page #more-things .card:nth-of-type(9n+8) {
	background: #af81b2;
}

.landing-page #more-things .card:nth-of-type(9n+9) {
	background: #a0aab2;
}

.ui-menu-item-wrapper.ui-state-active {
	background-color: #e8f5f1;
	border: none;
	padding: 0;
	cursor: pointer;
}

.ui-menu-item .in-context {
	font-size: 14px;
	color: #4077ba;
}

.ui-tooltip {
	opacity: 1;
}

.landing-page #search-results {
	padding-top: 20px;
}

/* List of articles */

.landing-page .inverse-bg {
	background: #eeeeee;
}

.landing-page .iconlink {
	padding: 30px 0;
	color: #333333;
	font-size: 1.5em;
	min-height: 175px;
}

.landing-page .tile-icon {
	padding : 0;
	margin-bottom: 25px;
	margin-right: 0;
	margin-left: 0;
	background: white;
	border-radius: 0.25rem;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
}

.landing-page .iconlink:first-child {
	padding-top: 0;
}

.landing-page .iconlink a, .landing-page .book_item a {
	color: #555;
}

.landing-page p.view_article, .landing-page .book_item .title {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: 800;
}

.nested_books .description {
	font-size: 0.9em;
}


.landing-page p.view_article a,.landing-page .book_item .title a {
	line-height: 120%;
}

.landing-page .iconlink:hover .view_article a {
	box-shadow: 0 4px 0 -1px rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out;
}

.landing-page .nested_books_parent {
	width: 100%;
}

.landing-page .description .read-more {
	position: initial;
	font-size: initial;
}

.landing-page .tile-icon .description {
	padding-bottom: 15px;
}

.landing-page .iconlink .icon {
	text-align: center;
}

.landing-page .tile-icon .icon {
	padding-left: 0;
	padding-right: 0;
}

.landing-page .iconlink .icon svg {
	color: #e6e6e6;
	font-size: 2em;
	margin-top: 15px;
}

.landing-page .iconlink.tile-icon .icon a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing-page .iconlink.tile-icon .icon {
	border-bottom-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	min-height: 120px;
}

.landing-page .iconlink.tile-icon .icon a > div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.landing-page .iconlink .icon.right-icon svg {
	margin-top: 35px;
	font-size: 4em;
}

.landing-page .iconlink.tile-icon .icon svg {
	margin-top: 0;
	font-size: 3.5em;
	margin-left: 10px;
}

.landing-page .inverse-bg .iconlink:not(:hover) .icon svg {
	color: white !important;
}

.landing-page .iconlink .updated {
	color: #888;
	font-size: 0.65em;
	font-style: italic;
	padding-bottom: 10px;
}

.landing-page .iconlink .editable {
	opacity: 0;
}

.landing-page .iconlink:hover .editable {
	opacity: 1;
}

.landing-page .fancy-select {
	background: #eeeeee;
	border: none;
	border-radius: 4px;
	font-weight:normal;
	font-size: 13px;
	float:left;
	margin-right:3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.landing-page .fancy-select:hover {
	background: #f3f3f3;
}
.landing-page ul.nav.inpage-sidebar {
	padding-left: 0;
}
.landing-page ul.nav.inpage-sidebar, .landing-page ul.nav.inpage-sidebar ul {
	background: #37474f;
	list-style: none;
}

.landing-page ul.nav.inpage-sidebar li {
	line-height: 35px;
}

.landing-page ul.nav.inpage-sidebar li:hover {
	background-color: rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.landing-page ul.nav.inpage-sidebar li a span {
	font-size: 1.2em;
	padding-left: 10px;
}

.landing-page ul.nav.inpage-sidebar li a svg {
	margin-left: 20px;
	font-size: 1.2em;
}

.landing-page ul.nav.inpage-sidebar ul {
	padding: 0;
}

.landing-page .nav.inpage-sidebar a {
	color : #CFD8DC;
}


@media ( max-width: 576px ) {
	.landing-page .form-wrapper {
		flex-wrap: wrap;
	}
	.landing-page .form-wrapper button {
		min-width: initial;
	}

	.landing-page .form-wrapper.with-select input[type=text] {
		font-size: 1.2em;
		width: 65%;
		margin-left: 0;
	}

	.landing-page .form-wrapper.with-select select {
		width: 100%;
		position: initial;
		border-bottom-left-radius: 0;
	}

	.landing-page .form-wrapper.with-select select + svg {
		left: 92%;
		top: 24px;
	}
}