/*
 * MAIN HEADER
 */
header#main-header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999; }
header#main-header .container {
    padding-left: 30px;
    padding-right: 30px; }
header#main-header .row {
    margin-left: -30px;
    margin-right: -30px; }
header#main-header .columns, footer .columns {
    display: inline-block;
    position: relative; }
header#main-header .columns.navigation { float: right!important; }
header#main-header .logo a { display: block; position: relative; }
header#main-header .logo a:before {
    content: "";
    background-image: url(../images/logo-eof-header-small@2x.png);
	background-size:251px 31px;
    background-repeat: no-repeat;
    width: 251px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0; }
header#main-header .logo a:after {
    content: "";
    background-image: url(../images/logo-eof-header-large@2x.png);
	background-size:287px 56px;
    background-repeat: no-repeat;
    width: 287px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 0; }
header#main-header .logo a#navigation-trigger {
    color: #4e7235;
    background: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
header#main-header .logo a#navigation-trigger:before, header#main-header .logo a#navigation-trigger:after { display: none!important; }
header#main-header form div {
    overflow: hidden;
    width: inherit; }
header#main-header form input[type="text"] {
    width: inherit;
    padding-left: 0px;
    padding-right: 31px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    height: 29px; }
header#main-header form.open input[type="text"] { border-bottom: 1px solid #d7d7d7; }
header#main-header form button, 
header#main-header form #search-trigger {
    text-indent: -9999px;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/Nav-Search@2x.png);
	background-size:20px 40px;
    background-position: top;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    box-shadow: none; 
    z-index: 3; 
	background-repeat: no-repeat;}
header#main-header form #search-trigger:hover { background-position: bottom; }
header#main-header form #search-trigger {
    background-color: #fff;
    z-index: 4; }

@media screen {
    header#main-header { border-bottom: 1px solid #d7d7d7; z-index: 9999; }

    header#main-header .container {
        width: 100%;
        max-width: 100%;
        padding-top: 12px;
        padding-bottom: 13px; }

    header#main-header .columns {
        padding-left: 15px;
        padding-right: 15px;
        float: none; }
    header#main-header .columns.logo, header#main-header .columns.navigation {
        display: block;
        width: 100%; }
    header#main-header .columns.navigation { display: none; }
    header#main-header .columns.navigation.opened { display: block!important; }

    header#main-header .logo a {
        width: 251px;
        height: 31px;
		margin-left: 15px;}
    header#main-header .logo a:before, header#main-header .logo a:after { opacity: 1; }
    header#main-header .logo a:before { display: block; }
    header#main-header .logo a:after { display: none; }

    header#main-header .logo a#navigation-trigger { display: block; }

    header#main-header .search {
        text-align: center;
        width: 100%;
        float: none; }

    header#main-header form {
        width: 100%;
        height: auto;
        margin-top: 0;
        position: relative;
        right: auto;
        top: auto; }

    header#main-header form div {
        height: auto; 
        position: relative;
        right: auto;
        top: auto; }

    header#main-header form input[type="text"] {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 39px;
        border: none;
        border-bottom: 1px solid #d7d7d7;}

    header#main-header form button { margin-top: 7.5px; }

    header#main-header form #search-trigger { display: none; }
}

@media screen and (min-width: 1280px) {
    header#main-header .container {
        padding-top: 22px;
        padding-bottom: 25px;
        transition-property: all;
        transition-duration: 0.4s; }

    header#main-header.minimize .container {
        padding-top: 12px;
        padding-bottom: 15px; }

    header#main-header .logo a {
        width: 287px;
        height: 56px;
        display: block;
        transition-property: all;
        transition-duration: 0.4;
		outline:none!important;
	}
    header#main-header .logo a:before, header#main-header .logo a:after { display: block; }
    header#main-header.minimize .logo a { 
		height: 31px; 
		outline: none !important;
	}

    header#main-header .columns {
        padding-left: 30px;
        padding-right: 30px;
        float: left; }
    header#main-header .columns.logo, header#main-header .columns.navigation, header#main-header .columns.logo, header#main-header .columns.navigation.opened {
        display: inline-block;
        width: auto; }
    header#main-header .columns.navigation { float: none; }

    header#main-header .logo a:before, header#main-header .logo a:after {
        transition-property: all;
        transition-duration: 0.4s; }
    header#main-header .logo a:before { opacity: 0; }
    header#main-header .logo a:after { opacity: 1; }
    header#main-header.minimize .logo a:before { opacity: 1; }
    header#main-header.minimize .logo a:after { opacity: 0; }

    header#main-header .logo a#navigation-trigger { display: none; }

    header#main-header .search {
        text-align: left;
        width: 265px;
        float: left; }

    header#main-header form {
        width: 21px;
        height: 29px;
        margin-top: 13px;
        position: absolute;
        right: 30px;
        top: 0;
        transition-property: all;
        transition-duration: 0.4s; }
    header#main-header.minimize form { margin-top: 2px; }

    header#main-header form div {
        height: 29px; 
        position: absolute;
        right: 0;
        top: 0; }

    header#main-header form input[type="text"] {
        padding-top: 5px;
        padding-bottom: 5px;
        height: 29px;
        border: none;
        border-bottom: none;}
    header#main-header form.open input[type="text"] { border-bottom: 1px solid #d7d7d7; }
    header#main-header form input[type="text"] { border-bottom: 1px solid transparent; }

    header#main-header form button, header#main-header form #search-trigger { margin-top: 5px; }

    header#main-header form #search-trigger { display: block; }
}

