
html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-weight: 400;
}

.wow {
	visibility: hidden;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 25%;
	font-size: 2rem;
	z-index: 10;
	color: #5a8085;
	background: rgba(35, 31, 32, .5);
	display: none;
}

::-webkit-scrollbar {
	width: .625rem;
	background: #231f20;
}

::-webkit-scrollbar-thumb {
	background: #fff;
}

.bg-img, .bg-img-cover, .bg-img-contain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-cover {
	background-size: cover;
}

b, strong {
	font-weight: 900;
}

h1, h2, h3, h4, h5, h6, .display-1-hero {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

p {
	margin: 0;
	letter-spacing: .5px;
	line-height: 1.7;
}

p + p {
	margin-bottom: 1rem;
}

.display-1-hero {
	font-size: 2.48832rem;
	font-weight: 400;
	text-transform: uppercase;
}

.display-1-hero {
	font-size: 24.192px;
}

@media screen and (min-width: 320px) {
	.display-1-hero {
		font-size: calc(24.192px + 37.233 * ( ( 100vw - 320px ) / 880 ));
	}
}

@media screen and (min-width: 1200px) {
	.display-1-hero {
		font-size: 61.425px;
	}
}

h1, .display-1 {
	font-size: 1.728rem;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h1, .display-1 {
	font-size: 24.192px;
}

@media screen and (min-width: 320px) {
	h1, .display-1 {
		font-size: calc(24.192px + 23.058 * ( ( 100vw - 320px ) / 880 ));
	}
}

@media screen and (min-width: 1200px) {
	h1, .display-1 {
		font-size: 47.25px;
	}
}

h2, .display-2 {
	font-size: 1.728rem;
	font-weight: 400;
	text-transform: uppercase;
}

h2, .display-2 {
	font-size: 20.16px;
}

@media screen and (min-width: 320px) {
	h2, .display-2 {
		font-size: calc(20.16px + 11.34 * ( ( 100vw - 320px ) / 880 ));
	}
}

@media screen and (min-width: 1200px) {
	h2, .display-2 {
		font-size: 31.5px;
	}
}

h3, .display-3 {
	font-size: 1.44rem;
	font-weight: 400;
	text-transform: uppercase;
}

h3, .display-3 {
	font-size: 20.16px;
}

@media screen and (min-width: 320px) {
	h3, .display-3 {
		font-size: calc(20.16px + 11.34 * ( ( 100vw - 320px ) / 880 ));
	}
}

@media screen and (min-width: 1200px) {
	h3, .display-3 {
		font-size: 31.5px;
	}
}

h4, .display-4 {
	font-size: 1.2rem;
	font-weight: 400;
}

h4, .display-4 {
	font-size: 16.8px;
}

@media screen and (min-width: 320px) {
	h4, .display-4 {
		font-size: calc(16.8px + 4.2 * ( ( 100vw - 320px ) / 880 ));
	}
}

@media screen and (min-width: 1200px) {
	h4, .display-4 {
		font-size: 21px;
	}
}

.btn {
	text-transform: uppercase;
}

.btn.btn-link {
	color: #903030;
	padding-left: 0;
	padding-right: 0;
	font-weight: 700;
}

.btn.btn-primary {
	box-shadow: 0 41.7776px 33.4221px rgba(144, 48, 48, .1), 0 22.3363px 17.869px rgba(144, 48, 48, .08), 0 12.5216px 10.0172px rgba(144, 48, 48, .07), 0 6.6501px 5.32008px rgba(144, 48, 48, .06), 0 2.76726px 2.21381px rgba(144, 48, 48, .04);
}

.btn .arrow {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-left: .4rem;
}

.btn:hover .arrow {
	margin-left: .7rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn.btn-warning {
	color: #fff;
}

a {
	text-decoration: none !important;
}

.social-holder .nav-item {
	padding: 0 .5rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.social-holder .nav-item:first-child {
	padding-left: 0;
}

.social-holder .nav-item:last-child {
	padding-right: 0;
}

.social-holder .nav-item :hover {
	color: #0060ff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.text-muted, .text-gray {
	color: #808080 !important;
}

.bg-fix {
	background-attachment: scroll;
}

@media (min-width: 992px) {
	.bg-fix {
		background-attachment: fixed;
	}
}

.fader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.fader.fader-gradient {
	background: linear-gradient(90deg, rgba(35, 31, 32, .75) 0%, rgba(35, 31, 32, 0) 100%);
}

.bg-gray-100 {
	background: #e8e8e8;
}

.wrapper-index {
	padding: 10rem 0;
}

.wrapper-index .index-fluid {
	max-width: 1600px;
}

.wrapper-index .index-fluid h1 {
	font-size: 40px;
}

.index {
	height: calc(100vh - 10rem);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60vh;
}

.index .bg-img-cover {
	background-size: 50%;
	opacity: .1;
}

#main-header {
	text-transform: uppercase;
}

#main-header .navbar-dark .nav-item {
	color: #fff;
}

#main-header .navbar-dark .dropdown-menu {
	background: #231f20;
}

#main-header .navbar-dark .dropdown-menu .dropdown-item {
	color: #fff;
}

