/* Color Variables */

:root {

	--subscribe-button: #ef514d;
	--subscribe-button-active: red;
	--subscribe-button-text: white;
	--subscribe-button-active-text: white;

	--exitpop-button: #ef514d;
	--exitpop-button-hover: red;
	--exitpop-button-text: white;
	--exitpop-button-hover-text: white;


	--eyebrow-background: #ef514d;
	--header-background: ;										/* Add color value if you want a different header background */
	--footer-background: ;										/* Add color value if you want a different header background */

	--section-h3: black;
	--section-h4: black;

	--primary: #1ec49c;
	--secondary: #f1bf00;

	}

	html,
	body {
		background-image: url(""); /* The image used */
		background-color: white; /* Used if the image is unavailable */
		height: 800px; /* You must set a specified height */
		background-position: center; /* Center the image */
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover; /* Resize the background image to cover the entire container */
	}

/* Headline Styles */

	.eyebrow h3 {
		font-family: "open-sans", sans-serif;
		font-size: 1.4em;
		font-weight: 600;
		line-height: 1.2em;
		letter-spacing: 0;
		text-align: center;
		color: white;
		margin-bottom: 0;
		transition: all 0.2s;
	}


.oc {
		font-family: 'mixta-sharp', serif;
		font-weight: 900;
		font-style: normal;
		font-size: 2em;
		
		letter-spacing: 0;
		text-align: center;
		max-width: 1000px;
		margin: .25em auto;
		color: white;
		transition: all 0.2s;
	
    
}
	h1.headline {
		font-family: 'mixta-sharp', serif;
		font-weight: 900;
		font-style: normal;
		font-size: 5em;
		line-height: 1em;
		letter-spacing: 0;
		text-align: center;
		max-width: 1000px;
		margin: .25em auto;
		color: white;
		transition: all 0.2s;
	}

	h2.subhead {
		font-family: "open-sans", sans-serif;
		font-weight: 700;
		font-size: 1.8em;
		letter-spacing: 0;
        margin-bottom: 20px;
		text-align: center;
		color: #1ec49c;
		transition: all 0.2s;
	}

	h3.subhead {
		font-family: "open-sans", sans-serif;
		font-weight: 800;
		font-size: 2em;
		letter-spacing: 0;
        margin: 1em 0 0.3em 0;
        width: 100%;
		text-align: center;
		color: #1ec49c;
		transition: all 0.2s;
	}

	h4.subhead {
		font-family: 'mixta-sharp', serif;
		font-size: 2em;
        font-weight: 600;
        width: 100%;
		padding: 10px;
		color: black;
        background-color: #f1bf00;
		text-align: center;
	}

	h5.subhead {
		font-family: 'mixta-sharp', sans-serif;
		font-size:1.8em;
		color: black;
		font-weight: 700;
		margin: 20px 0 0 0;
		padding-left: 0.8em;
	}

	h6.subhead {
		font-family: 'mixta-sharp', sans-serif;
		font-size: 1.4em;
		color: black;
		font-weight: 700;
		margin-bottom: 20px;
		padding-left: 1em;
	}



/* Universal Styles */

	p {
		font-family: "open-sans", sans-serif;
		font-size: 1.4em;
		line-height: 1.5em;
		margin: 1em 0;
		color: black;
		font-weight: 400;
	}

	a {
		color: var(--primary);
		font-weight: 600;
	}
	a:hover {
		color:  var(--secondary);
	}

	strong {
		font-weight: 800;
	}
	.callout {
		font-weight: 700;
		color: #976F11;
	}

	.center {
		text-align: center;
	}

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

	hr {
		margin-top: 2em;
	}

	.box {
	  margin-right: 10px;
	  border-width: 4px;
	  border-style: solid;
	  background-color: #faf4ec;
	  border: 2px solid #DC9750;
	}


	.box-2 {
		background-color: #faf4ec;border: 2px solid #DC9750;
		padding: .1em 1.5em;
	}

.schedule{
    padding: 0em 1.5em;
	  margin-bottom: 15px;
	  background-color: #fff4e8;
    border: 2px solid var(--secondary);
    border-radius: 5px;
	  padding: 1em 2em;
}

