.reveal-overlay {
  display: none;
  margin-bottom: 0;
  background: rgba(0.3, 0.3, 0.3, 0.6);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0px;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  -webkit-overflow-scrolling: touch;
}

.reveal-overlay .cookieman-maincontainer {
  margin: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .reveal-overlay .cookieman-maincontainer {
    width: 70%;
    max-width: 93.75rem;
  }
}

@media (min-width: 992px) {
  .reveal-overlay .cookieman-maincontainer {
    width: 70%;
    max-width: 93.75rem;
  }
}

.reveal-overlay.show-modal {
  display: flex;
}

.reveal-overlay #cookieman-modal {
  margin: 0;
  background: white;
  font-size: 16px;
  font-family: SinewsSansPro, sans-serif;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* .reveal-overlay #cookieman-modal .primary-button,
.reveal-overlay #cookieman-modal .secondary-button {
  font-family: SinewsSansPro, sans-serif;
  font-weight: 700;
  border: none;
  background: #102b06;
  color: var(--clr-silver);
  cursor: pointer;
}

.reveal-overlay #cookieman-modal .primary-button:hover,
.reveal-overlay #cookieman-modal .secondary-button:hover {
  border: none;
} */

.reveal-overlay a{
  color: black;
  background-color: white;
  background-size: 0 1px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .2s ease-out;
}

.reveal-overlay a:hover{
  background-size: 100% 1px, auto;
}

.reveal-overlay.modal-header {
  font-family: SinewsSansPro, sans-serif;
  font-weight: 700;
  color: black;
}

.reveal-overlay.modal-body {
  font-family: SinewsSansPro, sans-serif;
  font-weight: 400;
}

.consent-overlay {
  text-align: center;
  color: white;
  padding: 10px;
  font-size: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(white, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consent-overlay p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .consent-overlay .consent-button {
    /* font-size: rem-calc(10); */
  }
}

@media (min-width: 992px) {
  .consent-overlay {
    font-family: SinewsSansPro, sans-serif;
    font-weight: 400;
  }

  .consent-overlay .consent-button {
    /* font-size: 14rem; */
  }

  .consent-overlay p:last-child {
    margin-bottom: 1rem;
  }
}

.m0870_legalcopy {
  padding: 16px;
}

@media (max-width: 991px) {
  .m0870_legalcopy {
    top: 0px !important;
  }
}

@media (min-width: 768px) {
  .m0870_legalcopy {
    padding: 30px; 
  }
}

@media (min-width: 992px) {
  .m0870_legalcopy {
    padding: 60px; 
  }
}

@media print, screen and (min-width: 40em) and (max-width: 55em) {
  .m0870_legalcopy.reveal.small {
    width: 85%;
  }
}

.m0870_legalcopy .accordion {
  padding: 0;
  background-color: white;
}

.m0870_legalcopy .accordion .accordion-content p:not(.responsive-caption) {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
}

.m0870_legalcopy .accordion .accordion-content .table-responsive {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
}

.m0870_legalcopy .accordion .accordion-title-container {
  display: flex;
  border-bottom: 0;
}

.m0870_legalcopy .accordion .accordion-item {
  border: 1px solid var(--clr-quillGrey);
}

.m0870_legalcopy .accordion .accordion-title-container .accordion-title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  border-right: 1px solid var(--clr-quillGrey);
  color: black;
  justify-content: center;
  align-items: center;
  flex: 5;
  position: relative;
}

.m0870_legalcopy .accordion .accordion-title-container .accordion-title:before {
  content: '';
  position: absolute;
  background-image: url(../../Assets/img/icons/icon_plus.svg);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 50%;
  margin: -12px 0 0 0;
  width: 24px;
  height: 24px;
}

.m0870_legalcopy .accordion .accordion-title-container .accordion-title span {
  font-family: SinewsSansPro, sans-serif;
  font-weight: 700;
  font-size: 1em;
}

.m0870_legalcopy .accordion .accordion-title-container .accordion-title span {

}

@media (min-width: 992px) {
  .m0870_legalcopy .accordion .accordion-title-container .accordion-title span {
    font-size: 1.5em;
  }
}

.m0870_legalcopy .accordion .accordion-title-container .accordion-title:hover {
  cursor: pointer;
}

.m0870_legalcopy .accordion .accordion-title-container .accordion-title h3 {
  margin-bottom: 0;
}

.m0870_legalcopy .accordion .accordion-title-container .card-header {
  flex: 1;
}

.m0870_legalcopy .card .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m0870_legalcopy .modal-header {
  font-size: 24px;
  font-family: SinewsSansPro, sans-serif;
  font-weight: 300;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .m0870_legalcopy .modal-header {
    align-self: flex-start;
  }
}

.m0870_legalcopy .modal-body {
  color: black;
  font-size: 1em;
}

.m0870_legalcopy .modal-body p {
  margin-bottom: 16px;
}

.m0870_legalcopy .modal-body .accordion-content p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .m0870_legalcopy .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .m0870_legalcopy .modal-footer {
    margin-top: 20px;
  }
}

.m0870_legalcopy .modal-footer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .m0870_legalcopy .modal-footer {
    flex-direction: row;
  }
}

.m0870_legalcopy .modal-footer > button {
  /* flex: 1; */
  /* padding: 8px;
  font-size: 12px;
  line-height: 24px;
  max-width: 180px;
  margin-bottom: 12px; */
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .m0870_legalcopy .modal-footer > button {
    /* padding: 10px;
    font-size: 16px;
    */
    margin-left: 7px;
    margin-right: 7px;
  }
}

.m0870_legalcopy .modal-footer > button:first-child {
  margin-left: 0px;
}

.m0870_legalcopy .modal-footer > button:last-child {
  margin-right: 0px;
}

.m0870_legalcopy .modal-footer .button--primary {
  cursor: pointer;
}

/* @media (max-width: 767px) {
  .m0870_legalcopy .modal-footer .secondary-button,
  .m0870_legalcopy .modal-footer .primary-button {
    font-size: 10px;
  }
} */

.m0870_legalcopy .toggle {
  margin-left: -10px;
  cursor: pointer;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m0870_legalcopy .toggle-switch {
  display: inline-block;
  background: var(--clr-quillGrey);
  border-radius: 16px;
  width: 45px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.m0870_legalcopy .toggle-switch:before,
.m0870_legalcopy .toggle-switch:after {
  content: "";
}

.m0870_legalcopy .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: left 0.25s;
}

.toggle:hover .m0870_legalcopy .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}

.m0870_legalcopy .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.m0870_legalcopy .toggle-label {
  margin-right: 10px;
  position: relative;
}

.toggle-checkbox:checked + .toggle-switch {
  background: var(--clr-orange);
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 27px;
}

.responsive-card-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--clr-orient);
  margin-bottom: 20px;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table .responsive-caption {
  display: none;
}

.responsive-card-table th {
  background-color: var(--clr-orient);
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.18em;
  color: #FFF;
}

.responsive-card-table td {
  text-align: left;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 640px) {
  .responsive-card-table thead {
    display: none;
  }

  .responsive-card-table tr {
    display: block;
  }

  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }

  /* Get table cells to act like rows */
  .responsive-card-table td {
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .responsive-card-table td .responsive-caption {
    display: block;
    width: 45%;
    margin-bottom: 0px;
    margin-right: 10px;
    font-weight: bold;
    z-index: 0;
    flex-shrink: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .responsive-card-table td:before {
    content: '';
    position: absolute;
    background: #EFEFEF;
    width: 45%;
    left: 1px;
    top: 1px;
    bottom: 1px;
  }
}