body {
    font-size: 1rem;
    color: #000000;
    font-family: pragmatica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.content-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: auto;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 340px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.bg-white__opacity {
    background: rgba(255, 255, 255, 0.9);
}


.buttons-section a.section-link {
    color: #ffff;
    text-decoration: none;

}

.buttons-section a.section-link:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    background-color: #ffa52e;
}

.buttons-section a.section-link i {
    color: #ffffff;
    font-weight: 400;
}

.buttons-section a.section-link.active i,
.buttons-section a.section-link:hover i {
    color: #242424;
    font-weight: 600;
}

.buttons-section a.section-link.active {
    font-weight: 800 !important;
    background-color: #ffa52e;
    color: #FFFFFF;
}


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

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

.border-color {
    border-color: #242424 !important;
}

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

.navbar-dark .navbar-toggler {
    border-color: transparent;
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-dark .navbar-toggler i {
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: .35rem .75rem;
    border-radius: .25rem;
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:hover {
    color: #fff !important;
    background-color: #c03b3b;
    border-color: #c03b3b;
}

.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: #363334;
    border-width: 3px;
    border-radius: 2rem;
}

.btn-success {
    padding: 1rem 2rem;
    color: white !important;
    background-color: #30a891;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #30a891 !important;
    background-color: white;
    border-color: #30a891;
}

.btn-success:hover {
    color: #30a891 !important;
    background-color: white;
    border-color: #30a891;
}

.btn-modal {
    padding: 1rem 2rem;
    color: #30a891 !important;
    background-color: white;
    border-color: #30a891;
}

.btn-modal:not(:disabled):not(.disabled).active, .btn-modal:not(:disabled):not(.disabled):active, .show>.btn-modal.dropdown-toggle {
    color: #30a891 !important;
    background-color: white;
    border-color: #30a891;
}

.btn-modal:hover {
    color: white !important;
    background-color: #12374c;
    border-color: #12374c;
}

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

.text-dark-blue {
    color: #12374c;
}

.bg-green-light {
    background-color: #f0fcf8;
}

.modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
}

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

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

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

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


.fa-2x {
    font-size: 3rem;
    vertical-align: middle;
}

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

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

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

.line-height-1-6 {
    line-height: 1.6;
}

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

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


.border-bottom {
    border-bottom: 2px solid #000000 !important;
}


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


.text-red {
    color: #c03b3b;
}

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

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

.bg-green {
    background-color: #30a891;
}

.text-green {
    color: #30a891 !important;
}

.text-yellow {
    color: #ffa52e;
}

.number {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #ffa52e;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 1.4rem;
}

.score-block {
    margin-right: 10px;
    margin-left: 8px;
    width: 95%;
}

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

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


.img-square::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 198px;
    background: rgb(70, 70, 70);
    background: linear-gradient(180deg, rgba(70, 70, 70, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.img-square-methodology {
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    background-color: #ffffff;
}


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

.margin-top {
    margin-top: -10px;
}


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

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

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

.text-yellow {
    color: #ffa52e;
}

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

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

.divider {
    height: 5px;
    width: 55%;
    background-color: #30a891;
}

div#data_paginate,
div#data2_paginate,
.data_filter,
.dataTables_length,
.dataTables_filter {
    display: none;
}

/* table */


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

.heading-holder .th-title {
    background-color: #12374c;
    border-radius: 0;
    display: block;
    position: relative;
    height: 56px;
    padding: 0.6rem 0;
    color: #ffffff;
}

.heading-holder .th-title .th-icon {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}

.heading-holder .th-title .th-icon i {
    background-color: #30a891;
    height: 64px;
    width: 61px;
    line-height: 48px;
    border-radius: 0.5rem;
    z-index: 0;
    font-size: 1.6rem;
}

.table tr th:first-child .heading-holder .sorting-icons i {
    font-size: 0.8rem;
}

.heading-holder {
    text-align: center;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: auto;
    min-width: 94px;

}

.table tr th:first-child .heading-holder {
    min-width: 60px;
}

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

.btn-dark {
    color: #000;
    background-color: #fff;
    border-color: #000;
}


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


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

#data .col-6,
#data .col-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.table tr td.sorting_1 .td-simulate {
    color: #000000;
}

#data2 tr td.sorting_1 .td-simulate span {
    color: white;
    background-color: #30a891;
    border-radius: 5px;
    padding: 7px 40px;
}

.table td,
.table th {
    padding: 0;
    vertical-align: top;
    border-top: 1px solid #d8d8d8;
}


