/*==========================
Repair Help Styles
============================*/
.repair-help {
	flex-wrap: wrap-reverse;
}

.pure-g.repair-help > .pure-u-2-3 {
	padding: 50px 100px;
}

.pure-g.repair-help > .pure-u-1-3.section-indicator-column {
	position: relative;
	padding: 50px 0;
}

/*.pure-g.repair-help > .pure-u-1.internal-callout-column {
	padding: 0;
}*/

.internal-callout-column {
	width: 100%;
}

/*
===============================*/
.repair-help p {
	font-size: 16px;
}

.repair-help h1 {
	margin: 10px 0;
	font-size: 50px;
}

.repair-help ol,
.repair-help ul {
    /*display: inline;*/
    display: block;
    padding: 0 45px;
	margin: 0;
}

.repair-help .repair-help-post-date {
	color: #909090;
	font-family: UniversLTStd-Bold;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.repair-help-post-date .category {
	color: #0070BA;
	font-size: 11px;
	font-family: UniversLTStd;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/*
===============================*/
.repair-help-video-intro {
	margin: 30px 0;
	width: 100%;
}

.repair-help-video {
	margin: 30px 0;
	width: 100%;
}

.repair-help-video-caption {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	font-family: UniversLT-Condensed;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #C1C1C1;
	text-transform: uppercase;
}

/* repair-help-article-section
===============================*/
.repair-help-article-section {
	position: relative;
	padding: 19px 0 20px;
	width: 100%;
	min-height: 100px;
	/*background: #AB9BCA;*/
}

.repair-help-article-section:before {
	/*content: url('/assets/img/icons/section-indicator-flag.svg');*/
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100px;
	/*z-index: 1;*/
	width: 132px;
	height: 62px;
	background: #0070BA;
}

.no-svg .repair-help-article-section:before {
/*	content: url('/assets/img/icons/section-indicator-flag.png');*/
	position: absolute;
	top: 0;
	left: -100px;
}

.repair-help-article-section .article-section-number {
	position: absolute;
	top: 14px;
	left: 0;
	color: #ffffff;
	font-size: 30px;
	font-family: UniversLT-Condensed;
	font-weight: normal;
	font-style: normal;
}

.repair-help-article-section h2 {
	margin-top: 0;
	padding-left: 45px;
	font-size: 26px;
	margin-bottom: 35px;
}

#article-section-1.repair-help-article-section h2 {
	margin-bottom: 0.83em;
}

.repair-help-article-section p {
	padding: 0 45px;
	margin: 35px 0;
}

.repair-help-article-section p:first-child {
	margin-top: 20px;
}

.repair-help-article-section img,
.repair-help-article-section .article-image img {
	max-width: 100%;
}

.repair-help-article-section .article-image,
.repair-help-article-section .article-image.center {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

.repair-help-article-section .article-image.center img {
	display: block;
	margin: 0 auto;
}

.repair-help-article-section .article-image.left {
	width: 50%;
	margin-right: 45px;
}

.repair-help-article-section .article-image.right {
	width: 50%;
	margin-left: 45px;
}

.repair-help-article-section .article-image.right img,
.repair-help-article-section .article-image.left img {
	width: 100%;
}

.repair-help-article-section ol + .article-image,
.repair-help-article-section ol + .two-col-img,
.repair-help-article-section ul + .article-image,
.repair-help-article-section ul + .two-col-img {
	margin-top: 1em !important;
}

.repair-help-article-section .article-image .article-image-caption {
	margin: 10px 0;
	padding: 0;
	font-family: UniversLT-Condensed;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #C1C1C1;
	text-transform: uppercase;
}

.repair-help-article-section .article-image.right .article-image-caption {
	text-align: left;
}

.repair-help-article-section .article-image.left .article-image-caption {
	text-align: right;
}

.repair-help-article-section .article-image .article-image-caption,
.repair-help-article-section .article-image.center .article-image-caption {
	text-align: center;
}

/* Two Column Repair Help Content
===============================*/
.repair-help .two-col-repair-help-content {
    padding: 0 45px;
}

.two-col-repair-help-content .left-column,
.two-col-repair-help-content .right-column {
	width: 50%;
	float: left;
}

.two-col-repair-help-content .left-column {
	padding-right: 10px;
}

.two-col-repair-help-content .right-column {
	padding-left: 10px;
}

.repair-help .two-col-repair-help-content p {
    padding: 0;
}


/* Section Indicator
===============================*/
.section-indicator {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 9;
	width: 100%;
	min-height: 50px;
	background: #2E2E2E;

	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}

/*-- The blue flag that highlights the current section --*/
.section-indicator:before {

}

#placeholder {
	display: none;
	width: 100%;
	/*background: #bad;*/
}

.section-indicator.fixed {
	position: fixed;
	top: 56px;
	/*-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	transition: top 0.4s;*/
}

.section-indicator.fixed.fixed-movable {
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	transition: top 0.4s;
}

.going-up .section-indicator.fixed {
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	transition: top 0.4s;
}

.section-indicator.bottom-fixed {
	position: absolute;
	top: auto;
	bottom: 170px; /*To leave room for the back-to-top button*/
}

.section-indicator .section-indicator-bar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: top 0.3s, opacity 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s;
	-ms-transition: top 0.3s, opacity 0.3s;
	transition: top 0.3s, opacity 0.3s;
}

