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

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

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

.section_secondary {
  display: none;
}

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

.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:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
  font-weight: bold;
}

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

.btn-outline-danger {
  width: 100%;
  padding: 0.45rem 0.75rem;
  border-width: 5px !important;
  color: #fa582b;
  background-color: #feded5;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 1.8rem;
}

.btn-primary {
  color: #fa582b;
  background-color: #feded5;
  border-color: #feded5;
}

.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: #fa582b;
  border-color: #fa582b;
}

.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-orange-light {
  background-color: #fedfb3;
}

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

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

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

.diagram {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  background-color: #FFFFFF;

}


.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 {
  padding: 0 0 10px;
}

.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: #fff2ee;
}

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

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

.buttons-section a {
  cursor: pointer;
}

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

}


/* Typography */

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

.font-weight-semi-medium {
  font-weight: 500 !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-bg.jpg) no-repeat center top;
  background-size: cover;
}

.header::before {
  position: absolute;
  content: "";
  top: 0;
  left: -132px;
  background: url(../images/header-lady2-colour.png) no-repeat center top;
  width: 292px;
  height: 249px;
  background-size: cover;
}

.header::after {
  position: absolute;
  content: "";
  top: -21px;
  right: -170px;
  background: url(../images/male-header-colour.png) no-repeat center top;
  z-index: 0;
  width: 367px;
  height: 269px;
  background-size: cover;
}

.bg-phobias {
  background: url(../images/top-3-stripes.svg) repeat center top;
  background-size: contain;
}

.bg-phobias::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(../images/top-3-bg.jpg) no-repeat center top;
  background-size: cover;
  min-height: 600px;
}

.bg-usual-phobias {
  background: url(../images/top-3-stripes.svg) repeat center top;
  background-size: contain;
}

.bg-usual-phobias::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(../images/us-top-3-bg.jpg) no-repeat center top;
  background-size: cover;
  min-height: 600px;
}

.btn-secondary {
  background-color: #dfdfdf;
  color: #373737;
  line-height: 1;
}

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


.height {
  height: 55px;
}


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


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

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


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

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

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

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

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

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

.rank-oval {
  background-color: #fa582b;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 50%;
}


.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:hover {
  background-color: #fa582b;
  color: #ffffff;
  border: 1px solid #fa582b;
  text-decoration: none;
}


.heading-holder {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  min-width: 68px;
  margin-bottom: 16px;
  border: 2px solid #fa582b;
  border-radius: 0.4rem;
}


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

.heading-holder .icon-wrap i {
  color: #fa582b;
}


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


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

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

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

.table tr td .td-simulate {
  background-color: #eeeeee;
  margin-bottom: 7px;
  display: block;
  padding: 0.4em 0;
  font-weight: 600;
  text-transform: capitalize;
}

.table .sorting_asc .heading-holder .icon-wrap i, .table .sorting_desc .heading-holder .icon-wrap i,
.table .sorting_asc .heading-holder p, .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: 200px;
  max-width: 200px;
}

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


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

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


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

.container-custom {
  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.8rem;
  }

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

  .btn-outline-danger {
    width: 250px;
  }

  .header::before {
    width: 412px;
    height: 345px;
    top: 0;
    left: -102px;
  }

  .header::after {
    width: 492px;
    height: 489px;
    top: -49px;
    right: -178px;
  }

  .bg-phobias::before {
    min-height: 502px;
  }

  .bg-usual-phobias::before {
    min-height: 458px;
  }
}

@media (min-width: 992px) {
  .header::before {
    width: 714px;
    height: 591px;
    top: 0;
    left: -245px;
  }

  .header::after {
    width: 669px;
    height: 680px;
    top: -40px;
    right: -178px;
  }

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

  .bg-phobias::before {
    min-height: 556px;
  }

  .bg-usual-phobias::before {
    min-height: 546px;
  }

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

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

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

  }

}

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

  .h3, h3 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .header .h4, .header h4 {
    font-size: 1.5rem;
  }

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

  }

  .lead {
    font-size: 1.4em;
  }

}

@media (min-width: 1400px) {
  .header::before {
    width: 623px;
    height: 532px;
    left: 0;
  }

  .header::after {
    width: 683px;
    height: 680px;
    top: -40px;
    right: -54px;
  }
}

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

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

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

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