	html,
	body {
		/*background-image: url("");
  		background-size: cover;
    	background-position: center center;
    	background-repeat: no-repeat;
    	background-attachment: fixed;*/
    	 background-image: url("https://s3.amazonaws.com/assets.manwardpress.com/promo/MWL/Event/update0123/background2.jpg");
		background-color: #f2f2ed;
		width: 100%;
		height: 100%;
		margin: 0;


	}


/* Universal Styles */

	p {
		font-family: 'karmina', sans-serif;
		font-size: 1.45em;
		line-height: 1.4em;
		margin-bottom: 1em;
		color: #000;
		font-weight: 400
	}

	h3 {
		font-family:"karmina", Arial, sans-serif;
		font-weight: 700;
		font-size: 2em;
		letter-spacing: 0;
		line-height: 1.4em;
		max-width: 900px;
		margin: 0px auto 20px auto;
		text-align: center;
		color: black;
		transition: all 0.2s
	}

	h4 {
		font-family:"karmina", Arial, sans-serif;
		font-weight: 700;
		font-size: 1.5em;
		letter-spacing: 0;
		line-height: 1.4em;
		max-width: 900px;
		margin: 0px auto 20px auto;
		text-align: left;
		color: black;
		transition: all 0.2s;
		text-decoration: underline;
	}

	a {
		color: rgba(158, 22, 65, 1)
	}

	strong {
		font-weight: 900
	}

	mark {
		display: block;
		font-family: 'karmina', sans-serif;
		font-size: 1em;
		line-height: 1.5em;
		margin-bottom: 1em;
		font-weight: 900 !important;
		background-color: yellow !important
	}
	hr {
		margin-top: 2em;
	}

	.callout {
		color: #601616;
	}


/* List Styles */

	ul {
	padding: 0 0 0 2em;
	margin: 1.5em 0;
	list-style-type: none
	}

	li {
		font-family: 'karmina', sans-serif;
f		font-weight: 500;
		font-size: 1.45em;
		line-height: 1.4em;
		display: block;
		position: relative;
		padding-left: 1.5em;
		margin-bottom: .5em;
		transition: all 0.2s
	}

	li::before {
		position: absolute;
	    content: '\2714';
	    top: 0;
	    left: -1em;
	    background-color: #601616;
	    font-weight: 800;
	    font-size: .75em;
	    padding: 0.25em 0.75em .1em .75em;
	    border-radius: 25%;
	    color: white;
	    transition: all 0.2s;
	}

/* Nested List style */

	ul.side {
		margin: .5em 0 1.5em 0
	}

	li.smol {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 1em;
		line-height: 1.5em;
		display: block;
		position: relative;
		padding-left: 2em;
		margin-bottom: .5em;
		transition: all 0.2s
	}

	li.smol::before {
		position: absolute;
		content: '';
		top: 5px;
		left: 0;
		transform: rotate(45deg);
		height: 12px;
		width: 5px;
		border-bottom: 5px solid #27a69a;
		border-right: 5px solid #27a69a;
		transition: all 0.2s
	}

/*  Ordered List Style with COOL numbers */

	ol {
		display: block;
		list-style: none;
		counter-reset: my-awesome-counter;
		padding: 0 0 0 2em;
		margin: 1.5em 0
	}

	ol li {
		counter-increment: my-awesome-counter
	}

	ol li::before {
		position: absolute;
		content: counter(my-awesome-counter);
		top: 0;
		left: 0;
		font-weight: 800;
		font-size: 1.5em;
		color: #ef514d;
		transform: rotate(0deg);
		height: 12px;
		width: 5px;
		border-bottom: 0px solid;
		border-right: 0px solid;
		transition: all 0.2s
	}


/* Layout Styles */

	header {
		width: 100%;
		padding: .5em 5%;
	}

	#page-content {
	  flex: 1 0 auto;
	  /*margin-bottom: 2em;*/
	}

	.center {
		text-align: center
	}

	article {
		margin: auto;
		padding: 2em;
		max-width: 850px;
		position: relative;
		
	}
	
	.maintranscript {
		/*background-color: rgba(255, 255, 255, 1);*/
		/*border-top: .5em solid rgba(200, 140, 0, 1);*/
		/*border-bottom: .5em solid rgba(200, 140, 0, 1);*/
		/*box-shadow: 0 2px 10px #d9d9d9*/
		text-align: left;
	}

	#sticky-footer {
	  flex-shrink: 0;
	}

	footer {
		width: 100%;
	}	

	


