@charset "UTF-8"; 
/* CSS Document */

/* iOS button style override*/
input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

#boxwidget table tr td {
	text-align:center;
	padding: .75em;	
}
/* General Styles ---------------------------------- */
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.clear {
	clear:both; 
}
.story-wrapper {
	background-color: #f6f6f6;
	padding-top: 1em;
}
.section-header {
	font-weight: bold; 
	font-size: .88em; 
	color:#be1e2d; 
	padding: 0 0 0.5em 0;
}
.threequarter-text {
	font-size: .75em;
	line-height: 1.5 !important;
}
.pointer {
	cursor: pointer;
}
#ta_account_button2:hover {
	background-color: #777;
}
.ta-login, .linkage {
	padding:0 1em;
	color:white;
	font-size:.75rem;
	line-height:2rem;
}
.content-list {
	/*margin-bottom: -2.5em;*/
}

.tout-player-wrapper {
	width: 100%; !important
	height: auto; !important
}
.hide {
	display:none;
	visibility:hidden;	
}
/* END General Styles ------------------------------ */

/****** PARAGRAPH STYLES ****/
.weblabel { color:#CD0000; }
.WebBold, .HeadlineBriefsInColumn {font-weight:bold;}
.HeadlineBold20-22 { font-size:120%; font-weight:bold; }
.BodyTextBold, xBodyTextBold { font-weight:bold; }
.BannerText { font-weight: bold; }
.BodyTextItalic, .xBodyTextItalic { font-style:italic; }
.HeadlineInColumn, .xHeadlineBriefs { font-size: 1.25em; font-weight:bold; margin-bottom: .25em; }
p.xFactText { font-weight:bold }
p.FactoidTextNoBulletIndent {margin-bottom: .5em;}
p.FactoidHead { font-size: 1em; font-weight:bold; margin-bottom: .25em; text-decoration:underline; }
p.FactoidText { font-size: .8em;  margin-bottom: .75em;}

/*BodyText   .....  xBodyText 
BylineName ..... xBylineItalic
BodyTextItalic........xBodyTextItalic
HeadlineInColumn ....  xHeadlineBriefs 14*/

/***OLD PARAGRAPH STYLES FOR REFERENCE***/
/*
.BodyText { font-size: 13px; padding: 8px 2px; line-height: 18px; margin: 0 0 0 0; }
.BylineName { color:#777; font-variant:small-caps; margin-bottom:0; text-align: left; }
.BylineID { color:#777; font-style:italic; margin-top:0; margin-bottom: 14px; text-align: left; }
.story-dates { font-size: 11px; text-align: left; font-style: italic; color: #AAA; }
.by-line { margin: 10px 0; font-size: 12px; color: #000; font-weight:bold; } /* being used on the full story page to format the byline font styles */
/*.WebContactHead1 { font-size: 14px; font-weight: normal; color: #777; text-transform: uppercase; border-bottom: 2px solid #999; padding: 6px 0 3px 0; margin: 20px 5px 0 4px; }
.WebContactHead2 { font-size: 12px; font-weight: bold; color: #000; text-decoration: underline; padding: 0 0 0 0; margin: 16px 5px 8px 4px; } /* top right bottom left */
/*.WebContactName { font-size: 12px; font-weight: normal; padding: 0 0 0 0; margin: 14px 5px 0 4px; } /* top right bottom left */
/*.WebContactInfo { font-size: 12px; font-weight: normal; padding: 0 0 0 0; margin: 0 8px 0 4px; } /* top right bottom left */
/*#TabbedPanels1 p, #TabbedPanels1 a { font-size: 12px; margin: 0 0 0 0; }
.summarydatetime { font-weight:normal; font-size: 11px; font-style:italic; color:#AAA; }
.sectionlabel { margin-bottom: 16px; padding: 5px 12px; background-color: #666; text-transform:capitalize; font-size: 16px; color: #FFF; position: relative; 
}
p.FactoidHead { font-size: 14px; font-weight:bold; }
.WebBold, .HeadlineBriefsInColumn {font-weight:bold;}
.HeadlineBold20-22 { font-size:120%; font-weight:bold; }
.BodyTextBold { font-weight:bold; }
.BannerText { font-weight: bold; }
.BodyTextItalic { font-style:italic; }
.HeadlineInColumn { font-size:125%; font-weight:bold; }

h3.electionheadline { font-family:PT Serif, serif; font-size:16px; font-weight:bold; background-color:transparent; margin:0 0; padding:0 0; color:#000; }
h2.videoheadline { font-family:PT Serif, serif; font-size:18px; font-weight:normal; background-color:transparent; margin:0 0 10px 0; padding:0 0; color:#000; }*/

/*** END PARAGRAPH STYLES **********************************/

/*** MEdia query width for skyscraper ads to appear or not ***/
@media only screen and (max-width: 1429px) {
	#div-gpt-ad-tower-left-0 iframe, #div-gpt-ad-tower-right-0 iframe{
		display:none;
	}
}

