/* body
{
	top			: 0px;
	left		: 0px;
	margin		: 0px;
	padding		: 0px;
	width 		: 100%;
	height 		: 100%;
	overflow 	: hidden;
	background 	: #0c131b;
	font-family: "FoundrySterling-Medium", sans-serif;
} */

@font-face
{
	font-family: 'FoundrySterling-Book';
	src: url('../style/FoundrySterling-Book.otf');
}

@font-face
{
	font-family: 'FoundrySterling-Medium';
	src: url('../style/FoundrySterling-Medium.otf');
}

@font-face
{
	font-family: 'FoundrySterling-Bold';
	src: url('../style/FoundrySterling-Bold.otf');
}

@font-face
{
	font-family: 'FoundrySterling-Demi';
	src: url('../style/FoundrySterling-Demi.otf');
}

@font-face
{
	font-family: 'OpenSans';
	src: url('../style/OpenSans-Light.ttf');
}

@font-face
{
	font-family: 'OpenSansBold';
	src: url('../style/OpenSans-Regular.ttf');
}
@font-face
{
	font-family: 'OpenSans-Semibold';
	src: url('../style/OpenSans-Semibold.ttf');
}

.onetrac-lx-wrapper *,
.onetrac-lx-wrapper *:after,
.onetrac-lx-wrapper *:before {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

#onetrac_initial_view
{
	display: none;
}

#onetrac_left_area
{
	top: 50%;
	left: calc(50% - 500px);
	position: absolute;
}

#onetrac_right_area {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

#onetrac_left_area section
{
	position: absolute;
}

#onetrac_left_area h1
{
	margin: 0px;
	color: white;
	font-family: "FoundrySterling-Medium", sans-serif;
	font-size: 38px;
	font-weight: normal;
}

#onetrac_left_area h2
{
	font-family: "FoundrySterling-Medium", sans-serif;
	color: white;
	font-weight: normal;
	font-size: 36px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 50px;
	margin: 20px 0px;
}

#onetrac_left_area h5
{
	margin: 0px;
	color: #4FB2AD;
	font-family: "FoundrySterling-Medium", sans-serif;
	font-size: 24px;
	font-weight: normal;
}

#onetrac_left_area span
{
	margin: 0px;
	color: #FF6B00;
	font-family: "FoundrySterling-Medium", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#onetrac_left_area p
{
	font-family: "FoundrySterling-Medium", sans-serif;
	color: white;
	font-size: 28px;
	border-bottom: 1px solid white;
	padding-bottom: 25px;
	display: none;
}

#onetrac_left_area div
{
	width: 550px;
}

.onetrac-footnote {
	background-color: #005cab;
	padding: 10px 0;
	color: white;
	text-align: center;
	margin:0;
	font-family: "FoundrySterling-Medium", sans-serif;
	font-size: 16px;
}

.onetrac-container {
    max-width:1280px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
	position: relative;
}

#onetrac_popup_view {
	background: url(../img/attributed_area.png);
	background-size: cover;
	width: 540px;
	height: 540px;
	position: absolute;
	top: 150px;
	left: 50%;
	color: white;
	font-family: "FoundrySterling-Medium", sans-serif;
	/* padding: 190px; */
	padding: 140px;
	display: none;
	background-repeat: no-repeat;
	flex-wrap: wrap;
	align-content: center;
	z-index: 3;
}

#onetrac_popup_view h5
{
	margin: 0px;
	color: white;
	/* border-bottom: 1px solid #1c5667; */
	padding-bottom: 10px;
}

#onetrac_popup_view h3
{
	font-size: 24px;
	line-height: 28px;
	color: white;
	margin: 0px;
	padding: 5px 0px;
	font-family: "FoundrySterling-Demi", sans-serif;
	/* border-bottom: 1px solid #1c5667; */
}

/* #onetrac_popup_view p
{
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0px;
	color: white;
} */

#onetrac_popup_view p
{
	font-size: 14px;
	line-height: 19px;
	margin: 10px 0px;
	color: white;
}

#onetrac_popup_view img
{
	position: absolute;
	width: 38px;
	margin-top: 0px;
	margin-left: -75px;
}

#onetrac_render_area
{
	width: 100%;
	height: 100%;

	overflow:hidden;
	/* background-color: white; */
	/* background-image: url('images/intro-image.png') !important;
	background-position: center; */

	/* background-image: url('images/hexagons-surgical-v3.png') !important;
	background-position: calc(100% + 400px) top;
	background-size: auto 100%;
	background-repeat: no-repeat; */

	background-color: #cccccc;

	opacity: 0;
  	transition: opacity 1.2s ease-in-out;
}

.onetrac-lx-wrapper section
{
	width: 520px;
	display: none;
}

#onetrac-detail .active
{
	display: block;
}

#btn_close
{
	top: 100px;
	left: 335px;
	width: 25px !important;
	cursor: pointer;
}

#btn_request, #btn_request_demo
{
	color: white;
	background: transparent;
	font-family: "FoundrySterling-Medium", sans-serif;
	border: 1px solid white;
	font-size: 18px;
	margin-top: 0px;
	padding: 13px 20px;
	cursor: pointer;
}

#onetrac-detail
{
	position: absolute;
	bottom: 0px;
	width: 60%;
	left: 20%;
	display: none;
}

#onetrac-detail section
{
	width: 100%;
	position: absolute;
}

#onetrac-detail h5
{
	margin: 0px;
	color: #4FB2AD;
	font-family: "FoundrySterling-Demi", sans-serif;
	font-size: 24px;
	font-weight: normal;
}

#onetrac-detail span
{
	margin: 0px;
	color: #FF6B00;
	font-family: "FoundrySterling-Medium", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#onetrac-detail p
{
	display: none;
}

#onetrac-detail h2
{
	font-family: "FoundrySterling-Medium", sans-serif;
	color: white;
	font-weight: normal;
	font-size: 36px;
	border-top: 1px solid white;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 50px;
	margin: 20px 0px;
}

#btn_request_demo
{
	margin-top: -95px;
	float: right;
}


/*ADDED BY JEFF*/

.obpm-top-bar {
	color:#fff;
	border-bottom:1px solid #b2b2b2;
	font-size:14px;
}
.obpm-top-bar .inner {
	display:flex;
	align-items:center;
}
.obpm-top-bar .contact {
	padding:15px 25px;
	border-right:1px solid #b2b2b2;
	width:260px;
}
.obpm-top-bar .links {
	padding:15px 25px;
	display:block;
	width:calc(100% - 260px);
}
.obpm-top-bar .links .inner {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.obpm-user i {
	color:#009490;
	margin-right:10px;
}

.obpm-top-bar .obpm-socials {
	font-size:20px;
}

.obpm-socials ul {
	margin:0;
	padding:0;
	list-style:none;
}
.obpm-socials ul li {
	display:inline-block;
	margin-left:20px;
}

.obpm-top-bar .obpm-user a {
	margin-right: 20px
}
.obpm-top-bar a {
	color:#fff;
	text-decoration:none;
}

.obpm-3d-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

.obpm-container {
	max-width:1200px;
	margin: 0 auto;
	padding:0 15px;
}

.obpm-site-header {
	padding:20px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.obpm-logo img {
	width:150px;
}

.obpm-navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

.obpm-navigation ul li {
	color:#fff;
	display:inline-block;
	position:relative;
}

.obpm-navigation ul li ul {
	position:absolute;
	visibility:hidden;
	width:400px;
}

.obpm-navigation ul li a{
	color:#fff;
	text-decoration:none;
	/* text-transform:uppercase; */
	margin:0 20px;
	line-height:40px;
}

.obpm-navigation ul li.has-dropdown span {
	display:inline-block;
	margin-right:20px;
	width:20px;
}
.obpm-navigation ul li.has-dropdown span:before {
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	z-index: 1;
	display: block;
	width: 9px;
	height: 9px;
	margin: -5px -5px 0 0;
	border-right: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateX( -5px ) rotate( 45deg );
	-ms-transform: translateX( -5px ) rotate( 45deg );
	transform: translateX( -5px ) rotate( 45deg );
}

.obpm-navigation ul li:hover ul {
	position:absolute;
	visibility:visible;
}

.obpm-navigation ul li ul li{
	display:block;
}

.obpm-navigation ul li ul li a {
	text-transform:none;
	display:block;
}

.obpm-navigation ul li ul li a:hover{
	color:#ff6b00;
}

.obpm-hamburger,
.obpm-hamburger:before,
.obpm-hamburger:after {
	width:30px;
	height:3px;
	background:#fff;
	position:relative;
	display:none;
}
.obpm-hamburger:before {
	content:'';
	position:absolute;
	top:8px;
}
.obpm-hamburger:after {
	content:'';
	position:absolute;
	bottom:8px;
}
.obpm-product-footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:20px;
	z-index:10;
}
.obpm-product-footer .obpm-container {
	transform:translateY(171px);
	visibility:hidden;
	transition:all 0.75s ease-in-out;
}
.obpm-product-footer .pre-heading, .feature-info-pre-heading {
	line-height: 30px;
	color: #FFF;
	/* text-transform: uppercase; */
	font-weight: bold;
	font-family: "FoundrySterling-Bold", sans-serif;
}
.obpm-product-footer .pre-heading span, .obpm-product-footer .obpm-title span {
	color: #ff6b00;
	color:#FFF;
	font-weight: bold;
	font-family:"FoundrySterling-Bold", sans-serif;
}
.obpm-product-footer .obpm-title,
.obpm-product-footer .obpm-slide-up-content-wrapper {
	width:75%;
}
.obpm-product-footer .obpm-title h1 {
	color: #ffffff;
	margin-top: 10px;
	font-weight: lighter;
	font-family: "FoundrySterling-Medium", sans-serif;
}
.obpm-product-footer .obpm-button {
	margin-bottom: 15px;
	text-align: center;
}
.obpm-product-footer .obpm-button a {
	display: block;
	color:#ffffff;
	border:1px solid;
	padding:15px 30px;
	/* text-transform:uppercase; */
	text-decoration:none;
	font-size:20px;
	transition: background ease-in-out 0.5s;
}

.obpm-product-footer .obpm-button a:hover {
	background: #019490;
	transition: background ease-in-out 0.5s;
}

.obpm-footer-tab {
	display:block;
	width:100%;
	margin:0 auto;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0;
	transition:all 0.75s ease-in-out;
}

.obpm-product-footer.open .obpm-footer-tab {
	margin-bottom:20px;
	opacity:0;
}

.obpm-footer-tab-btn {
	background:#009490;
	display:inline-block;
	padding:10px 30px;
	width:300px;
	text-transform:uppercase;
	border-radius: 15px 15px 0 0;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	z-index:9;
}

.obpm-product-footer.open .obpm-container {
	transform:translateY(-25px);
	visibility:visible;
}

/* Modal */
#onetrac-interactive-modal-wrapper {
	display: none!important;
}

#onetrac-interactive-modal {
	font-family: "FoundrySterling-Medium", sans-serif!important;
	width: 100vw!important;
	height: 100vh!important;
}

#onetrac_render_area_modal {
	width: 100%!important; 
	height: 100%!important;
}

