/***********************************************************************
*       FILENAME:   style.css
*       SITE:       DRVEGHER.COM
*       CREATED ON: SEPTEMBER 15, 2017
*       UPDATED ON: SEPTEMBER 15, 2017
************************************************************************
*
************************************************************************
*
*       Color Pallet

*		BLUE #2e82bc

		Gray24 #3d3d3d

		Free Speech Red #cc0000

		GREEN #0fad00
*
***********************************************************************/
/***********************************************************************
*
*   Bootstrap-4 mods
*
***********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
body{
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
html, body{
	background-color: white;
	margin:0;
	height: 100%;
}
html [type=button]{
    -webkit-appearance: none;
    -moz-appearance: none;
}
.navbar-light .navbar-toggler {
	background-color:#3d3d3d;
	width:56px;
	height:45px;
	border-color:white;
	color: white;
}
.navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
	color: #cc0000;
	/*color: white;*/
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link li a {
	padding:8px;
	color:#cc0000;
	border: 2px solid transparent;
	font-size: 14pt;
}
.navbar-nav > li {
	padding:8px;

}
.navbar-light .navbar-nav > li > a:hover, .navbar-light .navbar-nav > li > a:focus{
  background-color: #cc0000;
  /* border:2px solid #190653; */
  text-decoration: none;
  color: #29213A;
}
/* .navbar-light .navbar-nav > .active > a{
  border:2px solid rgba(252,152,104,0.65);
} */
.navbar>p {
  padding: 10px;
}
#navbar-width {
	margin:auto;
	padding:10px;
}
.text-white{
	font-weight: 600;
}
/*Navbar*/
@media (max-width: 767px) {
	.navbar .navbar-brand img {
			max-height:60px;
			margin: -5px -3px -12px -10px;
		}
		.form-group label{
			text-align: left;
		}}
	@media (min-width: 768px) {
		.navbar .navbar-brand img {
			height: 90px;
			margin-right:10px;
			margin-bottom:-12px;
			margin-top:-15px;
			display:inline-block;
	}
		.navbar-light .navbar-toggler {
			right:25px;
			top:15px;
	}
	#navbar-width {
		min-height: 95px;
	}
}
.card-block{
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.card-info{
	background-color: #3d3d3d;
	border-color: #666;
}
.card-info > .card-header {
    color: white;
    border-color: #3d3d3d;
    font-size: 2.5em;
    font-weight: 500;
}
.card-info > .card-header {
    background-image: linear-gradient(to bottom, #3d3d3d 10px, #3d3d3d 100%);
}
.card-header:first-child {
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
/*    padding: 10px 10px 10px 10px;
*/}
/***********************************************************************
*
*   Custom classes and IDs
*
***********************************************************************/
.no-gutter {
  margin-right: 0px;
  margin-left: 0px;
}
.no-gutter > [class^="col-"], .no-gutter > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;

}
/*Header*/
#bars{
	color: white;
	font-size: 20px;
}
.header {
	text-align: center;
	margin-bottom: 15px;
}
#header {
	text-align: center;
	margin-bottom: 15px;
}
.header-logos {
	background-image: URL('../img/L_00_LogoSymbols.png');
	width: 100px;
	margin-bottom: 10px;
	padding: 0px;
	height: 35px;
}
.header-phone, .header-phone>p{
	display: flex;
	background: #3d3d3d;
	justify-content: right;
	text-align: right;
	padding-top:5px;
	padding-bottom: 5px;
	margin: 0;
	color: #190653;
	font-size: 16px;
	font-weight: 600;
}
.header-bg-orange {
	position: absolute;
    height:350px;
	width: 100%;
	background-image: url(../img/BGBanners/BG_Orange_3.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
.header-brush-red {
	background: url(../img/Red-Stroke-1.png) no-repeat;
    min-height: 100px;
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
	display: flex;    
	flex-direction: column;
	justify-content: center;
}
.sidebar {
	margin-top:8%;
	border:
	2px solid black;
	background: rgba(252, 189, 169, 0.2);
}
.list {
	padding:5px;
}
.list h1, .general-banner .list h1 {
	color: #cc0000;
    font-size: 2.5em;
    text-shadow: 1px 1px 1px black;
}
.list h2, .general-banner .list h2  {
	font-size: 1.75em;
}
.list h1, .list h2, .general-banner .list h1, .general-banner .list h2  {
	margin:15px 0px;
	font-weight:bold;
	text-align:center;
	color:#cc0000;
}
 .list ul, .text-width .list ul, .list ol  {
	font-size:1.5em;
	padding:15px;
}
.list img {
	margin:10px 0;
}
.list-rounded-gray {
	border: 1px solid gray;
    border-radius: 25px;
	background-color: #eff3f3;
	box-shadow: 2px 2px 1px rgb(75,75,75);
}
.gray-list {
	border: 1px solid rgb(150,150,150);
    background-color: rgb(250,250,250);
    box-shadow: 2px 2px 1px rgb(75,75,75);
    border-radius: 10px;
}
.box-outset-gray {
	border: 3px outset rgb(200,200,200);
    padding: 0px 25px;
    margin: 10px;
    background-color: rgb(240,240,240);
    border-radius: 5px;
}

.download-link {
	margin-top:45px;
}
.download-link a.text-link {
	font-size:1.75em;

}
.item-box {
	background-color:rgb(245,245,245);
	border: 2px solid #cc0000;
	border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 10px 30px;
}
.downloads{
	display: flex;
	background: #E8E8E8;
	justify-content: center;
	text-align: center;
	padding: 10px;
	border-bottom: solid 5px #cc0000;
	margin: 0px 0 20px 0;
}
.download-access, .download-access:hover {
	color:#3366FF;
}
.download-no-access, .download-no-access:hover {
	color:red;
}
.download-access, .download-no-access {
	text-transform: uppercase;
	font-weight:bold;
	padding: 10px;
	font-size:1.2em;
	text-align: center;
	display:inline-block;
}
.download-access span, .download-no-access span {
	display:inline-block;
	margin-top:10px;
}
#downloads-video {
	width:640;
	height:360px;
}
.playlist-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgb(220,220,220);
	padding: 0px;
	height:100%;
	width: 100vw;
	margin-left:-100vw;
	overflow:auto;
	transition: .5s;
	color:black;
}
.playlist-sidebar #close-playlist {
	font-size:1.5em;
	margin-bottom:10px;
	padding:5px 20px 5px 0px;
	cursor: pointer;
	text-align:right;
	display:block;
}
.playlist-sidebar #close-playlist:hover {
	background-color: rgb(200,200,200);
}