@media screen and (min-width: 1920px) {
    header#main-header .container { max-width: 1920px; }
}



/*
 * HOME MOSAIC
 */
header#home-mosaic .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    
header.header-reports-news-backgrounders .row {
    margin-left: -5px;
    margin-right: -5px; }

header#home-mosaic .columns {
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    padding: 0!important;
    position: relative; }

header#home-mosaic .columns.about, header#home-mosaic .columns.search {
    padding-left: 30px!important;
    padding-right: 30px!important;
    padding-bottom: 30px!important; }
header#home-mosaic .columns.about { padding-top: 23px!important; }
header#home-mosaic .columns.search { padding-top: 20px!important; }
header#home-mosaic .columns.about { background-color: #4e7235; }
header#home-mosaic .columns.search {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7; }

header#home-mosaic .columns .box {
    width: 100%;
    height: 100%;
    position: relative; }

header#home-mosaic a.columns.half.large {
    position: relative;
    z-index: 5 }

header#home-mosaic a.columns.full.small.z4 {
    position: relative;
    z-index: 4 }

header#home-mosaic a.columns.full.small.z3 {
    position: relative;
    z-index: 3 }    

header#home-mosaic .columns.half.large .mosaic_left_big {
    height:100%;
}
header#home-mosaic .columns.half.large .mosaic_left_big .t_mosaic_left_big{
    cursor: pointer;
	background-color: transparent;
	transition: all 0.4s ease-in-out 0s;
	height: 100%;
}
header#home-mosaic .columns.half.large:hover .t_mosaic_left_big {
    /* background-color: rgba(0, 0, 0, 0.7); */
    background-color: rgba(78,114,53,0.5);
    transition: all 0.4s ease-in-out 0s;
}
header#home-mosaic .columns.half.large .text {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 48px;
	cursor: pointer;
	overflow: hidden;
	background-color: #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000));
	background: -webkit-linear-gradient(top, transparent, #000000);
	background: -moz-linear-gradient(top, transparent, #000000);
	background: -ms-linear-gradient(top, transparent, #000000);
	background: -o-linear-gradient(top, transparent, #000000);
}
header#home-mosaic .columns.full.small .text {
    width: 100%;
	padding-top: 100%; 
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
	transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
}
header#home-mosaic .columns.full.small .text:hover {
    background: rgba(78,114,53,0.5);
    padding-top: 100%;
    position: absolute;
    z-index: 2;
	transition: background .3s ease-in-out;
   -moz-transition: background .3s ease-in-out;
   -webkit-transition: background .3s ease-in-out; 
}
header#home-mosaic h6.category {
    color: #252525;
    text-transform: uppercase;
    background-color: #fff;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 0;
    display: inline-block; 
}
header#home-mosaic .columns.large h6.category { margin-bottom: 10px; }
header#home-mosaic .columns.small h6.category { margin-bottom: 5px; }
header#home-mosaic p { color: #fff; }
header#home-mosaic .columns.large h2 {
    font-weight: bold;
	margin-top: 2px;
    margin-bottom: 9px;
	color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.9); 
}
header#home-mosaic .columns.large p {
    font-size: 15px;
	color:#fff;
	line-height:1.3;
	margin-bottom: 3px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.9); 
}
header#home-mosaic .columns.small p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.9); 
}
header#home-mosaic .columns.about p{
    text-shadow: none!important; 
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 400;
}
header#home-mosaic .columns.search p {
    font-size: 14px;
    color: #252525;
    line-height: 1.5;
    margin-top: 2px; 
	margin-bottom: 30px; 
	font-weight: 400;
	text-shadow: none!important; 
}
header#home-mosaic .columns.about .cta {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    width: 100%;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    transition: background .3s ease-in-out;
   -moz-transition: background .3s ease-in-out;
   -webkit-transition: background .3s ease-in-out; 
	border-radius: 2px;
}
header#home-mosaic .columns.about .cta:hover {
    background-color: #fff;
    color: #4e7235;
    transition: background .3s ease-in-out;
   -moz-transition: background .3s ease-in-out;
   -webkit-transition: background .3s ease-in-out;
}
/* 1 agustus 2016 */
header#home-mosaic .columns.quarter .m_what_we_do{
    display: block;
	overflow: hidden;
}
header#home-mosaic .columns.quarter .m_what_we_do:hover .cta{
	background-color: #fff;
	color: #4e7235;
	transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
}
header#home-mosaic .columns.quarter .m_search_function{
	cursor:pointer;
	display: block;
	overflow: hidden;
}
/* 1 agustus 2016 */
header#home-mosaic .columns.search h5 {
    line-height: 23px;
    color: #252525;
    margin-top: 0;
    margin-bottom: 0;
    position: relative; 
	font-size: 16px;
}
header#home-mosaic .columns.search h5 span {
    font-weight: 400; }
