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

@media only screen and (min-width: 1025px) {
	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;
	}

	body {
		background: #f0f0f0;
	}

	.button-effect{
		content: "";
		width: 286px;
		background: url(https://cdn.gundrymd.com/images/Quantitative_Button.png);
		background-size: contain;
		border-radius: 5px;
		height: 38px;
		display: none;
		margin-bottom: 26px;
	}

	#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;
	}

	/* 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: 35px;
		margin-bottom: 8px;
		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;
	}


	h1 {
		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;
	}

	.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.gundrymd.com/images/bio-complete-3/Gundry-whiteboardthumbnail.gif") !important;
		background-size: 100%;
	}

	.vjs-big-play-button {
		display: none !important;
	}

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

	.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-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;
	}

	/* 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;
	}

	.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;
	}

	.featuredSection {
		padding: 45px 0px;
		margin-top: 30px;
	}

	.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;
	}
}