.schedule-date{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 1.6em;
    letter-spacing: 0;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1em;
    padding: 0.2em 0.5em;
    text-align: left;
    color: black;
    transition: all 0.2s;
    border-left: 8px solid var(--primary);}


/* Quote Styles */

	/* The Main Quote Block */
	blockquote {
		position: relative;
		font-family: 'open-sans', sans-serif;
		font-size: 1.4em;
		text-align: center;
		color: black;
		width: 90%;
		margin: 1em auto !important;
		padding: 1.5em!important;
		background-color: #e1ecf1;
		border-radius: .25rem;
		transition: all 0.2s;
	}

	/* The Byline Style */
	cite {
		position: relative;
		display:block;
		margin: 2em 0 0 0;										/* Adjust top margin depending on how much space you want above byline */
		font-size: .8em;
		font-weight: 700;
		text-transform: uppercase;
		font-style: normal;
		color: black;
	}
		cite::before {											/* Comment this pseudo-element if you don't want a line above byline */
		position: absolute;
		content: '';
		left: calc(50% - 100px);								/* A calculation to center the line at 50% of half the width */
		top: -.5em;												/* How high we want the line from the byline */
		width: 200px;											/* Width of line above the byline */
		border-top: 3px solid var(--secondary); 				/* Change this color to your liking, or use the variables above */
	}

/* List Styles */

	ul {
	padding: 0 0 0 1.5em;
	margin: .5em 0;
	list-style: none;
	}

	li {
		font-family: 'open-sans', sans-serif;
		font-weight: 400;
		font-size: 1.4em;
		color: black;
		display: block;
		position: relative;
		padding-left: 1.5em;
		margin-bottom: 1em;
		transition: all 0.2s;
	}

	li::before {
		position: absolute;
		content: '\2714';										/* Use <img> or HTML Entity: https://www.toptal.com/designers/htmlarrows/ */
		top: 0;													/* Vertical position of content */
		left: -1em;												/* Negative left alignment so it is to the left of the <li> */
		background-color: #EFD080;
		font-weight: 800;
		font-size: .75em;										/* Can be smaller relative to the <li> font-size */
		padding: .25em .5em;									/* To make the box appear square/circle this will have to be adjusted */
		border-radius: 25%;										/* How circular you want the box: 50% for circle */
		color: black;
		transition: all 0.2s;
	}

/*  Ordered List Style with COOL numbers */

	ol {
		display: block;
		list-style: none;
		counter-reset: ol;										/* Resets the counter at every new <ol> selector */
		padding: 0 0 0 1.5em;
		margin: 1.5em 0;
	}

	ol li {
		counter-increment: ol;
	}

	ol li::before {
		position: absolute;
		content: counter(ol);
		top: -.1em;												/* Can be a negative number depending on font-size */
		left: -1em;												/* Negative left alignment so it is to the left of the <li>  */
		background-color: #EFD080;
		font-weight: 800;
		font-size: .8em;										/* Changing this size will affect the top and padding options */
		padding: .25em .65em;									/* To make the box appear square/circle this will have to be adjusted */
		border-radius: 25%;										/* How circular you want the check box: 50% for circle */
		color: black;
		transition: all 0.2s;
	}


/* Layout Styles */

	.eyebrow {
		width: 100%;
		background: linear-gradient(90deg, rgb(242, 208, 119) 0%, rgb(232, 167, 19) 100%);
		padding: 2px 5% !important;
		margin-bottom: 0 !important;
	}

	header {
		width: 100%;
		padding: 0 5%;
		background-image: url("https://s3.amazonaws.com/events.oxfordclub.com/Spain-2024/images/bkgd.png");
		height: 380px; /* You must set a specified height */
		background-position: center; /* Center the image */
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover; /* Resize the background image to cover the entire container */
	}

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

	article {
		margin: 1em auto ;
		max-width: 850px;
		padding: .1em;											/* Use .25em top/down margin if using non-white background */
		position: relative;
		background-color: white;
		text-align: left;
	}

	.maintranscript {
		/*border: 1px solid grey;*/								/* Uncomment if you want a border */
		/*box-shadow: 0 2px 10px grey;*/						/* Uncomment if you want a blur shadow */
	}

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

	footer {
		width: 100%;
		background-color:var(--footer-background);
	}



