
/*------------------------------------------------------------------
Page Styles: Econonmy Matters (Federal Reserve Bank of Atlanta)
Version:	1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. Navigation Styles
	2. Homepage Styles (line 171)
	3. Sidebar Styles (line 966)
	4. Banner Styles  (line 1331)
	8. Footer Styles  (line 1347)
	9. Subpage Styles  (line 1430)
	10. Team Styles 
	11. Extras 
	12. Responsive Styles 
	
-------------------------------------------------------------------*/

a.categoryHeading:hover {
	text-decoration: none;
	color:#ffffff;
}


/* 1. Navigation Styles */

.emlogo{
  display: block;
	float: left;
	text-decoration: none;
	outline: none;
  margin:10px 10px 0 0;

  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  line-height: 26px;
}
.emlogo:hover,
.emlogo:focus,
.emlogo:active{
  border: none !important;
  color: #000;
  outline: none;
}
.emlogo img{
	max-width: 100%;
	height: auto;
}
.emlogo span{
  display: inline-block;
  color:#fff;
  background: #ff6600;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3px 4px;
  margin-left: -1px;
}

.categoryAside h5 {
	background: url("/~/media/Images/economy-matters/sep.png") repeat-x center;
	margin: 0 0 30px;
}

.categoryAside h5 span {
	background: #333333;
	height: 38px;
	line-height: 38px;
	padding: 0;
	width: 130px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: Roboto;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
}

span.category,
.categoryBlock { font-family: 'Roboto Condensed', sans-serif; }

.thumb {
	position: relative;
}

.categoryBlock-thumb {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	text-align: center;
}
.categoryBlock p {
	
	text-transform: uppercase;
	color: #777;
	margin: 0;
	text-align: center;
	font-weight:600;
	font-size: 8px;
	padding: 8px 2px 8px 2px;
}

.categoryBlock h4 {
	text-align: center;
	margin: 0px;
	font-size: 14px;
	margin: 0;
	line-height: normal;
}

.container {
	position: relative;
}

