#publications .tabs_wrapper{
	background-color: white;
}
#publications .tabs_wrapper .row_wrapper{
	padding: 0;
}
#publications .tabs_wrapper .row_wrapper .leftcol,
#publications .tabs_wrapper .row_wrapper .rightcol{
	min-height: 0;
}
#publications .tabs_wrapper .row_wrapper .rightcol{
	padding-bottom: 0;
}
#publications .tabs_wrapper .row_wrapper{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#publications .pubclication-wrapper:not(.sunny-post){
	display: none;
}

#publications .tabs{
	list-style: none;
	padding: 0;
	margin: 0;
}
#publications .publication_tabs .tab{
	display: inline-block;
	width: 21%;
	color: white;
	margin: 0;
	margin-left: -4px;
	padding: 1.5em 1em 1.5em 1em;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	background-color: #e1e1e1;
	border-left: 1px solid #d2d2d2;
}
#publications .publication_tabs .tab:first-child{
	border-left:0;
}
#publications .publication_tabs .tab.selected{
	background-color: #77bfd7;
}

#publications  .year_tabs .tab{
	/* display: inline-block;
	width: 12%;
	margin: 0;
	margin-left: -4px;
	padding: .5em 1em .3em 1em;
	text-align: center; */
	cursor: pointer;
}
#publications  .year_tabs .tab.selected{
	color: white;
}
#publications .rightcol{
	margin-left: 0;
}
#publications .rightcol h1{
	color: white;
}
#publications .booklet{
	display: inline-block;
	margin: 10px;
}
#publications .booklet p{
	margin: 0;
	text-align: center;
}

#publications .booklet .month{
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	color: #505050;
	margin-top: 1em;
}
#publications .booklet .issue{
	font-size: 13px;
	font-weight: 200;
	color: white;
	margin-top: .5em;
}

#publications .weekly_wrapper h3{
	color: #505050;
	font-size: 18px;
}
#publications .weekly_wrapper .weekly{
	display: inline-block;
	width: 45%;
	margin-bottom: 1em;
	vertical-align: top;
}

#publications .weekly_wrapper .weekly p{
	margin: 0 ;
}
#publications .weekly_wrapper .weekly .title{
	color: white;
	font-size: 15px;
	font-weight: 500;
}
#publications .weekly_wrapper .weekly .title a{
	color: white;
	text-decoration: none;
}

#publications .weekly_wrapper .weekly .desc,
#publications .weekly_wrapper .weekly .date{
	color: #505050;
}



#publications .year_tabs .tab.selected{
    background-color: transparent !important;
}
#publications .year_tabs .tab:nth-child(1n+0){
    background-color: transparent;
}
#publications .year_tabs .tab:nth-child(2n+0){
    background-color: transparent;
}
#publications .year_tabs .tab:nth-child(3n+0){
    background-color: transparent;
}

#publications .leftcol h3{
	color: white;
}

#publications .booklet{
	text-align: center;
}
#publications .booklet .title{
	font-size: 14px;
	color: white;
	font-weight: normal;
}