.cookies-modal-button {
    color: #70cde3;
    background-color: #2b445c;
    padding: 0
}

.cookies-modal-button:hover {
    text-decoration: underline;
    cursor: pointer
}

.modal-backdrop {
    z-index: 20;
    position: fixed;
    top: 0;
    width: 100%;
    height: 105%;
    background-color: rgba(10,34,64,.7)
}

.CookieSettingsModal {
    background-color: #fff;
    margin: auto;
    width: 60%;
    z-index: 1000;
    border-radius: 12px;
    opacity: 1!important;
    margin-top: 4rem;
    padding: 3%;
    font-family: "LinetoBrown","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    padding-bottom: 1rem
}

.CookieSettingsModal header {
    text-align: center;
    display: inline-block;
    width: 92%;
}

.close {
    font-size: 4.5rem;
    display: inline-block;
    text-align: right;
    width: 7%;
    background: #fff;
	color: #000;
	padding: 0;
}

.close:hover {
	background: #fff;
}

.modal-body {
    border-bottom: solid 2px #d3d3d3;
    border-top: solid 2px #d3d3d3;
    padding: 1rem 0;
    overflow-y: auto;
    max-height: calc(100vh - 300px)
}

.modal-body p, .modal-body label {
    margin: 0 0 1rem 0;
    color: #000;
    font-size: 1.0rem;
    line-height: 1.3rem;
}

.modal-body label {
    font-weight: 700;
}

.modal-body p, .cookie-description {
    font-weight: 500;
}

.cookie-description {
    padding: 4px 0 4px 18px
}

.modal-body a {
    color: #0B60FF;
    text-decoration: underline;
    cursor: pointer
}

.cookie-policy,.privacy-policy {
    margin: 0
}

.CookieSettingsModal .save-button {
    margin: 2rem auto 1rem auto;
    display: block;
    text-align: center;
    width: 20rem;
    border-radius: 4px;
    background: #8ec448;
    padding: 1.5rem .5rem;
    font-weight: bold;
    font-size: 18px;
    border: solid 1px #75ab2f;
	color: #000;
}

@media screen and (max-width: 1024px) {
    .CookieSettingsModal {
        width:90%
    }

    .CookieSettingsModal header {
        width: 92%
    }

    .save-button {
        font-size: 15px
    }
}

@media screen and (max-width: 530px) {
    .CookieSettingsModal header {
        width:87%
    }
}

@media screen and (max-width: 320px) {
    .modal-body {
        height:41rem
    }
}

@media screen and (max-width: 320px) {
    .modal-body {
        height:30rem
    }
}

.cookie-banner-nongdpr {
    position: fixed;
    inset-block-end: 0;
    z-index: 9999;
    inline-size: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0,0,0,.15)
}

.cookie-banner-nongdpr a {
    color: #0B60FF;
    text-decoration: underline;
    cursor: pointer
}

.banner-body {
    max-inline-size: 920px;
    margin: auto;
    padding-inline:24px;padding-block:24px;display: flex;
    flex-direction: row;
    gap: 8px
}

.banner-body a {
    text-decoration: underline;
    cursor: pointer
}

.banner-body .close {
    align-self: start;
    line-height: 16px
}


