.visually-hidden {
	display: none;
}

#services-hero {
	background-size:cover;
	height: 196px;
	padding: 0 15px;
}

#services-hero h1 {
	color:white;
	font-size:54px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left:auto;
	margin-right:auto;
	max-width: 1180px;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc(100% - 35px);
}

.service-overview {
	background-color:white;
	padding:52px 16px 62px;
}

.service-overview:nth-child(2n+2) {
	background-color:#F5F7FA;
}

.service-overview figure {
	display: block;
	margin: 0 auto 46px;
	max-width: 376px;
	position: relative;
	width: 100%;
}

.service-overview img {
	position: relative;
	z-index:2;
}

.service-overview video {
	width:100%;
}

.service-overview h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 32px;
}

.service-overview p {
	font-family: 'ProximaNovaSemibold';
	font-size: 19px;
	line-height: 28px;
}

.service-overview p + p {
	margin-top: 28px;
}

.service-overview .btn {
	background-color:#024579;
	color:white;
	display: block;
	font-family: 'ProximaNovaBold';
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height:45px;
	letter-spacing: 2.9px;
	line-height: 45px;
	margin-top: 32px;
	text-align: center;
	width: 100%;
}

.service-overview .btn:hover {
	transition:.25s ease-out;
	transform: translateY(-2px);
}

.js .service-overview figure,
.js .service-overview h2,
.js .service-overview p,
.js .service-overview .btn {
	opacity: 0;
}

.js .service-overview.waypoint figure,
.js .service-overview.waypoint h2,
.js .service-overview.waypoint p,
.js .service-overview.waypoint .btn {
	animation:fadeIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: .4s;
}

.js .service-overview.waypoint figure {
	animation-delay: .25s;
}

.js .service-overview.global-air-traffic-survellience.waypoint figure {
	animation-delay: 1s;
}

.js .service-overview.waypoint h2 {
	animation-delay: .5s;
}

.js .service-overview.global-air-traffic-survellience.waypoint h2 {
	animation-delay: 1.25s;
}

.js .service-overview.waypoint p {
	animation-delay: .75s;
}

.js .service-overview.global-air-traffic-survellience.waypoint p {
	animation-delay: 1.5s;
}

.js .service-overview.waypoint .btn {
	animation-delay: 1s;
}

.js .service-overview.global-air-traffic-survellience.waypoint .btn {
	animation-delay: 1.75s;
}

/* Subpages */

.services-subpage-hero {
	color:white;
	padding-left:20px;
	padding-right:20px;
	position: relative;
}

.services-subpage-hero.global-air-traffic-surveillance {
	padding-top:72px;
	padding-bottom: 48px;
}

.services-subpage-hero.aireonalert {
	padding-top:60px;
	padding-bottom: 48px;
}

.services-subpage-hero.globalbeacon {
	padding-top:39px;
	padding-bottom: 48px;
}

.services-subpage-hero.commercial-services {
	padding-top:70px;
	padding-bottom: 45px;
}

.services-subpage-hero .hero-image {
	position: relative;
	z-index:2;
}

.aireonalert .hero-image {
	margin-bottom: 20px;
}

.globalbeacon .hero-image {
	margin-bottom: 22px;
}

.services-subpage-hero .bg-image {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
}

.js .services-subpage-hero .bg-image {
	display: none;
}