/* Video Styles */

	#video {
		margin: 1em auto;
		max-width: 750px;										/* Change this width depending on video */
		/*border: 5px solid grey;								/* Uncomment if you want a border */
		transition: all 0.2s;
	}


/* Video with Sidebar Layout */

	.video-box{
		margin: 1em 0;
		max-width: 1000px;
		width: 100%;
		background: #ccc;
		align-items: center;
	}
	.video {
		padding: .25em 1em;
	}
	.sidebar{
		padding: 1em;
		text-align: left;
	}
	.sidebar ul {
		list-style: none;
		margin-left: -20px;

	}
	@media screen and (max-width: 768px) {
		.sidebar ul  {
			margin: 0 20px;
		}
	}


/* Button Styles */

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

	.subscribePop {
		display: none;
	}

	a.subscribeButton {
		border-radius: 15px;
		background-color: #EB4511;
		padding: 0.5em 1.5em;
		margin: 0;
		box-sizing: border-box;
		/*box-shadow: 0 0.125em .25em rgba(0, 0, 0, .25);		/* Adds a shadow to the button itself */
		text-decoration: none;
		font-family: 'open-sans', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1.8em;
		letter-spacing: 1px;
		color: white;
		/*text-shadow: 0 0.025em 0.25em rgba(0, 0, 0, .75);		/* Adds a shadow to the text inside the button */
		text-align: center;
		overflow: hidden;
		display: inline-block;
		position: relative;
		transition: all 0.2s;
		box-shadow: 1px 1px 10px black;
	}

	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 {
		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: var(--subscribe-button-active);		/* Changes the color of the button */
		color: var(--subscribe-button-active-text);
	}


/* Lower Testimonials on LP */

	.lp-flex-container {
	    display: flex;
	    width: 75%;
	    justify-content: center;
	    align-content: space-between;
	}
	.lp-flex-item {
	    width: calc(50% - 1em);
	    padding: 25px 0 0 0;
	}
	@media screen and (max-width: 768px) {
		.lp-flex-container {
			width:100%;
		}
		.lp-flex-item {
			font-size: 1.4em;
			width: calc(35% - 1em);
		}
	}
	@media screen and (max-width: 425px) {
		.lp-flex-item {
		    width: calc(55% - 1em);
		}
	}

	/* TRANSCRIPT VIDEO TEST*/
	.video-transcript {
        display: none;
    }

    @media screen and (max-width:768px) {
        .video-transcript {
            display: block;
        }
    }



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





/* Sections Styles */

	.intro {
		margin-top: 2em;
	}

	.second {
			margin-top: 4em;
			border-top:1px solid rgba(180,180,180,1);
		}
		.second h3 {
			margin: .5em auto;
			text-align: center;
	        font-family: 'open-sans' , sans-serif;
	        color: var(--section-h3);
	        font-size: 3.5em;
	        font-weight: 800;
			letter-spacing: 0;
			transition: all 0.2s;
        }
		.second h4 {
			margin: .5em auto;
			text-align: center;
	        font-family: 'open-sans' , sans-serif;
	        color: var(--section-h4);
	        font-size: 2.5em;
	        font-weight: 800;
			letter-spacing: 0;
			transition: all 0.2s;
        }



/* Side Column Quote Template */

	/* Wrap the text and quote in this container */
	.side-flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
  		align-items: center;
  		/*border: 1px solid grey;								/* Unhide if you want the whole box to have a border */
	}

	/* Side-Flex Headline to use in guarantee images or similar graphics */
	.side-flex h4 {
		background: var(--primary);
		width: 100%;
		color: white;
		padding: .25em;
		margin: 0 auto;
	}

	/* Normal content goes in this container and takes up the remaining 60% */
	.side-content {
		width: 60%;
		transition: all 0.2s;
		padding: 1em;
	}

	/* Image content goes in this container and takes up the remaining 40%*/
	.side-image {
		width: 40%;
		transition: all 0.2s;
	}

	/* Quote goes inside this class and takes up 40% of the container (accounts for padding) */
	.side-quote {
		background: var(--primary);
		width: 36%;
		margin: 0 0 0 4%;
		vertical-align: justify;
		padding: 1.5em;
		transition: all 0.2s;
	}
	.side-quote p {
		color: #fff;
		font-weight: 600;
	}


/* Figure Styles for Full width Images */

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

	img {
		max-width: 100%;
	}

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


	.signature {
		max-width: 250px
	}

