/* blog styling overrides */

/* Blog Related Products Carousel (Glide.js) */
.blog-related-products .product-tile-caro .glide__slides {
  position: relative;
  margin: 0 auto;
}

.blog-related-products-title {
	visibility: hidden;
}

.blog-article .blog-related-products {
	margin-top: -40px;
}

.blog-article .blog-post-html p {
	line-height: 19px;
	font-size: 16px;
}

footer {
	clear: both;
}

.container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.blog-article .blog-related-products {
		max-width: 720px;
	}
}
@media screen and (min-width: 992px) {
	.blog-article .blog-related-products {
		max-width: 940px;
	}
}
@media screen and (min-width: 1025px) {
	.blog-article .blog-related-products {
		max-width: 1000px;
	}
}
@media screen and (min-width: 1200px) {
	.blog-article .blog-related-products {
		max-width: 1360px;
	}
}

@media screen and (min-width: 768px) {
	.blog-article .blog-related-content {
		max-width: 720px;
	}
}
@media screen and (min-width: 992px) {
	.blog-article .blog-related-content {
		max-width: 940px;
	}
}
@media screen and (min-width: 1025px) {
	.blog-article .blog-related-content {
		max-width: 1000px;
	}
}
@media screen and (min-width: 1200px) {
	.blog-article .blog-related-content {
		max-width: 1360px;
	}
}

/*  end overrides */

.page-container {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

h1,
h2 {
	font-family: HelveticaNeueW01-77BdCn\ 692725, sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
}

h1 {
	font-family: HelveticaNeueW01-87HvCn\ 692737, sans-serif;
	font-size: 38px;
	line-height: 32px;
}

@media only screen and (min-width:1025px) {
	h1 {
		font-size: 50px;
		line-height: 42px;
	}
}

h2 {
	font-size: 30px;
	line-height: 26px;
}

@media only screen and (min-width:1025px) {
	h2 {
		font-size: 40px;
		line-height: 34px;
	}
}

a {
	font-family: HelveticaNeueW01-77BdCn\ 692725, sans-serif;
	text-decoration: none;
	/*  text-transform: uppercase;*/
	color: #d4222b;
}

a:hover {
	color: #75787b;
}

.main-content img {
	max-width: 100%;
}

.page-container {
	width: 100%;
}

@media screen and (min-width: 600px) {
	.single-wrapper h1 {
		font-size: 50px;
		line-height: 42px;
	}
}

.single-wrapper h2 {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-top: 5px;
	margin: 0.5em 0 20px;
	clear: both;
}

@media screen and (min-width: 600px) {
	.single-wrapper h2 {
		font-size: 40px;
		line-height: 34px;
	}
}

@media screen and (min-width: 1200px) {
	.single-wrapper h2 {
		margin: 1em 0 20px;
	}
}

.single-wrapper h2:before,
.single-wrapper h2:after {
	position: absolute;
	top: 0.4em;
	width: 50%;
	height: 1px;
	content: '\a0';
	background-color: #000;
}

.single-wrapper h2:before {
	margin-left: -52%;
	text-align: right;
}

.single-wrapper h2:after {
	margin-left: 2%;
	text-align: right;
}

.single-wrapper p {
	margin: 0 auto 20px;
}

@media screen and (min-width: 1200px) {
	.single-wrapper p {
		width: 75%;
	}
}

.single-wrapper ul {
	position: relative;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
	margin: 0 auto;
}

@media screen and (min-width: 1200px) {
	.single-wrapper ul {
		width: 75%;
	}
}

.single-wrapper img {
	margin: 0 0 20px;
}

@media screen and (min-width: 600px) {
	.single-wrapper img {
		margin: 0 0 30px;
	}
}

.single-wrapper .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	margin: 0 0 40px;
	height: 0;
	overflow: hidden;
}

.single-wrapper .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.single-wrapper article {
	float: left;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.single-wrapper article {
		float: none;
	}
}

.single-wrapper .embed-container {
	padding-bottom: 52.75%;
}

.single-wrapper .page-container {
	float: left;
	clear: both;
}

@media screen and (min-width: 1200px) {
	.single-wrapper .page-container {
		float: none;
		position: relative;
		margin: 0 auto;
		max-width: 1400px;
	}
}

.single-wrapper .entry-title a {
	color: #fff;
}

.single-wrapper .entry-title a:hover {
	color: #fff;
	cursor: text;
}

.single-wrapper .sidebyside {
	margin-bottom: 25px;
}

.single-wrapper .sidebyside img {
	float: none;
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 600px) {
	.single-wrapper .sidebyside img {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		border: 2px solid #fff;
	}
}