@media only screen and (max-width: 320px) {
	.content-box {
		background-color: White;
		margin:auto;
		padding: 1em 0;
	}
	.spotlightad {
		text-align:center;
		float:none;
		margin:auto;
	}
	.section-label { 
		font-weight: bold;
		font-size: .85em;
		padding: 1.5em 0 0 0;
	}
}

@media only screen and (min-width: 321px) {
	.content-box {
		background-color: White;
		/*border: 1px solid #aaaaaa;*/
		/*box-shadow: 0px 3px 5px 0px #c6c6c6;*/
		padding: 1em 0;
	}
	.spotlightad {
		text-align:center;
		float:none;
		margin:auto;
	}
}
@media only screen and (max-width: 40.0625em) {	/* SMALL SCREEN ONLY */
	.jw-dock-button {
		display:none;
	}
	.story-wrapper {
		background-color: #e6e6e6;
	}
	.content-box {
		background-color: White;
		/*border: 1px solid #aaaaaa;*/
		box-shadow: 0px 3px 5px 0px #c6c6c6;
		padding: 1em 0;
	}
	.top-text-align {
		margin-top: 1em;
	}
	.large-box-height {
		height:auto;
	}
	.box-headline, .spotted a {
		font-size: 1.2rem;
		font-family: UtopiaStdBoldCapt;
		font-weight:bold;
		line-height: .2 !important;
	}
	.section-label, .section-label-small { 
		display:block;
		font-weight: bold;
		font-size: .88em;
		padding: .5em 0 .25em 0 ;
	}
	.promo-block {
		min-height: 250px;
		padding-top: 1em;
	}
	.spotlight-right, .spotlight-left {
		text-align:center;
		margin-left: -5px;
	}
	.title-bar a {
		text-align:center; 
		max-width: 270px; 
		margin: auto;
		display:block;
		padding: .5em;
	}
	#logo {

	}
	.MediaGroupLogo {
		text-align:center;
		max-width: 175px;
	}
	.copyright {
		font-size: .75em;
	}
	.contact {
		font-size: .75em;
	}
	.clsAnnouncements, .clsAutomotive, .clsJobs, .clsMerchandise, .clsPets, .clsRealEstate, .clsServices, .clsTagSales, .clsLegals { 
		margin: 12px 0; 
		padding:.5em 1.25em; 
		background-color: #ffffff;
		box-shadow: 0px 3px 5px 0px #c6c6c6;
	}
	#accordion h3 { 
		font-size:18px;  
		color:#2a688d; 
		background-color: white;
		padding:4px 12px; 
		margin-bottom:15px; 
		font-weight: normal; 
		border: 1px solid #d5d5d5;
		/*box-shadow: 0px 3px 5px 0px #c6c6c6;*/
	}
	.reporter-pic {
		max-width:20%;
		display:inline-block;
	}
	.byline-wrapper {
		display:inline-block;
		max-width:78%;
		font-size: 12px;
		border-top: 1px solid BLACK;
		border-bottom: 1px solid BLACK;
		padding: 10px 5px;
		vertical-align: bottom;
	}
}
.bottom-spacer {
	margin-bottom: 1.5em;	
}


	
@media only screen and (min-width: 40.0625em) and (max-width: 64.0624em) {		/* MEdium Only */

	.top-text-align {
		margin-top: -.12em;
	}
	.box-headline, .box-headline-medium, .spotted a {
		font-size: 1.75rem;
		font-family: UtopiaStdBoldCapt;
		font-weight:normal;
		/*line-height: 1.3;*/
		padding: 0 0 .75em 0;
	}
	.section-label, .section-label-medium { 
		display:block;
		font-weight: bold;
		font-size: 1.3em;
		padding: 0 0 .75em 0;
	}
	.title-bar a {
		text-align:center; 
		max-width: 420px; 
		margin: auto;
		display:block;
		padding: .5em;
	}
	#logo {
	}
	
	#accordion h3 { 
		font-size:18px;  
		color:#2a688d; 
		background-color: white;
		padding:4px 12px; 
		margin-bottom:15px; 
		font-weight: normal; 
		border: 1px solid #d5d5d5;
	}
	.reporter-pic {
		max-width:8%;
		max-height: 90px;
		display:inline-block;
		vertical-align:bottom;
	}
	.byline-wrapper {
		display:inline-block;
		max-width:80%;
		font-size: 12px;
		border-top: 1px solid BLACK;
		border-bottom: 1px solid BLACK;
		padding: 10px 5px;
		vertical-align: bottom;
	}
	.medium-up-search {
		max-width: 200px;
	}
	.medium-search {
		min-width: 100%;
	}
	.spotlightad {
		text-align:center;
		float:none;
		margin:auto;
	}
}
@media only screen and (min-width: 64.0625em) {	/* Large and up */
	/*.box-headline .spotted a {
		font-size: .88em;
		font-family: UtopiaStdBoldCapt;
		font-weight:normal;
		line-height: 1.2;
	}*/
	.medium-up-search {
		max-width: 210px;
	}
	.content-box {
		background-color: White;
		/*border: 1px solid #aaaaaa;*/
		box-shadow: 0px 3px 5px 0px #c6c6c6;
		padding: 1em 0;
	}
	.large-box-height {
		min-height:320px;
	}
	.top-text-align {
		margin-top: -.12em;
	}
	.box-headline, .spotted a {
		font-size: 1em;
		font-family: UtopiaStdBoldCapt;
		font-weight:bold;
		display: inline-block;
		line-height: 1.3;
	}
	.section-label, .section-label-large { 
		display:block;
		font-weight: bold;
		font-size: .75em;
		padding: .5em 0 .25em 0 ;
	}
	.promo-block {
		min-height: 250px;
		max-height: 250px;
		padding-top: 1em;
	}
	.title-bar a {
		text-align:center; 
		max-width: 420px; 
		margin: auto;
		display:block;
		padding: .5em;
	}
	#logo {
	}
	.MediaGroupLogo {
		text-align:center;
		max-width: 175px;
		/*background: url(../../resources/images/logos/RJmediagroup-logo-whiteMOBILEWEB.png);
		background-repeat: no-repeat;*/
	}
	#accordion h3 { 
		font-size:18px;  
		color:#2a688d; 
		background-color: #e9e9e9;
		padding:4px 12px; 
		margin-top:10px; 
		font-weight: normal; 
		
	}
	.reporter-pic {
		max-width:8%;
		max-height: 90px;
		display:inline-block;
		vertical-align:bottom;
	}
	.byline-wrapper {
		display:inline-block;
		max-width:80%;
		font-size: 12px;
		border-top: 1px solid BLACK;
		border-bottom: 1px solid BLACK;
		padding: 10px 5px;
		vertical-align: bottom;
	}
		#search {
		max-width:230px;	
	}
	.mycaptureLeftMargin {
		margin-left:15px;
	}
} 
/**** END Large and Up Styling ****/


