.n2u-header-title,
.jnu-header-title {
	font-size: 2.4rem!important
}
.powered_by_n2u {
	font-size: .4em;
	font-weight: 700;
	text-transform: lowercase;
	vertical-align: 10%
}
.powered_by_n2u_footer {
	font-size: 1em;
	text-align: center
}
.n2u_paging_link {
	margin-bottom: 0 !important
}
.n2u_logo {
	vertical-align: -10%
}
.n2u_older_articles a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3%
}
.n2u_list h2 {
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 6%;
	line-height: 25px
}
.n2u_list h1 {
	font-size: 1.3em
}
.n2u_list figure {
	float: right !important
}
.n2u_meta_box {
	float: left
}
.n2u_share_bottons {
	display: inline;
	float: right;
	margin: 0 0 1em
}
.n2u_share_bottons li{
	display: inline-block;
	text-align: center
}
.n2u_share_bottons img {
	margin-bottom: 0
}
.content_styles .n2u_entry {
	width: 100%
}
.n2u_slides {
	overflow: visible !important
}
.n2u_caption {
	font-size: small;
	margin-top: 2%
}
.n2u_entry .post-edit-link:before {
	content: none !important
}
.align-center {
	text-align: center
}
#consortium-sidebar-menu {
	padding: 0;
	margin: 15px auto
}
#consortium-sidebar-menu li {
	margin: 10px auto;
	background: #09c;
	border-radius: 3px;
	display: block;
	line-height: 40px;
	font-size: .75em;
	height: 3.125em;
	width: 300px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}
#consortium-sidebar-menu li a {
	color: #fff
}
#consortium-sidebar-menu li:focus,
#consortium-sidebar-menu li:hover {
	background: #ff5c1a
}
#consortium-sidebar-menu a {
	vertical-align: -5%;
	display: inline-block;
	width: 100%;
	height: 100%
}
/* Country Report */
h1 .country-report-header-title {
	font-size: 37px;
}
.country_report_title {
	font-family: serif;
	font-size: 15px;
	text-align: center;
}
.country_report_title h2 {
	border-bottom: solid 4px #ddd;
	font-size: 1.6rem;
    padding: 0 0 .7em;
    font-weight: 400;
    color: #333;
    background: #fbfbfb;
}
.country_report_title h2 a {
	color: #333;
}
.country_report_title h2 a:hover {
	color: #ff5c1a;
}
.sms-info img:hover {
	opacity: .6;
	transition: all .1s linear;
}
.sms-links,
.sms-links a {
	display: block;
	text-align: center;
}
/* Mobile */
@media screen and (max-width: 767px) {
	.n2u-header-title,
	.jnu-header-title {
		font-size:2rem!important;
	}
	.powered_by_n2u {
		font-size:0.6em;
	}
	.powered_by_n2u_footer {
		margin-bottom:4%;
	}
	@media only screen and (orientation : portrait) {
		h2>.powered_by_n2u:before {
			content: "\A";
			white-space: pre;
		}
		.n2u_list h2 {
			font-size:0.83em;
			line-height:18px;
		}
		.country_report_title h2 {
			line-height: 25px;
		}
	}
}
/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.n2u-header-title,
	.jnu-header-title {
		font-size:2.2rem!important;
	}
	.n2u_list h2 {
		line-height:27px;
	}
	@media only screen and (orientation : portrait) {
		.n2u_list h2 {
			font-size:1.5em;
		}
	}
}