header#home-mosaic .columns.search h5:before {
    content: "";
    width: 30px; 
    position: absolute;
    left: 0;
    bottom: -16px;
    border-bottom: 1px solid #252525; 
}
    
header#home-mosaic .columns.search form {
    width: 100%;
    position: absolute;
    bottom: 0; }
    
header#home-mosaic .columns.search input[type="text"] {
    font-size: 14px;
    color: #959595;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 50px;
    border: 1px solid #d7d7d7;
    outline: none;
    transition: background .3s ease-in-out;
   -moz-transition: background .3s ease-in-out;
   -webkit-transition: background .3s ease-in-out; }
    
header#home-mosaic .columns.search form:hover input[type="text"] {
    color: #252525;
    border: 1px solid #4e7235;
    transition: background .3s ease-in-out;
   -moz-transition: background .3s ease-in-out;
   -webkit-transition: background .3s ease-in-out;}
    
header#home-mosaic .columns.search button {
    background-image: url(../images/icon-search-mosaic.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-left: none;
    box-shadow: none;
    /* 17 June 2016 */
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    transition: background .3s ease-in-out;
   -moz-transition: background .3s ease-in-out;
   -webkit-transition: background .3s ease-in-out; }
    
header#home-mosaic .columns.search form:hover button {
    border-top: 1px solid #4e7235;
    border-bottom: 1px solid #4e7235;
    border-right: 1px solid #4e7235;
    transition: background .3s ease-in-out;
   -moz-transition: background .3s ease-in-out;
   -webkit-transition: background .3s ease-in-out; }
   
@media screen {
    header#home-mosaic .container {
        max-width: 100%;
        margin-top: 59px; }

    header#home-mosaic .columns.full { width: 100%; }
    header#home-mosaic .columns.half { width: 100%; }
    header#home-mosaic .columns.quarter { width: 100%; }

    header#home-mosaic .columns.large { height: 320px; }
    header#home-mosaic .columns.small { height: 210px; }

    header#home-mosaic .columns.search p { margin-bottom: 0; }
}

@media screen and (min-width: 768px) {
    header#home-mosaic .columns.small { height: 240px; }
}

@media screen and (min-width: 1280px) {
    header#home-mosaic .container { margin-top: 104px; }

    header#home-mosaic .columns.full { width: 100%; }
    header#home-mosaic .columns.half { width: 60%; }
    header#home-mosaic .columns.quarter { width: 20%; }
    header#home-mosaic .columns.large { height: 480px; }
}

@media screen and (min-width: 1920px) {
    header#home-mosaic .container { max-width: 1920px; }

    header#home-mosaic .columns.small { height: 320px; }
    header#home-mosaic .columns.large { height: 640px; }
}



/*
 * INTRODUCTION HEADER
 */
