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

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

.buttons-section span, .buttons-section h5 {
  vertical-align: middle;
}

.font-family-franklin-gothic-urw {
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
}

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

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

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

.fa-info-circle, .divider, .btn-primary i {
  font-size: 1.3rem;
  vertical-align: middle;
}

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

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

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

div#data_length, div#data2_length, div#data3_length, div#data4_length {
  display: none;
}

div#data_paginate, div#data2_paginate, div#data3_paginate, div#data4_paginate {
  display: none;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover {
  color: #000000;
  background-color: #fcb040;
  border-color: #fcb040;
}

.btn-outline-warning, .btn-outline-danger {
  width: 100%;
  font-size: 1.2rem;
  padding: .775rem .75rem;
  border-width: 1px !important;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border-color: #000000;
}


.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover {
  color: #000000;
  background-color: #eec94e;
  border-color: #eec94e;
}

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

.text-orange {
  color: #ef8903;
}

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

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

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

.position-sticky {
  top: 0;
  z-index: 1000;
  width: 100%;
}

.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: #0099eb;
}

.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: #0000ee;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;

}

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


/* Typography */

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

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

.font-weight-medium {
  font-weight: 600 !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.jpg) no-repeat center top;
  background-size: cover;
}

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

.bg-table-us::before {
  position: absolute;
  content: "";
  top: 0;
  background: url(../images/paws-pattern-uk0.svg) no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 0;
  opacity: 0.5;
}

.btn-secondary {
  background-color: #dfdfdf;
  color: #373737;
  line-height: 1;
  padding: 0.7rem 1rem;

}


.btn-secondary:hover {
  background-color: #dfdfdf;
  color: #373737;
}

#data .icon-wrap i, #data2 .icon-wrap i {
  background-color: #fc8f00;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  line-height: 56px;
  color: #ffff;
  font-size: 1.4rem;
}

#data3 .icon-wrap i, #data4 .icon-wrap i {
  background-color: #efb614;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  line-height: 56px;
  color: #ffff;
  font-size: 1.4rem;
}

.height {
  height: 55px;
}

.bg-orange {
  background-color: #fcb040;
}

.bg-orange-darker {
  background-color: #fc8f00;
}

.bg-yellow {
  background-color: #eec94e !important;
}

.bg-yellow-light {
  background-color: #f5df95 !important;
}

.bg-yellow-darker {
  background-color: #efb614 !important;
}

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


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


#methodology a, .footer a {
  color: #0000ee;
  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: 105%;
  background-position: center;
  background-size: cover;
}

.img-circle {
  padding-bottom: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.rounded-top-left {
  border-top-left-radius: 5px !important;
}

.rounded-top-right {
  border-top-right-radius: 5px !important;
}

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

.title-box {
  width: 100%;
}

.percent-circle-bottom {
  position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;
  margin: auto;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background-color: #fc8f00;
  border: 9px solid white;
}


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

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


/*** Table ******/
.control_lenght {
  background-color: transparent;
  border-radius: 24px;
  padding: 0.4rem 1.8rem;
  text-decoration: none;
  color: #000000;
  border: 2px solid white;
  display: inline-block;
  font-weight: 600;
}


.control_lenght:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  text-decoration: none;
}


.heading-holder {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  min-width: 68px;
  margin-bottom: 16px;
}


.heading-holder .title-th {
  display: block;
  line-height: 1;
  padding: 0.3rem 1.1rem;
  color: #000;
}

.heading-holder .title-th p {
  font-weight: 400;
}

.heading-holder .sorting-icons {
  line-height: 32px;
}

.spacing {
  height: 32px;
}

.table .heading-holder .title-icon {
  display: inline-block;
}

.sorting-icons {
  line-height: 29px;
  text-align: center;
  font-size: 1rem;
  margin: auto;
  color: #000000;
  display: inline-block;

}


.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid transparent;
  padding-bottom: 0px !important;
  font-size: 1rem;
}

.dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}


