#main .section.section-banner {
	padding: 0;
	font-size: 16px;
	background-color: #2c466e;
	color: #fff;
}
.icon-find-my {
	margin-bottom: 1em;
	width: 64px;
	height: 64px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/find-my/find-my-64x64.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
	.icon-find-my {
		background-image: url("/assets/elements/icons/find-my/find-my-64x64_2x.png");
	}
}


.section-designing-hero,
.section-pdf-cta {
	padding-bottom: 0;
	margin-bottom: 6px;
}
.section-mfiprogram .row {
	margin-top: 6px;
	margin-bottom: 6px;
	overflow: hidden;
}

.image-design-hero {
	display: block;
	margin: 0 auto;
}

@media all and (max-width: 735px) {
	.image-design-hero {
		width: 100%;
		max-width: 438px;
		height: auto;
	}
}

.accessories-cta span {
	color: grey;
}

.section-split .section-content .row {
	display: flex;
	flex-flow: row nowrap;
}

.split-left,
.split-right {
	position: relative;
	padding: 3em 1.5em 160px;
	text-align: center;
	margin-bottom: 6px;
	overflow: hidden;
}

.split-left img,
.split-right img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.split-left {
	margin-right: 3px;
}

.split-right {
	margin-left: 3px;
}

@media all and (max-width: 735px) {
	.section-split .section-content .row {
		flex-flow: column wrap;
	}
	.split-left,
	.split-right {
		margin-left: 0;
		margin-right: 0;
	}
}

.router-technologies {
	text-align: center;
}

.router-technologies img {
	margin-bottom: 1em;
}

.image-mfi {
	width: 500px;
	height: 180px;
	background-image: url("/accessories/images/mfi-accessories.jpg");
	background-repeat: no-repeat;
	background-size: 500px 180px;
	margin: 0 auto 1.5em;
}

@media all and (max-width: 735px) {
	.image-accessories-hero {
		width: 100%;
		height: 384px;
		background-image: url("/accessories/images/accessories-hero-small.png");
		background-repeat: no-repeat;
		background-size: 768px 384px;
		background-position: center;
	}
}

.image-compat-hero {
	margin-bottom: -40px;
}

@media all and (max-width: 735px) {
	.image-compat-hero {
		margin-bottom: 0px;
	}
}

@media all and (max-width: 735px) {
	.image-resize {
		width: 100%;
		height: auto;
	}
}

.blue-box-horizontal,
.blue-box-vertical {
	position: relative;
}

.blue-box-horizontal p,
.blue-box-vertical p {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 200px;
	color: #6ba1dd;
	font-size: 18px;
}
.blue-box-vertical p {
	width: 320px;
}

@media all and (max-width: 735px) {
	.blue-box-horizontal p,
	.blue-box-vertical p {
		font-size: 14px;
		width: 140px;
	}

	.blue-box-vertical p {
		width: 210px;
	}

}

.donot {
	position: relative;
}

.donot .tl,
.donot .tr,
.donot .bl,
.donot .br {
	position: absolute;
	width: 40%;
	color: #999999;
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 0;
}

.donot .tl {
	top: 200px;
	left: 60px;
}
.donot .tr {
	top: 200px;
	left: 300px;
}
.donot .bl {
	top: 390px;
	left: 60px;
}
.donot .br {
	top: 390px;
	left: 300px;
}

@media only screen and (max-width: 1068px) {
	.donot .tl {
		top: 150px;
		left: 40px;
	}
	.donot .tr {
		top: 190px;
		left: 290px;
	}
	.donot .bl {
		top: 370px;
		left: 40px;
	}
	.donot .br {
		top: 370px;
		left: 290px;
	}
}

@media only screen and (max-width: 735px) {
	.donot .tl,
	.donot .tr,
	.donot .bl,
	.donot .br {
		display: none;
	}
}

/* overlay styles */
.agreement-overlay {
	top: 50%;
	left: 50%;
	width: 600px;
	height: auto;
	margin-left: -300px;
	margin-top: -400px;
}

.agreement-overlay-dimmer {
	position: fixed;
}

.agreement-overlay h4 {
	margin-top: 0.75em;
	margin-bottom: 0.65em;
	font-size: 30px;
	letter-spacing: -0.02em;
	font-weight: 200 !important;
	line-height: 1.125;
	text-align: center;
}

.form-box {
	border: 1px solid transparent;
	background: #F2F2F2;
	padding: 0.75em 1em 0.75em;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.form-box span.error {
	display: block;
	margin-top: 0.24em;
	margin-left: 1.65em;
	font-size: 12px;
	color: red;
}

.form-box .label:not(.error) + span.error {
	display: none;
}


/* form buttons */
.buttons {
	overflow: auto;
	text-align: right;
}

.buttons .button {
	overflow: auto;
	float: none;
	vertical-align: middle;
	display: inline-block;
	height: auto;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 1.2em 1em 1.24em;
	font-size: 14px;
	letter-spacing: -0.01em;
	font-weight: 400;
	line-height: 0;
	text-shadow: none;
	color: #FFF;
	border: none;
	border-radius: 4px;
	background: #CCCCCC;
	background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #bbbbbb 100%);
	background-image: linear-gradient(to bottom, #CCCCCC 0%, #bbbbbb 100%);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.buttons .button:hover {
	background-color: #c7c7c7;
	background-image: none;
	text-decoration: none;
}

.buttons .button {
	background: #0088CC;
	background-image: -webkit-linear-gradient(#00a3f5 0%, #0088CC 100%);
	background-image: -o-linear-gradient(#00a3f5 0%, #0088CC 100%);
	background-image: linear-gradient(#00a3f5 0%, #0088CC 100%);
}

.buttons .button:hover {
	background: #2fa2dc;
	background: -webkit-linear-gradient(#4ab4e8, #1491d0);
	background: linear-gradient(#4ab4e8, #1491d0);
}

@media only screen and (max-width: 735px) {
	.agreement-overlay {
		top: 0;
		left: 0;
		margin-left: 0;
		margin-top: 0;
		padding: 1em;
		width: 100%;
	}
}

@media all and (min-width:768px) and (max-width:1023px) {
	#watch-bands .hide-overflow {
		overflow: visible;
	}
	#watch-bands .watch-band-hero {
		margin-left: -65px;
	}
}
