@font-face {
	font-family: 'Linearicons-Free';
	src:url('fonts/Linearicons-Free.eot?w118d');
	src:url('fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	
	/*
*
* Sections
*/
.section-xs {
	padding: 30px 0;
}

.section-sm {
	padding: 35px 0;
}

.section-sm.section-first {
	padding-top: 65px;
}

.section-sm.section-last {
	padding-bottom: 80px;
}

.section-md,
.section-lg,
.section-xl {
	padding: 50px 0;
}

.section-1 {
	padding: 35px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (min-width: 576px) {
	.section-xs {
		padding: 40px 0;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 45px 0;
	}
	.section-sm.section-first {
		padding-top: 90px;
	}
	.section-sm.section-last {
		padding-bottom: 90px;
	}
	.section-md {
		padding: 60px 0;
	}
	.section-lg {
		padding: 72px 0;
	}
	.section-lg.section-first {
		padding-top: 100px;
	}
	.section-lg.section-last {
		padding-bottom: 100px;
	}
	.section-xl {
		padding: 80px 0;
	}
	.section-1 {
		padding: 60px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 60px 0 70px;
	}
	.section-xl {
		padding: 100px 0;
	}
	.section-1 {
		padding: 80px 0;
	}
}

@media (min-width: 1200px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
}

@media (min-width: 1600px) {
	.section-sm.section-first {
		padding-top: 120px;
	}
	.section-sm.section-last {
		padding-bottom: 120px;
	}
	.section-md {
		padding: 85px 0 95px;
	}
	.section-lg {
		padding: 120px 0;
	}
	.section-lg.section-first {
		padding-top: 120px;
	}
	.section-lg.section-last {
		padding-bottom: 120px;
	}
	.section-xl {
		padding: 160px 0;
	}
	.section-1 {
		padding: 90px 0 100px;
	}
}

.section-single {
	display: flex;
}

.section-single::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: rgba(21, 21, 21, 0.4);
}

.section-single * + .rd-mailform-wrap {
	margin-top: 35px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

.section-single-dummy {
	visibility: hidden;
	pointer-events: none;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
	padding-top: 6vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575.98px) {
	.section-single .section-single-main-content {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.section-single .button-lg {
		font-size: 15px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 768px) {
	.section-single::before {
		display: none;
	}
	.section-single-inner {
		padding-top: 7vh;
	}
}

@media (min-width: 1200px) {
	.section-single .countdown-wrap + * {
		margin-top: 50px;
	}
}

.section-overlap {
	position: relative;
	padding: 40px 0;
}

.section-overlap .row {
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-end;
}

.section-overlap [class*='col'] {
	flex-basis: auto;
}

.section-overlap * + [class*='col'] {
	margin-top: 10px;
}

.section-overlap * + .col-offset-1 {
	margin-top: 20px;
}

.section-overlap-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-overlap-content {
	position: relative;
	z-index: 1;
}

@media (max-width: 767.98px) {
	.section-overlap-content .container {
		padding: 20px 15px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
	}
	.section-overlap-content .container > * {
		max-width: 380px;
	}
}

@media (max-width: 767.98px) and (min-width: 576px) {
	.section-overlap-content .container {
		padding: 40px 50px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.section-overlap-image::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(to left, rgba(245, 246, 250, 0.4), rgba(245, 246, 250, 0));
	}
}

@media (min-width: 768px) {
	.section-overlap {
		padding: 75px 0;
	}
	.section-overlap * + [class*='col'] {
		margin-top: 20px;
	}
	.section-overlap * + .col-offset-1 {
		margin-top: 40px;
	}
	.section-overlap-image {
		background-position: 80% 50%;
		width: calc(50% - 60px + 35px);
	}
}

@media (min-width: 992px) {
	.section-overlap {
		padding: 100px 0;
	}
	.section-overlap-image {
		width: calc(50% - -80px - 45px);
	}
	.ie-10 .section-overlap .col-lg-7,
	.ie-11 .section-overlap .col-lg-7 {
		max-width: 64%;
	}
}

@media (min-width: 1200px) {
	.section-overlap-image {
		width: calc(50% - -100px - 15px);
	}
}

@media (min-width: 1600px) {
	.section-overlap {
		padding: 140px 0;
	}
}

.section-halfscreen {
	position: relative;
}

.section-halfscreen-inner {
	padding: 40px 0;
}

.section-halfscreen-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-halfscreen-image::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4));
}

.section-halfscreen-content {
	position: relative;
	z-index: 1;
}

@media (max-width: 767.98px) {
	.section-halfscreen-content {
		max-width: 360px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.section-halfscreen-image::before {
		opacity: .8;
	}
}

@media (min-width: 768px) {
	.section-halfscreen-inner {
		padding: 75px 0;
	}
	.section-halfscreen-image {
		background-position: 45% 50%;
		left: auto;
		width: calc(50% - 60px + 35px);
	}
	.section-halfscreen-image::before {
		display: none;
	}
}

@media (min-width: 992px) {
	.section-halfscreen-inner {
		padding: 100px 0;
	}
	.section-halfscreen-image {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.section-halfscreen {
		display: flex;
	}
	.section-halfscreen-inner {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 35.41667vw;
		padding: 90px 0;
	}
	.section-halfscreen-content {
		width: 100%;
	}
}

/*
*
* Grid modules
*/
.range {
	display: flex;
	flex-wrap: wrap;
}

.cell-inner {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.range > [class*='cell'] {
	position: relative;
	width: 100%;
	min-height: 1px;
}

.range > [class*='cell'] > .row {
	margin: 0;
}

.range > [class*='cell'].container {
	padding: 0;
}

.range > [class*='col'] {
	padding: 0;
}

@media (min-width: 576px) {
	.cell-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cell-sm-6 .cell-inner {
		max-width: 270px;
	}
	.range > [class*='cell-sm']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}
	.range.flex-sm-row-reverse > [class*='cell-sm']:nth-child(odd) .cell-inner {
		margin-left: 0;
	}
	.range.flex-sm-row-reverse > [class*='cell-sm']:nth-child(even) .cell-inner {
		margin-left: auto;
	}
	.range > [class*='cell-sm'].container {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.range > [class*='cell-md']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}
	.range.flex-md-row-reverse > [class*='cell-md']:nth-child(odd) .cell-inner {
		margin-left: 0;
	}
	.range.flex-md-row-reverse > [class*='cell-md']:nth-child(even) .cell-inner {
		margin-left: auto;
	}
	.range > [class*='cell-md'].container {
		margin: 0;
	}
}

@media (min-width: 992px) {
	[class*='cell-lg'] > .row > [class*='col'] {
		flex-basis: 100%;
	}
	.cell-lg-5 {
		flex: 0 0 calc(50% - 80px);
		max-width: calc(50% - 80px);
	}
	.cell-lg-5 .cell-inner {
		max-width: 400px;
	}
	.cell-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cell-lg-6 .cell-inner {
		max-width: 480px;
	}
	.range > [class*='cell-lg']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}
	.range.flex-lg-row-reverse > [class*='cell-lg']:nth-child(odd) .cell-inner {
		margin-left: 0;
	}
	.range.flex-lg-row-reverse > [class*='cell-lg']:nth-child(even) .cell-inner {
		margin-left: auto;
	}
	.range > [class*='cell-lg'].container {
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.range > [class*='cell-xl'].container {
		margin: 0;
	}
	.range > [class*='cell-xl']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}
	.range .cell-inner {
		flex-basis: 100%;
	}
	.cell-xl-7 {
		flex: 0 0 calc(50% - -100px);
		max-width: calc(50% - -100px);
	}
	.cell-xl-7 .cell-inner {
		max-width: 700px;
	}
	.cell-lg-6,
	.cell-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cell-lg-6 .cell-inner,
	.cell-xl-6 .cell-inner {
		max-width: 600px;
	}
	.cell-xl-5 {
		flex: 0 0 calc(50% - 100px);
		max-width: calc(50% - 100px);
	}
	.cell-xl-5 .cell-inner {
		max-width: 500px;
	}
	.cell-xl-4 {
		flex: 0 0 calc(50% - 200px);
		max-width: calc(50% - 200px);
	}
	.cell-xl-4 .cell-inner {
		max-width: 400px;
	}
}

@media (min-width: 1600px) {
	.cell-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cell-xxl-6 .cell-inner {
		max-width: 600px;
	}
}

/*
*
* Backgrounds
*/
.context-dark, .bg-gray-700, .bg-gray-800, .bg-primary, .bg-primary-darker, .bg-primary-darken,
.context-dark h1,
.bg-gray-700 h1,
.bg-gray-800 h1,
.bg-primary h1,
.bg-primary-darker h1,
.bg-primary-darken h1, .context-dark h2, .bg-gray-700 h2, .bg-gray-800 h2, .bg-primary h2, .bg-primary-darker h2, .bg-primary-darken h2, .context-dark h3, .bg-gray-700 h3, .bg-gray-800 h3, .bg-primary h3, .bg-primary-darker h3, .bg-primary-darken h3, .context-dark h4, .bg-gray-700 h4, .bg-gray-800 h4, .bg-primary h4, .bg-primary-darker h4, .bg-primary-darken h4, .context-dark h5, .bg-gray-700 h5, .bg-gray-800 h5, .bg-primary h5, .bg-primary-darker h5, .bg-primary-darken h5, .context-dark h6, .bg-gray-700 h6, .bg-gray-800 h6, .bg-primary h6, .bg-primary-darker h6, .bg-primary-darken h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-gray-800 [class^='heading-'], .bg-primary [class^='heading-'], .bg-primary-darker [class^='heading-'], .bg-primary-darken [class^='heading-'] {
	color: #fff;
}

.context-dark p a, .bg-gray-700 p a, .bg-gray-800 p a, .bg-primary p a, .bg-primary-darker p a, .bg-primary-darken p a {
	color: inherit;
}

.context-dark .big, .bg-gray-700 .big, .bg-gray-800 .big, .bg-primary .big, .bg-primary-darker .big, .bg-primary-darken .big {
	color: #fff;
}

.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-gray-800 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark, .bg-primary-darker .brand .brand-logo-dark, .bg-primary-darken .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-gray-800 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light, .bg-primary-darker .brand .brand-logo-light, .bg-primary-darken .brand .brand-logo-light {
	display: block;
}

.context-dark .button-primary:hover, .bg-gray-700 .button-primary:hover, .bg-gray-800 .button-primary:hover, .bg-primary .button-primary:hover, .bg-primary-darker .button-primary:hover, .bg-primary-darken .button-primary:hover {
	background: #74757f;
	border-color: #9b9b9b;
}

.bg-gray-lighten {
	color: #74757f;
}

.bg-gray-lighten h1, .bg-gray-lighten h2, .bg-gray-lighten h3, .bg-gray-lighten h4, .bg-gray-lighten h5, .bg-gray-lighten h6, .bg-gray-lighten [class^='heading-'] {
	color: #29293a;
}

.bg-gray-lighten .brand .brand-logo-dark {
	display: block;
}

.bg-gray-lighten .brand .brand-logo-light {
	display: none;
}

/**
* Light Backgrounds
*/
.bg-gray-100 {
	background-color: #f5f6fa;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-lighten {
	background-color: #f2f4f9;
}

.bg-gray-lighten:not([style*="background-"]) + .bg-gray-lighten:not([style*="background-"]) {
	padding-top: 0;
}

/**
* Dark Backgrounds
*/
.bg-gray-700 {
	color: #aeb1be;
	background-color: #29293a;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-700 p a:hover {
	color: #fff;
}

.bg-darken {
	background-color: #005690;
}

.bg-darken:not([style*="background-"]) + .bg-darken:not([style*="background-"]) {
	padding-top: 0;
}

.bg-darken .rights, .bg-darken p, .bg-darken a, .bg-darken span:not(.form-validation) {
	color: rgba(255, 255, 255, 0.7);
}

.bg-darken h4 {
	color: #fff;
}

.bg-gray-800 {
	background-color: #151515;
}

.bg-gray-800:not([style*="background-"]) + .bg-gray-800:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-800 .rights {
	color: #74757f;
}

.bg-gray-800 .footer-minimal-inner .rights {
	color: #fff;
}

/**
* Background Primary
*/
.bg-primary {
	background-color: #398fcd !important;
}

/** 
* Accent Backgrounds
*/
.bg-primary {
	background-color: #398fcd;
}

.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary-darker {
	background-color: #74757f;
}

.bg-primary-darker:not([style*="background-"]) + .bg-primary-darker:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary-darken {
	background-color: #916638;
}

.bg-primary-darken:not([style*="background-"]) + .bg-primary-darken:not([style*="background-"]) {
	padding-top: 0;
}

/**
* Background Image
*/
[class*='bg-'] {
	background-size: cover;
	background-position: center center;
}

@media (max-width: 1199.98px) {
	.bg-image-light {
		position: relative;
	}
	.bg-image-light::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.1);
	}
}

.bg-image-1 {
	position: relative;
	background-position: 30% 100%;
}

.bg-image-1::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #29293a;
	opacity: .6;
}

