.sidebar .typography-tout + p {
    margin-top: 0.4em;
}
.sidebar p + .typography-tout {
    margin-top: 2em;
}

.button-pill {
  border-radius: 1em;
}

.hero-image {
    margin-top: -223px;
    margin-bottom: 3em;
}

.screen-hero {
	background: url("/system-extensions/images/screen-hero-large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.screen-hero {
		background-image: url("/system-extensions/images/screen-hero-large_2x.jpg")
	}
}

@media only screen and (max-width: 1068px) {
    .hero-image {
        margin-top: -175px;
    }
    .screen-hero {
        background: url("/system-extensionssystem-extensions/images/screen-hero-medium.jpg");
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
        .screen-hero {
            background-image: url("/system-extensions/images/screen-hero-medium_2x.jpg")
        }
    }
}

@media only screen and (max-width: 735px) {
    .hero-image {
        margin-top: -94px;
        margin-bottom: 1em;
    }
    .screen-hero {
        background: url("/system-extensions/images/screen-hero-small.jpg");
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
        .screen-hero {
            background-image: url("/system-extensions/images/screen-hero-small_2x.jpg")
        }
    }
}

.icon-image  {
	margin-bottom: 1em;
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	background-repeat: none;
	background-position: center center;
}

.icon-xcode {
	background-image: url("/assets/elements/icons/xcode/xcode-64x64.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.icon-xcode {
		background-image: url("/assets/elements/icons/xcode/xcode-64x64_2x.png");
	}
}



/* ========== Grid ========== */
#main section.section {
    padding-top: 4em;
    padding-bottom: 4em;
}
#main section .section-content .row {
    margin-left: 0;
    margin-right: 0;
}
#main section .section-content .row > .column {
    padding: 0;
}

@media only screen and (max-width: 1068px) {
    #main section .section-content .row {
        margin-left: 0;
        margin-right: 0;
    }
    #main section .section-content .row > .column {
        padding: 0;
    }
}

@media only screen and (max-width: 735px) {
    #main section.section {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    #main section .section-content .row {
        margin-left: 0;
        margin-right: 0;
    }
    #main section .section-content .row > .column {
        padding: 1em 0;
    }
}