/* --- GDPR MODAL OVERRIDES --- */
.cookie-popup {
  background: #fff;
  border-radius: 2px;
  bottom: 1rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  left: 16px;
  right: 16px;
  max-width: 600px;
  padding: 2rem;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  will-change: transform;
  z-index: 1000;
  display: none;
}
.check-group {
  text-align: left;
  margin: 20px 0;
}
.check-group label {
  font-weight: 600;
  display: inline;
  font-family: 'proxima_novabold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  color: #3e474c;
}
.check-group p {
  padding: 6px 0 0 26px;
  line-height: 24px;
}
input[type="checkbox"] {
  margin: 0;
}
.cookie-popup.cookie-popup--uses-badge:hover,
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link:hover {
  bottom: 2rem;
}
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link.cookie-popup--is-sticky {
  bottom: 0.6rem;
}
.cookie-popup--uses-badge > h2,
.cookie-popup--uses-badge > p,
.cookie-popup--uses-badge > form {
  display: none;
}
.cookie-popup--is-sticky {
  border-radius: 2px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.cookie-popup--is-sticky {
  background: #ffffff;
  bottom: 1rem;
  height: auto;
  padding: 2rem;
  width: 100%;
}
.cookie-popup--uses-badge.cookie-popup--is-sticky > h2,
.cookie-popup--uses-badge.cookie-popup--is-sticky > p,
.cookie-popup--uses-badge.cookie-popup--is-sticky > form {
  display: block;
}
.cookie-popup.cookie-popup--uses-link {
  background: #fff;
  bottom: 0;
}
.cookie-popup.cookie-popup--uses-link {
  background: #24a931;
  bottom: 0.6rem;
}
.cookie-popup.cookie-popup--uses-link.cookie-popup--is-sticky {
  background: #fff;
}
.cookie-popup--is-sticky.cookie-popup--uses-link {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.cookie-popup > h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1d9ad2;
}
.cookie-popup p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-family: inherit;
}
.cookie-popup a {
  font-weight: 600 !important;
}
.cookie-popup a:hover {
  text-decoration: underline;
}
.cookie-popup a:hover {
  text-decoration: underline;
}
.cookie-popup__save {
  background: #83d734;
  border: none !important;
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  font-family: 'proxima_novabold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.cookie-popup > form,
.cookie-popup__save-wrapper {
  margin-top: 1.06667rem;
}
.cookie-popup__save:hover,
.cookie-popup__save:active {
  opacity: 0.85;
}
.cookie-popup-label {
  color: #fff;
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.cookie-popup--is-sticky .cookie-popup-label {
  display: none;
}
.cookie-popup__cancel {
  margin: 8px 24px;
  cursor: pointer;
  font-family: 'proxima_novabold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  display: none;
}
/* --- END GDPR MODAL OVERRIDES --- */

/* --- GDPR MODAL OVERRIDES --- */
#gdpr-modal-overlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  /* places the modal overlay between the main page and the modal dialog*/
  background: rgba(17, 17, 17, 0.2);
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}
.modalCloseButton {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 38px;
  width: 38px;
  cursor: pointer;
  display: none;
  background: #D8DADF;
  border-radius: 50px;
  transition: all 200ms ease-in-out;
}
.modalCloseButton svg#cancel path {
  stroke: #5A6169;
}
.modalCloseButton:focus,
.modalCloseButton:hover {
  background: #cacdd4;
  transform: scale(1.03);
}
.screen-reader-offscreen {
  position: absolute;
  right: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.cookie-popup {
  background: #fff;
  font-family: "Metropolis", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  border-radius: 2px;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  max-width: 600px;
  padding: 2rem;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  will-change: transform;
  z-index: 1000;
  display: none;
}
.cookie-popup h2 {
  font-size: 24px;
  color: #111111;
  padding: 10px 0;
}
.cookie-popup p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.cookie-popup a {
  color: #A61C49;
}
.cookie-popup a:focus,
.cookie-popup a:hover {
  text-decoration: underline;
}
.check-group {
  text-align: left;
  margin: 20px 0;
}
.check-group label {
  font-family: "Museo Slab";
  display: inline;
  font-size: 18px;
  margin-left: 10px;
}
.check-group p {
  padding: 6px 0 0 46px;
  color: #444444;
}
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #29CFC3;
  transition: all 0.2s;
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #29CFC3;
  background: #29CFC3;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 4px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
[type="checkbox"]:checked:focus + label:before {
  border: 2px dotted blue;
}
[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #ddd;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #ddd;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  border-color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.cookie-popup.cookie-popup--uses-badge:hover,
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link:hover {
  bottom: 2rem;
}
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link.cookie-popup--is-sticky {
  bottom: 0.6rem;
}
.cookie-popup--uses-badge > h2,
.cookie-popup--uses-badge > p,
.cookie-popup--uses-badge > form {
  display: none;
}
.cookie-popup--is-sticky {
  border-radius: 2px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.cookie-popup--uses-badge.cookie-popup--is-sticky > h2,
.cookie-popup--uses-badge.cookie-popup--is-sticky > p,
.cookie-popup--uses-badge.cookie-popup--is-sticky > form {
  display: block;
}
.cookie-popup.cookie-popup--uses-link {
  background: #fff;
  bottom: 0;
}
.cookie-popup.cookie-popup--uses-link {
  background: #24a931;
  bottom: 0.6rem;
}
.cookie-popup.cookie-popup--uses-link.cookie-popup--is-sticky {
  background: #fff;
}
.cookie-popup--is-sticky.cookie-popup--uses-link {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.cookie-popup__save {
  background: #A61C49;
  border: none !important;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff !important;
  font-family: "Metropolis", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 17px;
  padding: 10px 20px;
  margin: 20px 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.cookie-popup__save:focus,
.cookie-popup__save:hover,
.cookie-popup__save:active {
  background: #e0487a;
}
.cookie-popup > form,
.cookie-popup__save-wrapper {
  margin-top: 1.06667rem;
}
.cookie-popup__save-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.cookie-popup-label {
  color: #fff;
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.cookie-popup--is-sticky .cookie-popup-label {
  display: none;
}
.cookie-popup__cancel {
  margin: 8px 24px;
  cursor: pointer;
  font-size: 16px;
  color: #111111;
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  display: none;
  background: none;
}
.cookie-popup__cancel:focus,
.cookie-popup__cancel:hover {
  text-decoration: underline;
}
#bkgOverlay {
  background: rgba(17, 17, 17, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
}
@media (max-width: 600px) {
  .cookie-popup--is-sticky {
    bottom: 0 !important;
    left: 0;
    right: 0;
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/* --- END GDPR MODAL OVERRIDES --- */

.modal-body [type="checkbox"]:checked, .modal-body [type="checkbox"] {
	position: unset;
	left: unset;
}