/* Navigation Styles ------------------------------ */
.mobile-menu-li {
	width:40%; 
	padding: .25em 0;
	background-color:#333;
	/*letter-spacing: .1em;*/
}
.desktop-menu-li {
	letter-spacing: .1em;
	font-weight: bold;
	
}
.dropdown {
	z-index: 10000;
}
/*.mobile-menu-li-a {
	padding-left:0;
	color: red;
}*/

/* END Navigation Styles ------------------------------ */
/*---*/
#PageForm table {
	padding: .5em;
	border: none;	
}

/***** Classifieds Feed Styling *****/
.clsClass {
	color:#2A688D; 
	font-weight:normal; 
	font-size:13px; 
	text-transform:uppercase; 
}
.clsSubClass { 
	color:#0078A0; 
	font-weight:bold; 
	font-size:14px; 
}
.adContent { 
	display: block;
	margin-top: .5em;
	/*font-size:12px; 
	line-height:14px;*/
}
.clsAnnouncements, .clsAutomotive, .clsJobs, .clsMerchandise, .clsPets, .clsRealEstate, .clsServices, .clsTagSales, .clsLegals { 
	margin: 12px 0; 
	padding:.5em 1.25em; 
	border: 1px solid #eee; 
	background-color: #ffffff;
	box-shadow: 0px 3px 5px 0px #c6c6c6;
}

