/* 
	Style file for BBM shortcode plugin
	(only includes custom and shortcode styles from bbmstyles.css theme file

	Author: Bruce Valeriani
*/


/*** SECTION INDEX ***/
/* --- CUSTOM STYLES --- */
/* 			styles for general alert or highlight text */
/* 			highlight box */
/* 			generalized styles */
/* 			various pad removal styles */
/* 			custom table definitions */
/* 				table column styles */
/* 			various content elements */
/* 				table of contents for Guides, multi-page content */
/* 			highlight areas within content */
/* --- GENERAL SHORTCODES AND OVERLAYS --- */
/* 			rollover images  */
/* 			button styles */
/* 			background shortcode */
/* 			underlay shortcode */
/* 			quadrants for overlaying text */
/* 			rows/columns shortcode */
/* 			linebreaks */




/* --- CUSTOM STYLES --- */

/* social media icon styles */
.socialmedia 
{ 
	float: right; 
	margin: 0 auto; 
	padding: 0; 
}
.socialmedia ul,
ul.socialmedia
{ 
	padding: 0 !important;
}
ul.socialmedia li 
{ 
	background-color:#eeeeee; 
	background-color:rgba(0,0,0,0.3); 
}
ul.socialmedia { list-style:none; margin:0; padding:0; } 
ul.socialmedia li img { position: relative; 	vertical-align: text-top;}
ul.socialmedia li { 
	display: inline-block; 
	padding: 1px; 
	margin: 0 3px 3px 0; 
	line-height: normal; 
	text-align: center;
	width: 16px;
	height: 16px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in;
	-moz-transition:    all 300ms ease-in;
	-o-transition:      all 300ms ease-in;
	-ms-transition:     all 300ms ease-in;
	transition:         all 300ms ease-in;
}
ul.socialmedia li a.facebook	{ background: url('includes/img/social/facebook_blk.png') center center no-repeat; }
ul.socialmedia li a.flickr		{ background: url('includes/img/social/flickr_blk.png') center center no-repeat; }
ul.socialmedia li a.google		{ background: url('includes/img/social/google_blk.png') center center no-repeat; }
ul.socialmedia li a.linkedin	{ background: url('includes/img/social/linkedin_blk.png') center center no-repeat; }
ul.socialmedia li a.instagram	{ background: url('includes/img/social/instagram_blk.png') center center no-repeat; }
ul.socialmedia li a.pinterest	{ background: url('includes/img/social/pinterest_blk.png') center center no-repeat; }
ul.socialmedia li a.rss			{ background: url('includes/img/social/rss_blk.png') center center no-repeat; }
ul.socialmedia li a.skype		{ background: url('includes/img/social/skype_blk.png') center center no-repeat; }
ul.socialmedia li a.twitter		{ background: url('includes/img/social/twitter_blk.png') center center no-repeat; }
ul.socialmedia li a.soundcloud	{ background: url('includes/img/social/soundcloud_blk.png') center center no-repeat; }
ul.socialmedia li a.vimeo		{ background: url('includes/img/social/vimeo_blk.png') center center no-repeat; }
ul.socialmedia li a.yahoo		{ background: url('includes/img/social/yahoo_blk.png') center center no-repeat; }
ul.socialmedia li a.youtube		{ background: url('includes/img/social/youtube_blk.png') center center no-repeat; }