/* Headline Styles */

	

	h3.eyebrow {
		font-family: 'Anonymous Pro', monospace;
		font-weight: 400;
		font-size: 1.6em;
		line-height: 1.4em;
		max-width: 900px;
		text-transform: uppercase;
		margin-bottom: 10px;
		text-align: center;
		color: black;
		transition: all 0.2s;
		border-top: 1px black solid;
		padding: 15px;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	

	

	h1.headline {
		font-family: 'Special Elite', cursive;
		font-weight: 600;
		font-style: normal;
		font-size: 5.4em;
		letter-spacing: 0;
		line-height: 1em;
		text-align: center;
		max-width: 1000px;
		margin: .1em auto;
		color: black;
		transition: all 0.2s;
		margin-bottom: 0px;
		opacity: .9;
	}

	

	h2.subhead {
			font-family: 'Anonymous Pro', monospace;
		font-weight: 800;
		font-size: 1.6em;
		letter-spacing: 1px;
		line-height: 1.4em;
		max-width: 900px;
		margin: 0em auto;
		text-align: center;
		color: #bb2222;
		transition: all 0.2s;
		text-transform: uppercase;
				border-bottom: 1px black solid;
				padding-bottom: 15px;
				text-decoration: underline;

	}

	h2.subhead strong {
		color: rgba(241, 90, 36, 1)
	}

	h2.alt {
		font-family:"karmina", Arial, sans-serif;
		font-weight: 700;
		font-size: 2em;
		font-style: normal;
		letter-spacing: 0;
		line-height: 1.4em;
		max-width: 900px;
		margin: 0em auto 10px auto;
		text-align: center;
		color: white;
		transition: all 0.2s
	}



	.subhead{ 
	font-family: 'Anonymous Pro', monospace;
	font-size: 2em;
	color: #bb2222;
	text-transform: uppercase
 }


/* Headline Bullets if needed */

	.bullets {
		text-align: center;
		max-width: 900px;
		margin: 1em auto 2em auto;
		color: rgba(0, 0, 0, 1);
		transition: all 0.2s
	}

	.bullets p {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 1.8em;
		line-height: 1.25em;
		position: relative;
		margin-bottom: .25em;
		transition: all 0.2s
	}

	.check {
		color: rgba(204, 17, 0, 1)
	}


/* Video Styles */

	#video {
		margin: auto;
		margin-top: .6em;
	  	margin-bottom: 1em;
		max-width: 720px;									/* Change this width depending on video */
		border: 1px solid white;			/* Comment this out if you don't want a border */
		transition: all 0.2s
	}

	#big-video {
		margin: auto;
		margin-top: .6em;
	  	margin-bottom: 1em;
		max-width: 915px;									/* Change this width depending on video */
		border: 1px solid white;			/* Comment this out if you don't want a border */
		transition: all 0.2s
	}




/* Button Styles */

	.button {
		margin: 2em auto;
		text-align: center
	}

	.subscribePop {
		display: none
	}

	a.subscribeButton {
		background-color: #bb2222;						/* Change this to the button color */
		display: inline-block;
		padding: 0em 1em .15em 1em;
		margin: 0;
		border-radius: 3px;								/* Change to determing the roundness of the button */
		box-sizing: border-box;
		text-decoration: none;
		font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 2.8em;
		letter-spacing: 1px;
		color: white;
		text-align: center;
		overflow: hidden;
		display: inline-block;
		position: relative;
		margin-bottom: 1em;
		transition: all 0.2s
	}

	a.subscribeButton:before {								/* Adds a glow on the HOVER effect */
		content: "";
		width: 200%;
		height: 200%;
		position: absolute;
		top: -200%;
		left: -225%;
		background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
		background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out
	}

	a.subscribeButton:hover {
		color: #FFF;
		text-decoration: none;
		transition: all .5s
	}

	a.subscribeButton:hover::before {
		top: 200%;
		left: 200%
	}

	a.subscribeButton:active {								/* This is the ACTIVE state when user clicks */
		transform: scale(.98) translate(0, 2px);			/* Creates a CLICK effect */
		transition: all .2s;
		background-color: rgba(237, 28, 36, 1)				/* Changes the color of the button */
	}



