.newsPage .col60{
	position: relative;
}
.newsPage .midBorder{
}
.newsPage .post{
	border-bottom:1px solid #aaa;
	padding-bottom: 30px;
	margin: 18px 20px 30px;
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.newsPage:not(.newsBrowse) .subHeadline{
	text-align: left;
	margin-bottom: 20px;
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px solid #AAA;
	padding-bottom: 20px;
}
.newsPage:not(.newsBrowse) .sidebar .headlinerDiv:last-child .subHeadline{
	border-bottom: 0;
	margin-bottom: 0;
}
.newsBrowse .post:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.postBrowseImg{
	max-width: 100%;
}
.pressRow{
	padding: 20px;
}
.pressPost{
	position: relative;
	text-align: center;
}
.pressSourceTit{
	display: none;
	position: absolute;
	padding: 12px;
	color:white;
	font-weight: bold;
	background: #111;
	background: rgba(0, 0, 0, 0.8);
	width: 200px;
	margin-left: -100px;
	z-index: 30;
	text-align: left;
	line-height: 1.3em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-pointer-events:none;
	-webkit-pointer-events:none;
	-o-pointer-events:none;
	-ms-pointer-events:none;
	pointer-events:none;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-moz-transition:all .25s ease;
	-webkit-transition:all .25s ease;
	-o-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
.pressSourceTit.active{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	-webkit-transform:translateY(-50px);
	-moz-transform:translateY(-50px);
	-o-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	transform:translateY(-50px);
}
.pressSourceDate{
	font-size: 14px;
	color:#eee;
	font-weight: 300;
	margin-top:5px;
}
.pressSourceArw{
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	content: '';
	border-top: 16px solid #111;
	border-top: 16px solid rgba(0, 0, 0, 0.8);
	border-left: 16px solid rgba(0, 0, 0, 0);
	border-right: 16px solid rgba(0, 0, 0, 0);
}
.pressPost .pressBrowseImg{
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}


/*
PREV/NEXT BUTTONS
==============================================================================
*/
.newsPage .postNavigation{
	margin: 0px 20px 40px;
	padding-top: 10px;
}



/*
SIDE BAR STYLING
==============================================================================
*/
.sidebar h3{
	cursor:default;
	margin-bottom: 20px;
}
.sidebar h4{
	margin-bottom: 5px;
}
.sidebar .searchNews{
	position: relative;
	padding: 18px 20px 48%;
}
.sidebar #searchNewsIn{
	position: relative;
	z-index: 19;
}
.sidebar #searchNewsIn #searchNewsBox{
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height: 40px;
	margin-bottom: 0;
}
.sidebar #searchNewsIn #searchSubmit{
	position: absolute;
	bottom: 2px;
	right: 5px;
	z-index: 3;
	width: 33px;
	height: 33px;
	overflow: hidden;
	cursor: pointer;
	background:transparent url('/images/_pages/_global/searchIcon.png') no-repeat 0 0;
	margin-top: 3px;
	margin-left: 5px;
}
.sidebar #searchNewsIn #searchSubmit:hover{
	background-position: 0 -33px;
}
.sidebar #searchSuggestionsDiv{
	position: relative;
}
.sidebar #searchSuggestions{
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
	width: 100%;
	border-radius: 0 0 4px 4px;
	overflow-y: scroll;
	max-height: 300px;
}
.sidebar #searchSuggestions .searchItem{
	color: #FFF;
	display: block;
	padding: 8px 10px;
	background:#111;
	background:rgba(0,0,0,.75);
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.sidebar #searchSuggestions .searchItem:hover{
	background:#111;
	background:rgba(0,0,0,.85);
}
.sidebar #searchSuggestions .searchItem:first-child{
	padding: 10px 10px 8px;
}
.sidebar .searchNews #cansBG{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	max-width: 80%;
}
.sidebar .recentHeadline{
	position: relative;
	padding: 20px 20px 20px;
}
.sidebar .recentHeadline h3{
	display: inline-block;
	float: left;
}
.pressImgDiv{
	line-height: 0;
	margin-bottom: 20px;
	text-align: center;
}
.sidebar #viewAllPress{
	position: relative;
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	/*padding-top: 5px;*/
}
.sidebar .headlinerDiv{
	display: block;
	font-size: 14px;
}
.sidebar #viewMoreFeatDiv{
	/*position: absolute;
	bottom: -5px;
	left: 0;*/
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*.sidebar #viewMoreFeatDiv:hover{
	bottom: -2px;
}*/
.sidebar #viewMoreFeat{
	padding: 8px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(0,0,0,.36);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.36);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(0,0,0,.36);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(0,0,0,.36);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.36);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #689DA8;
	background: -moz-linear-gradient(top, #689DA8 0%, #689DA8 49%, #6095A0 50%, #6095A0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#689DA8), color-stop(49%,#689DA8), color-stop(50%,#6095A0), color-stop(100%,#6095A0));
	background: -webkit-linear-gradient(top, #689DA8 0%,#689DA8 49%,#6095A0 50%,#6095A0 100%);
	background: -o-linear-gradient(top, #689DA8 0%,#689DA8 49%,#6095A0 50%,#6095A0 100%);
	background: -ms-linear-gradient(top, #689DA8 0%,#689DA8 49%,#6095A0 50%,#6095A0 100%);
	background: linear-gradient(to bottom, #689DA8 0%,#689DA8 49%,#6095A0 50%,#6095A0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#689da8', endColorstr='#6095a0',GradientType=0 );
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sidebar .sideArchive{
	position: relative;
	padding: 20px 0;
}
.sidebar .sideArchive h3{
	padding: 0 20px;
	margin-bottom: 10px;
}

.sidebar .newlistlink{
	display: block;
	padding: 8px 20px;
	font-size: 12px;
}
.sidebar .newlistlink:nth-child(even){
	background:rgba(0,0,0,.25);
}
.sidebar .newlistlink:hover{
	background:rgba(0,0,0,.35);
}
.sidebar .newlistlink{
/*	color:white;*/
}
.sidebar .archiveItem .newlistlink:last-child{
	margin-bottom: 0;
}

.sidebar .yearSeg{
	position: relative;
	cursor: pointer;
	color: #FFF;
	padding: 8px 20px;
	margin-top: 10px;
	font-weight: bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.sidebar .arch .downArrow{
	margin-right: 5px;
	vertical-align: middle;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;		
}
.sidebar .arch.active .downArrow{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidebar .monthLabel{
	padding: 8px 20px;
	font-weight: bold;
	font-size: 14px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.sidebar .dropDownDiv{
	width: 90%;
	margin:10px 5%;
}





/*
	PRESS PAGES
*/
.pressPage .sourceButtons{
	margin: 20px 0;
}
.pressPage .originalSource{
	margin-bottom: 5px;
}
.pressPage .originalSourceBtn, .pressPage .downloadPDF{
	width: 100%;
	text-align: center;
}
.pressPage .loadMoreDiv{
	padding: 20px;
}
.pressPage .loadMorePress{
	width: 100%;
	text-align: center;
}
.pressPage .pressSrc{
	font-weight: bold;
	margin-bottom: 5px;
}


/*
	ARCHIVE PAGE
*/
.archivePage h3{
	padding:18px 20px 0;
}
.archivePage .backLink{
	position: absolute;
	top: 20px;
	right: 20px;
}
.archivePage .newlistlink{
	display: block;
	padding: 8px 20px;
	font-size: 12px;
}
.archivePage .newlistlink:nth-child(even){
	background:rgba(0,0,0,.25);
}
.archivePage .newlistlink:hover{
	background:rgba(0,0,0,.35);
}
.archivePage .archiveItem .newlistlink:last-child{
	margin-bottom: 0;
}

.archivePage .yearSeg{
	position: relative;
	cursor: pointer;
	color: #FFF;
	padding: 8px 20px;
	margin-top: 10px;
	font-weight: bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.archivePage .arch .downArrow{
	margin-right: 5px;
	vertical-align: middle;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;		
}
.archivePage .arch.active .downArrow{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.archivePage .monthLabel{
	padding: 8px 20px;
	font-weight: bold;
	font-size: 14px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.archivePage .dropDownDiv{
	width: 90%;
	margin:10px 5%;
}
.archivePage .archPagination{
	text-align: center;
	border-top: 1px solid #AAA;
	margin: 20px 20px 0;
	padding-bottom: 20px;
}
.archivePage .pagination{
	display: block;
	margin: 20px 0 0;
}
.archivePage .pageLinks{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 6px;
}
.archivePage .totalPages{
	margin-top:5px;
}
.archivePage .pageLinks .active{
	color:white;
}