.zinecategory-table {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.zinecategory-table thead {
	
	border-top: 1px solid #999999;
	border-bottom: 2px solid #999999;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

.zinecategory-table thead th{
	background-color: #00577e;
	color: #ffffff;
}

.zinecategory-table th {
	
	font-weight: bold;
	background: #f6f6f6;
	color: #333333;
	padding: 0 25px;
	text-align:left;
	
}

.zinecategory-table thead tr th {
	padding: 0 25px;
}

.zinecategory-table tbody tr {
	border-bottom: 1px solid #fff;
	
	line-height: 1.85em;;
}

.zinecategory-table tbody tr td {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	padding: 0 25px;
}

.categorySeparator {
	height: 1px;
	background: none repeat scroll 0% 0% #C2C2C2;
	width: 130px;
	margin: 8px 0px 15px 0px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

/* EDB */
span.category,
.categoryHeading {
	border-radius:0;
	display: table;
	margin: 0 auto;
	/* height: 26px; */
	padding: 0 7px 0 7px;	
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	/* line-height: 26px; */
}

a span.category, /*EDB */
a.categoryHeading  {
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: .04em;
	/* padding-top: 2px; */
	padding: 8px 8px 7px 8px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 0px;
}

.categoryBlock h4 a {	
	color: #000;
	letter-spacing: 0.015em;
	font-weight:bold;
	line-height:17px;
	font-family: 'Roboto Condensed', sans-serif; 
}

p.categoryHeading {
	font-size:10px;
}


.headingimg {
	
	margin: 10px 80px 0 -5px !important;	
	padding-bottom:0px !important;
	padding-top:0px !important;
	
}

/* category headings used in left-hand global navigation */
.headingimg1, .heading1  { background: #488cae !important; text-decoration: none; }
.headingimg2, .heading2  { background: #109377 !important; text-decoration: none; }
.headingimg3, .heading3  { background: #672e6c !important; text-decoration: none; }
.headingimg4, .heading4  { background: #889e52 !important; text-decoration: none; }
.headingimg5, .heading5  { background: #f37832 !important; text-decoration: none; }
.headingimg6, .heading6  { background: #8b4823 !important; text-decoration: none; }
.headingimg7, .heading7  { background: #00577e !important; text-decoration: none; }

.categoryBtn1 {
	background: #000000;
	display: table;
	margin: 0 auto;
	height: 26px;
	padding: 0 20px;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	line-height: 26px;
}

.categoryBanner {
	margin-top: 33px;
	margin-bottom: 40px;
}

.categoryBanner img {
	border: 10px solid #e5e5e5;
}



/* 2. Homepage Styles */
/* Beginning of slider large photo section */

.bl-featured-big {
	position: relative;
	margin-bottom: 30px;
}

.bl-featured-big img {
	width: 100%;
}

.bl-meta {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase;
}

.bl-meta span i {
	font-size: 18px;
	margin-right: 7px;
}

.bl-meta span {
	margin-bottom: -12px;
	display: table;
}

.bl-info {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	z-index: 777;
	width: 100%;
	padding-right: 30px;
}

.bl-info span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.bl-info h3 {
	margin: 5px 0 15px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 30px;
}

.bl-info h3 a {
	color: #fff;
}

.block-right {
	padding-right: 0;
}

.mobileCenteredImage {
	display: none;
}

.rmore {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: right;
	font-size: 12px;
	display: table;
	float: right;
	font-style: italic;
	padding-right: 30px;
}

.rmore i {
	margin-left: 10px;
}
/* End of slider large photo section */


/* Beginning of Featured News section */
.zinefeatured-news h5, .zinecat-blocks h4, .zinefeatured-news2 h5 {
	background: url("/~/media/Images/economy-matters/sep.png") repeat-x center;
	/* margin: 0 0 10px; */
}

.zinecat-blocks h4 {
	background: url("/~/media/Images/economy-matters/sep.png") repeat-x center;
	margin: 0 0 24px;
	position: relative;
}

.zinecat-blocks h4 span:after {
	content: "";
	width: 8px;
	height: 13px;
	background: url("/~/media/Images/economy-matters/cb-ribbon.png")
	position: absolute;
	right: -7px;
	top: 0;
}

.zinefeatured-news h5 span, .zinecat-blocks h4 span, .zinefeatured-news2 h5 span {
	background: #333333;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	position: relative;
	letter-spacing: .04em;
}

.zinecat-blocks h4 span {
	background: #e00000;
	margin: 0;
	font-size: 16px;
	padding: 0 24px;
}

.zinefn-thumb {
	position: relative;
}

.zinefn-thumb img {
	width: 100%;
	max-height: 139px;
}

.zinefn-inner h4 {
	color: #000000;
	font-size: 22px;
	line-height: 26px;
	margin: 15px 0 5px;
}

.zinefn-inner h4 a {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.zinefn-inner h4 a:hover {
	text-decoration: underline;
}

.zinefn-inner em {
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	color: #999999;
	font-style: normal;
	display: table;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;

}

.zinefn-inner p {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	line-height: 20px;
	margin-bottom: 35px;
}

.zinefn-meta {
     position: absolute;
     color: #fff;
     top: 8px;
     left: 8px;
     padding: 4px 7px;
     text-transform: uppercase;
     font-size: 12px;
     font-weight: 700;
    background: rgba(0,0,0,.2); 
}

/*
 .zine fn-meta span {
	float: right;
}

.zine fn-meta span i {
	font-size: 14px;
}

*/

/* End of Featured News section */


.cb-big {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.cb-big h3 {
	font-size: 22px;
}

.cb-big p {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: -5px 0 0;
}

.cb-big:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
 /* IE6-9 */
	position: absolute;
	bottom: -45%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: .4s;
}

.cb-big:hover:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	transition: .4s;
}

.cb-big .bl-meta ,
.cb-big .bl-info {
	z-index: 111;
}

.cb-info .cat {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	/*color: #e00000;*/
	margin-bottom: -5px;
	display: table;
}

.cb-info h5 {
	font-size: 22px;
	line-height: 26px;
}

.cb-info h5 a {
	text-decoration: underline;
}

.cb-info h5 a:hover {
	color: #e00000;
}

.cb-info .date {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	font-style: normal;
	display: table;
	margin-bottom: 10px;
}

.cb-info p {
	font-size: 14px;
	color: #333;
	font-family: Arial;
	line-height: 20px;
}

.cb-info ul {
	margin-top: 30px;
}

.cb-info ul li {
	float: none;
	width: 100%;
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px dotted #3f3f3f;
	padding: 9px 0 12px 20px;
}

.cb-info ul li:first-child {
	border-top: 1px dotted #3f3f3f;
}

.cb-info ul li:before {
	content: "";
	background: #000000;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 19px;
	left: 0;
}

.cb-info ul li a {
	color: #000000;
	background: transparent !important;
	font-size: 16px;
	font-family: 'Roboto', serif;
	font-weight: bold;
	line-height: 20px;
}

.cb-info ul li a:hover {
	text-decoration: underline;
}

/*
.opt-inner {
	background: #00aced;
	padding: 28px 30px 20px;
	-webkit-box-shadow: 3px 4px #f4f4f4;
	-moz-box-shadow: 3px 4px #f4f4f4;
	box-shadow: 3px 4px #f4f4f4;
	position: relative;
}

.opt-inner p {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	line-height: 24px;
	letter-spacing: -0.2px;
	position: relative;
}

.opt-inner:after {
	content: "";
	background: url("../images/opt.png") no-repeat;
	width: 30px;
	height: 22px;
	position: absolute;
	bottom: -22px;
	left: 70px;
}

.opt-inner p a {
	color: #aafcff;
}

.opt-inner em {
	color: #ffffff;
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
}

.opt-inner em a {
	color: #fff;
}

.opi-inner {
	background-color: #fff;
	-webkit-box-shadow: 3px 4px #f4f4f4;
	-moz-box-shadow: 3px 4px #f4f4f4;
	box-shadow: 3px 4px #f4f4f4;
	border: solid 1px #ddd;
	padding: 30px 30px 20px;
	position: relative;
}

.opi-inner:after {
	content: "";
	background: url("../images/opi.png") no-repeat;
	width: 29px;
	height: 23px;
	position: absolute;
	bottom: -22px;
	left: 70px;
}

.opi-inner em {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	font-style: normal;
}

.opi-inner em span {
	font-style: italic;
	color: #656565;
	text-transform: none;
}

.opi-inner p {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	line-height: 24px;
	padding: 10px 0 10px;
}

.ico {
	width: 60px;
	height: 60px;
	border: 5px solid #dddddd;
	border-radius: 50%;
	margin: 20px 0 0 10px;
	display: table;
	color: #00aced;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	background: #fff;
}
*/

.all-cat {
	display: table;
	width: 100%;
}

.all-cat h5 {
	background: url("/~/media/Images/economy-matters/sep.png") repeat-x center;
	margin: 0 0 33px;
}

.p-news-big h5 {
	background: url("/~/media/Images/economy-matters/sep1.png") repeat-x center;
	margin: 0 0 33px;
}

.all-cat h5 span, .p-news-big h5 span {
	background: #333;
	height: 41px;
	line-height: 41px;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-family: 'Roboto', serif;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 888;
}

.p-news-big h5 span {
	background: #e00000;
}

.allcat-feed {
	position: relative;
	overflow: hidden;
}

.allcat-feed:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
 /* IE6-9 */
	position: absolute;
	bottom: -45%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	transition: .4s;
}

.allcat-feed h4 {
	font-size: 18px;
	font-weight: bold;
	color: #f8f8f8;
	position: absolute;
	left: 20px;
	bottom: 10px;
	text-transform: none;
	z-index: 77;
}

.allcat-feed h4 a {
	color: #fff;
}

.allcat-feed p {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f8f8f8;
	position: absolute;
	left: 20px;
	bottom: 65px;
	margin: 0;
	font-family: 'Roboto', serif;
	z-index: 77;
}

.allcat-feed:hover:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	transition: .4s;
}

.ac-inner {
	padding-bottom: 50px;
	background: #e5e5e5;
	padding-top: 45px;
	margin-top: -46px;
	position: relative;
	z-index: 0;
	display: table;
	width: 100%;
}

.fn2-inner {
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.fn2-thumb {
	width: 270px;
	float: left;
}

.fn2-info {
	margin-left: 290px;
}

.fn2-meta {
	color: #e00000;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.fn2-meta span {
	float: right;
}

.fn2-meta span i {
	font-size: 14px;
}

.fn2-info h4 {
	color: #333333;
	font-size: 22px;
	line-height: 26px;
	margin: 5px 0 10px;
}

.fn2-info h4 a {
	color: #333333;
}

.fn2-info h4 a:hover {
	color: #e00000;
}

.fn2-info em {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	font-style: normal;
	display: table;
	margin-bottom: 10px;
}

.fn2-info p {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	line-height: 20px;
	margin-bottom: 0px;
}

.featured-main {
	margin-top: -30px;
}

.psi-thumb {
	position: relative;
}

.p-news-big {
	background: #232323;
	margin-top: -30px;
	padding: 30px 0 60px;
	display: block;
	width: 100%;
	margin-bottom: 33px;
}

.ps-info {
	padding: 0 15px;
}





.ps-info h4 {
	text-align: center;
	font-family: Playfair Display;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	padding: 0 30px;
	margin: 15px 0;
}

.ps-info h4 a {
	color: #fff;
}

.ps-info h4 a:hover {
	color: #e00000;
}

.ps-info span {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto', serif;
	z-index: 77;
	text-align: center;
	display: table;
	width: 100%;
	margin: 0 0 15px;
}

.ps-info p {
	color: #dddddd;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 0 20px;
}

.psi-more {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #f8a631;
	text-align: center;
	display: table;
	width: 100%;
}

.cat-tag {
	height: 23px;
	background: rgba(0,0,0,0.7);
	padding: 0 15px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 10px;
}

#pnews-slider .slick-next {
	position: absolute;
	top: -72px;
	right: 15px;
	width: 37px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	font-size: 0px;
}

#pnews-slider .slick-prev {
	position: absolute;
	top: -72px;
	right: 52px;
	width: 37px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	font-size: 0px;
}

#pnews-slider .slick-prev:after {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #000;
	width: 39px;
	height: 38px;
	padding: 6px 10px;
	text-align: center;
	display: table;
	border: 3px solid #232323;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	right: 0px;
}

#pnews-slider .slick-next:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #000;
	width: 39px;
	height: 38px;
	padding: 6px 0 6px 3px;
	text-align: center;
	display: table;
	border: 3px solid #232323;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	right: 0px;
}

#pnews-slider .slick-prev:hover:after ,
#pnews-slider .slick-next:hover:after {
	color: #e00000;
}


/* 3. Sidebar Styles */

zineaside {
	padding-left: 30px !important;
}

.zinesidebar {
	margin-bottom: 33px;
}

.zinesidebar h5, .zinesidebar-twitter h5, .zinesidebarpop-news h5 {
	background: url("/~/media/Images/economy-matters/sep.png") repeat-x center;
	margin: 0;
}

.zinesidebar h5 span, .zinesidebar-twitter h5 span, .zinesidebarpop-news h5 span {
	background: #00577e;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
}

.zinesidebar-inner {
	padding: 25px 0px 20px 15px;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;	
}
.zinesidebarpop-news .zinesidebar-inner {
	padding-top: 15px !important;
}

.zinesidebarpop-news ul li {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dotted #7f7f7f;
	display: table;
	width: 100%;
}

.zinesidebarpop-news ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.zinesidebarpop-news ul li img {
	width: 110px;
	float: left;
}

/* nested list element within this menu type */
.zinesidebarpop-news li > ul > li {
	margin: 0 0 0 30px;
	padding: 1px 0;
	border-bottom: none;
	display: list-item;
	width: 100%;
	list-style-type: disc;
}

.zinesidebarpop-news-info {
	margin-left: 120px;
}

.zinesidebarpop-news-info span {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #C2C2C2;
	margin: 0;
	font-family: 'Roboto', serif;
}

.zinesidebarpop-news-info h4 {
	font-size: 15px;
	margin: 0px;
	line-height: 20px;
}

.zinesidebarpop-news-info h4 a {
	color: #000;
}

.zinesidebarpop-news-info h4 a:hover {
	text-decoration: underline;
}

.zinesidebar-banner {
	background: #e5e5e5;
	margin-top: 20px;
	padding: 10px;
}

.zinesidebar-banner img {
	height: auto;
    width: 100%;
}

.zinesidebar-twitter ul li {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dotted #7f7f7f;
	display: table;
	width: 100%;
}

.zinesidebar-twitter ul li:last-child {

	padding-bottom: 0;
	border-bottom: none;
}

.zinesidebar-twitter ul li img {
	width: 75px;
	float: left;
}

.zinesidebartweet-inner {
	margin-left: 85px;
}

.zinesidebartweet-inner span {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: -5px;
	display: table;
}

.zinesidebartweet-inner h4 {
	margin: 5px 0;
	font-family: Arial;
	font-weight: normal;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.05px;
}

.zinesidebartweet-inner p {
	margin: 0 0 -7px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
}

.zinesidebartweet-inner h4 a {
	color: #428bca;
}

.zinesidebartweet-inner h4 a:hover {
	color: #000;
}

.zinesidebar-video h5 span {
	background: #00577e;
}

.zinesidebar-video ul li {
	margin: 0;
	padding: 10px 0px 10px 28px;
	border-bottom: 1px dotted #7f7f7f;
	display: table;
	/*width: 100%;*/
	position: relative;
}

.zinesidebar-video ul li:first-child {
	padding-left: 0;
	display: block;
}

.zinesidebar-video ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.zinesidebar-video ul li img {
	margin-bottom: 10px;
}

.zinesidebar-video ul li span {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color:  #777;
	margin: 0;
	font-family: 'Roboto', serif;
}

.zinesidebar-video ul li h4 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}

.zinesidebar-video ul li h4 a {
	font-family: 'Arial', sans-serif;
}

.zinesidebar-video ul li i {
	color: #879CB0;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 38px;
}

.zinesidebarvideo-thumb {
	position: relative;
}

.zinesidebarvideo-thumb:before {
	content: "";
	background: url("/~/media/Images/economy-matters/play.png") no-repeat;
	width: 38px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 18px;
}

input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left: 30px;
	height: 15px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

label.css-label {
	background-image: url("/~/media/Images/economy-matters/cbox.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.zinesidebar-poll h4 {
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	color: #333;
	line-height: 30px;
	margin: 0 0 23px;
}

.zinesidebar-poll h5 span {
	background: #00577e;
}

.zinesidebar-poll li {
	padding-bottom: 8px;
}

.dual-btns {
	margin-top: 20px;
}

.dual-btns a {
	height: 40px;
	padding: 0 30px;
	line-height: 40px;
	display: inline-block;
	margin-right: 10px;
	background: #669ab2;
	color: #fff;
	text-transform: uppercase;
	/*font-weight: bold;*/
}

.dual-btns a:nth-child(2) {
	background: #00577e;
}

.dual-btns a:hover !important {
	background: #000;
}

.zinesidebar-contributors .zinesidebar-inner, .zinesidebar-subscribe .zinesidebar-inner {
	padding-top:40px;
}

.zinesidebar-contributors h5 span {
	background: #333;
}

.zinesidebar-contributors ul {
	margin-left: 0px;
	display: table;
	width: 100%;
	margin-bottom: -7px;
}

.zinesidebar-contributors ul li {
	width: 25%;
	padding-left: 7px;
	margin-bottom: 7px;
	float: left;
}

.zinesidebar-subscribe h5 span {
	background: #333;
}

.zinenewsletter {
	background: #f4f4f4;
	border: 1px solid #ddd;
	padding: 20px;
	position: relative;
	z-index: 888;
}

#zinenewsletter {
	position: relative;
	margin-right: 30px;
}

#zinenewsletter:before {
	background: #FFF;
	border: 1px solid #ddd;
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#zinenewsletter:after {
	background: #FFF;
	border: 1px solid #ddd;
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	z-index: 77;
}

.zinenewsletter input {
	height: 49px;
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 5px 10px;
	font-size: 14px;
	font-family: Arial;
	color: #333;
	width: 100%;
}

.zinesidebarsubscribe-inner {
	display: table;
	width: 100%;
}

.zinesidebarsubscribe-inner img {
	float: left;
	padding: 6px 6px 10px;
	width: 120px;
	background: #333333;
	margin: 0 20px;
}

.zinesidebarsubscribe-inner p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #333;
	/*padding: 15px 0 0;*/
	font-weight:100;
}



/* 4. Banner Styles */

.big-banner {
	background: #fff;
	padding: 20px;
	border-bottom: 3px solid #f4f4f4;
	border-top: 1px solid #DDD;
}

.big-banner a {
	display: table;
	margin: 0 auto;
}



/* 5. Footer Styles */

footer {
	border-top: 1px solid #ddd;
	padding: 0 !important;
}

.footer-widget {
	padding: 30px;
	border-right: 1px solid #ddd;
	min-height: 457px;
}

.footer-logo h3 {
	font-family: 'Roboto' serif;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	text-shadow: 3px 4px #f4f4f4;
	text-transform: uppercase;
	margin: 5px 0 0;
	display: table;
}

.footer-logo p {
	font-family: Arial;
	color: #333333;
	line-height: 22px;
	font-size: 14px;
	margin: 0 0 65px;
	position: relative;
}

.footer-logo p b {
	text-transform: uppercase;
}

.footer-logo p:after {
	content: "";
	background: #000;
	width: 48px;
	height: 1px;
	position: absolute;
	bottom: -40px;
	left: 0;
}

.copy {
	font-family: Arial;
	color: #333333;
	line-height: 22px;
	font-size: 14px;
}

.copy a {
	color: #333333;
}

.copy a:hover {
	color: #e00000;
}

.f-gallery ul {
	margin-top: 30px;
}

.f-gallery ul li {
	float: left;
	width: 33.333%;
	padding: 0 20px 20px 0;
}

.footer-widget h5 {
	font-family: 'Roboto' serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-top: 0;
} 

.zeinarticleimg {
	padding-top: 5px;
}

.zeinarticleimgtext p {
	margin:0;
	padding-top: 0;
}


/* 9. Category Page Styles */

.zinecategory-meta1, .zinecategory-meta2, .zinecategory-meta3, .zinecategory-meta4, .zinecategory-meta5, .zinecategory-meta6 {
	display: table; width: 100%;
}
.zinecategory-meta1 { border-bottom: 1px solid #488cae; }
.zinecategory-meta2 { border-bottom: 1px solid #109377; }
.zinecategory-meta3 { border-bottom: 1px solid #672e6c; }
.zinecategory-meta4 { border-bottom: 1px solid #889e52; }
.zinecategory-meta5 { border-bottom: 1px solid #f37832; }
.zinecategory-meta6 { border-bottom: 1px solid #8b4823; }

.zinecategory-cat1, .zinecategory-cat2, .zinecategory-cat3, .zinecategory-cat4, .zinecategory-cat5, .zinecategory-cat6 {
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.zinecategory-cat1 { background: #488cae; }
.zinecategory-cat2 { background: #109377; }
.zinecategory-cat3 { background: #672e6c; }
.zinecategory-cat4 { background: #889e52; }
.zinecategory-cat5 { background: #f37832; }
.zinecategory-cat6 { background: #8b4823; }

.zinecategory-comments {
	font-family: Oswald;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	margin-top: 10px;
	display: table;
	float: right;
}

.zinecategory-author {
	font-family: Oswald;
	font-size: 11px;
	text-transform: none;
	color: #666;
	display: block;
	float: left;
	font-weight: 500;
	margin: 0px 0px 5px 0px;
	letter-spacing: .025em;
}

.zinecategory-author em {
	width: 3px;
	height: 3px;
	background: #666;
	margin: 0 7px;
	display: inline-block;
	position: relative;
	top: -4px;
}

.zinecategory-comments em {
	width: 3px;
	height: 3px;
	background: #333;
	margin: 0 12px;
	display: inline-block;
	position: relative;
	top: -4px;
}

.zinecategory-comments i {
	font-size: 15px;
	margin-right: 5px;
}

.zinecategory h2,
.zinecategory h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.125rem;
	font-weight: 700;
	color: #000;
	line-height: 2.375rem;
	margin: 15px 0 25px;
	
}

.zinecategory p {
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.zinecategory p a {
	/*
	color: #326891;
	border-bottom: 1px solid #326891;*/
}

.img-w-caption {
	display: block;
	margin: 13px 0 15px;
	position: relative;
}

.img-w-caption span {
    background: rgba(9,69,106,0.8);
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.quote {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 28px !important;
	font-weight: 300 bold;
	font-style: italic;
	color: #333;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 25px 15px;
	line-height: 35px !important;
	letter-spacing: -0.2px;
	text-align: center;
	margin-top: 25px;
	position: relative;
	margin-bottom: 15px;
}

.quote-fullwidth {
	padding: 10px 0px 15px;
}

.quote:before {
	content: "";
	height: 5px;
	width: 100%;
	background: #333333;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
}

.quote span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px !important;
	font-weight: 300;
	font-style: none;
	
}

.zinecategory h5 {
	font-size: 21px;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 -20px;
}

.list {
	font-family: Arial;
	color: #333;
	font-size: 14px;
	margin: 10px 0 15px;
}

.list li {
	padding-left: 27px;
	padding-top: 5px;
	padding-bottom: 2px;
	position: relative;
}

.list li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #333333;
	position: absolute;
	left: 13px;
	top: 12px;
}

.zinecategory h4 {
	font-size: 18px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0 0 10px;
	text-transform: none;
}

.zinecategoryhttps://www.frbatlanta.org/Scripts/ {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.zinecategoryhttps://www.frbatlanta.org/Scripts/ thead {
	border-top: 1px solid #999999;
	border-bottom: 2px solid #999999;
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 13px;
}

.zinecategoryhttps://www.frbatlanta.org/Scripts/ thead tr th {
	padding: 0 25px;
}

.zinecategoryhttps://www.frbatlanta.org/Scripts/ tbody tr {
	border-bottom: 1px solid #fff;
	background: #f6f6f6;
	color: #333333;
	line-height: 40px;
}

.zinecategoryhttps://www.frbatlanta.org/Scripts/ tbody tr td {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	padding: 0 25px;
}

.zinecategory-tags {
	padding: 5px 0;
}

.zinecategory-tags span {
	font-size: 14px;
	font-family: Arial;
	color: #333;
	display: block;
	margin-bottom: 2px;
	font-style: italic;
}

.zinecategory-tags span a {
	color: #f37832;
}
.zinecategory2-tags span a {
	color: #f37832;
}

.zinecategory-share {
	padding: 10px 0px 30px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 2px;
}

.zinecategory-share span {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-family: Arial;
	line-height: 34px;
}

.zinecategory-share a {
	background: #e00000;
	height: 34px;
	line-height: 35px;
	padding: 0 15px;
	color: #fff;
	float: right;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.zinecategory-share a:hover {
	color: #fff;
	background: #000;
}

.zinecategory-share a i {
	margin-right: 5px;
}

.zinepost-nav a {
	font-family: Josefin Sans;
	font-size: 12px;
	font-weight: bold;
	color: #e00000;
	text-transform: uppercase;
}

.zinepost-nav a:hover {
	color: #e00000;
}

.zinepn-prev em {
	font-size: 14px;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.zinepn-next em {
	font-size: 14px;
	position: relative;
	top: -2px;
	margin-left: 3px;
}

.zineinarticlesidebar {
	padding: 10px 20 5 20;
	background: #f4f4f4;
	margin:10px 0 20px;
	border: 1px solid #ddd;
}

.zineinarticlesidebar-info img {
	display: table;
	margin: 0 auto;
	width: 90px;
	height: 90px;
}

.zineinarticlesidebar-info h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: none;
	color: #060607;
	text-align: left;
	margin-bottom: -20px;
}

.sep1 {
	width: 37px;
	height: 1px;
	background: #000;
	margin: 15px auto 7px;
	display: table;
}

.zineinarticlesidebar-info p {
	text-align: left;
	padding-top: 5px;
}


.zinepost-nav {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.zinepost-nav h4 {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	line-height: 22px;
}

.zinepost-nav h4 a {
	text-transform: none;
	color: #333333;
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.zinepn-prev {
	border-right: 1px solid #333;
	padding: 15px 20px 10px 15px;
}

.zinepn-next {
	padding: 15px 15px 10px 20px;
}

.zineauthor-info {
	border-bottom: 1px solid #333;
	border-top: 1px solid #ddd;
	margin-top: 2px;
	padding: 20px 0 22px;
}

.zineauthor-picture {
	float: left;
}

.zineauthor-info img {
	float: left;
	height: 75px;
	width: 75px;
}


.zineai-info {
	margin-left: 92px;
}

.zineai-info h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 0 0 -22px 0;
}

.zinerelated-posts h5, .zinerelated-posts-video h5, .zinerelated-posts-video2 h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	margin: 27px 0 15px;
}

.zinerelated-posts-video h5, .zinerelated-posts-video2 h6 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin: 27px 0 0px !important;
}

.zinerp-date {
	font-family: Playfair Display;
	font-style: italic;
	color: #999;
	text-align: center;
	font-size: 60px;
	line-height: 24px;
	padding-top: 10px;
}

.zinerp-date span {
	font-size: 18px;
	display: block;
}

.zinerp-date span:nth-child(2) {
	margin-top: 30px;
}

.zinerp-date em {
	font-size: 30px;
}

.zinerelated-posts li {
	padding: 30px 0px;
	border-top: 1px solid #ddd;
	display: table;
	width: 100%;
}

.zinerelated-posts li:last-child {
	padding-bottom: 60px;
}

.zinerelated-posts li img {
	width: 270px;
	float: left;
}

.zinerp-inner {
	margin-left: 290px;
}

.zinerp-inner h4 {
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 41px;
	text-transform: none;
	line-height: 30px;
	position: relative;
}

.zinerp-inner h4 a {
	color: #333;
}

.zinerp-inner h4 a:hover {
	color: #e00000;
}

.zinerp-inner h4:before {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -27px;
	left: 0;
	background: #000;
}


.zinerp-more {
	font-family: Josefin Sans;
	font-size: 12px;
	font-weight: bold;
	color: #e00000;
	text-transform: uppercase;
}

.zinerp-more em {
	margin-left: 2px;
	font-size: 13px;
	position: relative;
	top: -2px;
}

#tabwrap {
	background: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	margin: 60px auto;
	border: 1px solid #ddd;
}

#tabs {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

#tabs li {
	list-style: none;
}

#tabs li a {
	float: left;
	display: block;
	padding: 10px;
	color: #999999;
	padding: 25px 30px;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #ddd;
	font-family: Josefin Sans;
	font-size: 14px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

#tabs li:first-child a {
	border-left: none;
}

#tabs li.current a {
	color: #e00000;
}

#content > div {
	clear: both;
	padding: 0px;
	display: none;
}

#content .current {
	display: block;
}

#content #home.first {
	display: block;
}

#content p {
	margin: 0 0 20px 0;
}

/*.zinecomments {
	margin-bottom: 3px;
}

.zinecomments li {
	border-bottom: 1px solid #ddd;
	padding: 30px;
	overflow: hidden;
}

.zinecomments li .c-img {
	width: 80px;
	float: left;
	position: relative;
	z-index: 222;
}

.zinecomments-img:before {
	content: "";
	background: #ddd;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	height: 600px;
	width: 1px;
	top: 0;
	z-index: -1;
}

.zinecomment-inner {
	margin-left: 110px;
}

.zinecomment-inner h6 {
	margin: 0 0 5px;
}

.zinecomment-inner h6 span {
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	padding-right: 25px;
	position: relative;
}

.zinecomment-inner h6 span:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	position: absolute;
	right: 7px;
	top: 8px;
}

.zinecomment-inner h6 a {
	color: #e00000;
	font-style: italic;
}

.zinecomment-date {
	margin: 0 0 5px;
	display: table;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

.zinecomment-inner p {
	margin: 0 !important;
}

.zinesub-comment .c-img {
	float: right !important;
}

.zinesub-comment .comment-inner {
	margin-right: 110px;
}

.zinesub-comment .comment-inner h6 {
	text-align: right;
}

.zinesub-comment .comment-inner .c-date {
	text-align: right;
	width: 100%;
}

.zinesub-comment {
	position: relative;
}

.zinesub-comment:before {
	content: "";
	width: 34px;
	height: 94px;
	background: url("/~/media/Images/economy-matters/arrow.png") no-repeat;
	position: absolute;
	top: 0;
	left: 69px;
}
*/

.zinecategory-aside img {
	display: table;
	margin: 0px auto;
	border-radius: 50%;
}

.zinecategory-aside h6 {
	font-family: 'Roboto', serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #060607;
	text-align: center;
}

.zinecategory-aside .share-count {
	display: table;
	width: 100%;
	text-align: center;
	font-family: Playfair Display;
	font-size: 12px;
	font-style: italic;
	color: #060607;
}

.zinecategoryaside-social {
	display: table;
	margin: 20px auto 0;
}

.zinecategoryaside-social a {
	width: 40px;
	height: 40px;
	margin-right: 1px;
	background: #3b5998;
	color: #fff;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: -2px;
}

.zinecategoryaside-social a:nth-child(2) {
	background: #00aced;
	margin-left: 0px;
}

.zinecategoryaside-social a:nth-child(3) {
	background: #999999;
}

.zinecategoryaside-social a:hover {
	background: #000 !important;
}

.zinesep1 {
	width: 37px;
	height: 1px;
	background: #000;
	margin: 15px auto 7px;
	display: table;
}

.zinepost-more {
	color: #e00000;
	font-family: Roboto;
	font-size: 14px;
	display: table;
	font-style: italic;
	padding-right: 30px;
	margin: 16px 0 0;
}

.zinepost-more em {
	font-size: 13px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.zinerelated-posts-cat h5 {
	border-top: 3px double #ddd;
	padding-top: 17px;
	padding-bottom: 7px;
	position: relative;
}

.zinerelated-posts-cat h5 span {
	color: #e00000;
}

.zinerelated-posts-cat h5 span i {
	margin-left: 5px;
	font-size: 12px;
}

.zinerelated-posts-cat h5:before {
	content: "";
	width: 100%;
	background: #ddd;
	height: 1px;
	position: absolute;
	top: -5px;
}

.zinerp-cat {
	font-family: Josefin Sans;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin-bottom: -3px;
	display: table;
}


.zinepage-nav {
	display: table;
	margin: 0 auto 60px;
	width: 505px;
}

.zinepage-nav li {
	float: left;
	margin: 0 5px;
}

.zinepage-nav li a {
	width: 45px;
	height: 45px;
	-webkit-border-radius: 23px 22px 22px 23px/22px 22px 23px 23px;
	-moz-border-radius: 23px 22px 22px 23px/22px 22px 23px 23px;
	border-radius: 23px 22px 22px 23px/22px 22px 23px 23px;
	background-color: #fff;
	border: solid 1px #ccc;
	display: table;
	font-family: Playfair Display;
	font-size: 24px;
	font-style: italic;
	color: #333;
	line-height: 36px;
	text-align: center;
}

.zinepage-nav li:last-child a {
	font-size: 14px;
	line-height: 40px;
}

.zinepage-nav span {
	font-family: Roboto;
	font-size: 24px;
	font-style: italic;
	color: #000;
	float: left;
	margin-right: 15px;
	line-height: 45px;
}

.zinepage-nav li.active a ,
.zinepage-nav li a:hover {
	background: #e00000;
	color: #fff;
	border-color: #970f0f:;
}

.image-category {
	margin: 30px -19px;
}

.image-category li {
	width: 46.5%;
	float: left;
	padding: 0 3px 0 19px;
	margin-bottom: 35px;
}

.icategory-wrap {
	position: relative;
	overflow: hidden;
}

.icategory-wrap h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding-right: 30px;
	text-transform: none;
	margin: 0;
	z-index: 77779;
	line-height: 1.29em;
}

.icategory-wrap a {
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.icategory-main {
	position: relative;
}

.icategory-main:before {
	content: "";
	position: absolute;
	top: 3px;
	right: -3px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.icategory-main:after {
	content: "";
	position: absolute;
	top: 6px;
	right: -6px;
	width: 100%;
	height: 100%;
}

.icategory-wrap:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
 /* IE6-9 */
	position: absolute;
	bottom: -45%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 77777;
	transition: .4s;
}

.icategory-wrap:hover:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 77777;
	transition: .4s;
}

.icategory-wrap img {
	width: 100%;
}

.category-single-gal .bg-share {
	border-bottom: none;
}

.category-single-gal .author-info {
	border-top-color: #333;
}

.comments-wrap {
	display: table;
	width: 100%;
}

#gal-slider {
	background: #232323;
	padding: 20px;
	position: relative;
}