#data .sorting_asc .heading-holder .sorting-icons,
#data .sorting_desc .heading-holder .sorting-icons {
    color: #000000;
}


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

.heading-holder .sorting-icons i {
    margin-bottom: 0px;
    font-size: 0.8rem;
    color: #010101;
}

.control_lenght {
    color: #fff;
    text-decoration: none;
    margin: auto;
    padding: 1rem 4.4rem;
    background-color: #30a891;
    border-radius: 0.6rem;
    font-size: 1rem;
    display: inline-block;
}

.control_lenght:hover {
    background-color: #3eb9a0;
    color: #ffffff;
    text-decoration: none;
}


.dataTables_paginate {
    display: none;
}


.table th {
    border-bottom: 0rem solid transparent !important;
    border-top: 0px solid transparent;
}


.table .title-th {
    border-width: 2px !important;
    border-color: #c7f0bf !important;
}

.table .title-th p {
    line-height: 1;
    color: #000000;
}

#data .sorting_asc .heading-holder .title-th,
#data .sorting_desc .heading-holder .title-th {
    color: #fff;
}


table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0px;
}


.table .td-simulate {
    display: block;
    color: #000000;
    white-space: nowrap;
    line-height: 43px;
    font-weight: 700;
    background-color: #fff;
}

.table tr td:first-child .td-simulate {
    line-height: 43px;
}

.table tr:last-child td:first-child .td-simulate {
    border-bottom-left-radius: 0.5rem;
}

.table tr:last-child td:last-child .td-simulate {
    border-bottom-right-radius: 0.5rem;
}

.table .sorting_asc .heading-holder .th-icon,
.table .sorting_desc .heading-holder .th-icon {
    color: #ffffff !important;


}

.table .sorting_asc .heading-holder .th-icon i,
.table .sorting_desc .heading-holder .th-icon i {
    background-color: #ffa52e;
}

.table tr td .rank span {
    line-height: 30px;
    height: 29px;
    width: 29px;
    display: inline-block;
    margin-left: 2px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #ffa52e;
    color: #ffffff;
    font-weight: 600;
}

.table tr th:first-child .heading-holder .th-title {
    border-top-left-radius: 0.5rem;
}

.table tr th:last-child .heading-holder .th-title {
    border-top-right-radius: 0.5rem;
}

.table tr th:first-child .sorting-icons {
    background-color: transparent;

}

.table tr th:first-child .sorting-icons i {
    color: #ffffff;
}

.sorting-icons {
    right: 0;
    left: 0;
    top: 4px;
    background-color: #ffff;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    z-index: 1;
    margin: auto;
    position: relative;
}

#data3 .sorting-icons {
    right: 0;
    left: 0;
    top: 0;
    color: white;
    background-color: transparent;
    height: 23px;
    width: 23px;
    border-radius: 0;
    z-index: 1;
    margin: auto;
    position: relative;
}

.table td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    background: white;
}


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


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

div#data_paginate,
div#data2_paginate,
.data_filter,
.dataTables_length,
.dataTables_filter {
    display: none;
}

.popover {
    background-color: #000000;
    border-radius: 0.3rem;

}

.popover-body {
    padding: 0.2rem 0.8rem;
}

.border-top-red {
    border-top: 5px solid #c03b3b !important;
}

.border-top-orange {
    border-top: 5px solid #f18d19 !important;
}

/* typography */
.display-1 {
    font-size: 3.6rem;
    line-height: 0.8;
}

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

.display-3 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 1.6rem;
    font-weight: 300;
}

.lead {
    font-size: 1rem;
}


.text-gray {
    color: #c1f4e0;
}


.popover {
    cursor: pointer;
}


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

.bg-forest {
    background: url(../images/rayna-tuero.webp) no-repeat center;
    background-size: cover;
}

.bg-attraction {
    background: url(../images/kaleb-tapp-so-unsplash.webp) no-repeat 15%;
    background-size: cover;
}

.bg-castle {
    background: url(../images/skylar-sahakian.webp) no-repeat center;
    background-size: cover;
}

.bg-forest-table {
    background: url(../images/kevin-crosby.webp) no-repeat center;
    background-size: cover;
}

.bg-second-table {
    background: url(../images/adrian-valverde.webp) no-repeat center;
    background-size: cover;
}

.bg-third-table {
    background: url(../images/lydia-turner.webp) no-repeat center;
    background-size: cover;
}

/*.header::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: rgba(0, 0, 0, 0.6);*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 400px;*/
/*    width: 300px;*/
/*    margin: auto;*/
/*    background: url(../images/Banner-photo.svg) no-repeat center;*/
/*    display: none;*/
/*}*/