.playlist-sidebar a:hover {
	background-color:#cc0000;
	color:white;
}
.playlist-sidebar a {
	font-size:1.25em;
	text-decoration:none;
	width:100%;
	padding:100%;
	color: #2e82bc;
}
.playlist-sidebar a:visited {
	color:#2e82bc;
}
.playlist-sidebar-active {
	margin-left:0px;
}
.playlist-sidebar .btn-info {
	background-color:white;
}
#playlist-toggle {
	cursor:pointer;
	z-index:5;
	margin:10px auto;
}

.underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(50,50,50,0.65);
}
.clear-float {
	clear: both;
}
.pill-box-header {
	border:1px solid black;
	padding:2px 2px 2px 0;
}

.pill-box-label-red {
	background-color:#cc0000;
	color:white;
	padding: 5px;
}

#premium, #free {
	font-size:1.75em;
	border-radius:5px;
	border-width:0px;	
	padding: 25px 0px;
	background: -webkit-linear-gradient(#cc0000,#8e0000);
    background: linear-gradient(#cc0000,#8e0000);
}
#premium {
	padding: 20px;
	padding-top: 50px;
}
#premium .shine, #free .shine {
	border-radius:5px;
	border-width:0px;	
}
#premium {
	position:relative;
}
span.popular {
	position:absolute;
	border-radius:5px 5px 0px 0px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	font-size:.75em;
	font-weight:bold;
	margin-top:-50px;
	margin-left:-20px;
	padding:5px;
	margin-bottom:25px;
	display:block;
	z-index:5;
	background: -webkit-linear-gradient(rgb(242,239,147), rgb(167,164,84));
	background: linear-gradient(rgb(242,239,147), rgb(167,164,84)); /* Standard syntax (must be last) */
}

.text-width p.box-gray, .box-gray {
	border: 2px solid rgb(150,150,150);
    border-radius: 5px;
    padding: 15px 30px;
	background-color: #d5e1df;
	color: rgb(20,20,20);
	width: 90%;
    box-shadow: 2px 2px 4px rgb(100,100,100);
    margin: 20px auto;
}
@media (min-width:768px) {
	#free {
		padding:25px;
		padding-top:30px;
		font-size: 2.5em;
	}
	#premium {
		font-size: 2.5em;
	}
	.header-logos {
		background-image: URL('../img/L_00_DrVegherLogoNoText.jpg');
		width: 200px;
		margin: 0px 0 0 0;
		padding: 0px;
		height: 150px;
		}
	.card-img-top-nonmember{
		width:100%;
		height:500px;
	}
	.list {
		padding:10px 0px;
		margin-left:0px;
	}
	.list ul, .text-width .list ul, .list ol  {
		margin-left:0px;
	}
	.item-box {
		margin-bottom: 50px;
	}
	.w-md-25 {
		width:25% !important;
	}
	.w-md-35 {
		width:35% !important;
	}
	.w-md-50 {
		width:50% !important;
	}
	.w-md-75 {
		width:75% !important;
	}
	.w-md-85 {
		width:85% !important;
	}
	#downloads-video {
		width:850px;
		height:478px;
	}
	.header-bg-orange {
		height:400px;
	}
}
@media (min-width:992px) {
	.playlist-sidebar {
		width:300px;
	}

	}
@media (min-width:1024px) {
	.list ul, .text-width .list ul, .list ol {
		margin-left:25px;
	}
}
/***********************************************************************
*
*   Page Components Containers
*		-Video Banner
*		-Quiz Banner
*		-Header Banner
*		-Text Sections
*
***********************************************************************/

