
section *:focus {
	box-shadow: 0 0 2pt 2pt lightgray;
	outline: none !important;
}
#comparison_guide table{
	width: 100%
}


#comparison_guide th{
	padding-right:15px;
}


strong {
	font-weight: bold;
}
#videos{
	margin-top: 5rem;
	margin-bottom: 10rem;
}
.hidden {
	opacity: 0;
	visibility: hidden;
}

#overviewSection{
    display: flex;
    flex-direction: column; /* side by side alignment */
    justify-content: space-between; /* adjust spacing */
    align-items: start;	
	margin-top: 81%;
	/*margin-bottom:200px; */
	justify-content: center; /* horizontal center alignment */
    align-items: center; 	
}

#overviewText, #overviewBtns {
    flex: 1; /* distribute space evenly */
	
}

#overviewText{
	margin-left: 21%
}

#overviewBtns {
	margin-top: 144px;
    display: flex;
    justify-content: center; /* horizontal center alignment */
    align-items: center; 	
	flex-direction: column;

}
#dataSheetHolder {
	text-align: center;
    display: flex;
    justify-content: center; /* Center children horizontally */
    align-items: center; /* Center children vertically */
	flex-direction: column;
}

#overviewText h2{
    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;

}

#overviewText p{
	font-family : montserrat, sans-serif;
	color : #5F5F5F;
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;	
}


#overviewText li{
	font-weight: bold;
	font-family: open-sans, sans-serif;
    font-size: 13px;
    line-height: 23px;	
}




/* BANNERS */

#productBanner{
	position:relative;
	background-image: url(/images/mesa-pro/MesaPro_Header_XL.webp);
	background-size: cover;
	background-position: center center;
	height: 600px;
}
#productLeftLogoType{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	left:20%;
    max-width: 632px;
    opacity: 1;
	filter: drop-shadow(3px 5px 2px rgb(255 255 255 / 0.4)) invert(100%) opacity(90%);	
}
#productLogoType{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	left:20%;
    max-width: 632px;
    opacity: 1;
	filter: drop-shadow(3px 5px 2px rgb(255 255 255 / 0.4)) invert(100%) opacity(90%);	
}
#productLogoTypeText{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	left:20%;
	font-family: DaxOT, sans-serif;
	font-size: 90px;
	line-height: 95px;
	letter-spacing: -0.9px;
	color: white;
	text-shadow: #000000BF 3px 3px 10px;
	opacity: 80%;
	max-width: 500px;

}


.productImage{
	position:absolute;
	max-width: 685px;
	max-height: 685px;
	top: 40%;
	right: 0;
}


#featuresSection ul{
	padding-left:0;
	line-height: 26px;
}

#featuresSection span{
	font-family: open-sans, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	color: #212529;
	line-height: 26px;
}
#featuresSection p {
	font-family : montserrat, sans-serif;
	color : #5F5F5F;
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
	margin-bottom:0;
	padding-left:14px;
	line-height: 26px;
	
}

#rockSolidFieldReadyBanner{
    background-image: url('/images/backgrounds/RSFR_Header_XL.jpg'); 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;

	display: flex;
	flex-direction: column;
}


/* 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 {
	color: #545454;
	font-family: montserrat, sans-serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 42px;
	text-transform: uppercase;
}
.become-a-partner-header{
	color: #ffffff;
	text-align: center;
}
/* SECTIONS */
.table-with-bottom-border{
	border-width:0px;
	border-bottom: 1px solid rgba(95,95,95,0.4);
}
/* TEXT */
.gns3-text-positive {
	font-family: open-sans, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
}
.gns3-bullets ul li::before {
	content: "\2022";
	color: #5F5F61;
	font-weight: bold;
	display: inline-block;
}
.top-features {
	font-size: 13px;
	line-height: 26px;
}
.specification_sub_title{
	font-size: 13px !important;
	line-height: 26px !important;
	color: #5F5F5f !important;
	font-family: montserrat, sans-serif !important;
	font-weight:bold !important;
	text-transform: uppercase !important;
}
.specification_list_items{
	font-size: 13px !important;
	line-height: 32px !important;
	color: #727272 !important;
	font-family: montserrat, sans-serif !important;
}
/* 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: 20px;
	height: 200px;
}
.product-logo img {
	max-width: 100%;
	opacity: 1;
	margin-left: 0px;
	padding-top: 125px;
}
#become_a_juniper_partner {
	background-image: url("/images/backgrounds/Partner_Header_XL.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 900px;
}

.orange-svg {
	filter: invert(48%) sepia(33%) saturate(3688%) hue-rotate(7deg) brightness(99%) contrast(101%);
}
.product_image_container {
	top: -450px;
}

/* 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;
}
#overview_btn_container{
	transform: translateY(-50px);
}

.download-icon>a>img {
	width: 135px;
}
.download-icon>a>span {
	padding-left: 10px;
}
.comparison-icons{
	transform : translateX(-20px)
}

.carousel-control-next,
.carousel-control-prev{
	box-shadow: none;
    outline: none;
}

/****************************************************************/
/*** MESA PRO SECTION **********************************************/
/****************************************************************/
#mesapro_banner {
	background-image: url("/images/mesa-pro/MesaPro_Header_XL.webp");
}