#accordion h3:hover { 
	/*text-decoration:underline;*/ 
	color: #0078A0; 
	background-color:#c4c4c4; 
	ursor: pointer; 
}
#accordion div.hidecls { display:none; } 




/* Search stories and search form ------------------------------ */
/*class="gsc-control-cse 
.gsc-control-cse-en">
class="gsc-control-wrapper-cse" 
class="gsc-search-box">
class="gsc-input">
class=" gsc-input
id="bgresponse">
gsc-search-button">
class="gsc-search-button"
class="gsc-clear-button">
class="gsc-clear-button"
class="gsc-branding">
class="gsc-branding-user-defined">
class="gsc-branding-text">
class="gsc-branding-text">
class="gsc-branding-img"
class="gsc-branding-img">

class="gsc-results-wrapper-nooverlay">
class="gsc-tabsAreaInvisible">
class="gsc-tabHeader 
.gsc-inline-block 
.sc-tabhActive">
class="gs-spacer
class="gsc-tabsAreaInvisible
class="gsc-above-wrapper-area-invisible
class="gsc-above-wrapper-area-container
class="gsc-result-info-containe
class="gsc-result-info-invisible
class="gsc-orderby-container
class="gsc-orderby-invisi
.gsc-inline-block
class="gsc-option-menu-container 
.gsc-inline-block
class="gsc-selected-option-container 
.gsc-inline-block
class="gsc-selected-option
class="gsc-option-selector
class="gsc-option-menu-invisible
class="gsc-option-menu-item 
.gsc-option-menu-item-highlighted
class="gsc-option
class="gsc-option-menu-item
class="gsc-option
class="gsc-adBlockInvisible
class="gsc-wrapper">
class="gsc-adBlockInvisible
class="gsc-resultsbox-invisible
class="gsc-resultsRoot 
.gsc-tabData 
.gsc-tabdActive
class="gsc-resultsHeader
class="gsc-twiddleRegionCell
class="gsc-twiddle
class="gsc-title
class="gsc-stats
class="gsc-results-selector 
.gsc-more-results-active
class="gsc-result-selector 
.gsc-one-result
class="gsc-result-selector 
.gsc-more-results
class="gsc-result-selector 
.gsc-all-results
class="gsc-configLabelCel
class="gsc-expansionArea*/

