body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1rem;
  color: #343a40;
  font-weight: normal;
}

#seoLink {
  color: #24b6b6;
}

.section_secondary, .section_third {
  display: none;
}

.section_secondary.open, .section_third.open {
  display: block;
}

.rounded {
  border-radius: 0.4rem !important;
}

.bg-blue {
  background-color: #49bdbe;
}

[data-current-rank="1"] .bg-rank {
  background-color: #3a3a6b;
}

[data-current-rank="2"] .bg-rank {
  background-color: #6e4abc;
}

[data-current-rank="3"] .bg-rank {
  background-color: #bb6ece;
}

[data-current-rank="4"] .bg-rank {
  background-color: #6e7ecc;
}

[data-current-rank="5"] .bg-rank {
  background-color: #49bdbe;
}

[data-current-rank="6"] .bg-rank {
  background-color: #16c475;
}

[data-current-rank="7"] .bg-rank {
  background-color: #9cc25f;
}

[data-current-rank="8"] .bg-rank {
  background-color: #ffd833;
}

[data-current-rank="9"] .bg-rank {
  background-color: #f4af00;
}

[data-current-rank="10"] .bg-rank {
  background-color: #ee8233;
}

[data-current-rank="11"] .bg-rank {
  background-color: #e5465d;
}

[data-current-rank="12"] .bg-rank {
  background-color: #e52323;
}



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

.bg-yellow {
  background-color: #f9c000;
}

.text-blue {
  color: #343a40;
}


.button-box {
  width: 250px;
}

.border-blue {
  border: 2px solid #49bdbe !important;
}

[data-current-rank="1"] .border-rank {
  border: 2px solid  #3a3a6b !important;
}

[data-current-rank="2"] .border-rank {
  border: 2px solid #6e4abc !important;
}

[data-current-rank="3"] .border-rank {
  border: 2px solid  #bb6ece !important;
}

[data-current-rank="4"] .border-rank {
  border: 2px solid #6e7ecc !important;
}

[data-current-rank="5"] .border-rank {
  border: 2px solid #49bdbe !important;
}

[data-current-rank="6"] .border-rank {
 border: 2px solid #16c475 !important;
}

[data-current-rank="7"] .border-rank {
  border: 2px solid  #9cc25f !important;
}

[data-current-rank="8"] .border-rank {
  border: 2px solid #ffd833 !important;
}

[data-current-rank="9"] .border-rank {
  border: 2px solid #f4af00 !important;
}

[data-current-rank="10"] .border-rank {
  border: 2px solid #ee8233 !important;
}

[data-current-rank="11"] .border-rank {
  border: 2px solid #e5465d !important;
}

[data-current-rank="12"] .border-rank {
  border: 2px solid #e52323 !important;
}

[data-map-click] {
  cursor: pointer;
}

.circle-map span {
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 50%;

}

.btn-secondary, .btn-dark {
  color: #343a40;
  background-color: transparent;
  border: 2px solid #343a40;
  width: 280px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle,
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border: 2px solid #343a40;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

.line-height {
  display: block;
  line-height: 0.7;
}

.carousel-title-type {
  font-size: 18px;
}

.key-section i {
  font-weight: 500;
}


.number-circle {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

a {
  color: #3f43a0;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  word-break: break-word;
}


div#data_uk_length,
div#data_length {
  display: none;
}

div#data_uk_paginate,
div#data_paginate {
  display: none;
}

.heading-holder {
  position: relative;
  border-radius: 3px;
  padding-bottom: 35px;
  padding-top: 0px;
}

