body {
  font-family: raleway, sans-serif;
  font-size: 1rem;
  color: #000000;
  padding: 0;
  margin: 0;
}

.modal-content {
  background-color: #ffffff;
  border-radius: 0px;
  border: 2px solid #000000;
}

.modal-content .rank-oval {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  line-height: 50px;
}

.modal-content .close {
  font-size: 0.8rem;
  vertical-align: middle;
  font-weight: 600;
  background-color: #5ba8ef;
  height: 25px;
  width: 161px;
  line-height: 25px;
  text-align: center;
  border-radius: 15px;
  color: #ffffff;
  z-index: 10;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
}


.section_secondary {
  display: none;
}

.section_secondary.open {
  display: block;
}

.btn-info {
  padding: .375rem .45rem;
  border-radius: 10px;
  font-size: 0.8rem;
}

.btn-secondary {
  color: #5ba8ef;
  cursor: pointer;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #5ba8ef;
  padding: .375rem .85rem;
  text-decoration: none !important;
  line-height: 1;
  width: 100%;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  color: #fff;
  background-color: #5ba8ef;
  border-color: #5ba8ef;
}

.border-right {
  border-right: transparent !important;
  border-bottom: 2px solid black !important;
}

.img-flag {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}

.col-lg-12-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-12-5 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .col-md-12-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-12-5 {
    -ms-flex: 0 0 18%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.h5, h5 {
  line-height: 1;
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-gray-light {
  background-color: #f0f0f0;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  display: inline-block;
}

.section, .section_primary, .section_secondary {
  display: none;
}

.section.open, .section_primary.open, .section_secondary.open {
  display: block;
}


.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, .1);
}

.navbar-toggler {
  font-size: 1.7rem;
}


.navbar .btn-outline-dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, 1);
}

.text-orange {
  color: #ef8903;
}

.text-blue {
  color: #5ba8ef;
}

.bg-blue-dark {
  background-color: #388ebf;
}

.bg-blue-darker {
  background-color: #080a33;
}

.bg-orange-light {
  background-color: #fedfb3;
}

.bg-gray {
  background-color: #ebebeb;
}

.text-dark {
  color: #000000 !important;
}

.td-simulate {
  padding: 0;
  display: block;
  line-height: 40px;
  font-size: 1.2rem;
  white-space: nowrap;
  vertical-align: middle;
}

.rank {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: block;
  margin: auto;
  font-size: 1.3rem;
}

table tbody tr:nth-child(odd) {
  background-color: #ddedfc;
}

table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.divider {
  height: 2px;
  width: 150px;
  background-color: #0a0a0a;
  margin: auto;
}

.scroll-overflow {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tooltip.show {
  opacity: 1;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-0-8 {
  line-height: 0.8 !important;
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
}

.bg-pink-light {
  background-color: #fbcce8;
}

.bg-blue-light {
  background-color: #99def9;
}

.bg-blue {
  background-color: #5ba8ef;
}

.buttons-section a {
  cursor: pointer;
}

.buttons-section a.section-link {
  color: #ffff;
  text-decoration: none;
  border: 1px solid #666666;
  display: block;
  border-radius: 30px;
  padding: 0.3rem 1.4rem;
  width: 177px;

}

.buttons-section a.section-link:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  background-color: #fcb040;
}

.buttons-section a.section-link.active {
  color: #000000;
  font-weight: bold;
  background-color: #fcb040;
}

.buttons-section a.section-link.uk:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  background-color: #eec94e;
}

.buttons-section a.section-link.uk.active {
  color: #000000;
  font-weight: bold;
  background-color: #eec94e;
}

a {
  color: #016dd1;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;

}

.flag {
  height: 40px;
  width: 40px;
}


/* Typography */

.font-weight-bold {
  font-weight: 800 !important;
}

.font-weight-semi-medium {
  font-weight: 500 !important;
}

.font-weight-medium {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-style-italic {
  font-style: italic;
}


.number-rank {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: auto;
  line-height: 35px;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  z-index: 1;
}


.header {
  background: url(../images/header.png) no-repeat center;
  background-size: cover;
}

.world::before {
  position: absolute;
  content: "";
  background-size: cover;
  height: 200px;
  margin: auto;
  top: 47px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/world.svg) no-repeat center;

}

.bg-table-us {
  z-index: 1;
}


.height {
  height: 55px;
}

.bg-dark {
  background-color: #000000 !important;
}


.rounded {
  border-radius: 6px !important;
}

.footer a {
  color: #0019d5;
}

#methodology a {
  color: #2773ff;
  text-decoration: underline;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #192138;
  border-color: #192138;
}