#___gcse_0 a.gs-image  {
	background-color: #f6f6f6;
}
#___gcse_0 img.gs-image, #___gcse_1 img.gs-image{
	margin-top:12px;
}
#___gcse_0 form.gsc-search-box {
	padding: 0;
	margin-bottom: 0;
}
#___gcse_0 .gsc-control-cse {
    padding: 0;
    width: auto;
	border: none;
}
#___gcse_0 form.gsc-search-box table {
	margin-bottom: 0;
	background-color: #444;
}
#___gcse_0 tbody {
	border: none;	
}
#___gcse_0 form.gsc-search-box table td {
	padding-top: 0;
	padding-bottom: 0;
}
#___gcse_0 .gsc-search-button {
    -webkit-appearance: none;
    border-radius: 1;
}
td.gsc-search-button {
	padding: 0;	
}
#___gcse_0 .gsc-clear-button {
	
}
#___gcse_0 .gsc-wrapper {
	padding: 0 .4em;	
}
#___gcse_0 .gsc-table-result {
	background-color:#f6f6f6;
}
#___gcse_0 .gs-title, #___gcse_0 .gs-spelling a {
	background-color: #f6f6f6;
	color: black;
	padding: 0 0 .1em 0;
	margin-bottom:.5em;
}
#___gcse_0 .gs-title a {
	line-height: 1.5em;
}
#___gcse_0 .gsc-thumbnail-left {
    /*display: inline;*/
}
#___gcse_0 .gs-web-image-box {
	float: left;
    padding: 2px 8px 2px 0px;
    margin-right: 15px;
    margin-left: 0px;
    text-align: center;
}
#___gcse_0 .gsc-result-info-container {
	padding: 0;
	margin: 0;
}
#___gcse_0 .gsc-above-wrapper-area {
	padding: 0;
	margin: 0;
}
#___gcse_0 .gsc-above-wrapper-area table{
	padding: 0;
	margin: 0;
}
#___gcse_0 .gcsc-branding {
	display: none;	
}
#___gcse_0 .gsc-resultsHeader {
	display:none;
}
#___gcse_0 .gsc-cursor-box, #___gcse_0 .gsc-cursor-current-page, #___gcse_0 gsc-cursor-page {
	background-color: white;	
}

#___gcse_0 .gsc-results-wrapper-overlay {
    border: none;
    margin: auto;
    border-radius: 1px;
    overflow: auto;
    height: 80%;
    background: white;
    padding: 15px;
    width: 100%;
    top: 6%;
    left: 0%;
}
.cse input.gsc-input, input.gsc-input {
	background-image:none !important;
}


/* TABLET SEARCH */
#___gcse_1 {
		background-color: #444;
}
#___gcse_1 form.gsc-search-box {
	padding: 0;
	margin-bottom: 0;
}
#___gcse_1 .gsc-control-cse {
    padding: 0;
    width: auto;
	border: none;
}
#___gcse_1 form.gsc-search-box table {
	margin-bottom: 0;
	background-color: #444;
}
#___gcse_1 tbody {
	border: none;	
}
#___gcse_1 form.gsc-search-box table td {
	/*padding-top: 0;*/
	padding-bottom: 0;
}
#___gcse_1 input.gsc-input {
	font-size: .85em;
    height: 1.25rem;
    top: .35rem;
}
#___gcse_1 .gsc-search-button {
	-webkit-appearance: none;
    border-radius: 1;
	line-height:.5em;
	/*height: 1.25rem;
    top: .35rem;*/
}
#___gcse_1 input.gsc-search-button:hover {
	background-color: #840c17;
	border: 1px solid #840c17;
}
#___gcse_1 div.gsc-clear-button {
	vertical-align:top;
}
#___gcse_1 .gsc-wrapper {
	padding: 0 .4em;	
}
#___gcse_1 .gsc-table-result {
	background-color:#f6f6f6;
}
#___gcse_1 .gs-title, #___gcse_1 .gs-spelling a {
	/*background-color: #f6f6f6;*/
	color: black;
	padding: 0 0 .25em 0;
	text-align:left;
	margin-bottom:.5em;
}
#___gcse_1 .gs-title a {
	line-height: 1.5em;
}
#___gcse_1 .gsc-thumbnail-left {
   /* display: inline;*/
}
#___gcse_1 .gsc-result-info-container {
	/*padding: 0;
	margin: 0;*/
}
#___gcse_1 .gsc-results-wrapper-overlay {
}
#___gcse_1 .gsc-above-wrapper-area {
	/*padding: 0;
	margin: 0;*/
}
#___gcse_1 .gsc-above-wrapper-area table{
	/*padding: 0;
	margin: 0;*/
}
#___gcse_1 .gcsc-branding {
	display: none;	
}
#___gcse_1 .gsc-resultsHeader {
	display:none;
}
#___gcse_1 .gsc-cursor-box, #___gcse_1 .gsc-cursor-current-page, #___gcse_1 gsc-cursor-page {
	background-color: white;	
}
#___gcse_1 .gs-bidi-start-align .gs-snippet, #___gcse_1 .gsc-url-bottom {
	font-weight:normal;
	letter-spacing: normal;	
}