.header {
  background: url(../images/header-img.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
}

.bg-brighton-and-hove {
  background: url(../images/brighton-hove-bg.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  z-index: 2;
}

.bg-london {
  background: url(../images/London-bg.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  z-index: 2;
}

.bg-bristol {
  background: url(../images/bristol-bg.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  z-index: 2;
}

.bg-brighton-and-hove::before, .bg-london::before, .bg-bristol::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
}

.min-height {
  min-height: 400px;
}

.brighton-and-hove {
  background-image: url(../images/brighton-hove.png);
  background-size: cover;
  background-position: center;
}

.london {
  background-image: url(../images/London.jpg);
  background-size: cover;
  background-position: center;
}

.bristol {
  background-image: url(../images/bristol.png);
  background-size: cover;
  background-position: center;
}

.carousel-title {

}

.slick-slide h3 {
  font-size: 39px;
}

.text-blue-dark {
  color: #0000ff;
}

.text-pink {
  color: #ffe2d2;
}

.text-purple {
  color: #404272;
}

.number-circle .lead {
  font-size: 1.4rem;
}

.lead {
  font-size: 1.3rem;
  font-weight: 300;
}


.btn-group-lg > .btn, .btn-lg {
  padding: 0.1rem 1.2rem;
  font-size: 13px;
  line-height: 2.5;
  border-radius: 0;

}


a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background: #0a0d39 !important;
}

.control_lenght {
  background-color: #23263a;
  border-radius: 0;
  line-height: 2rem;
  text-decoration: none;
}

.control_lenght:hover {
  background-color: #0f121f;
}

.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  height: 49px;
  width: 49px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 1.5rem;
}

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

button.slick-arrow {
  position: absolute;
  top: 280px;
  margin-top: -19px;
  z-index: 10;
}

button.arrow-prev {
  left: 30px;
  padding: 4px 10px;
}

button.arrow-next {
  right: 30px;
  padding: 4px 10px;
}


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

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

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

.display-2 {
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1.1;
}

.shadow-lg {
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, .55) !important;
}

.shadow-sm {
  box-shadow: 0 .125rem .85rem rgba(0, 0, 0, .475) !important;
}

.display-4 {
  font-size: 1.8rem;
  line-height: 1.2;
}

#carousel .display-4 {
  font-size: 2.2rem;

}

#carousel .h4 {
  font-size: 1.3rem;
}

.heading-holder {
  position: relative;
  padding-bottom: 30px;
  padding-top: 18px;
  margin: 0 3px 10px;

}

.table tr th:nth-child(3) .heading-holder .title-th {
  border-color: #f9c000
}

.table tr th:nth-child(3) .heading-holder .title-icon .fal {
  color: #f9c000
}

.table tr th:nth-child(5) .heading-holder .title-th {
  border-color: #24b6b6
}

.table tr th:nth-child(5) .heading-holder .title-icon .fal {
  color: #24b6b6
}

.table tr th:nth-child(7) .heading-holder .title-th {
  border-color: #ec3d55
}

.table tr th:nth-child(7) .heading-holder .title-th .fal {
  color: #ec3d55
}

.table tr th .heading-holder .title-icon .fal {
  color: #b0bdbf;
}

.table tr th:nth-child(9) .heading-holder .title-th {
  border-color: #008aca
}

.table tr th:nth-child(9) .heading-holder .title-icon .fal {
  color: #008aca
}

.table tr th:nth-child(11) .heading-holder .title-th {
  border-color: #fa8c2e
}

.table tr th:nth-child(11) .heading-holder .title-th .fal {
  color: #fa8c2e
}


.heading-holder .title-icon {
  color: #b0bdbf;
  border-radius: 100%;
  margin: auto;
  font-size: 1.7rem;

}

.heading-holder .title-icon img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: 2px solid #004a8e !important;
}

.heading-holder .title-th {
  height: 110px;
  border: 2px solid #b0bdbf;
  background-color: #ffffff;
}

.heading-holder .title-th .title-text {
  line-height: 1rem;
  font-size: 0.9rem;
  color: #343a40;
  height: 67px;
}


.sorting-icons {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  border-radius: 50px;
  bottom: 0px;
  font-size: 1rem;
  left: 50%;
  color: #343a40;
  margin-left: -10px;
}

.img-oval img {
  border-radius: 100%;
  width: 50px;
  height: 50px;

}

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


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


.sorting_asc, .sorting_desc, .sorting_asc span, .sorting_desc span, .sorting_asc .sorting-icons, .sorting_desc .sorting-icons {
  color: #322e2f;
}

.table tr:first-child td {
  border-top: 2px solid #000000;
}

.table tr:last-child td {
  border-bottom: 1px solid #000000;
}


.table tr th.sorting_asc .heading-holder .title-icon .fal,
.table tr th.sorting_desc .heading-holder .title-icon .fal {
  color: #ffffff;
}

.table tr th.sorting_asc .heading-holder .title-th,
.table tr th.sorting_desc .heading-holder .title-th {
  border-color: #b0bdbf !important;
  background-color: #b0bdbf;
}

.table tr th:nth-child(3).sorting_asc .heading-holder .title-th,
.table tr th:nth-child(3).sorting_desc .heading-holder .title-th {
  border-color: #f9c000 !important;
  background-color: #f9c000;
}

