/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.publication-homepage-wrapper {
  height: 200px;
  overflow: hidden;
}
.publication-homepage-wrapper a img{
  height: 100%;
}

.publication-title {
  height: 50px;
  overflow: hidden;
}

.publication .jumbo-info {
  border-radius: 0;
}

.publication-image-wrapper {
  height: auto;
  overflow: hidden;
}

.publication-image-wrapper-jumbo {
  height: auto;
  overflow: hidden;
}

.good-practice .country-circle-tabs .tabs-wrapper.third {
  border-bottom-right-radius: 0px;
}

.publicationTitle {
  height: auto;
  overflow: hidden;
}

.publicationExcerpt {
  height: 68px;
  overflow: hidden;
}

.dashboard-btn-wrapper {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  border: 2px solid #F47B4B;
  border-radius: 15px;
}

.dashboard-btn-wrapper .info {
  font-size: 24px;
  padding-top: 20px;
}

.tab-wrapper {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.highlight-feature-image-cover {
  width: 100%;
  height: 188px;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  background-color: #f8f8f8;
  background-size: cover;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

div.child1{
  margin: auto;
}
div.child2{
  float: none;
  margin: auto;
}
div.child{
  margin: auto;
}
.text-tabs-select{
  /* border: 1px solid #F47B4B; */
  color: #333;
  /* border-radius: 5px; */
  /* font-size: 16px; */
  /* padding: 5px 20px; */
}
.text-orange-btn{
  /* background-color: #F47B4B; */
  color: #F47B4B;
}
#toTop {
  width: 50px;
  background: transparent;
  color: #333;
  position: fixed;
  bottom: 0;
  right: 0px;
  display: none;
  cursor: pointer;
}
.publication-header-tab{
  justify-content: center;
}
div.prison-data-image-padding:nth-child(odd) {
  padding: 0px 2px 5px 5px !important;
}
div.prison-data-image-padding:nth-child(even) {
  padding: 0px 5px 5px 2px !important;
}
/* div.prison-data-image-padding {
  padding: 0px 0px 5px 0px !important;
} */
div#prisonResearch {
  padding-left: 15px;
  padding-right: 15px;
}
.tabs-wrapper.first.h-100.active {
  color: #fff !important;
}
.tabs-wrapper.secound.h-100.active {
  color: #fff !important;
}
.tabs-wrapper.third.h-100.active {
  color: #fff !important;
}
.external-link-footer h5{
  font-size: .8rem;
}
.bg-gray.white-text {
  color: white !important;
}
.bookmark{
  border-left: 2px solid #333;
  margin-right: 20px;
}
@media only screen and (min-width: 330px) {
  .external-link-footer h5{
    font-size: 1rem;
  }
  /* .text-tabs-select{
    font-size: 19px;
  } */
  .highlight-feature-image-cover {
    height: 235px;
  }

  .publication-homepage-wrapper {
    /* min-height: 202px; */
    overflow: hidden;
  }
}

@media only screen and (min-width: 600px) {
  .external-link-footer h5{
    font-size: 1.15rem;
  }
  .publication-header-tab{
    justify-content: left;
  }
  /* .text-tabs-select{
    font-size: 24px;
  } */
  .col-6.px-0.hov-img-zoom.publicationImageCover.shadowCustom.rounded {
    height: 250px;
  }
  .col-6.px-0.hov-img-zoom.publicationImageCover.shadowCustom.rounded a img{
    height: 100%;
  }
  .highlight-feature-image-cover {
    height: 452px;
  }

  .good-practice .country-circle-tabs .tabs-wrapper.third {
    border-bottom-right-radius: 40px;
  }

  .publication-image-wrapper-jumbo {
    height: 377px;
    overflow: hidden;
  }
  .publication-image-wrapper-jumbo a img {
    height: 100%;
  }

  .publication .jumbo-info {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .publication-homepage-wrapper {
    height: 254px;
    min-height: 178px;
    overflow: hidden;
  }

  .publicationTitle {
    height: auto;
    overflow: hidden;
  }

  .publicationExcerpt {
    height: 78px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 900px) {
  #toTop{
    bottom: 10px;
    right: 20px;
  }
  .text-tabs-select{
    font-size: 26px;
  }
  .col-6.px-0.hov-img-zoom.publicationImageCover.shadowCustom.rounded {
    height: 300px;
}
  div.child1{
    margin: auto;
  }
  div.child2{
    float: right;
  }
  div.child {
    margin: unset;
  }
  .highlight-feature-image-cover {
    height: 360px;
  }
}

@media only screen and (min-width: 1200px) {
  .col-6.px-0.hov-img-zoom.publicationImageCover.shadowCustom.rounded {
    height: 250px;
  }
  .highlight-feature-image-cover {
    height: 430px;
  }

  .publication-homepage-wrapper {
    height: 282px;
    min-height: 178px;
    overflow: hidden;
  }

  .publicationTitle {
    height: auto;
    overflow: hidden;
  }

  .publicationExcerpt {
    height: 71px;
    overflow: hidden;
  }

  .publication-image-wrapper-jumbo {
    height: 500px;
    overflow: hidden;
  }
}