/* Sections Styles */

	.intro {
		margin-top: 1em
	}

	.second {
			margin-top:5em;
			border-top:1px solid rgba(180,180,180,1)
		}
		.second h3 {
			margin: .75em auto .5em auto;
			text-align: left;
	        font-family: 'Roboto' , sans-serif;
	        color: rgba(0,8,40,1);
	        font-size: 3em;
	        font-weight: 900;
			letter-spacing: 0;
			border-left:.25em solid #27a69a;
			padding:.5em 1em;
			background-color:white;
			transition: all 0.2s
        }
		.second h4 {
			margin: 1.5em auto 1em auto;
			text-align: left;
	        font-family: 'Roboto' , sans-serif;
	        color:rgba(5,14,12.1);
	        font-size: 2em;
	        font-weight: 700;
			letter-spacing: 0;
			border-left:.25em solid #ef514d;
			padding:.5em 1em;
			background-color:white;
			transition: all 0.2s
		}



/* Quote Styles */	

	blockquote {
		font-family: 'Roboto Slab', serif;
		color: black;
		font-size: 1.5em;
		/*line-height: 1.4em;*/
		font-weight: 400;
		text-align: center;
		/*hyphens: auto;*/
		position: relative;
		width: 90%;
		margin: 1em auto !important;
		padding: 1em 1em !important;
		background: linear-gradient(90deg, rgba(219,173,106,1) 0%, rgba(255,201,123,1) 100%);
		transition: all 0.2s;
		box-shadow: 10px 10px 10px grey;
	}

	cite {
		position: relative;
		display:block;
		font-family: 'Roboto slab', serif;
		font-style: normal;
		color: black;
		text-align: center;
		font-weight: 400;
		margin: 2em 0 0 0;
		font-size: .8em;
	}

	cite::before {											/* Comment this pseudo-element if you don't want a line above byline */
		position: absolute;
		content: '';
		left: calc(50% - 50px);								/* A calculation to center the line at 50% of half the width */
		top: -1.5em;											/* How high we want the line from the byline */
		width: 100px;											/* Width of line above the byline */
		border-top: 2px solid; 				/* Change this color to your liking, or use the variables above */
		margin: 10px 0 0 0;
	}


	blockquote-2 {
		font-family: 'Roboto Slab', serif;
		color: #4A74A9;
		font-size: 1.5em;
		/*line-height: 1.4em;*/
		font-weight: 600;
		text-align: left;
		/*hyphens: auto;*/
		position: relative;
		transition: all 0.2s;
	}

	cite-2 {
		position: relative;
		display:block;
		font-family: 'Roboto slab', serif;
		font-style: normal;
		color: #4A74A9;
		text-align: left;
		font-weight: 600;
		margin: 1em 0 20px 0;
		font-size: 1em;
	}

	cite-2::before {											/* Comment this pseudo-element if you don't want a line above byline */
		position: absolute;
		content: '';
		top: -1em;											/* How high we want the line from the byline */
		width: 75px;											/* Width of line above the byline */
		border-top: 2px solid #4A74A9; 				/* Change this color to your liking, or use the variables above */
		margin: 10px 0 0 0px;
	}

	.quote {
		font-family: 'Roboto Slab', serif;
		color: #601616;
		font-size: 1.5em;
		/*line-height: 1.4em;*/
		font-weight: 600;
		text-align: left;
		/*hyphens: auto;*/
		position: relative;
		transition: all 0.2s;
		margin: 1em 1em 2em 1em;
		padding: 0em 0em 0em 1em;
		border-left: 5px solid #601616;
	}

/* Side Column Quote Template */	

	/* Wrap the text and quote in this container */	
	.side-flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap
	}

	/* Quote goes inside this class and takes up 30% of the container */	
	.side-quote {
		background-image: linear-gradient(45deg, rgba(0, 169, 157, 1), rgba(34, 181, 115, 1));
		width: 30%;
		margin: 1em 0 0 2%;
		padding: 1em 2em;
		transition: all 0.1s
	}
	.side-quote p {
		font-family: 'Roboto', sans-serif;
		color: #fff;
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 600
	}

	/* Normal content goes in this container and takes up the remaining 60% (accounts for padding) */	
	.side-content {
		width: 60%;
		transition: all 0.1s
	}


