strong {font-weight: bold;}
/*
=======================
        BLOCKS
=======================
*/
.block{display: table;width:100%;background: none repeat scroll 0% 0% rgb(249, 249, 249);border-width: 1px;border-style: solid;border-color: rgb(221, 221, 221) rgb(240, 240, 240) rgb(251, 251, 251);padding: 15px;margin: 1em 0px 0px;}
.block:before, .block:after {content: " ";display: table;clear: both;}

.block h2{position:relative;border-bottom: 5px solid;font-size: 1.7em;font-weight: bold;margin: 22px 0px 12px 0px; color:rgb(102, 102, 102);border-color:rgb(102, 102, 102);}
.block h2:first-child{margin: 0px 0px 10px 0px;}
.block h2 span{position:relative;top:12px;background: rgb(249, 249, 249);padding-right: 15px;}
.block h2 a{text-decoration: underline;}
.block h3{margin: 0px 0px 10px;font-size: 1.3em;line-height: 1.2em;font-weight: bold;}
.block h3 a{text-decoration: underline;}
.block h5{font-weight: bold; font-size:13px;margin-bottom: 10px;}

.block h2 strong{display: block; overflow: hidden;}

/*
===========================
        BLOCK COLORS
===========================
*/
h2.orange, h3.orange{color:rgb(226, 92, 19);border-color:rgb(226, 92, 19);}
h2.gray, h3.gray{color:rgb(102, 102, 102);border-color:rgb(102, 102, 102);}
h2.green, h3.green{color:rgb(152, 193, 15);border-color:rgb(152, 193, 15);}
h2.blue, h3.blue{color:rgb(0, 149, 217);border-color:rgb(0, 149, 217);}

.block-button-group.orange>a{background-color:rgb(226, 92, 19);}
.block-button-group.orange>a:hover{background-color:rgb(226, 62, 19);}

.block-card-large ul.green li.selected{filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(152, 193, 15), endColorstr=rgb(178, 207, 82));background:  -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(152, 193, 15)), to(rgb(178, 207, 82)));background:  -moz-linear-gradient(center bottom, rgb(178, 207, 82) 1%, rgb(152, 193, 15) 100% );}
.block-card-large ul.green li{border-bottom-color: rgb(152, 193, 15);}


/*
=============================
        BLOCK CARD
=============================
*/
.block-card ul{background: none repeat scroll 0% 0% rgb(178, 207, 82);height: 24px;}
.block-card li a{float: left;width: 20px;height: 18px;margin: 3px;padding: 2px;background: none repeat scroll 0% 0% rgb(152, 193, 15);text-align: center;color: rgb(255, 255, 255);border-radius: 3px 3px 3px 3px;text-decoration: none;}
.block-card li.selected > a{background: none repeat scroll 0% 0% rgb(255, 255, 255);color: black;text-decoration: none;cursor: default;}
.block-card>ul>li>div{display: none;}
.block-card .block-content{padding: 10px;background-color: white;}