@media (max-width:800px) {
	.obpm-navigation .desktop-nav {
		display:none;
	}
	.obpm-top-bar {
		display:none;
	}
	.obpm-hamburger,
	.obpm-hamburger:before,
	.obpm-hamburger:after {
		display:block;
	}

}

#fakeloader > div {
	position: absolute;
	left: calc((100% / 2) - 100px);
	top: 50vh;
	width: 100px;
}

div#fakeloader {
	z-index: 1 !important;
}

.fancybox-slide--html {
	padding: 0!important;
}

button.fancybox-close-small:hover {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	position: absolute;
}
#onetrac_popup_mobile {
	opacity: 0.9;
	text-align: center;
	display: none;
}
#onetrac_popup_mobile h3 {
	color: #00416B;
	font-family: "FoundrySterling-Demi", sans-serif;
}
#onetrac_popup_mobile .fancybox-button {
	width: 60px !important;
	height: 60px !important;
}

.fancybox-content {
	padding: 0!important;
	overflow: hidden;
}

@media (max-width:900px)
{
	.obpm-product-footer .obpm-title,
	.obpm-product-footer .obpm-slide-up-content-wrapper {
		width: 60% !important;
	}
	.obpm-product-footer .obpm-title h1 {
		font-size: 24px;
	}
	.obpm-product-footer .call-to-action-buttons {
		width: 38% !important;
	}
}