#main-header .navbar-dark .dropdown-menu .dropdown-item:hover {
	color: #fff;
}

@media (max-width: 991.98px) {
	#main-header .navbar-dark .navbar-collapse {
		background: #231f20;
	}
}

#main-header .navbar-light .nav-item {
	color: #231f20;
}

#main-header .navbar-light .dropdown-menu {
	font-size: .8rem;
	text-align: left;
	border: none;
}

#main-header .navbar-light .dropdown-menu .nav-item {
	color: #231f20;
}

#main-header .navbar-light .dropdown-menu .nav-item:hover {
	color: #231f20;
}

@media (max-width: 991.98px) {
	#main-header .navbar-light .navbar-collapse {
		background: #fff;
	}
}

#main-header.fixed-top + * {
	padding-top: 13rem;
	padding-bottom: 6rem;
}

@media (max-width: 991.98px) {
	#main-header.fixed-top + * {
		padding-top: 9rem;
	}
}

#main-header.fixed-top + .carousel, #main-header.fixed-top + .index {
	padding-top: 0;
}

#main-header.fixed-top {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#main-header .navbar-holder {
	padding: .9rem 0;
}

#main-header .navbar .navbar-brand {
	width: 5rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#main-header .navbar .navbar-brand img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	object-position: center !important;
}

@media (min-width: 1200px) {
	#main-header .navbar .navbar-brand {
		width: 7rem;
	}
}

#main-header .navbar button.navbar-toggler {
	float: right;
}

@media (max-width: 991.98px) {
	#main-header .navbar .navbar-collapse {
		padding: 2rem;
	}
}

#main-header .navbar .navbar-nav {
	text-align: right;
	margin-left: auto;
	font-weight: 400;
	font-size: .9rem;
}

#main-header .navbar .navbar-nav .nav-item.active > .nav-link span {
	border-color: #903030;
}

#main-header .navbar .navbar-nav .nav-item:hover > .nav-link span, #main-header .navbar .navbar-nav .nav-item.show > .nav-link span {
	opacity: .8;
	cursor: pointer;
}

#main-header .navbar .navbar-nav .nav-item .nav-link {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: inherit;
}

#main-header .navbar .navbar-nav .nav-item .nav-link span {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
}

.carousel {
	overflow-y: hidden;
	position: relative;
}

.carousel.carousel-index .carousel-text {
	text-align: left;
}

.carousel.carousel-widgets .carousel-text, .carousel.carousel-services .carousel-text {
	margin: 0 auto;
}

.carousel.carousel-hero .carousel-cell {
	width: 100%;
	height: 80vh;
}

.carousel.carousel-hero .carousel-cell .video-item {
	top: -18%;
	position: absolute;
	height: 100%;
	width: 100%;
}

.carousel.carousel-hero .carousel-cell .carousel-background {
	background-repeat: no-repeat;
}

.carousel.carousel-testimonails .carousel-caption {
	color: #231f20;
}

.carousel .carousel-caption {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
}

.carousel .carousel-caption .btn-link {
	color: #fff;
}

.carousel .carousel-caption .logo-holder {
	max-width: 12rem;
}

.carousel .carousel-caption .carousel-text {
	max-width: 40rem;
}

.carousel .carousel-indicators {
	display: none;
	text-align: center;
}

