body {
  width: 100%;
  height: 100vh;
  background-color: rgb(251,251,251);
  border-top-color: rgb(0,0,0);
  border-right-color: rgb(0,0,0);
  border-bottom-color: rgb(0,0,0);
  border-left-color: rgb(0,0,0);
  font-family: Arial, Helvetica, sans-serif;
  min-width: 320px;
  min-height: 480px;
}

.bg-light{ 
background-color: rgb(238, 235, 235)!important;
}

#hero_heading {
  z-index:35;
  bottom:40px;
  left:80px;
  right:80px;
  background-color: rgba(0,0,0,0.45);
  padding-top: 1rem;
}

.list-sponsors-record p{
  line-height: 1.2; font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: block;
  overflow: hidden;
  }
.list-sponsors-record p.sponsor-has-img{
  padding-top: 15px;
}
.list-sponsors-record span{
  display: block;
  font-size: 0.85rem;
}
.list-sponsors-record p:last-child{
  margin-bottom: 2rem;
}
.list-sponsors-record img{
  max-width: 100px;
  height: auto;
  margin-right: 15px;
  margin-bottom: 0.5rem;
  display: block;
  float: left;
  margin-top: -15px;
}

.title {
  color:#fff;
  letter-spacing:0.09em;
  justify-content: center;
  text-align: center;
}

.title h1 {
  font-size:3rem;
  margin-bottom: 10px;
  line-height: 1em;
}
.title h2 {
  font-size:1rem;
  margin-top: 10px;
  margin-bottom: 20px;
  text-shadow: 1px 1px #000;

}

@media screen and (max-width:680px) {
  .title h1 {
   font-size: 2.5rem;
  }
}


#Hero {
  width: 100%;
  height: 53vh;
  background-position:53% 85%;
  background-size:cover;
  background-repeat: no-repeat;
  min-height: 252px;
  min-width: 590px;
  filter: brightness(91%) contrast(137%);
  background-position: center;
}
.archive-form{
  display: flex;
  gap: 5px;
}
.archive-form > input:first-child{
  width: 75%;
}
.archive-form > input{
  width: auto;
}
@media screen and (max-width:1024px) {
  .archive-form > input:first-child{
    width: 60% !important;
  }
  .archive-form > input{
    width: 20%;
  }
}
.form-contact input[type="text"],.form-contact select{
  min-width: 214px;
}
#social_icons{
  margin-top: 10px;
}

@media screen and (max-width:680px) {
  #Hero {
  background-position:53% 80%;
  background-size:cover;
  background-repeat: no-repeat;
  filter: brightness(91%) contrast(137%);
    min-width: auto;
  }
}
@media screen and (max-width:680px) {
  #hero_heading {
    left:10px;
    right: 10px;
    padding-bottom: 0px;
  }
}


.navbar-light .navbar-brand {
  background-image: url("../images/2.png");
  background-repeat:no-repeat;
  width: 110px;
  height: 110px;
  color: rgba(255,255,255,0);
  background-size: contain;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 15px;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
  }
@media screen and (max-width:680px) {
  .navbar-light .navbar-brand{
    margin-left: 0;
  }
}
    

/* button search */

.btn-info {
  color: #fff;
background-color: #505152;
border-color: #505152;
}


em {
font-style: normal;
color: black;
 }
 
 .lightbox .lb-image {
    border-radius: 0;
    border: 0;
    }

/*--------------------------------------------
------------fonts-------------------
----------------------------------------------*/


h1 , h1 {
    font-size:3.5rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
  }
  

  @media screen and (max-width:680px) {
   h1, h1 {
    font-size: 2.5rem;
    word-wrap: normal;
  }
   span {
    font-size: 2.5rem;
    word-wrap: normal;
  }
}






/*--------------------------------------------
------------Search-------------------
----------------------------------------------*/
 
.searchburu {
  height: auto;
  zoom:1;
}

.wrapper {
  max-width:100%;
  margin: 0 auto;
}

.search {
  height:auto;
  opacity:1;
  zoom:1;
}

.search:before {
  content:'';
  display:block;
  height:0;
  visibility:hidden;
}

.search:after {
  content:'';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

.entry {
  float: left;
  margin:0;
}


.sub-search-input {
  flex-direction:row;
  align-items:center;
}

.form-search {
  padding: 8px 8px 8px 0;
  flex:1;
  width:100%;
  display:inline-block;
}

.entry {
  float: left;
  margin:0;
}

.search-button-search {
  margin-left:8px;
  margin-right:8px;
}

.form-control {
  display:block;
  width:100%;
  margin: 0;
  padding:8px;
  font-size: 1.5rem;
  border: 1px solid rgba(10,9,97,0.2);
  border-radius:2px;
}

.button {
  padding: 8px 16px;
}

.btn-group {
  padding:8px;
}

.adv-search {
  padding: 0 0 16px 0;
}

.adv-search__header {
  padding:0;
  display:flex;
  justify-content:space-between;
  flex:none;
}

.adv-search__text{
  height: 50px;
  box-sizing: border-box;
  padding:0;
  display: flex;
  align-items:center;
  justify-content:space-between;
}

.adv-search__title{
font-size: 15px;
font-weight:800;
color:#0a0961;
margin:0 8px;
}

/*Slider years*/

/* variables */
/*  other styles */
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

/* custom styles for UiSlider */
.noUi-target {
  cursor: pointer;
}
.noUi-target :focus {
  outline: none;
}

.noUi-horizontal {
  height: 9px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-base {
  background: #DEDEDE;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  right: -15px;
  width: 22px;
  height: 22px;
  background: #3d3d3d;
  border: 2px solid #3d3d3d;
  border-radius: 50%;
  box-shadow: unset;
  cursor: pointer;
  transition: transform 0.1s;

}
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  content: none;
}
.noUi-horizontal .noUi-handle:hover {
  transform: scale(1.1);
}



/* styles for filter */
.filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 370px;
  /*border-radius: 5px;*/
  background: white;
  /*box-shadow: 0px 0px 50px 4px rgba(0, 0, 0, 0.5);*/
  padding: 10px;
}