/*
===================================
        BLOCK CARD VERTICAL
===================================
*/
/*/img/components/closedarrow.gif*/
.block-card-vertical h3{background: url("/media/oecdorg/styleassets/responsive/oecd/images/components/closedarrow.gif") no-repeat scroll right center rgb(233, 241, 206);font-size: 1.1em;color: rgb(152, 193, 15);margin:1px 0px;padding: 5px 25px 5px 5px;cursor: pointer;}
.block-card-vertical li:hover h3{background-color: #B2CF52;color: rgb(255, 255, 255);}
.block-card-vertical li.selected h3{background: none repeat scroll 0% 0% rgb(152, 193, 15);color: rgb(255, 255, 255);cursor: default;}
.block-card-vertical li.selected div{height:317px;}
.block-card-vertical div{height: 0px;margin: 0px;overflow: hidden;cursor: pointer;background: white;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
}
.block-card-vertical figure{max-width: 260px;max-height: 180px;margin: 0px auto;padding: 10px;}
.block-card-vertical img{width: 100%;height: 100%;}
.block-card-vertical p{padding: 10px 0px 15px 0px; margin: 0px;}
.block-card-vertical .block-content-wrapper{padding: 0px 20px;}

/*
=================================
        BLOCK CARD LARGE
=================================
*/
.block-card-large h3{margin: 0px;font-weight: normal;font-size: 100%;}
.block-card-large h3 a{text-decoration: none;}
.block-card-large figure img {width: 100%; height:auto;}
                                 
@media screen and (min-width: 768px){
    .block-card-large ul{position: relative;width: 100%;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd);background:  -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));background: -moz-linear-gradient(center bottom , rgb(221, 221, 221) 1%, rgb(255, 255, 255) 100%) repeat scroll 0% 0% transparent;}
    .block-card-large ul li{display: table;width: 42%;height:72px;padding: 0px 20px;border-bottom: 1px dotted rgb(1, 143, 208);font-size: 1.2em;cursor: pointer;}
    .block-card-large ul li.more{height: 40px !important;}
    .block-card-large ul li.selected{filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2973bd, endColorstr=#018fd0);background:  -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2973bd), to(#018fd0));background:  -moz-linear-gradient(center bottom, #018fd0 1%, #2973bd 100% );}
    .block-card-large li div{display: none;}
    .block-card-large li h3{display: table-cell;vertical-align: middle;}
    .block-card-large li.selected h3 a{color: #fff;}
    .block-card-large li.selected h3 a:hover{text-decoration: underline;}
    .block-card-large .block-content{position: absolute;overflow: hidden;top:0px;left: 42%;height:100%;width: 58%;background-color: rgb(255, 255, 255);padding-left: 20px;}
    .block-card-large .block-content figcaption{display: block;padding: 3px 0px;border-top: 1px solid rgb(170, 170, 170);border-bottom: 1px dotted rgb(1, 143, 208);color: rgb(51, 51, 51);}
    .block-card-large .block-content p{padding: 10px 20px 0px 0px;margin-bottom: 10px;}
}
@media screen and (max-width: 768px){
    .block-card-large h3{margin: 5px 10px;}
    .block-card-large h3 a{padding: 0px;}
    .block-card-large .block-content{display: none;}
    .block-card-large ul li{height:auto !important;}
}


/*
=============================
        BLOCK FOOTER
=============================
*/
@media screen and (min-width: 768px){
    .block-footer {margin-top: 12px;padding: 15px 79px 20px;width: 100%;}
    .block-footer a{
        float: right;
        text-decoration: none;
        width:70px;
    }
    .block-footer a:hover{text-decoration: underline;}
    .block-footer h4{margin-bottom: 0.6em;}
    .block-footer ul li h4{
        margin-bottom: 0.6em;
        color: rgb(51, 51, 51);
    }
    .block-footer ul li{
        float: left;
        margin-right: 10px;
        width:110px;
    }
    .block-footer ul li ul li{float:none;}
    .block-footer ul li a{
        float:none;
        display: block;
        padding: 0.4em 0px;
        color: rgb(119, 119, 119);
        width:auto;
    }
    .block-footer ul li a:hover{color: rgb(41, 115, 189);}
}

@media screen and (max-width: 768px){
    .block-footer, .block-footer ul, .block-footer li, .block-footer h4{
        width: 100%;
    }
}



/*
==========================
        BLOCK LIST
==========================
*/
.block-list li{margin-bottom: 10px;}
/*/img/components/newsslidearrowoff.gif*/
.block-list a{display: block;padding: 0px 0px 0px 15px;background: url("/media/oecdorg/styleassets/responsive/oecd/images/components/newsslidearrowoff.gif") no-repeat scroll 0px 0.4em transparent;text-decoration: underline;}
/*/img/components/moreslidearrowgrey.gif*/
.block-list a:hover{background: url("/media/oecdorg/styleassets/responsive/oecd/images/components/moreslidearrowgrey.gif") no-repeat scroll 0px 0.4em transparent;color: rgb(51,51,51);}
.block-list p{text-decoration: none;font-size: 0.8em;color: rgb(119, 119, 119);padding: 0px 0px 0px 15px;}

/*
=================================
        BLOCK IMAGE SLIDE
=================================
*/
.block-img-slide{
    position: relative;
    height: 170px;
    overflow-x: scroll;
    width: 100%;
    padding-right: 30px;
}
.block-img-slide ul{
    position: absolute;
    white-space: nowrap;
}
.block-img-slide li{
    display: inline-block;
}
.block-img-slide img{
    height:150px;
}



/*
================================
        BLOCK ELEMENTS
================================
*/
.spacer-left{padding-left: 10px;}
.spacer-right{padding-right: 10px;}
.spacer-top{padding-top: 10px;}
.spacer-bottom{padding-bottom: 10px;}
@media screen and (max-width: 768px){
    .no-margin-xs{margin: 0px !important;}
}

/*/img/components/newsslidearrowoff.gif*/
.block-link{display:block;background: url("/media/oecdorg/styleassets/responsive/oecd/images/components/newsslidearrowoff.gif") no-repeat scroll 0px 0.4em transparent;padding-left:15px;text-decoration: underline;}

.block-date {text-decoration: none;font-size: 0.8em;color: rgb(119, 119, 119);padding: 0px 0px 0px 15px;padding-top: 5px;}
.block-date-big {font-size: 1.1em; padding: 10px 0px 10px 0px;}

.block-button-group{display: table; padding:10px 0px; table-layout: fixed;border-spacing: 10px 0px;width: 100%;max-width: 500px;margin: 0px auto;}
.block-button-group>a{display: table-cell;padding: 3px 0px;max-width:150px;border: 1px solid rgb(177, 177, 177);background-color: rgb(0, 149, 217);border-radius: 5px 5px 5px 5px;text-align: center;color: rgb(236, 247, 253);}
.block-button-group>a:hover{text-decoration: none;background-color: rgb(41, 115, 189);color: rgb(236, 247, 253);}

.block-more{background-color: rgb(247, 247, 247);background-repeat: repeat-x;background-image: linear-gradient(rgb(241, 241, 241), rgb(247, 247, 247));border-top: 1px solid rgb(255, 255, 255);padding: 0.7em 2%;margin-top: 10px;width: 100%;}
.block-v-center{display: table;}
.block-v-center > * {display: table-cell;vertical-align: middle;float: none;}
.block-h-center{text-align: center;}
.block-image{max-width: 300px; width: 100%;}

.search-bar{margin: 10px;} 
                                 
/*
=============================
       SIDE NAVIGATION
=============================
*/
.nav-side {width:100%; padding:3px 0px 3px 0px;}
.nav-side ul{float: right;width:85%;}
.nav-side ul:first-child{border:none;}
.nav-side li{padding: 0px;border-top: 1px solid rgb(164, 178, 191);}
.nav-side a{display: block;padding: 5px 10px 5px 10px;font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;color: rgb(102, 102, 102);text-decoration: none;background: url("/media/oecdorg/styleassets/responsive/oecd/images/components/sidenavfl1.gif") no-repeat scroll 0px 8px transparent;}
/*/media/oecdorg/styleassets/images/content/topicscountries/sidenavfl1.gif*/
.nav-side a:hover{color: rgb(41, 115, 189);cursor: pointer;}
.nav-side li.selected a{background-color: rgb(41, 115, 189);color:white;}
.nav-side li span.currentbranch0 a{padding-bottom:5px;background-color: rgb(41, 115, 189);color:white;}
@media screen and (max-width: 768px){
    .nav-side ul{width:100%;}
    .nav-side a{padding: 10px 0px 10px 30px;}
    .nav-side li:last-of-type{border-bottom: 1px solid rgb(164, 178, 191);}
}


/*
===========================================
       ITEM LIST (LIST CONTENT TYPE)
===========================================
*/
.item-list .item{margin-top: 10px;}
.item-list .item .left{text-align: right;padding-right: 10px;}
.item-list .date{border-bottom: 1px solid rgb(237, 237, 237);margin: 0px 0px 0.5em;padding: 17px 0px 0px;color: rgb(119, 119, 119);font-size: 0.9em;}
.item-list .infos{margin: 0px;font-size: 0.9em;color: rgb(119, 119, 119);}
.item-list p{font-weight: normal;color: rgb(51, 51, 51);font-size: 13px;margin: 0px 0px 1.5em;}
.item-list h4, h5{margin: 0px 0px 0.25em;font-weight: normal;}
.item-list a{text-decoration: underline;}

/*
============================
       MAIN HEADER
============================
*/

.header-identity {float: left;padding: 15px 0px 10px 10px;}
.header-identity img{ height:92px; width:250px;}
.header-tools {float: right; margin-top: 10px;}
.header-tools>*{float: right; clear: right; margin-bottom: 5px;}
.header-language{}
.header-button-group{margin-bottom: 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding: 5px 5px 5px 10px;background: #eaeaea url('/media/oecdorg/styleassets/responsive/oecd/images/components/gradientbg.png') bottom repeat-x;}
.header-button-group h4{margin-bottom: 5px;}
.header-tool-button{float: left;margin: 3px;background: #9c9c9c;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9c9c9c), to(#7e7e7e));background: -moz-linear-gradient(center bottom, #7e7e7e 1%, #9c9c9c 100% );-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding: 2px 7px;font-size: 10px;color: rgb(255, 255, 255);text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);}
.header-tool-button:hover{background: #b6b6b6;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1b1b1), to(#adadad));background: -moz-linear-gradient(center bottom, #b1b1b1 1%, #adadad 100% );color: rgb(255, 255, 255);text-decoration: none;}
.header-social-button{float: left;margin: 1px 2px;line-height: 0.9;opacity: 0.8;}
.header-social-button:hover{opacity: 1;}
.header-social-button img{width: 20px;height: 20px;}
.header-search fieldset {padding: 0 0 0 3px;background: transparent url('/media/oecdorg/styleassets/responsive/oecd/images/components/sfrightborder.png') left center no-repeat;}
.header-search input, .header-search button {border: none;float: left;}
.header-search input.sBox {border:1px solid #b2b2b4;border-left: none;width: 200px;height: 22px;}
.header-search button.sBtn {height: 22px;cursor: pointer;background: #aaa url('/media/oecdorg/styleassets/images/responsive/tempsbtnbg.png') no-repeat top right;}
.header-search button.sBtn:hover {background: #aaa no-repeat bottom right;}
/*
================================
        MAIN NAVIGATION
================================
*/

.main-nav{float: left; margin-top: 8px;}
                                  
.main-nav>ul{display: table;position: relative;margin-bottom: 7px;border-top: 2px solid #018fd1;background: #2973bd;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NzNiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMThmZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  #2973bd 0%, #018fd0 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2973bd), color-stop(100%,#018fd0));background: -webkit-linear-gradient(top,  #2973bd 0%,#018fd0 100%);background: -o-linear-gradient(top,  #2973bd 0%,#018fd0 100%);background: -ms-linear-gradient(top,  #2973bd 0%,#018fd0 100%);background: linear-gradient(to bottom,  #2973bd 0%,#018fd0 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2973bd', endColorstr='#018fd0',GradientType=0 );table-layout: fixed;width:100%;}
.main-nav>ul>li {display: table-cell;min-width: 110px;background: url('/media/oecdorg/styleassets/responsive/oecd/images/components/splitter.png') right center no-repeat;} /*/img/index/nav/splitter.png*/
.main-nav>ul>li>a{display: block;color: #fff;text-align: center;font-size: 1.5em;padding: 6px 0px 8px 0px;text-decoration: none;}
.main-nav>ul>li:hover>a  {-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;background-color: #c5d7ed;color: #2973bd;}
.main-nav li:hover>ul  {visibility: visible;}

.main-nav ul.tab{visibility: hidden;display: table;position:absolute;left:0px;border-bottom: 1px solid #f9f9f9;box-shadow: 0px 3px 3px rgb(170, 170, 170);background-color: white;table-layout: fixed;width: 100%;height: 43px;z-index: 2;}
.main-nav ul.tab>li{display: table-cell;text-align: center;vertical-align: middle;font-size: 1.15em;}
.main-nav ul.tab>li>a{display: block;padding: 12px;text-decoration: none;}
.main-nav ul.tab>li>a:hover{background: #eeefff;}

.main-nav ul.list{visibility: hidden;display: table;position:absolute;left:0px;border-top: 2px solid #f9f9f9;border-bottom: 1px solid #f9f9f9;background: white;box-shadow: 0px 3px 3px rgb(170, 170, 170);padding:10px 0px 10px 60px;width: 100%;z-index: 2;}
.main-nav ul.list li{display: block;text-align: left;text-indent: -10px;margin-left: 10px;padding: 4px 10px 4px 0px;}
.main-nav ul.list li>a{text-decoration: none;font-size: 11px;color:#666;}
.main-nav ul.list li>a:before{content:"> ";}
.main-nav ul.list li>a:hover{color:#2973bd;}
  
.main-nav-xs{margin-bottom: 0px;}
.main-nav-xs .navbar-header img{margin:5px 0px 0px 10px; width: 160px; height: 40px;}

 /*
============================
       MAIN FOOTER
============================
*/
.main-footer{margin: 15px 0 0 0;border-top: 1px solid #dfdfdf;}
.main-footer>ul>li{background: #fafafa;}
.main-footer>ul>li a {display: block;padding: 9px 0px;font-size: .85em;color: #333;text-align: center;text-decoration: none;}
.main-footer>ul>li a:hover {color: #000;}
.main-footer>ul>li:last-child {border-color: #205ca2;background: #2973bd;background:  -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2973bd), to(#018fd0));background:  -moz-linear-gradient(center bottom, #018fd0 1%, #2973bd 100% );color: #fff;}
.main-footer>ul>li:last-child a{color: #ecf7fd;} 
  
/*
==========================
        KEYISSUES
==========================
*/
.keyissue{padding-right: 10px;}
.keyissue:last-child{padding-right: 0px;}
.keyissue p {font-size: 14px;padding: 7px;background: #fff;line-height: 1.2em;font-weight: bold;}
.keyissue p a {color: rgb(41, 115, 189);}
.keyissue p:hover a { color: #333; }
.keyissue div{height: 48px; width: 100%;overflow: hidden;}

.keyissue-event{background: #5A245A}
.keyissue-statistics{background: #A54108}
.keyissue-opinion{background: #8C1000;}
.keyissue-video{background: #394952}


/*
============================
       MEDIA QUERIES
============================
*/
@media screen and (min-width: 768px){
    .breadcrumb {padding: 0px 0px 10px 0px;background-color: transparent;margin: 0px;}
    .breadcrumb a{text-decoration: underline;}
    .breadcrumb > li + li:before {content: ">\00a0";padding: 0px;color: black;}
}
@media screen and (max-width: 768px){
    .breadcrumb {margin: 0px;}
    .spacer-left{padding-left: 0px;}
    .block-v-center{display: block;}
    .block-v-center > * {display: block;}
}