.carousel .carousel-indicators > li {
	width: .875rem;
	height: .875rem;
	border-radius: 50%;
	display: inline-block;
}

.carousel .carousel-indicators > li.is-selected {
	background-color: #fff;
	opacity: 1;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	background-size: 100%;
	background-image: url("/static/images/icons/arrow_light.svg");
}

.carousel .carousel-control-prev {
	opacity: 1;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: .8rem;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.carousel .carousel-control-next {
	opacity: 1;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: .8rem;
}

.carousel .carousel + .carousel-overlay {
	width: 30rem;
	padding-top: 15rem;
	margin: 0 auto -10rem;
}

@media (max-width: 992px) {
	.carousel .carousel-caption .carousel-text {
		max-width: 100vw;
	}
	
	.carousel .carousel .image-holder img {
		max-width: 70%;
	}
}

.cursor-pointer {
	cursor: pointer;
}

.hidden {
	display: none !important;
}

[data-component="Frontend/CookieConsent"] {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 10;
	border-radius: 0;
	font-size: 1em;
}

[data-component="Frontend/CookieConsent"].alert-dark {
	background: #231f20;
	border-color: #231f20;
	color: #fff;
}

[data-component="Frontend/CookieConsent"].alert-dark a {
	color: #fff;
}

[data-component="Frontend/CookieConsent"].alert-light {
	background: #fff;
	border-color: #fff;
	color: #231f20;
}

[data-component="Frontend/CookieConsent"] p {
	display: contents;
}

[data-component="Frontend/CookieConsent"] a {
	text-decoration: underline;
}

[data-component="Frontend/CookieConsent"] .cookie-check {
	margin: 10px 0;
}

[data-component="Frontend/CookieConsent"] .cookie-check .coo-holder {
	border: 1px solid #aaa;
	margin-left: -15px;
}

[data-component="Frontend/CookieConsent"] .cookie-check .coo-item {
	display: inline-block;
	padding: 2px 15px;
	border-right: 1px solid #aaa;
}

[data-component="Frontend/CookieConsent"] .cookie-check .coo-item:last-child {
	border-right: none;
}

[data-component="Frontend/CookieConsent"] .cookie-check .coo-item label {
	margin-bottom: 0px;
}

[data-component="Frontend/CookieConsent"] input {
	display: none;
}

[data-component="Frontend/CookieConsent"] input + label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	outline: 1px solid #903030;
	border: 1px solid white;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

[data-component="Frontend/CookieConsent"] input:checked + label:before {
	content: "✓";
	font-family: "sans-serif";
	display: inline-block;
	width: 15px;
	height: 15px;
	outline: 1px solid #903030;
	border: 1px solid white;
	color: #faa500;
	font-weight: bold;
	line-height: 1;
	font-size: 17px;
}

[data-component="Frontend/CookieConsent"] input:disabled + label:before {
	outline: 1px solid #aaa;
	color: #aaa;
}

[data-component="Frontend/CookieConsent"] button {
	border: none;
	vertical-align: baseline;
}

[data-component="Frontend/CookieConsent"] button.default {
	background: #333;
	color: white;
}

[data-component="Frontend/CookieConsent"] button.high {
	background: #903030;
	color: white;
}

[data-component="Frontend/CookieConsent"] button.text {
	background: transparent;
	color: #231f20;
	border-bottom: 1px solid #231f20;
}

.gallery .gallery-image {
	padding: .2rem;
}

.gallery .gallery-image a {
	padding-bottom: 80%;
}

.fslightbox-caption-inner {
	max-width: 40rem;
}

.fslightbox-caption-inner h3 {
	color: #5a8085;
}

.modal {
	display: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.modal .modal-header button {
	float: right;
}

.modal .modal-buttons {
	text-align: center;
}

.modal .modal-buttons .btn {
	padding: .5rem 1rem;
}

.modal-backdrop {
	display: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

form .select2-container {
	display: block;
	padding: .5rem !important;
}

form .select2-container .select2-choice {
	height: 30px;
	line-height: 28px;
	border-color: #495057;
}

form .select2-container .select2-choice .select2-arrow b:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	color: #903030;
}

form .select2-container .select2-choice abbr:after {
	font-family: "Font Awesome 5 Free";
	color: #343a40;
}

form .select2-container.select2-dropdown-open {
	border-bottom-color: transparent !important;
}

form .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
	content: "";
}

form .select2-container .select2-default {
	color: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 1px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: .5rem .5rem .5rem 1.1rem !important;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
	top: calc(50% - 5px);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover:after {
	color: #212529;
}

.select2-container.select2-container-active .select2-choice {
	border-color: transparent;
}

.select2-search {
	position: relative;
	padding: 0 6px;
}

.select2-search:after {
	font-family: "Font Awesome 5 Free" !important;
	color: #343a40;
}

.select2-search input {
	border-color: #495057;
	background: #fff;
}

.select2-search input.select2-active {
	background: none;
}

.select2-drop {
	box-shadow: none;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}

.select2-drop.select2-drop-above .select2-search:after {
	top: 8px;
}

.select2-results .select2-highlighted {
	background-color: #903030;
}

.select2-container-multi .select2-choices {
	border: 1px solid #495057;
}

.select2-container-multi .select2-choices .select2-search-choice {
	border: 1px solid #495057;
	background-color: #fff;
}

.form-control.select2-container.select2-dropdown {
	box-shadow: none;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}

.form-control.select2-container.select2-dropdown-open {
	color: #495057;
	background-color: #fff;
	border-color: #cf7070;
	outline: 0;
	box-shadow: 0 -.2rem 0 .2rem rgba(144, 48, 48, .25);
}

.form-control.select2-container.select2-dropdown-open.select2-drop-above {
	border-top: 2px solid #6c757d;
	box-shadow: 0 .2rem 0 .2rem rgba(144, 48, 48, .25);
}

.select2-drop-active {
	border-color: #cf7070;
	box-shadow: 0 .265rem 0 .2rem rgba(144, 48, 48, .25);
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 0;
}

.select2-drop-above {
	box-shadow: 0 -.265rem 0 .2rem rgba(144, 48, 48, .25);
}

.select2-drop-active {
	border-top: 0;
}

.select2-search-choice-close:after {
	font-family: "Font Awesome 5 Free" !important;
	color: #343a40;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color: transparent;
}

.select2-more-results.select2-active, .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
	background: #fff;
	padding: 3px 7px 4px;
}

.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datepicker-inline {
	width: 220px;
}

.datepicker-rtl {
	direction: rtl;
}

.datepicker-rtl.dropdown-menu {
	left: auto;
}

.datepicker-rtl table tr td span {
	float: right;
}

.datepicker-dropdown {
	top: 0;
	left: 0;
}

.datepicker-dropdown:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #adb5bd;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute;
}

