#twitter-widget-0 .stream a .stream{
	color:#FF0000;
}



#home-page-body-top-row {
	position:relative;
	width:100%;
	line-height: 1;
	background-color:#000;
	padding-top:132px;
	border-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#373839;
}

#home-page-content-top-row  {
	position:relative;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:47px;
	width: 100vw;
	max-width: 940px;
	overflow: hidden;
}

.homepage-h-divider{
	width:940px;
	height:1px;
	background-image:url(../images/h-dot-divider-white.png);
	margin-top:10px;
	margin-bottom:30px;
	float:left;
}

.homepage-right-column-h-divider{
	display: none;
}
.homepage_tweet_holder{
	display: none;
}

#home-page-header-image-holder{
	height:360px;
}

.home-page-header-column {
	float:left;
	position:relative;
	width: 100%;
}

.home-page-header-column:last-child {
	margin-right:0px;
}

#last-home-column{
	margin-right:0px;	
}

.home-page-header-column-body-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:14px;
	font-style:italic;
	line-height: 1.5em;
	margin-bottom:30px;
}

.home-page-header-h1 {
	font-family: 'Oxygen', sans-serif;
	font-size:30px;
	margin-bottom:10px;
	color:#FFF;
	text-transform:lowercase;
}

.home-page-header-column-button {
	float:right;
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	background-color:#2b2b2c;
	-moz-border-radius: 18px;
	border-radius: 18px;
	cursor:pointer;
}

.home-page-header-column-button:hover {
	background-color:#FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration:none;
}

.home-page-header-column-button a{
	color:inherit; 
}

.home-page-header-column-button:hover {
	color:#0c4da2 !important; 
	text-decoration:none;
}

/*.home-page-header-column-button a:link, .home-page-header-column-button a:visited, .home-page-header-column-button a:active{
	color:#FFF;
	text-decoration:none;
	
}*/



#home-page-body-mid-row {
	position:relative;
	width:100%;
	line-height: 1;
	background-image:url(../images/dark_texture.gif);
	border-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#373839;
}

#home-page-content-mid-row  {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
	width: 100vw;
	max-width: 940px;
	overflow: hidden;
}

#home-page-left-column  {
	width: 100vw;
}

.home-page-right-side-bar  {
	width: 100vw;
}

.article-list-item {
	position:relative;
	width: 100%;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.article-list-item-span {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
}

.article-list-item .image-out {
	position:absolute;
	opacity:1;
	width:40px;
	height:40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-item .image-over {
	position:absolute;
	opacity:0;
	width:40px;
	height:40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-item:hover .image-out {
	opacity:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-item:hover .image-over {
	opacity:1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-item:last-child {
	margin-bottom:0px;
}

.article-list-item:hover {
	background: rgba(255, 255, 255, 0.05);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.article-list-item p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.5em;
	color:#FFF;
}

.article-list-item p a {
	color:#0c4da2;
	text-decoration:none;
}

.article-list-image-continer {
	float:left;
	clear:both;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	width:40px;
	height:40px;
}


.article-list-image-out-briefings {
	background-image:url(../images/HomePage-briefings-out.png);
}
.article-list-image-over-briefings {
	background-image:url(../images/HomePage-briefings-over.png);
}

.article-list-image-out-roundups {
	background-image:url(../images/HomePage-roundups-out.png);
}
.article-list-image-over-roundups {
	background-image:url(../images/HomePage-roundups-over.png);
}

.article-list-image-out-factsheets {
	background-image:url(../images/HomePage-factsheets-out.png);
}
.article-list-image-over-factsheets {
	background-image:url(../images/HomePage-factsheets-over.png);
}

.article-list-image-out-headlines {
	background-image:url(../images/HomePage-headlines-out.png);
}
.article-list-image-over-headlines {
	background-image:url(../images/HomePage-headlines-over.png);
}


/* continer? is that right? */
.article-list-text-continer {
	margin-top:10px;
	width: 100%;
	display:block;
	float:left;
}

.article-list-item h2 {
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	color:#FFF;
	margin-bottom:10px;
}

.article-list-item h2 a:link, .article-list-item h2 a:visited, .article-list-item h2 a:active {
	color:#FFF;
	text-decoration:none;
}

.article-list-item h2 a:hover {
	color:#a3238e;
	text-decoration:none;
}

.article-list-item h3 {
	font-family: 'Oxygen', sans-serif;
	font-size:11px;
	color:#a3238e;
	margin-bottom:4px;
	text-transform:uppercase;
}

#filter-by-nav {
	overflow:hidden;
}

.filter-by-item {
	float:left;
	width:25%;
	margin-right:20px;
}

.filter-by-item:hover .filter-by-image-holder .icon-over{
	opacity:1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.filter-by-item:hover .filter-by-image-holder .icon-out{
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.filter-by-item:hover .filter-by-title a{
	color:#a3238e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.filter-by-item:last-child {
	margin-right:10px;
}

#last-home-filter-item {
	margin-right:10px;
}

.filter-by-image-holder {
	width:100px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}



.filter-by-title {
	width:100%;
	margin-top:10px;
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	text-align:center;
	line-height: 1;
}

.filter-by-title a {
	color:#FFF;
	text-decoration:none;
}

.icon-over {
	position:absolute;
	opacity:0;
}

.icon-out {
	position:absolute;
}

.left-column-h-divider {
	width: 100%;
	height:1px;
	background-image:url(../images/h-dot-divider-white.png);
	margin-bottom:40px;
}

#home-page-body-bottom-row {
	position:relative;
	width:100%;
	line-height: 1;
	background-image:url(../images/light_texture.gif);
	border-style:solid;
	border-top-width:6px;
	border-top-color:#a3238e;
}

#home-page-content-bottom-row  {
	position:relative;
	padding-top:50px;
	padding-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	width: 100vw;
	max-width: 940px;
	overflow: hidden;
}


#home-page-left-column-bottom  {
	float:left;
	width: 630px;
	margin-right:20px;
	background-image:url('../images/Vetical_Dots.png');
	background-position:right;
	background-repeat:repeat-y;
}

/* #home-page-featured-item {

} */

#home-page-featured-item p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.5em;
	color:#111111;
	margin-right:20px;
}

#home-page-featured-item a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.5em;
	font-weight:400;
	color:#0c4da2;
	margin-bottom:20px;
}

