#main section.section.section-banner {
	margin: 0;
	padding: 1em 0;
	color: #ffffff;
	background-color: #0071E3;
	font-size: 14px;
}
#main section.section.section-banner a {
	color: #ffffff;
}
@media only screen and (max-width: 735px) {
	#main section.section.section-banner {
		padding: 0;
	}
}

#testflight .link-testflight,
#release-notes .link-release-notes {
	color: rgba(51, 51, 51, 0.6);
	pointer-events: none;
}


#release-notes #main > div > section.release-notes > div > div > section:nth-child(1) {
	border-top: none;
	padding-top: 3em;
}


#release-notes #main > div > section.release-notes > div > div > section:nth-child(n+2) {
	border-top: 1px solid #d6d6d6; 
	margin-top: 3em;
	padding-top: 3em;
}

.smaller,
section.resources .column:last-child {
    font-size: 14px;
    line-height: 24px
}

.lockup-hero {
    position: relative;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    left: -22px;
    width: 830px;
    height: 526px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/testflight/images/lockup-hero-large.png)
}

@media only screen and (min-resolution: 1.5dppx),
(min-resolution: 144dpi) {
    .lockup-hero {
        background-image: url(/testflight/images/lockup-hero-large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .lockup-hero {
        left: -12.5px;
        width: 692px;
        height: 439px;
        background-image: url(/testflight/images/lockup-hero-medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .lockup-hero {
        background-image: url(/testflight/images/lockup-hero-medium_2x.png)
    }
}

@media only screen and (max-width: 735px) {
    .lockup-hero {
        margin-top: 1em;
        left: 0;
        width: 310px;
        height: 197px;
        background-image: url(/testflight/images/lockup-hero-small.png)
    }
}

@media only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .lockup-hero {
        background-image: url(/testflight/images/lockup-hero-small_2x.png)
    }
}

@media only screen and (max-width: 320px) {
    .lockup-hero {
        width: 280px;
        height: 178px;
    }
}

#testers .main section.hero figure[data-figure-id="testflight-testers-hero"] {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: initial;
    width: 600px;
    max-width: initial;
    height: 600px;
    background-image: url(#);
    background-size: 600px 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/testflight/images/testflight-testers-hero-large.png)
}

@media only screen and (min-resolution: 1.5dppx),
(min-resolution: 144dpi) {
    #testers .main section.hero figure[data-figure-id="testflight-testers-hero"] {
        background-image: url(/testflight/images/testflight-testers-hero-large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    #testers .main section.hero figure[data-figure-id="testflight-testers-hero"] {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: initial;
        width: 445px;
        max-width: initial;
        height: 445px;
        background-image: url(#);
        background-size: 445px 445px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/testflight/images/testflight-testers-hero-medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    #testers .main section.hero figure[data-figure-id="testflight-testers-hero"] {
        background-image: url(/testflight/images/testflight-testers-hero-medium_2x.png)
    }
}

@media only screen and (max-width: 735px) {
    #testers .main section.hero figure[data-figure-id="testflight-testers-hero"] {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        padding-bottom: 306px;
        width: 306px;
        max-width: 100%;
        height: 0px;
        background-image: url(#);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/testflight/images/testflight-testers-hero-small.png)
    }
}

@media only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    #testers .main section.hero figure[data-figure-id="testflight-testers-hero"] {
        background-image: url(/testflight/images/testflight-testers-hero-small_2x.png)
    }
}