/*******************************************************************/
/*** PRODUCT FEATURES SECTION **************************************/
/*******************************************************************/
#overview_section{
	max-height : 400px;
	margin-bottom: 170px;
}
.product-features-section {
	width: 1200px;
	margin: 0 auto;
	height: 875px;
	/* background: lightseagreen;
	*/
	position: relative;
}
/*******************************************************************/
/*** ACCESSORIES SECTION*******************************************/
/*******************************************************************/
.accessories-section {
	background-image: url("/images/gns3/Accessories_Header_XL.jpg");
	background-size: cover;
	background-position: center;
	height: 628px;
	color: white;
	display: flex;
	vertical-align: middle;
	font-family: montserrat, sans-serif !important;
}
.accessories-section__head {
	font-size: 30px;
	text-align: center;
}
.accessories-section__text {
	top: 6110px;
	left: 774px;
	width: 372px;
	height: 58px;
	/* UI Properties */
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-13)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-montserrat);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-ffffff);
	text-align: left;
	font: normal normal normal 13px/26px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.accessories-section__button {
	border: 2px solid var(--unnamed-color-ffffff);
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	opacity: 1;
	font-family: montserrat, sans-serif !important;
}
.accessories-section__button:hover {
	background-color: white;
	color: #EA7600;
	text-decoration: none;
	font-weight: bold;
	font-family: montserrat, sans-serif !important;
}



/*******************************************************************/
/*** USE CASES SECTION *********************************************/
/*******************************************************************/
/*.use-cases-section {
	background: lightgreen;
}
*/
.use-case-section__img-btn {
	cursor: pointer;
}
/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
	#mesapro_banner {
		margin-top: 50px;
	}
	section {
		margin-bottom: 50px;
	}
	#overview_section{
		max-height : 1000px
	}
	#overview_btn_container{
		transform: translateY(0px);
	}


	#productBanner{
		height : 300px;
	}
	#productLeftLogoType{
		display:none;
	}
	#productLogoType{
		left:50%;
		transform: translateX(-50%);
		top:50%;
		max-Width: 100%;
	}
	.productImage{
		top: 110%;
		max-width: 65%;
		left:50%;
		transform: translateX(-50%);
	}

	#overviewSection{
		margin-top: 80%;
		margin-bottom:0px;
	}
	
	#overviewText{
		margin-left: 10%;
		margin-right: 10%;
	}

	#featuresSection{
		position: relative;
		left:5%;
		width: 90%;
		margin-bottom:80px;
		margin-top:80px;
	}	
	#rockSolidFieldReadySlogan{
		max-width: 300px;
		margin-left : 50%;
		transform:translateX(-50%);
	}


}
/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
	#overviewSection{
		margin-top: 620px;
		margin-left: 10%;
		margin-right: 10%
	}
	#overviewText{
		margin-left : 0;
	}
	#overviewText h2{
			text-align: left;
	}
	#js_partner_svg {
		max-width: 60%;
	}
	#overview_section{
		max-height : 1000px
}
	#overview_btn_container{
		transform: translateY(0px);
	}

	#productBanner{
		height : 350px;
	}
	#productLeftLogoType{
		display:none;
	}
	#productLogoType{
		left:50%;
		transform: translateX(-50%);
		top:40%;
		max-Width: 100%;
	}
	#productLogoTypeText{
		left: 50%;
		transform: translateX(-50%);
		top:30%;
	}
	#overviewSection{
		margin-bottom: 80px;
	}
	/* #overviewText{
		margin-top: 600px;
		margin-bottom:80px;
		width: 90%;
		left:50%;
		transform: translateX(-50%);
	} */

	.productImage{
		top: 100%;
		max-width: 70%;
		left:50%;
		transform: translateX(-50%);
	}

	#featuresSection{
		position: relative;
		left:3%;
		width: 90%;
		margin-bottom:80px;
	}	
	#rockSolidFieldReadySlogan{
		max-width: 300px;
		margin-left : 50%;
		transform:translateX(-50%);
	}


}