@media (max-width:768px)
{
	.csbwfs-social-widget {
		display: none;
	}

	.obpm-product-footer .call-to-action {
		display: inline-block;
	}

	.obpm-product-footer .pre-heading, .feature-info-pre-heading {
		font-size: 17px;
		margin-bottom: -10px;
	}

	.obpm-product-footer .obpm-title {
		width: 100% !important;
		margin-top: -14px;
		margin-bottom: -5px;
	}
	.obpm-product-footer .obpm-title h1 {
		font-size: 17px;
	}
	.obpm-product-footer .obpm-button {
		width: 100% !important;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.obpm-product-footer .obpm-title br {
		display: none;
	}

	.obpm-product-footer .obpm-button a {
		width: 100% !important;
		display: inline-block;
		padding: 12px 0px;
		font-size: 18px;
	}
}

.obpm-product-footer .obpm-title h1 {
	font-size: 26px;
	margin-top: 5px;
}

.page-template-onetrac-product-template .obpm-product-footer .obpm-title p,
.page-template-onetrac-product-template .obpm-product-footer .obpm-slide-up-content-wrapper p
{
	font-size: 20px;
	color: #FFF;
}

#onetrac_tooltip_area {
	position: absolute;
	z-index: 9999;
	opacity: 1;
	color: #FFF;

	/* added */
	background-color: #005CAB;
	padding: 6px 20px 4px 20px;
	border-radius:20px;
	display:none; 

	line-height: 1.4;
    font-size: 16px;
}

