/*=========================================================================================================
	BEGIN Cookie Constent styling
  =========================================================================================================*/
#consent-banner {
  inset-block-end: 0;
  inline-size: 100%;
}
#consent-banner {
  position: fixed;
  inset-inline-start: 0;
  z-index: 99999;
}
.trustarc-banner-body, #consent-banner .trustarc-banner-header, #consent-banner .trustarc-header-text, #consent-banner p, #consent-banner li, #consent-banner th, #consent-banner td, #consent-banner small, #consent-banner a #consent-banner span, #consent-banner .trustarc-banner-header span {
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #fff !important;
}
#consent-banner .trustarc-primary-btn, #consent-banner .trustarc-secondary-btn {
  border-radius: 4px !important;
}
#consent-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3147483647;
}
#teconsent {
    display: inline-block !important;
    /* position: relative;*/
    margin: 1em;
    /* bottom: 0; */
    font: 100 0.8rem/1.2 "Open Sans", sans-serif;
    color: #252525;
    z-index: 3147483647;
    border: 1px solid #252525;
    padding: 0.5em 1em;
}

#teconsent a {
     color: #333333; /* font color - ok to change this color to match client colors */
}

.ui-page-theme-a .ui-footer.ui-bar-inherit {
    background-color: rgba(255, 255, 255, .5);
}

/*=========================================================================================================
	END Cookie Constent styling
  =========================================================================================================*/