/* DESKTOP SEARCH */
#___gcse_2 {
		
}
#___gcse_2 form.gsc-search-box {
	padding: 0;
	margin-bottom: 0;
}
#___gcse_2 .gsc-control-cse {
    padding: 0;
    width: auto;
	border: none;
}
#___gcse_2 form.gsc-search-box table {
	margin-bottom: 0;
	background-color: #444;
}
#___gcse_2 tbody {
	border: none;	
}
#___gcse_2 form.gsc-search-box table td {
	/*padding-top: 0;*/
	padding-bottom: 0;
}
#___gcse_2 input.gsc-input {
	font-size: .85em;
	/*height: 1.25rem;
	top: .35rem;*/
}
#___gcse_2 .gsc-search-button {
	/*height: 1.25rem;
	top: .35rem;*/
    -webkit-appearance: none;
    border-radius: 1;
	line-height:.5em;
}
#___gcse_2 input.gsc-search-button:hover {
	background-color: #840c17;
	border: 1px solid #840c17;
}
#___gcse_2 div.gsc-clear-button {
	vertical-align:top;
}
#___gcse_2 .gsc-wrapper {
	padding: 0 .4em;	
}
#___gcse_2 .gsc-table-result {
	background-color:#f6f6f6;
}
#___gcse_2 .gs-title, #___gcse_2 .gs-spelling a {
	/*background-color: #f6f6f6;*/
	color: black;
	padding: 0 0 .25em 0;
	text-align:left;
	margin-bottom:.5em;
}
#___gcse_2 .gs-title a {
	line-height: 1.5em;
}
#___gcse_2 .gsc-thumbnail-left {
	/*display: inline;*/
}
#___gcse_2 .gsc-result-info-container {
	/*padding: 0;
	margin: 0;*/
}
#___gcse_2 .gsc-results-wrapper-overlay {
}
#___gcse_2 .gsc-above-wrapper-area {
	/*padding: 0;
	margin: 0;*/
}
#___gcse_2 .gsc-above-wrapper-area table{
	/*padding: 0;
	margin: 0;*/
}
#___gcse_2 .gcsc-branding {
	display: none;	
}
#___gcse_2 .gsc-resultsHeader {
	display:none;
}
#___gcse_2 .gsc-cursor-box, #___gcse_2 .gsc-cursor-current-page, #___gcse_2 gsc-cursor-page {
	background-color: white;	
}
#___gcse_2 .gs-bidi-start-align .gs-snippet, #___gcse_2 .gsc-url-bottom {
	font-weight:normal;
	letter-spacing: normal;	
}

/* END Search stories and search form -------------------------- */


