
.top_nav_wrap.igo_top_nav .top_nav a {
	color:#0692d0;
}

.top_nav_wrap .igo_top_nav.compressed {
	padding:3px 0;
	/*background-color:rgba(0,74,244,.85);*/
	background-color:blue;
}

.burger_set .igo_top_nav {
	background-color:blue;
}


.burger_set.igo_top_nav .burger span {
	background-color:#0692d0;
}

.top_nav_wrap.igo_top_nav {
	background-color:white;
}


.top_nav_wrap.igo_top_nav ul.top_nav li:last-child a{
	/* login button */
	opacity:1;
	font-weight: 500;
	color:white;
	background-color:$blue;
	border-radius: 20px;
	padding:12px 50px;
	transition: background-color .25s, padding .25s;
}


.content_width {
	width:100%;
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

.gen_top_marg {
	margin-top:100px;
}


.igo_hero {
	background-image:url(/wp-content/uploads/igo_hero_v2.jpg);
	background-size:contain;
	background-repeat: no-repeat;
	padding-bottom:49.9%;
	max-width:1920px;
	position:relative;
	margin-top:85px;
}

.igo_hero_content_wrap {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:70%;
}

.igo_hero_content {
	position:absolute;
	right:0;
	padding:10px;

	color:white;

	width:100%;
	max-width:600px;

	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	
	text-align:center;
}

.igo_hero h1 {
	font-size:2.5em;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, .15);
}

.igo_hero h2 {
	font-size:2em;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, .15);
}

.igo_hero p {
	font-size:1.5em;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
}

.balloons {
	margin:0;
	padding:200px 20px;
	overflow:hidden;
}

.balloons h2 {
	color:white;
	text-align:center;
	font-size:2.5em;
	max-width:520px;
	margin:0 auto 50px auto;
}

.balloon_content_outer {
	max-width:950px;
	margin:0 auto;
}

.balloon_content_inner {
	background-color:white;
	border-radius:5px;
	padding:30px;
	position:relative;
}

.balloon_content_inner p {
	font-size:1.125em;
}

.balloon_flex {
	display:flex;
	justify-content:space-between;
	align-content:flex-start;
	align-items:stretch;
	flex-flow:row nowrap;
	max-width:750px;
	margin:40px auto 0 auto;
}

.balloon_flex>div {
	flex:0 1 30%;
	border:3px solid #0692d0;
	border-radius:5px;
	text-align:center;
	padding:12px;
}

.balloon_flex p {
	font-size:1em;
	margin:0;
}

.balloon_flex h3 {
	font-size:1.25em;
	margin:5px 0;
}

.balloon_flex img {
	width:100%;
	height:auto;
	max-width:100px;
}

.balloon_section_footer {
	text-align:center;
	margin-top:40px;
}

.balloon_section_footer h4 {
	font-size:1.75em;
	color:#0692d0;
	margin:0;
}

.balloon_section_footer p {
	font-size:1em;
}

.curtainpricing {
	position: relative;
}

.curtainpricing img {
	width:100%;
	height:auto;
}

.curtainpricing>div {
	color:white;
	text-align:center;
	position: absolute;
	top:5%;
	left:0;
	width:100%;
}

.curtainpricing>div h4 {
	margin:0;
	font-size:3em;
}
.curtainpricing>div h5 {
	margin:0;
	font-size:1.85em;
	margin-top:.5em;
}

.explore_header h2 {
	color:#ffb700;
	font-size:1.75em;
	margin:0;
}

.explore_header h3 {
	font-size:1.25em;
	margin:1.5em 0;
	line-height: 1.5em;
}

.explore_rows {
	padding:0 30px;
}


.explore_rows>div {
	display:flex;
	justify-content:space-between;
	align-content:flex-start;
	align-items:center;
	flex-flow:row nowrap;
	position:relative;

	max-width:820px;
	margin:60px auto 0 auto;

	
}

.explore_rows>div:nth-child(odd) {
	left:-20px;
}

.explore_rows>div:nth-child(even) {
	left:20px;
}

.explore_rows>div>div:first-child {
	flex:1 0 50%;
}

.explore_rows>div>div:last-child {
	flex:1 1 50%;
	padding-left:40px;
}

.explore_rows img {
	width:100%;
	height:auto;
	max-width:400px;
	border-radius:10px;
}

.igo_bottom {
	text-align:center;
	font-size:2.5em;
	font-weight:bold;
	max-width:950px;
	margin-bottom:100px;
}

.igo_footer {
	color:white;
	background-color:#035f96;
	text-align:right;
	padding:10px 0;
	font-size:.75em;
}

