



section *:focus {
	box-shadow: 0 0 2pt 2pt lightgray;
	outline: none !important;
}

strong {
	font-weight: bold;
}

.hidden {
	opacity: 0;
	visibility: hidden;
}

/* BANNERS */
.product-banner {
	background-position: center center;
	background-size: cover;
}

.product-banner-logo {
	display: inline-block;
}

.product-info-width {
	padding-left: 275px;
	width: 1500px;
}

/* HEADINGS */

h3 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 38px;
	color: #888B8D
}

.header-text {
	font-family: bebas-neue, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #EA7600;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 10px;
	margin-bottom: 1rem;
}

.header-text-eu {
	font-family: bebas-neue-pro, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #EA7600;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 10px;
	margin-bottom: 1rem;
}

.sub-header-text {
	text-transform: uppercase;
	color: #888B8D;
	font-size: 30px;
}

/* SECTIONS */
.uinta-product-details {
	height: 250px;
}

/* TEXT */

.inline-link {
	color: #5F5F61;
	text-decoration: underline;
}

.inline-link:hover {
	color: rgb(49, 49, 49);
}

.uinta-text-positive {
	font-family: open-sans, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
}

.uinta-bullets ul li::before {
	content: "\2022";
	color: #5F5F61;
	font-weight: bold;
	display: inline-block;
}

.top-features {
	font-size: 13px;
	line-height: 26px;
}

/* IMAGES */

.img-modal {
	transform: translateX(-25%);
	width: 960px;
}

.img-modal>.modal-body {
	padding: 0;
	margin: 0;
}

.img-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	width: 50px;
	height: 50px;
	font-size: 40px;
}

.OS-logos {
	max-width: 100%;
	height: auto;
	width: auto; 
	margin: auto;
	padding-top: 20px;
}

.product-logo-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 150px;
	height: 200px;
}

.product-logo img {
	max-width: 100%;
	opacity: 1;
}

.product-logo {
	padding-top: 14%;
}

.math-logo-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 50px;
	height: 200px;
}

.math-logo-container>img {
	width: 50px;
	height: 50px;
}

.product-logo-container img:nth-child(2) {
	margin: 0 auto;
	width: 90%;
	transform: translateY(-5px);
}

.orange-svg {
	filter: invert(48%) sepia(33%) saturate(3688%) hue-rotate(7deg) brightness(99%) contrast(101%);
}

.product_image_container {
	top: -450px;
}

.stacked-img {
	position: absolute;
	top: 0;
	left: 358px;
	width: 96%;
}

/* BUTTONS */
.contact_us_button {
	padding-top: 5px;
	padding-left: 25%;
}

.orange-hover * {
	color: #888B8D;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.orange-hover:hover * {
	filter: invert(48%) sepia(33%) saturate(3688%) hue-rotate(7deg) brightness(99%) contrast(101%);
	color: #EA7600;
}

.download-icon {
	margin-left: 40px;
	padding-top: 30px;
}

.download-icon-fr {
	margin-left: 30px;
	padding-top: 30px;
}

.download-icon>a>img {
	width: 135px;
}

.download-icon-fr>a>img {
	width: 135px;
}

.download-icon>a>span {
	padding-left: 10px;
}

.download-icon-fr>a>span {
	padding-left: 0px;
}

.download-icon-fr>a>span:nth-child(4) {
	padding-left: 45px;
}


/****************************************************************/
/*** UINTA SECTION **********************************************/
/****************************************************************/
#uinta_banner {
	background-image: url("/images/banners/Uinta_Header_XL.webp");
}


/****************************************************************/
/*** CAROUSEL SECTION *******************************************/
/****************************************************************/
.juni-carousel {
	/* background: lightgreen; */
	position: relative;
	height: 350px;
	width: 100%;
}

.juni-carousel__track-container {
	position: relative;
	/* background: lightgreen; */
	height: 80%;
}

.juni-carousel__track {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 145px;
	background: #AAAAAA4D;
	padding: 0;
	margin: 0;
	list-style: none;
}

