#big-show {margin: 30px 30px 60px 30px;
	word-break: break-word;
    /* word-wrap: break-word; */ /* This breaks everything. */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;}
	    /* BIG SHOW MARGINS! */
		@media only screen and (max-width: 1400px) { #big-show {margin: 30px 25px 60px 25px;} }
		@media only screen and (max-width: 1300px) { #big-show {margin: 30px 20px 60px 20px} }
		@media only screen and (max-width: 1200px) { #big-show {margin: 30px 15px 60px 15px;} }
		@media only screen and (max-width: 1100px) { #big-show  {margin: 30px 10px 60px 10px;} }
		@media only screen and (max-width: 1024px) { #big-show {margin: 30px 1% 60px 1%;} } /* Index 3 columns, Page/List 2 Columns {iPad Landscape} */
	

#big-show {font-size: 1em; line-height: 1.2em;}

#big-show h2 {
	word-wrap: break-word;

	font-family: "Arial Narrow", Arial, sans-serif; 
	font-weight: bold;
	letter-spacing: -.04em;  
	font-size: 1.8em;
	margin: 10px 0 -5px 0;
	line-height: 1em;	}
#big-show h3 {
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-weight: bold;
	letter-spacing: -.04em;  
	font-size: 1.6em;
	margin: 10px 0 -5px 0;
	line-height: 1em;	
	}
	
#big-show h4 {
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-weight: bold;
	letter-spacing: -.04em;  
	font-size: 1.4em;
	margin: 10px 0 -5px 0;
	line-height: 1em;	
	}
#big-show h5 {
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-weight: bold;
	letter-spacing: -.04em;  
	font-size: 1.2em;
	margin: 10px 0 -5px 0;
	line-height: 1em;
	}

a.title {font-family: "Arial Narrow", Arial, sans-serif; 
	font-weight: bold;
	letter-spacing: -.04em;  
	font-size: 1.2em;
	margin: 10px 0 -5px 0;
	line-height: 1em;}


#big-show hr {margin: 0px 0 0 0;}


#big-show a {word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;}


blockquote {
background-color: #DEEDF8;
padding: 20px;
border-radius:10px;
display: block;
margin: 30px 30px 40px 30px;
	}
	@media only screen and (max-width: 768px) { blockquote {padding: 15px; margin: 20px 20px 30px 20px;} } /* Index 2 columns  {iPad Portait}*/	
	@media only screen and (max-width: 667px) { blockquote {padding: 12px; margin: 10px 10px 25px 10px;} } /* iPhone 5/6 Landscape, same as above */
	@media only screen and (max-width: 480px) { blockquote {padding: 10px; margin: 5px 5px 20px 5px;} } /* One column everywhere */

/* DISCLAIMER */
#big-show div.disclaimer {padding: 20px; border-radius: 10px; background-color: #a33c3d; font-weight: bold; color: white;}




/*LEFT QUOTE*/
.left-quote {
	text-align: center;
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-weight: bold;
	letter-spacing: -.04em;  
	font-size: 1.5em;
	line-height: 1.1em;

	width: 200px;
	
	max-width: 100%;
	
	position:relative;
	padding: 20px 20px 25px 20px;
	margin:5px 0 40px 0;
	color:#fff;
	background: #923636; /* default background for browsers without gradient support */
		/* css3 */
/* 	background:-webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000)); */
/*	background:-moz-linear-gradient(#000000, #000000); */
/*	background:-o-linear-gradient(#000000, #000000); */
/*	background:linear-gradient(#000000, #000000); */
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	float: left;
	margin-right: 10px;
	}
		.left-quote:after {
			content:"";
			position:absolute;
			bottom:-38px; /* value = - border-top-width - border-bottom-width */
			left:50px; /* controls horizontal position */
			border-width:40px 0 0 40px; /* vary these values to change the angle of the vertex */
			border-style:solid;
			border-color:  #923636 transparent;/* reduce the damage in FF3.0 */
			display:block; 
			width:0;
			}

/*RIGHT QUOTE*/
.right-quote {
	text-align: center;
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-weight: bold;
	letter-spacing: -.04em;  
	font-size: 1.5em;
	line-height: 1.1em;

	width: 200px;
	
	max-width: 100%;
	
	position:relative;
	padding: 20px 20px 25px 20px;
	margin: 5px 0 40px 0;
	color:#fff;
	background: #923636; /* default background for browsers without gradient support */
		/* css3 */
/*	background:-webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000)); */
/*	background:-moz-linear-gradient(#000000, #000000); */
/*	background:-o-linear-gradient(#000000, #000000); */
/*	background:linear-gradient(#000000, #000000); */
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	float: right;
	margin-left: 10px;
	}
		.right-quote:after {
			content:"";
			position:absolute;
			bottom:-38px; /* value = - border-top-width - border-bottom-width */
			left:100px; /* controls horizontal position */
			border-width:40px 40px 0 0; /* vary these values to change the angle of the vertex */
			border-style:solid;
			border-color: #923636 transparent;/* reduce the damage in FF3.0 */
			display:block; 
			width:0;
			}

@media only screen and (max-width: 1300px) { .right-quote {width: 175px !important; font-size: 1.6em !important;} .left-quote {width: 175px !important; font-size: 1.6em !important;} }
@media only screen and (max-width: 1200px) { .right-quote {width: 150px !important; font-size: 1.4em !important;} .left-quote {width: 150px !important; font-size: 1.4em !important;} }
@media only screen and (max-width: 1100px) { .right-quote {width: 125px !important; font-size: 1.2em !important;} .left-quote {width: 125px !important; font-size: 1.2em !important;} }
@media only screen and (max-width: 1024px) { .right-quote {width: 200px !important; font-size: 1.8em !important;} .left-quote {width: 200px !important; font-size: 1.8em !important;} }
@media only screen and (max-width: 479px) { .right-quote {width: 150px !important; font-size: 1.4em !important;} .left-quote {width: 150px !important; font-size: 1.4em !important;} }
@media only screen and (max-width: 375px) { .right-quote {width: 125px !important; font-size: 1.2em !important;} .left-quote {width: 125px !important; font-size: 1.2em !important;} }

/* FIGURES! */
#big-show img {max-width: 100% !important;}
#big-show figure > figcaption {font-weight: bold; font-size: .65em; line-height: 1em; text-align: center;}


/* FLOATING PICTURE LEFT with FIGCAPTION! USE MAX-WIDTH PX on FIGURE! */
#big-show figure.float.left {float: left;
	padding: 0 10px 10px 0;
	max-width: 100%;}
