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

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

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

#carousel-arrows, #carousel-arrows-2, #carousel-arrows-3 {
  margin: auto;
  width: 120px;
  position: relative;
}

#carousel-arrows button.slick-arrow,
#carousel-arrows-2 button.slick-arrow,
#carousel-arrows-3 button.slick-arrow {
  position: absolute;
  top: -35px;
}

#carousel-arrows button.arrow-prev, #carousel-arrows-2 button.arrow-prev, #carousel-arrows-3 button.arrow-prev {
  left: 0;
}

#carousel-arrows button.arrow-next, #carousel-arrows-2 button.arrow-next, #carousel-arrows-3 button.arrow-next {
  right: 0;
}

.border {
  border: 1px solid black !important;
}

.modal-content .close {
  font-size: 1rem;
  vertical-align: middle;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}


.btn-primary {
  background: #b9b9b9;
  border-color: #b9b9b9;
  color: #000000;
  height: 50px;
  width: 50px;
  font-size: 1.4rem;
  border-radius: 50%;
}

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


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

.filter-white {
  filter: invert(100%);
}

.section_primary, .section_secondary, .section_third, .section_fourth,
.section_fifth, .section_sixth, .section_seventh, .section_eighth,
.section_nineth, .section_tenth, .section_eleventh {
  display: none;
}

.section_primary.open, .section_secondary.open, .section_third.open,
.section_fourth.open, .section_fifth.open, .section_sixth.open,
.section_seventh.open, .section_eighth.open, .section_nineth.open,
.section_tenth.open, .section_eleventh.open {
  display: block;
}

.fa-info-circle, .divider, .btn-primary i {
  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-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  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: #595959;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.dataTables_length, .dataTables_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 {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  font-weight: 700;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.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: #bebebe;
  border-radius: 20px;
  text-transform: uppercase;
}

.buttons-red .btn-outline-danger {
  color: #000000;
  background-color: #ffffff;
  border-color: #fc4f3f;
}

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
  text-decoration: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover {
  background-color: #fef6d9;
  border-color: #fef6d9;
  color: #ef8903;
}


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


.buttons-section a {
  cursor: pointer;
}

.buttons-section a.section-link {
  color: #ffff;
  text-decoration: none;
  padding: 0.3rem 1.4rem;

}

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

}

.buttons-section a.section-link.active {
  color: #fcb040;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}


a {
  color: #0000ee;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;

}


/* Typography */

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

.font-weight-semi-bold {
  font-weight: 600 !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-pets-in-the-usa {
  background: url(../images/Pets-in-the-usa-banner.jpg) no-repeat center top;
  background-size: cover;
}

.bg-pets-in-the-cities {
  background: url(../images/us-cities-banner.jpg) no-repeat center top;
  background-size: cover;
}

.bg-pets-across-the-world {
  background: url(../images/across-the-world-banner.jpg) no-repeat center top;
  background-size: cover;
}

.bg-pets-popularity {
  background: url(../images/popularity-banner.jpg) no-repeat center top;
  background-size: cover;
}

.bg-cost-of-buying-pet {
  background: url(../images/cost-banner.jpg) no-repeat center top;
  background-size: cover;
}

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

}


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


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

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

.bg-blue {
  background-color: #0099eb;
}

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

.text-orange {
  color: #ef8903;
}

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

.bg-red {
  background-color: #fc703f !important;
}

.text-red {
  color: #fc703f;
}

.text-red-dark {
  color: #fc4f3f;
}

.text-yellow-dark {
  color: #fcd13f;
}

.text-yellow-lighter {
  color: #f9df41;
}

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

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

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

.bg-red-light {
  background-color: #fee2d9;
}

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

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

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

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

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


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

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

#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, .btn-primary:hover {
  color: #ffffff;
  background-color: #fcd13f;
  border-color: #fcd13f;
}

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

.rank-oval-carousel {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: auto;
  border-radius: 50%;
}

.carousel-thumb {
  max-width: 220px;
  margin: auto;
}

.rank-oval {
  background-color: #fcb040;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 auto 0;

}

.bottom-title {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;

}

#carousel .rounded {
  border-radius: 9px !important;
}

.bottom-title .rounded {
  border-top-left-radius: 35px !important;
  border-top-right-radius: 35px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

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

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

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


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

.most_demand .heading-holder {
  background-color: #fcb040;
}

.table-country .heading-holder {
  background-color: #fcd13f;
}

.table-costliest .heading-holder {
  background-color: #f9df41;
}

.table-americas-favorite .heading-holder {
  background-color: #fc703f;
}

#data_3 .heading-holder, #data_4 .heading-holder,
#data_5 .heading-holder, #data_6 .heading-holder {
  background-color: #fc4f3f;
}

.heading-holder .title-th {
  height: 32px;
  line-height: 32px;
  font-size: 1.1rem;
}

.table tr td .td-simulate {
  font-size: 1.1rem;
}

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


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;
  padding: 0.4rem 0;
  white-space: nowrap;
}

.most_demand tr:nth-child(odd) td {
  background-color: #feefd9;
}

.table-country tr:nth-child(even) td {
  background-color: #fef6d9;
}

.table.table-americas-favorite tr:nth-child(odd) td,
#data_3.table tr:nth-child(odd) td, #data_4.table tr:nth-child(odd) td,
#data_5.table tr:nth-child(odd) td, #data_6.table tr:nth-child(odd) td {
  background-color: #fee2d9;
}

.table-costliest tr:nth-child(even) td {
  background-color: #fef9d9;
}

.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;
  font-weight: 600;
}

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

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


.footer p {
  color: black;
}


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

button.slick-arrow {
  z-index: 2;
}

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

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


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

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

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


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

@media (min-width: 576px) {
  .slick-slide {
    margin: 0 10px;
  }

  .display-1 {
    font-size: 2.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: 1;

  }


}

@media (min-width: 768px) {
  .display-1 {
    font-size: 3.7rem;
  }

  .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) {
  button.slick-arrow {
    position: absolute;
    top: 50%;
  }

  .modal-dialog {
    max-width: 743px;
  }

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


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

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

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

  .lead {
    font-size: 1.4em;

  }

}

@media (min-width: 1200px) {
  .slick-slide {
    margin: 0;
  }
  .container {
    max-width: 1310px;
  }

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

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

  button.arrow-prev {
    left: -25px;
  }

  .display-2 {
    font-size: 5rem;
    line-height: 1;

  }

  .lead {
    font-size: 1.4em;
  }

  .header .lead {
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {

}
