/* Article Styles */

.section-copy {
	padding-right: 100px;
	padding-left: 100px
}

.section-copy .col-60 {
	width:64%;
}



.bg-light {
	background-color: #fafafa;
}


@media all and (min-width: 768px) and (max-width: 1023px) {

}

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

	.grid {
		max-width:400px;
	}
	.section-copy img.scale {
		padding: 0 2em;
	}

	.section-copy {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}

	.section-copy .col-60 {
		width:100%;
	}

}

.header {
	color: #FFF;
	background: #158ECB;
	background-image: -webkit-gradient(to bottom, #00537D, #158ECB, #FFFFFF);
	background-image: linear-gradient(to bottom, #00537D, #158ECB, #FFFFFF);
}

.header .intro {
	color:#fff;
}

.flags1, .flags2, .flags3 {
	display: block;
	width: 100%;
	height: 74px;
	margin-bottom: 0.5em;
	background-repeat: repeat-x;
	background-size: auto 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flags1 {
	background-image: url('https://devimages.apple.com.edgekey.net/internationalization/images/flags-01.png');
	//-webkit-animation: marquee 40s linear infinite;
	//animation: marquee 40s linear infinite;
}

.flags2 {
	background-image: url('https://devimages.apple.com.edgekey.net/internationalization/images/flags-02.png');
	background-position: -47px 0;
	//-webkit-animation: marquee 60s linear reverse infinite;
	//animation: marquee 60s linear reverse infinite;
}

.flags3 {
	background-image: url('https://devimages.apple.com.edgekey.net/internationalization/images/flags-03.png');
	//-webkit-animation: marquee 80s linear infinite;
	//animation: marquee 80s linear infinite;
}

@-webkit-keyframes marquee {
		0%   {background-position: 0 0;}
		100% {background-position: 1020px 0;}
}

#third-party-vendors ul {
	margin: 0;
	list-position: outside;
}
