/* Article Styles */

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

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

.bg-alt {
	background-color: #F0F8FF;
	overflow:hidden;
}

.pull-quote .quote-copy {
	color: #0365C0;
	font-size: 21px;
	line-height:1.45;
	font-style: italic;
	font-weight: 300;
}

.pull-quote .quote-credit {
	font-size: 16px;
	line-height:1.45;
	font-weight: 400;
}

.quote-copy.no-quote > :before,
.quote-copy.no-quote > :after {
	content: '';
}

.image-subscriptions-hero {
  display:block;
  width:100%;
  height:552px;
  background-image: url("https://devimages.apple.com.edgekey.net/app-store/subscriptions/images/subscriptions-hero.png");
  background-repeat: no-repeat;
  background-size: 970px 552px;
  background-position: center;
	margin: 2em 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .image-subscriptions-hero {
        background-image: url("https://devimages.apple.com.edgekey.net/app-store/subscriptions/images/subscriptions-hero_2x.png")
    }
}


@media only screen and (max-width: 1023px){
	.image-subscriptions-hero {
		background-size: 768px 437px;
		height: 437px;
		margin-top: 24px;
		background-image: url("https://devimages.apple.com.edgekey.net/app-store/subscriptions/images/subscriptions-hero_medium.png");
	}
}

@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1023px) and (min-resolution: 1.5dppx), only screen and (max-width: 1023px) and (min-resolution: 144dpi) {
    .image-subscriptions-hero {
        background-image: url("https://devimages.apple.com.edgekey.net/app-store/subscriptions/images/subscriptions-hero_medium_2x.png")
    }
}

@media only screen and (max-width: 767px){
	.image-subscriptions-hero {
		background-size: 300px 171px;
		height: 171px;
		margin-top: 2em;
		background-image: url("https://devimages.apple.com.edgekey.net/app-store/subscriptions/images/subscriptions-hero_small.png");
	}
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 1.5dppx), only screen and (max-width: 767px) and (min-resolution: 144dpi) {
    .image-subscriptions-hero {
        background-image: url("https://devimages.apple.com.edgekey.net/app-store/subscriptions/images/subscriptions-hero_small_2x.png")
    }
}

.image-user-options {
	display:block;
  width:420px;
  height:560px;
  background-image: url("https://devimages.apple.com.edgekey.net/app-store/subscriptions/images/user-options.png");
  background-repeat: no-repeat;
  background-size: 420px 560px;
}

@media only screen and (max-width: 1023px){

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

	.sidebar.col-25 {
		width: 30%;
	}
}


@media all and (max-width: 767px) {
	.grid {
		max-width: 500px;
	}

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

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

	.sidebar.col-25 {
		width:100%;
		padding-top: 0 !important;
		margin-top: 0 !important;
	}


	.image-user-options {
		position: relative;
		margin-left: -2em;
	}

	.sidebar ul.no-margin {
		margin-left: 1em !important;
	}

	ul.links {
		margin-left: 0.25em !important;
	}

}


/* Graphs */

.graph-data {
	width: 100%;
	height: 100%;
	display: inline-block
}

.graph-sidebar .graph-unit {
	margin-bottom:18px;
}

.graph-sidebar .graph-data {
	width: 100%;
}

.graph-bar-slot {
	background: #f2f2f2;
	height: 4px;
	margin-bottom: 8px;
}

.graph-bar {
	margin-bottom: 5px;
	background: #f46c0e;
	height: 4px;
}

.sidebar-3-unit-1 .graph-bar {
	width: 100%;
	opacity: .2;
}

.sidebar-3-unit-2 .graph-bar {
	width: 66%;
	float: right;
	opacity: .6;
}

.sidebar-3-unit-3 .graph-bar {
	width: 33%;
	float: right;

}

.graph-caption {
	font-size: 14px;
	line-height: 1.28583;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: start;
	color: #666666;
}

.graph-caption-total {
	font-weight: 600;
	color: #333333;
}