/*#######################################################################
#    Banners
#######################################################################*/
.dna-back-r {
    background: url(../img/gif/DNA_spin_r.gif) no-repeat center;
    animation: anim 1.5s steps(20) infinite;
    background-color: #3d3d3d;
}
.general-banner {
	/*height:inherit;*/
	padding-top: 15px;
	border-top: 5px solid #cc0000;
	border-bottom: 5px solid #cc0000;

}
.brand-banner {
    overflow: auto;
    padding: 10px 0;
}
.login-background{
	background: #ecf0f1;
	padding: 2% 0 2% 0;
}
.ipad {
		border:1em solid black;
		color:transparent;
		border-radius:8px 8px;
		background-color:#efefef;
		/* box-shadow:0px 0px 19px 9px #CCC,
							 inset 0 0 3px 3px rgba(255,255,255,.2),
							 inset 0 0 2px 2px rgba(0,0,0,.35); */
}
.sales-banner {
    position: relative;
    border-top: 5px solid #fc9868;
    border-bottom: 5px solid #fc9868;
    background-color: rgba(25, 6, 83, .85);
}
@media (min-width:1025px) {
	.login-background{
		padding: 5% 0 20% 0;
}}
/*#######################################################################
#   Banners
#######################################################################*/
.video-banner {
	text-align:center;
	margin-top: 0px;
	padding:10px;
	background-image:URL(../img/BGBanners/WW-Home-Background.jpg);
	background-size:cover;
	height:inherit;
	border-top: 5px solid #cc0000;
}
.quiz-banner{
	text-align:center;
	margin-top:0px;
	padding:5px;
	background-image:URL(../img/BGBanners/BG_GH_BambooWaterGreen.jpg);
	background-size:cover;
	height:inherit;
}
.heading-banner{
	display: flex;
	background: #3d3d3d;
	color:white;
	justify-content: center;
	text-align: center;
	border-top: solid 5px #cc0000;
	border-bottom: solid 5px #cc0000;
	padding:15px;
	margin: 0;
	text-transform: capitalize;
}

.heading-guarantee-top{
	display: flex;
	background: white;
	justify-content: center;
	text-align: center;
	border-top: solid 5px #cc0000;
	padding:5px 0 5px 0;
	margin: 0;
}
.heading-guarantee-middle{
	background: white;
	justify-content: center;
	text-align: center;
	padding:20px 0 20px 0;
	margin: 0;
}
.heading-guarantee-bottom{
	background: white;
	justify-content: center;
	text-align: center;
	border-bottom: solid 5px #cc0000;
	padding: 5px 5px 5px 5px;
	margin: 0;
}
.heading-orange-rounded {
	padding:5px;
	background: linear-gradient(0deg, #773112, #EF6225 );
	box-shadow:0px 5px 13px -2px grey;
	width: 100%;
	color:white;

}
.heading-orange-rounded h2 {
	padding:15px;
	font-weight:bold;
	font-style:italic;
	text-shadow:2px 2px 1px black;
	text-align:center;
	font-size:3em;
	text-transform:capitalize;
}
.exercise-type-banner {
	background: url(../img/BGBanners/ww-tyler-mandi-banner.jpg) no-repeat;
	background-size:cover;
	border-top:2px solid #cc0000;
	min-height:400px;
	padding:25px;
	margin-top:30px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}
.downloads-banner {
	margin-top: 0px;
	color:white;
	background-image:URL(../img/BGBanners/WW-Home-Background.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	border-top: 5px solid #cc0000;
	text-align:center;
}
#downloads-return-banner {
	position:fixed;
	bottom:0;
	right:0;
	background-color:#00004c;
	color:white;
	z-index:1;
	width:100vw;
	border:2px solid white;
	border-right:0px;
	border-bottom:0px;
}
#downloads-return-banner a {
	display:block;
	text-align:center;
	color:white;
	font-size: 1.25em;
	padding: 15px 10px;
}
#downloads-return-banner a:hover {
	text-decoration:none;
	background-color:#636363;
}
#blog-pillars-banner {
	position:fixed;
	bottom:0;
	right:0;
	background-color:#cc0000;
	color:white;
	z-index:99;
	width:100%;
	border:3px solid white;
	border-right:0px;
	border-bottom:0px;
	font-size: 1.25em;
}
#blog-pillars-banner a {
	display:block;
	text-align:center;
	color:white;
	font-size: 1.25em;
	padding: 20px 20px;
}
#blog-pillars-banner a:hover {
	text-decoration:none;
	background-color:#636363;
}
.overlay {
	position:relative;
}
.overlay:before{
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: rgba(0,0,0,0.5);
  }