.img-square {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}

.img-square-small {
  padding-bottom: 90%;
  background-position: center;
  background-size: cover;
}


.rank-oval {
  background-color: #fdd08c;
}

.title-box {
  width: 100%;
}

.percent-circle-bottom {


  width: 100%;
  background-color: #fc8f00;
}


.lead {
  font-size: 1.1rem;
  font-weight: 400;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-holder {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  min-width: 68px;
  background-color: #5ba8ef;
}

.heading-holder .title-th {
  display: block;
  line-height: 1;
  padding: 0;
  color: #000;
  height: 50px;
}

table tr th {
  padding: 0;
}

.heading-holder .title-th p {
  font-size: 0.9rem;
}



.table td, .table th {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}


table tr td span {
  color: #001342;
  font-weight: 500;
}


.table td {
  border-top: 0px solid transparent;
  color: #000000;
  font-size: 1rem;
  white-space: nowrap;
}


.table td .td-simulate {
  display: block;
  border: 0 solid transparent;
  padding: 0.6em 0;
  font-weight: 600;
}

/**** Headings ******/
.display-2 {
  font-size: 2.5rem;
}

.display-3 {
  font-size: 2.5rem;
  line-height: 1;
  z-index: 2;
  position: relative;
}


.footer p {
  color: black;
}


.methodology a {
  color: #0000ee;
  text-decoration: underline;
}
.footer-logo {
  max-width: 321px;
  min-width: 321px;
}



.h3, h3 {
  font-size: 1.2rem;
  line-height: 1;
}

.lead {
  font-size: 1.2em;

}

.h2, h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

.h4, h4 {
  font-size: 1.3rem;
}

.display-1 {
  font-size: 4rem;
}


.container-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .display-1 {
    font-size: 4.8rem;
  }

  .h4, h4 {
    font-size: 1.4rem;
  }


  .h3, h3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 4rem;
    line-height: 1;

  }
  .world::before {
    height: 240px;
  }
}

@media (min-width: 768px) {


  .h2, h2 {
    font-size: 1.7rem;
  }

  .h4, h4 {
    font-size: 1.6rem;
  }

  .display-4 {
    font-size: 1.4rem;
  }

  .btn-secondary {
    width: 360px;
  }
}

@media (min-width: 992px) {
  .divider {
    height: 2px;
    width: 300px;
  }

  .img-square {
    padding-bottom: 123%;
  }

  .modal-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-right: 0;
  }

  .border-right {
    border-right: 2px solid black !important;
    border-bottom: transparent !important;
  }

  .lead {
    font-size: 1.3em;

  }

  .h5, h5 {
    font-size: 1.4em;
  }

  .header .h4, .header h4 {
    font-size: 1.3rem;
  }

  .container-custom {
    max-width: 1280px;
  }

  .display-4 {
    font-size: 2.2rem;
  }

  .btn-secondary {
    width: 395px;
  }

  .world::before {
    height: 307px;
    width: 427px;
    margin: auto;
    top: 23px;
  }


  .white-space-nowrap {
    white-space: nowrap;
  }


  .h2, h2 {
    font-size: 2.4rem;
    line-height: 1;
  }

  .display-3 {
    font-size: 4.4rem;
    line-height: 1;

  }

  .h4, h4 {
    font-size: 1.9rem;
    line-height: 1;
  }

  .h5, h5 {
    font-size: 1.1em;
  }

  .h3, h3 {
    font-size: 2.3rem;
    line-height: 0.6;
  }

  .display-2 {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1;
  }

  .display-1 {
    font-size: 10.5rem;
    line-height: 0.8 !important;
  }


  .modal-dialog {
    max-width: 743px;
  }
  .footer-logo {
    max-width: 380px;
    min-width: 380px;
  }
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.4em;

  }

  .world::before {
    height: 307px;
    width: 427px;
    margin: auto;
    top: 33px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
  }

  .h5, h5 {
    font-size: 1.4em;
  }

  .header .h4, .header h4 {
    font-size: 1.5rem;
  }

  .container {
    max-width: 1180px;
  }

  .heading-holder .title-th p {
    font-size: 1.2rem;
  }

  .w-25 {
    width: 25% !important;
  }

  .w-75 {
    width: 85% !important;
  }

  .top-3-sectors .w-25 {
    width: 15% !important;
  }

  .top-3-sectors .w-75 {
    width: 85% !important;
  }

  .display-2 {
    font-size: 7.5rem;

  }

  .lead {
    font-size: 1.4em;
  }

}

@media (min-width: 1600px) {

}