#onetrac-detail .active {
	display: none;
}

.obpm-toggle-slide-up, .obpm-close-info-panel {
	height: 50px;
}
.obpm-toggle-slide-up, .obpm-toggle-slide-up:focus,
.obpm-close-info-panel, .obpm-close-info-panel:focus {
	/* width: 100%; */
	/* background: none; */
	border: 1px solid #fff;
	border-radius: 50%;
	background: #133563;
	position: absolute;
	top: 0;
	right: 25px;
	height: 32px!important;
	display: none;
	transition: all 0.3s;
}

.feature-info-panel-mobile.open .obpm-close-info-panel {
	top: -13px;
}

.obpm-toggle-slide-up:hover, .obpm-close-info-panel:hover {
	border: 1px solid #fff;
	background: #133563;
    transition: background ease-in-out 0.5s;
}

.obpm-toggle-slide-up::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% + 3px)) rotate(-135deg);
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.obpm-slide-up-panel.slide-up-active .obpm-toggle-slide-up::after {
	transform: translate(-50%, calc(-50% - 2px)) rotate(45deg);
}

.obpm-slide-up-panel .obpm-slide-up-content-wrapper {
	transition: max-height 1s ease-out;
}

.obpm-product-footer .call-to-action {
	position: relative;
}

.obpm-product-footer .call-to-action-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 23%;
}

.highlign-dropdown-features-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.highlign-dropdown-features-list li {
	margin-bottom: 5px;
}
.highlign-dropdown-features-list li:last-child {
	margin-bottom: 0;
}

.obpm-highlight-dropdown,
.obpm-highlight-dropdown .ui-accordion-header,
.obpm-highlight-dropdown .ui-accordion-content,
.obpm-highlight-dropdown .ui-accordion-content a {
	background: none;
	color: #fff;
	border-radius: 0;
	border-left: none;
	border-right: none;
	font-size: 16px;
}
.obpm-highlight-dropdown .ui-accordion-header {
	/* text-transform: uppercase; */
	border-color: #fff !important;
	font-size: 16px !important;
}
/* .obpm-highlight-dropdown .ui-accordion-header-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png') !important;
} */

.obpm-slide-up-panel .obpm-slide-up-content-wrapper {
	visibility:hidden;
	height:0;
	max-height: 40vh;
	overflow:hidden;
	transition: visibility 0s .4s, height .4s
}
.obpm-slide-up-panel.slide-up-active .obpm-slide-up-content-wrapper {
	visibility:visible;
	height:auto;
	transition-delay: 0s;
}