/* All Access Pages ------------------------------------------- */
#AllAccessWS { width: 100%; }
#AllAccessWS h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color:#888888; 
	padding:0; 
	margin: 5px; 
	font-weight: normal;
	text-align: left;
	clear: both;
}
#AllAccessWS .AllAccessSubscribeButton a { 
	padding: 10px; 
	background-color: #777; 
	width: auto; 
	display: block; 
	text-align: center; 
	color: #FFF; 
	font-weight: bold; 
	border-radius: 3px;
	font-size: 16px;
}
.AllAccessSubscribeButton a:hover {
	background-color: #be1e2d;  
	border-radius: 3px;
}
#AllAccessRJ {  }
#AllAccessRJ h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color:#888888; 
	padding:0; 
	margin: 5px; 
	font-weight: normal;
	text-align: left;
	clear: both;
}
.AllAccessSubscribeButton a { 
	padding: 10px; 
	background-color: #777; 
	width: auto; 
	display: block; 
	text-align: center; 
	color: #FFF; 
	font-weight: bold; 
	border-radius: 3px; 
	font-size: 16px;
}
.AllAccessSubscribeButton a:hover { color:#be1e2d; background-color: #999;  border-radius: 3px; }
.AllAccessSubscribeButton a:AFTER { color:WHITE; }
/* END All Access Pages ------------------------------------------- */


/* AD STYLES ------------------------------------------- */
@media only screen and (max-width: 320px) {
	.instoryad-small {
		margin-left:-15px;
	}
}
.instoryad-small {
	text-align:center;
}
.spotlight-right, .spotlight-left {
	text-align:center;
}
.bottom-sticky {
	position: fixed;
  	bottom: 0;
  	width: 100%;
	background-color: black;
 	/*z-index: 99;*/
  	left: 0;
	text-align:center;
}   
.close-box { 
	position:absolute;
	right: 0px;
	padding: 0 .5em;
	font-weight: bold;
	/*margin: -5px 15px 0 0;*/
	background-color: white;
	opacity: .7;

}
/***** END AD STYLES *****/


/********************
SOCIAL BUTTONS
*********************/
.share-tools-wrapper {
    width: 40px;
    float: left;
    top: 50px;
    z-index: 1;
    margin-left: -3px;
    margin-bottom: 0;
	margin-top: 6px;
}
.sticky-tools{position:fixed}
/* Social Media ----------------------- */

.followmobile { display:none; }
.fbCommentsBox { margin: 28px 0; display:block; clear:both; }
.fbnumcomments { float: right; text-align: right; margin-top: 3px; }
.fbnumcomments, .fbnumcomments a { color: #004A82; font-weight: bold; text-decoration: underline; }
.fbnumcomments a:hover, a.over { color: #BBB; }
.commentsheader { font-weight: normal; color: #FFF; border-bottom: 0px solid #CCC; margin: 10px 0; padding: 6px; background-color: #666; border-radius:6px; }

/* END Social Media ----------------------- */


/********************
 Spacers
*********************/
.extra-bottom-margin {
	margin: 0 0 1em 0;
}
.extra-top-margin {
	margin: 1em 0 0 0;	
}
.standard-spacer {
	display: inline-block;
	min-height: 1.25em;
	max-height: 1.25em;
	width: 100%;
	clear: both;
}
.extra-margin {
	margin: 1em;
}

/********************
Widget Styling
*********************/
.boxwidget {
	margin:auto;
	margin-bottom: 1.5em;	
}
.boxwidget-title {
	display:block; 
	clear:both; 
	padding:3px 0 2px 15px;
	/*border-left: 20px solid #046; */
	border-top: 4px solid #BE1E2D;
	font-size:14px; 
	background-color: WHITE;
}



/********************
	Block Summary
*********************/



/********************
	CONTACT US
*********************/
.contactusHeader {
	color: #BE1E2D;
	letter-spacing: 1.75px;	
	font-weight:bold;
}
.contactusInfoBlock {
	font-size: .88em;
	line-height: 1.5em;
}


/********************
	Full Story 
*********************/
.byline { /*for mobile*/
	font-size: 12px;
}
.story-image-caption {
	font-size: 80%;
	width:100%;
	padding: .5em;
}
.story-inline-list a{
    display: inline-block;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
}
.story-inline-list i:hover, i:focus {
	color: White;
}
.story-inline-list a:hover, a:focus {
		color: White;
}

#left-content-side {
	border: 1px solid #292C2F;
	background-color: WHITE;
}
#right-content-side {
	border: 1px solid #292C2F;
	background-color: WHITE;
}

.storyimg { 
	width: 100%;
	display: block;
	margin: 0 auto;
}
.photocaption { 
	display:block;
	padding: 0 1em 0 0;
	margin-top: -10px; 
}
.twitter-byline {
	float: left;
	margin-left: 15px;	
}
.in-story-box {
	padding: .5em;
	/*border: 1px solid #292C2F;*/
	box-shadow: 0px 0px 4px #999999;
	margin-bottom: 1.5em;
	background-color: #f6f6f6;
	font-size: 12px;
}
.in-story-box a, a:hover, a:visited {
	color: #000000;
}
.ContentSummary {
	padding: 0 0 .5em 0;	
}
.summarydatetime {
	font-size: 0.5em;	
}
.sixcolarea {
	min-height: 200px; 
	max-height: 200px; 
	border: 1px solid #151515; 
	background-color: White; 
	padding: 0.75em;
}
.columnheader {
	padding-top: .5em;	
}

.spotted table {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: -0.25em;
}
.spotted table tr {
	border:none;
	padding: 0;
}
.spotted table td {
	border: none;
	padding: 0;
}
.spotted img {
	width: 100%;
	margin: 0 0 .25em 0;
}
.spotted a {
	padding-top: .5em;	
}

.Latest-News-Header {
	padding: 0 0 .75em 0;
	margin-top: -10px;
}
.Latest-News-Header a {
	font-weight: bold; 
	font-size: 1.25em; 
	color:#be1e2d; 
}

/*** infeed box ****/
.infeed-block-img {
	padding: 0; 
	margin-top: -.25em; 
	max-width:100%;	
}
#div-gpt-ad-inFeed_Block_Promo-1  {
	background-color:transparent;	
}

div.content-box iframe {
   /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    /*height: 100%;*/
    width: 100%;
}
#google_ads_iframe_/1049721/inFeed_Block_Promo1_0__container__ {
	background-color:transparent;
}
.section-label-small { 
		display:block;
		color: #BE1E2D;
		font-weight: bold;
		font-size: .88em;
		padding: .5em 0 .25em 0 ;
	}
	
	.section-label-medium { 
		display:block;
		color: #BE1E2D;
		font-weight: bold;
		font-size: 1.3em;
		padding: 0 0 .75em 0;
	}

