.clear {
  clear: both; }

body, ul, ol {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.3; }

a {
  text-decoration: none;
  color: #2190cf; }

p {
  margin: 0 0 24px 0; }

img {
  border: none; }

table {
  font-size: 13px;
  border-collapse: collapse; }
  table caption {
    background-color: #86BC44;
    color: #FFF;
    padding: 0.5em 0.5em;
    text-align: left; }
  table th, table td {
    padding: 0.5em 0.5em;
    font-weight: bold;
    text-align: center;
    color: #2F2130; }
  table th {
    border: 1px solid #C7C5B9;
    background-color: #E0EFCE; }
  table td {
    border: 1px solid #A29E9B; }
  table tr > td {
    background-color: #F7FAF1; }
  table tr:nth-child(odd) > td {
    background-color: #FFF; }
  table tr > td.collapse {
    background-color: #BDBEC2; }

.ewrapper, nav ul, header .wrapper, main .wrapper, section#downloadArea .wrapper, footer .wrapper {
  width: 1000px;
  margin: 0 auto; }

nav {
  background-color: #000;
  position: fixed;
  height: 50px;
  width: 100%;
  z-index: 998; }
  nav .btnMenu {
    display: none; }
  nav ul {
    height: 50px; }
    nav ul li {
      position: relative;
      z-index: 999;
      display: inline-block; }
      nav ul li a {
        color: #FFF;
        margin: 0 1.8em 0 0;
        line-height: 50px;
        display: block; }
      nav ul li ul {
        display: none; }
      nav ul li ul.dropdownshow, nav ul li ul:hover, nav ul li ul:focus, nav ul li a:hover + ul, nav ul li a:focus + ul {
        display: block;
        height: auto;
        width: auto;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #000;
        z-index: 1000; }
        nav ul li ul.dropdownshow li, nav ul li ul:hover li, nav ul li ul:focus li, nav ul li a:hover + ul li, nav ul li a:focus + ul li {
          display: block; }
          nav ul li ul.dropdownshow li a, nav ul li ul:hover li a, nav ul li ul:focus li a, nav ul li a:hover + ul li a, nav ul li a:focus + ul li a {
            padding: 0.5em 1em;
            line-height: 1.3; }
    nav ul li.selected > a, nav ul li > a:hover {
      color: #DD944F; }

header {
  background-color: #8ac766;
  color: #FFF;
  padding-top: 50px;
  background-size: cover; }
  header h1, header h2, header p {
    margin: 0; }
  header .wrapper {
    width: 999px;
    padding: 0 118px 0 118px;
    min-height: 445px;
    position: relative; }
    header .wrapper p, header .wrapper .title {
      padding-top: 120px;
      padding-bottom: 70px;
      font-weight: 800;
      font-size: 25px; }
    header .wrapper h1, header .wrapper .header {
      font-weight: 800;
      font-size: 60px;
      font-style: italic;
      padding-bottom: 1em; }
    header .wrapper .logo {
      position: absolute;
      top: 0px;
      right: 0px; }

main h2, main h3 {
  margin: 0 0 24px 0; }
main h2 {
  font-size: 42px; }
main h3 {
  color: #86BC43; }
main .wrapper {
  padding-top: 70px; }
main ul {
  margin-bottom: 24px; }
  main ul li {
    margin-left: 2em;
    margin-bottom: 18px;
    margin-top: 18px;
    color: #00a651; }
main ul.alt li, main ul.color1 li {
  color: #4E4E4E; }
main article {
  overflow: hidden;
  color: #5F5F5F; }
  main article section.graph {
    margin: 0 0 24px 0; }
    main article section.graph iframe {
      border: 1px solid #000; }

section#sidePanel {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  section#sidePanel > div {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #0292E4;
    border-radius: 10px; }
    section#sidePanel > div a {
      display: block;
      text-align: center;
      line-height: 50px; }
  section#sidePanel .btnShare .sharelist {
    position: fixed;
    bottom: 85px;
    right: 10px;
    display: none;
    padding: 0.5em 0.5em;
    background-color: #EBEBEB;
    border-radius: 10px;
    white-space: nowrap; }
    section#sidePanel .btnShare .sharelist .arrow {
      position: absolute;
      bottom: -10px;
      left: 85px; }
    section#sidePanel .btnShare .sharelist a {
      display: inline-block;
      line-height: 1.3;
      margin: 0 0.1em; }
      section#sidePanel .btnShare .sharelist a img {
        display: block; }
  section#sidePanel .btnShare .sharelist.popupshow, section#sidePanel .btnShare a:hover + .sharelist, section#sidePanel .btnShare a:focus + .sharelist {
    display: block; }

section#downloadArea .wrapper {
  text-align: center;
  padding: 70px 0 156px 0; }
section#downloadArea .btnDownload {
  display: inline-block;
  margin: 16px 0; }
  section#downloadArea .btnDownload a {
    display: block;
    background-color: #86bc43;
    color: #FFF;
    padding: 0.5em 8em;
    border-radius: 10px; }
    section#downloadArea .btnDownload a img {
      vertical-align: middle;
      margin-right: 1em; }

footer {
  background-color: #ACACAC;
  color: #FFF;
  font-size: 10px; }
  footer .wrapper {
    padding: 30px 0 0 0; }
  footer img {
    display: block; }
  footer p {
    float: left;
    margin-left: 15px;
    margin-top: 16px; }
  footer p.link {
    float: right; }
  footer a {
    color: #FFF; }

.COHI2016.summary header {
  background-image: url("images2017/summary.jpg"); }
  .COHI2016.summary header .wrapper h1 {
    display: none; }
  .COHI2016.summary header .wrapper h2 {
    font-size: 40px;
    font-style: normal;
    padding: 102px 0 0 0;
    width: 500px; }

.COHI2016.background header {
  background-image: url("images2017/background.jpg"); }
.COHI2016.background ul li {
  color: #4E4E4E; }

.COHI2016.ranking header {
  background-image: url("images2017/ranking.jpg"); }
.COHI2016.ranking article aside {
  float: left;
  margin-right: 50px;
  margin-bottom: 24px;
  width: 350px; }
.COHI2016.ranking article aside + section {
  float: right;
  width: 600px; }

.COHI2016.analysis header {
  background-image: url("images2017/analysis.jpg"); }
.COHI2016.analysis article img.quote {
  float: left; }
.COHI2016.analysis article h3 {
  clear: both; }
.COHI2016.analysis section.indent p {
  margin-left: 350px; }

.COHI2016.regional main article aside {
  width: 125px;
  margin: 0 25px 25px 0;
  float: left; }
  .COHI2016.regional main article aside ul li {
    list-style: none;
    margin-left: 0; }
    .COHI2016.regional main article aside ul li a {
      color: #5f5f5f; }
  .COHI2016.regional main article aside ul li.selected > a, .COHI2016.regional main article aside ul a:hover, .COHI2016.regional main article aside ul a:focus {
    color: #DD944F; }
.COHI2016.regional main article aside + section {
  width: 850px;
  float: right; }

.COHI2016.regional.asia header {
  background-image: url("images2017/asia.jpg"); }

.COHI2016.regional.africa header {
  background-image: url("images2017/africa.jpg"); }

.COHI2016.regional.euro header {
  background-image: url("images2017/europe.jpg"); }

.COHI2016.regional.me header {
  background-image: url("images2017/middleeast.jpg"); }

.COHI2016.regional.americas header {
  background-image: url("images2017/americas.jpg"); }

@media screen and (max-width: 640px) {
  nav ul {
    display: none; }
  nav .btnMenu {
    background-image: url("images/menukey.png");
    position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    display: block; }
  nav .btnMenu:focus + ul, nav ul.menushow {
    display: block;
    min-width: 0;
    width: auto;
    height: auto;
    background-color: #000; }
    nav .btnMenu:focus + ul li a, nav ul.menushow li a {
      margin: 0 1.5em; }
    nav .btnMenu:focus + ul li ul.dropdownshow, nav .btnMenu:focus + ul li ul:hover, nav .btnMenu:focus + ul li ul:focus, nav .btnMenu:focus + ul li a:hover + ul, nav .btnMenu:focus + ul li a:focus + ul, nav ul.menushow li ul.dropdownshow, nav ul.menushow li ul:hover, nav ul.menushow li ul:focus, nav ul.menushow li a:hover + ul, nav ul.menushow li a:focus + ul {
      position: static; }

  header .wrapper {
    min-width: 0;
    width: auto;
    padding: 1em 0.5em;
    min-height: 0; }
    header .wrapper p, header .wrapper .title {
      padding-top: 1em;
      padding-bottom: 1em;
      font-size: 120%; }
    header .wrapper h1, header .wrapper .header {
      padding-bottom: 1em;
      font-size: 190%; }
    header .wrapper .logo {
      position: static;
      text-align: right; }

  main .wrapper {
    min-width: 0;
    width: auto;
    padding: 1em 0.5em; }
  main article section.graph {
    overflow: scroll; }

  section#downloadArea .wrapper {
    min-width: 0;
    width: auto;
    padding: 1em 0.5em; }
  section#downloadArea .btnDownload a {
    padding: 0.5em 1em; }

  footer .wrapper {
    padding-bottom: 10px;
    min-width: 0;
    width: auto; }
  footer p, footer p.link {
    float: none;
    margin: 0.5em 0 0.5em 0.5em; }

  .COHI2016.summary header .wrapper h2 {
    font-size: 190%;
    padding: 1em 0 0 0;
    width: auto; }

  .COHI2016.ranking article aside {
    float: none;
    margin-right: 0;
    width: auto; }
  .COHI2016.ranking article aside + section {
    float: none;
    width: auto; }

  .COHI2016.analysis article img.quote {
    float: none;
    max-width: 100%; }
  .COHI2016.analysis section.indent p {
    margin-left: 0; }

  .COHI2016.regional main article aside {
    width: auto;
    margin: 25px 0;
    float: none; }
    .COHI2016.regional main article aside ul li {
      display: inline;
      margin-right: 1em; }
      .COHI2016.regional main article aside ul li a {
        color: #0292E4; }
  .COHI2016.regional main article aside + section {
    width: auto;
    float: none; } }

/*# sourceMappingURL=cohi2017.css.map */