header.header-introduction {
    padding-top: 147px;
    padding-bottom: 20px; }
header#reports-header, header#news-header, header#backgrounders-header { background-color: #101010; }
header#gallery-header {
    background-color: #f7f4ed;
    padding-bottom: 50px; }
header#reports-header {
    background-image: url(../images/background-news-index.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px; }
header#news-header {
    background-image: url(../images/background-news-index.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px; }
header#backgrounders-header {
    background-image: url(../images/Backgrounders-Banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px; }

header.header-introduction .container {
    padding-left: 15px;
	padding-right: 15px;
	margin:0 auto;
	max-width: 900px;
}

header.header-introduction h1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 14px; }
header#reports-header h1, header#news-header h1, header#backgrounders-header h1 { color: #fff; }

header.header-introduction p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 34px;
}
header.header-introduction p.lead {
    max-width: 760px;
    margin-bottom: 25px; }
header#reports-header p, header#news-header p, header#backgrounders-header p { color: #fff; }

header.header-introduction h3 {
    margin-top: 0;
    margin-bottom: 25px;
    position: relative; }
header.header-introduction h3:before {
    content: "";
    width: 30px; 
    position: absolute;
    left: 0;
    bottom: -12px;
    border-bottom: 1px solid #4e7235; }
header#reports-header h3, header#news-header h3, header#backgrounders-header h3 { color: #fff; }


@media screen {
    header.header-introduction .container.num-columns-1 {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }

    header.header-introduction .container.num-columns-1 .row {
        margin-left: -15px;
        margin-right: -15px; }

    header.header-introduction .container.num-columns-1 .columns {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }

    header.header-introduction .container.num-columns-3 {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }

    header.header-introduction .container.num-columns-3 .row {
        margin-left: -15px;
        margin-right: -15px; }

    header.header-introduction .container.num-columns-3 .columns {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }

    header.header-introduction .container.num-columns-2 {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }

    header.header-introduction .container.num-columns-2 .row {
        margin-left: -15px;
        margin-right: -1px; }

    header.header-introduction .container.num-columns-2 .columns {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
}


@media screen and (min-width: 1024px) {
    header.header-introduction .container.num-columns-1 { max-width: 900px; }
    header#backgrounders-header .container.num-columns-1 { max-width: 1050px!important; }

    header.header-introduction .container.num-columns-3 {
		max-width: 900px;
		padding-left: 15px;
		padding-right: 15px;}

    header.header-introduction .container.num-columns-3 .row {
        margin-left: -25px;
        margin-right: -25px; }

    header.header-introduction .container.num-columns-3 .columns {
        width: 33.3333%;
        padding-left: 25px;
        padding-right: 25px; }

    header.header-introduction .container.num-columns-2 {
        max-width: 900px;
		padding-left: 15px;
		padding-right: 15px;}

    header.header-introduction .container.num-columns-2 .row {
        margin-left: -17.5px;
        margin-right: -17.5px; }

    header.header-introduction .container.num-columns-2 .columns {
        width: 50%;
        padding-left: 17.5px;
        padding-right: 17.5px; }
}


/*
 * GALLERY HEADER
 */
header#gallery-header .cta {
    width: 225px;
    height: 70px;
    padding-left: 90px;
    padding-top: 18px;
    display: block;
    border-radius: 2px; }
header#gallery-header .cta.one-drive { background-color: #094ab2; }
header#gallery-header .cta.youtube { background-color: #d8242f; }

header#gallery-header .cta p {
    font-size: 14px;
    color: #fff;
    line-height: 1; }
header#gallery-header .cta p span { font-size: 18px; }

.no-margin-bot{
    margin-bottom: 0 !important
}

/* result */
header#result-header {
    background-image: url(../images/background-news-index.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
section.section-search-result .row {
    margin: 0 auto;
}
section.section-search-result .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 900px;
}
section.section-search-result input[type="text"] {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
    font-size: 16px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border: none;
    height: 50px;
}
section.section-search-result .columns.three-quarter {
    width: 75%;
}
section.section-search-result .columns.quarter {
    width: 25%;
}
section.section-search-result .cta {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background-color: #4e7235;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 11px;
    border: none;
    border-radius: 0;
    height: 50px;
}
header.header-result {
    padding-top: 104px;
    padding-bottom: 20px; 
}
section.section-search-result {
    padding-top: 20px;
}
section .filter_result {
    width: 100%;
    margin: 20px auto 37px 0px;
    padding:0px 15px;
}
section .filter_result .btn-default:hover {
    background: #fff;
}
section .filter_result .columns {
    padding-left: 0px;
    width: 25%;
    padding-right: 1px;
}
section .filter_result .columns .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
section .filter_result .btn-default {
    border: none;
    background: #EBEBEB;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #252525;
    padding: 16px 26px 12px 20px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
}
.btn-group, 
.columns {
    outline: none !important;
}
section .filter_result .btn-default .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 163px;
    text-align: left;
    font-family: Open Sans;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