.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.sorting .fa-sort-up,
.sorting .fa-sort-down {
  display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
  display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
  display: none;
}


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


table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-collapse: collapse !important;

}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
}


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

td i.small {
  font-size: 9px;
  position: relative;
  top: -1px;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
}

.table th {
  color: #322e2f;
  font-size: 1rem;
  white-space: nowrap;
  border-top: 0;
}


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

#data.table .sorting_asc .heading-holder .icon-wrap i, #data.table .sorting_desc .heading-holder .icon-wrap i,
#data2.table .sorting_asc .heading-holder .icon-wrap i, #data2.table .sorting_desc .heading-holder .icon-wrap i {
  background-color: #ffff;
  color: #fc8f00;
}

#data3.table .sorting_asc .heading-holder .icon-wrap i, #data3.table .sorting_desc .heading-holder .icon-wrap i,
#data4.table .sorting_asc .heading-holder .icon-wrap i, #data4.table .sorting_desc .heading-holder .icon-wrap i {
  background-color: #ffff;
  color: #efb614;
}

#data.table tr.odd td.highlighted .td-simulate,
#data2.table tr.odd td.highlighted .td-simulate {
  background-color: #fff7db;
}


#data.table tr.even td.highlighted .td-simulate, #data.table tr.even td.sorting_1 .td-simulate,
#data2.table tr.even td.highlighted .td-simulate, #data2.table tr.even td.sorting_1 .td-simulate {
  background-color: #fdd091;
}

#data.table tr.odd td.highlighted .td-simulate, #data.table tr.odd td.sorting_1 .td-simulate,
#data2.table tr.odd td.highlighted .td-simulate, #data2.table tr.odd td.sorting_1 .td-simulate {
  background-color: #fee9ce;
}

#data3.table tr.even td.highlighted .td-simulate, #data3.table tr.even td.sorting_1 .td-simulate,
#data4.table tr.even td.highlighted .td-simulate, #data4.table tr.even td.sorting_1 .td-simulate {
  background-color: #f5df95;
}

#data3.table tr.odd td.highlighted .td-simulate, #data3.table tr.odd td.sorting_1 .td-simulate,
#data4.table tr.odd td.highlighted .td-simulate, #data4.table tr.odd td.sorting_1 .td-simulate {
  background-color: #fcf0d0;
}

.table tr td.sorting_1 .td-simulate {
  font-weight: 900;
}

#data.table tr.even td .td-simulate, #data2.table tr.even td .td-simulate {
  background-color: #fedfb3;
}

#data.table tr.odd td .td-simulate, #data2.table tr.odd td .td-simulate {
  background-color: #ffffff;
}

#data3.table tr.even td .td-simulate, #data4.table tr.even td .td-simulate {
  background-color: #f5df95;
}

#data3.table tr.odd td .td-simulate, #data4.table tr.odd td .td-simulate {
  background-color: #ffffff;
}

.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: 0.5;
}


.footer p {
  color: black;
}


.methodology a {
  color: #0000ee;
  text-decoration: underline;
}

.footer-logo {
  min-width: 200px;
  max-width: 200px;
}

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


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

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

.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: 4.7rem;
    line-height: 0.5;

  }

  button.slick-arrow {
    position: absolute;
    top: 30%;
  }


}

@media (min-width: 768px) {


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

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

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

  .btn-outline-danger, .btn-outline-warning {
    width: 220px;
  }
}

@media (min-width: 992px) {

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

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

  .btn-secondary {
    width: 220px;
  }


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

  .footer-logo {
    max-width: 180px;
  }


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

  .lead {
    font-size: 1.3em;
  }

  .h2, h2 {
    font-size: 2.6rem;
    line-height: 0.8;
  }

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

  }

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

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

  .h3, h3 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

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

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

  .lead {
    font-size: 1.4em;

  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1410px;
  }

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

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

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

  }

  .lead {
    font-size: 1.4em;
  }

}

@media (min-width: 1600px) {

}
