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

.header .footer-logo {
    min-width: 109px;
    max-width: 106px;
}

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

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

@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 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
}

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

.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_primary {
    display: none;
}

.section_primary.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;
    border: 0px solid transparent;
}


.dataTables_length, .dataTables_paginate {
    display: none;
}


.btn-primary {
    color: #ffffff !important;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 2.5rem !important;
    font-weight: 300;
    height: 55px;
    line-height: 42px;
    width: 100%;
}

.navbar i {
    color: #ffffff !important;
    font-size: 1.6rem;
}

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

.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: #000c1b !important;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 800;
}

.btn-primary:hover i, .btn-primary:not(:disabled):not(.disabled).active i {
    color: #000000 !important;
    font-size: 1.7rem;
    font-weight: 600;
}

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


.text-orange {
    color: #ff6633;
}

.text-orange-light {
    color: #fbaf40;
}

.text-yellow {
    color: #ffdd33;
}

.bg-red {
    background-color: #ff6633 !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;
}

.border {
    border: 1px solid black !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;
}


.navbar-dark .navbar-toggler i {
    color: rgba(250, 250, 250, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    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-pink-light {
    background-color: #fff2ee;
}

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

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

.buttons-section a {
    cursor: pointer;
}

.min-height {
    height: 91px;
}

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


.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::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    background: url(../images/all-about-cats_lost-and-found_header-shape.png) no-repeat center top;
    width: 205px;
    height: 125px;
    background-size: cover;
}

.header::after {
    position: absolute;
    content: "";
    top: 20px;
    right: auto;
    left: -118px;
    background: url(../images/all-about-cats_lost-and-found_shape-2.svg) no-repeat center top;
    z-index: 0;
    width: 374px;
    height: 409px;
    background-size: cover;
}

.bg-us-states-cats {
    background: url(../images/all-about-cats_lost-and-found_missing-cats.jpg) no-repeat 73% 0;
    background-size: cover;
}

.bg-us-homeless {
    background: url(../images/all-about-cats_lost-and-found_homeless.jpg) no-repeat 73% 0;
    background-size: cover;
}

.bg-found-breeds {
    background: url(../images/all-about-cats_lost-and-found_breeds.jpg) no-repeat 73% 0;
    background-size: cover;
}

/*****  DOGS  *****/
.bg-us-states-dogs {
    background: url(../images/all-about-cats_lost-and-found_homeless-dog.jpg) no-repeat 73% 0;
    background-size: cover;
}

.bg-us-homeless-dogs {
    background: url(../images/all-about-cats_lost-and-found_dog-state.jpg) no-repeat 73% 0;
    background-size: cover;
}

.bg-found-breeds-dogs {
    background: url(../images/all-about-cats_lost-and-found_dog-breeds.jpg) no-repeat 73% 0;
    background-size: cover;
}

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


.height {
    height: 55px;
}


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


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


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


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


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

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

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

.rounded-xl {
    border-radius: 2.5rem;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-brown {
    border-color: #ff6633 !important;
}

.rank-oval {
    background-color: #000000;
    height: 43px;
    width: 43px;
    line-height: 51px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    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: #000000;
    border-radius: 1.3rem;
    padding: 0.7rem 2.8rem;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #000000;
    display: inline-block;
    font-weight: 800;
}


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


.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: 131px;
    margin-bottom: 16px;
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    height: 71px;
    border-radius: 0.4rem;
}

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

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


.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-icons i {
    font-size: 1rem;
}

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

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

.sorting_desc .fa-sort,
.sorting_desc .fa-sort-down {
    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;
}


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

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

.table tr td .td-simulate {
    display: block;
    padding: 0.2em 0;
    font-weight: 700;
}


.table tr td.sorting_1 .td-simulate {
    font-weight: 800;
    background-color: #fee2d9;
    height: 23px;
    line-height: 20px;
    color: #000000;
}

.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: 200px;
    max-width: 200px;
}

.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: 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: 443px;
        height: 271px;
        top: 0;
        right: 0;
    }

    .header::after {
        width: 459px;
        height: 506px;
        top: 206px;
        left: -62px;
    }


    .img-square {
        padding-bottom: 90%;
        background-position: 50% 35%;
        background-size: 191%;
    }

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


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

@media (min-width: 992px) {
    .header .footer-logo {
        min-width: 159px;
        max-width: 226px;
    }

    .header::before {
        width: 766px;
        height: 471px;
        top: 0;
        right: 0px;
    }

    .header::after {
        width: 630px;
        height: 688px;
        top: 335px;
        left: -168px;
    }

    .btn-primary {
        width: 250px;
    }

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

    .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: 5.5rem;
        line-height: 1;

    }

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

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

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


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

    .bg-us-states-cats {
        background: url(../images/all-about-cats_lost-and-found_missing-cats.jpg) no-repeat center;
        background-size: cover;
    }

    .bg-us-homeles {
        background: url(../images/all-about-cats_lost-and-found_homeless.jpg) no-repeat center;
        background-size: cover;
    }

    .bg-found-breeds {
        background: url(../images/all-about-cats_lost-and-found_breeds.jpg) no-repeat center;
        background-size: cover;
    }
    .bg-us-homeless-dogs {
        background: url(../images/all-about-cats_lost-and-found_dog-state.jpg) no-repeat center;
        background-size: cover;
    }
    .bg-found-breeds-dogs {
        background: url(../images/all-about-cats_lost-and-found_dog-breeds.jpg) no-repeat center;
        background-size: cover;

    }
}


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

    .container {
        max-width: 1263px;
    }

    .btn-primary {
        width: 509px;
    }

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

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

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

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


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

    }

    .lead {
        font-size: 1.4em;
    }

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

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

@media (min-width: 1400px) {
    .header::before {
        top: -75px;
        width: 1183px;
        height: 725px;
        right: 0;
    }


    .header::after {
        width: 618px;
        height: 680px;
        top: auto;
        bottom: -317px;
    }

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


}

@media (min-width: 1600px) {

}

@media (min-width: 1920px) {
    .header::before {
        top: -75px;
        width: 1183px;
        height: 725px;
        right: 0;
    }


    .header::after {
        width: 618px;
        height: 680px;
        top: auto;
        bottom: -350px;
    }

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

@media (min-width: 2200px) {
    .header::before {
        top: -75px;
        width: 1183px;
        height: 725px;
        right: 0;
    }

    .bg-us-states-cats.py-lg-5, .bg-us-homeless.py-lg-5,
    .g-found-breeds.py-lg-5, .bg-us-states-dogs.py-lg-5,
    .bg-us-homeless-dogs.py-lg-5, .bg-found-breeds-dogs.py-lg-5 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .header::after {
        width: 698px;
        height: 771px;
        top: auto;
        bottom: -294px;
    }


}