section .filter_result .open .btn-default {
    background: #fff;
}
section .filter_result .btn-group .dropdown-menu li a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
    text-decoration: none;
}
section .filter_result .btn-group .dropdown-menu li a span.text {
    display: block;
    padding: 13px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    margin: 0px 20px;
}
section .filter_result .btn-group .dropdown-menu li a:hover span.text {
    border-bottom: 1px solid transparent;
    margin-top: -1px;
    border-top: 1px solid transparent;
    position: relative;
}
section .filter_result .btn-group .dropdown-menu li:last-child a span.text {
    border-bottom: none;
}
section .filter_result .filter_result_years .btn-group .dropdown-menu li a span.text {
    padding: 13px 27px 15px 27px;
}
section .filter_result .filter_result_years .multiple .dropdown-menu > li > a::before {
    left: 20px;
}
section.container_result{
    border-bottom:1px solid #d7d7d7;
    padding: 0px 0px 22px 0px;
}
section .content_news{
    padding:0px 15px;
}
section .content_news h2{
    font-size:16px;
    color:#252525;
    text-transform:uppercase;
    font-family:Open Sans;
    margin: 0px;
    border-bottom:1px solid #d7d7d7;
    padding:0px 0px 18px 0px;
}
section .content_news p {
    font-size: 14px;
    color: #636363;
    line-height: 1.5;
    margin-bottom: 0px;}
section .content_news article{
    padding-top: 12px;
    padding-bottom: 13px;}
section .content_news article .keywords{
    /* height:0px;  */
}
section .content_news article span{
    font-size: 12px;
    color: #636363;
    line-height: 1.5;}
section .content_news article h3{
    color: #252525;
    line-height: 1.5;
    margin-top: 0;
    margin-top: 5px;
    margin-bottom: 6px;}
section .content_news .keywords .tag_keywords {
    display:none;}
section .content_news .keywords .tag_keywords:first-child{
	background-image: url(../images/Icon-Keywords.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 5px;
	display:inline-block;
}
section .content_news .keywords p {
    font-size: 12px;
    color: #636363;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 7px;
}
section .content_news .keywords p a {
    color: #555555;
}
section .content_news .keywords p a:hover {
    color: #4e7235;
    text-decoration: underline;
}
section .content_reports{
    padding: 58px 15px 0px;
}
section .content_reports h2{
    font-size:16px;
    color:#252525;
    text-transform:uppercase;
    font-family:Open Sans;
    margin: 0px;
    border-bottom:1px solid #d7d7d7;
    padding:0px 0px 18px 0px;
}
section .content_reports p {
    font-size: 14px;
    color: #636363;
    line-height: 1.5;
    margin-bottom: 0px;
}
section .content_reports article{
    padding-top: 12px;
    padding-bottom: 13px;}
section .content_reports article .keywords{
    /* height:0px; */
}
section .content_reports article span{
    font-size: 12px;
    color: #636363;
    line-height: 1.5;
}
section .content_reports article h3{
    color: #252525;
    line-height: 1.5;
    margin-top: 0;
    margin-top: 5px;
    margin-bottom: 6px;
}
section .content_reports .keywords .tag_keywords {
    display:none;}
section .content_reports .keywords .tag_keywords:first-child {
    background-image: url(../images/Icon-Keywords.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 5px;
	display:inline-block;}
section .content_reports .keywords p {
    font-size: 12px;
    color: #636363;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 7px;
}
section .content_reports .keywords p a {
    color: #555555;
}
section .content_reports .keywords p a:hover {
    color: #4e7235;
    text-decoration: underline;
}

section.container_result .content_news article span.flag{
	background-image: url(../images/flag-indonesia.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 18px;
}
section.container_result .content_reports article span.flag{
	background-image: url(../images/flag-indonesia.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 18px;
}
/* result */
