.floaty_balloon {
	width:280px;
	height:380px;
	background-image: url(/wp-content/uploads/floaty_balloon.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position:absolute;
	top:-180px;
	right:-120px;

	animation: baloon_wobble 30s ease-in-out infinite, baloon_float 5s ease-in-out infinite;

	transform-origin: 50% 0;
}


@keyframes baloon_wobble {
	0% { transform: rotate(-5deg) } 
	50% { transform: rotate(5deg) }
	100% { transform: rotate(-5deg) } 
}

@keyframes baloon_float {
	0% { background-position:center 10px; } 
	50% { background-position:center 0;}
	100% { background-position:center 10px; } 
}







@media all and (max-width:1000px) {
	.split_product h3 {
		font-size:1.75em;
	}
}

@media all and (max-width:930px) {
	a.hero_button {
		padding:10px 25px;
	}
}



@media all and (max-width:850px) {

	.hero {
		margin-bottom:65px;
	}

	.front_phone {
		max-width:200px;
		right:50px;
		left:auto;
	}

	.back_phone {
		max-width:200px;
		right:0;
	}

	.hero_inner>div:first-child {
		flex:1 1 60%;
	}

	.hero_inner>div:last-child {
		flex:1 1 40%;

	}

	.split_product_on_right>div:first-child  {
		padding-right:30px;
		text-align:right;
	}

	.split_product_on_left>div:last-child  {
		padding-left:30px;
	}

	img.hero_holton {
		transform: translateY(-50%);
	}


	.igo_hero h1 {
		font-size:1.75em
	}

	.igo_hero h2 {
		font-size:1.25em;
	}

	.igo_hero p {
		font-size:1em
	}

	.curtainpricing>div h4 {
		font-size:2em;
	}

	.curtainpricing>div h5 {
		font-size:1.25em;
		margin-top:.25em;
	}


}


@media all and (max-width:800px) {
	.hero_inner h1,
	.hero_inner_short h1 {
		font-size:1.5em;
	} 
}


@media all and (max-width:780px) {
	.floaty_balloon {
		width:180px;
		height:280px;

		top:-100px;
		right:-100px;
	}
}


@media all and (max-width:750px) {
	.split_product h3 br {
		display:none;
	}

	.balloons {
		padding:80px 20px;
	}
}


@media all and (max-width:700px) {
	.prib_grid {
		flex-wrap:wrap;

		justify-content:center;
		align-items:stretch;
		align-content:center;
	}

	.prib_grid>div {
		flex:0 1 25%;
		min-width:150px;
		margin-top:15px;
	}

	.split_product h3 {
		font-size:1.25em;
	}

	.split_product_buttons a {
		padding:5px 15px;
		margin-top:10px;
	}
}


@media all and (max-width:650px) {

	.hero_inner h1,
	.hero_inner_short h1 {
		font-size:1.5em;
	}

	.holton_block {
		flex-direction: column;
		margin-top:40px;
	}

	.holton_block>div:first-child {
		padding-bottom:100%;
	}

	.team_blocks_wrap {
		flex-direction: column;
	}
}

@media all and (max-width:600px) {
	.testimonial_accolades {
		xxflex-direction:column;
		height:400px;
	}

	.testimonial_accolades>div {
		padding:10px;
	}

	.testimonial_accolades p {
		font-size:1em;
	}

	.explore_rows>div:nth-child(odd) {
		left:0;
	}

	.explore_rows>div:nth-child(even) {
		left:0;
	}
	.explore_rows {
		padding:0 10px;
	}
}



@media all and (max-width:670px) {
	/* NAV SNAP */

	.igo_hero {
		margin-top:48px;
	}

	.burger_set {
		display:flex;
	}

	.top_nav_wrap,
	.top_nav_wrap.compressed  {
		background-color:#014ae7;
		-webkit-box-shadow: 0px -2px 6px 5px rgba(0,0,0,0.65); 
		box-shadow: 0px -2px 6px 5px rgba(0,0,0,0.65);
		display:none;
	}

	.top_nav_wrap {
		top:40px;
	}

	ul.top_nav {
		flex-direction: column;
	}

	ul.top_nav li:first-child{
		display:none;
	}

	ul.top_nav li {
		text-align:center;
		width:100%;
		padding:20px 20px;
		font-size:1.52em;
		border-bottom:1px solid rgba(255,255,255,.5);
		
	}

	ul.top_nav li:last-child {
		border-bottom:none;
	}

	footer {
		padding:40px 20px;
	}

	footer>div {
		flex-direction: column;
	}

	footer>div>div {
		margin-top:15px;
	}

	footer>div>div:first-child {
		flex:1 1 100%;
	}
	footer>div>div:nth-child(2) {
		flex:1 1 100%;
		text-align:center;
		padding:0 100px;
	}
	footer>div>div:last-child {
		flex:1 1 20%;
	}

	.foot_socials {
		width:100%;
		text-align:center;
	}
}


@media all and (max-width:600px) {
	.floaty_balloon {
		width:90px;
		height:120px;

		top:-85px;
		right:-25px;
	}
}


@media all and (max-width:550px) {

	.igo_hero h1 {
		font-size:1.25em
	}

	.igo_hero h2 {
		font-size:1em;
	}

	.igo_hero p {
		font-size:1em
	}


	.balloon_flex {
		flex-direction: column;
	}

	.balloon_flex>div {
		margin-top:15px;
	}

	.curtainpricing>div h4 {
		font-size:1.5em;
	}
	
	.curtainpricing>div h5 {
		font-size:1em;
	}

	.curtainpricing>div {
		top:3%;
	}

	.explore_rows>div {
		flex-direction: column;
	}

	.explore_rows>div>div:last-child {
		padding-left:0;
		text-align:center;
	}
}

@media all and (max-width:500px) {

	.floaty_balloon {
		display:none;
	}

	.igo_hero h1 {
		font-size:1.15em;
		margin:0;
	}

	.igo_hero h2 {
		font-size:1em;
		margin:0;
		margin:5px 0 0 0;
	}

	.igo_hero p {
		font-size:.85em;
		margin:5px 0 0 0;
	}

	.igo_hero_content_wrap {
		position:absolute;
		right:0;
		top:0;
		height:100%;
		width:100%;
		background-color:rgba(0,0,0,.50);
	}

}


@media all and (max-width:400px) {
	
}

@media all and (max-width:380px) {
	

	.curtainpricing>div h4 {
		font-size:1.25em;
	}
	
	.curtainpricing>div h5 {
		font-size:1em;
	}

	.curtainpricing>div {
		top:2%;
	}
}