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



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  display: flex;
}
.textVersionContent{
  padding: 20px;
}
/* .showTextVersion{
  position: relative;
  display: none;
} */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.showVideoVersion{
  display: block;
}

.nextPage.textVersion{
  display: block !important;
}
.link:hover{
  cursor: pointer;
}
.small-text{
  font-size: 12px;
}
.popup_title{
  color: #1f3e93;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}
.popup_blueText{
  color: #1f3e93;
}
.popup_content p{
  font-weight: 400;
  font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}
.overlay.visible {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 0;
  width: 690px;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup_content{
  text-align: center;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

@media only screen and (min-width: 1025px) {
      /* FOOTER */
      .footer {
        padding: 80px 16px;
    }

    .footer__content {
        flex-direction: row-reverse;
    }

    .footer__textWrapper {
        width: 100%;
        max-width: 780px;
    }

    .footer__text {
        margin-bottom: 0;
    }

    .footer__logo {
        margin-bottom: 20px;
        width: 100%;
    }

    .footer__infos {
        width: 100%;
        max-width: 330px;
    }

    .footer__copyright, .footer__links, .footer__links a, .footer__address {
        font-size: 12px;
        line-height: 1;
    }

  .hidden-desktop{
    display: none !important;
  }
	body.network-style:before {
		color: #000;
	}
	.network-yhtcr .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;
	}

	body {
		background: #f0f0f0;
	}

	.button-effect{
		content: "";
		width: 286px;
		background: url(https://cdn.gundrymd.com/images/Quantitative_Button_2022.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-weight: 300;
		font-style: italic;
	}

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

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

	/* Footer Styles */

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

.speakerContainer {
  padding-top: 20px;
}

.speakerContainer .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.speakerContainer  span{
	display:inline-block;
}
.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;
}
.vol_down {
	width: 25px;
	cursor: pointer;
	position: relative;
}

.vol_up {
	width: 35px;
	cursor: pointer;
	position: relative;
}

.vol_down .speaker , .vol_up .speaker{
	display: block;
}
.vol_down .speaker_hover , .vol_up .speaker_hover{
	display: none;
}
.vol_down:hover .speaker , .vol_up:hover .speaker{
	display: none;
}
.vol_down:hover .speaker_hover , .vol_up:hover .speaker_hover
{
display: block;
}


.vol_up  .tooltip-volup {
	visibility: hidden;
	width: 75px;
	background-color: #62666a;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
  }
  
  .vol_up:hover .tooltip-volup , .vol_up:focus .tooltip-volup {
	visibility: visible;
	opacity: 1;
  }


  .vol_down  .tooltip-voldown {
	visibility: hidden;
	width: 90px;
	background-color: #62666a;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
  }
  
 .vol_down:hover .tooltip-voldown ,  .vol_down:focus .tooltip-voldown {
	visibility: visible;
	opacity: 1;
  }

  section.btnOnly--sticky-bottom {
    position: sticky;
    top: calc(100% - 60px);
    z-index: 2;
    margin: -30px 0;
    padding: 10px 0;
    background-color: #27377a;
    display: none;
}
section.btnOnly--sticky-bottom .container {
  padding-right: 40px;
  padding-left: 40px;
}
section.btnOnly--sticky-bottom .btn {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  line-height: 1;
  border-radius: 48px;
  box-shadow: 0 3px 3px rgba(0,0,0,.16);
  background-image: linear-gradient(to bottom,#ffb900,#eba727);
}

.btnOnly--sticky-bottom .orderpage_btnB{
  margin-top: 0;
  margin: auto;
  text-align: center;
  max-width: 291px;
}