.datepicker-dropdown:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #adb5bd;
}

.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
	background-color: transparent;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	background: #eee;
	cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
	color: #adb5bd;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: none;
	color: #adb5bd;
	cursor: default;
}

.datepicker table tr td.highlighted {
	background: #d9edf7;
	border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #000;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
	color: #000;
}

.datepicker table tr td.today.active:hover {
	color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
	background: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
	background-color: #f3d17a;
	background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
	background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
	background-color: #f3e97a;
}

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
	background-color: #efe24b \9;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
	background-color: #9e9e9e;
	background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
	background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
	background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
	background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
	background-image: linear-gradient(to bottom, #b3b3b3, #808080);
	background-repeat: repeat-x;
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #808080 #808080 #595959;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
	background-color: #808080;
}

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
	background-color: #666 \9;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background-color: #903030;
	background-image: linear-gradient(to bottom, #903030, #6a2323);
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #903030;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
	background-color: #6a2323;
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
	background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
	background: none;
	color: #adb5bd;
	cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background-color: #903030;
	background-image: linear-gradient(to bottom, #903030, #6a2323);
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #903030;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
	background-color: #6a2323;
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
	color: #adb5bd;
}

.datepicker .datepicker-switch {
	width: 145px;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
	cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
	background: #eee;
}

.datepicker .prev.disabled, .datepicker .next.disabled {
	visibility: hidden;
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
	cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
	margin-top: 3px;
}

.input-daterange input {
	text-align: center;
}

.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
}

form .form-group {
	padding: .5rem;
	width: 100%;
	margin-bottom: .4rem;
}