.text-box {
    z-index: 1;
}

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

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    margin: auto;
}

.close i {
    font-size: 2rem;
    color: #f58526;
}

.max-height-500 {
    max-height: 500px;
}

/* width */
.scrollable-block::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.scrollable-block::-webkit-scrollbar-track {
    box-shadow: inset 5px 5px 5px #c3c3d3;
    border-radius: 10px;
}

/* Handle */
.scrollable-block::-webkit-scrollbar-thumb {
    background: #12374c;
    border-radius: 10px;
}

.close-title {
    font-size: 16px;
    color: black;
    font-weight: 500;
}

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

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


.btn-light {
    text-decoration: none;
}

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

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

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

.methodology-margin-top {
    margin-top: -46px;
}

#methodology p a {
    color: #0000ee;
    text-decoration: underline;
    word-wrap: break-word;
}


.section-link {
    color: #ffffff;
    text-decoration: none;
}

.section-link:hover {
    text-decoration: none;
}

#methodology a {
    color: #0000ee;
}

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

.footer-logo {
    min-width: 150px;
    max-width: 154px;

}


.footer a {
    text-decoration: underline;
    color: #28d893;
}

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

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

}

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


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

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

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

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

@media (min-width: 576px) {
    .display-2 {
        font-size: 2rem;
    }

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

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


    .btn-primary {
        width: 215px;
    }

}

@media (min-width: 768px) {


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


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

    }

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

    .score-block {
        width: 97%;
    }

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

    .btn-secondary {
        width: 210px;
    }

    /*.header::before {*/
    /*    display: block;*/
    /*}*/

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


    /*.header::before {*/
    /*    top: 20px;*/
    /*    bottom: 0;*/
    /*    right: 11px;*/
    /*    left: auto;*/
    /*    height: 347px;*/
    /*    width: 387px;*/
    /*}*/
}


@media (min-width: 992px) {
    .white-space-nowrap {
        white-space: nowrap;
    }

    .img-square {
        padding-bottom: 109%;
        background-position: center top;
    }


    .number {
        height: 49px;
        width: 53px;
        line-height: 47px;
        font-size: 1.5rem;
    }

    .score-block {
        width: 94%;
    }

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

    .buttons-section a.section-link {
        width: 300px;
    }

    .container-custom,
    .container-custom-table,
    .container-custom-header {
        max-width: 960px;
    }

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


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

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

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

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

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

    .lead {
        font-size: 1.4rem;
    }

    .display-2 {
        font-size: 3.8rem;
    }

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

    .display-1 {
        font-size: 7rem;

    }


    .methodology-margin-top {
        margin-top: -92px;
    }

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

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

    /*.header::before {*/
    /*    top: 25px;*/
    /*    bottom: 0;*/
    /*    right: -400px;*/
    /*    left: 0;*/
    /*    height: 356px;*/
    /*    width: 450px;*/
    /*}*/

    .content-box {
        position: absolute;
        bottom: 10px;
        left: 15px;
    }

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


    .img-square-methodology {
        padding-bottom: 120%;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;

    }
}


@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2.9rem;
    }

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

    .img-square {
        padding-bottom: 64%;
        background-position: right center;
    }

    .score-block {
        margin-right: 10px;
        margin-left: 15px;
        width: 98%;
    }

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


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


    .container {
        max-width: 1165px;
    }

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

    .container-custom-table {
        max-width: 1570px;
    }

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

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

    .container-custom-header {
        max-width: 1392px;
    }

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

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

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

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


    /*.header::before {*/
    /*    top: 12px;*/
    /*    right: -660px;*/
    /*    height: 545px;*/
    /*    width: 667px;*/
    /*    left: 0;*/
    /*}*/

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

@media (min-width: 1400px) {
    .buttons-section a.section-link {
        width: 322px;
    }


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

    .container-custom-header {
        max-width: 1392px;
    }

    .number {
        height: 41px;
        width: 41px;
        line-height: 41px;

    }


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

@media (min-width: 1900px) {
    .header.py-lg-5 {
        padding-top: 11rem !important;
        padding-bottom: 8rem !important;
    }

    .container-custom {
        max-width: 1538px;
    }
    .header.h4, .header h4 {
        font-size: 2.4rem;
    }

}

@media (min-width: 2200px) {

    /*.header::before {*/
    /*    top: 180px;*/
    /*    right: 593px;*/
    /*    height: 553px;*/
    /*    width: 671px;*/
    /*    left: auto;*/
    /*}*/
}