@media (min-width: 768px) {

.heading-banner{
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0;
}
.downloads-banner {
	min-height:300px;
	/* padding:50px; */
}

.p4 {
    padding: 1.5rem;
}
.sales-banner h1 {
    font-size: 2.75em;
		font-weight: 700;
}
.sales-banner h2 {
    font-size: 2.4em;
}
/* .sales-banner h1, .sales-banner h2, .sales-banner h3, .sales-banner h4{
	width:75%;
} */
#downloads-return-banner {
	width:auto;
	border-radius: 3px;

}
.heading-orange-rounded {
	width: 90%;
	border-radius:150px 0;
	margin:0 auto;
}
}
/*#######################################################################
#  Containers to control widths or styling
#######################################################################*/
.loginBG-aux{
  padding: 5px 0px 0px 0px;
  margin-bottom: 40px;
  background-color: white;
}
.footer-textwidth{
	width: 95%;
	background-color: #3d3d3d;
}
.white-header{
	width: 100%;
	background-color: white;
}
.text-width, .text-width-center {
	max-width:900px;
}
.text-width {
	text-align:left;
	max-width: 800px;
}
.text-width-center {
	text-align:center;
}
.text-width-full {
	max-width: 100%;
	margin: 0 auto;
}
.text-width-75 {
	max-width: 75%;
	margin: 0 auto;
}
.purple-border {
	text-align: center;
	border: solid 5px #190653;
	border-radius: 25px;
	font-weight: 900;
	padding: 10px;
}
.orangebox {
    background: #cc0000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 3px solid #190653;
    border-radius: 25px;
    color: #000;
    padding: 8px;
}
section {
	padding:15px 0px;
}
#downloads-carousel {
	margin: 0px auto 30px;
	padding:10px;
}
#downloads-carousel .item {
	margin: 0 15px;
}

@media (min-width:768px) {
	section {
		padding:30px 0px;
	}
	.phone-width {
		width:1100px;
		align-content: right;
	}
	.video-container {
		text-align:center;
		padding:25px;
	}
	.video-width {
		max-width: 825px;
		padding: 0.5%;
		margin-top: 0px;
	}
	.footer-textwidth{
		width: 75%;
		max-width: 1000px;
		background-color: #3d3d3d;
	}
	.purple-border{
		margin: 20px;
	}
	#downloads-carousel .item {
		margin: 45px 15px 25px 15px;
	}
}
@media (min-width:1200px) {
	#navbar-container {
		max-width:1100px;
		background-color: white;
		height: 100px;
	}
	.phone-container {
		width:1100px;
		align-content: right;
	}
	#navbar-width {
		max-width:1200px;
		height: 105px;
	}
}
@media (min-width:1800px) {
	.text-width-full {
		max-width:1000px;
	}
}
/***********************************************************************
*
*   Text
*		-Heading Text
*		-Section Text
*
*
***********************************************************************/
.card-block h3 > a{
	color: #009100;
}
.caption-text {
	line-height: 120%;
	font-size:1.25em;
	text-align: center;
	color: black;
}
.general-banner h1{
	font-size:2em;
	font-weight:700;
	margin:15px 10px 10px 10px;
}
.quiz-heading-text h3{
    font-size:2em;
    color: #fff;
    font-weight:900;
    margin-top:40px;
	margin-bottom:40px;
	text-shadow: 2.5px 2.5px 3px black;
}
.general-banner h2{
	margin: 3% 0 3% 0;
}
.heading-banner h2{
	font-size:2em;
	font-weight:600;
	margin:15px 10px 15px 10px;
}
.heading-banner h3{
	font-size:1.5em;
	font-weight:500;
}
.heading-banner .emp-point {
	color:#cc0000;
	font-weight:bold;
	text-shadow: 1px 1px 1.5px black;
}
.heading-guarantee-top h2{
	font-size:2.5em;
	font-weight:600;
	margin:15px 10px 15px 10px;
}
.heading-guarantee-top h3{
	max-width: 900px;
}

.purple-border h2{
	font-weight:600;
	font-size: 1.75em;
	margin-bottom: 10px;
	color: #000;
}
.purple-border span.green{
	font-weight:600;
	font-size: 1em;
	margin-bottom: 10px;
	color: #009100;
}
.orangebox p{
	text-align: left;
}

