@import "../../../theme/css/variables.css";

/* General Styles */
html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 20px;
	font-family: var(--tiemposRegular);
	color: #4a4a4a;
}

.container {
	margin: 0 auto;
	width: 80%;
	text-align: left;
}

.bold {
	font-weight: 700;
	-webkit-text-stroke: 0.75px rgb(0, 0, 0);
}

/* Header Styles */
header {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6))),
		url('https://cdn.gutcleanseprotocol.com/images/bc3_header3.jpg') no-repeat scroll 45% 50%/cover padding-box border-box;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%),
		url('https://cdn.gutcleanseprotocol.com/images/bc3_header3.jpg') no-repeat scroll 45% 50%/cover padding-box border-box;
	color: #fff;
	cursor: pointer;
}

header a,
header a:visited,
header a:focus {
	text-decoration: none;
	color: inherit;
}

header .container {
	padding-bottom: 5px;
}

#network-adTitle {
	text-align: center;
	padding: 5px;
}

.title-container {
	position: relative;
	z-index: 2;
}

.logo {
	width: 60px;
	margin: 15px 0 10px 0;
}

.brand-name {
	text-transform: uppercase;
	font-family: var(--atlasTypewriter);
	font-size: 16px;
	letter-spacing: 8px;
	margin-bottom: 15px;
	margin-top: 0;
}

.title-divider {
	box-sizing: border-box;
	height: 2px;
	width: 170px;
	border: 3px solid #00A4E5;
	margin-bottom: 19px;
}

.article-title {
	font-size: 30px;
	font-family: var(--tiemposMedium);
	font-weight: 500;
	margin: 0;
}

.article-date {
	font-family: var(--tiemposRegular);
	font-size: 20px;
	margin-top: 20px;
}

/* Inside Content Styles */
.firstLetter {
	font-size: 40px;
}

.content p {
	line-height: 32px;
}

.content .container {
	margin-top: 30px;
}

.presentation-link {
	color: var(--pl-link-text);
	text-decoration: underline;
}

.presentation-link:visited {
	color: var(--pl-link-text);
}

.photo-container {
	position: relative;
}

.photo-container img {
	width: 100%;
}

.photo-container a {
	text-decoration: none;
}

#watchVid {
	background: rgba(31, 30, 77, 1);
	background: -moz-linear-gradient(top, rgba(31, 30, 77, 1) 0%, rgba(58, 67, 166, 1) 46%, rgba(35, 44, 105, 1) 67%, rgba(39, 39, 117, 1) 86%, rgba(2, 94, 171, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31, 30, 77, 1)), color-stop(46%, rgba(58, 67, 166, 1)), color-stop(67%, rgba(35, 44, 105, 1)), color-stop(86%, rgba(39, 39, 117, 1)), color-stop(100%, rgba(2, 94, 171, 1)));
	background: -webkit-linear-gradient(top, rgba(31, 30, 77, 1) 0%, rgba(58, 67, 166, 1) 46%, rgba(35, 44, 105, 1) 67%, rgba(39, 39, 117, 1) 86%, rgba(2, 94, 171, 1) 100%);
	background: -o-linear-gradient(top, rgba(31, 30, 77, 1) 0%, rgba(58, 67, 166, 1) 46%, rgba(35, 44, 105, 1) 67%, rgba(39, 39, 117, 1) 86%, rgba(2, 94, 171, 1) 100%);
	background: -ms-linear-gradient(top, rgba(31, 30, 77, 1) 0%, rgba(58, 67, 166, 1) 46%, rgba(35, 44, 105, 1) 67%, rgba(39, 39, 117, 1) 86%, rgba(2, 94, 171, 1) 100%);
	background: linear-gradient(to bottom, rgba(31, 30, 77, 1) 0%, rgba(58, 67, 166, 1) 46%, rgba(35, 44, 105, 1) 67%, rgba(39, 39, 117, 1) 86%, rgba(2, 94, 171, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1e4d', endColorstr='#025eab', GradientType=0);
	margin-top: -6px;
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 4px 0;
}

.disclaimer {
	font-size: 11px;
}

.disclaimer-bottom {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 70px;
}

/* Author Bio Styles */
.authorBio {
	padding-bottom: 50px;
}

.authorBio_image {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin-right: 20px;
	margin-bottom: 30px;
}

p.authorBio_content {
	display: inline-block;
	max-width: 575px;
	font-size: 17px;
	vertical-align: top;
	margin-top: 0px;
	line-height: 24px;
}

.authorBio_content a {
	color: rgb(0, 0, 238);
	text-decoration: none;
}

/* Footer Styles */
footer {
	background: #23356E;
	color: #fff;
	font-family: var(--atlasGrotesk);
	font-size: 12px;
}

footer a,
footer a:visited {
	color: white;
	text-decoration: none;
}

footer{
  line-height: 24px;
}
.footer-content {
	line-height: 24px;
	margin-bottom: 10px;
	padding-top: 40px;
}

.footer-info {
	display: inline-block;
	vertical-align: top;
}

.footer-company-name {
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	font-family: var(--atlasTypewriter);
	line-height: 18px;
	letter-spacing: 6.22px;
	margin-bottom: 5px;
}

.footer-copyright {
	font-size: 12px;
	margin-top: 0;
}

/* Desktop Styles Only */
@media only screen and (min-width: 1025px) {
	.container {
		max-width: 770px;
	}

	.content .container {
		margin-top: 50px;
	}

	/* Desktop header styles */
	header .container {
		padding-bottom: 10px;
	}

	.logo {
		margin: 15px 0;
	}

	.brand-name {
		font-size: 18px;
	}

	.article-title {
		font-size: 66px;
	}

	.article-subtitle {
		margin-top: 20px;
		font-size: 40px;
	}

	/* Author Bio Styles */
	.authorBio_image {
		width: 170px;
	}

	/* Desktop footer styles */
	footer {
		font-size: 16px;
	}

	.footer_logo {
		width: 60px;
		margin: 0 20px 0 0;
		display: inline-block;
	}

	.footer-container {
		padding-top: 20px;
		padding-bottom: 55px;
	}

}

@media screen and (max-width: 1024px) {
	.footer_logo {
		display: block;
		width: 60px;
		padding-top: 20px;
	}
}

.statement {
  border: 1px solid white;
  font-family: var(--atlasGroteskBold);
  font-weight: bold;
  padding: 4px;
}
.pre_statement{
  padding-top: 40px;
}