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

#carousel-arrows, #carousel-arrows-2 {
    position: relative;
    top: 0px;
    margin: auto;
    width: 170px;
}

#carousel-arrows button.slick-arrow, #carousel-arrows-2 button.slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
}

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

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

button.slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
}

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

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

.slick-list {
    margin: 0 20px;

}

.slick-track {
    display: flex !important;
    height: 100%;

}


.slick-slide {
    height: 100%;
    display: table-cell !important;
    float: none !important;
    margin: 0 10px;
    padding-top: 30px;
}

[data-state]:hover {
    cursor: pointer;
}

.text-red {
    color: #fa582b;
}

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

.icon-animal {
    height: 30px;
    width: 34px;
    margin-top: -5px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.icon-animal.large {
    height: 23px;
    width: 66px;
}

.fatal-natives {
    height: 37px;
    width: 38px;

}

.cougar {
    width: 76px;
}

.popover {
    background-color: transparent;
    border: 0;
    max-width: 200px;
    min-width: 267px;
}

.popover .rank-oval {
    background-color: #fa582b;
    height: 43px;
    width: 42px;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    line-height: 46px;
    margin: auto;
    border-radius: 50%;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #000000;
}

.table .icon-animal {
    height: 22px;
    width: 69px;
    background-size: contain;
    background-position: center;
}

.table .icon-animal.large {
    height: 31px;
    width: 59px;
}

#carousel-holder .btn-primary, #carousel-holder-2 .btn-primary {
    border-radius: 50% !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    height: 60px;
    width: 60px;
}

#carousel-holder .btn-primary i, #carousel-holder-2 .btn-primary i {
    font-size: 1.8rem;
    color: #ffffff !important;
    vertical-align: middle;
}

button.slick-arrow {
    position: absolute;
    top: 10px;
    z-index: 9;

}

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

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

.overflow-hidden {
    overflow: hidden;
}

.position-sticky {
    top: 0;
    z-index: 9;
}

.shadow-lg {
    box-shadow: 0 0.2rem 0.3rem rgb(0 0 0 / 18%) !important;
}

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

.line-height-1-3 {
    line-height: 1.3;
}

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

.fa-2x {
    font-size: 1.7rem;
}

.section {
    display: none;
}

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


.dataTables_length, .dataTables_paginate {
    display: none;
}


.btn-primary {
    color: #e84b1e !important;
    background-color: #feded5;
    border-color: #feded5;
}

.navbar i {
    color: #fc8f00 !important;
    font-size: 1.9rem;
}

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

.text-height {
    height: 65px;
    display: flex;

}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
    color: #FFFFFF !important;
    background-color: #000000;
    border-color: #000000;
    text-decoration: underline;
}

.btn-primary:hover i, .btn-primary:not(:disabled):not(.disabled).active i {
    color: #ffffff !important;
}

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

.text-orange {
    color: #fa582b;
}

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

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

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

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

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

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

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

.content-box {
    margin-top: -10px;
    z-index: 1;
    position: relative;
}

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

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

.tooltip.show {
    opacity: 1;
}


.navbar-dark .navbar-toggler i {
    color: rgba(250, 88, 43, 0.5);
    border: 2px solid rgba(250, 88, 43, 0.3);
    padding: 0.35rem 0.75rem;
    border-radius: 0.25rem;
}

.navbar-toggler .fa-bars {
    font-size: 1.7rem;
    color: #fa582b;
}


button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.white-space-break-word {
    word-break: break-word;
}

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

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

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

.bg-pink {
    background-color: #feded5;
}

.bg-yellow-light {
    background-color: #eeb157;
}

.bg-yellow-lighter {
    background-color: #fbebd5;
}

.img-thumb h4 {
    position: relative;
    left: -7px;
}

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

.buttons-section a {
    cursor: pointer;
}

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

}

.navbar .h4 {
    font-size: 1.2rem;
}

/* Typography */

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

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

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

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

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

.head-vector.heading {
    z-index: 1;
    right: 30px;
    left: auto;
    top: auto;
    bottom: -242px;
    height: 67px;
    width: 50px;
}

.head-vector {
    background: url(../images/Animal_Fatalities-Header-Tiger-Claws.svg) no-repeat center;
    background-size: contain;
    height: 169px;
    width: 84px;
    position: absolute;
    left: 37%;
    top: -74px;
    z-index: -1;
}

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

