@charset "UTF-8";
/* CSS Document */

/************* CSS RESET *************/

/*** Mike's CSS Reset ***/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; list-style: none}  img  {border-style: none;} * {margin: 0; padding: 0;} html  {	width: 100%;}  table {border-collapse: collapse;border-spacing: 0;} a{color: inherit;text-decoration: none;}a:link {color:inherit;text-decoration:none;}
a:visited {color:inherit;text-decoration:none;}
a:hover {color: inherit;text-decoration:none;}
a:active {color:inherit;text-decoration:none;}

*, div  {
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}


/************* MEDIA CALLS *************/

/***************/
/*   STANDARD  */
/***************/

@media (max-width: 640px) {}

/***************/
/*   HANDHELD  */
/***************/

@media only screen and (orientation:landscape) and (max-device-width:1024px)  {}



/************* PAGE STYLING *************/

:root {
  --black: #1E1E1E;
  --white: #ffffff;
  --teal: #0087A4;
}

body  {
	background-color: var(--black);
	font-family: 'Open Sans', sans-serif;
	color: var(--white);
}

#page  {
	width: 100%;
	height: auto;
}

.inner_padding  {
	padding-left: 40px;
	padding-right: 40px;
}

h1, h2, h3  {font-family: 'Montserrat', sans-serif;}

p  {font-family: 'Open Sans', sans-serif; margin-bottom: 14px;}

.nodisplay  {display: none;}

.clear  {clear: both;}

#engagement_header  {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--teal);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.48); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.6);
}

.engagement_option  {
	width: 25%;
	height: auto;
	float: left;	
	padding: 10px 0;
}

.engagement_option:hover  {
	background-color: var(--white);
	color: var(--teal);
}

.engagement_option_inner  {
	width: 190px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.engagement_icon  {
	width: 24px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.engagement_icon img  {
	width: 100%;
	height: auto;
}

.engagement_text  {
	width: 100%;
	height: auto;
	padding: 4px 0 4px 34px;
	font-size: 14px;
	font-weight: 700;
}

#splash_logo  {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 70px 0 60px 0;
}

#splash_logo img  {
	width: 60%;
	max-width: 800px;
	height: auto;
}

#splash_blurb  {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}

#blurb_heading  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 26px;
	background-color: var(--teal);
	padding: 30px 40px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.48); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.6);
}

#blurb_subheading  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 60px;
	color: var(--teal);
}

#blurb_body  {
	width: 100%;
	height: auto;
	/*font-size: 26px;
	line-height: 34px;*/
	margin-bottom: 40px;
}

#youtube_embed_container  {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
}

#past_episodes_container  {
	width: 100%;
	height: auto;
	padding: 60px 0;
}

#past_episodes_header  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 26px;
	background-color: var(--teal);
	padding: 8px 20px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.48); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.6);
}

.past_episode_inner  {
	width: 33.3%;
	height: auto;
	float: left;
	padding: 0 20px;
	margin-bottom: 50px;
}

#blurb_tag  {
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 28px;
}

#synopsis_container  {
	width: 100%;
	height: auto;
}

#synopsis_bg  {
	width: 60%;
	height: auto;
	float: left;
}

#synopsis_bg img  {
	width: 100%;
	height: auto;
}

#synopsis_text  {
	width: 40%;
	height: auto;
	float: right;
	text-align: right;
	padding: 10px 40px 0 0;
}

#synopsis_header  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 12px;
}

#synopsis_body  {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 26px;
}

#character_profiles_container  {
	width: 100%;
	height: auto;
}

.character_profile_shell  {
	width: 100%;
	height: auto;
	padding: 40px 0;
	border-top: 1px solid var(--teal);
}

.image_right  {}

.image_left  {}

.image_right .character_image,
.image_right .character_text  {float: right;}

.image_left .character_image,
.image_left .character_text  {float: left;}

.character_image  {
	width: 44%;
	height: auto;
}

.character_image img  {
	width: 100%;
	height: auto;
}

.character_text  {
	width: 56%;
	height: auto;
	padding: 10px 0 0 0;
}

.character_name  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 18px;
}

.character_bio  {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 26px;
}

.image_right .character_bio  {padding-right: 40px;}
.image_left .character_bio  {padding-left: 40px;}
.image_left .character_text  {text-align: right;}

#email_cta  {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 80px 0;
}

#cta_header  {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: var(--teal);
}

#cta_body  {
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 30px;
	padding-top: 40px;
}

#mc_embed_signup  {
	width: 100% !important;
	max-width: 600px !important;
	margin: 0 auto !important;
	color: var(--black) !important;
	padding: 20px !important;
}


#cta_form_container  {}

#footer  {
	width: 100%;
	height: auto;
	background-color: var(--teal);
	padding: 40px 0;
}

.footer_engagement_option  {
	width: 100%;
	height: auto;
	float: left;	
	margin: 20px 0;
}

.footer_engagement_option_inner  {
	width: 380px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid var(--white);
}

.footer_engagement_option_inner:hover  {
	background-color: var(--white);
	color: var(--teal);
}

.footer_engagement_icon  {
	width: 50px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 18px;
}

.footer_engagement_icon img  {
	width: 100%;
	height: auto;
}

.footer_engagement_text  {
	width: 100%;
	height: auto;
	padding: 0px 0 4px 60px;
	font-size: 22px;
	font-weight: 700;
}



@media (max-width: 1023px)  {
.engagement_option  {width: 50%;}
#splash_logo  {padding-top: 120px;}
#blurb_heading  {font-size: 40px;}
.past_episode_inner  {width: 100%;}
.past_episode_inner iframe  {width: 100% !important;}
#synopsis_bg  {margin-bottom: 20px;}
#synopsis_bg, #synopsis_text  {width: 100%; text-align: center !important; margin-bottom: 14px;}
#synopsis_text  {padding: 0 40px;}
.character_image  {margin-bottom: 20px;}
.character_image, .character_text  {width: 100%; float: left !important; text-align: center !important;}
.character_bio  {padding-left: 0 !important; padding-right: 0 !important;}
}