.bg-image-1 > * {
	position: relative;
	z-index: 1;
}

@media (min-width: 576px) {
	.bg-image-1 {
		background-position: 72% 100%;
	}
	.bg-image-1::before {
		opacity: .2;
	}
}

@media (min-width: 768px) {
	.bg-image-1 {
		background-position: 54% 100%;
	}
	.bg-image-1::before {
		display: none;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

.bg-overlay {
	position: relative;
}

.bg-overlay:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, rgba(57, 76, 95, 0.75), transparent);
	pointer-events: none;
	z-index: 1;
	display: block;
}

.bg-overlay-1 {
	position: relative;
}

.bg-overlay-1:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.45);
	pointer-events: none;
	z-index: 1;
	display: block;
}
/*
*
* Quotes
*/
.quote-light-mark {
	fill: #aeb1be;
}

.quote-light-cite {
	font-size: 20px;
	color: #398fcd;
}

.quote-light-caption {
	line-height: 1.2;
}

.quote-light-text {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #29293a;
}

html img.quote-light-image {
	display: inline-block;
}

* + .quote-light {
	margin-top: 30px;
}

* + .quote-light-caption {
	margin-top: 3px;
}

* + .quote-light-mark {
	margin-top: 15px;
}

* + .quote-light-text {
	margin-top: 8px;
}