.juni-carousel__slider {
	display: flex;
	position: relative;
	padding: 0;
	margin: 0;
	transition: transform 500ms ease;
	width: 50%;
	height: 100%;
	left: 30%;
}

.juni-carousel__slide {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	vertical-align: middle;
	height: 100%;
	width: 195px;
	margin: 0 25px;
	padding: 0;
	transition: background-color 500ms ease;
}

.juni-carousel__slide.juni-carousel__slide--current {
	width: 500px;
	display: table;
	background-color: rgba(255, 255, 255, 1);
	border: #AAAAAA solid 2px;
	border-radius: 5px;
	min-width: 678px;
	padding: 25px;
}

.juni-carousel__slide.juni-carousel__slide--current .juni-carousel__slide__text {
	/* background: pink; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.juni-carousel__slide.juni-carousel__slide--current img {
	filter: none;
}


.juni-carousel__slide__text {
	display: none;
	padding: 0;
	margin: 0;
}

.juni-carousel__slide__row {
	display: flex;
	margin: 0 !important;
}

.juni-carousel__img {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0;
	margin: 0;
}


.juni-carousel__img__button {
	position: relative;
	height: 100px;
	width: 100px;
	outline: none;
	border: none;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.juni-carousel__img__button:hover {
	outline: none;
}

.juni-carousel__img__button>img {
	transition: filter 500ms ease;
	filter: grayscale(100%) opacity(25%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 50%;
	outline: none;
}

.juni-carousel__nav {
	/* background: pink; */
	display: flex;
	justify-content: center;
	padding: 10px 0;

}

.juni-carousel__indicator {
	border: 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: rgba(0, 0, 0, .3);
	margin: 0 12px;
	cursor: pointer;
}

.juni-carousel__indicator--current {
	background: rgba(0, 0, 0, .7);
}

.juni-carousel__button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.juni-carousel__button--left {
	left: -40px;
}

.juni-carousel__button--right {
	right: -40px;
}

/*******************************************************************/
/*** PRODUCT FEATURES SECTION **************************************/
/*******************************************************************/
.product-features-section {
	width: 1200px;
	margin: 0 auto;
	height: 875px;
	/* background: lightseagreen; */
	position: relative;
}

.product-features__pop-up-container {
	position: absolute;
	top: 255px;
	height: 300px;
	width: 500px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-features__pop-up {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 25px;
	margin: 0;
	border: #AAAAAA solid 2px;
	border-radius: 5px;
	background-color: white;
	z-index: 20 !important;
	transition: opacity 250ms, visibility 250ms;
}

.product-features__pop-up>ul {
	padding: 5px;
	margin: 5px;
}

.product-features__pop-up>ul>li>span {
	padding-left: 5px;
}


.product-features__feature {
	position: absolute;
	color: #888B8D;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 32px;
	border: #AAAAAA solid 2px;
	border-radius: 5px;
	margin: auto;
	vertical-align: middle;
	z-index: 0;
	font-weight: 500;
}

.product-features__feature:hover {
	background-color: #AAAAAA;
	color: white;
}

.product-features__feature>p {
	margin: 0;
	padding: 5px;
	height: 100%;
}

.product-features__feature--data-capture {
	top: 200px;
	left: 150px;
	width: 258px;
	height: 83px;
}

.product-features__feature--de-data-capture {
	top: 200px;
	left: 150px;
	width: 315px;
	height: 50px;
}

.product-features__feature--map {
	top: 100px;
	left: 500px;
	width: 150px;
	height: 50px;
}

.product-features__feature--de-map {
	top: 100px;
	left: 500px;
	width: 200px;
	height: 50px;
}

.product-features__feature--customize {
	top: 200px;
	left: 750px;
	width: 258px;
	height: 50px;
}

.product-features__logo-container {
	top: 300px;
	left: 500px;
	border: none;
}

.product-features__logo-container:hover {
	background: none;
}

.product-features__logo--image {
	width: 100%;
}


.product-features__feature--data-sharing {
	top: 450px;
	left: 50px;
	width: 258px;
	height: 83px;
}

.product-features__feature--de-data-sharing {
	top: 450px;
	left: 50px;
	width: 315px;
	height: 50px;
}

.product-features__feature--compatible {
	top: 400px;
	left: 850px;
	width: 258px;
	height: 50px;
}

.product-features__feature--support {
	top: 650px;
	left: 350px;
	width: 258px;
	height: 50px;
}

.product-features__feature--user-experience {
	top: 600px;
	left: 750px;
	width: 258px;
	height: 83px;
}

.product-features__feature--de-user-experience {
	top: 600px;
	left: 750px;
	width: 350px;
	height: 50px;
}

#product-features__canvas {
	/* background: pink; */
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
}