ul.socialmedia li.facebook:hover	{ background-color:#3B5998; }
ul.socialmedia li.twitter:hover		{ background-color:#00A0D1; }
ul.socialmedia li.flickr:hover		{ background-color:#FE0883; }
ul.socialmedia li.blogger:hover		{ background-color:#FF8833; }
ul.socialmedia li.google:hover		{ background-color:#C63D2D; }
ul.socialmedia li.linkedin:hover	{ background-color:#4875B4; }
ul.socialmedia li.instagram:hover	{ background-color:#b77f5f; }
ul.socialmedia li.pinterest:hover	{ background-color:#910101; }
ul.socialmedia li.reditt:hover		{ background-color:#CEE3F8; }
ul.socialmedia li.rss:hover			{ background-color:#FA9B39; }
ul.socialmedia li.soundcloud:hover	{ background-color:#FE531B; }
ul.socialmedia li.tumblr:hover		{ background-color:#34526F; }
ul.socialmedia li.youtube:hover		{ background-color:#C4302B; }
ul.socialmedia li.vimeo:hover		{ background-color:#0caed4; }



/* video container - for scalable videos */
.responsive-video-container 
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.responsive-video-container iframe, .responsive-video-container object, .responsive-video-container embed 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* shadows and borders */
.noShadow,
.noShadow img 		/* sometimes we don't want a shadow! */
{
	-webkit-text-shadow: 0px 0px 0px #000 !important;
	box-shadow: 0px 0px 0px 0px #000 !important;
	-text-shadow: 0px 0px 0px #000 !important;
	text-shadow: 0px 0px 0px #000 !important;
	-moz-text-shadow: 0px 0px 0px #000 !important;
	-o-text-shadow: 0px 0px 0px #000 !important;
	-ms-text-shadow: 0px 0px 0px #000 !important;
	-khtml-text-shadow: 0px 0px 0px #000 !important;
}


.myImages
{
    background: #121212 none repeat scroll 0% 0% !important;
    border: 0px solid #101010 !important;
	border: hidden !important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00) !important;
	padding: 0px;
	margin: 0px;

	display: block;
    margin-left: auto;
    margin-right: auto;
	clear: both;
}
.scCol.imgBorder,
.imgBorder
{
    background: #444 none repeat scroll 0% 0% !important;
    border: 1px solid #404040 !important;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05) !important;
	padding: 5px;
}



/* styles for general alert or highlight text */
.alertBanner
{
	display: block;
	padding: 5px 15px;
	margin-top: 1.85em;
	margin-bottom: 1.85em;
	margin-left: auto;
	margin-right: auto;
	border: medium double #FFC40D;
	background-color: #1F1F1F;
	color: #FFFFFF;
	font-size: 80%;
}



/* highlight box */
/* (used on Homepage but can be put anywhere using shortcode) */
.highlightBox
{
	background: #202020 none repeat scroll 0% 0% !important;
	border-color: #303030 !important;
	border-radius: 15px !important;
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1) inset !important;

	padding: 0.85em;
}
.highlightBox p,
.highlightBox ul,
.highlightBox ol,
.highlightBox li
{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}



/* generalized styles */

/* alignment */
.centered
{
	/*	width: needs to be provided; */
	margin: 0 auto;
	display: block;
	text-align: center;
}
.floatleft
{
	display: block;
	float: left;
	left: 0px;
}
.floatright
{
	display: block;
	float: right;
	right: 0px;
}
.vertalignTop,
.alignTop
{
	position: relative; 
	top: 0;
	vertical-align: top;
}
.vertalignMiddle,
.alignMiddle,
.alignMid
{
	position: relative; 
	top: -50%;
	vertical-align: middle;
}
.vertalignBottom,
.alignBottom,
.alignBot
{
	position: relative;
	bottom: 0;
	vertical-align: bottom;
}

/* shadow/noshadow */
.noShadow,
.noShadow img 		/* sometimes we don't want a shadow! */
{
	-webkit-text-shadow: 0px 0px 0px #000 !important;
	box-shadow: 0px 0px 0px 0px #000 !important;
	-text-shadow: 0px 0px 0px #000 !important;
	text-shadow: 0px 0px 0px #000 !important;
	-moz-text-shadow: 0px 0px 0px #000 !important;
	-o-text-shadow: 0px 0px 0px #000 !important;
	-ms-text-shadow: 0px 0px 0px #000 !important;
	-khtml-text-shadow: 0px 0px 0px #000 !important;
}
.shadow
{
	text-shadow: 2px 2px 2px #222222;	
}
.shadowHard
{
	text-shadow: 1px 1px 1px #000000;
}
.shadowBlk,
.shadowBlack
{
	text-shadow: 2px 1px 1px #000000;	
}
.shadowWht,
.shadowWhite
{
	text-shadow: 2px 1px 2px #FFFFFF;	
}
.boxShadowBlk,
.boxShadowBlack
{
	max-height: 94%;
	max-width: 94%;
	-moz-box-shadow: 0 0 10px #333333;
	-webkit-box-shadow: 0 0 10px #333333;
	box-shadow: 0 0 10px #333333;
}
.boxShadowWht,
.boxShadowWhite
{
	max-height: 94%;
	max-width: 94%;
	-moz-box-shadow: 0 0 10px #FFEBAF;
	-webkit-box-shadow: 0 0 10px #FFEBAF;
	box-shadow: 0 0 10px #FFEBAF;
}
.boxShadowRed
{
	max-height: 94%;
	max-width: 94%;
	-moz-box-shadow: 0 0 8px 8px #a01907;
	-webkit-box-shadow: 0 0 8px 8px #a01907;
	box-shadow: 0 0 8px 8px #a01907;
}

/* margins */
.margin3px,
.margin3px img,
img.margin3px
{
	margin: 3px;
}
.margin5px,
.margin5px img,
img.margin5px
{
	margin: 5px;
}
.margin10px,
.margin10px img,
img.margin10px
{
	margin: 10px;
}
.margin20px,
.margin20px img,
img.margin20px
{
	margin: 20px;
}
.margin30px,
.margin30px img,
img.margin30px
{
	margin: 30px;
}
/* padding */
.padding3px,
.padding3px img,
img.padding3px
{
	padding: 3px !important;
}
.padding5px,
.padding5px img,
img.padding5px
{
	padding: 5px !important;
}
.padding10px,
.padding10px img,
img.padding10px
{
	padding: 10px !important;
}
.padding20px,
.padding20px img,
img.padding20px
{
	padding: 20px !important;
}
.padding30px,
.padding30px img,
img.padding30px
{
	padding: 30px !important;
}


/* various pad removal styles */
.nopad,
.nopad img,
.nopad p,
.nopad ul,
.nopad ul li,
.nopad li
{
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px !important;
}
.nopadForce,
.nopadForce img,
.nopadForce p,
.nopadForce ul,
.nopadForce ul li,
.nopadForce li,
img.nopadForce,
p.nopadForce,
ul.nopadForce,
li.nopadForce
{
	margin: 0 !important;
	padding: 0 !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.nopad_bot,
.nopad_bot img,
.nopad_bot p,
.nopad_bot ul,
.nopad_bot ul li,
.nopad_bot li
{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.nopad_top,
.nopad_top img,
.nopad_top p,
.nopad_top ul,
.nopad_top ul li,
.nopad_top li
{
	margin-top: 0 !important;
	padding-top: 0 !important;
}



/* need a class that removes borders */
.noborder,
.noborder table,
.noborder th,
.noborder tr, 
.noborder td,
.noborder p
{
	border-size: 0px;
	border: none;
}
.noborderForce,
.noborderForce table,
.noborderForce th,
.noborderForce tr, 
.noborderForce td,
.noborderForce p
{
	border-size: 0px !important;
	border: none !important;
}


/* sometimes, we don't want a background */
.nobackground
{
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
}



/* custom table definitions */
.clearTable,
.clearTable table,
.basicTable,
.basicTable table
{
	background: inherited;
	text-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #888888;
}
.clearTable thead,
.basicTable thead
{
	background-color: #EEEEEE !important;
}
.clearTable td,
.clearTable thead,
thead.clearTable,
td.clearTable,
.basicTable td,
.basicTable thead,
thead.basicTable,
td.basicTable
{
	vertical-align: top;
	border: 1px solid #888888;
}
table.clearTable tr:first-child td,
table.clearTable tr:first-child thead,
table.clearTable tr:last-child td, 
table.clearTable tr:last-child thead,
table.basicTable tr:first-child td,
table.basicTable tr:first-child thead,
table.basicTable tr:last-child td, 
table.basicTable tr:last-child thead
{
	border-bottom: 1px solid #888888;
}
.clearTableCenter,
.clearTableCenter table,
.basicTableCenter,
.basicTableCenter table
{
	margin: 0px;
	padding: 0px;
	background: inherited;
	text-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #888888;
}
.clearTableCenter td,
.clearTableCenter thead,
thead.clearTableCenter,
td.clearTableCenter,
.basicTableCenter td,
.basicTableCenter thead,
thead.basicTableCenter,
td.basicTableCenter
{
	margin: 0px auto !important;
	padding: 10px;
	text-align: center !important;
	vertical-align: top;
	border: 1px solid #888888;
}
table.clearTableCenter tr:first-child td,
table.clearTableCenter tr:first-child thead,
table.clearTableCenter tr:last-child td, 
table.clearTableCenter tr:last-child thead,
table.basicTableCenter tr:first-child td,
table.basicTableCenter tr:first-child thead,
table.basicTableCenter tr:last-child td, 
table.basicTableCenter tr:last-child thead
{
	border-bottom: 1px solid #888888;
}
.clearTable,
.clearTable table
{
	background: transparent !important;
}
.clearTableCenter,
.clearTableCenter table
{
	background: transparent !important;
}


/* table column styles */
.tdBorderLight
{
	border: 1px solid #FFFFFF !important;
}
.tdBorderMedium
{
	border: 1px solid #999999 !important;
}
.tdBorderDark
{
	border: 1px solid #333333 !important;
}
.tdBorderNone
{
	border: 0px solid !important;
}
.tdBorderRound
{
	border-radius: 8px 8px 8px 8px;
}
.tdBorderRoundLeftTop
{
	border-radius: 8px 0px 0px;
}
.tdBorderRoundLeftBot,
.tdBorderRoundLeftBottom
{
	border-radius: 0px 0px 0px 8px;
}
.tdBorderRoundRightTop
{
	border-radius: 0px 8px 0px 0px;
}
.tdBorderRoundRightBot,
.tdBorderRoundRightBottom
{
	border-radius: 0px 0px 8px;
}
.tdBorder1px
{
	border: 1px solid !important;
}
.tdBorder2px
{
	border: 2px solid !important;
}
.tdBorder3px
{
	border: 3px solid !important;
}
.tdBorder5px
{
	border: 5px solid !important;
}
.tdBorderBot1px,
.tdBorderBottom1px
{
	border: 0px solid !important;
	border-bottom: 1px solid !important;
}
.tdBorderBot2px,
.tdBorderBottom2px
{
	border: 0px solid !important;
	border-bottom: 2px solid !important;
}
.tdBorderBot3px,
.tdBorderBottom3px
{
	border: 0px solid !important;
	border-bottom: 3px solid !important;
}
.tdBorderBot5px,
.tdBorderBottom5px
{
	border: 0px solid !important;
	border-bottom: 5px solid !important;
}
.tdBorderTop1px
{
	border: 0px solid !important;
	border-top: 1px solid !important;
}
.tdBorderTop2px
{
	border: 0px solid !important;
	border-top: 2px solid !important;
}
.tdBorderTop3px
{
	border: 0px solid !important;
	border-top: 3px solid !important;
}
.tdBorderTop5px
{
	border: 0px solid !important;
	border-top: 5px solid !important;
}
.tdBorderLeft1px
{
	border: 0px solid !important;
	border-left: 1px solid !important;
}
.tdBorderLeft2px
{
	border: 0px solid !important;
	border-left: 2px solid !important;
}
.tdBorderLeft3px
{
	border: 0px solid !important;
	border-left: 3px solid !important;
}
.tdBorderLeft5px
{
	border: 0px solid !important;
	border-left: 5px solid !important;
}
.tdBorderRight1px
{
	border: 0px solid !important;
	border-right: 1px solid !important;
}
.tdBorderRight2px
{
	border: 0px solid !important;
	border-right: 2px solid !important;
}
.tdBorderRight3px
{
	border: 0px solid !important;
	border-right: 3px solid !important;
}
.tdBorderRight5px
{
	border: 0px solid !important;
	border-right: 5px solid !important;
}
.tdBorderTopLeft1px
{
	border: 0px solid !important;
	border-left: 1px solid !important;
	border-top: 1px solid !important;
}
.tdBorderTopLeft2px
{
	border: 0px solid !important;
	border-left: 2px solid !important;
	border-top: 2px solid !important;
}
.tdBorderTopLeft3px
{
	border: 0px solid !important;
	border-left: 3px solid !important;
	border-top: 3px solid !important;
}
.tdBorderTopLeft5px
{
	border: 0px solid !important;
	border-left: 5px solid !important;
	border-top: 5px solid !important;
}
.tdBorderTopRight1px
{
	border: 0px solid !important;
	border-right: 1px solid !important;
	border-top: 1px solid !important;
}
.tdBorderTopRight2px
{
	border: 0px solid !important;
	border-right: 2px solid !important;
	border-top: 2px solid !important;
}
.tdBorderTopRight3px
{
	border: 0px solid !important;
	border-right: 3px solid !important;
	border-top: 3px solid !important;
}
.tdBorderTopRight5px
{
	border: 0px solid !important;
	border-right: 5px solid !important;
	border-top: 5px solid !important;
}
.tdBorderBotLeft1px,
.tdBorderBottomLeft1px
{
	border: 0px solid !important;
	border-left: 1px solid !important;
	border-bottom: 1px solid !important;
}
.tdBorderBotLeft2px,
.tdBorderBottomLeft2px
{
	border: 0px solid !important;
	border-left: 2px solid !important;
	border-bottom: 2px solid !important;
}
.tdBorderBotLeft3px,
.tdBorderBottomLeft3px
{
	border: 0px solid !important;
	border-left: 3px solid !important;
	border-bottom: 3px solid !important;
}
.tdBorderBotLeft5px,
.tdBorderBottomLeft5px
{
	border: 0px solid !important;
	border-left: 5px solid !important;
	border-bottom: 5px solid !important;
}
.tdBorderBotRight1px,
.tdBorderBottomRight1px
{
	border: 0px solid !important;
	border-right: 1px solid !important;
	border-bottom: 1px solid !important;
}
.tdBorderBotRight2px,
.tdBorderBottomRight2px
{
	border: 0px solid !important;
	border-right: 2px solid !important;
	border-bottom: 2px solid !important;
}
.tdBorderBotRight3px,
.tdBorderBottomRight3px
{
	border: 0px solid !important;
	border-right: 3px solid !important;
	border-bottom: 3px solid !important;
}
.tdBorderBotRight5px,
.tdBorderBottomRight5px
{
	border: 0px solid !important;
	border-right: 5px solid !important;
	border-bottom: 5px solid !important;
}
.tdBorderLeftRight1px
{
	border: 0px solid !important;
	border-left: 1px solid !important;
	border-right: 1px solid !important;
}
.tdBorderLeftRight2px
{
	border: 0px solid !important;
	border-left: 2px solid !important;
	border-right: 2px solid !important;
}
.tdBorderLeftRight3px
{
	border: 0px solid !important;
	border-left: 3px solid !important;
	border-right: 3px solid !important;
}
.tdBorderLeftRight5px
{
	border: 0px solid !important;
	border-left: 5px solid !important;
	border-right: 5px solid !important;
}
.tdBorderLeftRightBot1px,
.tdBorderLeftRightBottom1px
{
	border: 0px solid !important;
	border-left: 1px solid !important;
	border-right: 1px solid !important;
	border-bottom: 1px solid !important;
}
.tdBorderLeftRightBot2px,
.tdBorderLeftRightBottom2px
{
	border: 0px solid !important;
	border-left: 2px solid !important;
	border-right: 2px solid !important;
	border-bottom: 3px solid !important;
}
.tdBorderLeftRightBot3px,
.tdBorderLeftRightBottom3px
{
	border: 0px solid !important;
	border-left: 3px solid !important;
	border-right: 3px solid !important;
	border-bottom: 3px solid !important;
}
.tdBorderLeftRightBot5px,
.tdBorderLeftRightBottom5px
{
	border: 0px solid !important;
	border-left: 5px solid !important;
	border-right: 5px solid !important;
	border-bottom: 5px solid !important;
}
.tdAlignTop,
td.tdAlignTop
{
	vertical-align: top !important;
}
.tdAlignMid,
td.tdAlignMid,
.tdAlignMiddle,
td.tdAlignMiddle
{
	vertical-align: middle !important;
}
.tdAlignBot,
td.tdAlignBot,
.tdAlignBottom,
td.tdAlignBottom
{
	vertical-align: bottom !important;
}
.tdAlignLeft,
td.tdAlignLeft
{
	text-align: left !important;
}
.tdAlignRight,
td.tdAlignRight
{
	text-align: right !important;
}
.tdAlignCen,
td.tdAlignCen,
.tdAlignCenter,
td.tdAlignCenter
{
	text-align: center !important;
}




/* table of contents for Guides, multi-page content */
.toc ul, ol
{
	padding: 0 !important;
}

.toc p,
.toc ul,
.toc li
{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.toc ul
{
	padding-left: 1.25em;
	color: #FFC40D !important;
}
.toc ul li
{
	color: #FFC40D !important;
}




/* --- GENERAL SHORTCODES AND OVERLAYS --- */

/* rollover images  */
.imgLeft
{
	margin: 0px !important;
	padding: 0px !important;
	display: inline-block !important;
	float: left !important;
	text-align: left !important;
	clear: both !important;
}
.imgRight
{
	margin: 0px !important;
	padding: 0px !important;
	display: inline-block !important;
	float: right !important;
	text-align: right !important;
	clear: both !important;
}
.imgCenter
{
    display: block !important;
	padding: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
	text-align: center !important;
}



/* button styles */
.prevnextButtonRow
{
	border-top: 0px solid #FFC40D;
	clear: both;
	vertical-align: middle;
	height: 1.5em;
	font-size: 110%;
	padding-top: 5px;
	overflow: visible !important;
}
.button01
{
	width: 10em;
}
.button01,
.prevnextButton
{
	margin: 0px;
	padding: 0px;	
	text-align: center; 
	vertical-align: middle;
}
.prevnextButton img
{
	margin: 0px;
	padding: 0px;	
}
.prevnextButton img:hover 
{ 
	background-color: #666666 !important;
	-moz-box-shadow: 0 0 5px #FFEBAF !important;
	-webkit-box-shadow: 0 0 5px #FFEBAF !important;
	box-shadow: 0 0 5px #FFEBAF !important;
}
.button01 a, 
.button01 a:link
{
	margin: 5px;
	padding: 5px;
	height: auto;
	display: block;

	font-size: 82%;
	line-height: 1.3em;
	text-align: center;

	color: #FFC40D;
	background-color: #1D1D1D;
	border: thin solid #555555;
	border-radius: 5px;
}
.prevnextButton a:hover,
.button01 a:hover
{
	margin: 6px;
	height: auto;
	line-height: 1.3em;

	color: #F3BC05;
	border: 0px solid #555555;
	border-radius: 5px;
	background-color: #555555 !important;
	-moz-box-shadow: 0 0 5px #FFEBAF !important;
	-webkit-box-shadow: 0 0 5px #FFEBAF !important;
	box-shadow: 0 0 5px #FFEBAF !important;
}


/* background shortcode */
.scBackground *
{
	color: inherit;
}
.scBackground
{
	height: auto !important;
}
.scBackground img
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.scBackground ul,
.scBackground ol
{
	margin-left: 0px;
}
.scBackground .fullwidthIMG,
.scBackground .fullwidthIMG img,
.scBackground img.fullwidthIMG,
.scBackground .headerIMG,
.scBackground .headerIMG img,
.scBackground img.headerIMG,
.scBackground .footerIMG,
.scBackground .footerIMG img,
.scBackground img.footerIMG
{
	width: 100%;
}
.scBackground a, 
.scBackground a:link
{
	color: #F3B700;
	text-shadow: 1px 1px 1px #000000;
	padding-right: 2px;
}
.scBackground a:hover
{
	color: #B88B00;
	text-shadow: 1px 1px 1px #000000;	
	padding-right: 2px;
}
.scBackgroundAltLink,
a.scBackgroundAltLink, 
a:link.scBackgroundAltLink, 
.scBackgroundAltLink a, 
.scBackgroundAltLink a:link,
.scBackgroundAltLink2,
a.scBackgroundAltLink2, 
a:link.scBackgroundAltLink2, 
.scBackgroundAltLink2 a, 
.scBackgroundAltLink2 a:link,
.scBackgroundAltLink3,
a.scBackgroundAltLink3, 
a:link.scBackgroundAltLink3, 
.scBackgroundAltLink3 a, 
.scBackgroundAltLink3 a:link
{
	font-size: 75%;
	color: #007ec4;
	text-shadow: none;
	line-height: 100%;
}
.scBackgroundAltLink a:hover,
.scBackgroundAltLink:hover,
a.scBackgroundAltLink:hover,
a:hover.scBackgroundAltLink,
.scBackgroundAltLink2 a:hover,
.scBackgroundAltLink2:hover,
a.scBackgroundAltLink2:hover,
a:hover.scBackgroundAltLink2,
.scBackgroundAltLink3 a:hover,
.scBackgroundAltLink3:hover,
a.scBackgroundAltLink3:hover,
a:hover.scBackgroundAltLink3
{
	font-size: 75%;
	color: #0BA8FF;
	text-shadow: none;
	line-height: 100%;
	padding: 0px;
}
.scBackgroundAltLink2,
.scBackgroundAltLink2 a, 
a.scBackgroundAltLink2, 
.scBackgroundAltLink2 a:link,
a:link.scBackgroundAltLink2
{
	font-size: 100%;
	line-height: normal;
}
.scBackgroundAltLink2 a:hover,
.scBackgroundAltLink2:hover,
a.scBackgroundAltLink2:hover,
a:hover.scBackgroundAltLink2
{
	font-size: 100%;
	line-height: normal;
	letter-spacing: 0.01em;
}
.scBackgroundAltLink3,
.scBackgroundAltLink3 a, 
a.scBackgroundAltLink3, 
.scBackgroundAltLink3 a:link,
a:link.scBackgroundAltLink3
{
	font-size: 110%;
	line-height: normal;
}
.scBackgroundAltLink3 a:hover,
.scBackgroundAltLink3:hover,
a.scBackgroundAltLink3:hover,
a:hover.scBackgroundAltLink3
{
	font-size: 110%;
	line-height: normal;
}


/* underlay shortcode */
.scUnderlay
{
	margin: 0 auto;
	padding: 10px;
	line-height: normal;
}
.scUnderlay img
{
	padding: 3px;
}
.scUnderlay ul,
.scUnderlay ol
{
	margin-left: 10px;
	padding: 5px 5px;
}
.scUnderlayOpacityBlack
{
	padding: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%);	
}
.scUnderlayOpacityWhite
{
	padding: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.60) 0%,rgba(255,255,255,0.60) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.60) 0%,rgba(255,255,255,0.60) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.60) 0%,rgba(255,255,255,0.60) 100%);
}
.scUnderlayGradient,
.scUnderlayGradientRound
{
	padding: 15px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.90) 0%,rgba(102,102,102,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.90) 0%,rgba(102,102,102,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.90) 0%,rgba(102,102,102,1.00) 100%);
}
.scUnderlayGradientRound
{
	border-radius: 12px;
}
.scUnderlay p,
.scUnderlayGradient p,
.scUnderlayGradientRound p,
.scUnderlayOpacityWhite p,
.scUnderlayOpacityBlack p,
.scUnderlay ul,
.scUnderlayGradient ul,
.scUnderlayGradientRound ul,
.scUnderlayOpacityWhite ul,
.scUnderlayOpacityBlack ul,
.scUnderlay ol,
.scUnderlayGradient ol,
.scUnderlayGradientRound ol,
.scUnderlayOpacityWhite ol,
.scUnderlayOpacityBlack ol
{
	margin-bottom: 0;
}





/* quadrants for overlaying text */
.scTextOverlay
{
	position: relative;
	height: auto;
	height: 100%;
	clear: both;
	margin: 0;  
	padding: 0;  

	line-height: inherit;	/* for IE */
	line-height: unset;
}
.scTextOverlay p, 
.scTextOverlay ul, 
.scTextOverlay ol, 
.scTextOverlay li, 
.scTextOverlay table, 
.scTextOverlay td
 {
	line-height: inherit;	/* for IE */
	line-height: unset;
 }
.scTextOverlay ul,
.scTextOverlay ol
{
	margin-left: 10px;
	padding: 5px 5px;
}
.scTextOverlay p
{
	margin-bottom: 10px;
}
.scTextOverlay img 
{
	width: 100%;
	display: block;
}
.scTextOverlay .ovQuadTop,
.scTextOverlay .ovQuadBot,
.scTextOverlay .ovQuadBottom,
.scTextOverlay .ovQuadTopLeft,
.scTextOverlay .ovQuadTopRight,
.scTextOverlay .ovQuadBotLeft,
.scTextOverlay .ovQuadBottomLeft,
.scTextOverlay .ovQuadBotRight,
.scTextOverlay .ovQuadBottomRight
{
	position: absolute;

	margin: 0;  
	padding: 0;  

	width: 50%; 
	height: 50%;

	background: none !important; 
	background-color: transparent !important;

	line-height: inherit;	/* for IE */
	line-height: unset;

/*	border: 1px red solid;
*/
}
.scTextOverlay .ovQuadTop,
.scTextOverlay .ovQuadBot,
.scTextOverlay .ovQuadBottom
{
	top: 0;
	left: 0;

	width: 100%; 
}
.scTextOverlay .ovQuadTop
{
	vertical-align: bottom !important; 
}
.scTextOverlay .ovQuadBot,
.scTextOverlay .ovQuadBottom
{
	vertical-align: top !important; 
}
.scTextOverlay .ovQuadTopLeft
{
	top: 0;
	left: 0;

	vertical-align: bottom !important; 
}
.scTextOverlay .ovQuadTopRight
{
	top: 0;
	right: 0;

	vertical-align: bottom !important; 
}
.scTextOverlay .ovQuadBotLeft,
.scTextOverlay .ovQuadBottomLeft
{
	bottom: 0;
	left: 0;

	vertical-align: top !important; 
}
.scTextOverlay .ovQuadBotRight,
.scTextOverlay .ovQuadBottomRight
{
	bottom: 0;
	right: 0;

	vertical-align: top !important; 
}
.scTextOverlay .ovCol,
.scTextOverlay .ovColumn,
.scTextOverlay .ovColHalfLeft,
.scTextOverlay .ovColHalfRight,
.scTextOverlay .ovColLeft,
.scTextOverlay .ovColMid,
.scTextOverlay .ovColMiddle,
.scTextOverlay .ovColRight
{
	position: absolute;

	margin: 0;  
	padding: 0; 
	
	top: 0;
	height: 100% !important; 
	display: block;

	float: left; 

	background: none !important; 
	background-color: transparent !important;
	
/*	border: 1px red solid;
*/
}
.scTextOverlay .ovColHalfLeft
{
	left: 0%;
	width: 50%;
}
.scTextOverlay .ovColHalfRight
{
	left: 50%;
	width: 50%;
}
.scTextOverlay .ovColLeft
{
	left: 0%;
	width: 33.3%;
}
.scTextOverlay .ovColMid,
.scTextOverlay .ovColMiddle
{
	left: 33.3%;
	width: 33%;
}
.scTextOverlay .ovColRight
{
	left: 66.6%;
	width: 33%;
}
/* scaling factor for divs inside the image overlay */
/* (used when displaying less than full-width content) */
.scTextOverlayScaling100x		
{
	line-height: 1;

	/* for 100%, no need to actually do any scaling! */
	/*
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    -moz-transform: scale(1.00);
    -o-transform: scale(1.00);
    -ms-transform: scale(1.00);
	*/
}
.scTextOverlayScaling75x *
{
    font-size: 80%;
	line-height: 0.9 !important;
}





/* rows/columns shortcode */
.scRow,
.scRowCenter
{
	padding: 0;
	margin: 0 auto;
	clear: both;
	opacity: 1.0;
	min-height: 100%;
}
.scRowcenter
{
	display: flex;
	align-items: center;
}
.scRowleft
{
	float: left;
	margin: 0;
	opacity: 1.0;
}
.scRowright
{
	float: right;
	margin: 0;
	opacity: 1.0;
}
.scPostRow
{
	display: block;
	height: 0px;
	clear: both;
	opacity: 1.0;
}
.scCol,
.scColleft,
.scColcenter,
.scColright
{
	position: relative;
	padding: 0;
	margin: 0;
	opacity: 1.0;
}
.scCol,
.scColleft
{
	float: left;
}
.scColcenter
{
	margin: 0 auto;
}
.scColright
{
	float: right;
}
/* some row/col elements (such as tables) need to have any overflow hidden */
.scRow table,
.scCol table,
.scRow tr,
.scCol tr
.scRow td,
.scCol td
{
	overflow: hidden;
}





/* linebreaks */
.lineSpacer,
.lineBreak,
.halfLine, 
.quarterLine,
.eighthLine,
.pixelLine
{
	width: 100% !important;
	height: 0px !important;
	max-height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 0px !important;
	display: block !important;
	overflow: hidden !important;
	clear: both !important;
}
.lineSpacer p,
.lineBreak p,
.halfLine p, 
.quarterLine p,
.eighthLine p,
.pixelLine p,
.underLine p
{
	padding: 0px !important;
	margin: 0px !important;
	height: 0px !important;
	visibility: collapse !important;
}
.pixelLine 
{
	height: 1px !important;
	min-height: 1px !important;
	max-height: 1px !important;
	line-height: 1px !important;
}
.eighthLine 
{
	height: 0.2em !important;
	min-height: 0.2em !important;
	max-height: 0.2em !important;
	line-height: 0.2em !important;
}
.quarterLine 
{
	height: 0.4em !important;
	min-height: 0.4em !important;
	max-height: 0.4em !important;
	line-height: 0.4em !important;
}
.halfLine 
{
	height: 0.75em !important;
	min-height: 0.75em !important;
	max-height: 0.75em !important;
	line-height: 0.75em !important;
}
.lineBreak 
{
	height: 1.5em !important;
	min-height: 1.5em !important;
	max-height: 1.5em !important;
	line-height: 1.5em !important;
}
.underLine 
{
	padding: 0px !important;
	margin: 0px !important;
	margin-bottom: 5px !important;

	vertical-align: bottom !important;
	height: 100% !important;

	display: inline-block !important;

	font-size: inherited !important;

	border-bottom: thin solid #000000;
}