.text-width h1{
	font-weight:700;
	font-size: 2.4em;
	margin: 15px 0;
	word-wrap:wrap;

}
.text-width h2{
	font-weight:600;
	font-size: 2.25em;
	margin: 15px 0;
	word-wrap:wrap;

}
.text-width h3{
	font-weight:500;
	font-size: 2.15em;
	margin: 15px 0;
}
.text-width h4{
	font-size: 2.05em;
	font-weight:600;
	margin-top: 30px;
	margin-bottom: 25px;
}
.text-width h5{
	font-size: 1.9em;
	font-weight:400;
	margin-top: 30px;
	margin-bottom: 25px;
}
.text-width .heading-pop {
	color: #3366FF;
	line-height:1.2;
	text-align: center;
	margin:15px auto;
}
.heading-
.text-width .purple-header-background {
	display: flex;
	justify-content: center;
	text-align: center;
	border: solid 5px #cc0000;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-radius: 25px
}
.text-width p, .text-width-full p {
	font-size: 1.5em;
	margin: 25px 0 25px 0;
	color: #000;
	line-height: 150%;
	padding:0px 10px;
}
.text-width p.no-thanks {
	font-size: 1em;
	margin-bottom: 25px;
	color: #000;
}
.text-width-center p.small {
	font-size: 1em;
	margin: 1% 0 6% 0;
	color: #000;
}
.text-width ul {
	font-size: inherit;
	margin-bottom: 0px;
	color: #000;
}
.text-width p.header-brush-red  {
	font-size: 2.25em;
    font-weight: bold;
	color: white;
	padding:25px;
	line-height:125%;
}
.text-shadow {
	text-shadow: 1px 1px 1.5px #736767;
 }
 .text-white-shadow {
    color: white;
    text-shadow: 2px 2px black;
}
.text-orange {
	color:#EF6225 !important;
}
.text-black {
	color:black !important;
}
.text-vistablue {
	color:#8EDBBC !important;
}
.text-royalblue {
	color:#3366FF !important;
}
.text-green {
	color:#009100 !important;
}
.text-red{
	color:#cc0000 !important;
}
.text-white{
	color:#fff !important;
}
.text-width p.subhead-italic, .subhead-italic {
	font-size:1.8em;
	font-style:italic;
}