.product-features-section__non-interactive {
	border-radius: 5px;
}

.product-features-section__accordion__button {
	border: none;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 38px;
	color: #888B8D;
	background-color: transparent;
}

.product-features-section__accordion__button:focus {
	box-shadow: none;
	color: #EA7600;

}

.accordion-section__text-container {
	display: flex;
	justify-content: center;
}

.accordion-section__text {
	width: 400px;
}

.accordion-section__text>ul>li {
	padding-bottom: 5px;
	display: flex;
}

.accordion-section__text>ul>li::before {
	padding-right: 5px;
}

.product-features-section__non-interactive {
	display: none;
}

/*******************************************************************/
/*** CUSTOMIZATION SECTION *****************************************/
/*******************************************************************/

.customization-section {
	background-image: url("/images/uinta/Customization_Header_2000x1100.jpg");
	background-size: cover;
	background-position: center;
	height: 628px;
	color: white;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

.customization-section__body {
	padding-top: 176px;
	width: 525px;
}

.customization-section__text {
	height: 193px;
}

.customization-section__text>h3 {
	color: white;
}

.customization-section__button {
	border: 2px solid white;
	color: white;
	background: none;
	text-transform: uppercase;
	height: 33px;
	width: 206px;
	border-radius: 5px;
	padding-top: 2px;
	vertical-align: middle;
}

.customization-section__button:hover {
	background-color: white;
	color: #EA7600;
	text-decoration: none;
}

.customization-section__button-container {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

/*******************************************************************/
/*** TOTAL SOLUTION PACKAGE SECTION ********************************/
/*******************************************************************/

.total-solution-package-section {
	padding-top: 200px;
}

.total-solution-package-section__text-body {
	max-width: 400px;
}

.total-solution-package-section__equation {
	transform: translateY(-15px);
	display: flex;
	float: right;
}

.total-solution-package-section__text-container {
	padding-left: 75px;
}

/*******************************************************************/
/*** PROJECT TEMPLATES SECTION *************************************/
/*******************************************************************/

.project-templates-section {
	display: flex;
	justify-content: center;
}


.project-templates-section__card {
	/* background: lightgreen; */
	width: 628px;
	border: 2px #AAAAAA solid;
	border-radius: 5px;
}

/*******************************************************************/
/*** USE CASES SECTION *********************************************/
/*******************************************************************/

/*.use-cases-section {
	 background: lightgreen; 
}*/

.use-case-section__img-btn {
	cursor: pointer;
}

/*******************************************************************/
/*** JUNIPER PARTNER SECTION ***************************************/
/*******************************************************************/

.partner-section {
	background-image: url("/images/backgrounds/Partner_Header_XL.png");
	background-size: cover;
	background-position: center;
	min-height: 628px;
	color: white;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

.partner-section__img {
	max-width: 150px;
}

.partner-section__body {
	padding-top: 176px;
	width: 850px;
	/* background: pink; */
}

.partner-section__text h3 {
	color: white;
}

.partner-section__button {
	border: 2px solid white;
	color: white;
	background: none;
	text-transform: uppercase;
	height: 33px;
	width: 206px;
	border-radius: 5px;
	padding-top: 2px;
}

.partner-section__button:hover {
	background-color: white;
	color: #EA7600;
	text-decoration: none;
}

.partner-section__button-container {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
	section {
		margin-bottom: 50px;
	}

	.OS-logos {
		max-width: 100%;
		height: auto;
		width: auto; 
		justify-content: center;
		margin: auto;
		text-align: center;
		padding-top: 10px;
	}

	.uinta-text-section {
		padding: 45px;
	}

	.sub-header-text {
		font-size: 23px;
	}
	
	h3 {
		font-size: 23px;
		line-height: 25px;
	}

	.product-features-section__accordion__button {
		font-size: 23px;
	}

	.uinta-content_width {
		width: 450px;
	}

	.contact_us_button {
		margin-top: 75px;
	}

	.product-banner {
		height: 300px;
	}

	.product-logo {
		padding-top: 25%;
	}

	.product-logo-container img:nth-child(2) {
		transform: translateY(-25px);
		width: 100%;
	}

	.math-logo-container>img {
		width: 35px;
	}

	.banner_logo_sm {
		padding-top: 25px;
	}

	.product-info-width {
		padding-left: 5px;
		width: auto;
	}

	.product-info-width {
		padding-left: 5px;
		width: auto;
	}

	.product_image_container {
		top: 0;
	}

	.customization-section__text {
		text-align: center;
	}

	.partner-section__text {
		text-align: center;
	}

	/* JUNI CAROUSEL */
	.testimonials-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.juni-carousel {
		height: 600px;
		width: 400px;
		min-width: 400px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.juni-carousel__track-container {
		height: 600px;
		width: 400px;
		min-width: 400px;
		overflow-x: hidden;
		overflow-y: visible;
	}

	.juni-carousel__slide.juni-carousel__slide--current {
		min-width: 400px;
		padding: 5px;
		flex-direction: column;
	}

	.juni-carousel__track {
		background: transparent;
	}

	.juni-carousel__slider {
		left: 0;
	}

	.juni-carousel__slide {
		margin: 0;
		opacity: 0;
	}

	.juni-carousel__slide.juni-carousel__slide--current {
		opacity: 1;
	}

	.juni-carousel__slide.juni-carousel__slide--current button {
		margin: 15px 0;
	}

	.juni-carousel__slide.juni-carousel__slide--current .juni-carousel__slide__text {
		margin-bottom: 15px;
		text-align: center;
	}

	.product-features-section__interactive {
		display: none;
	}

	.product-features-section__non-interactive {
		display: block;
	}

	.product-features-section {
		height: auto;
		width: auto;
	}

	.total-solution-package-section__text-container {
		padding: 0 5%;
	}

	.total-solution-package-section__text-body {
		max-width: none;
		text-align: center;
	}


	.customization-section__body {
		padding-left: 10%;
		padding-right: 10%
	}

	.partner-section__body {
		padding: 10%;
	}

	.partner-section__img-container {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	.img-modal {
		width: 100%;
		transform: none;
	}

	.img-modal img {
		width: 100%;
	}

	.use-cases-section>div {
		padding-bottom: 0 !important;
	}
}



/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
	.product-banner {
		height: 18.75rem;
	}

	.product-logo {
		padding-top: 18%;
	}

	.banner_logo_sm {
		padding-top: 25px;
	}

	.product-info-width {
		padding-left: 15px;
		width: 576px;
	}

	.product_image_container {
		top: 0;
	}

	.customization-section__text {
		text-align: center;
	}

	.partner-section__text {
		text-align: center;
	}

	/* JUNI CAROUSEL */
	.testimonials-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.juni-carousel {
		height: 600px;
		width: 500px;
		min-width: 500px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.juni-carousel__track-container {
		height: 600px;
		width: 500px;
		min-width: 500px;
		overflow-x: hidden;
		overflow-y: visible;
	}

	.juni-carousel__track {
		background: transparent;
	}

	.juni-carousel__slider {
		left: 0;
	}

	.juni-carousel__slide {
		margin: 0;
		opacity: 0;
	}

	.juni-carousel__slide.juni-carousel__slide--current {
		min-width: 500px;
		opacity: 1;
	}

	.product-features-section__interactive {
		display: none;
	}

	.product-features-section__non-interactive {
		display: block;
		width: 500px;
	}

	.product-features-section {
		height: auto;
		width: auto;
	}

	.total-solution-package-section__equation {
		float: none;
		display: flex;
		justify-content: center;
	}

	.total-solution-package-section__text-body {
		max-width: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.total-solution-package-section__text-container {
		padding: 0 5%;
	}

	.img-modal {
		width: 100%;
		transform: none;
	}

	.img-modal img {
		width: 100%;
	}

	.use-cases-section>div {
		padding-bottom: 0 !important;
	}

}


/*------------------------------------------------------------------------------------------------*\
| md breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	.product-banner {
		height: 27.5rem;
	}

	.banner_logo_sm {
		padding-top: 150px;
	}

	.product-info-width {
		padding-left: 100px;
		width: 992px;
	}

	.product_image_container {
		top: -250px;
	}

	.product-logo-container img:nth-child(2) {
		transform: translateY(-25px);
	}

	.product-info-width {
		padding-left: 10px;
		width: 740px;
	}

	.stacked-img {
		position: absolute;
		top: 0;
		left: 185px;
		width: 92.5%;
	}

	.customization-section__text {
		text-align: center;
	}

	.partner-section__text {
		text-align: center;
	}

	/* JUNI CAROUSEL */
	.testimonials-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.juni-carousel {
		height: 400px;
		width: 678px;
		min-width: 678px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.juni-carousel__track-container {
		height: 400px;
		width: 678px;
		min-width: 678px;
		overflow-x: hidden;
		overflow-y: visible;
	}

	.juni-carousel__track {
		background: transparent;
	}

	.juni-carousel__slider {
		left: 0;
	}

	.juni-carousel__slide {
		margin: 0;
		opacity: 0;
	}

	.juni-carousel__slide.juni-carousel__slide--current {
		opacity: 1;
	}

	.product-features-section__interactive {
		display: none;
	}

	.product-features-section__non-interactive {
		display: block;
		width: 750px;
	}

	.product-features-section {
		height: auto;
		width: auto;
	}

	.total-solution-package-section__text-container {
		padding-left: 15px;
	}

	.total-solution-package-section__text-body {
		max-width: none;
	}

	.img-modal {
		width: 100%;
		transform: none;
	}

	.img-modal img {
		width: 100%;
	}
}


/*------------------------------------------------------------------------------------------------*\
| lg breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	.product-banner {
		height: 31.25rem;
	}

	.product-banner-logo {
		width: 22.75rem;
	}

	.product_image_container {
		top: -350px;
	}
	
	.product-info-width {
		padding-left: 100px;
		width: 990px;
	}

	.stacked-img {
		position: absolute;
		top: 0;
		left: 260px;
		width: 94.5%;
	}

	/* JUNI CAROUSEL */
	.testimonials-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.juni-carousel {
		height: 400px;
		width: 678px;
		min-width: 678px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.juni-carousel__track-container {
		height: 400px;
		width: 678px;
		min-width: 678px;
		overflow-x: hidden;
		overflow-y: visible;
	}

	.juni-carousel__track {
		background: transparent;
	}

	.juni-carousel__slider {
		left: 0;
	}

	.juni-carousel__slide {
		margin: 0;
	}

	.product-features-section__interactive {
		display: none;
	}

	.product-features-section__non-interactive {
		display: block;
		width: 950px;
	}

	.product-features-section {
		height: auto;
		width: auto;
	}
}


/*------------------------------------------------------------------------------------------------*\
| xl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1559px) {
	.product-banner {
		height: 628px;
	}

	.product-banner-logo {
		width: 28rem;
	}

	.product-info-width {
		padding-left: 200px;
		width: 1250px;
	}

	.stacked-img {
		position: absolute;
		top: 0px;
		left: 307px;
		width: 95%;
	}

	.juni-carousel__slider {
		left: 25%;
	}
}

/*------------------------------------------------------------------------------------------------*\
| xxl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1560px) {
	.product-banner {
		height: 628px;
	}

	.product-banner-logo {
		width: 28rem;
	}


}