* + .quote-light-footer {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.quote-light-cite {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.quote-light-cite {
		font-size: 24px;
	}
	.quote-light-text {
		font-size: 21px;
		line-height: 1.45;
	}
	* + .quote-light {
		margin-top: 40px;
	}
	* + .quote-light-mark {
		margin-top: 35px;
	}
	* + .quote-light-text {
		margin-top: 15px;
	}
	* + .quote-light-footer {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	.quote-light-text {
		font-size: 24px;
		line-height: 1.33333;
	}
	* + .quote-light {
		margin-top: 50px;
	}
	* + .quote-light-mark {
		margin-top: 50px;
	}
	* + .quote-light-footer {
		margin-top: 45px;
	}
}

.quote-classic {
	max-width: 340px;
	text-align: left;
}

.quote-classic-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -20px;
}

.quote-classic-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.quote-classic-meta > * {
	display: inline-block;
	margin: 0 0 20px 20px;
}

.quote-classic-avatar {
	position: relative;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	flex-shrink: 0;
}

.quote-classic-avatar img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

@supports (object-fit: cover) {
	.quote-classic-avatar img {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.quote-classic-cite {
	font-size: 20px;
	line-height: 1.2;
	color: #398fcd;
}

.quote-classic-caption {
	color: #aeb1be;
}

* + .quote-classic-text {
	margin-top: 25px;
}

* + .quote-classic-caption {
	margin-top: 0;
}

@media (max-width: 575.98px) {
	.quote-classic {
		margin-left: auto;
		margin-right: auto;
	}
}

.quote-modern {
	text-align: left;
}

.quote-modern-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -20px;
}

.quote-modern-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.quote-modern-meta > * {
	display: inline-block;
	margin: 0 0 20px 20px;
}

.quote-modern-avatar {
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	flex-shrink: 0;
}

.quote-modern-avatar img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

@supports (object-fit: cover) {
	.quote-modern-avatar img {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.quote-modern-cite {
	font-size: 20px;
	line-height: 1.2;
	color: #398fcd;
}

.quote-modern-caption {
	color: #aeb1be;
}

.quote-modern-mark {
	fill: #aeb1be;
}

* + .quote-modern-meta {
	margin-top: 25px;
}

* + .quote-modern-caption {
	margin-top: 0;
}

* + .quote-modern-text {
	margin-top: 10px;
}

.bg-owl .quote-modern-big .quote-modern-text {
	color: #fff;
	font-family: "Roboto", serif;
}

.bg-owl .quote-modern-cite, .bg-owl .quote-modern-caption {
	color: #fff;
}

.bg-owl .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 75px;
}

.quote-modern-big .quote-modern-text {
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.quote-modern-big .quote-modern-text {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.quote-modern-big .quote-modern-text {
		font-size: 20px;
		line-height: 32px;
	}
	.quote-modern-big * + .quote-modern-text {
		margin-top: 20px;
	}
}

/*
*
* Thumbnails
*/
.video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.figure-light figcaption {
	padding-top: 15px;
	color: #74757f;
}

* + .figure-light {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	* + .figure-light {
		margin-top: 40px;
	}
}

.figure-card {
	position: relative;
	overflow: hidden;
	display: flex;
}

.figure-card .figure-card-sizer {
	display: block;
	width: 100%;
}

.figure-card .figure-card-sizer::before {
	display: block;
	content: '';
	visibility: hidden;
	padding-bottom: 56.25%;
}

.figure-card img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.figure-card img {
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.thumbnail-video-1 {
	position: relative;
	text-align: center;
}

.thumbnail-video-1 .embed-responsive::before {
	min-height: 250px;
}

.thumbnail-video-1 .video-overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 1;
	background-position: 80% center;
}

.thumbnail-video-1 .video-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.thumbnail-video-1 * + .button-video {
	margin-top: 25px;
}

.thumbnail-minimal {
	position: relative;
	overflow: hidden;
	display: block;
}

.thumbnail-minimal::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.thumbnail-minimal-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.thumbnail-minimal-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.thumbnail-minimal-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(175, 136, 85, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.thumbnail-minimal-caption::before {
	content: '\f504';
	font-family: 'Material Design Icons';
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.thumbnail-minimal:hover .thumbnail-minimal-caption {
	opacity: 1;
	visibility: visible;
}

.thumbnail-classic {
	position: relative;
	overflow: hidden;
	display: flex;
	text-align: left;
}

.thumbnail-classic * {
	color: inherit;
}

.thumbnail-classic, .thumbnail-classic:active, .thumbnail-classic:focus, .thumbnail-classic:hover {
	color: #fff;
}

.thumbnail-classic:hover {
	color: #fff;
}

.thumbnail-classic > * {
	width: 100%;
	flex-shrink: 0;
}

.thumbnail-classic-sm .thumbnail-classic-dummy::before {
	padding-bottom: 69.18919%;
}

.thumbnail-classic-dummy {
	width: 100%;
}

.thumbnail-classic-dummy::before {
	content: '';
	display: block;
	visibility: hidden;
	pointer-events: none;
	padding-bottom: 73.84615%;
}

.thumbnail-classic-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.thumbnail-classic-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.thumbnail-classic-caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	padding: 20px;
	background: rgba(41, 41, 58, 0.4);
	font-size: 14px;
}

.thumbnail-classic-caption * + p {
	margin-top: 5px;
}

.thumbnail-classic-title {
	font-size: 20px;
	line-height: 1.3;
}

@media (max-width: 575.98px) {
	.thumbnail-classic {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.thumbnail-classic-caption {
		padding: 25px 20px;
	}
}

@media (min-width: 992px) {
	.thumbnail-classic-lg .thumbnail-classic-dummy::before {
		padding-bottom: 147.69231%;
	}
}

@media (min-width: 1200px) {
	.thumbnail-classic-caption {
		padding: 30px 40px;
		font-size: 16px;
	}
	.thumbnail-classic-caption * + p {
		margin-top: 8px;
	}
	.thumbnail-classic-title {
		font-size: 24px;
	}
}

html:not(.tablet):not(.mobile) .thumbnail-classic-caption {
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	background: rgba(41, 41, 58, 0.6);
}

html:not(.tablet):not(.mobile) .thumbnail-classic:hover .thumbnail-classic-caption {
	opacity: 1;
	visibility: visible;
}

html:not(.tablet):not(.mobile) .hoverdir-item .thumbnail-classic-caption {
	opacity: 1;
	visibility: visible;
	transform: translate(-100%, 0);
}

html:not(.tablet):not(.mobile)[data-x-mode='true'] .hoverdir-item .thumbnail-classic-caption {
	opacity: 0;
	visibility: hidden;
	transform: none;
}

html:not(.tablet):not(.mobile)[data-x-mode='true'] .thumbnail-classic:hover .thumbnail-classic-caption {
	opacity: 1;
	visibility: visible;
}

.thumbnail-corporate {
	position: relative;
	overflow: hidden;
	display: flex;
	color: #fff;
	text-align: left;
}

.thumbnail-corporate * {
	color: inherit;
}

.thumbnail-corporate:hover {
	color: #fff;
}

.thumbnail-corporate > * {
	width: 100%;
	flex-shrink: 0;
}

.thumbnail-corporate-light {
	text-align: center;
}

.thumbnail-corporate-light .thumbnail-corporate-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.thumbnail-corporate-light .thumbnail-corporate-caption > * {
	max-width: 180px;
}

.thumbnail-corporate-dummy {
	width: 100%;
	visibility: hidden;
	pointer-events: none;
}

.thumbnail-corporate-dummy::before {
	content: '';
	display: block;
	width: 0;
	padding-bottom: 69.18919%;
}

.thumbnail-corporate-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.thumbnail-corporate-image {
		left: 0;
		top: 0;
		transform: none;
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: center center;
	}
}

.thumbnail-corporate-caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px;
	background: rgba(41, 41, 58, 0.4);
	font-family: "Roboto Condensed", sans-serif;
}

.thumbnail-corporate-caption * + p {
	margin-top: 10px;
	font-family: "Roboto", serif;
	color: rgba(255, 255, 255, 0.7);
}

.thumbnail-corporate-link {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.67em;
	height: 1.67em;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
	background: #398fcd;
}

.thumbnail-corporate-link, .thumbnail-corporate-link:active, .thumbnail-corporate-link:focus, .thumbnail-corporate-link:hover {
	color: #fff;
}

.thumbnail-corporate-link .icon {
	font-size: inherit;
}

.thumbnail-corporate-link .icon:first-child,
.thumbnail-corporate-link .icon:last-child {
	vertical-align: middle;
	transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.thumbnail-corporate-link .icon:first-child {
	display: block;
}

.thumbnail-corporate-link .icon:last-child {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	opacity: 0;
	transform: translate3d(0, 0, 0);
}

.thumbnail-corporate-link:hover {
	background: #916638;
}

.thumbnail-corporate-link:hover .icon:first-child {
	opacity: 0;
	transform: translate3d(0, -30%, 0);
}

.thumbnail-corporate-link:hover .icon:last-child {
	opacity: 1;
	transform: translate3d(0, 0, 0) translateY(-50%);
}

.thumbnail-corporate-title {
	font-size: 20px;
	line-height: 1.3;
}

* + .thumbnail-corporate-link {
	margin-top: 15px;
}

@media (max-width: 575.98px) {
	.thumbnail-corporate {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.thumbnail-corporate-caption {
		padding: 25px 20px;
	}
}

@media (min-width: 992px) {
	.thumbnail-corporate-lg .thumbnail-corporate-dummy::before {
		padding-bottom: 125.40541%;
	}
}

@media (min-width: 1200px) {
	.thumbnail-corporate-caption {
		padding: 30px 40px;
	}
	.thumbnail-corporate-caption * + p {
		margin-top: 8px;
	}
	.thumbnail-corporate-title {
		font-size: 24px;
	}
}

html:not(.tablet):not(.mobile) .thumbnail-corporate-caption {
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	background: rgba(41, 41, 58, 0.6);
}

html:not(.tablet):not(.mobile) .thumbnail-corporate-caption > * {
	opacity: 0;
	visibility: hidden;
	transition: .25s .11s all linear;
}

html:not(.tablet):not(.mobile) .thumbnail-corporate:hover .thumbnail-corporate-caption,
html:not(.tablet):not(.mobile) .thumbnail-corporate:hover .thumbnail-corporate-caption > * {
	opacity: 1;
	visibility: visible;
}

html:not(.tablet):not(.mobile) .hoverdir-item .thumbnail-corporate-caption {
	opacity: 1;
	visibility: visible;
	transform: translate(-100%, -100%);
}

html:not(.tablet):not(.mobile)[data-x-mode='true'] .hoverdir-item .thumbnail-corporate-caption {
	opacity: 0;
	visibility: hidden;
	transform: none;
}

html:not(.tablet):not(.mobile)[data-x-mode='true'] .thumbnail-corporate:hover .thumbnail-corporate-caption,
html:not(.tablet):not(.mobile)[data-x-mode='true'] .thumbnail-corporate:hover .thumbnail-corporate-caption > * {
	opacity: 1;
	visibility: visible;
}

.thumbnail-light {
	text-align: left;
}

.thumbnail-light-media {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 6px;
}

.thumbnail-light-media::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(41, 41, 58, 0.3);
	transition: .22s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.thumbnail-light-media:hover::before {
	opacity: 1;
	visibility: visible;
}

.thumbnail-light-image {
	width: 100%;
}

@media (max-width: 575.98px) {
	.thumbnail-light {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

.thumbnail-thin {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}

.thumbnail-thin::before, .thumbnail-thin::after {
	pointer-events: none;
}

.thumbnail-thin::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(41, 41, 58, 0.3);
}

.thumbnail-thin::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
	content: '\f504';
	font-family: 'Material Design Icons';
	font-size: 40px;
	line-height: 1;
	color: #fff;
}

a.thumbnail-thin {
	display: block;
}

.thumbnail-thin-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.thumbnail-thin-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

html:not(.tablet):not(.mobile) .thumbnail-thin::before, html:not(.tablet):not(.mobile) .thumbnail-thin::after {
	opacity: 0;
	transition: .22s ease-in;
}

html:not(.tablet):not(.mobile) .thumbnail-thin::before {
	background: rgba(41, 41, 58, 0.6);
}

html:not(.tablet):not(.mobile) .thumbnail-thin:hover::before, html:not(.tablet):not(.mobile) .thumbnail-thin:hover::after {
	opacity: 1;
}

.thumbnail-modern {
	position: relative;
	overflow: hidden;
	display: flex;
	text-align: left;
}

.thumbnail-modern * {
	color: inherit;
}

.thumbnail-modern, .thumbnail-modern:active, .thumbnail-modern:focus, .thumbnail-modern:hover {
	color: #fff;
}

.thumbnail-modern:hover {
	color: #fff;
}

.thumbnail-modern > * {
	width: 100%;
	flex-shrink: 0;
}

.thumbnail-modern-sm .thumbnail-modern-dummy::before {
	padding-bottom: 69.18919%;
}

.thumbnail-modern-dummy {
	visibility: hidden;
	pointer-events: none;
	width: 100%;
}

.thumbnail-modern-dummy::before {
	content: '';
	display: block;
	padding-bottom: 73.84615%;
}

.thumbnail-modern-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	background-position: center center;
	background-size: cover;
}

@supports (object-fit: cover) {
	.thumbnail-modern-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.thumbnail-modern-caption {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px;
	background: rgba(41, 41, 58, 0.4);
}

.thumbnail-modern-caption .icon {
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

@media (max-width: 575.98px) {
	.thumbnail-modern {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.thumbnail-modern-lg .thumbnail-modern-dummy::before {
		padding-bottom: 147.69231%;
	}
}

html:not(.tablet):not(.mobile) .thumbnail-modern-caption {
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	background: rgba(41, 41, 58, 0.6);
}

html:not(.tablet):not(.mobile) .thumbnail-modern:hover .thumbnail-modern-caption {
	opacity: 1;
	visibility: visible;
}

.thumbnail-creative {
	position: relative;
	display: block;
	max-width: 348px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-creative:hover .thumbnail-creative-image {
	transform: translate(0, -5px);
	box-shadow: 0 2px 24px 1px rgba(0, 0, 0, 0.2);
}

.thumbnail-creative-wrap {
	padding: 26px;
	margin: -26px;
}

.thumbnail-creative-image {
	position: relative;
	display: block;
	width: 100%;
	transition: .33s ease-in-out;
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
}

* + .thumbnail-creative-title {
	margin-top: 16px;
}

@media (min-width: 768px) {
	* + .thumbnail-creative-title {
		margin-top: 24px;
	}
}

.thumbnail-indigo {
	position: relative;
	overflow: hidden;
	display: block;
	background: #29293a;
	box-shadow: -1px 1px 21px 0px rgba(0, 0, 0, 0.08);
	background-position: center top;
	background-size: cover;
}

.thumbnail-indigo::before {
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 148.75847%;
}

.thumbnail-indigo-sm::before {
	padding-bottom: 70.65463%;
}

.thumbnail-indigo-sm + .thumbnail-indigo-sm {
	margin-top: 7.4%;
}

.thumbnail-indigo-caption {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(255, 255, 255, 0.95);
}

html:not(.tablet):not(.mobile) .thumbnail-indigo-caption {
	top: 0;
	background: rgba(255, 255, 255, 0.9);
}

html:not(.tablet):not(.mobile) .thumbnail-indigo-caption,
html:not(.tablet):not(.mobile) .thumbnail-indigo-caption > * {
	opacity: 0;
	visibility: hidden;
	will-change: opacity;
}

html:not(.tablet):not(.mobile) .thumbnail-indigo-caption {
	transition: .2s all linear;
}

html:not(.tablet):not(.mobile) .thumbnail-indigo-caption > * {
	transition: .2s .1s all ease-in;
}

html:not(.tablet):not(.mobile) .thumbnail-indigo:hover .thumbnail-indigo-caption,
html:not(.tablet):not(.mobile) .thumbnail-indigo:hover .thumbnail-indigo-caption > * {
	opacity: 1;
	visibility: visible;
}

/*
*
* Breadcrumbs
*/
.breadcrumbs-custom {
	position: relative;
	display: flex;
	background-color: #29293a;
	background-position: 20% 20%;
}

.breadcrumbs-custom .breadcrumbs-custom-subtitle {
	color: #aeb1be;
}

.breadcrumbs-custom-inner {
	display: flex;
	min-height: inherit;
	width: 100%;
	padding: 50px 0 25px;
	z-index: 2;
}

.breadcrumbs-custom-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.breadcrumbs-custom-container::before {
	content: '';
	display: block;
}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;
}

.breadcrumbs-custom-path > * {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.9);
}

.breadcrumbs-custom-path li::after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 51%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	color: rgba(255, 255, 255, 0.5);
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: rgba(255, 255, 255, 0.9);
}

.breadcrumbs-custom-path a:hover {
	text-decoration: underline;
}

* + .breadcrumbs-custom-path {
	margin-top: 25px;
}

.breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.breadcrumbs-custom-path {
		margin-left: -30px;
		margin-right: -30px;
	}
	.breadcrumbs-custom-path > * {
		padding-left: 30px;
		padding-right: 30px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		min-height: 23.75vw;
	}
	.breadcrumbs-custom-inner {
		padding: 80px 0 30px;
	}
	.breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
		margin-top: 5px;
	}
}

@media (min-width: 992px) {
	.breadcrumbs-custom-inner {
		padding-bottom: 40px;
	}
	.breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
		margin-top: 10px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom {
		min-height: 456px;
	}
	.breadcrumbs-custom-inner {
		padding: 50px 0 40px;
	}
	.breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
		margin-top: 20px;
	}
}
/*
*
* Timeline
*/
.black-timeline {
	color: rgba(21, 21, 21, 0.6);
}

.slider-timeline {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
	.slider-timeline {
		font-size: 20px;
	}
}

.timeline-classic {
	text-align: left;
}

.timeline-classic-item {
	position: relative;
	overflow: hidden;
	padding: 0 0 70px 35px;
	margin-bottom: -25px;
}

.timeline-classic-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.timeline-classic-item-image {
	width: 100%;
}

.timeline-classic-item-title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
}

.thumbnail-classic-item-subtitle {
	font-size: 16px;
	line-height: 1.5;
	color: #29293a;
}

.timeline-classic-item-divider {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	padding-top: 25px;
}

.timeline-classic-item-divider::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid rgba(174, 177, 190, 0.7);
	border-radius: 50%;
	background-color: #fff;
}

.timeline-classic-item-divider::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 300vh;
	background: rgba(174, 177, 190, 0.7);
	min-height: 100px;
}