.feature-info-panel-mobile {
	position: fixed;
	z-index: 9999999!important;
	/* position: absolute; */
	bottom: 0;
	left: 0;
	width: 100%;
	transition: transform .5s;
	background: rgb(0, 92, 171);
	background: rgba(0, 92, 171, 0.91);
	z-index: 500;
	transform: translateY(100%);
	color: #fff;
	padding: 20px 10px 10px 10px;
}
.feature-info-panel-mobile.open {
	transform: translateY(0);
}
.feature-info-panel-mobile .obpm-close-info-panel {
	display: block;
}
.feature-info-mobile-container {
	max-height: 22vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}
.feature-info-mobile-container::-webkit-scrollbar {
    -webkit-appearance: none;
}
.feature-info-mobile-container::-webkit-scrollbar:vertical {
    width: 6px;
}
.feature-info-mobile-container::-webkit-scrollbar:horizontal {
    height: 6px;
}
.feature-info-mobile-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .9);
}
.feature-info-mobile-container::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .3);
}

.feature-info-mobile-container h3 {
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.4;
	font-family: "FoundrySterling-Bold", sans-serif;
	margin-bottom: 5px;
}
.feature-info-panel-mobile hr {
	margin-bottom: 10px;
}
.obpm-close-info-panel span {
	font-size: 22px;
	position: relative;
	display: block;
	margin-top: -2px;
	color: #fff;
}

.obpm-highlight-dropdown {
	visibility: hidden;
	display: none;
	position: relative;
}
.feature-info-panel-mobile {
	display: none;
}

.obpm-product-footer .obpm-container {
	padding: 0;
}

.obpm-highlight-dropdown.ui-accordion .ui-accordion-header,
.obpm-highlight-dropdown.ui-accordion .ui-accordion-content {
	background: rgba(0, 0, 0, .8);
}

@media (min-width: 769px) {
	.obpm-slide-up-panel .obpm-slide-up-content-wrapper {
		visibility: visible !important;
		height: auto !important;
	}
}

@media (max-width: 768px) {
	.obpm-product-footer .obpm-toggle-slide-up {
		display: block;
	}

	.obpm-product-footer .obpm-button {
		margin: 0;
		margin-top: 15px;
	}

	.obpm-slide-up-panel .obpm-slide-up-content-wrapper {
		width: 100% !important;
		height: 0;
		overflow: hidden;
	}

	.obpm-product-footer .obpm-title h1 {
		font-size: 22px;
	}

	.obpm-product-footer .pre-heading, .feature-info-pre-heading {
		margin-top: 15px;
	}

	.obpm-product-footer .call-to-action-buttons {
		position: static;
		width: 100% !important;
	}

	#onetrac_popup_view {
		display: none !important;
	}

	.obpm-product-footer .obpm-footer-tab {
		display: none !important;
	}

	.obpm-highlight-dropdown,
	.feature-info-panel-mobile {
		display: block;
		visibility: visible;
	}

	.obpm-highlight-dropdown.ui-accordion .ui-accordion-header,
	.obpm-product-footer .obpm-button a {
		padding: .5em 10px;
		line-height: 2em;
		font-size: 16px;
	}

	.obpm-product-footer,
	.obpm-highlight-dropdown.ui-accordion .ui-accordion-header,
	.obpm-highlight-dropdown.ui-accordion .ui-accordion-content {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.obpm-highlight-dropdown .ui-accordion-header,
.obpm-highlight-dropdown .ui-accordion-content a {
	line-height: 2em;
}

@media (max-width: 576px) {
	.obpm-product-footer .pre-heading, .feature-info-pre-heading {
		font-size: 28px;
		line-height: 36px;
	}

	.obpm-product-footer .obpm-title h1,
	.feature-info-mobile-container h3 {
		font-size: 15px;
	}

	.obpm-product-footer .obpm-slide-up-content-wrapper p,
	.feature-info-mobile-container p {
		font-size: 13px !important;
		line-height: 1.4;
	}

	.obpm-product-footer .obpm-button a {
		font-size: 14px;
		padding: 6px 0;
	}

	.obpm-highlight-dropdown .ui-accordion-header,
	.obpm-highlight-dropdown .ui-accordion-content a {
		font-size: 14px !important;
	}

	.highlign-dropdown-features-list li {
		margin-bottom: 0;
	}

	.obpm-close-info-panel span {
		margin-top: -2px;
	}

	.obpm-product-footer hr, .feature-info-panel-mobile hr {
		margin: 15px 0;
	}
	.feature-info-panel-mobile hr {
		margin-bottom: 6px;
	}

	.obpm-toggle-slide-up, .obpm-close-info-panel {
		height: 44px;
	}
}

.obpm-product-footer {
	pointer-events: none;
}
.obpm-product-footer a, .obpm-product-footer button, .obpm-toggle-slide-up {
	pointer-events: auto;
}

/* header.fl-builder-content {
	z-index: 10 !important;
} */

#WebGL-output {
    opacity: 0;
    transition: opacity 1.2s ease;
}