@media screen and (min-width: 600px) {
	.single-wrapper .sidebyside {
		float: left;
		margin-bottom: 30px;
	}
}

.single-wrapper .athlete-social {
	text-align: center;
	list-style-type: none;
	padding-inline-start: 0px;
}

.single-wrapper .athlete-social li {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 0 5px;
}

.single-wrapper blockquote {
	font-family: HelveticaNeueW01-77BdCn\ 692725, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000;
	quotes: "\201C" "\201D" "\2018" "\2019";
	position: relative;
	margin: 20px auto 0;
	padding: 0 25px 0 35px;
	max-width: 1400px;
}

.single-wrapper blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4.5em;
	position: absolute;
	left: 0;
	top: 16px;
	margin-left: -12px;
}

@media screen and (min-width: 600px) {
	.single-wrapper blockquote:before {
		top: 20px;
	}
}

.single-wrapper blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 4.5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.56em;
}

@media screen and (min-width: 600px) {
	.single-wrapper blockquote {
		font-size: 20px;
		line-height: 20px;
		padding: 0 25px 0 45px;
		margin: 10px auto 0;
	}
}

@media screen and (min-width: 1200px) {
	.single-wrapper blockquote {
		width: 75%;
	}
}

@media screen and (min-width: 1200px) {
	.single-wrapper blockquote {
		width: 70%;
		margin-top: 40px;
	}
}

.single-wrapper cite {
	font-style: normal;
	line-height: 19px;
	display: block;
	padding: 0 35px 0 60px;
	margin: 0 auto 25px;
	position: relative;
}

@media screen and (min-width: 600px) {
	.single-wrapper cite {
		padding: 0 35px 0 70px;
	}
}

@media screen and (min-width: 1200px) {
	.single-wrapper cite {
		width: 72%;
	}
}

.single-wrapper cite:before {
	content: "—";
	display: block;
	position: absolute;
	left: 35px;
	top: 0;
}

@media screen and (min-width: 600px) {
	.single-wrapper cite:before {
		left: 45px;
	}
}

@media screen and (min-width: 1200px) {
	.single-wrapper cite {
		width: 66%;
	}
}

.sidebyside img {
	width: calc(50% - 30px);
	max-width: 50%;
	float: left;
	padding: 15px;
}

.sidebyside img:nth-child(odd) {
	padding-left: 0px;
}

.sidebyside img:nth-child(even) {
	padding-right: 0px;
}

.single-wrapper .sidebyside {
	width: 100%;
}

.page-container .page-container {
	padding: 0;
}

.blog-article .content-header-bar,
.blog-article .content-header-bar .header.page-title {
	max-width: 100%;
}

.blog-article .blog-post-header-bottom {
	background-color: #000;
	padding: 30px 40px 30px;
	margin-bottom: 30px;
}

.blog-article h1.blog-post-title {
	font-size: 2.375rem;
	line-height: .8;
	color: #fff;
	margin: 0 auto;
	max-width: 1360px;
}

.blog-breadcrumb .col {
	background-color: #000;
	padding: 0 40px 0;
}

.blog-breadcrumb .breadcrumb {
	margin-bottom: 0;
	margin: 30px auto 0;
	max-width: 1360px;
}

.blog-breadcrumb .breadcrumb-item a {
	color: #969696;
}

.blog-breadcrumb .breadcrumb-item a:hover {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item:before {
	color: #75787;
}

@media (min-width: 768px) {
	.blog-article .blog-post-header-bottom {
		padding: 40px;
		margin-bottom: 40px;
	}
	.blog-article h1.blog-post-title {
		font-size: 50px;
		line-height: 42px;
	}
	header .container,
	footer .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	header .container,
	footer .container {
		max-width: 940px;
	}
}

@media (min-width: 1025px) {
	header .container,
	footer .container {
		max-width: 1000px;
	}
}

@media (min-width:1200px) {
	header .container,
	footer .container {
		max-width: 1360px;
	}
}

.blog-article .blog-post-html p,
.blog-article .blog-post-html li {
	color: #595959;
}

.single-wrapper .sidebyside {
	margin: 0;
}

.single-wrapper .sidebyside img {
	margin: 0 0 20px;
}

.blog-article .blog-post-html p {
	margin: 0 auto 20px;
}

.single-wrapper h2:before,
.single-wrapper h2:after {
	top: 0.5em;
}

.single-wrapper blockquote:before {
	top: 9px;
}

@media screen and (min-width: 1200px) {
	.single-wrapper blockquote {
		width: 50%;
	}
	.single-wrapper cite {
		width: 50%;
	}
}