/*------------------------------------------------------------------------------------------------*\
| md breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	#overviewSection{
		display: flex;
		flex-direction: row; /* side by side alignment */
		justify-content: space-between; /* adjust spacing */
		align-items: start;	
		margin-top: 80px;
		margin-bottom:80px;
		
	}
	#overviewText h2{
			text-align: left;
	}	
	#become_a_juniper_partner {
		height: 675px;
	}
	#js_partner_svg {
		max-width: 40%;
	}
	#usa_tag{
		padding-top:50px
	}
	#overview_btn_container{
		transform: translateY(-50px);
	}
	#overviewBtns {
		margin-top: 144px;
	}
	#productBanner{
		height : 410px;
	}
	/* #overviewText{
		left:5%;
		width: 50%;
	} */
	#productLeftLogoType{
		display:none;
	}
	#productLogoType{
		left:50%;
		transform: translateX(-50%);
		top:40%;
	}
	#productLogoTypeText{
		left: 50%;
		transform: translateX(-50%);
		top:30%;
	}
	.productImage{
		top: 70%;
		max-width: 335px;
		max-height: 335px;
	}

	#featuresSection{
		position: relative;
		left:5%;
		width: 85%;
		margin-bottom:80px;
	}

	#rockSolidFieldReadySlogan{
		max-width: 300px;
		margin-left : 50%;
		transform:translateX(-50%);
	}

}
/*------------------------------------------------------------------------------------------------*\
| lg breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	#overviewSection{
		display: flex;
		flex-direction: row; /* side by side alignment */
		justify-content: space-between; /* adjust spacing */
		align-items: start;	
		margin-top: 80px;
		margin-bottom:80px;
		
	}
	#overviewText h2{
			text-align: left;
	}
	#overviewBtns {
		margin-top: 144px;
		margin-right: 5%
	}	
	/* #overviewText{
		left:10%;
	} */
	#overviewText{
		margin-left: 10%
	}
	#productLeftLogoType{
		left:10%;
	}
	#productLogoType{
		display:none;
	}
	#productLogoTypeText{
		left: 10%;
	}
	.productImage{
		top: 60%;
		max-width: 489px;
		max-height: 489px;
	}



	#featuresSection{
		position: relative;
		left:10%;
		width: 40%;
		margin-bottom:80px;
	}
	#become_a_juniper_partner {
		height: 550px;
	}

}
/*------------------------------------------------------------------------------------------------*\
| xl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1560px) {

	#overviewSection{
		display: flex;
		flex-direction: row; /* side by side alignment */
		justify-content: space-between; /* adjust spacing */
		align-items: start;	
		margin-top: 80px;
		margin-bottom:80px;
		
	}
	#overviewText h2{
		text-align: left;
	}	
	#overviewText{
		margin-left: 15%
	}
	#productLeftLogoType{
		left:15%;
	}
	#productLogoType{
		display:none;
	}
	#productLogoTypeText{
		left: 15%;
	}		
	.productImage{
		max-width: 582px;
		max-height: 582px;
	}

	/* #overviewText{
		left:15%;
	} */



	#featuresSection{
		position: relative;
		left:15%;
		max-width: 45%;
		margin-top:80px;
		margin-bottom:80px;
	}


	#become_a_juniper_partner {
		height: 550px;
	}
}
/*------------------------------------------------------------------------------------------------*\
|xxl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1561px) {
	#overviewSection{
		display: flex;
		flex-direction: row; /* side by side alignment */
		justify-content: space-between; /* adjust spacing */
		align-items: start;	
		margin-top: 80px;
		margin-bottom:80px;
		
	}
	#overviewBtns {
		margin-top: 300px;
		display: flex;
		justify-content: center; /* horizontal center alignment */
		align-items: center; 	
		flex-direction: column;
		margin-right: 10%
	}
	#overviewText h2{
		text-align: left;
	}	
	#productLogoType{
		display:none;	
	}

	#productLeftLogoType{
		left: 21%;
		max-width: 715px;
	}
	#productLogoTypeText{
		left: 21%;
	}
	.productImage{
		right:6%;
	}
	/* #overviewText{
		left:21%;
		width : 30%;
	} */


	#featuresSection{
		position: relative;
		left:21%;
		max-width: 40%;

		margin-bottom:80px;
	}
	#become_a_juniper_partner {
		height: 500px;
	}

}
.global_subheader {
	font-size : 31px !important;
	color : #888b8d ;
	font-family: montserrat, sans-serif !important;
	font-weight: 500 !important;
	line-height : 36px;
	text-transform: uppercase;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
	letter-spacing: 2px
}