form .form-group a {
	text-decoration: underline !important;
}

form .form-group > div {
	padding: .5rem 0;
}

form .form-group > div.input-group {
	padding: 0;
}

form button i {
	margin-right: .5rem;
}

form.form-columns {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

form.form-columns .form-group {
	width: 50%;
}

form .error-list {
	margin-bottom: 0;
	padding: .5rem 0;
	color: #903030;
	font-weight: 700;
}

form .error-list li {
	list-style: none;
}

form .form-control {
	height: auto;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0;
}

form .form-control.error {
	border-color: #903030;
}

form .form-control:focus {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	border-color: #fff;
}

form textarea.form-control {
	min-height: 10rem;
}

form select.form-control {
	background-image: url("data:image/svg+xml,%3Csvg width=\'11\' height=\'7\' viewBox=\'0 0 11 7\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0.653125 0L5.5 5.46875L10.3469 0L11 0.765625L5.5 7L0 0.765625L0.653125 0Z\' fill=\'%23FB3640\'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
}

form select.form-control {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-position: calc(100% - .75rem) center;
}

form input[type="radio"], form input[type="checkbox"] {
	width: 1.375rem;
	height: 1.375rem;
	position: relative;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

form input[type="radio"]:focus, form input[type="checkbox"]:focus {
	outline: 0;
}

form input[type="radio"]:after, form input[type="checkbox"]:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: "Font Awesome 5 Free";
	border: 2px solid #903030;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	color: transparent;
}

form input[type="radio"]:checked:after, form input[type="checkbox"]:checked:after {
	background: #903030;
	color: #fff;
}

form input[type="radio"]:disabled:after, form input[type="checkbox"]:disabled:after {
	cursor: default;
}

form input[type="radio"].error:after, form input[type="checkbox"].error:after {
	border-color: #903030;
}

form input[type="radio"].error:checked:after, form input[type="checkbox"].error:checked:after {
	background: #903030;
}

form input[type="radio"] + label, form input[type="checkbox"] + label {
	display: inline;
	vertical-align: middle;
	margin: 0 .25rem 0;
	line-height: 1.375rem;
	padding-left: 0;
}

form input[type="checkbox"]:after {
	border-radius: 0;
	content: "";
}

form input[type="radio"]:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

form input[type="radio"]:checked:after {
	background-color: #903030;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

form .input-group input + .input-group-addon {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 1.09375rem;
	cursor: pointer;
}

form .input-group input + .input-group-addon.input-group-addon-password-toggle:before {
	font-family: "Ionicons";
	content: "";
	color: #903030;
}

form .input-group input[type="password"] + .input-group-addon-password-toggle:before {
	content: "";
}

form .char-count {
	margin-top: .5rem;
	text-align: right;
}

form .char-count.char-valid .char-count-current {
	color: #28a745;
	font-weight: 700;
}

form .char-count.char-error .char-count-current {
	color: #903030;
	font-weight: 700;
}

form .char-count.char-error .char-count-current:before {
	font-family: "Font Awesome 5 Free";
	content: "";
	display: inline-block;
	margin-right: .25rem;
}

form .char-count .char-count-current + .char-count-max {
	font-weight: 700;
}

form .char-count .char-count-current + .char-count-max:before {
	content: " / ";
}

form.contact-form .contact-form-column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

form.contact-form .contact-form-column .form-group {
	width: 100%;
}

form.contact-form .contact-form-column .form-group textarea.form-control {
	min-height: 9.5rem;
}

form.contact-form .row + .row {
	margin-top: 1rem;
}

form + .success-page {
	display: none;
}

.grecaptcha-badge {
	right: -9999rem !important;
}

form .bootstrap-filestyle .group-span-filestyle {
	padding: .5rem;
	min-width: 4rem;
	position: relative;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/images/icons/upload-icon.svg");
}

form .bootstrap-filestyle .group-span-filestyle label {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

form .bootstrap-filestyle .form-control:disabled, form .bootstrap-filestyle .form-control[readonly] {
	background: #fff;
}

.form-element-phone input {
	width: 50%;
}

.news > * {
	margin: 1rem 0;
}

.news .news-article {
	height: 100%;
	font-size: .875rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	padding-bottom: 1rem;
}

.news .news-article .news-article-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 100%;
	color: #231f20;
}

.news .news-article .news-article-content i {
	width: 1rem;
	margin-right: .25rem;
	text-align: center;
}

.news .news-article .news-article-content .news-image {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.news .news-article .news-article-content .news-user, .news .news-article .news-article-content .news-date {
	width: 100%;
}

.news .news-article .news-article-content .news-description {
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #231f20;
	line-height: 1.5;
}

.news .news-article .news-article-content .news-tags {
	width: 100%;
	color: #903030;
	padding: .25rem 1rem;
}

.news .news-article .news-article-content .news-title {
	padding: 1rem 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%;
	margin-top: .4rem !important;
	margin-bottom: 0 !important;
}

.news .news-article .news-article-content .news-title a {
	color: #231f20;
}

.news .news-article .news-article-content .news-title:hover {
	color: #903030;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.news .news-article .news-buttons {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 50%;
}

.news-page {
	padding-bottom: 3rem;
}

.news-page.news-page-hero {
	background-color: #fff !important;
	color: #231f20 !important;
}

.news-page.news-page-hero .mt-n5 {
	margin-top: -9.25rem !important;
}

.news-page.news-page-hero .jumbotron {
	height: calc(25vh);
	min-height: 30rem;
	max-height: 50rem;
}

.news-page.news-page-hero .jumbotron + .container {
	position: relative;
}

.news-page.news-page-hero .jumbotron + .container .news-page-bg {
	background: #fff;
}

.news-page.news-page-hero .news-user {
	padding-bottom: 2rem;
}

.news-page.news-page-hero .news-user img {
	max-width: 4rem;
	height: auto;
	box-shadow: 0 42px 33px rgba(0, 0, 0, .05), 0 22.3px 18px rgba(0, 0, 0, .042), 0 12.5px 10px rgba(0, 0, 0, .035), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 2.8px 2.2px rgba(0, 0, 0, .02);
}

.news-page.news-page-hero .news-user .news-user-name {
	padding-top: .5rem;
	margin-bottom: 0;
	letter-spacing: .0625rem;
}

.news-page.news-page-hero .news-date, .news-page.news-page-hero .news-tags {
	color: #903030;
}

.news-page.news-page-hero .news-date i, .news-page.news-page-hero .news-tags i {
	margin-right: .25rem;
}

.news-page.news-page-hero .news-title {
	margin: 2rem 0;
}

.news-page .news-page-news-holder h1, .news-page .news-page-news-holder h2, .news-page .news-page-news-holder h3 {
	color: #903030;
	margin-top: 3rem;
}

.news-page .news-page-news-holder img {
	max-width: 100%;
	height: auto;
}

.news-page .news-page-news-holder p {
	margin: 2rem 0;
}

.news-page .news-page-news-holder .lead {
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.7;
}

.news-page .news-share {
	font-size: 1.5rem;
}

.widget {
	position: relative;
}

.widget .widget-content-holder {
	padding: 3rem 0 3rem;
}

.widget.widget-type-cta.widget-layout-cta-phone-cta .bg-img-contain {
	background-position: center right;
}

.widget.widget-layout-content-image-right-large img, .widget.widget-layout-content-image-left img, .widget.widget-layout-content-image-right img, .widget.widget-layout-content-image-left-large img {
	max-height: 45rem;
}

.widget.widget-layout-content-image-right-large .widget-image img, .widget.widget-layout-content-image-left .widget-image img, .widget.widget-layout-forms-join-us .widget-image img, .widget.widget-layout-content-image-right .widget-image img, .widget.widget-layout-content-image-left-large .widget-image img, .widget.widget-layout-forms-contact-form .widget-image img {
	object-position: center;
	object-fit: contain;
}

.widget.widget-layout-content-image-right-large .widget-image .position-absolute, .widget.widget-layout-content-image-left .widget-image .position-absolute, .widget.widget-layout-forms-join-us .widget-image .position-absolute, .widget.widget-layout-content-image-right .widget-image .position-absolute, .widget.widget-layout-content-image-left-large .widget-image .position-absolute, .widget.widget-layout-forms-contact-form .widget-image .position-absolute {
	top: 0;
	left: 0;
}

.widget.widget-layout-content-image-right-large .widget-image .position-absolute .subtitle, .widget.widget-layout-content-image-left .widget-image .position-absolute .subtitle, .widget.widget-layout-forms-join-us .widget-image .position-absolute .subtitle, .widget.widget-layout-content-image-right .widget-image .position-absolute .subtitle, .widget.widget-layout-content-image-left-large .widget-image .position-absolute .subtitle, .widget.widget-layout-forms-contact-form .widget-image .position-absolute .subtitle {
	width: fit-content;
	width: -moz-fit-content;
}

.widget.widget + .widget-type-embeds-youtube .widget-content-holder {
	padding-top: 0;
}

.widget.widget-type-content.widget-intro-2 .widget-image img {
	object-fit: contain;
}

.widget.widget-layout-list-accordion #accordion i {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.widget.widget-layout-list-accordion #accordion button {
	font-size: .875rem;
}

.widget.widget-layout-list-accordion #accordion button:focus {
	box-shadow: none;
}

.widget.widget-layout-list-accordion #accordion button[aria-expanded="true"] + i {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.widget.widget-layout-list-accordion #accordion button[aria-expanded="false"] + i {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.widget.widget-layout-list-accordion #accordion .card {
	background: transparent;
	border: none;
}

.widget.widget-layout-list-accordion #accordion .card .btn {
	color: #903030 !important;
}