.gal-nav {


	background: #000000;
	padding: 20px 55px;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}

.gal-nav li {
	float: left;
	width: 25%;
	padding: 0 10px;
	cursor: pointer;
}

.gal-nav li.flex-active img {
	background: #e00000;
	padding: 2px;
}

/*.flex-prev {
	color: #999;
	font-size: 30px;
	position: absolute;
	bottom: -95px;
	z-index: 99999;
	left: 20px;
}

.flex-prev:hover ,
.flex-next:hover {
	color: #fff;
}

.flex-next {
	color: #999;
	font-size: 30px;
	position: absolute;
	right: 20px;
	bottom: -95px;
	z-index: 99999;
}
*/

.content-video-big {
	margin-top: 30px;
}

.bvb-thumb {
	position: relative;
}

.play-btn-big {
	background: url("/~/media/Images/economy-matters/play-big.png") no-repeat;
	width: 94px;
	height: 93px;
	display: table-cell;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bb-meta {
	text-transform: uppercase;
	color: #777;
	font-family: Oswald;
	margin-top: -10px;
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 27px;
}

.bb-meta span {
	margin-right: 25px;
}

.bb-meta span i {
	margin-right: 5px;
	font-weight: normal;
	font-size: 17px;
}

.i-video {
	margin-top: 35px;
	margin-right: -15px;
	margin-left: -15px;
}

.i-video li {
	width: 50%;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}

.iv-cat {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e00000;
	margin: 12px 0 0;
	display: table;
}

.iv-inner h5 {
	font-size: 16px;
	font-family: Playfair Display;
	font-weight: bold;
	line-height: 20px;
	margin: 5px 0 20px;
	text-transform: none !important;
}

.iv-inner .bb-meta {
	font-size: 12px;
	padding-bottom: 15px;
}

.iv-main {
	position: relative;
}

.iv-main:before {
	content: "";
	background: url("/~/media/Images/economy-matters/play-small.png") no-repeat;
	width: 38px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 18px;
}

.iv-inner .bb-meta i {
	font-size: 14px !important;
}

.iv-inner .bb-meta span {
	margin-right: 20px;
}

.contributor-info {
	padding: 30px;
	background: #f4f4f4;
	margin-top: 30px;
}

.contributor-info img {
	display: table;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius:50%;
}

.contributor-info h6 {
	font-family: Playfair Display;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #060607;
	text-align: center;
}

.contributor-info .share-count {
	display: table;
	width: 100%;
	text-align: center;
	font-family: Playfair Display;
	font-size: 12px;
	font-style: italic;
	color: #060607;
}

.contributor-info .bsa-social {
	display: table;
	margin: 20px auto 0;
}

.contributor-info .bsa-social a {
	width: 40px;
	height: 40px;
	margin-right: 1px;
	background: #3b5998;
	color: #fff;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: -2px;
	font-size: 16px;
}

.contributor-info .bsa-social a:nth-child(2) {
	background: #00aced;
}

.contributor-info .bsa-social a:nth-child(3) {
	background: #cb2027;
}

.contributor-info .bsa-social a:nth-child(4) {
	background: #dd4b39;
}

.contributor-info .bsa-social a:nth-child(5) {
	background: #007bb6;
}

.contributor-info .bsa-social a:nth-child(6) {
	background: #bb0000;
}

.sep1 {
	width: 37px;
	height: 1px;
	background: #000;
	margin: 15px auto 7px;
	display: table;
}

.contributor-info p {
	text-align: center;
	padding-top: 5px;
}

/* 10. Team Styles */

.team-content li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.team-content h3, .archives-content h3 {
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	margin: 25px 0 35px;
	position: relative;
}

.team-content h3:before, .archives-content h3:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	bottom: -17px;
	left: 0;
	position: absolute;
}