@media (max-width: 899px) {
	.services-subpage-hero.global-air-traffic-surveillance .bg-image {
		background-image: url(images/services/global-air-traffic-mobile.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}

	.services-subpage-hero.aireonalert .bg-image {
		background-image: url(images/services/aireon-alert-hero-mobile.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}

	.services-subpage-hero.globalbeacon .bg-image {
		background-image: url(images/services/global-beacon-hero-mobile.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}

	.services-subpage-hero.commercial-services .bg-image {
		background-image: url(images/services/analytical-hero-mobile.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}

	.globalbeacon .hero-image {
		max-width: 486px;
		width: 92%;
	}
}

@media (min-width: 900px) {
	.services-subpage-hero.global-air-traffic-surveillance .bg-image {
		background-image: url(images/services/global-air-traffic-desktop.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}

	.services-subpage-hero.aireonalert .bg-image {
		background-image: url(images/services/aireon-alert-hero-desktop.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size:cover;
	}

	.services-subpage-hero.globalbeacon .bg-image {
		background-image: url(images/services/global-beacon-hero-desktop.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size:cover;
	}

	.services-subpage-hero.commercial-services .bg-image {
		background-image: url(images/services/analytical-hero-desktop.jpg);
		background-repeat: no-repeat;
		background-size:cover;
		background-position: center center;
	}
}

.services-subpage-hero h1 {
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
	margin-bottom: 12px;
	position: relative;
	text-transform: uppercase;
	z-index:2;
}

.services-subpage-hero p {
	font-size:19px;
	line-height: 28px;
	position: relative;
	z-index:2;
}

.services-subpage-hero p + p {
	margin-top: 28px;
}

.js .services-subpage-hero .hero-image,
.js .services-subpage-hero h1,
.js .services-subpage-hero p {
	opacity: 0;
}

.js .services-subpage-hero.waypoint .hero-image,
.js .services-subpage-hero.waypoint h1,
.js .services-subpage-hero.waypoint p {
	animation:fadeIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: .4s;
}

.js .services-subpage-hero.waypoint .hero-image,
.js .services-subpage-hero.waypoint h1 {
	animation-delay: 1s;
}

.js .services-subpage-hero.waypoint p {
	animation-delay: 1.25s;
}


.services-two-column-with-image,
.services-two-column-without-image,
.services-two-column-list {
	background-color:white;
	padding-left:20px;
	padding-right:20px;
}

.services-two-column-with-image h2,
.services-two-column-without-image h2,
.services-two-column-list h2 {
	font-size:32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 20px;

}

.services-two-column-with-image img {
	display: block;
	height: auto;
	margin: 61px auto 0;
	max-width: 386px;
	width: 100%;
}

.services-two-column-with-image.aireon-solution-analytical-data figure {
	position: relative;
	max-width: 386px;
	margin-left: auto;
	margin-right: auto;
}

.services-two-column-with-image.aireon-solution-analytical-data figure::after {
	content:'';
	background: #2c5c87;
	border-radius:50%;
	position: absolute;
	top:6px;
	bottom:6px;
	left:6px;
	right:6px;
	z-index:-1;
}

.services-two-column-with-image p,
.services-two-column-without-image p,
.services-two-column-list p {
	font-size:19px;
	line-height: 28px;
}

.services-two-column-with-image p + p,
.services-two-column-without-image p + p,
.services-two-column-list p + p {
	margin-top: 28px;
}

.services-two-column-with-image strong,
.services-two-column-without-image strong,
.services-two-column-list strong {
	font-family: 'ProximaNovaSemibold';
	font-weight: normal;
}


.js .services-two-column-with-image h2,
.js .services-two-column-with-image .text,
.js .services-two-column-with-image figure,
.js .services-two-column-without-image h2,
.js .services-two-column-without-image .text,
.js .services-two-column-list .text,
.js .services-two-column-list ul,
.js .services-two-column-list .btn {
	opacity: 0;
}

.js .services-two-column-with-image.waypoint h2,
.js .services-two-column-with-image.waypoint .text,
.js .services-two-column-with-image.waypoint figure,
.js .services-two-column-without-image.waypoint h2,
.js .services-two-column-without-image.waypoint .text,
.js .services-two-column-list.waypoint .text,
.js .services-two-column-list.waypoint ul,
.js .services-two-column-list.waypoint .btn {
	animation:fadeIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: .4s;
}

.js .services-two-column-with-image.waypoint h2,
.js .services-two-column-with-image.waypoint .text,
.js .services-two-column-without-image.waypoint h2,
.js .services-two-column-without-image.waypoint .text,
.js .services-two-column-list.waypoint .text {
/*	animation-delay: .25s; */
}

.js .services-two-column-without-image.air-traffic-intro.waypoint .text,
.js .services-two-column-with-image.aireon-alert-intro.waypoint .text {
	animation-delay: 1.25s;
}

.js .services-two-column-with-image.aireon-alert-intro.waypoint figure {
	animation-delay: 1.5s;
}



.js .services-two-column-with-image.waypoint h2 + .text,
.js .services-two-column-without-image.waypoint h2 + .text,
.js .services-two-column-list.waypoint ul {
	animation-delay: .25s;
}

.js .services-two-column-with-image.worldwide-aircraft-tracking.waypoint h2,
.js .services-two-column-without-image.data-available-currently.waypoint h2 {
	animation-delay: 1s;
}

.js .services-two-column-with-image.worldwide-aircraft-tracking.waypoint h2 + .text,
.js .services-two-column-without-image.data-available-currently.waypoint h2 + .text {
	animation-delay: 1.25s;
}

.js .services-two-column-with-image.waypoint figure,
.js .services-two-column-list.waypoint .btn {
	animation-delay: .5s;
}

.js .services-two-column-with-image.worldwide-aircraft-tracking.waypoint figure {
	animation-delay: 1.5s;
}

.air-traffic-intro {
	padding-top:43px;
	padding-bottom: 62px;
}

.the-aireon-solution {
	color:white;
	padding-top:70px;
	padding-bottom: 60px;
}

@media (max-width: 899px) {
	.the-aireon-solution {
		background: url(images/careers-perks-small-screens.jpg) no-repeat center top;
		background-size: cover;
	}
}

@media (min-width:900px) {
	.the-aireon-solution {
		background: url(images/services/aireon-solution-air-traffic-desktop.jpg) no-repeat center bottom;
		background-size: cover;
	}
}

.seamless-implementation {
	color: white;
	padding-top:60px;
	padding-bottom: 56px;
}

.aireon-alert-intro {
	padding-top:64px;
	padding-bottom: 58px;
}

.aireon-alert-intro a {
	font-family: proxima-nova, sans-serif;
	font-weight:600;
	border-bottom: 3px solid rgba(2,96,174,.3);
	padding-bottom:8px;
}

.aireon-alert-intro a:hover {
	border-bottom-color: rgb(2,96,174);
	text-decoration: none;
}

@media (max-width: 899px) {
	.seamless-implementation {
		background: url(images/services/seamless-implementation-mobile.jpg) no-repeat center top;
		background-size: cover;
	}
}

@media (min-width: 900px) {
	.seamless-implementation {
		background: url(images/services/seamless-implementation-desktop.jpg) no-repeat center top;
		background-size: cover;
	}
}

.worldwide-aircraft-tracking {
	padding-top: 62px;
	padding-bottom: 59px;
}

.how-it-will-work {
	color:white;
	padding-top: 70px;
	padding-bottom: 42px;
}

@media (max-width: 899px) {
	.how-it-will-work {
		background: url(images/services/how-it-will-work-mobile.jpg) no-repeat center top;
		background-size: cover;
	}
}

@media (min-width: 900px) {
	.how-it-will-work {
		background: url(images/services/how-it-will-work-desktop.jpg) no-repeat center top;
		background-size: cover;
	}
}

.global-beacon-list {
	padding-top: 44px;
	padding-bottom: 159px;
}

@media (max-width: 899px) {
	.global-beacon-list {
		background: white url(images/services/global-beacon-last-section-mobile.png) no-repeat right bottom;
	}
}

.global-beacon-list ul {
	margin: 48px 0 60px;
	padding:0;
	list-style-type: none;
}

.global-beacon-list li {
	font-size: 16px;
	line-height: 24px;
	margin-top: 23px;
	padding-left:38px;
	position: relative;
}

.global-beacon-list li:first-child {
	margin-top: 0;
}

.global-beacon-list li::before {
	background: url(images/services/checkmark.svg) no-repeat left top;
	background-size:25px 25px;
	content: '';
	height: 25px;
	position: absolute;
	left:0;
	top:0;
	width: 25px;
}

.global-beacon-list .btn {
	background-color:#024579;
	color:white;
	display: block;
	font-family: 'ProximaNovaBold';
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height:45px;
	letter-spacing: 2.9px;
	line-height: 45px;
	margin-top: 32px;
	max-width:338px;
	text-align: center;
	width: 100%;
}

@media (max-width: 399px) {
	.global-beacon-list .btn {
		padding-top: 17px;
		padding-bottom: 17px;
		height: auto;
		line-height: 16px;
	}
}

.global-beacon-list .btn:hover {
	transition:.25s ease-out;
	transform: translateY(-2px);
}

.data-available-currently {
	background: white url(images/services/data-available-currently.jpg) no-repeat center bottom;
	background-size:100%;
	padding-top: 62px;
	padding-bottom: 293px;
}

@media (min-width:827px) {
	.data-available-currently {
		background-position: right bottom;
		background-size: 826px 342px;
		padding-bottom: 400px;
	}
}

.aireon-solution-analytical-data {
	color:white;
	padding-top: 64px;
	padding-bottom: 58px;
}

@media (max-width: 899px) {
	.aireon-solution-analytical-data {
		background: url(images/services/aireon-solution-analytical-mobile.jpg) no-repeat center top;
		background-size: cover;
	}
}

@media (min-width: 900px) {
	.aireon-solution-analytical-data {
		background: url(images/services/aireon-solution-analytical-desktop.jpg) no-repeat center top;
		background-size: cover;
	}
}

/* Min-width: 600px */

@media (min-width:600px) {
	#services-hero {
		height: 296px;
	}

	#services-hero h1 {
		font-size: 68px;
		height: calc(100% - 114px);
	}

	.service-overview h2 {
		font-size: 44px;
		line-height: 54px;
	}

	.service-overview .btn {
		width:168px;
	}
}

@media (min-width:900px) {
	.service-overview {
		display: flex;
		justify-content: space-between;
		align-items:center;
		padding-top:80px;
		padding-bottom:85px;
	}

	.service-overview:nth-child(2n+1) {
		flex-direction: row-reverse;
	}

	.service-overview .text-content {
		width: 57.25%;
	}

	.service-overview figure {
		margin:0;
		width:31.333%;
	}
	.service-overview img {
		display: block;
	}

	/* Subpages */

	.services-subpage-hero h1 {
		font-size: 50px;
		line-height: 68px;
		margin-bottom: 25px;
		max-width: 687px;
		width: 57.25%;
	}

	.services-subpage-hero.global-air-traffic-surveillance {
		padding-top:131px;
		padding-bottom: 57px;
	}

	.services-subpage-hero.aireonalert {
		box-sizing: border-box;
		min-height: 450px;
		padding-top:104px;
		padding-bottom: 57px;
	}

	.aireon-alert .hero-image {
		margin-bottom: 35px;
		max-width: 697px;
	}

	.air-traffic-intro {
		background-image:url(images/services/air-traffic-intro-desktop.png);
		background-repeat: no-repeat;
		background-position: right -180px bottom;
		padding-top:80px;
		padding-bottom: 115px;
	}

	.services-two-column-with-image {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.services-two-column-with-image img {
		margin-top: 0;
	}

	.services-two-column-with-image.image-left {
		flex-direction: row-reverse;
	}

	.services-subpage-hero .text,
	.services-two-column-without-image .text,
	.services-two-column-with-image .text-box,
	.services-two-column-list .text {
		max-width: 687px;
		width: 57.25%;
	}

	.services-two-column-with-image figure {
		width: 31.6667%;
	}

	.the-aireon-solution {
		padding-top: 83px;
		padding-bottom: 83px;
	}

	.seamless-implementation {
		padding-top: 85px;
		padding-bottom: 118px;
	}

	.aireon-alert-intro {
		padding-top:83px;
		padding-bottom: 134px;
	}

	.services-subpage-hero.globalbeacon {
		box-sizing:border-box;
		min-height: 448px;
		padding-top:87px;
		padding-bottom: 79px;
	}

	.worldwide-aircraft-tracking {
		padding-top: 90px;
		padding-bottom: 190px;
	}

	.how-it-will-work {
		padding-top: 90px;
		padding-bottom: 94px;
	}

	.how-it-will-work h2,
	.how-it-will-work .text {
		margin-left: 42.75%;
	}

	.services-two-column-list ul {
		max-width: 994px;
		column-count: 2;
		column-gap:30px;
	}

	.global-beacon-list {
		background: white url(images/services/global-beacon-last-section-desktop.png) no-repeat right bottom;
		padding-top: 84px;
		padding-bottom: 174px;
	}

	.services-subpage-hero.commercial-services {
		padding-top:109px;
		padding-bottom: 49px;
	}

	.data-available-currently {
		padding-bottom: 346px;
		padding-top:87px;
	}

	.aireon-solution-analytical-data {
		padding-top: 93px;
		padding-bottom: 128px;
	}

}

@media (min-width: 1212px) {
	.service-overview {
		padding-left:calc(50% - 590px);
		padding-right:calc(50% - 590px);
	}
}

@media (min-width: 1220px) {
	/* Subpages */

	.services-subpage-hero {
		padding-left:calc(50% - 590px);;
	}

	.services-two-column-without-image,
	.services-two-column-with-image,
	.services-two-column-list {
		padding-left: calc(50% - 590px);
		padding-right: calc(50% - 590px);
	}
}

@media (min-width: 1300px) {
	.air-traffic-intro {
		background-position: right bottom;
	}
}

@media (min-width:1400px) {
	.global-beacon-list {
		padding-bottom: 84px;
	}
}

@media (min-width: 1450px) {
	.data-available-currently {
		padding-bottom:234px;
	}
}