.widget.widget-layout-list-accordion #accordion .card .card-header {
	background: transparent;
	border-radius: 0;
	border: 0;
	padding: 0;
}

.widget.widget-layout-list-accordion #accordion .card .card-header .btn-link {
	color: #903030;
}

.widget.widget-layout-list-accordion #accordion .card .card-header .btn-link:focus {
	color: #903030;
	text-decoration: none;
}

.widget.widget-layout-list-accordion #accordion .card .card-body {
	padding-right: 0;
	padding-left: 0;
	padding-top: .5rem;
}

.widget.widget-type-product-item .category {
	width: fit-content;
	width: -moz-fit-content;
	background: #0060ff;
	padding: .2rem .6rem;
}

.widget.widget-type-product-item .fader {
	width: 100%;
	height: 100%;
	position: absolute;
}

.widget.widget-type-product-item .fader.fader-dark {
	background: linear-gradient(90deg, rgba(0, 10, 27, .75) 0%, rgba(0, 10, 27, 0) 60%);
}

.widget.widget-type-product-item .fader.fader-light {
	background: linear-gradient(90deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 60%);
}

.widget.widget-layout-carousel-default .carousel-text {
	max-width: 100%;
}

.widget.widget-type-carousel.widget-layout-carousel-testimonails {
	overflow: hidden;
}