.section-label-large {
		display:block;
		color: #BE1E2D;
		font-weight: bold;
		font-size: .75em;
		padding: .5em 0 .25em 0 ;
	}
	
	.box-headline-small {
		font-size: 1.2rem;
		font-family: UtopiaStdBoldCapt;
		font-weight:normal;
		line-height: 1;
	}
	
	.box-headline-medium {
		font-size: 1.75rem;
		font-family: UtopiaStdBoldCapt;
		font-weight:normal;
		/*line-height: 1.3;*/
		padding: 0 0 .75em 0
	}
	
	.box-headline-large {
		font-size: 1em;
		font-family: UtopiaStdBoldCapt;
		font-weight:normal;
		display: inline-block;
		line-height: 1.3;
}
.rule {
	margin: .25em 0 .5em 0;
	border-bottom: 1px solid #BE1E2D;
}
/********************
 Pagination
*********************/
    .PagingStyle { display:block; color:#777; text-align: left; margin-bottom: 20px;}
    .PagingLink { padding:6px; }
    .PagingLink:hover { color: #000066; background-color: #CCC; }
    .PagingCurrent { color: #000066; font-weight: bold; }
/*********************************/

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
 /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
 /*box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);*/
  box-shadow: 0px 8px 10px 0px #b5b5b5;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



#tout-raqplk-target {
	max-width: 100%;
	height:auto;
}
.tout-player-wrapper {
	max-width: 100%;
	height:auto;
}
.tout-target-inner {
	max-width: 100%;
	height:auto;
}
.wrapper-for-poster {
	min-width: 150px;
	max-width: 100%;
	height:auto;
}
.wrapper-for-poster img{
	min-width: 150px;
	max-width: 100%;
	height:auto;
}
.tout-player.at16x9 {
	min-width: 150px;
	max-width: 100%;
	height:auto;
}
.tout-player, .at16x9, .wrapper-for-poster {
	min-width: 150px;
	max-width: 100%;
	height:auto; 
}


/******************************
* Start BREAKING NEWS *
******************************/
.breaking {
	background-color: red;
	padding: .75em;
	clear: both;
	text-align: center;
}
.breaking a {
	color: #ffffff;
}
.breaking a:hover {
    color: Black;
}


/*****************************
* Facebook Comments *
******************************/
.fb-comment-wrapper {
	display: none;
	vertical-align: baseline;
	padding: 0;
}

/*****************************
* Newsletter 2016 *
******************************/