/* Figure Styles for Full width Images */

	figure {
		margin: 2em auto !important;
		transition: all 0.2s
	}

	img {
		max-width: 100%;
	}

	.image{
		max-width: 75%;
		display: block;
		margin: 5px auto 20px auto;
	}

	.image-large{
		max-width: 100%;
		margin: 0px auto 20px auto;
	}

	.chart{
		max-width: 100%;
		border: 1px solid grey;
		margin-bottom: 1.5em;
		display: block;
		margin-left: auto;
  		margin-right: auto;

	}

	figcaption {
		display: block;
		text-align: center;
		font: .95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #777;
		margin-top: 1em
	}

	figure.eighty {width:80%;}
	figure.sixty {width:60%;}
	figure.thirty {width:30%;}

	.full-width-image {
		margin: 1em auto
	}

	.signature {
		max-width: 250px
	}

/* Images that FLOAT on Desktop */

	.x-small-image {
		max-width: 20%;
		float: right;
		clear: both;
		padding: .5em 0 .5em .5em;
		transition: all 0.2s;
	}

	.small-image {
		max-width: 25%;
		float: right;
		clear: both;
		padding: .5em 0 .5em .5em;
		transition: all 0.2s;
	}

	.medium-image {
		max-width: 40%;
		float: right;
		clear: both;
		padding: 1em 0 1em 1em;
		transition: all 0.2s;
	}

	.large-image {
		max-width: 60%;
		float: right;
		clear: both;
		padding: 1em 0 1em 1em;
		transition: all 0.2s;
	}

	.headshot {
		padding: 0 0 .5em .5em;
	}


/* Webinar Styles */

	
	.host {
		position: absolute;
		left: 20px;											/* sets the distance between the box and the paragraph - higher no. = closer distance */
		transform: translate(-100%, 0); 					/* flushed the box left 100% regardless of how long the name is */
	  	background: #27a69a;
		padding: 3px 8px;
		margin: 5px 0;
		border-radius: 5px;
		color: white;
		font-size: .8em;
		font-weight: bold;
		text-transform: uppercase;
	}

	.guru {
		position: absolute;
		left: 20px;											/* sets the distance between the box and the paragraph */
		transform: translate(-100%, 0); 					/* flushed the box left 100% regardless of how long the name is */
	 	background: #ef514d;
		padding: 3px 8px;
		margin: 5px 0;
		border-radius: 5px;
		color: white;
		font-size: .8em;
		font-weight: bold;
		text-transform: uppercase;
	}


/* Content that needs to be Flex Wrapped depending on number of colunns */

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

	.two-column {
		width: 50%;
		transition: all 0.2s
	}

	.three-column {
		width: 33%;
		transition: all 0.2s
	}


/* Footer Styles */

	#legal {
		max-width: 1000px;
		padding: 2em 5%;
		margin: auto;
		box-sizing: border-box
	}

	#legal p {
		text-align: justify;
		font: .85em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		margin: 0px auto;
		color: grey;
	}

	#legal a {
		color: rgba(180,170,160,1);
	}


/* Advertorial Styles */
	.advertorial {
		text-align: center;
		font-size: .8em;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		margin: 5px auto;
		color: rgba(125, 125, 125, 1)
	}
	.advertorial-links {
		text-align: center;
		font-size: .8em;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		margin: 5px auto;
	}