/* Images that FLOAT on Desktop */

	.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: 2em 0 0.5em 1em;
		transition: all 0.2s;
	}

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

	.logo {
		margin: 2em auto 1em auto !important;
		transition: all 0.2s;
		width: 30%;
	}

	.headshot {
		max-width: 20%;
		padding: 30px 0 0 0;
	}

	.signature {
		max-width: 30%;
		padding: 30px 10px 0 10px;
	}

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

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

	.two-column {
		width: calc(50% - 1em);
		transition: all 0.2s;
	}

	.three-column {
		width: calc(33% - 1em);
		transition: all 0.2s;
	}


/* Webinar Styles */


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

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

/* Mobile Transcript Link Style */

	.mobileTranscriptLink {
	    color: blue;
	    font-weight: bold;
	    text-decoration: underline;
	}


/* Footer Styles */

	#legal {
		max-width: 1000px;
		padding: 2em 2.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: rgba(125, 125, 125, 1);
	}

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

	.legaldate {font-weight: bold};


/* 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: 1440px) {
        
    header { }
}

	@media screen and (max-width: 1024px) {
        
header { 
height: 320px}
        
		.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;
		}

		h1.headline {
		    font-size: 3.9em;
		}

	}

	@media screen and (max-width: 768px) {
        
        header {
        height: 300px }
        
        .oc{font-size: 1.6em;
        padding-bottom: 10px;}

		.eyebrow {
			padding: 3px !important
		}
		.eyebrow h3 {
			font-size: 1.2em
		}

		h1.headline {
			font-size: 3em
		}

		h2.subhead {
			font-size: 1.3em
		}

		h3.subhead {
			font-size: 1.6em;
		}

		p {
			font-size: 1.2em
		}
        
        p.schedule-date{
            font-size: 1.4em;
        }

		li {
			font-size: 1.2em
		}

		blockquote {
			font-size: 1.2em;
		}

		article {
			max-width: 100%;
			margin: 50px auto;
		}
		.maintranscript {
			padding:  0 2%;
		}
		.second h3 {
			font-size: 2.5em;
		}
		.section h4 {
			font-size: 2em;
		}

		figure {
			margin: 1.5em auto !important;
		}

		.small-image {
			float: none;
			display: block;
			margin-top: 1em;
			margin-bottom: 1em;
			margin-left: auto;
			margin-right: auto;
			max-width: 40%;
			padding: 0
		}
		.medium-image {
			float: none;
			display: block;
			margin-top: 1em;
			margin-bottom: 1em;
			margin-left: auto;
			margin-right: auto;
			max-width: 60%;
			padding-right: 0;
		}
		.large-image {
			float: none;
			display: block;
			margin-top: 1em;
			margin-bottom: 1em;
			margin-left: auto;
			margin-right: auto;
			max-width: 80%;
			padding-right: 3em
		}

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

		header {
			
		}

		html,
		body {
			background-image: none;
		}

		h5.subhead {
			font-size: 1.6em;
		}

		h6.subhead {
			font-size: 1.2em;
		}

		.logo {
			width: 50%;
		}

		.headshot {
			padding: 10px 0 0 0;
		}
	}

	@media screen and (max-width: 425px) {
        
        header{
        	height: 320px;
        }

		.eyebrow h3 {
			font-size: 1.2em;
		}
		h1.headline {
			font-size: 1.8em;
		}
        
        .oc
        {
			font-size: 2.1em;
		}

		h2.subhead {
			font-size: 1em;
		}
		h3.subhead {
			font-size: 1.4em;
			line-height: 1.2em;
		}
        
        h4.subhead{
            font-size: 1.4em;
        }
        
         p.schedule-date{
            font-size: 1.3em;
        }

		#video {
			margin-top: 15px;
			margin-bottom: 15px;
		}

		.button {
			margin: 1em auto;
		}
		a.subscribeButton {
			padding: .75em;
			font-size: 1.2em;
			line-height: 1.2em;
			margin: 0 5%;
		}

		blockquote {
			width: 100%;
		}

		ul {
			padding: 0 0 0 1em;
		}
		ol {
			padding: 0 0 0 1em;
		}

		.col-lg-12 {
			padding-right: 0;
			padding-left: 0;
		}

		.maintranscript {
			border: 0;
			box-shadow: 0 0 0;
            padding:  0% 4%;
		}

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

		.second {
			margin-top: 2em;
		}

		.second h3 {
			font-size: 2em;
		}
		.second h4 {
			font-size: 1.5em;
		}

		.side-content {
			width: 100%;
		}
		.side-image {
			width: 100%;
		}
		.side-quote {
			width: 100%;
			margin: .5em auto;
		}

		figure {
			width: 100% !important;
		}

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

		.two-column {
			width: 100%;
		}

		.three-column {
			width: 100%;
		}

		#legal p {
			font-size: .6em;
		}
		article {
			margin: 36px auto 0px auto;
		}
		html,
		body {
			background-image: none;
		}

		.logo {
			width: 60%;
		}

		.headshot {
			padding: 10px 0 0 0;
			max-width: 50%;
		}


	}

	@media screen and (max-width: 375px) {
header{
	height: 260px;
}
		.oc, h1.headline {
			font-size: 1.5em;
		}

		.maintranscript {
			padding-top: 0;
		}
        

        h2.subhead{
        	font-size: .8em;
        }
        h4.subhead{
            font-size: 1.2em;
        }
        
        p.schedule-date{
            font-size: 1.1em;
        }

	}

@media screen and (max-width: 320px) {
    
    header{ 
    }

    h2.subhead{
        	font-size: .8em;
        }
}


/* 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;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 50%;
		vertical-align: middle;
		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: 1em 2em;
		font-family: 'open-sans', 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: .5em auto;
		font-family: 'open-sans', sans-serif;
		font-size: 2.8em;
		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: 'open-sans', sans-serif;
		font-size: 1.8em;
		line-height: 1em;
		letter-spacing: 1px;
		font-weight: 800;
		color: black;
		text-align: center;
	}
	#pop-overlay-content h3 {
		margin: 1em auto;
		font-family: 'open-sans', sans-serif;
		font-size: 1.4em;
		line-height: 1.3em;
		font-weight: 800;
		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: var(--primary);
		text-decoration: none;
		transition: all 0.2s;
	}

	#pop-overlay-content a:hover {
		color: var(--secondary);
	}

	/* 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: var(--primary);
		border: 1px solid white;
		border-radius: 50%;
	}

	/* Centers Buttons */
	#pop-overlay-button-container {
		margin: 1.5em auto;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		text-align: center;
	}

	/* Buttons are all styled the same by default but can be changed individually below */
	a#exitpopplay,
	a#exitpopread,
	a#exitpopform {
		cursor: pointer;
		width: calc(33% - 1em);
		border-radius: 5px;
		color: var(--exitpop-button-text);
		font-family: 'open-sans', sans-serif;
		padding: 1em;
		font-weight: 700;
		text-decoration: none;
		transition: all 0.2s
	}


	/* Resume Video Button */
	a#exitpopplay {
		background: var(--exitpop-button);								/* Can be changed to individual colors if needed */
	}

	a#exitpopplay:hover {
		background: var(--exitpop-button-hover);		 				/* Hover can be changed individually as well */
		color: var(--exitpop-button-hover-text);
	}

	/* Read Transcript Button */
	a#exitpopread {
		background: var(--exitpop-button);								/* Can be changed to individual colors if needed */
	}

	a#exitpopread:hover {
		background: var(--exitpop-button-hover);						/* Hover can be changed individually as well */
		color: var(--exitpop-button-hover-text);
	}

	/* Order Form Button */
	a#exitpopform {
		background: var(--exitpop-button);								/* Can be changed to individual colors if needed */
	}

	a#exitpopform:hover {
		background: var(--exitpop-button-hover);						/* Hover can be changed individually as well */
		color: var(--exitpop-button-hover-text);
	}


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


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

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

		#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: .9em;
			line-height: 1.2em
		}

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

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

		#pop-overlay-content h1 {
			margin-top: 1em;
			font-size: 1.6em;
		}
		#pop-overlay-content h2 {
			margin-top: 1em;
			font-size: 1.4em;
		}
		#pop-overlay-content h3 {
			margin-top: 1.5em;
			font-size: 1.2em;
		}


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

		a#exitpopplay,
		a#exitpopread,
		a#exitpopform {
			font-size: .8em;
		}

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