.table tr td .rank span {
    line-height: 32px;
    height: 32px;
    width: 46px;
    display: block;
    border-radius: 0.3rem;
    vertical-align: middle;
    background-color: #eeb157;
    color: #ffffff;
}

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

.bg-most-dangerous {
    background: url(../images/header.jpg) no-repeat center top;
    background-size: cover;
}

.header::before {
    position: absolute;
    content: "";
    top: 0px;
    right: -14px;
    background: url(../images/Animal_Fatalities-Header-Lion.png) no-repeat center top;
    width: 292px;
    height: 249px;
    background-size: cover;
}


.table tr td.sorting_1 .td-simulate span, .table tr td.highlighted .td-simulate span {
    color: #ffffff;
    background-color: #eeb157;
}

#data3.table tr td.sorting_1 .td-simulate span, #data3.table tr td.highlighted .td-simulate span {
    color: #ffffff;
    background-color: #000000;
}

.td-simulate span {
    display: block;
}

#data3.table tr td .rank span {
    background-color: #000000;
}

.z-index-2 {
    z-index: 2;
}


.height {
    height: 55px;
}


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


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

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

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

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

.btn-primary {
    border-radius: 0;
}

.img-square {
    padding-bottom: 90%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.bubble-rank {
    height: 152px;
    width: 153px;
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 10px solid white
}

.img-thumb {
    max-width: 400px;
    margin: 0 auto;
}

.rounded-top-right {
    border-top-right-radius: 0.5rem !important;
}

.rounded-top-left {
    border-top-left-radius: 0.5rem !important;
}

.border-top {
    border-top: 5px solid black !important;
}

.rank-oval {
    background-color: #fa582b;
    height: 58px;
    width: 58px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    line-height: 70px;
    margin: auto;
    border-radius: 50%;
}

.rank-oval-small {
    height: 53px;
    width: 56px;
    line-height: 52px;
}

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

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


/*** Table ******/
.control_lenght {
    background-color: transparent;
    border-radius: 0.3rem;
    padding: 0.6rem 1.8rem;
    text-decoration: none;
    color: #fa582b;
    border: 1px solid #000000;
    display: inline-block;
    font-weight: 800;
}

.control_lenght.white {
    color: #ffffff;
    border: 1px solid white;

}

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

#data.table tr th:nth-child(1) .heading-holder {
    min-width: 36px;
}

#data.table tr th:nth-child(2) .heading-holder, #data4.table tr th:nth-child(2) .heading-holder {
    min-width: 200px;
}

#data2.table tr th:nth-child(2) .heading-holder, #data3.table tr th:nth-child(2) .heading-holder, #data5.table tr th:nth-child(2) .heading-holder, #data6.table tr th:nth-child(2) .heading-holder {
    min-width: 655px;
}

#data2.table tr th:nth-child(3) .heading-holder, #data3.table tr th:nth-child(3) .heading-holder, #data5.table tr th:nth-child(3) .heading-holder, #data6.table tr th:nth-child(3) .heading-holder {
    min-width: 337px;
}

#data.table tr th .heading-holder {
    min-width: 138px;
}


#data2.table .fa-hotel, #data3.table .fa-dog,
#data4.table .fa-cat, #data5.table .fa-users, #data6.table .fa-bone {
    font-size: 1.2rem;
}


.icon-wrap i {
    line-height: 1;
}

.title-th i {
    line-height: 1;
    font-size: 2rem;
}

.heading-holder {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    min-width: 122px;
    margin-bottom: 9px;
    border: 1px solid #fa582b;
    height: 78px;
    border-radius: 0.4rem;
}

.table .fa-trophy {
    font-size: 1.3rem;
}

.heading-holder .title-th {
    display: block;
    line-height: 1;
    color: #000;
    font-weight: 400;
}


.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-caret-down, .sorting .fa-sort-alpha-down,
.sorting .fa-sort-down {
    display: none;
}

.sorting_asc .fa-caret-down, .sorting_asc .fa-sort-alpha-down,
.sorting_asc .fa-sort {
    display: none;
}

.sorting_desc .fa-caret-down, .sorting_desc .fa-sort-alpha-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: #15100d;
    font-weight: 500;
}


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

.table .td-simulate {
    background-color: #eeeeee;
}

#data3.table .td-simulate {
    background-color: #eeeeee;
}

table .td-simulate span {
    border-radius: 0.4rem;
}

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