/* MEDIA QUERIES */

	@media screen and (max-width: 1024px) {
		h1.headline {
			font-size: 5.5em
		}

		h2.subhead {
			font-size: 1.9em
		}

		h3.eyebrow {
			font-size: 1.4em
		}

		h3 {
			font-size: 1.8em
		}

		h4 {
			font-size: 1.4em
		}

		p {
			font-size: 1.3em
		}

		li {
			font-size: 1.2em
		}

		.bullets p {
			font-size: 1.6em
		}

		article {
			max-width: 100%
		}

		.maintranscript {
			padding: 2% 5%;
		}

		.headshot {
			max-width: 25%;
			float: right;
			padding: .5em 0 1em 2em;
			margin-top: 0
		}

		.host {
			display: inline-block;
			transform: translate(0);
			position: relative;
			float:left;
			margin: 0 10px 0 0;
			left: 0;
		}

		.guru {
			display: inline-block;
			transform: translate(0);
			position: relative;
			float:left;
			margin: 0 10px 0 0;
			left: 0;
		}

		blockquote {
			font-size: 1.2em;
			width: 80%;
		}

		cite {
			font-size: .7em;
		}

		blockquote-2 {
			font-size: 1.2em;
		}

		.quote {
		font-size: 1.2em;
		}

		.image {
			max-width: 60%;
		}

		.image-large{
			max-width: 85%;
		}

		.small-image {
			max-width: 20%;
		}

		.medium-image {
			max-width: 35%;
		}

		.large-image {
			max-width: 55%;
		}

		a.subscribeButton {
			display: inline-block;
			padding: .2em .6em .35em .6em;
			font-size: 2.5em;
			line-height: 1em;
			max-width: 50%;
		}

	}

	@media screen and (max-width: 768px) {
		h1.headline {
			font-size: 4em
		}

		h2.subhead {
			font-size: 1.4em
		}

		h3.eyebrow  {
			font-size: 1.125em
		}

		h3 {
			font-size: 1.6em
		}

		h4 {
			font-size: 1.2em
		}

		.eyebrow {
			padding: 10px !important
		}

		p {
			font-size: 1.3em
		}

		ul {
			padding-left: 0
		}

		ul.side {
			padding-left: 0
		}

		li {
			font-size: 1.1em
		}

		li.smol {
			font-size: .9em
		}

		ol {
			padding-left: 0
		}

		.bullets p {
			font-size: 1.4em
		}

		.second {
			margin-top: 3em
		}

		.second h3 {
			margin-bottom: .5em
		}

		blockquote {
			font-size: 1.2em;
			max-width: 80%;
		}

		blockquote-2 {
		font-size: 1.2em;
		}

		cite-2::before {											/* Comment this pseudo-element if you don't want a line above byline */										/* How high we want the line from the byline */
		width: 50px;											/* Width of line above the byline */
		}

		.quote {
		font-size: 1.1em;
		}

		.two-column {
			width: 100%
		}

		.three-column {
			width: 100%;
			margin: .2em 0
		}

		figure {
			margin: 1.5em auto !important
		}

		.image{
			max-width: 90%;
		}

		.image-large{
			max-width: 100%;
		}

		.small-image {
			float: none;
			display: block;
			max-width: 20%;
			margin-left: auto;
			margin-right: auto;
		}

		.medium-image {
			float: none;
			display: block;
			margin-top: 1em;
			margin-bottom: 1em;
			margin-left: auto;
			margin-right: auto;
			max-width: 45%;
			padding-right: 3em
		}

		.large-image {
			float: none;
			display: block;
			max-width: 60%;
			margin-left: auto;
			margin-right: auto;
		}

		.headshot {
			max-width: 40%;
			float: right;
			padding-left: 2em;
			margin: .5em auto
		}

		.button {
			margin: 1em auto
		}

		a.subscribeButton {
			display: inline-block;
			padding: .2em .6em .35em .6em;
			font-size: 2.3em;
			line-height: 1em;
			max-width: 50%;
		}

		#legal p {
			font-size: .8em
		}

		li {
		    padding-left: 2.5em;
		}

		li::before {
		    left: -.2em;
		    padding: 0em .8em 0em .8em;
		    font-size: .5em;
		}
	}

	@media screen and (max-width: 425px) {
		p {
			font-size: 1.2em
		}

		h1.headline {
			font-size: 3.5em;
			line-height: 1em;
		}

		h2.subhead {
			font-size: 1.1em;
			line-height: 1.2em
		}

		h3.eyebrow  {
			font-size: 1em;
			font-weight: 700
		}

		h3 {
			font-size: 1.6em
			line-height: 1.2em;
		}
		
		#video {
			margin-top: 15px;
			margin-bottom: 15px
		}

		.bullets {
			margin: .5em auto;
		}

		.bullets p {
			font-size: 1em;
			margin-bottom: .5em;
		}

		.maintranscript {
			padding: 2%;
		}

		.intro {
			margin-top: .5em;
		}

		.second {
			margin-top: 1.5em
		}

		.second h3 {
			font-size: 1.5em
		}

		blockquote {
			width: 90%;
			font-size: 1.1em;
			/*margin: 1.25em 0 1.25em 0 !important;*/
		}

		blockquote-2 {
			font-size: 1.1em;
		}

		figure {
			width: 100% !important;
		}

		.headshot {
			display: none
		}

		.image {
			max-width: 80%;
		}

		.image-large{
			max-width: 100%;
		}

		.large-image {
			max-width: 80%;
			padding: 0;
			margin: 1em auto
		}

		.small-image {
			max-width: 40%;
			padding: 0;
			margin: 1em auto
		}

		.medium-image {
			max-width: 60%;
			padding: 0;
			margin: 1em auto
		}

		a.subscribeButton {
			font-size: 1.9em;
			max-width: 70%;
		}

		#legal p {
			font-size: .6em
		}

		li {
		    padding-left: 2em;
		}

		li::before {
		    left: .2em;
		    padding: 0em .9em 0em .9em;
		    font-size: .5em;
		}
	}

	@media screen and (max-width: 375px) {
		h1.headline {
			font-size: 3em;
			line-height: 1em;
		}
		h2.subhead {
			font-size: 1em;
		}

		h3.eyebrow{font-size: .8em;}
		h4.header {
			font-size: 1.2em;
		}
		.bullets p {
			font-size: .8em;
		}

		a.subscribeButton {
			font-size: 1.9em;
			max-width: 70%;
		}

		a.subscribeButton {
			font-size: 1.9em;
			max-width: 80%;
		}
	}