/* new functionality 2025 */

.loading-vid {
	display: none;
}

.onetrac-lx-wrapper {
    position: relative; /* Required for relative absolute positioning inside */
	width: calc(var(--vw, 1vw) * 100);
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden; 
	background: #FFFFFF;
	font-family: "FoundrySterling-Medium", sans-serif!important;
	color: #636466;
}

.onetrac-lx-wrapper .text-holder {
	position: relative; 
	margin: 0 auto; 
	max-width: 1280px; 
	position: absolute; 
	top: 50px; 
	z-index: 1!important; 
	left: 20px; 
	right: 20px; 
	text-align: center; 
	pointer-events: none;
}

.onetrac-lx-wrapper .text-holder h1 {
	font-family: 'FoundrySterling-Book', sans-serif; 
	margin-bottom: 15px;
}

.onetrac-lx-wrapper .text-holder p {
	font-family: 'FoundrySterling-Book', sans-serif; 
	margin-bottom: 20px; 
	max-width: 500px; 
	margin: 0 auto 20px auto;
	font-size: 16px;
	line-height: 1.4;
}

.onetrac-lx-wrapper .text-holder h1,
.onetrac-lx-wrapper .text-holder p {
	transition: color 2s;
}

#onetrac-interactive-trigger {
	display: none; 
	pointer-events: auto;
}

#onetrac-open-interactive {
	padding: 12px 24px!important; 
	font-size: 18px!important; 
	z-index: 1!important; 
	position: relative!important;
	color: black !important;
    background-color: #efefef !important;
    border: solid 1px black !important;
	border-radius: 0!important;
	transition: all 0.3s!important;
	font-family: 'FoundrySterling-Book', sans-serif!important; 
}

#onetrac-open-interactive:hover {
	background-color: #c7c7c7!important;
}

.blue-hex-1 {
	position: absolute;
    right: -100px;
    z-index: 3;
    max-width: 350px;
    bottom: -100px;
}

.blue-hex-2 {
	position: absolute;
    left: -100px;
    z-index: 3;
    max-width: 350px;
    top: -170px;
}


/* specific engine versions */
/* #onetrac-helper-tab {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 92, 171, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 60px;
    z-index: 99;
    max-width: 90%;
    text-align: center;
    pointer-events: none;
    transition: opacity 0.3s ease;
	display: none;
	line-height: 1.4;
}

#onetrac-helper-tab.stopped {
    position: absolute;
    bottom: 20px;
    top: auto !important;
} */

#onetrac-helper-tab {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 92, 171, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 60px;
    z-index: 99;
    max-width: 90%;
    text-align: center;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: none;
    line-height: 1.4;
}

#onetrac-helper-tab.stopped-top {
    position: absolute;
    top: 20px;
    bottom: auto !important;
    left: 20px;
}

#onetrac-helper-tab.stopped {
    position: absolute;
    bottom: 20px;
    top: auto !important;
    left: 20px;
}

#onetrac-helper-tab-mobile {
	position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 92, 171, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 60px;
    width: 80%;
    text-align: center;
    pointer-events: none;
	font-family: "FoundrySterling-Medium", sans-serif!important;
}

.mobile-onetrac-img {
	display: none;
}

.watercolor-splash {
	display: none;
}