.section-indicator .section-indicator-bar.visible {
	overflow: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section-indicator .section-indicator-bar img {
	display: block;
	position: relative;
	left: -15px;
}

.section-indicator .section-indicator-bar:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 99%;
	background: #0070BA;
}

.section-indicator .section-indicator-title {
	position: absolute;
	top: -35px;
	left: 30px;
	height: auto;
	font-family: UniversLTStd-Black;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.section-indicator .section-indicator-title span {
	position: relative;
	top: 5px;
	left: 7px;
}

.section-indicator-chapters {
	max-height: 100vh;
	overflow: auto;
}

.section-indicator.indicator-active .section-indicator-chapters {
	padding-bottom: 65px;
}

.section-indicator .chapter {
	display: block;
	position: relative;
	z-index: 2;
	padding: 20px 30px 19px 30px;
	font-size: 18px;
	font-family: UniversLT-Condensed;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	/*border-bottom: 1px solid #434343;*/
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.section-indicator .chapter:before {
	/*content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #434343;
	background: #bada55;*/
}

.section-indicator .chapter:not(.showing):hover {
	background: #232323;
	color: #0070BA;
}

.section-indicator .chapter.showing {
	/*Optional background fading on larger section names*/
	/*background: #0070BA;*/
}

.section-indicator .chapter-number {
	padding-right: 10px;
}

.section-indicator .chapter span {
	z-index: 4;
}

.section-indicator-divider {
	margin: 0;
	background: #434343;
}

/*.fixed-section-indicator-flag {
	background: url('/assets/img/icons/section-indicator-flag.svg');
	position: fixed;
	top: -2px;
	left: 0;
	z-index: 2;
	width: 121px;
	height: 62px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.fixed-section-indicator-flag:before {
	content: '1';
	position: absolute;
	top: 15px;
	right: 30px;
	color: #ffffff;
	font-size: 30px;
	font-family: UniversLT-Condensed;
	font-weight: normal;
	font-style: normal;
}

.fixed-section-indicator-flag.visible {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.no-svg .fixed-section-indicator-flag {
	background: url('/assets/img/icons/section-indicator-flag.png');
	position: fixed;
	top: 0;
	left: 0;
	width: 121px;
	height: 62px;
}*/


/* Next and Related Articles
===============================*/
.next-and-related-articles-section {

}

.next-and-related-articles-section .next-article-header {
	color: #737373;
	font-size: 20px;
}

.next-and-related-articles-section .related-articles-header {
	margin-bottom: 10px;
	margin-top: 40px;
	color: #BDBDBD;
	font-size: 18px;
}

.next-and-related-articles-section p {
	margin: 5px 0;
}

.next-and-related-articles-section p img {
	position: relative;
	top: 5px;
	display: inline-block;
	padding-right: 15px;
}

.next-and-related-articles-section p a {

}


/*-- Back to Top button --*/
.repair-help .back-to-top {
	position: absolute;
	bottom: 55px;
	right: 90px;
}
/*------END BACK TO TOP BUTTON------*/


/* Internal Callout
===============================*/
.internal-callout {
	position: relative;
	padding: 115px 100px;
	width: 100%;
	min-height: 400px;
}

.internal-callout > img {
	max-width: 100%;
}

.internal-callout.light {
	/*background: #ffffff;*/
}

.internal-callout.dark {
	/*background: #000000;*/
}

.internal-callout.callout {
	background: #ffffff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.internal-callout.callout2 {
	background: #ffffff;
	background: url('/assets/img/site/bike-trace.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/*------END INTERNAL CALLOUT------*/

/*-- Internal Callout Copy --*/
.internal-callout-copy {
	margin: 0 auto;
	width: 50%;
	min-height: 10px;
	/*content: "";
	display: table;
	clear: both;*/
}

.internal-callout-copy.center {
	text-align: center;
	width: 75%;
}

.internal-callout-copy h2 {
	margin-top: 0;
	font-size: 60px;
}

.internal-callout-copy a {
	display: inline-block;
	padding: 5px 7px;
	border-left: 1px solid #0070BA;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: UniversLT-Condensed;
	font-weight: normal;
	font-style: normal;
}

.internal-callout-copy a:before {

}

.internal-callout .black-overlay {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 0;
}

.internal-callout.shadowLeft .black-overlay {
	right: auto;
	left: 0;
  	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	transform: rotate(180deg);
}

.internal-callout.shadowRight .black-overlay {
	right: 0;
	left: auto;
}

.internal-callout.no-shadow .black-overlay {
	display: none;
}

.internal-callout-copy.dark h2,
.internal-callout-copy.dark a {
	position: relative;
	z-index: 1;
	color: #2E2E2E;
}

.internal-callout-copy.light h2,
.internal-callout-copy.light a,
.internal-callout-copy.lightDarkBg h2,
.internal-callout-copy.lightDarkBg a {
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.internal-callout-copy a:hover,
.internal-callout-copy.light a:hover,
.internal-callout-copy.lightDarkBg a:hover,
.internal-callout-copy.dark a:hover {
	color: #60ADE4;
}

/*------END INTERNAL CALLOUT COPY------*/

/*-- Internal Callout Image --*/
.internal-callout-image {
	width: 50%;
	min-height: 10px;
	/*content: "";
	display: table;
	clear: both;*/
}
/*------END INTERNAL CALLOUT IMAGE------*/



/*
===============================*/
@media (min-width: 1000px) {
	.section-indicator-chapters {
		display: block !important;
	}
}

@media (max-width: 1000px) {
	.pure-g.repair-help > .pure-u-2-3 {
		padding: 20px 50px;
		width: 100%;
	}

	.internal-contextual-nav {
		padding: 25px 50px;
	}

	.pure-g.repair-help > .pure-u-1-3.section-indicator-column {
		position: relative;
		padding: 0;
		width: 100%;
		min-height: inherit !important;
	}

	.section-indicator {
		position: relative;
		top: 0;
		width: 100%;
	}

	.section-indicator.fixed,
	.section-indicator.bottom-fixed {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.section-indicator.mobile-fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		-webkit-transition: top 0.4s;
		-moz-transition: top 0.4s;
		-ms-transition: top 0.4s;
		transition: top 0.4s;
	}

	.menu-active .section-indicator.mobile-fixed {
		z-index: 90;
	}

	.going-up .section-indicator.mobile-fixed {
		-webkit-transition: top 0.4s;
		-moz-transition: top 0.4s;
		-ms-transition: top 0.4s;
		transition: top 0.4s;
	}

	.section-indicator.indicator-active {
		height: 100vh;
	}

	.section-indicator .section-indicator-title {
		position: relative;
		display: inline-block;
		top: 0;
		left: 0;
		padding: 25px 30px 24px 30px;
		width: 100%;
		color: #ffffff;
		cursor: pointer;
		border-bottom: 1px solid #434343;
	}

	.section-indicator .section-indicator-title span {
		position: relative;
		top: 5px;
		left: auto;
		float: right;
	}

	.section-indicator-chapters {
		display: none;
	}

	.section-indicator .chapter.showing {
		background: #0068AB;
		color: #ffffff;
	}

	.section-indicator .section-indicator-bar img {
		display: none;
	}

	#placeholder {
		display: block;
	}

	.back-to-top {
		position: fixed !important;
	    bottom: -10px !important;
	    right: 0 !important;
	    min-height: 40px;
	}

	.back-to-top .container-icon span {
		padding-top: 6px;
    	padding-left: 5px;
	}

	.back-to-top .container-icon span + span {
		display: none;
	}

}

@media (max-width: 767px) {
	.pure-g.repair-help > .pure-u-2-3 {
		padding: 20px;
	}

	.internal-contextual-nav {
		padding: 25px 20px;
	}

	.internal-contextual-nav {
		padding: 25px 20px;
	}

	.repair-help-article-section:before {
		left: 0;
		display: none;
	}

	.repair-help-article-section .article-section-number {
		/*left: 85px;*/
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		color: #0070BA;
		padding-right: 10px;
		display: inline-block;
	}

	.repair-help-article-section h2 {
		display: inline-block;
		padding-left: 0;
	}

	.repair-help-article-section p {
		padding: 0;
	}

	.repair-help-article-section .article-image.left,
	.repair-help-article-section .article-image.right,
	.repair-help-article-section .article-image.center
	.repair-help-article-section .article-image {
		width: 100%;
		margin: 0;
	}

	.internal-callout {
		padding: 115px 20px;
	}

	.internal-callout-copy,
	.internal-callout-copy.center,
	.internal-callout-copy.right,
	.internal-callout-copy.left {
		width: 100%;
		text-align: left;
	}

	.repair-help h1 {
		font-size: 40px;
	}

	.repair-help .two-col-repair-help-content {
	    padding: 0;
	}

	.repair-help .two-col-img .pure-u-md-1-2,
	.repair-help .two-col-img .pure-u-md-1-2:first-child,
	.repair-help .two-col-img .pure-u-md-1-2:last-child {
        padding: 0;
    }

}

@media (max-width: 640px) {
	.repair-help h1 {
		font-size: 32px;
	}

	.two-col-repair-help-content .left-column,
	.two-col-repair-help-content .right-column {
		width: 100%;
		float: none;
	}

	.two-col-repair-help-content .left-column {
		padding-right: 0;
	}

	.two-col-repair-help-content .right-column {
		padding-left: 0;
	}
}

/* ========== Print Styles ========== */

@media print {
	.header-container,
	.internal-contextual-nav,
	.section-indicator-column,
	.back-to-top,
	footer
	{
		display: none!important;
	}

	.repair-help .pure-u-2-3 {
		width: 100%;
	}

	.repair-help-video iframe {
		max-height: 300px;
	}
	.article-image,
	.two-col-img [class*="pure-u"]
	{
		width: 50%!important;
		float: right;
	}

	p {
		page-break-inside: avoid;
	}
}