.widget.widget-type-carousel.widget-layout-carousel-testimonails .fader-dark {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.widget.widget-type-carousel.widget-layout-carousel-testimonails .carousel .carousel-control-prev-icon, .widget.widget-type-carousel.widget-layout-carousel-testimonails .carousel .carousel-control-next-icon {
	display: none;
}

.widget.widget-type-carousel.widget-layout-carousel-testimonails .profile-image {
	width: 8rem;
	height: 8rem;
	object-fit: cover;
	border-radius: 50%;
}

.widget.widget-type-carousel.widget-layout-carousel-testimonails .carousel-inner:before, .widget.widget-type-carousel.widget-layout-carousel-testimonails .carousel-inner:after {
	display: none;
}

.widget.widget-type-carousel.widget-layout-carousel-testimonails .carousel-inner .carousel-cell .carousel-text {
	background: #fff;
	border-radius: .3rem;
	color: #231f20;
	padding: 2rem;
}

.widget.widget-layout-simple-text-property .property-holder {
	border: .25rem solid #903030;
}

.widget.widget-type-embeds-youtube .widget-content-holder {
	padding: 0;
}

.widget.widget-publications-intro .widget-content-holder, .widget.widget-intro .widget-content-holder {
	padding: 0;
}

.widget.widget-publications-intro .widget-content-holder h2, .widget.widget-intro .widget-content-holder h2 {
	margin-top: 0;
	padding-top: 0;
}

.product-grid .card {
	border: 0;
}

.product-grid .card .product-info {
	color: #808080;
}

.product-grid .card .card-img img {
	height: 18rem;
	object-fit: cover;
	object-position: center;
}

.product-research .card {
	box-shadow: rgba(0, 0, 0, .2) 0 18px 50px -10px;
	border: 0;
}

.product-research .card .product-info {
	color: #808080;
}

.product-research .card .card-body p {
	color: #808080;
	padding: 0;
	margin: 0;
}

.product-research .card .card-body p span {
	color: #231f20;
}

.product-research .card .btn-link {
	color: #231f20;
}

.product-read .jumbotron {
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

.product-read .jumbotron .fader {
	width: 100%;
	height: 100%;
	position: absolute;
}

.product-read .jumbotron .fader.fader-dark {
	background: linear-gradient(90deg, rgba(0, 10, 27, .75) 0%, rgba(0, 10, 27, 0) 60%);
}

.product-read .jumbotron .fader + .container {
	position: relative;
	z-index: 10;
}

.product-read .jumbotron.bg-img-cover {
	background-position: top center !important;
}

.product-read .main-picture a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.product-read .main-picture a i {
	background: white;
	padding: 2rem;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
}

.product-read .main-picture a:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(0, 0, 0, .5);
}

.product-read .main-picture a:hover i {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

.product-read .video-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.product-read .video-holder .video-item {
	top: -70%;
}

.event-card .card {
	background: #fff;
}

.event-card .card .card-image {
	padding-top: 50%;
}

.event-card .card .card-img-overlay {
	bottom: auto;
	top: auto;
	height: 100%;
	background: linear-gradient(90deg, rgba(35, 31, 32, .75) 0%, rgba(35, 31, 32, 0) 100%);
	padding: 4rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.event-card .card .card-img-overlay p.card-text {
	width: fit-content;
	width: -moz-fit-content;
	background: #903030;
	padding: .2rem .6rem;
}

.event-card .card .card-img-overlay h3 {
	margin-bottom: 0;
	margin-top: .5rem;
}

#main-footer {
	position: relative;
}

#main-footer .nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

#main-footer .nav .nav-item {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

@media (max-width: 991.98px) {
	#main-footer .nav .nav-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
}

#main-footer p, #main-footer a, #main-footer ul, #main-footer li {
	font-size: .875rem;
}

#main-footer p .fa, #main-footer a .fa, #main-footer ul .fa, #main-footer li .fa {
	width: 1.5rem;
}