.table tr td:first-child span {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.table tr td:last-child span {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.table tr:last-child td {
    border-bottom: 0 solid transparent;
}

#data3.table tr td {
    border-bottom: 8px solid transparent;
}


.table tr td .td-simulate {
    display: block;
    padding: 0;
    font-weight: 400;
    line-height: 32px;
}

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


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

.table .sorting_asc .heading-holder, .table .sorting_desc .heading-holder {
    background-color: #fa582b;
    color: #FFFFFF;
}


/**** 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: 250px;
    max-width: 250px;
}

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


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

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

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


.btn-outline-danger.h5 {
    font-size: 1.15rem;
}

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

@media (min-width: 425px) {
    .head-vector.heading {
        bottom: -222px;
        height: 67px;
        width: 50px;
    }
}

@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;

    }


}

@media (min-width: 768px) {

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

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

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

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


    .header::before {
        width: 412px;
        height: 345px;
        top: 17px;
        right: 10px;
    }

    .header::after {
        width: 459px;
        height: 460px;
        top: -8px;
        right: -62px;
    }

    .bg-pet-friendly::before {
        width: 693px;
        height: 619px;
        top: -128px;
        right: -216px;
    }

    .bg-dog-friendly::before {
        width: 670px;
        height: 697px;
        top: -207px;
        right: -245px;
    }

    .bg-cat-cafes::before {
        width: 703px;
        height: 570px;
        top: -55px;
        right: -263px;
    }

    .bg-pet-owners::before {
        width: 808px;
        height: 671px;
        top: -180px;
        right: -379px;
    }

    .bg-virtual-services::before {
        width: 693px;
        height: 592px;
        top: -99px;
        right: -161px;
    }

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

    .head-vector.heading {
        z-index: 1;
        right: 30px;
        left: auto;
        top: auto;
        bottom: -144px;
        height: 67px;
        width: 50px;
    }
}

@media (min-width: 992px) {
    #carousel-arrows, #carousel-arrows-2 {
        display: none;
    }

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

    button.arrow-next {
        right: -71px
    }

    button.slick-arrow {
        top: 46%;
    }

    .header::before {
        width: 747px;
        height: 552px;
        top: 31px;
        right: -53px;
    }

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

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


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

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

    .h5, h5 {
        font-size: 1.25rem;
    }

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

    .lead {
        font-size: 1.3em;
    }

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

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

    }

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

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

    .h3, h3 {
        font-size: 2rem;
        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;

    }

    .table tr th:nth-child(1) .heading-holder {
        min-width: 22px;
    }


    .bubble-rank {
        height: 160px;
        width: 160px;
        position: absolute;
        bottom: -74px;
    }

    .head-vector.heading {
        z-index: 1;
        right: 90px;
        left: auto;
        bottom: -30px;
        top: auto;
        height: 130px;
        width: 110px;
    }
}

@media (min-width: 1100px) {
    .bg-pet-friendly::before {
        width: 869px;
        height: 630px;
        top: -77px;
        right: -31px;
    }
}

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

    .head-vector {
        height: 200px;
        width: 140px;
        position: absolute;
        left: 27%;
        top: -110px;
        z-index: -1;
    }

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

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

    .container {
        max-width: 1463px;
    }

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

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

    }

    .slick-slide {
        margin: 0 10px;
    }

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

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


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

    }

    .lead {
        font-size: 1.4em;
    }


    .text-lg-justify {
        text-align: justify;
    }
}

@media (min-width: 1400px) {
    .header::before {
        top: -19px;
        width: 857px;
        height: 595px;
        right: -1px;
    }

    .container-table {
        max-width: 1337px;
    }

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

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

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

    .header::after {
        width: 885px;
        height: 720px;
        top: -37px;
        right: -22px;
    }

    #carousel-holder .btn-primary, #carousel-holder-2 .btn-primary {
        height: 90px;
        width: 90px;
    }
}

@media (min-width: 1600px) {

}

@media (min-width: 1920px) {
    .header::before {
        left: 100px;
    }

    .header::after {
        right: 100px;
    }

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

@media (min-width: 2200px) {
    .header::before {
        left: auto;
        right: -1px;
        width: 931px;
        height: 586px;
    }

    .bg-pet-owners::before {
        top: -229px;
    }

    .bg-pet-friendly::before {
        width: 972px;
        height: 659px;
        top: -99px;
        right: -140px;
    }

    .header::after {
        right: 150px;
        width: 968px;
        height: 720px;
        top: -32px;
    }

    .container-fluid {
        max-width: 1980px;
    }
}