#big-show figure.float.left  img {border-radius: 5px; width: 100%;}
#big-show figure.float.left  figcaption {text-align: center;}

/*Figure Shrink for Mobile Devices!!! */
#big-show figure.shrink {}
@media only screen and (max-width: 414px) { #big-show figure.shrink {max-width: 250px !important;} }
@media only screen and (max-width: 320px) { #big-show figure.shrink {max-width: 175px !important;} }

	
/* FLOATING PICTURE RIGHT with FIGCAPTION!  USE MAX-WIDTH PX on FIGURE! */
#big-show figure.float.right {float: right;
	padding: 0 0 10px 10px;
	max-width: 100%;}
#big-show figure.float.right  img {border-radius: 5px; width: 100%;}
#big-show figure.float.right  figcaption {text-align: center;}
	
/* CENTER PICTURE with FIGCAPTION!*/
/* INSTRUCTIONS:  The figure class must be "center",
	the figure STYLE must have MAX WIDTH,
	and the FIGCAPTION MUST have a MAX-WIDTH! */
#big-show figure.center {padding: 10px; text-align: center; max-width: 100%; margin: 0 auto;}	
#big-show figure.center  img {border-radius: 5px; width: 100%;}	
#big-show figure.center  figcaption {text-align: center; margin: 0 auto;}

#big-show figure.center.box {padding: 15px;
	border-top: 5px solid #5f5f5f; 
	border-bottom: 5px solid #5f5f5f; 
	background-color: #f0f0f0;
	}

	@media only screen and (max-width: 479px) {#big-show figure.center.box {padding: 10px;} }
	


/* YOUTUBE VIDEO WRAPPER! */
#big-show .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#big-show .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#big-show  .vidcaption {font-weight: bold; font-size: .65em; line-height: 1em; padding: 5px 0; text-align: center;}

/* Lists */
#big-show ul {list-style-type: disc; margin: 0 20px;}


/* Embeded Repeaters! */

#big-show .embedded .header.line {border-bottom: 2px dashed black; margin: 5px 0 -5px 0;}
#big-show  .embedded  article {display: flex; flex-flow: row wrap; background-color: }

#big-show  .embedded  article .added {order: 2; flex: 1; display: flex; flex-flow: column nowrap;}
#big-show  .embedded  article .added h3 {margin: 0;}
#big-show  .embedded  article .added h3 a {text-decoration: none;}
#big-show  .embedded  article .added p {flex: 1 0 auto;}

#big-show  .embedded  article .added  .info {display: flex; flex-flow: row wrap; justify-content: space-between; padding: 5px 0 0 0; color: gray; font-style: italic;}
#big-show  .embedded  article .added .updated time {display: inline;}

#big-show  .embedded article figure {order: 1; flex: 0 1 25%; margin-right: 10px; }
#big-show  .embedded article figure figcaption {text-align: center;}
#big-show  .embedded article figure img {border-radius: 5px; width: 100%;}


#big-show  .embedded .repeater.line {margin-top: -20px; 
		margin-bottom: -20px;
		height: 1px; 
		background-color: #000000;}
		
/* Spacer Line --for pictures, etc! */
#big-show .spacer.line {margin-top: 0; 
		margin-bottom: 0;
		height: 1px; 
		background-color: #000000;}
		

/* Space-Between Div for Essay arrows and side-by-side pics! */
#big-show .space-between {display: flex; flex-flow: row wrap; justify-content: space-around; max-width: 100%;}