/*
 * Consent popup toggle button
 */
#hst3-cookieconsent-popup-toggle {
  display: none;
  z-index: 1086;
  position: fixed;
  bottom: 5px;
}
#hst3-cookieconsent-popup-toggle.in {
  display: block;
}

.hst3-cookieconsent-popup-toggle-left {
  left: 15px;
}
.hst3-cookieconsent-popup-toggle-right {
  right: 15px;
}
.hst3-cookieconsent-popup-toggle-center {
  width: 175px;
  text-align: center;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

/*
 * Consent popup frame
 */
#hst3-cookieconsent-consent-popup {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  max-height: 80%;
  z-index: 1086;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}
#hst3-cookieconsent-consent-popup.in {
  display: block;
}

/*
 * Consent popup grid
 */
.hst3-cookieconsent-row {
  margin-right: -15px;
  margin-left: -15px;
}

.hst3-cookieconsent-column {
  padding-left: 15px;
  padding-right: 15px;
}

.hst3-cookieconsent-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*
 * Consent popup elements
 */
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-categories {
  margin-bottom: 20px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-categories input {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-categories label {
  display: inline-block;
  margin-right: 12px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-categories .hst3-cookieconsent-category-required, #hst3-cookieconsent-consent-popup .hst3-cookieconsent-table .hst3-cookieconsent-category-required {
  display: none;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-btn {
  display: block;
  width: 100%;
}
#hst3-cookieconsent-consent-popup hr.clearer {
  border: 0px none;
  height: 1px;
  clear: both;
  margin: 0px;
  padding: 0px;
}
#hst3-cookieconsent-consent-popup .position-relative {
  position: relative;
}

#hst3-cookieconsent-detail-view {
  display: none;
  overflow-y: auto;
  height: auto;
  max-height: 0;
  margin: 30px 0px;
}
#hst3-cookieconsent-detail-view.in {
  display: block;
  max-height: 350px;
}
#hst3-cookieconsent-detail-view .hst3-cookieconsent-table tr.sub {
  cursor: pointer;
}
#hst3-cookieconsent-detail-view .hst3-cookieconsent-table tr.sub .toggle-icon {
  display: block;
  width: 16px;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0px;
  right: 8px;
}
#hst3-cookieconsent-detail-view .hst3-cookieconsent-table tr.sub.active .toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#hst3-cookieconsent-detail-view .hst3-cookieconsent-table tr.sub-content {
  display: none;
}
#hst3-cookieconsent-detail-view .hst3-cookieconsent-table tr.sub-content.in {
  display: table-row;
}
#hst3-cookieconsent-detail-view .hst3-cookieconsent-table tr.sub-content > td {
  vertical-align: top;
}
#hst3-cookieconsent-detail-view .hst3-cookieconsent-table tr.sub-content > td p {
  margin-top: 0;
  margin-bottom: 1em;
}

#hst3-cookieconsent-powered-by {
  line-height: 16px;
  display: none;
  float: left;
  text-decoration: none;
  color: inherit;
}
#hst3-cookieconsent-powered-by.in {
  display: block;
}
#hst3-cookieconsent-powered-by-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  margin-top: -1px;
  margin-right: 8px;
  background: transparent no-repeat center center;
  background-size: 100% auto;
}

@media (min-width: 420px) {
  #hst3-cookieconsent-consent-popup .hst3-cookieconsent-btn {
    display: inline-block;
    width: auto;
    margin-right: 3px;
  }
}
@media (min-width: 768px) {
  .hst3-cookieconsent-container {
    width: 750px;
  }

  #hst3-cookieconsent-consent-popup .hst3-cookieconsent-categories,
  #hst3-cookieconsent-consent-popup .hst3-cookieconsent-controls {
    display: inline-block;
  }
  #hst3-cookieconsent-consent-popup .hst3-cookieconsent-categories {
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .hst3-cookieconsent-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .hst3-cookieconsent-container {
    width: 1170px;
  }
}
@media (max-height: 800px) {
  .hst3-cookieconsent-consent-popup-active {
    overflow: hidden;
  }

  #hst3-cookieconsent-consent-popup {
    max-height: 85%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #hst3-cookieconsent-detail-view {
    overflow-y: hidden;
  }
  #hst3-cookieconsent-detail-view.in {
    max-height: none;
  }
}