#main-footer .nav-link {
	padding: .4rem 0;
}

#main-footer.footer-light {
	color: #231f20;
}

#main-footer.footer-light a {
	color: #231f20;
}

#main-footer.footer-light .nav-link {
	color: #231f20;
}

#main-footer.footer-dark {
	color: #fff;
}

#main-footer.footer-dark a {
	color: #fff;
}

#main-footer.footer-dark .nav-link {
	color: #fff;
}

.map-holder {
	height: 70vh;
}

.map-holder #map {
	height: 70vh;
	background: transparent;
}

.map-holder .leaflet-control {
	display: none;
}

#wrapper {
	min-height: calc(100vh - 393px);
}

.filter-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.filter-modal.active {
	display: block;
}

.filter-modal:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, .7);
}

.filter-modal .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter-modal .container .filter-modal-close {
	position: absolute;
	top: 0px;
	right: 25px;
	font-size: 44px;
	z-index: 10;
	cursor: pointer;
}

.filter-modal .filter-modal-content {
	position: relative;
	top: 0;
	overflow-y: auto;
	width: 100%;
	max-height: 80vh;
	height: 100%;
	background: #fff;
	padding: 50px 15px;
	margin: 0 auto;
}

.map-filter {
	position: relative;
	visibility: hidden;
	display: none;
}

.map-filter + .loading {
	display: block;
	padding: 50px 0;
}

.map-filter.loaded {
	visibility: visible;
	display: block;
}

.map-filter.loaded + .loading {
	display: none;
}

.map-filter .image-holder-map img {
	max-width: 100%;
	max-height: 100%;
}

.map-filter .input.select {
	height: auto;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	width: 100%;
}

.map-filter .filter-list {
	display: none;
}

.map-filter .filter-list.active {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.map-filter .product-image img {
	max-height: 300px;
	object-position: center;
	object-fit: contain !important;
}
