@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/* parameter rules */
.network-tba:before,
.network-tbatcr:before,
.network-tbam:before,
.network-aol:before,
.network-aoltcr:before
{
	color: #000;
}

.network-ob:before,
.network-obtcr:before,
.network-obm:before,
.network-ayah:before,
.network-ayahlg:before
{
	color: #000;
}

.network-ayahlg .featuredSection {
	display: none;
}

html,
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 16px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body {
	background: #f0f0f0;
}

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

.container {
	width: 95%;
	margin: 0px auto;
}

/* HEADER */
header {
	background: white;
	padding-bottom: 10px;
}

.topHeader {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

.topHeader img {
	max-width: 180px;
}

.phone {
	display: flex;
	align-items: center;
}

.number {
	font-size: 14px;
	color: #5d6162;
	font-weight: 300;
}

.description {
	margin-left: 10px;
}

.citations {
	padding-block: 40px;
	font-size: 16px;
	font-weight: 300;
}

.citations__container {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.citations__title {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #868428;
}

/* stylelint-disable-next-line no-descending-specificity */
.citations a {
	color: #868428;
	text-decoration: underline;
	word-wrap: break-word;
}

/* stylelint-disable-next-line no-descending-specificity */
.citations a:hover {
	text-decoration: none;
}

.citations__list {
	list-style: decimal;
	margin: 0;
	padding-left: 28px;
}

.citations__list + .citations__title {
	margin-top: 40px;
}

.citations__item + .citations__item {
	margin-top: .5em;
}

/* Body Styles */
.content {
	margin-top: 10px;
}

.speakerContainer {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}

.speakerContainer p {
	font-family: "Helvetica Neue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	opacity: .6;
	margin-bottom: 0;
	font-weight: lighter;
}

.speakerContainer p:nth-of-type(2) {
	margin-top: 5px;
}

.left-column {
	display: block;
	width: 100%;
	background: white;
	padding: 10px;
	box-sizing: border-box;
}

.right-column {
	display: block;
	width: 100%;
	text-align: center;
	background: white;
}

.doctor {
	width: 150px;
	margin-top: 0px;
}

.clear {
	clear: both;
}

#CTALink a {
	display: none;
}

.row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.beforePlayButtonContent {
	display: flex;
	align-items: center;
}

.beforePlayButtonContent p {
	font-size: 16px;
	color: #27377a;
	font-family: 'Montserrat', sans-serif;
}

.beforePlayButtonContent span {
	font-size: 32px;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0.5;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.beforePlayButtonContent span.selected {
	opacity: 1;
}

.emojiWraps {
	width: 100%;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.playVSLButtonContainer {
	text-align: center;
	margin: 0 auto 20px auto;
	width: 100%;
}

.playVSLButton {
	background-color: #d6ef59;
	border: 1px solid #c2e028;
	width: 100%;
	height: 36px;
	color: #49555e;
	font-weight: 700;
	font-family: Arial;
	font-size: 16px;
	-webkit-box-shadow: #666 0 1px 3px;
	box-shadow: #666 0 1px 3px;
	margin: 15px auto 0;
	cursor: pointer;
}

.playVSLButton img {
	margin-right: 10px;
	height: 17px;
	padding-top: 1px;
	vertical-align: text-bottom;
}

.orderpage_btnB {
	font-weight: 700;
	background: #dfa15a;
	background-image: -webkit-linear-gradient(top, #dfa15a, #ed8924);
	background-image: -moz-linear-gradient(top, #dfa15a, #ed8924);
	background-image: -ms-linear-gradient(top, #dfa15a, #ed8924);
	background-image: -o-linear-gradient(top, #dfa15a, #ed8924);
	background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	border: solid #e47925 1px;
	text-decoration: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	box-sizing: border-box;
}

.orderpage_btnB:hover {
	background: #e47825;
	background-image: -webkit-linear-gradient(top, #e47825, #ba5b12);
	background-image: -moz-linear-gradient(top, #e47825, #ba5b12);
	background-image: -ms-linear-gradient(top, #e47825, #ba5b12);
	background-image: -o-linear-gradient(top, #e47825, #ba5b12);
	background-image: linear-gradient(to bottom, #e47825, #ba5b12);
	text-decoration: none;
	color: #fff;
}

h2 {
	font-size: 23px;
	color: #27377a;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: helvetica neue-light,helvetica neue light,Helvetica,Arial,sans-serif;
}

h4 {
	color: #000;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

hr {
	border-top: 1px solid #5e5f61;
	color: #5e5f61;
	text-decoration: none;
	height: 0px;
	border-top-color: #d5d5d5
}

.hrsmll {
	width: 35px !important;
}

.wrapper {
	display: block;
	margin: 0px auto;
}

.flip {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: “FlipH”;
}

.smftrtext {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	text-align: left;
}

.video__topTextWrapper {
	background-color: black;
	padding: 16px;
}

.video__topText {
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.videocontainer {
	margin: 0px auto;
	padding-bottom: 10px;
	max-width: 960px;
}

.caption {
	font-size: 15px;
	color: #000;
	opacity: .6;
	padding: 0 5px 20px 5px;
}

.floatRight {
	float: right;
}

.vjs-poster {
	background-image: url("https://cdn.enrichmyfood.com/images/gundry-desktop-thumbnail.gif") !important;
	background-size: 100%;
}

.vjs-big-play-button, .vjs-dock-text, .vjs-progress-control {
	display: none !important;
}

.vjs-current-time,
.vjs-time-divider,
.vjs-duration {
	display: none !important;
}

.underVideo {
	display: flex;
	align-items: center;
	font-family: "Roboto", sans-serif;
}
.underVideo img {
	border-radius: 50%;
	max-width: 48px;
	margin-right: 16px;
}

.underVideo_brand {
	font-size: 14px;
	color: #030303;
	margin: 0;
}
.underVideo_sub {
	font-size: 12px;
	color: #606060;
	margin: 0;
}

.comments {
	display: flex;
	justify-content: center;
    text-align: center;
    margin: 0 auto;
	background-color: #f5f5f4;
	width: 100%;
}

.comments__content {
	padding: 32px 10px;
	max-width: 920px;
}

.comments__disclaimer {
  font-size: 12px;
  margin-top: 15px;
}

.comments h3 {
  color: #27377a;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
}

.comment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid gray;
    padding: 10px 15px;
}

.comment__picture {
  display: block;
  width: 80px;
  height: 80px;

}

.comment__picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.commentContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 80px);
    padding-left: 24px;
}

.commentContent__name {
  color: #27377a;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.commentContent__text {
  color: black;
  font-size: 16px;
  text-align: left;
  font-weight: lighter;
}

.featuredSection {
	padding: 30px 22px 45px;
	color: #fff;
	background: linear-gradient(225.28deg, #4780c2 0, #27377a 100%);
}

.featuredSection_topTitle {
	font-family: var(--tiemposRegular);
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.featuredSection_bottomTitle {
	font-family: var(--tiemposSemibold);
	font-size: 36px;
	letter-spacing: 1.5px;
	margin: 0;
	color: #fff;
	padding: 0;
}

.featuredSection_hr {
	background-color: #b8d436;
	width: 70px;
	height: 2px;
	margin: 20px 0;
	border-top: none;
}

.featuredSection_content {
	font-size: 16px;
	line-height: 15px;
	letter-spacing: .7px;
	font-family: 'figtree', sans-serif;
	font-weight: 300;
	font-style: italic;
}

.featuredSection_col-right {
	margin-top: 45px;
	text-align: center;
}

.featuredSection_col-right img {
	width: 100%;
}

/* Footer Styles */
footer {
	background-color: #fff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 0px;
	margin: 0 10px;
}

footer a,
footer a:hover,
footer a:visited {
	text-decoration: none;
	color: #333;
}

footer p {
	font-size: 12px;
	text-align: left;
	color: #333;
}

@media screen and (min-width: 1025px) {
    .hidden-desktop { display: none; }

	/* General Styles */
	body {
		background: #fff;
	}

	.container {
		width: 960px;
	}

	/* Header Styles */
	header {
		box-shadow: 0 8px 18px -9px #949494;
		padding: 5px 0 20px;
	}

	.topHeader {
		padding: 0;
	}

	.topHeader img {
		max-width: 200px;
	}

	.number {
		font-size: 17px;
	}

	/* Body Styles */
	.content {
		box-shadow: 0 0 25px #ccc;
		margin-top: 30px;
        margin-bottom: auto;
	}

	.speakerContainer {
		padding-top: 20px;
	}

	.speakerContainer .row {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.speakerContainer h4 {
		font-family: helvetica neue-light,helvetica neue light,Helvetica,Arial,sans-serif;
		font-weight: lighter;
		color: #62666a;
		font-size: 18px;
		vertical-align: super;
	}

	.left-column {
		float: left;
		width: 680px;
		margin-left: 20px;
		padding: 0;
		background: inherit;
	}

	.right-column {
		width: 188px;
		float: right;
		padding-right: 20px;
		margin-right: 20px;
		text-align: left;
		background: inherit;
	}

	.doctor {
		width: 188px;
		padding-top: 90px;
	}

	.caption {
		font-size: 14px;
		opacity: unset;
		color: #333;
		padding: 0 5px 0 0;
	}

	.playVSLButtonContainer, .orderpage_btnB {
		width: 291px;
	}

	.comments {
		margin: 40px auto 0;
	}

	.featuredSection {
		padding: 45px 0px;
	}

	.featuredSection_container {
		display: flex;
		width: 1070px;
		margin: auto;
		justify-content: center;
	}

	.featuredSection_col-left {
		flex-basis: 25%;
	}

	.featuredSection_col-right {
		margin-top: 0;
		flex-basis: 75%;
		margin-left: 100px;
	}

	.featuredSection_content {
		font-size: 12px;
		letter-spacing: 0.5px;
	}

	/* Footer Styles */
	.smftrtext {
		margin-top: 40px;
		line-height: 19.125px;
		padding: 0;
		font-size: 12.75px;
	}

}

@media screen and (max-width: 1024px) {
    .hidden-mobile { display: none; }

	footer hr {
		display: none;
	}
	footer p {
		font-family: 'figtree', sans-serif;
		font-weight: 300;
	}
	.smftrtext {
		margin-top: 0;
		padding-top: 30px;
		letter-spacing: 1px;
	}
}