/*body {
	margin: 0 auto;
	padding: 0;
}*/

/*
=========== GLOBAL
*/
#ig-competitive .clr{clear:both}
#ig-competitive * {
	font-family: raleway, Helvetica, sans-serif;
	letter-spacing: .05em;
	font-weight: 300;
}
#ig-competitive strong {
	font-weight: 700;
}
/*
=========== STRUCTURE
*/
.ig-wrapper {
	height: auto;
	margin:0 auto;
	max-width: 960px;
	padding:0px;
	width:100%;
}
#ig-competitive .col_full {
	max-width:100%;
}
#ig-competitive .col_half {
	float:left;
	width:50%;
}
#ig-competitive .sp10 {
	height:10px
}

/*
=========== OVERWRITE
*/
#main-content {
    padding: 0 !important;
}

/*
=========== TREATMENT
*/
#ig-competitive #ig-streamline {
	background: url(../images/streamlining-streamline-tree.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 260px;
	padding-bottom: 45px;
	padding-left: 4.166666%; /* 40px / 960 column width */
	padding-right: 4.166666%;
	overflow: hidden;
}
#ig-competitive .box1 {
	margin: 0 auto;
	width: 100%;
}
#ig-competitive #ig-optimized {
	background:#c5c8cd;
	overflow: hidden;
}
#ig-competitive .box2 {
	margin: 0;
	padding: 8.333333%; /* 40px / 480 column width */
}
#ig-competitive .box2-right {
	background: url(../images/streamlining-optimized-waterdrop.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 360px;
	box-sizing: content-box;
}
#ig-competitive #ig-strives {
	background:#7f63c8;
	padding: 4.166666%; /* 40px / 960 column width */
}
#ig-competitive .box3 {
	margin: 0 auto;
}
#ig-competitive #ig-choices {
	background:#c5c8cd;
	overflow: hidden;
}
#ig-competitive .box4 {
	background:#c5c8cd;
	margin: 0;
	padding: 8.333333%; /* 40px / 480 column width */
}
#ig-competitive .box4-left {
	background: url(../images/streamlining-choices-flags.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 505px;
	box-sizing: content-box;
}
#ig-competitive #ig-download {
	background: url(../images/streamlining-color-bars.jpg) no-repeat bottom center;
	background-color: #ffffff;
	background-size: 100% 22px;
	color: #683dab;
	padding: 4.166666%; /* 40px / 960 column width */

}
#ig-competitive .box5 {
	background:#ffffff;
	margin:0px;
}
#ig-competitive h1,
#ig-competitive h2 {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	margin: 0 auto 20px;
	max-width: 640px;
	padding: 0;
	text-align: center;
}
#ig-competitive h2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 0;
}
#ig-competitive h3 {
	color: #683dab;
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}
#ig-competitive p,
#ig-competitive ul,
#ig-competitive ol {
	font-size: 18px;
	line-height: 24px;
	margin: 6px 0 0 0;
	padding: 0;
}
#ig-competitive img {
	width: 100%;
	height: auto;
}
#ig-competitive #ig-optimized p {
	margin-top:24px;
	max-width: 260px;
}
#ig-competitive a.read-more,
#ig-competitive a.read-more:link,
#ig-competitive a.read-more:visited {
	background-color: #683dab;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 45px;
	margin-top: 24px;
	padding: 0 20px;
	text-decoration: none;
}
#ig-competitive a.read-more:hover,
#ig-competitive a.read-more:active {
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0 0 10px #000000;
	transition: 1s;
}
#ig-competitive #ig-choices p {
	margin-top: 18px;
}
#ig-competitive #ig-choices ol {
	margin: 0;
	padding: 0;
}
#ig-competitive #ig-choices li {
	margin: 18px 0 0 20px;
	padding: 0;
}
#ig-competitive #ig-download h1,
#ig-competitive #ig-download h2,
#ig-competitive #ig-download p {
	color: #683dab;
}
#ig-competitive #ig-download h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 0;
}
#ig-competitive #ig-download h2 {
	font-size: 42px;
	line-height: 48px;
}
#ig-competitive #ig-download p {
	font-size: 12px;
	margin-top: 90px;
}
#ig-competitive a.download,
#ig-competitive a.download:link,
#ig-competitive a.download:visited {
	background-color: #683dab;
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 55px;
	margin: 35px auto 0;
	max-width: 320px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#ig-competitive a.download:hover,
#ig-competitive a.download:active {
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0 0 10px #000000;
	transition: 1s;
}
#ig-competitive .show-480 {
	display: none;
}

/*
=========== MEDIA QUERIES
*/
@media only screen and (max-width: 860px) {
	#ig-competitive h3 {
	font-size: 24px;
	line-height: 30px;
	}
	#ig-competitive p,
	#ig-competitive ul,
	#ig-competitive ol {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 700px) {
	#ig-competitive .col_half {
		float:left;
		width:100%;
	}
	#ig-competitive .box2 {
		padding: 4.166666%; /* 40px / 960 column width */
	}
	#ig-competitive .box4 {
		padding: 4.166666%; /* 40px / 960 column width */
	}
	#ig-competitive .box2-right {
		background-position: center bottom;
		min-height: 390px;
	}
	#ig-competitive .box4-left {
		background-position: center center;
		min-height: 390px;
	}
	#ig-competitive #ig-optimized p {
		margin-top:24px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	#ig-competitive .hide-480 {
		display: none;
	}
	#ig-competitive .show-480 {
		display: block;
	}
	#ig-competitive #ig-streamline {
		padding-left: 20px;
		padding-right: 20px;
	}
	#ig-competitive .box2 {
		padding: 20px;
	}
	#ig-competitive #ig-strives {
		padding: 20px;
	}
	#ig-competitive .box4 {
		padding: 20px;
	}
	#ig-competitive #ig-download {
		padding: 20px 20px 40px;

	}
	#ig-competitive h2 {
		font-size: 36px;
		line-height: 40px;
	}
	#ig-competitive #ig-download h1 {
		font-size: 26px;
		line-height: 36px;
	}
	#ig-competitive #ig-download h2 {
		font-size: 32px;
		line-height: 36px;
	}
	#ig-competitive a.download,
	#ig-competitive a.download:link,
	#ig-competitive a.download:visited {
		margin-top: 20px;
	}
	#ig-competitive #ig-download p {
		margin-top: 40px;
	}
}