.filter__label {
  position: relative;
  cursor: pointer;
}
.filter__label:before {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 14px;
}
.filter__label:nth-child(1):before {
  content: "from";
}
.filter__label:nth-child(2):before {
  content: "to";
}

.filter__input {
  height: 35px;
  border: 2px solid #3d3d3d;
  border-radius: 5px;
  padding: 0 10px 0 40px;
  cursor: pointer;
  max-width: 160px;
}
.filter__input:focus {
  background: rgba(155, 38, 175, 0.2);
}

.filter__slider-Years {
  width: 100%;
  margin: 20px 5px 0;
}
.filter .from-to {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  justify-content: space-between;
}
.filter .from-to > .form-control {
  width: calc(50% - 8px);
}
.filter .form-control {
  font-size: 1rem;
  padding: 0 8px 0 8px;
}
/*scroll up button */

#to_top {
  display:none;
  position:fixed;
  bottom: 20px;
  right:30px;
  z-index:99;
  background-color: rgb(12, 12, 12);
  border: none;
  outline: none;
  color:white;
  cursor: pointer;
  padding:5px;
  border-radius: 4px;
}

#to_top:hover {
  background-color: darkblue;
}


/* let's tackle the tables */

table,
.table-hover {
  max-width: 100%;
}

th,
td {
  text-align: left;
  padding: 0.5em 1em;
}

td::before {
  display: none;
}

td:nth-of-type(6) {
  text-align: center;
}

@media screen and (max-width: 680px) {
  table {
    border: 0;
    display: block;
    box-shadow: none;
  }
 
  thead {
    position: relative;
    opacity: 0;
    font-style: italic;
  }
   
  tbody {
    display: block;
    min-width: 19em;
    max-width: 25em;
  }
 
  tr {
    border-top: 2px solid #3c3c3b;
    border-bottom: 2px solid #3c3c3b;
    display: block;
    margin-bottom: 1em;
  }
 
  td {
    border-bottom: 1px solid #3c3c3b;
    display: flex;
  }
 
  td:nth-of-type(4),
  td:nth-of-type(1),
  td:nth-of-type(2) {
    text-align: right;
  }

  td::before {
    display: inline-block;
    font-weight: bold;
    margin-right: auto;
    padding-right: 1em;
  }
 
  td:last-child {
    border-bottom: 0;
  }
 }


 /* material icons */
 .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/*dropdown menus */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}

/*allow visitors to expand for more information */

#ShowMore {
  font-size: 1rem;
  line-height: 1.5;
}

#ShowMore #hideMe.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

#ShowMore #hideMe.collapsing {
  height: 3rem;
}

#ShowMore a.collapsed::after {
  content: '+ Show More';
}

#ShowMore a:not(.collapsed)::after {
  content: '- Show Less';
}

/*let's refine the buttons a bit */
#btn_search {
  padding: 0.20rem .35rem;
  height: 35px;
  width:150px;
}

#btn_search--icon {
  line-height: 1.25;
}
#btn_clear_search {
  height: 35px;
}

/* search */

span.twitter-typeahead {
  width: 100%;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  background-color: #2220 !important;
}
.tt-menu {
  width: calc(100% - 2px);
  margin-left: 1px;
  margin-top: 0;
  padding: 0 0;
  background-color: rgba(249, 249, 249, 0.83);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  max-height: 50vh;
  overflow-y: auto;
}
.tt-suggestion {
  padding: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 170%;
}
.tt-suggestion:hover {
  background-color: #222 !important;
  color: #fff;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
  font-size: 1rem;
  text-align: left;
}
.tt-dataset > div:first-child {
  padding: 1rem;
  background: #fffc;
}
.tt-input {
  font-size: 1rem;
}
.tt-dataset > .header {
  display:none;
}
#Artists.table thead th {
  vertical-align: middle;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance:textfield; /* Firefox */
}
.form-archive + h4{
  margin-top: 20px;
}
.legal-notes ul,.legal-notes ol{
  margin-left: 40px;
}
input.city-of-birth-autocomplete::placeholder {
  font-weight: normal;
}
.search-letters{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2.5rem;
}
@media (min-width: 1000px) {
  .search-letters {
    justify-content: space-between;
  }
}
.search-letters li{
  list-style-type: none;
  display: inline-block;
  border: 1px solid rgba(10,9,97,0.2);
  line-height: 1em;
  margin-right: 5px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.search-letters li:hover{
  background-color: rgba(10,9,97,0.7);
}
.search-letters li a{
  padding: 5px;
  display: flex;
  min-width: 20px;
  justify-content: center;
}
.selected-letter{
  background-color: #0a0961;
}
.selected-letter a,.search-letters li:hover a{
  color: #fff;
}
.search-letters + .container.mt-lg-5{
  margin-top: 0.3rem !important;
  padding-left: 0;
  padding-right: 0;
}
.sending, .sending *{
  cursor: wait!important;
}
.grecaptcha-logo, .grecaptcha-badge {
  display: none!important;
}