.team-content li img {
	width: 160px;
	float: left;
}

.tc-inner {
	margin-left: 180px;
}

.tc-inner h4 {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 13px 0 10px;
	text-transform: none;
}

.tc-inner span {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin: -5px 0 10px;
	display: table;
}

.archives-content li {
	border-top: none;
	border-bottom: 1px solid #ddd;
}

.archives-content .rp-date {
	padding-top: 0px;
}

.archives-content li h4 {
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 13px 0 0;
	text-transform: none;
}

.archives-content li h4 a {
	color: #333;
}

.archives-content li h4 a:hover {

	color: #e00000;
}

.archives-content li:last-child {
	padding-bottom: 30px;
}

.archives-filter {
	margin-top: 35px;
}

.archives-filter h5 {
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	position: relative;
	margin-bottom: 35px;
}

.archives-filter h5:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	bottom: -17px;
	left: 0;
	position: absolute;
}

.archives-filter span {
	display: table;
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	font-family: Playfair Display;
	font-size: 18px;
	font-style: italic;
	color: #333;
}



/* 15. Extras */

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

/* slider overrides */

.slider { margin: 50px 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.flexslider { width: 99%; margin: 0px; border: none; padding-bottom: 20px;}
.flexslider .slides img { width: 750px; }

.featured-big, .featured-big a.featured-href, .featured-big img {
    height: 350px;
}
.featured-slider .featured-small, .featured-slider .featured-small a.featured-href, .featured-slider .featured-small img {
    height: 175px;
}

.featured-header h2 {
    font-size: 12px;
	line-height: 16px;
}

.featured-big .featured-header h2 {
	font-size: 30px;
        line-height: 32px;
}

.main-wrapper {
	padding-top: 0;
}


.opaqueOverlay { 
	padding: 10px; 
    font-family: 'Roboto Condensed';
   	font-weight: 400;
   	font-size: 14;    
    color: white; 
   height: 50px; 
   margin-top:-68px; 
   opacity:0.8;
    background-color: rgba(0,0,0,0.6); 
}

/* mobile global  navigation */
@media only screen and (max-width: 55em) {
	
	#global_nav h4 {
		display: none;
	}
	#global_nav p {
		display: none;
	}
	#global_nav .categorySeparator {
		display: none;
	}
	#global_nav .categoryHeading {
		margin-bottom: 2px;
		text-align: center;
		width: 100%;
	}
		
	#global_nav {
		padding-bottom: 10px;
	}
	
	.centeredImage {
		display: none !important;
	}	
	
	#emLogo {
		background-color: #00577e;
		height: 50px;
		padding-top: 10px;
		width: 100%;		
	}
		
	.mobileCenteredImage {		    				
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 30px;					
	}
	
	.featured-header { background: none; }		
	.featured-slider .featured-small {
		padding-bottom: 2px !important;
		padding-top: 2px !important;
		background-color: white;
	}

  .featured-slider .featured-small, .featured-slider .featured-small a.featured-href, .featured-slider .featured-small img {
         height: auto;
    }
}
@media only screen and (max-width: 43.75em) { 
    #global_nav h4 {
		display: none;
	}
	#global_nav p {
		display: none;
	}
	#global_nav .categorySeparator {
		display: none;
	}

	#global_nav .categoryHeading {
		margin-bottom: 2px;
		text-align: center;
		width: 100%;
	}
		
	#global_nav {
		padding-bottom: 10px;
	}
		
	
	.featured-header { background: none; }		
	.featured-slider .featured-small {
		padding-bottom: 2px !important;
		padding-top: 2px !important;
		background-color: white;
	}
	
	.featured-slider .featured-small, .featured-slider .featured-small a.featured-href, .featured-slider .featured-small img {
         height: auto;
    }
	
}

/* Override third party css */

/* Flex slider 
.flex-control-nav {
    display: none;
}
*/
/*
.opaqueOverlay { 
	padding: 10px; 
    font-family: 'Roboto Condensed';
   	font-weight: 400;
   	font-size: 14;    
    color: white; 
    background-color: rgba(0,0,0,0.6); 
}
*/