strong.text-no-link {
	color:#cc0000;
	text-shadow:1px 1px 1.5px black;
}
a.text-link {
    font-style: italic;
    color: #cc0000;
    text-decoration: underline;
    cursor: pointer;
}
.sales-link {
    padding: 10px 0 20px 0;
}
.sales-link > p {
    color: #cc0000;
    font-size: 1.2em;
    margin: 0 0 0 0;
}
.sales-link > a {
    color: #cc0000;
    cursor: pointer;
    font-size: 1em;
}
a.text-link-noital {
    color: #009100;
    cursor: pointer;
}
span.strikethrough{
	color: black;
	text-decoration: line-through;
}
strong.text-link {
	color: #cc0000;
	cursor: pointer;
}
strong.text-link-purple {
	color: #190653;
	cursor: pointer;
}
strong.text-no-link-dont-buy {
	color: #e50000;
}
strong.text-no-link-buy {
	color: #3d3d3d;
	text-shadow: 1px 1px #009100;
}
.image-large {
    padding: 20px 0px 20px 0px;
    display: block;
    margin: auto;
    width: 100%;
}
.big-text-no-link{
	font-size: 4em;
}
.downloads_community img {
	height:100%;
	width:100%;
}
.lander{
	font-size: 2em;
}
.lander-small{
	font-size: 1em;
	font-weight: 300;
}
article {
	padding:25px 0px;
}
.exercise-type-banner h2 {
	font-weight:bold;
}
@media (max-width: 767px) {
	.text-xs-center {
		text-align:center;
	}
	.btn.btn-basic.quiz-btn.btn-block{
		font-size:1.2em !important;
	}
}
@media (min-width: 1025px) {
	.caption-text{
		line-height: 110%;
		font-size:2em;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.caption-text {
		line-height: 120%;
		font-size:1.5em;
}
	.sales-link > a {
		font-size: 1.5em;
	}

}
@media (min-width: 768px) {
	.sales-link > a {
		font-size:1.2em;
	}
	.lander{
		font-size: 1.5em;
	}
	.lander-small{
		font-weight: 600;
	}
	.general-banner h1{
		font-size:3em;
		margin: 30px 10px 0px 10px;
	}
	.heading-banner h2{
		font-size:2.5em;
		font-weight:500;
		max-width: 900px;
	}
	.heading-banner h3{
		font-size:1.5em;
		font-weight:500;
		max-width: 900px;
		margin-bottom: 3px;
	}
	.header h2{
		font-size: 2.5em;
	}
	.heading-guarantee-top h2{
		font-size:4em;
		font-weight:500;
		max-width: 900px;
		margin-bottom: 0px;
	}
	.text-width h1{
		font-size: 2.5em;
	}
	.text-width h2{
		font-size: 2.35em;
	}
	.text-width h3{
		font-weight:500;
		font-size: 2.25em;
	}
	.text-width h4{
		font-size: 2em;
		font-weight:600;
		margin-bottom: 25px;
	}
	.text-width .heading-pop {
		margin:45px auto 20px auto;
	}
	.quiz-heading-text h3{
        font-size:3em;
        color: #fff;
        padding:0;
        font-weight:900;
        margin-bottom: 50px;
        text-shadow:2.5px 2.5px 3px black;
	}
	.text-width h5{
		font-size: 3em;
		font-weight:400;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.purple-border h2{
		font-size: 2em;
	}
	.exercise-type-banner h2 {
		font-size:3.5em;
		font-weight:bold;
	}
}
@media (min-width:992px) {
	.brand-banner img {
    height: 100px;
	}
	.downloads_community div:nth-child(2) {
		margin-left:-10px;
	}
}

/***********************************************************************
*
*   Buttons
*		-Large Button (Quiz Button, Buy Now Button)
*		-Small Button ()
***********************************************************************/

.btn.btn-basic {
	color:#fff;
	text-transform:none;
	background-color:#cc0000;
	border-color:#b70000;
	text-shadow:2px 2px 2px #000;
	font-size:1.75em;
	padding:0.625em 0.25em;
	margin:25px 0px 15px 0px;
	font-weight: 700;
	white-space: normal;
	border-radius: 15px;
	border-width:3px;
}
.btn.btn-basic:hover, .btn.btn-basic:focus,.btn.btn-basic-smtext:hover, .btn.btn-basic-smtext:focus, .btn.btn-basic-sm:hover, .btn.btn-basic-sm:focus  {
	color:#fff;
	background-color:#cc0000;
	border-color:#b70000;
	transform:scale(1.1) perspective(1px);
}
.btn.btn-basic-sm{
	color:#fff;
	text-transform:none;
	/*background-color:#cc0000;*/
	background: linear-gradient(#cc0000,#8e0000);
	border-color:#b70000;
	text-shadow:1px 1px 1px #000;
	font-size:3em;
	padding:0.3em 0.3em;
	margin:15px 10px 5px 10px;
	font-weight: 700;
	white-space: normal;
	border-radius:25px;
	border-width:thick;

}
.btn.btn-basic-smtext{
	color:#fff;
	text-transform:none;
	background-color:#cc0000;
	border-color:#b70000;
	text-shadow:2px 2px 2px #000;
	font-size:1.5em;
	padding:0.625em 0.25em;
	margin:20px 0px 15px 0px;
	font-weight: 700;
	white-space: normal;
	border-radius:25px;

}
/* .btn.btn-basic-smtext:hover, .btn.btn-basic-smtext:focus {
	color:#fff;
	background-color:#cc0000;
	border-color:white;
} */

.btn-primary {
  background-color:#cc0000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1em;
  border-radius: 5px;
  border-style: solid;
  border-width: 0px;
  padding: 10px;
  margin: 5px 0 5px 0;
}
.btn-primary:hover {
  background-color:#8e0000;
  border-color: #cc0000;
}
.btn-primary:focus {
	color:white;
  }
.btn-lg{
	padding: 0;
}
.btn-banner {
  background-color:#3d3d3d;
  color: black;
  border-color:none;
  border-radius: 5px;
  padding: 0.15em 0.25em;
  margin: 1px 0 10px 0;
}
.btn-banner:hover, .btn-banner:focus {
  background-color:#009100;
  color: white;
}
.btn-banner2 {
  background-color:#cc0000;
  color: black;
  border-color:none;
  border-radius: 5px;
  padding: 0.15em 0.25em;
  margin: 1px 0 10px 0;
}
.btn-banner2:hover, .btn-banner2:focus {
  background-color:#a95508;
  color: white;
}
.btn.btn-round  {
	border-radius: 35px !important;
	box-shadow: 0px 0px 15px gray;
	text-transform: capitalize;
	text-align: center;
	background-image: linear-gradient(to bottom, #fc9768, #4d2d20);
	border: 0px;
	font-size:1.5em;
}
.btn.btn-lander  {
	margin: 15px 0px 15px 0px;
}

button.btn-banner {
  background-color:white;
  border-color:none;
  border-radius: 5px;
  padding: 0.15em 0.25em;
  margin: 10px 0 10px 0;
}
button.btn-banner:hover {
  background-color:#cc0000;
  text-decoration: none;
}
button.btn-banner>a {
  color: #190653;
  font-size: 18px;
}
.shine {
	border-radius: 20px;
	width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    background: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,.25) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
}

@media (min-width:768px) {
	.btn.btn-basic {
		font-size:2em;
		padding: 0.3em 0 0.3em 0;
		border-width:thick;
		margin:25px 0px 10px 0px;
		/* height:100%; */
	}
	.btn.btn-basic:hover, .btn.btn-basic:focus {
		color:#fff;
		background-color:#cc0000;
		border-color:white;
		transform:scale(1.1) perspective(1px);
	}
	.btn.btn-basic-sm{
		font-size: 3em;
		margin:25px 30px 15px 30px;
	}
	.btn.btn-basic-smtext {
		padding: 1em 2em;
		border-width:thick;
		margin:10px 0px 25px 0px;
		height:100%;
	}
	.btn.btn-lander  {
		margin: 25px 0px 15px 0px;
	}
	.btn-primary {
		font-size: 1.5em;
	}}
/*Alternative button for video with no ipad styling*/
/*.btn.btn-basic2 {
	width:80%;
	max-width:523px;
	color:#190653;
	text-transform:none;
	background-color:#cc0000;
	border-color:#190653;
	font-size:2em;
	padding:0.625em 1em;
	border-width:thick;
	margin:20px 0px 15px 0px;
}

@media (max-width:700px) {
	.btn.btn-basic2 {
		font-size:2em;
		padding:0.8em 0;
		margin:20px 0px 15px 0px;
		height:100%;
		width:100%;
	}
}
.btn.btn-basic2:hover {
	color:#fff;
	background-color:#cc0000;
	border-color:white;
}*/
/***********************************************************************
*
*   Images
*
***********************************************************************/
.image-center {
	display: block;
	margin: auto;
  	/* width:100%; */
}
.image-right {
	float: right;
	margin: 5px 0px 5px 15px;
	max-width: 50%;
}
.image-left {
	float: left;
	margin: 5px 15px 5px 0px;
	max-width: 55%;
}
.image-shrink {
	display: block;
	margin: auto;
	width: 90%;
}
.image-guarantee {
	display: flex;
  	width:100%;
  	margin: 0px 0 10px 0;
  	max-width: 750px;
}
.image-smaller {
  	width:50%;
}
.image-shadow {
	box-shadow:0px 0px 15px grey;
}
.image-active {
	border:3px solid blue;
}
.curve-circle {
  /*width: 33%; height: auto;*/
  min-width: 150px;
  float: left;
  margin-right:2rem;
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}
.curve-oval {
  /*width: 33%; height: auto;*/
  margin-right:2rem;
  border-radius: 50%;
  -webkit-shape-outside:ellipse();
  shape-outside:ellipse();
}
.portrait {
	float:right;
	border-radius:5em;
	border:solid 2px white;
	box-shadow:10px 5px 10px #888888;
	overflow:hidden;
}
.downloads-banner img {
	width:55%;
	margin-bottom:25px;
}
@media (min-width:992px){
	.image-shrink {
		width: 90%;
}}
@media (min-width:768px){
	.image-guarantee {
 	 	margin: 25px 0 25px 0;
	}
	.image-smaller {
  		width:10%;
	}
	.image-center {
	  	/* width:75%; */
	}
	.image-md-right {
		float: right;
	}
	.image-md-left {
		float:left;
	}
	.image-right, .image-md-right {
		margin: 2rem 0 2rem 2rem;
		max-width:40%;
	}
	.image-left, .image-md-left {
		margin: 2rem 2.5rem 2rem 0;
		max-width:40%;
	}
	.portrait {
		border-radius:3em;
		max-width:30%;
	}
	.downloads-banner img {
		width:auto;
	}
}
/***********************************************************************
*
*   Footer
*
***********************************************************************/
footer {
	border-top: 2px solid #cc0000;
}
.footer-section1{
	width: 100%;
	margin: 0 auto;
	background-color: #3d3d3d;
	color: #fff;
	padding: 1% 1% 1% 1%;
}
.footer-section1 p{
	color:white;
	font-size:12px;
	margin: 5% 1% 3% 1%;
}
.footer-copyright{
	width: 100%;
	margin: 0 auto;
	background-color: #77837E;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 15px;
}
.footer-copyright p{
	color:rgba(255,255,255,0.8);
	font-weight:500;
	font-size:15px;
}
.footer-copyright a {
	color:rgba(255,255,255,0.8);
	margin:0px 5px 0px 5px;
	/*margin-top:100px;*/
	font-weight:500;
	font-size:16px;
}
@media (min-width:768px) {
	.footer-copyright a {
		margin:0px 20px 0px 20px;
	}
	.footer-section1 p{
		font-size:16px;
		margin: 3% 1% 3% 1%;
}}
/***********************************************************************
*
*   Testimonials
*
***********************************************************************/
.owl-theme .owl-controls {
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    background: #cc0000;
    border: 2px solid #333;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #333;
}
.owl-theme .owl-controls .owl-page span {
        background: #cc0000;

}
.owl-carousel{
	width: 100%;
}
/*.owl-carousel .owl-wrapper-outer{
    background-color: white;
}*/
.testimonial {
    margin-top:10px;
    padding: 0 15px;
}
.testimonial:hover .testimonial-review:before {
    border-top-color:#cc0000;
}
.testimonial .testimonial-title {
    display: block;
    color: #190653;
    font-size: 2em;
    margin:0;
    text-transform: capitalize;
    position: relative;
    top:10px;
}
.testimonial .description {
    color: #000;
    font-size: 1.65em;
    line-height:150%;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
}
.testimonial .description:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: relative;
    top: 0;
    left: 0;
    margin-right: 5px;
    font-size:25px;
    color:rgba(252, 152, 104, 1.0);
}
.testimonial .description:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: relative;
    bottom:0;
    right:0;
    margin-left: 5px;
    font-size:25px;
    color:rgba(252, 152, 104, 1.0);
}
.testimonial .testimonial-review {
    text-align: center;
    overflow:visible;
    position: relative;
    border-top: 5px solid #aaa;
    padding:20px;
}
.testimonial:hover .testimonial-review {
    border-color: #cc0000;
}
.testimonial .testimonial-review:before {
    content: "";
    border-top: 20px solid #aaa;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top:0;
    left: 45%;
}
.testimonial .testimonial-title {
    display: block;
    color: #190653;
    font-size: 2em;
    margin:0;
    text-transform: capitalize;
    position: relative;
    top:10px;
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 769px) and (max-width: 1024px) {
    .testimonial .description {
        font-size: 3.75em;
        line-height:200%;
    }
    .testimonial .description:before {
        margin-right: 5px;
        font-size:60px;
    }
    .testimonial .description-checkout {
		margin-top: 20px;
	    font-size: 1em;
	    line-height:100%;
	}
    .testimonial .description:after {
        margin-left: 5px;
        font-size:30px;
        color:rgba(252, 152, 104, 1.0);
    }
    .testimonial .testimonial-title {
        font-size: 3em;
}}
@media (min-width: 1025px){
	.testimonial .description {
	    font-size: 1.75em;
	    line-height:120%;
	}
	.testimonial .description-checkout {
		margin-top: 20px;
	    font-size: 1.5em;
	    line-height:100%;
	}
	.testimonial .description:before {
	    margin-right: 5px;
	    font-size:55px;
	}
	.testimonial .description:after {
	    margin-left: 5px;
	    font-size:25px;
	}
	.testimonial .testimonial-title {
        font-size: 3em;
	}
	.testimonial .testimonial-checkout {
	    font-size:2em;
	}
}

/*
.testimonial .pic {
    width: 70px;
    height: 70px;
    margin-right: 7px;
    display: inline-block;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
*/

/*
.testimonial .testimonial-title > small {
    color:#656565;
    display: block;
    font-size: .6em;
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
*/
/***********************************************************
*   Bullet Points
*		-Unordered List
***********************************************************/

ul.no-bullet {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
}
ul.apple-point li, ul.star-point li, ul.green-check li {
	background-repeat: no-repeat;
    background-size: 35px;
	padding-left:45px;
	margin-bottom:20px;
}

ul.apple-point li {
	background-image: url('../img/Apple.jpg');
}
ul.star-point li {
	background-image: url('../img/list_image/Star-Point.png');
}
ul.green-check li {
	background-image: url('../img/list_image/green-check.png');
}
@media (min-width:768px){
	ul.apple-point li, ul.star-point li, ul.green-check li  {
		padding-left:45px;
	}}

/***********************************************************
*   font-size
***********************************************************/
.one-em {
	font-size:1em !important;
}
.one-point-one-em{
	font-size:1.1em !important;
}
.one-point-two-em{
	font-size:1.2em !important;
}
.one-point-three-five-em{
	font-size:1.35em !important;
}
.one-point-five-em{
	font-size:1.5em !important;
}
.one-point-eight-em{
	font-size:1.8em !important;
}
.two-em{
	font-size: 2em !important;
}
.two-point-five-em{
	font-size:2.5em !important;
}
.three-em{
	font-size:3em !important;
}
.three-point-five-em{
	font-size:3.5em !important;
}
.four-em{
	font-size:4em !important;
}
.five-em{
	font-size:5em !important;
}
.text-bold{
	font-weight: 700 !important;
}
.text-unbold{
	font-weight: 400 !important;
}
.text-italic{
	font-style:italic !important;
}
.no-margin{
	margin:0 !important;
}
.normal-line-height{
	line-height: 100% !important;
}
@media (min-width:768px) {
	.fs-md-three-em {
		font-size:3em !important;
	}
	.fs-md-four-em {
		font-size: 4em !important;
	}
}
/* .wistia_embed{
	height:415px !important;
} */
/***********************************************************
*   line-height
***********************************************************/
.one-point-two-line-height{
	line-height: 120% !important;
}

/***********************************************************
*   Checkbox
***********************************************************/

.buy-chkbx{
    margin-bottom:30px; 
    width:100%; 
    margin-left:auto; 
    margin-right:auto;
}
.buy-chkbx label {
    font-family: Source Sans Pro; 
    font-size: 17px; 
    font-weight: normal; 
    line-height: 1.5em; 
    padding-left: 40px;
    position: relative; 
    cursor:pointer;
}
.buy-chkbx input[type="checkbox"]{
    display:none;
}
.buy-chkbx .checkbox-checked{
    display:block; 
    background:url('../img/CheckBox-Checked.png'); 
    background-position:0 0; 
    background-size: cover;
    width:24px; 
    height:24px; 
    position:absolute; 
    left:0; 
}
.buy-chkbx .checkbox-unchecked{
    display:block; 
    background-position:0 0; 
    background-size: cover;
    width:24px; 
    height:24px; 
    position:absolute; 
    left:0; 
    background:url('../img/CheckBox-Unchecked.png'); 
    background-size: cover;
}

/***********************************************************************
*
*   Count Down Timer
*
***********************************************************************/
.countdown-timer {
	font-size:1.5em;
	color:grey;
	text-align:center;

}
.countdown-timer h2 {
	font-size:2em;
	color:red;
	text-align:center;
	text-transform:capitalize;
	font-weight:bold;
}
.countdown-timer span{
	font-size:1.25em;
	color:black;
	font-weight:bold;
	margin-right:5px;
	margin-left:15px;
}
@media screen and (min-width:786px) {
	.countdown-timer h2 {
		font-size:2.35em;
		letter-spacing:2px;
	}
	.countdown-timer span{
		font-size:1.75em;
	}
}