* + .timeline-classic-item-main {
	margin-top: 20px;
}

.context-dark .timeline-classic-item-divider::before, .bg-gray-700 .timeline-classic-item-divider::before, .bg-gray-800 .timeline-classic-item-divider::before, .bg-primary .timeline-classic-item-divider::before, .bg-primary-darker .timeline-classic-item-divider::before, .bg-primary-darken .timeline-classic-item-divider::before {
	border-color: #fff;
}

.context-dark .timeline-classic-item-divider::after, .bg-gray-700 .timeline-classic-item-divider::after, .bg-gray-800 .timeline-classic-item-divider::after, .bg-primary .timeline-classic-item-divider::after, .bg-primary-darker .timeline-classic-item-divider::after, .bg-primary-darken .timeline-classic-item-divider::after {
	background: #fff;
}

.context-dark .thumbnail-classic-item-subtitle, .bg-gray-700 .thumbnail-classic-item-subtitle, .bg-gray-800 .thumbnail-classic-item-subtitle, .bg-primary .thumbnail-classic-item-subtitle, .bg-primary-darker .thumbnail-classic-item-subtitle, .bg-primary-darken .thumbnail-classic-item-subtitle {
	color: #fff;
}

@media (max-width: 575.98px) {
	.timeline-classic-item {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.timeline-classic-item {
		flex-wrap: wrap;
	}
	.timeline-classic-item-main,
	.timeline-classic-item-aside {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.timeline-classic-item {
		display: flex;
		padding-left: 0;
		padding-bottom: 90px;
	}
	.timeline-classic-item-aside {
		max-width: 33.33%;
	}
	.timeline-classic-item-main {
		max-width: 60%;
	}
	.timeline-classic-item-divider {
		position: relative;
		padding: 25px 20px 0;
	}
	.timeline-classic-item-title {
		font-size: 32px;
	}
	.thumbnail-classic-item-subtitle {
		font-size: 18px;
		line-height: 1.4;
	}
	* + .timeline-classic-item-main {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.timeline-classic-item * + h4,
	.timeline-classic-item * + .heading-4 {
		margin-top: 20px;
	}
	.timeline-classic-item-title {
		font-size: 36px;
	}
	.thumbnail-classic-item-subtitle {
		font-size: 20px;
		line-height: 1.4;
	}
	.timeline-classic-item-aside {
		max-width: 37%;
	}
	.timeline-classic-item-main {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.timeline-classic-item-aside {
		max-width: 33.33%;
	}
	.timeline-classic-item-title {
		font-size: 33px;
	}
}

@media (min-width: 1600px) {
	.timeline-classic-item {
		padding-bottom: 125px;
	}
	.timeline-classic-item * + h4,
	.timeline-classic-item * + .heading-4 {
		margin-top: 30px;
	}
}

/*
*
* Careers
*/
.career-classic {
	text-align: left;
}

.career-classic-divider {
	border-bottom: 1px solid #aeb1be;
}

.career-classic-list {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -20px;
	margin-right: -20px;
}

.career-classic-list > * {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.career-classic-list > li {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.career-classic-list > li > * {
	display: inline-block;
	vertical-align: middle;
}

.career-classic-list > li > * + * {
	margin-left: 8px;
}

.career-classic-list .icon {
	font-size: 1.25em;
	color: #398fcd;
}

* + .career-classic-divider {
	margin-top: 10px;
}

* + .career-classic-list {
	margin-top: 15px;
}

@media (max-width: 575.98px) {
	.career-classic {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	* + .career-classic-divider {
		margin-top: 20px;
	}
	* + .career-classic-list {
		margin-top: 20px;
	}
}

/*
*
* Comments
*/
.comment-classic {
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e9ee;
}

.comment-classic > * + * {
	margin-left: 20px;
}

.comment-classic-figure {
	position: relative;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
}

.comment-classic-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	border-radius: 50%;
	max-width: none;
}

@supports (object-fit: cover) {
	.comment-classic-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.comment-classic-main {
	flex-grow: 1;
}

.comment-classic-name {
	color: #398fcd;
}

.comment-classic-text {
	color: #29293a;
}

.comment-classic-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment-classic-meta time {
	color: #74757f;
}

.comment-classic-reply {
	font-size: 24px;
	line-height: 1;
	color: #aeb1be;
}

.comment-classic-reply::before {
	content: '\f549';
	font-family: 'Material Design Icons';
}

.comment-classic-reply:hover {
	color: #398fcd;
}

* + .comment-classic-text {
	margin-top: 8px;
}

* + .comment-classic-meta {
	margin-top: 5px;
}

@media (min-width: 576px) {
	.comment-classic > * + * {
		margin-left: 25px;
	}
	.comment-classic-reply {
		font-size: 28px;
	}
}

.comment-classic-group .comment-classic-group {
	margin-left: 25px;
}

.comment-classic-group * + .comment-classic-group {
	margin-top: 30px;
}

* + .comment-classic-group {
	margin-top: 50px;
}

.comment-classic-group + .comment-classic-group {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.comment-classic-group .comment-classic-group {
		margin-left: 75px;
	}
}

/*
*
* Jumbotron Classic
*/
.jumbotron-classic.bg-gray-700 h6,
.jumbotron-classic.bg-gray-700 .heading-6 {
	color: #fff;
}

.jumbotron-classic.parallax-container {
	background-position: 60% center;
}

.jumbotron-classic .parallax-content {
	width: 100%;
}

.jumbotron-classic-content {
	max-width: 600px;
	padding: 50px 0;
}

@media (max-width: 1199.98px) {
	.jumbotron-classic.parallax-container::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: linear-gradient(to right, rgba(41, 41, 58, 0.6), rgba(41, 41, 58, 0.2));
	}
}

@media (min-width: 768px) {
	.jumbotron-classic-inner {
		padding: 120px 0 140px;
	}
}

@media (min-width: 1200px) {
	.jumbotron-classic-inner {
		display: flex;
		align-items: center;
		min-height: 45.41667vw;
	}
}

@media (min-width: 1600px) {
	.jumbotron-classic-content {
		padding: 200px 0 150px;
	}
}

.jumbotron-modern {
	position: relative;
	display: flex;
	text-align: center;
}

.jumbotron-modern-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 50px 0;
}

.jumbotron-modern-content {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767.98px) {
	.jumbotron-modern .form-layout-1 {
		display: inline-block;
		max-width: 360px;
	}
}

@media (max-width: 1199.98px) {
	.jumbotron-modern::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: linear-gradient(to bottom, rgba(41, 41, 58, 0.4), rgba(41, 41, 58, 0));
	}
}

@media (min-width: 768px) {
	.jumbotron-modern-inner {
		padding: 100px 0 140px;
	}
}

@media (min-width: 1200px) {
	.jumbotron-modern-inner {
		min-height: 41.66667vw;
	}
}

.jumbotron-indigo-header {
	padding: 40px 0;
}

.jumbotron-indigo-main {
	padding: 10px 0 40px;
}

@media (min-width: 768px) {
	.jumbotron-indigo-header {
		padding: 50px 0;
	}
	.jumbotron-indigo-main {
		padding: 50px 0 185px;
	}
}

	
	
	

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}