.table tr th:nth-child(5).sorting_asc .heading-holder .title-th,
.table tr th:nth-child(5).sorting_desc .heading-holder .title-th {
  border-color: #24b6b6 !important;
  background-color: #24b6b6;
}

.table tr th:nth-child(7).sorting_asc .heading-holder .title-th,
.table tr th:nth-child(7).sorting_desc .heading-holder .title-th {
  border-color: #ec3d55 !important;
  background-color: #ec3d55;
}

.table tr th:nth-child(9).sorting_asc .heading-holder .title-th,
.table tr th:nth-child(9).sorting_desc .heading-holder .title-th {
  border-color: #008aca !important;
  background-color: #008aca;
}

.table tr th:nth-child(11).sorting_asc .heading-holder .title-th,
.table tr th:nth-child(11).sorting_desc .heading-holder .title-th {
  border-color: #fa8c2e !important;
  background-color: #fa8c2e;
}

#data2.table tr th:nth-child(7).sorting_asc .heading-holder,
#data2.table tr th:nth-child(7).sorting_desc .heading-holder {
  background-color: #00a4ae !important;
}

.sorting_asc .heading-holder .title-icon img,
.sorting_desc .heading-holder .title-icon img {
  border: 2px solid #ffffff !important;
}

.sorting_asc .heading-holder .title-text,
.sorting_desc .heading-holder .title-text {
  color: #ffffff;
}

.table tr td:first-child {
  padding: 0 4px 0 0;
}

.table tr td:last-child {
  padding: 0 0 0 4px;
}

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

.table td.highlighted span,
.table td.sorting_1 span {
  color: #000000;
  font-weight: 700;
}

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: #000000;
  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: 1px solid #000000;
  color: #000000;
  font-size: 1rem;
  white-space: nowrap;
}

.table td .td-simulate {
  background-color: #f9fafb;
  display: block;
  border: 1px solid transparent;
  padding: 7px 10px;
}

.table td:nth-child(3) .td-simulate {
  background-color: #fef2cc;
}

.table td:nth-child(5) .td-simulate {
  background-color: #edf9f9;
}

.table td:nth-child(7) .td-simulate {
  background-color: #fdeff1;
}

.table td:nth-child(9) .td-simulate {
  background-color: #ebf6fb;
}

.table td:nth-child(11) .td-simulate {
  background-color: #fff6ee;
}

.table-striped tbody tr {
  background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f7fafb;
}

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

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

.footer-logo {
  width: 220px;
}

.footer a, .methodology a {
  color: #0000ee;
}

@media (min-width: 374px) {

}

@media (min-width: 576px) {

  button.slick-arrow {
      position: absolute;
      top: 36%;
      left: 50%;
  }

  .arrow-next.slick-arrow {
    margin-left: 190px;
  }

  .arrow-prev.slick-arrow {
    margin-left: -239px;
  }



  .h4, h4 {
    font-size: 1.2rem;

  }
}

@media (min-width: 768px) {

  button.slick-arrow {
      position: absolute;
      top: 40%;
      left: 50%;
  }


  .arrow-next.slick-arrow {
    margin-left: 290px;
  }

  .arrow-prev.slick-arrow {
    margin-left: -339px;
  }


  .h3, h3 {
    font-size: 1.80rem;

  }

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

  .header .display-4 {
    font-size: 3rem;
    line-height: 3.2rem;
  }

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

  #carousel .h4 {
    font-size: 2.3rem;

  }

  #carousel .display-4 {
    font-size: 3.6rem;
    line-height: 0.9em;

  }

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

  .display-2 {
    font-size: 4rem;
    line-height: 1.1;
  }


}

@media (min-width: 992px) {
  .h4, h4 {
    font-size: 1.7rem;
  }

  .button-box {
    width: 270px;
  }

  .min-height {
    min-height: 370px;
  }

  .arrow-prev.slick-arrow {
    left: 70px;
    margin-left: 0px;
    padding: 2px 7px;
  }

  .arrow-next.slick-arrow {
    right: 70px;
    left: auto;
    margin-left: 0px;
    padding: 2px 7px;
  }

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

  .h2 {
    font-size: 2.6rem;
  }

}

@media (min-width: 1200px) {

  .container {
    max-width: 1333px;
  }

  button.arrow-prev {
    left: 60px;

  }

  button.arrow-next {
    right: 60px;
  }
}

@media (min-width: 1800px) {
  button.arrow-prev {
    left: 150px;
  }

  button.arrow-next {
    right: 150px;
  }
}