.onetrac-lx-wrapper.engine-decal .blue-hexes {
	display: none!important;
}

.onetrac-lx-wrapper.engine-decal .text-holder {
	top: 20%!important;
}


.onetrac-lx-wrapper.engine-blue-floor .watercolor-splash {
	display: block;
}
.onetrac-lx-wrapper.engine-blue-floor .text-holder h1,
.onetrac-lx-wrapper.engine-blue-floor .text-holder p {
	color: white!important;
}
.onetrac-lx-wrapper.engine-blue-floor .blue-hexes {
	display: none!important;
}

@media (max-width: 768px) {
	.blue-hex-2 {
		position: absolute;
		left: -7px;
		z-index: 3;
		max-width: 250px;
		top: -142px;
	}
	.blue-hex-1 {
		position: absolute;
		right: -40px;
		z-index: 3;
		max-width: 250px;
		bottom: -100px;
	}
}

@media (max-width: 1200px) {
	.onetrac-lx-wrapper.engine-blue-floor .watercolor-splash {
		max-width: 650px!important;
	}
}



.onetrac-lx-wrapper.engine-blue .text-holder h1,
.onetrac-lx-wrapper.engine-blue .text-holder p, 
.onetrac-lx-wrapper.engine-blue-2 .text-holder h1,
.onetrac-lx-wrapper.engine-blue-2 .text-holder p,
.onetrac-lx-wrapper.engine-dark .text-holder h1,
.onetrac-lx-wrapper.engine-dark .text-holder p {
	color: white!important;
}


.onetrac-lx-wrapper.engine-standard #onetrac_render_area,
.onetrac-lx-wrapper.engine-mobile #onetrac_render_area,
.onetrac-lx-wrapper.engine-white #onetrac_render_area {
	background-color: white;
	opacity: 1!important;
}
/* .onetrac-lx-wrapper.engine-white .blue-hexes,
.onetrac-lx-wrapper.engine-white .text-holder {
	display: none!important;
} */

.onetrac-lx-wrapper.engine-white .text-holder {
	z-index: 9999!important;
}
 
.onetrac-lx-wrapper.engine-white .text-holder h1,
.onetrac-lx-wrapper.engine-white .text-holder p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

.onetrac-lx-wrapper.engine-white .text-holder.visible h1,
.onetrac-lx-wrapper.engine-white .text-holder.visible p {
  opacity: 1;
  transform: translateY(0);
}

.onetrac-lx-wrapper.engine-standard .text-holder,
.onetrac-lx-wrapper.engine-mobile .text-holder {
	/* z-index: 9999!important; */
	z-index: 2!important;
}

.onetrac-lx-wrapper.engine-standard .text-holder h1 {
	font-size: 36px;
	line-height: 1.3;
}
 
.onetrac-lx-wrapper.engine-standard .text-holder h1,
.onetrac-lx-wrapper.engine-standard .text-holder p,
.onetrac-lx-wrapper.engine-mobile .text-holder h1,
.onetrac-lx-wrapper.engine-mobile .text-holder p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

.onetrac-lx-wrapper.engine-standard .text-holder.visible h1,
.onetrac-lx-wrapper.engine-standard .text-holder.visible p,
.onetrac-lx-wrapper.engine-mobile .text-holder.visible h1,
.onetrac-lx-wrapper.engine-mobile .text-holder.visible p {
  opacity: 1;
  transform: translateY(0);
}


.onetrac-lx-wrapper.engine-white .loading-vid {
	display: block!important;
	z-index:2!important;
	position: relative!important;
	position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
	width: 492px!important;
	height: 314px!important;
}

.onetrac-lx-wrapper.engine-white .loading-vid:after {
	content: ''!important;
	position: absolute!important;
	height:20px!important;
	width: 100%!important;
	background-color: white!important;
	bottom: 0!important;
	left:0!important;
	right: 0!important;
}

.onetrac-lx-wrapper.engine-white .loading-vid:before {
	content: ''!important;
	position: absolute!important;
	background-color: white!important;
	top: -100px!important;
	bottom: -100px!important;
	left:-100px!important;
	right: -100px!important;
	z-index: -1;
}

/* .feature-info-panel-mobile {
	display: none;
} */