#home-page-featured-item img {
margin-bottom:20px;
}

/* #for-the-public {
	
} */

#for-the-public h2 {
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	color:#a3238e;
	margin-bottom:10px;
}

#for-the-public p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.5em;
	color:#111111;
	margin-bottom:20px;
}



.like-link-button {
	background: rgba(85, 85, 85, 0.07);
	margin-bottom:20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.like-link-button:hover {
	background: rgba(85, 85, 85, 0.2);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#blog-entry {
	position:relative;
	margin-top:0px;	
	overflow:hidden;
	margin-bottom:30px;
}

#blog-entry:hover .read-more-button-sidebar a{
	color:#FFF;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#blog-entry:hover .read-more-button-sidebar {
	background: #a3238e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.blog-entry-span {
	position:absolute;
	width: 290px;
	height:100%;
	z-index:2;
}

#blog-entry h1 {
	width:100%;
	font-family: 'Oxygen', sans-serif;
	font-size:28px;
	text-align:center;
	color:#FFF;	
	border-style:solid;
	border-top-width:1px;
	border-top-color:#7b7b7b;
	border-bottom-width:1px;
	border-bottom-color:#7b7b7b;
	padding-top:10px;
	padding-bottom:10px;
}

#blog-entry h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	text-align:right;
	margin-top:-25px;
	color:#a3238e;
}

#blog-entry a:link, #blog-entry a:visited, #blog-entry a:active {
	text-decoration:none;
}

#blog-entry a:hover {
	text-decoration:none;
}

#blog-entry h3 {
	font-family: 'Oxygen', sans-serif;
	font-size:10px;
	text-align:center;
	text-align:left;
	color:#a3238e;	
}


.blog-entry-container{
	width: 100%;
	display: flex;
}

#blog-entry-text-holder {
	float:left;
	/* width: 100%;
	max-width:180px; */
}

#blog-entry-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:1.5em;
	font-size:18px;
	color:#FFF;
	margin-bottom:10px;
}

#blog-entry-image {
	float:left;
	margin-right:20px;
}

#Polaroid {
	position:relative;
	width:30%;
	height:100%;
	float:left;
	margin-top:10px;
	margin-right:20px;
	background-image:url(../images/Polaroid.png);
}

#Polaroid  img{
	margin-top:4px;
	margin-left:4px;
}

.read-more-button-sidebar {
	float:right;
	clear:both;
	font-family: 'Oxygen', sans-serif;
	font-size:16px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:16px;
	margin-top:10px;
	margin-right:0px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.read-more-button-sidebar a {
	color:#0c4da2;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



.read-more-button-sidebar:hover {
	background: #a3238e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:pointer;
}