/* Exit Pop Styles and Extra Assets */

	/* Overlay Background */
	#pop-overlay-background,  #clickpop-overlay-background {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, .75);
		z-index: 1100;
		transition: all 0.2s
	}

	/* EXITPOP Container for Positioning */
	#pop-overlay-container, #clickpop-overlay-container {
		display: none;
		margin: auto;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 50%;											/* Always centered */
		height: 70%;										/* The higher the value the higher the EXITPOP */
		z-index: 1200;
		transition: all 0.2s
	}

	/* Content of the EXITPOP with background and shadow*/
	#pop-overlay-content {
		z-index: 1300;
		background-color: rgba(245,245,245,1);
		padding: 2em;
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 1.2em;
		line-height: 1.4em;
		position: relative;
		border-radius: 20px;
		transition: all 0.2s
	}

	/* EXITPOP Title */
	#pop-overlay-content h1 {
		margin: .1em auto;
		font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
		font-size: 3.5em;
		line-height: 1em;
		letter-spacing: 2px;
		font-weight: 800;
		color: black;
		text-align: center;
		text-transform: uppercase
	}
	#pop-overlay-content h2 {
		margin: .5em auto;
		font-family: 'Roboto', sans-serif;
		font-size: 2em;
		line-height: 1em;
		letter-spacing: 1px;
		font-weight: 900;
		color: black;
		text-align: center; 
	}
	#pop-overlay-content h3 {
		margin: 1em auto;
		font-family: 'Roboto', sans-serif;
		font-size: 1.3em;
		line-height: 1.3em;
		font-weight: 900;
		color: black;
		text-align: center;
	}


	/* EXITPOP Copy */
	#pop-overlay-content p {
		font-size: 1em
	}

	#pop-overlay-content p strong {
		font-weight: 700
	}

	/* Link in Copy */
	#pop-overlay-content a {
		cursor: pointer;
		color: blue;
		text-decoration: none;
		transition: all 0.2s
	}

	#pop-overlay-content a:hover {
		color: rgba(2, 207, 255, 1)
	}

	/* X Button on top right */
	a#exitButton {
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 10px;
		margin: 0;
		color: black;
		padding: 1em;
		font: .5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		line-height: .95em;
		border: 1px solid black;
		border-radius: 50%;
		text-decoration: none;
		transition: all 0.2s
	}

	a#exitButton:hover {
		color: white;
		text-decoration: none;
		background: rgba(2, 207, 255, 1);
		border: 1px solid white;
		border-radius: 50%
	}

	/* Centers Buttons */
	#pop-overlay-button-container {
		margin: 1em auto;
		display: flex;
		align-items: center;
		text-align: center
	}
	/* Sets the margin of the button depending on their horizontal placement */
	#pop-overlay-button-container .left-pop-button {
		margin-left: auto;
	}
	#pop-overlay-button-container .middle-pop-button {
		margin: auto;
	}
	#pop-overlay-button-container .right-pop-button {
		margin-right: auto;
	}

	/* Buttons are all styled the same by default but can be changed individually below */
	a#exitpopplay,
	a#exitpopread,
	a#exitpopform {
		width: 30%;
		cursor: pointer;
		margin: 1em;
		border-radius: 18px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: white;
		font-family: 'Roboto', sans-serif;
		padding: 12px 22px;
		font-weight: 700;
		text-decoration: none;
		transition: all 0.2s
	}


	/* Resume Video Button */
	a#exitpopplay {
		background: rgba(237, 28, 36);
	}

	a#exitpopplay:hover {
		background: rgba(2, 207, 255, 1);
		color: white
	}

	/* Read Transcript Button */
	a#exitpopread {
		background: rgba(237, 28, 36);
	}

	a#exitpopread:hover {
		background: rgba(2, 207, 255, 1);
		color: white
	}

	/* Order Form Button */
	a#exitpopform {
		background: rgba(237, 28, 36);
	}

	a#exitpopform:hover {
		background: rgba(2, 207, 255, 1);
		color: white
	}


	/* Sign Up Form */
	#EmailCapture {
		margin: 1em auto;
	}
	.EmailSubmit {
		font-size: 1em;
	}
	.error_message {
		margin: 1em auto;
		text-align:center;
	}
	.disclaimer {
		text-align: justify;
		font-size: .7em;
		color: rgba(0, 0, 0, .5);
		line-height: 1.3em;
	}


		.btn-outline-secondary{
		background-color: #3cb1db;
		color: white;}

		.btn-outline-secondary:hover{
		background-color: blue;
		color: white;}


	/* RESPONSIVE EXITPOP CSS */

	/* Super Large Screens */
	@media screen and (min-width: 1800px) {
		#pop-overlay-container, #clickpop-overlay-container {
			width: 30%
		}
	}

	/* Smaller Laptops */

	@media screen and (max-width: 1024px) {
		#pop-overlay-container, #clickpop-overlay-container {
			width: 70%;
		}
	}

	/*Tablets */
	@media screen and (max-width: 768px) {
		#pop-overlay-container, #clickpop-overlay-container {
			width: 90%;
			height: 80%;
		}

		#pop-overlay-content p {
			font-size: .8em
		}

		a#exitpopplay,
		a#exitpopread,
		a#exitpopform {
			width: 40%;
			margin: .5em auto
		}
	}

	/* Mobile Devices */
	@media screen and (max-width: 425px) {
		#pop-overlay-container, #clickpop-overlay-container {
			width: 95%;
			top: -25%
		}

		#pop-overlay-content {
			padding: 1em;
			border-radius: 0
		}

		#pop-overlay-content h1 {
			margin-top: 1em;
			font-size: 1.5em
		}
		#pop-overlay-content h2 {
			margin-top: 1em;
			font-size: 1.3em
		}
		#pop-overlay-content h3 {
			margin-top: 1.5em;
			font-size: 1.1em;
		}


		/* Hides Content Except Buttons and Title in Mobile for Google Mobile Compliance Purposes
		#pop-overlay-content p {
			display: none
		}
		*/

		#pop-overlay-button-container {
			display: block !important;
		}

		a#exitpopplay,
		a#exitpopread,
		a#exitpopform {
			display: block !important;
			width: 100% !important;
			margin: 1em auto !important;
			font-size: .8em;
			line-height: 1.2em
		}

		.EmailSubmit {
			font-size: 1rem;
		}



		.disclaimer {
			font-size: .6em;
		}
	}

	/* Small Mobile Divices */
	@media screen and (max-width: 375px) {
		.EmailSubmit {
			font-size: .9rem;
		}
	}
	@media screen and (max-width: 325px) {
		.EmailSubmit {
			font-size: .75rem;
		}
	}



	/* COUNTDOWN TIMER Styles */

	#clockDiv {
		align-items: center;
  		justify-content: center;
  		margin: 1em auto;
	}

	#clockDiv .numbers-wrapper {
	    background: white;
	    margin: 10px;
	}

	#clockDiv .numbers-title {
	    text-align: center;
	    margin-top: 10px;
	}

	#clockDiv .numbers {
	    min-width: 100px;
	    color: red;
	    text-align: center;
	    font-size: 3rem;
	}

	#clockLive p {
		color: red;
	    text-align: center;
	    font-size: 2rem;
	}

	/* Countdown Timer Mobile Devices  */
	@media screen and (max-width: 425px) {
		#clockDiv .numbers-title {
			font-size: .9rem
		}
		#clockDiv .numbers {
			min-width: 75px;
			font-size: 2rem
		}
	}
	@media screen and (max-width: 375px) {
		#clockDiv .numbers-title {
			font-size: .8rem
		}
		#clockDiv .numbers {
			min-width: 65px;
		}
	}
	@media screen and (max-width: 320px) {
		#clockDiv .numbers-title {
			font-size: .7rem
		}
		#clockDiv .numbers {
			min-width: 50px;
		}
	}
