/* --- Adjust the nav to work with the hero background --- */

#nav .container .content .buttons a.button.blueberry.outline{
	color: #FFF;
	border-color: #FFF;
	background-color: transparent;
}

#nav .container .content .buttons a.button.blueberry.outline:hover{
	color: #112867;
	border-color: #FFF;
	background-color: #FFF;
}

/* ------ End nav adjustments ------ */



#hero > .section{
	padding-top: 100px;
	padding-bottom: 0px;
	position: relative;
	z-index: 1;
}

#hero > .section .container h2{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}

#hero > .section .container .buttonContainer{
	display: flex;
	align-items: center;
}

#hero > .section .container .buttonContainer a + a{
	display: inline-block;
	margin-left: 30px;
}

#hero > .section .container .buttonContainer a img{
	margin-right: 10px;
}

#hero > .section .container .heroAnimationContainer{
    position: relative;
    background-color:#FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    min-height: 360px;
    margin-bottom: 10px;
}

#hero > .section .container .heroAnimationContainer object.heroWorkflowAnimation{
   width: 100%;
   position: absolute;
   top:0;
   left:0;
   z-index: 2; 
}

#hero > .section .container .heroAnimationContainer object.heroWorkflowBkg{
    width: 100%;
    position: relative;
    z-index: 1;
}

#hero a.heroWorkflowBkg{
    font-size: 14px;
    opacity: .4;
}

#hero a.replayHeroAnimation img{
    margin-right: 5px;
}

#details .container{
	position: relative;
	z-index: 0;
}

#details .container .detailImage{
	max-width: 450px;
}

#details .container .shape{
	position: absolute;
	top: -34%;
	right: -97%;
	z-index: -1;
}

#details .container .shape2{
	position: absolute;
	top: 31%;
	left: -66%;
	z-index: -1;
}

#details .container .shape3{
	position: absolute;
	bottom: -33%;
	right: -73%;
	z-index: -1;
	transform: rotate(90deg);
}

#building .columns .panel{
	height: 100%;
	position: relative;
	z-index: 1;
}

#building .columns .panel .node{
	max-width: 40px;
}

#analytics .section .container{
	position: relative;
	z-index: 0;
}

#analytics .section .container .detailImage{
	max-width: 450px;
}

#analytics .section .container .shape{
	position: absolute;
	z-index: -1;
	top: 10%;
	left: -62%;
}

.bottomLogoPack{
	display: none;
}


/* --- Media Queries -------------------- */

@media all and (max-width: 1200px){
	#hero > .section .container .heroAnimationContainer{
    min-height: unset;
	}
}

@media all and (max-width: 960px){

}

@media all and (max-width: 768px){
	/* --- Adjust the nav to work with the hero background --- */

	#nav .container .content .buttons a.button.blueberry.outline{
		color: #112867;
		border-color: #112867;
		background-color: transparent;
	}

	#nav .container .content .buttons a.button.blueberry.outline:hover{
		color: #FFF;
		border-color: #112867;
		background-color: #112867;
	}

	/* ------ End nav adjustments ------ */

	#hero > .section{
		padding-top: 40px;
		padding-bottom: 0px;
	}

	#hero > .section .container h1{
		font-size: 30px;
	}

	#hero > .section .container h2{
		margin-bottom: 15px;
		font-size: 20px;
	}

	#hero > .section .container div.show-mobile-block{
		margin: 0 auto 30px auto;
	}

	#hero > .section .container .buttonContainer{
		display: block;
		text-align: center;
	}

	#hero > .section .container .buttonContainer a + a{
		margin:30px 0 0 0;
	}

	#details .container .detailImage{
		max-width: 90%;
	}

	#building .section .columns:first-child .column:last-child{

	}

	#analytics .section .container .detailImage{
		max-width: 90%;
	}
}	