.graph-caption {
	font-size: 14px;
	line-height: 1.28583;
	font-weight: 400;
	letter-spacing: 0em;
	text-align: start;
	color: #666666;
	position: absolute;
	top:160px;
}


.sidebar {
	position: relative;
}

.pin-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}


.pin {
  position: absolute;
  z-index: 1; }
  .pin:before, .pin:after {
    background-color: #d6d6d6;
    content: '';
    display: block; }
  .pin:before {
    border-radius: 50%;
    margin: -1px;
    position: absolute;
    width: 3px;
    height: 3px;
    z-index: 1; }

.pin-caption {
  font-size: 14px;
  line-height: 1.29286;
  font-weight: 400;
  letter-spacing: 0em;
  color: #666666; }
  .pin-caption-left {
    text-align: left; }
  .pin-caption-right {
    text-align: right; }

.pin-horizontal {
  left: 0;
  right: 0;
  height: 1px; }
  .pin-horizontal:before {
    top: 0; }
  .pin-horizontal:after {
    overflow: hidden;
    height: 1px;
    width: auto; }
  .pin-horizontal .pin-caption {
    margin-top: -0.64643em;
    max-width: 200px; }
  .pin-horizontal-left:before {
    left: 0; }
  .pin-horizontal-left .pin-caption {
    float: right;
    padding-left: 16px; }
  .pin-horizontal-right:before {
    right: 0; }
  .pin-horizontal-right .pin-caption {
    float: left;
    padding-right: 16px; }
  .pin-horizontal-inline-start:before {
    left: 0; }
  .pin-horizontal-inline-start .pin-caption {
    padding-left: 16px;
    float: right; }
  .pin-horizontal-inline-end:before {
    right: 0; }
  .pin-horizontal-inline-end .pin-caption {
    padding-right: 16px;
    float: left; }

.pin-vertical {
  top: 0;
  bottom: 0;
  width: 1px; }
  .pin-vertical:before {
    left: 0; }
  .pin-vertical:after {
    height: 100%;
    width: 1px; }
  .pin-vertical .pin-caption {
    margin-left: -100px;
    position: absolute;
    left: 0;
    width: 200px;
    text-align: center;
    z-index: 1; }
    .pin-vertical .pin-caption-left, .pin-vertical .pin-caption-right {
      margin-left: 0; }
    .pin-vertical .pin-caption-left {
      text-align: left; }
    .pin-vertical .pin-caption-right {
      left: auto;
      right: 0;
      text-align: right; }
  .pin-vertical-top {
    padding-bottom: 26.1px; }
    .pin-vertical-top:before {
      top: 0; }
    .pin-vertical-top .pin-caption {
      top: 100%;
      margin-top: -18.1px; }
  .pin-vertical-bottom {
    padding-top: 26.1px; }
    .pin-vertical-bottom:before {
      bottom: 0; }
    .pin-vertical-bottom .pin-caption {
      bottom: 100%;
      margin-bottom: -18.1px; }


.pin-1, .pin-2, .pin-3 {
	top: 0;
	left: 0;
}

.pin-2 {
	left: 34%;
}

.pin-3 {
	left: 67%;
}

.graph {
	margin-left:2.5em;
	padding-bottom: 0.5em;
	position:relative
}

.graph figcaption {
	margin-left: -2.8em;
}

.graph-data {
		position: relative;
}

.graph-caption-total {
 position: absolute;
 left:-40px;
 top: -10px;
 font-size: 14px;
 line-height: 1.29286;
 font-weight: 600;
 letter-spacing: 0em;
 color: #333;
}

.pin:after, .pin:before {
	background-color: transparent;
	border-left: 1px dotted #d6d6d6;
}

@media only screen and (max-width: 1023px){
	/*.graph-sidebar-example {
		width: 100%;
		margin-bottom: 8em;
		margin-top:0 !important;
	}*/
}

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

	.graph-sidebar-example {
		margin-top: 2em !important;
		margin-bottom: 4em !important;
	}
}
